Values.DatasetImportJobSummarySourceProvides a summary of the properties of a dataset import job. For a complete listing, call the DescribeDatasetImportJob API.
type nonrec t = {datasetImportJobArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset import job.
*)jobName : Name.t option;The name of the dataset import job.
*)status : Status.t option;The status of the dataset import job. A dataset import 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 import job was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the dataset import job status was last updated.
*)failureReason : FailureReason.t option;If a dataset import job fails, the reason behind the failure.
*)importMode : ImportMode.t option;The import mode the dataset import job used to update the data in the dataset. For more information see Updating existing bulk data.
*)}