| 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.BatchListObjectParentsResponse
Description
Synopsis
- data BatchListObjectParentsResponse = BatchListObjectParentsResponse' {}
- newBatchListObjectParentsResponse :: BatchListObjectParentsResponse
- batchListObjectParentsResponse_nextToken :: Lens' BatchListObjectParentsResponse (Maybe Text)
- batchListObjectParentsResponse_parentLinks :: Lens' BatchListObjectParentsResponse (Maybe [ObjectIdentifierAndLinkNameTuple])
Documentation
data BatchListObjectParentsResponse Source #
Represents the output of a ListObjectParents response operation.
See: newBatchListObjectParentsResponse smart constructor.
Constructors
| BatchListObjectParentsResponse' | |
Fields
| |
Instances
newBatchListObjectParentsResponse :: BatchListObjectParentsResponse Source #
Create a value of BatchListObjectParentsResponse 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:BatchListObjectParentsResponse', batchListObjectParentsResponse_nextToken - The pagination token.
$sel:parentLinks:BatchListObjectParentsResponse', batchListObjectParentsResponse_parentLinks - Returns a list of parent reference and LinkName Tuples.
batchListObjectParentsResponse_nextToken :: Lens' BatchListObjectParentsResponse (Maybe Text) Source #
The pagination token.
batchListObjectParentsResponse_parentLinks :: Lens' BatchListObjectParentsResponse (Maybe [ObjectIdentifierAndLinkNameTuple]) Source #
Returns a list of parent reference and LinkName Tuples.