| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudDirectory.Types.BatchListIndex
Description
Synopsis
- data BatchListIndex = BatchListIndex' {}
- newBatchListIndex :: ObjectReference -> BatchListIndex
- batchListIndex_maxResults :: Lens' BatchListIndex (Maybe Natural)
- batchListIndex_nextToken :: Lens' BatchListIndex (Maybe Text)
- batchListIndex_rangesOnIndexedValues :: Lens' BatchListIndex (Maybe [ObjectAttributeRange])
- 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.
Constructors
| BatchListIndex' | |
Fields
| |
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:maxResults:BatchListIndex', batchListIndex_maxResults - The maximum number of results to retrieve.
$sel:nextToken:BatchListIndex', batchListIndex_nextToken - The pagination token.
$sel:rangesOnIndexedValues:BatchListIndex', batchListIndex_rangesOnIndexedValues - Specifies the ranges of indexed values that you want to query.
$sel:indexReference:BatchListIndex', batchListIndex_indexReference - The reference to the index to list.
batchListIndex_maxResults :: Lens' BatchListIndex (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListIndex_nextToken :: Lens' BatchListIndex (Maybe Text) Source #
The pagination token.
batchListIndex_rangesOnIndexedValues :: Lens' BatchListIndex (Maybe [ObjectAttributeRange]) Source #
Specifies the ranges of indexed values that you want to query.
batchListIndex_indexReference :: Lens' BatchListIndex ObjectReference Source #
The reference to the index to list.