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

Description

 
Synopsis

Documentation

data BatchPutAssetPropertyErrorEntry Source #

Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.

See: newBatchPutAssetPropertyErrorEntry smart constructor.

Constructors

BatchPutAssetPropertyErrorEntry' 

Fields

Instances

Instances details
Eq BatchPutAssetPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchPutAssetPropertyErrorEntry

Read BatchPutAssetPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchPutAssetPropertyErrorEntry

Show BatchPutAssetPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchPutAssetPropertyErrorEntry

Generic BatchPutAssetPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchPutAssetPropertyErrorEntry

Associated Types

type Rep BatchPutAssetPropertyErrorEntry :: Type -> Type #

NFData BatchPutAssetPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchPutAssetPropertyErrorEntry

Hashable BatchPutAssetPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchPutAssetPropertyErrorEntry

FromJSON BatchPutAssetPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchPutAssetPropertyErrorEntry

type Rep BatchPutAssetPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchPutAssetPropertyErrorEntry

type Rep BatchPutAssetPropertyErrorEntry = D1 ('MetaData "BatchPutAssetPropertyErrorEntry" "Amazonka.IoTSiteWise.Types.BatchPutAssetPropertyErrorEntry" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "BatchPutAssetPropertyErrorEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchPutAssetPropertyError])))

newBatchPutAssetPropertyErrorEntry Source #

Create a value of BatchPutAssetPropertyErrorEntry 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:BatchPutAssetPropertyErrorEntry', batchPutAssetPropertyErrorEntry_entryId - The ID of the failed entry.

$sel:errors:BatchPutAssetPropertyErrorEntry', batchPutAssetPropertyErrorEntry_errors - The list of update property value errors.