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.BatchAttachPolicy

Description

 
Synopsis

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.

Constructors

BatchAttachPolicy' 

Fields

Instances

Instances details
Eq BatchAttachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachPolicy

Read BatchAttachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachPolicy

Show BatchAttachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachPolicy

Generic BatchAttachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachPolicy

Associated Types

type Rep BatchAttachPolicy :: Type -> Type #

NFData BatchAttachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachPolicy

Methods

rnf :: BatchAttachPolicy -> () #

Hashable BatchAttachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachPolicy

ToJSON BatchAttachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachPolicy

type Rep BatchAttachPolicy Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachPolicy

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

newBatchAttachPolicy Source #

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.