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 BatchListObjectParentPathsResponse = BatchListObjectParentPathsResponse' {}
- newBatchListObjectParentPathsResponse :: BatchListObjectParentPathsResponse
- batchListObjectParentPathsResponse_pathToObjectIdentifiersList :: Lens' BatchListObjectParentPathsResponse (Maybe [PathToObjectIdentifiers])
- batchListObjectParentPathsResponse_nextToken :: Lens' BatchListObjectParentPathsResponse (Maybe Text)
Documentation
data BatchListObjectParentPathsResponse Source #
Represents the output of a ListObjectParentPaths response operation.
See: newBatchListObjectParentPathsResponse
smart constructor.
BatchListObjectParentPathsResponse' | |
|
Instances
newBatchListObjectParentPathsResponse :: BatchListObjectParentPathsResponse Source #
Create a value of BatchListObjectParentPathsResponse
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:pathToObjectIdentifiersList:BatchListObjectParentPathsResponse'
, batchListObjectParentPathsResponse_pathToObjectIdentifiersList
- Returns the path to the ObjectIdentifiers
that are associated with the
directory.
$sel:nextToken:BatchListObjectParentPathsResponse'
, batchListObjectParentPathsResponse_nextToken
- The pagination token.
batchListObjectParentPathsResponse_pathToObjectIdentifiersList :: Lens' BatchListObjectParentPathsResponse (Maybe [PathToObjectIdentifiers]) Source #
Returns the path to the ObjectIdentifiers
that are associated with the
directory.
batchListObjectParentPathsResponse_nextToken :: Lens' BatchListObjectParentPathsResponse (Maybe Text) Source #
The pagination token.