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 BatchListObjectParents = BatchListObjectParents' {}
- newBatchListObjectParents :: ObjectReference -> BatchListObjectParents
- batchListObjectParents_nextToken :: Lens' BatchListObjectParents (Maybe Text)
- batchListObjectParents_maxResults :: Lens' BatchListObjectParents (Maybe Natural)
- batchListObjectParents_objectReference :: Lens' BatchListObjectParents ObjectReference
Documentation
data BatchListObjectParents Source #
Lists parent objects that are associated with a given object in pagination fashion.
See: newBatchListObjectParents
smart constructor.
BatchListObjectParents' | |
|
Instances
newBatchListObjectParents Source #
Create a value of BatchListObjectParents
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:BatchListObjectParents'
, batchListObjectParents_nextToken
- The pagination token.
$sel:maxResults:BatchListObjectParents'
, batchListObjectParents_maxResults
- The maximum number of items to be retrieved in a single call. This is an
approximate number.
$sel:objectReference:BatchListObjectParents'
, batchListObjectParents_objectReference
- Undocumented member.
batchListObjectParents_nextToken :: Lens' BatchListObjectParents (Maybe Text) Source #
The pagination token.
batchListObjectParents_maxResults :: Lens' BatchListObjectParents (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
batchListObjectParents_objectReference :: Lens' BatchListObjectParents ObjectReference Source #
Undocumented member.