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
data OpsItemDataValue Source #
An object that defines the value of the key and its type in the OperationalData map.
See: newOpsItemDataValue
smart constructor.
Instances
newOpsItemDataValue :: OpsItemDataValue Source #
Create a value of OpsItemDataValue
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:value:OpsItemDataValue'
, opsItemDataValue_value
- The value of the OperationalData key.
$sel:type':OpsItemDataValue'
, opsItemDataValue_type
- The type of key-value pair. Valid types include SearchableString
and
String
.
opsItemDataValue_value :: Lens' OpsItemDataValue (Maybe Text) Source #
The value of the OperationalData key.
opsItemDataValue_type :: Lens' OpsItemDataValue (Maybe OpsItemDataType) Source #
The type of key-value pair. Valid types include SearchableString
and
String
.