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

Description

 
Synopsis

Documentation

data Attribute Source #

See: newAttribute smart constructor.

Constructors

Attribute' 

Fields

Instances

Instances details
Eq Attribute Source # 
Instance details

Defined in Amazonka.SDB.Types.Attribute

Read Attribute Source # 
Instance details

Defined in Amazonka.SDB.Types.Attribute

Show Attribute Source # 
Instance details

Defined in Amazonka.SDB.Types.Attribute

Generic Attribute Source # 
Instance details

Defined in Amazonka.SDB.Types.Attribute

Associated Types

type Rep Attribute :: Type -> Type #

NFData Attribute Source # 
Instance details

Defined in Amazonka.SDB.Types.Attribute

Methods

rnf :: Attribute -> () #

Hashable Attribute Source # 
Instance details

Defined in Amazonka.SDB.Types.Attribute

ToQuery Attribute Source # 
Instance details

Defined in Amazonka.SDB.Types.Attribute

FromXML Attribute Source # 
Instance details

Defined in Amazonka.SDB.Types.Attribute

type Rep Attribute Source # 
Instance details

Defined in Amazonka.SDB.Types.Attribute

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

newAttribute Source #

Create a value of Attribute 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:alternateValueEncoding:Attribute', attribute_alternateValueEncoding -

$sel:alternateNameEncoding:Attribute', attribute_alternateNameEncoding -

$sel:name:Attribute', attribute_name - The name of the attribute.

$sel:value:Attribute', attribute_value - The value of the attribute.

attribute_name :: Lens' Attribute Text Source #

The name of the attribute.

attribute_value :: Lens' Attribute Text Source #

The value of the attribute.