amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IotTwinMaker.Types.PropertyLatestValue

Description

 
Synopsis

Documentation

data PropertyLatestValue Source #

The latest value of the property.

See: newPropertyLatestValue smart constructor.

Constructors

PropertyLatestValue' 

Fields

Instances

Instances details
FromJSON PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Generic PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Associated Types

type Rep PropertyLatestValue :: Type -> Type #

Read PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Show PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

NFData PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Methods

rnf :: PropertyLatestValue -> () #

Eq PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Hashable PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

type Rep PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

type Rep PropertyLatestValue = D1 ('MetaData "PropertyLatestValue" "Amazonka.IotTwinMaker.Types.PropertyLatestValue" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyLatestValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataValue)) :*: S1 ('MetaSel ('Just "propertyReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EntityPropertyReference)))

newPropertyLatestValue Source #

Create a value of PropertyLatestValue 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:propertyValue:PropertyLatestValue', propertyLatestValue_propertyValue - The value of the property.

$sel:propertyReference:PropertyLatestValue', propertyLatestValue_propertyReference - An object that specifies information about a property.>

propertyLatestValue_propertyReference :: Lens' PropertyLatestValue EntityPropertyReference Source #

An object that specifies information about a property.>