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 BatchListObjectPolicies = BatchListObjectPolicies' {}
- newBatchListObjectPolicies :: ObjectReference -> BatchListObjectPolicies
- batchListObjectPolicies_nextToken :: Lens' BatchListObjectPolicies (Maybe Text)
- batchListObjectPolicies_maxResults :: Lens' BatchListObjectPolicies (Maybe Natural)
- batchListObjectPolicies_objectReference :: Lens' BatchListObjectPolicies ObjectReference
Documentation
data BatchListObjectPolicies Source #
Returns policies attached to an object in pagination fashion inside a BatchRead operation. For more information, see ListObjectPolicies and BatchReadRequest$Operations.
See: newBatchListObjectPolicies
smart constructor.
BatchListObjectPolicies' | |
|
Instances
newBatchListObjectPolicies Source #
Create a value of BatchListObjectPolicies
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:BatchListObjectPolicies'
, batchListObjectPolicies_nextToken
- The pagination token.
$sel:maxResults:BatchListObjectPolicies'
, batchListObjectPolicies_maxResults
- The maximum number of results to retrieve.
$sel:objectReference:BatchListObjectPolicies'
, batchListObjectPolicies_objectReference
- The reference that identifies the object whose attributes will be
listed.
batchListObjectPolicies_nextToken :: Lens' BatchListObjectPolicies (Maybe Text) Source #
The pagination token.
batchListObjectPolicies_maxResults :: Lens' BatchListObjectPolicies (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListObjectPolicies_objectReference :: Lens' BatchListObjectPolicies ObjectReference Source #
The reference that identifies the object whose attributes will be listed.