| 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.BatchListObjectChildrenResponse
Description
Synopsis
- data BatchListObjectChildrenResponse = BatchListObjectChildrenResponse' {}
- newBatchListObjectChildrenResponse :: BatchListObjectChildrenResponse
- batchListObjectChildrenResponse_children :: Lens' BatchListObjectChildrenResponse (Maybe (HashMap Text Text))
- batchListObjectChildrenResponse_nextToken :: Lens' BatchListObjectChildrenResponse (Maybe Text)
Documentation
data BatchListObjectChildrenResponse Source #
Represents the output of a ListObjectChildren response operation.
See: newBatchListObjectChildrenResponse smart constructor.
Constructors
| BatchListObjectChildrenResponse' | |
Instances
newBatchListObjectChildrenResponse :: BatchListObjectChildrenResponse Source #
Create a value of BatchListObjectChildrenResponse 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:children:BatchListObjectChildrenResponse', batchListObjectChildrenResponse_children - The children structure, which is a map with the key as the LinkName
and ObjectIdentifier as the value.
$sel:nextToken:BatchListObjectChildrenResponse', batchListObjectChildrenResponse_nextToken - The pagination token.
batchListObjectChildrenResponse_children :: Lens' BatchListObjectChildrenResponse (Maybe (HashMap Text Text)) Source #
The children structure, which is a map with the key as the LinkName
and ObjectIdentifier as the value.
batchListObjectChildrenResponse_nextToken :: Lens' BatchListObjectChildrenResponse (Maybe Text) Source #
The pagination token.