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

Description

 
Synopsis

Documentation

data LinkAttributeAction Source #

The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.

See: newLinkAttributeAction smart constructor.

Constructors

LinkAttributeAction' 

Fields

Instances

Instances details
Eq LinkAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeAction

Read LinkAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeAction

Show LinkAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeAction

Generic LinkAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeAction

Associated Types

type Rep LinkAttributeAction :: Type -> Type #

NFData LinkAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeAction

Methods

rnf :: LinkAttributeAction -> () #

Hashable LinkAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeAction

ToJSON LinkAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeAction

type Rep LinkAttributeAction Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.LinkAttributeAction

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

newLinkAttributeAction :: LinkAttributeAction Source #

Create a value of LinkAttributeAction 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:attributeActionType:LinkAttributeAction', linkAttributeAction_attributeActionType - A type that can be either UPDATE_OR_CREATE or DELETE.

$sel:attributeUpdateValue:LinkAttributeAction', linkAttributeAction_attributeUpdateValue - The value that you want to update to.

linkAttributeAction_attributeActionType :: Lens' LinkAttributeAction (Maybe UpdateActionType) Source #

A type that can be either UPDATE_OR_CREATE or DELETE.