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

Description

 
Synopsis

Documentation

data ObjectAttributeUpdate Source #

Structure that contains attribute update information.

See: newObjectAttributeUpdate smart constructor.

Constructors

ObjectAttributeUpdate' 

Fields

Instances

Instances details
Eq ObjectAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeUpdate

Read ObjectAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeUpdate

Show ObjectAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeUpdate

Generic ObjectAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeUpdate

Associated Types

type Rep ObjectAttributeUpdate :: Type -> Type #

NFData ObjectAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeUpdate

Methods

rnf :: ObjectAttributeUpdate -> () #

Hashable ObjectAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeUpdate

ToJSON ObjectAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeUpdate

type Rep ObjectAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeUpdate

type Rep ObjectAttributeUpdate = D1 ('MetaData "ObjectAttributeUpdate" "Amazonka.CloudDirectory.Types.ObjectAttributeUpdate" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "ObjectAttributeUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectAttributeAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectAttributeAction)) :*: S1 ('MetaSel ('Just "objectAttributeKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeKey))))

newObjectAttributeUpdate :: ObjectAttributeUpdate Source #

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

$sel:objectAttributeKey:ObjectAttributeUpdate', objectAttributeUpdate_objectAttributeKey - The key of the attribute being updated.