libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise
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.IoTSiteWise.Types.AggregatedValue

Description

 
Synopsis

Documentation

data AggregatedValue Source #

Contains aggregated asset property values (for example, average, minimum, and maximum).

See: newAggregatedValue smart constructor.

Constructors

AggregatedValue' 

Fields

Instances

Instances details
Eq AggregatedValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AggregatedValue

Read AggregatedValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AggregatedValue

Show AggregatedValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AggregatedValue

Generic AggregatedValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AggregatedValue

Associated Types

type Rep AggregatedValue :: Type -> Type #

NFData AggregatedValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AggregatedValue

Methods

rnf :: AggregatedValue -> () #

Hashable AggregatedValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AggregatedValue

FromJSON AggregatedValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AggregatedValue

type Rep AggregatedValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AggregatedValue

type Rep AggregatedValue = D1 ('MetaData "AggregatedValue" "Amazonka.IoTSiteWise.Types.AggregatedValue" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "AggregatedValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "quality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Quality)) :*: (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Aggregates))))

newAggregatedValue Source #

Create a value of AggregatedValue 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:quality:AggregatedValue', aggregatedValue_quality - The quality of the aggregated data.

$sel:timestamp:AggregatedValue', aggregatedValue_timestamp - The date the aggregating computations occurred, in Unix epoch time.

$sel:value:AggregatedValue', aggregatedValue_value - The value of the aggregates.

aggregatedValue_quality :: Lens' AggregatedValue (Maybe Quality) Source #

The quality of the aggregated data.

aggregatedValue_timestamp :: Lens' AggregatedValue UTCTime Source #

The date the aggregating computations occurred, in Unix epoch time.