| 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.DeletableItem
Description
Synopsis
- data DeletableItem = DeletableItem' {
- attributes :: Maybe [Attribute]
- name :: Text
- newDeletableItem :: Text -> DeletableItem
- deletableItem_attributes :: Lens' DeletableItem (Maybe [Attribute])
- deletableItem_name :: Lens' DeletableItem Text
Documentation
data DeletableItem Source #
See: newDeletableItem smart constructor.
Constructors
| DeletableItem' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeletableItem |
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.
DeletableItem, deletableItem_name - Undocumented member.
deletableItem_attributes :: Lens' DeletableItem (Maybe [Attribute]) Source #
Undocumented member.
deletableItem_name :: Lens' DeletableItem Text Source #
Undocumented member.