| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SDB.Types.Item
Description
Documentation
See: newItem smart constructor.
Constructors
| Item' | |
Fields
| |
Instances
| FromXML Item Source # | |
| Generic Item Source # | |
| Read Item Source # | |
| Show Item Source # | |
| NFData Item Source # | |
Defined in Amazonka.SDB.Types.Item | |
| Eq Item Source # | |
| Hashable Item Source # | |
Defined in Amazonka.SDB.Types.Item | |
| type Rep Item Source # | |
Defined in Amazonka.SDB.Types.Item type Rep Item = D1 ('MetaData "Item" "Amazonka.SDB.Types.Item" "amazonka-sdb-2.0-7a0e7nVPNy1GutfrhcqnW8" '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:
Item, item_alternateNameEncoding -
Item, item_name - The name of the item.
$sel:attributes:Item', item_attributes - A list of attributes.