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

Description

 
Synopsis

Documentation

data DeletableItem Source #

See: newDeletableItem smart constructor.

Constructors

DeletableItem' 

Instances

Instances details
Eq DeletableItem Source # 
Instance details

Defined in Amazonka.SDB.Types.DeletableItem

Read DeletableItem Source # 
Instance details

Defined in Amazonka.SDB.Types.DeletableItem

Show DeletableItem Source # 
Instance details

Defined in Amazonka.SDB.Types.DeletableItem

Generic DeletableItem Source # 
Instance details

Defined in Amazonka.SDB.Types.DeletableItem

Associated Types

type Rep DeletableItem :: Type -> Type #

NFData DeletableItem Source # 
Instance details

Defined in Amazonka.SDB.Types.DeletableItem

Methods

rnf :: DeletableItem -> () #

Hashable DeletableItem Source # 
Instance details

Defined in Amazonka.SDB.Types.DeletableItem

ToQuery DeletableItem Source # 
Instance details

Defined in Amazonka.SDB.Types.DeletableItem

type Rep DeletableItem Source # 
Instance details

Defined in Amazonka.SDB.Types.DeletableItem

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

newDeletableItem Source #

Create a value of DeletableItem 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:attributes:DeletableItem', deletableItem_attributes - Undocumented member.

$sel:name:DeletableItem', deletableItem_name - Undocumented member.