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 DatasetSummary = DatasetSummary' {}
- newDatasetSummary :: DatasetSummary
- datasetSummary_status :: Lens' DatasetSummary (Maybe DatasetStatus)
- datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_createdAt :: Lens' DatasetSummary (Maybe UTCTime)
- datasetSummary_datasetName :: Lens' DatasetSummary (Maybe Text)
Documentation
data DatasetSummary Source #
Contains information about the specific data set, including name, ARN, and status.
See: newDatasetSummary
smart constructor.
DatasetSummary' | |
|
Instances
newDatasetSummary :: DatasetSummary Source #
Create a value of DatasetSummary
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:status:DatasetSummary'
, datasetSummary_status
- Indicates the status of the dataset.
$sel:datasetArn:DatasetSummary'
, datasetSummary_datasetArn
- The Amazon Resource Name (ARN) of the specified dataset.
$sel:createdAt:DatasetSummary'
, datasetSummary_createdAt
- The time at which the dataset was created in Amazon Lookout for
Equipment.
$sel:datasetName:DatasetSummary'
, datasetSummary_datasetName
- The name of the dataset.
datasetSummary_status :: Lens' DatasetSummary (Maybe DatasetStatus) Source #
Indicates the status of the dataset.
datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the specified dataset.
datasetSummary_createdAt :: Lens' DatasetSummary (Maybe UTCTime) Source #
The time at which the dataset was created in Amazon Lookout for Equipment.
datasetSummary_datasetName :: Lens' DatasetSummary (Maybe Text) Source #
The name of the dataset.