Values.DatasetExportJobSummarySourceProvides a summary of the properties of a dataset export job. For a complete listing, call the DescribeDatasetExportJob API.
type nonrec t = {datasetExportJobArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset export job.
*)jobName : Name.t option;The name of the dataset export job.
*)status : Status.t option;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
*)creationDateTime : Date.t option;The date and time (in Unix time) that the dataset export job was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the dataset export job status was last updated.
*)failureReason : FailureReason.t option;If a dataset export job fails, the reason behind the failure.
*)}