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 BatchLookupPolicy = BatchLookupPolicy' {}
- newBatchLookupPolicy :: ObjectReference -> BatchLookupPolicy
- batchLookupPolicy_nextToken :: Lens' BatchLookupPolicy (Maybe Text)
- batchLookupPolicy_maxResults :: Lens' BatchLookupPolicy (Maybe Natural)
- batchLookupPolicy_objectReference :: Lens' BatchLookupPolicy ObjectReference
Documentation
data BatchLookupPolicy Source #
Lists all policies from the root of the Directory to the object specified inside a BatchRead operation. For more information, see LookupPolicy and BatchReadRequest$Operations.
See: newBatchLookupPolicy
smart constructor.
BatchLookupPolicy' | |
|
Instances
Create a value of BatchLookupPolicy
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:BatchLookupPolicy'
, batchLookupPolicy_nextToken
- The pagination token.
$sel:maxResults:BatchLookupPolicy'
, batchLookupPolicy_maxResults
- The maximum number of results to retrieve.
$sel:objectReference:BatchLookupPolicy'
, batchLookupPolicy_objectReference
- Reference that identifies the object whose policies will be looked up.
batchLookupPolicy_nextToken :: Lens' BatchLookupPolicy (Maybe Text) Source #
The pagination token.
batchLookupPolicy_maxResults :: Lens' BatchLookupPolicy (Maybe Natural) Source #
The maximum number of results to retrieve.
batchLookupPolicy_objectReference :: Lens' BatchLookupPolicy ObjectReference Source #
Reference that identifies the object whose policies will be looked up.