amazonka-clouddirectory-2.0: Amazon CloudDirectory SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudDirectory.Types.LinkAttributeUpdate

Description

 
Synopsis

Documentation

data LinkAttributeUpdate Source #

Structure that contains attribute update information.

See: newLinkAttributeUpdate smart constructor.

Constructors

LinkAttributeUpdate' 

Fields

Instances

Instances details
ToJSON LinkAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeUpdate

Generic LinkAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeUpdate

Associated Types

type Rep LinkAttributeUpdate :: Type -> Type #

Read LinkAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeUpdate

Show LinkAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeUpdate

NFData LinkAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeUpdate

Methods

rnf :: LinkAttributeUpdate -> () #

Eq LinkAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeUpdate

Hashable LinkAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeUpdate

type Rep LinkAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeUpdate

type Rep LinkAttributeUpdate = D1 ('MetaData "LinkAttributeUpdate" "Amazonka.CloudDirectory.Types.LinkAttributeUpdate" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "LinkAttributeUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LinkAttributeAction)) :*: S1 ('MetaSel ('Just "attributeKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeKey))))

newLinkAttributeUpdate :: LinkAttributeUpdate Source #

Create a value of LinkAttributeUpdate 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:attributeAction:LinkAttributeUpdate', linkAttributeUpdate_attributeAction - The action to perform as part of the attribute update.

$sel:attributeKey:LinkAttributeUpdate', linkAttributeUpdate_attributeKey - The key of the attribute being updated.

linkAttributeUpdate_attributeAction :: Lens' LinkAttributeUpdate (Maybe LinkAttributeAction) Source #

The action to perform as part of the attribute update.