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 BatchListObjectParentPaths = BatchListObjectParentPaths' {}
- newBatchListObjectParentPaths :: ObjectReference -> BatchListObjectParentPaths
- batchListObjectParentPaths_nextToken :: Lens' BatchListObjectParentPaths (Maybe Text)
- batchListObjectParentPaths_maxResults :: Lens' BatchListObjectParentPaths (Maybe Natural)
- batchListObjectParentPaths_objectReference :: Lens' BatchListObjectParentPaths ObjectReference
Documentation
data BatchListObjectParentPaths Source #
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a BatchRead operation. For more information, see ListObjectParentPaths and BatchReadRequest$Operations.
See: newBatchListObjectParentPaths
smart constructor.
BatchListObjectParentPaths' | |
|
Instances
newBatchListObjectParentPaths Source #
Create a value of BatchListObjectParentPaths
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:BatchListObjectParentPaths'
, batchListObjectParentPaths_nextToken
- The pagination token.
$sel:maxResults:BatchListObjectParentPaths'
, batchListObjectParentPaths_maxResults
- The maximum number of results to retrieve.
$sel:objectReference:BatchListObjectParentPaths'
, batchListObjectParentPaths_objectReference
- The reference that identifies the object whose attributes will be
listed.
batchListObjectParentPaths_nextToken :: Lens' BatchListObjectParentPaths (Maybe Text) Source #
The pagination token.
batchListObjectParentPaths_maxResults :: Lens' BatchListObjectParentPaths (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListObjectParentPaths_objectReference :: Lens' BatchListObjectParentPaths ObjectReference Source #
The reference that identifies the object whose attributes will be listed.