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

Description

 
Synopsis

Documentation

data BatchGetAssetPropertyValueHistorySuccessEntry Source #

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

See: newBatchGetAssetPropertyValueHistorySuccessEntry smart constructor.

Constructors

BatchGetAssetPropertyValueHistorySuccessEntry' 

Fields

Instances

Instances details
FromJSON BatchGetAssetPropertyValueHistorySuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistorySuccessEntry

Generic BatchGetAssetPropertyValueHistorySuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistorySuccessEntry

Read BatchGetAssetPropertyValueHistorySuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistorySuccessEntry

Show BatchGetAssetPropertyValueHistorySuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistorySuccessEntry

NFData BatchGetAssetPropertyValueHistorySuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistorySuccessEntry

Eq BatchGetAssetPropertyValueHistorySuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistorySuccessEntry

Hashable BatchGetAssetPropertyValueHistorySuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistorySuccessEntry

type Rep BatchGetAssetPropertyValueHistorySuccessEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistorySuccessEntry

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