amazonka-iotsitewise-2.0: Amazon IoT SiteWise 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.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry

Description

 
Synopsis

Documentation

data BatchGetAssetPropertyAggregatesSuccessEntry Source #

Contains success information for an entry that is associated with the BatchGetAssetPropertyAggregates API.

See: newBatchGetAssetPropertyAggregatesSuccessEntry smart constructor.

Constructors

BatchGetAssetPropertyAggregatesSuccessEntry' 

Fields

Instances

Instances details
FromJSON BatchGetAssetPropertyAggregatesSuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry

Generic BatchGetAssetPropertyAggregatesSuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry

Read BatchGetAssetPropertyAggregatesSuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry

Show BatchGetAssetPropertyAggregatesSuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry

NFData BatchGetAssetPropertyAggregatesSuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry

Eq BatchGetAssetPropertyAggregatesSuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry

Hashable BatchGetAssetPropertyAggregatesSuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry

type Rep BatchGetAssetPropertyAggregatesSuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry

type Rep BatchGetAssetPropertyAggregatesSuccessEntry = D1 ('MetaData "BatchGetAssetPropertyAggregatesSuccessEntry" "Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSuccessEntry" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "BatchGetAssetPropertyAggregatesSuccessEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "aggregatedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AggregatedValue])))

newBatchGetAssetPropertyAggregatesSuccessEntry Source #

Create a value of BatchGetAssetPropertyAggregatesSuccessEntry 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:entryId:BatchGetAssetPropertyAggregatesSuccessEntry', batchGetAssetPropertyAggregatesSuccessEntry_entryId - The ID of the entry.

$sel:aggregatedValues:BatchGetAssetPropertyAggregatesSuccessEntry', batchGetAssetPropertyAggregatesSuccessEntry_aggregatedValues - The requested aggregated asset property values (for example, average, minimum, and maximum).

batchGetAssetPropertyAggregatesSuccessEntry_aggregatedValues :: Lens' BatchGetAssetPropertyAggregatesSuccessEntry [AggregatedValue] Source #

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