Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BatchListIndex = BatchListIndex' {}
- newBatchListIndex :: ObjectReference -> BatchListIndex
- batchListIndex_rangesOnIndexedValues :: Lens' BatchListIndex (Maybe [ObjectAttributeRange])
- batchListIndex_nextToken :: Lens' BatchListIndex (Maybe Text)
- batchListIndex_maxResults :: Lens' BatchListIndex (Maybe Natural)
- batchListIndex_indexReference :: Lens' BatchListIndex ObjectReference
Documentation
data BatchListIndex Source #
Lists objects attached to the specified index inside a BatchRead operation. For more information, see ListIndex and BatchReadRequest$Operations.
See: newBatchListIndex
smart constructor.
BatchListIndex' | |
|
Instances
Create a value of BatchListIndex
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rangesOnIndexedValues:BatchListIndex'
, batchListIndex_rangesOnIndexedValues
- Specifies the ranges of indexed values that you want to query.
$sel:nextToken:BatchListIndex'
, batchListIndex_nextToken
- The pagination token.
$sel:maxResults:BatchListIndex'
, batchListIndex_maxResults
- The maximum number of results to retrieve.
$sel:indexReference:BatchListIndex'
, batchListIndex_indexReference
- The reference to the index to list.
batchListIndex_rangesOnIndexedValues :: Lens' BatchListIndex (Maybe [ObjectAttributeRange]) Source #
Specifies the ranges of indexed values that you want to query.
batchListIndex_nextToken :: Lens' BatchListIndex (Maybe Text) Source #
The pagination token.
batchListIndex_maxResults :: Lens' BatchListIndex (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListIndex_indexReference :: Lens' BatchListIndex ObjectReference Source #
The reference to the index to list.