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

Description

 
Synopsis

Documentation

data FacetAttributeUpdate Source #

A structure that contains information used to update an attribute.

See: newFacetAttributeUpdate smart constructor.

Constructors

FacetAttributeUpdate' 

Fields

Instances

Instances details
Eq FacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeUpdate

Read FacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeUpdate

Show FacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeUpdate

Generic FacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeUpdate

Associated Types

type Rep FacetAttributeUpdate :: Type -> Type #

NFData FacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeUpdate

Methods

rnf :: FacetAttributeUpdate -> () #

Hashable FacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeUpdate

ToJSON FacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeUpdate

type Rep FacetAttributeUpdate Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.FacetAttributeUpdate

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

newFacetAttributeUpdate :: FacetAttributeUpdate Source #

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

$sel:action:FacetAttributeUpdate', facetAttributeUpdate_action - The action to perform when updating the attribute.

facetAttributeUpdate_action :: Lens' FacetAttributeUpdate (Maybe UpdateActionType) Source #

The action to perform when updating the attribute.