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 DatasetExportJobSummary = DatasetExportJobSummary' {}
- newDatasetExportJobSummary :: DatasetExportJobSummary
- datasetExportJobSummary_failureReason :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_status :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_datasetExportJobArn :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_jobName :: Lens' DatasetExportJobSummary (Maybe Text)
- datasetExportJobSummary_lastUpdatedDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime)
- datasetExportJobSummary_creationDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime)
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.
DatasetExportJobSummary' | |
|
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:failureReason:DatasetExportJobSummary'
, datasetExportJobSummary_failureReason
- If a dataset export job fails, the reason behind the failure.
$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
$sel:datasetExportJobArn:DatasetExportJobSummary'
, datasetExportJobSummary_datasetExportJobArn
- The Amazon Resource Name (ARN) of the dataset export job.
$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:creationDateTime:DatasetExportJobSummary'
, datasetExportJobSummary_creationDateTime
- The date and time (in Unix time) that the dataset export job was
created.
datasetExportJobSummary_failureReason :: Lens' DatasetExportJobSummary (Maybe Text) Source #
If a dataset export job fails, the reason behind the failure.
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
datasetExportJobSummary_datasetExportJobArn :: Lens' DatasetExportJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset export job.
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_creationDateTime :: Lens' DatasetExportJobSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset export job was created.