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 BatchListPolicyAttachmentsResponse = BatchListPolicyAttachmentsResponse' {}
- newBatchListPolicyAttachmentsResponse :: BatchListPolicyAttachmentsResponse
- batchListPolicyAttachmentsResponse_objectIdentifiers :: Lens' BatchListPolicyAttachmentsResponse (Maybe [Text])
- batchListPolicyAttachmentsResponse_nextToken :: Lens' BatchListPolicyAttachmentsResponse (Maybe Text)
Documentation
data BatchListPolicyAttachmentsResponse Source #
Represents the output of a ListPolicyAttachments response operation.
See: newBatchListPolicyAttachmentsResponse
smart constructor.
Instances
newBatchListPolicyAttachmentsResponse :: BatchListPolicyAttachmentsResponse Source #
Create a value of BatchListPolicyAttachmentsResponse
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:objectIdentifiers:BatchListPolicyAttachmentsResponse'
, batchListPolicyAttachmentsResponse_objectIdentifiers
- A list of ObjectIdentifiers
to which the policy is attached.
$sel:nextToken:BatchListPolicyAttachmentsResponse'
, batchListPolicyAttachmentsResponse_nextToken
- The pagination token.
batchListPolicyAttachmentsResponse_objectIdentifiers :: Lens' BatchListPolicyAttachmentsResponse (Maybe [Text]) Source #
A list of ObjectIdentifiers
to which the policy is attached.
batchListPolicyAttachmentsResponse_nextToken :: Lens' BatchListPolicyAttachmentsResponse (Maybe Text) Source #
The pagination token.