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 BatchDetachPolicy Source #
Detaches the specified policy from the specified directory inside a BatchWrite operation. For more information, see DetachPolicy and BatchWriteRequest$Operations.
See: newBatchDetachPolicy
smart constructor.
BatchDetachPolicy' | |
|
Instances
Create a value of BatchDetachPolicy
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:BatchDetachPolicy'
, batchDetachPolicy_policyReference
- Reference that identifies the policy object.
$sel:objectReference:BatchDetachPolicy'
, batchDetachPolicy_objectReference
- Reference that identifies the object whose policy object will be
detached.
batchDetachPolicy_policyReference :: Lens' BatchDetachPolicy ObjectReference Source #
Reference that identifies the policy object.
batchDetachPolicy_objectReference :: Lens' BatchDetachPolicy ObjectReference Source #
Reference that identifies the object whose policy object will be detached.