Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
See: newItem
smart constructor.
Item' | |
|
Instances
Eq Item Source # | |
Read Item Source # | |
Show Item Source # | |
Generic Item Source # | |
NFData Item Source # | |
Defined in Amazonka.SDB.Types.Item | |
Hashable Item Source # | |
Defined in Amazonka.SDB.Types.Item | |
FromXML Item Source # | |
type Rep Item Source # | |
Defined in Amazonka.SDB.Types.Item type Rep Item = D1 ('MetaData "Item" "Amazonka.SDB.Types.Item" "libZSservicesZSamazonka-sdbZSamazonka-sdb" 'False) (C1 ('MetaCons "Item'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternateNameEncoding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Attribute])))) |
Create a value of Item
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:alternateNameEncoding:Item'
, item_alternateNameEncoding
-
$sel:name:Item'
, item_name
- The name of the item.
$sel:attributes:Item'
, item_attributes
- A list of attributes.