amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Description

 
Synopsis

Documentation

data BatchPutPropertyErrorEntry Source #

An object that contains information about errors returned by the BatchPutProperty action.

See: newBatchPutPropertyErrorEntry smart constructor.

Constructors

BatchPutPropertyErrorEntry' 

Fields

Instances

Instances details
FromJSON BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Generic BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Associated Types

type Rep BatchPutPropertyErrorEntry :: Type -> Type #

Read BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Show BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

NFData BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Eq BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Hashable BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

type Rep BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

type Rep BatchPutPropertyErrorEntry = D1 ('MetaData "BatchPutPropertyErrorEntry" "Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BatchPutPropertyErrorEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty BatchPutPropertyError))))

newBatchPutPropertyErrorEntry Source #

Create a value of BatchPutPropertyErrorEntry 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:errors:BatchPutPropertyErrorEntry', batchPutPropertyErrorEntry_errors - A list of objects that contain information about errors returned by the BatchPutProperty action.

batchPutPropertyErrorEntry_errors :: Lens' BatchPutPropertyErrorEntry (NonEmpty BatchPutPropertyError) Source #

A list of objects that contain information about errors returned by the BatchPutProperty action.