libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTEventsData.Types.Variable

Description

 
Synopsis

Documentation

data Variable Source #

The current state of the variable.

See: newVariable smart constructor.

Constructors

Variable' 

Fields

Instances

Instances details
Eq Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Read Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Show Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Generic Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Associated Types

type Rep Variable :: Type -> Type #

Methods

from :: Variable -> Rep Variable x #

to :: Rep Variable x -> Variable #

NFData Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Methods

rnf :: Variable -> () #

Hashable Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Methods

hashWithSalt :: Int -> Variable -> Int #

hash :: Variable -> Int #

FromJSON Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

type Rep Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

type Rep Variable = D1 ('MetaData "Variable" "Amazonka.IoTEventsData.Types.Variable" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "Variable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newVariable Source #

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.

variable_name :: Lens' Variable Text Source #

The name of the variable.

variable_value :: Lens' Variable Text Source #

The current value of the variable.