| 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.Personalize.Types.DatasetExportJobSummary
Description
Synopsis
- data DatasetExportJobSummary = DatasetExportJobSummary' {}
- newDatasetExportJobSummary :: DatasetExportJobSummary
- datasetExportJobSummary_creationDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime)
- datasetExportJobSummary_datasetExportJobArn :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_failureReason :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_jobName :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_lastUpdatedDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime)
- datasetExportJobSummary_status :: Lens' DatasetExportJobSummary (Maybe Text)
Documentation
data DatasetExportJobSummary Source #
Provides a summary of the properties of a dataset export job. For a complete listing, call the DescribeDatasetExportJob API.
See: newDatasetExportJobSummary smart constructor.
Constructors
| DatasetExportJobSummary' | |
Fields
| |
Instances
newDatasetExportJobSummary :: DatasetExportJobSummary Source #
Create a value of DatasetExportJobSummary 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:creationDateTime:DatasetExportJobSummary', datasetExportJobSummary_creationDateTime - The date and time (in Unix time) that the dataset export job was
created.
$sel:datasetExportJobArn:DatasetExportJobSummary', datasetExportJobSummary_datasetExportJobArn - The Amazon Resource Name (ARN) of the dataset export job.
$sel:failureReason:DatasetExportJobSummary', datasetExportJobSummary_failureReason - If a dataset export job fails, the reason behind the failure.
$sel:jobName:DatasetExportJobSummary', datasetExportJobSummary_jobName - The name of the dataset export job.
$sel:lastUpdatedDateTime:DatasetExportJobSummary', datasetExportJobSummary_lastUpdatedDateTime - The date and time (in Unix time) that the dataset export job status was
last updated.
$sel:status:DatasetExportJobSummary', datasetExportJobSummary_status - The status of the dataset export job.
A dataset export job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
datasetExportJobSummary_creationDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset export job was created.
datasetExportJobSummary_datasetExportJobArn :: Lens' DatasetExportJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset export job.
datasetExportJobSummary_failureReason :: Lens' DatasetExportJobSummary (Maybe Text) Source #
If a dataset export job fails, the reason behind the failure.
datasetExportJobSummary_jobName :: Lens' DatasetExportJobSummary (Maybe Text) Source #
The name of the dataset export job.
datasetExportJobSummary_lastUpdatedDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset export job status was last updated.
datasetExportJobSummary_status :: Lens' DatasetExportJobSummary (Maybe Text) Source #
The status of the dataset export job.
A dataset export job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED