| 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.ReplaceableAttribute
Description
Synopsis
- data ReplaceableAttribute = ReplaceableAttribute' {}
- newReplaceableAttribute :: Text -> Text -> ReplaceableAttribute
- replaceableAttribute_replace :: Lens' ReplaceableAttribute (Maybe Bool)
- replaceableAttribute_name :: Lens' ReplaceableAttribute Text
- replaceableAttribute_value :: Lens' ReplaceableAttribute Text
Documentation
data ReplaceableAttribute Source #
See: newReplaceableAttribute smart constructor.
Constructors
| ReplaceableAttribute' | |
Instances
newReplaceableAttribute Source #
Arguments
| :: Text | |
| -> Text | |
| -> ReplaceableAttribute |
Create a value of ReplaceableAttribute 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:replace:ReplaceableAttribute', replaceableAttribute_replace - A flag specifying whether or not to replace the attribute/value pair or
to add a new attribute/value pair. The default setting is false.
$sel:name:ReplaceableAttribute', replaceableAttribute_name - The name of the replaceable attribute.
$sel:value:ReplaceableAttribute', replaceableAttribute_value - The value of the replaceable attribute.
replaceableAttribute_replace :: Lens' ReplaceableAttribute (Maybe Bool) Source #
A flag specifying whether or not to replace the attribute/value pair or
to add a new attribute/value pair. The default setting is false.
replaceableAttribute_name :: Lens' ReplaceableAttribute Text Source #
The name of the replaceable attribute.
replaceableAttribute_value :: Lens' ReplaceableAttribute Text Source #
The value of the replaceable attribute.