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

Description

 
Synopsis

Documentation

data PropertyValueEntry Source #

An object that specifies information about time series property values. This object is used and consumed by the BatchPutPropertyValues action.

See: newPropertyValueEntry smart constructor.

Constructors

PropertyValueEntry' 

Fields

Instances

Instances details
FromJSON PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

ToJSON PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Generic PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Associated Types

type Rep PropertyValueEntry :: Type -> Type #

Read PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Show PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

NFData PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Methods

rnf :: PropertyValueEntry -> () #

Eq PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Hashable PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

type Rep PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

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

newPropertyValueEntry Source #

Create a value of PropertyValueEntry 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:propertyValues:PropertyValueEntry', propertyValueEntry_propertyValues - A list of objects that specify time series property values.

$sel:entityPropertyReference:PropertyValueEntry', propertyValueEntry_entityPropertyReference - An object that contains information about the entity that has the property.

propertyValueEntry_propertyValues :: Lens' PropertyValueEntry (Maybe (NonEmpty PropertyValue)) Source #

A list of objects that specify time series property values.

propertyValueEntry_entityPropertyReference :: Lens' PropertyValueEntry EntityPropertyReference Source #

An object that contains information about the entity that has the property.