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

Description

 
Synopsis

Documentation

data ObjectAttributeAction Source #

The action to take on the object attribute.

See: newObjectAttributeAction smart constructor.

Constructors

ObjectAttributeAction' 

Fields

Instances

Instances details
Eq ObjectAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeAction

Read ObjectAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeAction

Show ObjectAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeAction

Generic ObjectAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeAction

Associated Types

type Rep ObjectAttributeAction :: Type -> Type #

NFData ObjectAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeAction

Methods

rnf :: ObjectAttributeAction -> () #

Hashable ObjectAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeAction

ToJSON ObjectAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeAction

type Rep ObjectAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectAttributeAction

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

newObjectAttributeAction :: ObjectAttributeAction Source #

Create a value of ObjectAttributeAction 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:objectAttributeActionType:ObjectAttributeAction', objectAttributeAction_objectAttributeActionType - A type that can be either Update or Delete.

$sel:objectAttributeUpdateValue:ObjectAttributeAction', objectAttributeAction_objectAttributeUpdateValue - The value that you want to update to.