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

Description

 
Synopsis

Documentation

data BatchUpdateLinkAttributes Source #

Updates a given typed link’s attributes inside a BatchRead operation. Attributes to be updated must not contribute to the typed link’s identity, as defined by its IdentityAttributeOrder. For more information, see UpdateLinkAttributes and BatchReadRequest$Operations.

See: newBatchUpdateLinkAttributes smart constructor.

Constructors

BatchUpdateLinkAttributes' 

Fields

Instances

Instances details
Eq BatchUpdateLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateLinkAttributes

Read BatchUpdateLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateLinkAttributes

Show BatchUpdateLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateLinkAttributes

Generic BatchUpdateLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateLinkAttributes

Associated Types

type Rep BatchUpdateLinkAttributes :: Type -> Type #

NFData BatchUpdateLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateLinkAttributes

Hashable BatchUpdateLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateLinkAttributes

ToJSON BatchUpdateLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateLinkAttributes

type Rep BatchUpdateLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchUpdateLinkAttributes

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

newBatchUpdateLinkAttributes Source #

Create a value of BatchUpdateLinkAttributes 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:typedLinkSpecifier:BatchUpdateLinkAttributes', batchUpdateLinkAttributes_typedLinkSpecifier - Allows a typed link specifier to be accepted as input.

$sel:attributeUpdates:BatchUpdateLinkAttributes', batchUpdateLinkAttributes_attributeUpdates - The attributes update structure.