libZSservicesZSamazonka-sdbZSamazonka-sdb
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.SDB.Types.ReplaceableAttribute

Description

 
Synopsis

Documentation

data ReplaceableAttribute Source #

See: newReplaceableAttribute smart constructor.

Constructors

ReplaceableAttribute' 

Fields

  • replace :: Maybe Bool

    A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.

  • name :: Text

    The name of the replaceable attribute.

  • value :: Text

    The value of the replaceable attribute.

Instances

Instances details
Eq ReplaceableAttribute Source # 
Instance details

Defined in Amazonka.SDB.Types.ReplaceableAttribute

Read ReplaceableAttribute Source # 
Instance details

Defined in Amazonka.SDB.Types.ReplaceableAttribute

Show ReplaceableAttribute Source # 
Instance details

Defined in Amazonka.SDB.Types.ReplaceableAttribute

Generic ReplaceableAttribute Source # 
Instance details

Defined in Amazonka.SDB.Types.ReplaceableAttribute

Associated Types

type Rep ReplaceableAttribute :: Type -> Type #

NFData ReplaceableAttribute Source # 
Instance details

Defined in Amazonka.SDB.Types.ReplaceableAttribute

Methods

rnf :: ReplaceableAttribute -> () #

Hashable ReplaceableAttribute Source # 
Instance details

Defined in Amazonka.SDB.Types.ReplaceableAttribute

ToQuery ReplaceableAttribute Source # 
Instance details

Defined in Amazonka.SDB.Types.ReplaceableAttribute

type Rep ReplaceableAttribute Source # 
Instance details

Defined in Amazonka.SDB.Types.ReplaceableAttribute

type Rep ReplaceableAttribute = D1 ('MetaData "ReplaceableAttribute" "Amazonka.SDB.Types.ReplaceableAttribute" "libZSservicesZSamazonka-sdbZSamazonka-sdb" 'False) (C1 ('MetaCons "ReplaceableAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newReplaceableAttribute Source #

Create a value of ReplaceableAttribute 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:replace:ReplaceableAttribute', replaceableAttribute_replace - A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.

$sel:name:ReplaceableAttribute', replaceableAttribute_name - The name of the replaceable attribute.

$sel:value:ReplaceableAttribute', replaceableAttribute_value - The value of the replaceable attribute.

replaceableAttribute_replace :: Lens' ReplaceableAttribute (Maybe Bool) Source #

A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.

replaceableAttribute_name :: Lens' ReplaceableAttribute Text Source #

The name of the replaceable attribute.

replaceableAttribute_value :: Lens' ReplaceableAttribute Text Source #

The value of the replaceable attribute.