Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BatchPutAssetPropertyErrorEntry = BatchPutAssetPropertyErrorEntry' {}
- newBatchPutAssetPropertyErrorEntry :: Text -> BatchPutAssetPropertyErrorEntry
- batchPutAssetPropertyErrorEntry_entryId :: Lens' BatchPutAssetPropertyErrorEntry Text
- batchPutAssetPropertyErrorEntry_errors :: Lens' BatchPutAssetPropertyErrorEntry [BatchPutAssetPropertyError]
Documentation
data BatchPutAssetPropertyErrorEntry Source #
Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.
See: newBatchPutAssetPropertyErrorEntry
smart constructor.
BatchPutAssetPropertyErrorEntry' | |
|
Instances
Eq BatchPutAssetPropertyErrorEntry Source # | |
Read BatchPutAssetPropertyErrorEntry Source # | |
Show BatchPutAssetPropertyErrorEntry Source # | |
Generic BatchPutAssetPropertyErrorEntry Source # | |
NFData BatchPutAssetPropertyErrorEntry Source # | |
Hashable BatchPutAssetPropertyErrorEntry Source # | |
FromJSON BatchPutAssetPropertyErrorEntry Source # | |
type Rep BatchPutAssetPropertyErrorEntry Source # | |
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.
batchPutAssetPropertyErrorEntry_entryId :: Lens' BatchPutAssetPropertyErrorEntry Text Source #
The ID of the failed entry.
batchPutAssetPropertyErrorEntry_errors :: Lens' BatchPutAssetPropertyErrorEntry [BatchPutAssetPropertyError] Source #
The list of update property value errors.