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