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 BatchListPolicyAttachments = BatchListPolicyAttachments' {}
- newBatchListPolicyAttachments :: ObjectReference -> BatchListPolicyAttachments
- batchListPolicyAttachments_nextToken :: Lens' BatchListPolicyAttachments (Maybe Text)
- batchListPolicyAttachments_maxResults :: Lens' BatchListPolicyAttachments (Maybe Natural)
- batchListPolicyAttachments_policyReference :: Lens' BatchListPolicyAttachments ObjectReference
Documentation
data BatchListPolicyAttachments Source #
Returns all of the ObjectIdentifiers
to which a given policy is
attached inside a BatchRead operation. For more information, see
ListPolicyAttachments and BatchReadRequest$Operations.
See: newBatchListPolicyAttachments
smart constructor.
BatchListPolicyAttachments' | |
|
Instances
newBatchListPolicyAttachments Source #
Create a value of BatchListPolicyAttachments
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:BatchListPolicyAttachments'
, batchListPolicyAttachments_nextToken
- The pagination token.
$sel:maxResults:BatchListPolicyAttachments'
, batchListPolicyAttachments_maxResults
- The maximum number of results to retrieve.
$sel:policyReference:BatchListPolicyAttachments'
, batchListPolicyAttachments_policyReference
- The reference that identifies the policy object.
batchListPolicyAttachments_nextToken :: Lens' BatchListPolicyAttachments (Maybe Text) Source #
The pagination token.
batchListPolicyAttachments_maxResults :: Lens' BatchListPolicyAttachments (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListPolicyAttachments_policyReference :: Lens' BatchListPolicyAttachments ObjectReference Source #
The reference that identifies the policy object.