| 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.Forecast.Types.DatasetSummary
Description
Synopsis
- data DatasetSummary = DatasetSummary' {}
- newDatasetSummary :: DatasetSummary
- datasetSummary_creationTime :: Lens' DatasetSummary (Maybe UTCTime)
- datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_datasetName :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_datasetType :: Lens' DatasetSummary (Maybe DatasetType)
- datasetSummary_domain :: Lens' DatasetSummary (Maybe Domain)
- datasetSummary_lastModificationTime :: Lens' DatasetSummary (Maybe UTCTime)
Documentation
data DatasetSummary Source #
Provides a summary of the dataset properties used in the
ListDatasets
operation. To get the complete set of properties, call the
DescribeDataset
operation, and provide the DatasetArn.
See: newDatasetSummary smart constructor.
Constructors
| DatasetSummary' | |
Fields
| |
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:creationTime:DatasetSummary', datasetSummary_creationTime - When the dataset was created.
$sel:datasetArn:DatasetSummary', datasetSummary_datasetArn - The Amazon Resource Name (ARN) of the dataset.
$sel:datasetName:DatasetSummary', datasetSummary_datasetName - The name of the dataset.
$sel:datasetType:DatasetSummary', datasetSummary_datasetType - The dataset type.
$sel:domain:DatasetSummary', datasetSummary_domain - The domain associated with the dataset.
$sel:lastModificationTime:DatasetSummary', datasetSummary_lastModificationTime - When you create a dataset, LastModificationTime is the same as
CreationTime. While data is being imported to the dataset,
LastModificationTime is the current time of the ListDatasets call.
After a
CreateDatasetImportJob
operation has finished, LastModificationTime is when the import job
completed or failed.
datasetSummary_creationTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
When the dataset was created.
datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset.
datasetSummary_datasetName :: Lens' DatasetSummary (Maybe Text) Source #
The name of the dataset.
datasetSummary_datasetType :: Lens' DatasetSummary (Maybe DatasetType) Source #
The dataset type.
datasetSummary_domain :: Lens' DatasetSummary (Maybe Domain) Source #
The domain associated with the dataset.
datasetSummary_lastModificationTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
When you create a dataset, LastModificationTime is the same as
CreationTime. While data is being imported to the dataset,
LastModificationTime is the current time of the ListDatasets call.
After a
CreateDatasetImportJob
operation has finished, LastModificationTime is when the import job
completed or failed.