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 |
Documentation
data BatchAttachPolicy Source #
Attaches a policy object to a regular object inside a BatchRead operation. For more information, see AttachPolicy and BatchReadRequest$Operations.
See: newBatchAttachPolicy
smart constructor.
BatchAttachPolicy' | |
|
Instances
Create a value of BatchAttachPolicy
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:policyReference:BatchAttachPolicy'
, batchAttachPolicy_policyReference
- The reference that is associated with the policy object.
$sel:objectReference:BatchAttachPolicy'
, batchAttachPolicy_objectReference
- The reference that identifies the object to which the policy will be
attached.
batchAttachPolicy_policyReference :: Lens' BatchAttachPolicy ObjectReference Source #
The reference that is associated with the policy object.
batchAttachPolicy_objectReference :: Lens' BatchAttachPolicy ObjectReference Source #
The reference that identifies the object to which the policy will be attached.