| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudDirectory.Types.BatchLookupPolicy
Description
Synopsis
- data BatchLookupPolicy = BatchLookupPolicy' {}
- newBatchLookupPolicy :: ObjectReference -> BatchLookupPolicy
- batchLookupPolicy_maxResults :: Lens' BatchLookupPolicy (Maybe Natural)
- batchLookupPolicy_nextToken :: Lens' BatchLookupPolicy (Maybe Text)
- 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.
Constructors
| BatchLookupPolicy' | |
Fields
| |
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:maxResults:BatchLookupPolicy', batchLookupPolicy_maxResults - The maximum number of results to retrieve.
$sel:nextToken:BatchLookupPolicy', batchLookupPolicy_nextToken - The pagination token.
$sel:objectReference:BatchLookupPolicy', batchLookupPolicy_objectReference - Reference that identifies the object whose policies will be looked up.
batchLookupPolicy_maxResults :: Lens' BatchLookupPolicy (Maybe Natural) Source #
The maximum number of results to retrieve.
batchLookupPolicy_nextToken :: Lens' BatchLookupPolicy (Maybe Text) Source #
The pagination token.
batchLookupPolicy_objectReference :: Lens' BatchLookupPolicy ObjectReference Source #
Reference that identifies the object whose policies will be looked up.