| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesSkippedEntry
Description
Synopsis
- data BatchGetAssetPropertyAggregatesSkippedEntry = BatchGetAssetPropertyAggregatesSkippedEntry' {}
- newBatchGetAssetPropertyAggregatesSkippedEntry :: Text -> BatchEntryCompletionStatus -> BatchGetAssetPropertyAggregatesSkippedEntry
- batchGetAssetPropertyAggregatesSkippedEntry_errorInfo :: Lens' BatchGetAssetPropertyAggregatesSkippedEntry (Maybe BatchGetAssetPropertyAggregatesErrorInfo)
- batchGetAssetPropertyAggregatesSkippedEntry_entryId :: Lens' BatchGetAssetPropertyAggregatesSkippedEntry Text
- batchGetAssetPropertyAggregatesSkippedEntry_completionStatus :: Lens' BatchGetAssetPropertyAggregatesSkippedEntry BatchEntryCompletionStatus
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
newBatchGetAssetPropertyAggregatesSkippedEntry Source #
Arguments
| :: Text | |
| -> BatchEntryCompletionStatus |
|
| -> BatchGetAssetPropertyAggregatesSkippedEntry |
Create a value of BatchGetAssetPropertyAggregatesSkippedEntry 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:errorInfo:BatchGetAssetPropertyAggregatesSkippedEntry', batchGetAssetPropertyAggregatesSkippedEntry_errorInfo - The error information, such as the error code and the timestamp.
$sel:entryId:BatchGetAssetPropertyAggregatesSkippedEntry', batchGetAssetPropertyAggregatesSkippedEntry_entryId - The ID of the entry.
$sel:completionStatus:BatchGetAssetPropertyAggregatesSkippedEntry', batchGetAssetPropertyAggregatesSkippedEntry_completionStatus - The completion status of each entry that is associated with the
BatchGetAssetPropertyAggregates
API.
batchGetAssetPropertyAggregatesSkippedEntry_errorInfo :: Lens' BatchGetAssetPropertyAggregatesSkippedEntry (Maybe BatchGetAssetPropertyAggregatesErrorInfo) Source #
The error information, such as the error code and the timestamp.
batchGetAssetPropertyAggregatesSkippedEntry_entryId :: Lens' BatchGetAssetPropertyAggregatesSkippedEntry Text Source #
The ID of the entry.
batchGetAssetPropertyAggregatesSkippedEntry_completionStatus :: Lens' BatchGetAssetPropertyAggregatesSkippedEntry BatchEntryCompletionStatus Source #
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.