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 BatchLookupPolicyResponse = BatchLookupPolicyResponse' {}
- newBatchLookupPolicyResponse :: BatchLookupPolicyResponse
- batchLookupPolicyResponse_nextToken :: Lens' BatchLookupPolicyResponse (Maybe Text)
- batchLookupPolicyResponse_policyToPathList :: Lens' BatchLookupPolicyResponse (Maybe [PolicyToPath])
Documentation
data BatchLookupPolicyResponse Source #
Represents the output of a LookupPolicy response operation.
See: newBatchLookupPolicyResponse
smart constructor.
BatchLookupPolicyResponse' | |
|
Instances
newBatchLookupPolicyResponse :: BatchLookupPolicyResponse Source #
Create a value of BatchLookupPolicyResponse
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:BatchLookupPolicyResponse'
, batchLookupPolicyResponse_nextToken
- The pagination token.
$sel:policyToPathList:BatchLookupPolicyResponse'
, batchLookupPolicyResponse_policyToPathList
- Provides list of path to policies. Policies contain PolicyId
,
ObjectIdentifier
, and PolicyType
. For more information, see
Policies.
batchLookupPolicyResponse_nextToken :: Lens' BatchLookupPolicyResponse (Maybe Text) Source #
The pagination token.
batchLookupPolicyResponse_policyToPathList :: Lens' BatchLookupPolicyResponse (Maybe [PolicyToPath]) Source #
Provides list of path to policies. Policies contain PolicyId
,
ObjectIdentifier
, and PolicyType
. For more information, see
Policies.