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

Description

 
Synopsis

Documentation

data BatchUpdateObjectAttributes Source #

Represents the output of a BatchUpdate operation.

See: newBatchUpdateObjectAttributes smart constructor.

Constructors

BatchUpdateObjectAttributes' 

Fields

Instances

Instances details
Eq BatchUpdateObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributes

Read BatchUpdateObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributes

Show BatchUpdateObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributes

Generic BatchUpdateObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributes

Associated Types

type Rep BatchUpdateObjectAttributes :: Type -> Type #

NFData BatchUpdateObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributes

Hashable BatchUpdateObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributes

ToJSON BatchUpdateObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributes

type Rep BatchUpdateObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateObjectAttributes

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

newBatchUpdateObjectAttributes Source #

Create a value of BatchUpdateObjectAttributes 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:objectReference:BatchUpdateObjectAttributes', batchUpdateObjectAttributes_objectReference - Reference that identifies the object.

$sel:attributeUpdates:BatchUpdateObjectAttributes', batchUpdateObjectAttributes_attributeUpdates - Attributes update structure.