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

Description

 
Synopsis

Documentation

data BatchGetAssetPropertyAggregatesSkippedEntry Source #

Contains information for an entry that has been processed by the previous BatchGetAssetPropertyAggregates request.

See: newBatchGetAssetPropertyAggregatesSkippedEntry smart constructor.

Constructors

BatchGetAssetPropertyAggregatesSkippedEntry' 

Fields

Instances

Instances details
FromJSON BatchGetAssetPropertyAggregatesSkippedEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry

Generic BatchGetAssetPropertyAggregatesSkippedEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry

Read BatchGetAssetPropertyAggregatesSkippedEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry

Show BatchGetAssetPropertyAggregatesSkippedEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry

NFData BatchGetAssetPropertyAggregatesSkippedEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry

Eq BatchGetAssetPropertyAggregatesSkippedEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry

Hashable BatchGetAssetPropertyAggregatesSkippedEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry

type Rep BatchGetAssetPropertyAggregatesSkippedEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry

type Rep BatchGetAssetPropertyAggregatesSkippedEntry = D1 ('MetaData "BatchGetAssetPropertyAggregatesSkippedEntry" "Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "BatchGetAssetPropertyAggregatesSkippedEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchGetAssetPropertyAggregatesErrorInfo)) :*: (S1 ('MetaSel ('Just "entryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "completionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BatchEntryCompletionStatus))))