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

Description

 
Synopsis

Documentation

data TypedLinkFacetAttributeUpdate Source #

A typed link facet attribute update.

See: newTypedLinkFacetAttributeUpdate smart constructor.

Constructors

TypedLinkFacetAttributeUpdate' 

Fields

Instances

Instances details
Eq TypedLinkFacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkFacetAttributeUpdate

Read TypedLinkFacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkFacetAttributeUpdate

Show TypedLinkFacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkFacetAttributeUpdate

Generic TypedLinkFacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkFacetAttributeUpdate

Associated Types

type Rep TypedLinkFacetAttributeUpdate :: Type -> Type #

NFData TypedLinkFacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkFacetAttributeUpdate

Hashable TypedLinkFacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkFacetAttributeUpdate

ToJSON TypedLinkFacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkFacetAttributeUpdate

type Rep TypedLinkFacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkFacetAttributeUpdate

type Rep TypedLinkFacetAttributeUpdate = D1 ('MetaData "TypedLinkFacetAttributeUpdate" "Amazonka.CloudDirectory.Types.TypedLinkFacetAttributeUpdate" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "TypedLinkFacetAttributeUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TypedLinkAttributeDefinition) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UpdateActionType)))

newTypedLinkFacetAttributeUpdate Source #

Create a value of TypedLinkFacetAttributeUpdate 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:attribute:TypedLinkFacetAttributeUpdate', typedLinkFacetAttributeUpdate_attribute - The attribute to update.

$sel:action:TypedLinkFacetAttributeUpdate', typedLinkFacetAttributeUpdate_action - The action to perform when updating the attribute.