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 BatchListAttachedIndices = BatchListAttachedIndices' {}
- newBatchListAttachedIndices :: ObjectReference -> BatchListAttachedIndices
- batchListAttachedIndices_nextToken :: Lens' BatchListAttachedIndices (Maybe Text)
- batchListAttachedIndices_maxResults :: Lens' BatchListAttachedIndices (Maybe Natural)
- batchListAttachedIndices_targetReference :: Lens' BatchListAttachedIndices ObjectReference
Documentation
data BatchListAttachedIndices Source #
Lists indices attached to an object inside a BatchRead operation. For more information, see ListAttachedIndices and BatchReadRequest$Operations.
See: newBatchListAttachedIndices
smart constructor.
BatchListAttachedIndices' | |
|
Instances
newBatchListAttachedIndices Source #
Create a value of BatchListAttachedIndices
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:nextToken:BatchListAttachedIndices'
, batchListAttachedIndices_nextToken
- The pagination token.
$sel:maxResults:BatchListAttachedIndices'
, batchListAttachedIndices_maxResults
- The maximum number of results to retrieve.
$sel:targetReference:BatchListAttachedIndices'
, batchListAttachedIndices_targetReference
- A reference to the object that has indices attached.
batchListAttachedIndices_nextToken :: Lens' BatchListAttachedIndices (Maybe Text) Source #
The pagination token.
batchListAttachedIndices_maxResults :: Lens' BatchListAttachedIndices (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListAttachedIndices_targetReference :: Lens' BatchListAttachedIndices ObjectReference Source #
A reference to the object that has indices attached.