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 |
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.
Instances
newReplaceableAttribute Source #
:: 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.