| 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.IoTEventsData.Types.Variable
Description
Documentation
The current state of the variable.
See: newVariable smart constructor.
Constructors
| Variable' | |
Instances
| FromJSON Variable Source # | |
| Generic Variable Source # | |
| Read Variable Source # | |
| Show Variable Source # | |
| NFData Variable Source # | |
Defined in Amazonka.IoTEventsData.Types.Variable | |
| Eq Variable Source # | |
| Hashable Variable Source # | |
Defined in Amazonka.IoTEventsData.Types.Variable | |
| type Rep Variable Source # | |
Defined in Amazonka.IoTEventsData.Types.Variable type Rep Variable = D1 ('MetaData "Variable" "Amazonka.IoTEventsData.Types.Variable" "amazonka-iotevents-data-2.0-2nkzod7vvQTAS38g00IbEB" 'False) (C1 ('MetaCons "Variable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Variable 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:name:Variable', variable_name - The name of the variable.
$sel:value:Variable', variable_value - The current value of the variable.