| 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.BatchListObjectChildren
Description
Synopsis
- data BatchListObjectChildren = BatchListObjectChildren' {}
- newBatchListObjectChildren :: ObjectReference -> BatchListObjectChildren
- batchListObjectChildren_maxResults :: Lens' BatchListObjectChildren (Maybe Natural)
- batchListObjectChildren_nextToken :: Lens' BatchListObjectChildren (Maybe Text)
- batchListObjectChildren_objectReference :: Lens' BatchListObjectChildren ObjectReference
Documentation
data BatchListObjectChildren Source #
Represents the output of a ListObjectChildren operation.
See: newBatchListObjectChildren smart constructor.
Constructors
| BatchListObjectChildren' | |
Fields
| |
Instances
newBatchListObjectChildren Source #
Create a value of BatchListObjectChildren 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:maxResults:BatchListObjectChildren', batchListObjectChildren_maxResults - Maximum number of items to be retrieved in a single call. This is an
approximate number.
$sel:nextToken:BatchListObjectChildren', batchListObjectChildren_nextToken - The pagination token.
$sel:objectReference:BatchListObjectChildren', batchListObjectChildren_objectReference - Reference of the object for which child objects are being listed.
batchListObjectChildren_maxResults :: Lens' BatchListObjectChildren (Maybe Natural) Source #
Maximum number of items to be retrieved in a single call. This is an approximate number.
batchListObjectChildren_nextToken :: Lens' BatchListObjectChildren (Maybe Text) Source #
The pagination token.
batchListObjectChildren_objectReference :: Lens' BatchListObjectChildren ObjectReference Source #
Reference of the object for which child objects are being listed.