| 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.BatchGetAssetPropertyValueHistorySkippedEntry
Description
Synopsis
- data BatchGetAssetPropertyValueHistorySkippedEntry = BatchGetAssetPropertyValueHistorySkippedEntry' {}
- newBatchGetAssetPropertyValueHistorySkippedEntry :: Text -> BatchEntryCompletionStatus -> BatchGetAssetPropertyValueHistorySkippedEntry
- batchGetAssetPropertyValueHistorySkippedEntry_errorInfo :: Lens' BatchGetAssetPropertyValueHistorySkippedEntry (Maybe BatchGetAssetPropertyValueHistoryErrorInfo)
- batchGetAssetPropertyValueHistorySkippedEntry_entryId :: Lens' BatchGetAssetPropertyValueHistorySkippedEntry Text
- batchGetAssetPropertyValueHistorySkippedEntry_completionStatus :: Lens' BatchGetAssetPropertyValueHistorySkippedEntry BatchEntryCompletionStatus
Documentation
data BatchGetAssetPropertyValueHistorySkippedEntry Source #
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValueHistory request.
See: newBatchGetAssetPropertyValueHistorySkippedEntry smart constructor.
Constructors
| BatchGetAssetPropertyValueHistorySkippedEntry' | |
Fields
| |
Instances
newBatchGetAssetPropertyValueHistorySkippedEntry Source #
Arguments
| :: Text | |
| -> BatchEntryCompletionStatus |
|
| -> BatchGetAssetPropertyValueHistorySkippedEntry |
Create a value of BatchGetAssetPropertyValueHistorySkippedEntry 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:BatchGetAssetPropertyValueHistorySkippedEntry', batchGetAssetPropertyValueHistorySkippedEntry_errorInfo - The error information, such as the error code and the timestamp.
$sel:entryId:BatchGetAssetPropertyValueHistorySkippedEntry', batchGetAssetPropertyValueHistorySkippedEntry_entryId - The ID of the entry.
$sel:completionStatus:BatchGetAssetPropertyValueHistorySkippedEntry', batchGetAssetPropertyValueHistorySkippedEntry_completionStatus - The completion status of each entry that is associated with the
BatchGetAssetPropertyValueHistory
API.
batchGetAssetPropertyValueHistorySkippedEntry_errorInfo :: Lens' BatchGetAssetPropertyValueHistorySkippedEntry (Maybe BatchGetAssetPropertyValueHistoryErrorInfo) Source #
The error information, such as the error code and the timestamp.
batchGetAssetPropertyValueHistorySkippedEntry_entryId :: Lens' BatchGetAssetPropertyValueHistorySkippedEntry Text Source #
The ID of the entry.
batchGetAssetPropertyValueHistorySkippedEntry_completionStatus :: Lens' BatchGetAssetPropertyValueHistorySkippedEntry BatchEntryCompletionStatus Source #
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.