libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudDirectory.Types.BatchDetachPolicy

Description

 
Synopsis

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.

Constructors

BatchDetachPolicy' 

Fields

Instances

Instances details
Eq BatchDetachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachPolicy

Read BatchDetachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachPolicy

Show BatchDetachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachPolicy

Generic BatchDetachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachPolicy

Associated Types

type Rep BatchDetachPolicy :: Type -> Type #

NFData BatchDetachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachPolicy

Methods

rnf :: BatchDetachPolicy -> () #

Hashable BatchDetachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachPolicy

ToJSON BatchDetachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachPolicy

type Rep BatchDetachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachPolicy

type Rep BatchDetachPolicy = D1 ('MetaData "BatchDetachPolicy" "Amazonka.CloudDirectory.Types.BatchDetachPolicy" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchDetachPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference) :*: S1 ('MetaSel ('Just "objectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference)))

newBatchDetachPolicy Source #

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.