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.PropertyValueHistory

Description

 
Synopsis

Documentation

data PropertyValueHistory Source #

The history of values for a time series property.

See: newPropertyValueHistory smart constructor.

Constructors

PropertyValueHistory' 

Fields

Instances

Instances details
FromJSON PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Generic PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Associated Types

type Rep PropertyValueHistory :: Type -> Type #

Read PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Show PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

NFData PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Methods

rnf :: PropertyValueHistory -> () #

Eq PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Hashable PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

type Rep PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

type Rep PropertyValueHistory = D1 ('MetaData "PropertyValueHistory" "Amazonka.IotTwinMaker.Types.PropertyValueHistory" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyValueHistory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PropertyValue])) :*: S1 ('MetaSel ('Just "entityPropertyReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EntityPropertyReference)))

newPropertyValueHistory Source #

Create a value of PropertyValueHistory 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:values:PropertyValueHistory', propertyValueHistory_values - A list of objects that contain information about the values in the history of a time series property.

$sel:entityPropertyReference:PropertyValueHistory', propertyValueHistory_entityPropertyReference - An object that uniquely identifies an entity property.

propertyValueHistory_values :: Lens' PropertyValueHistory (Maybe [PropertyValue]) Source #

A list of objects that contain information about the values in the history of a time series property.