Values.DataDeletionJobSummarySourceProvides a summary of the properties of a data deletion job. For a complete listing, call the DescribeDataDeletionJob API operation.
type nonrec t = {dataDeletionJobArn : Arn.t option;The Amazon Resource Name (ARN) of the data deletion job.
*)datasetGroupArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
*)jobName : Name.t option;The name of the data deletion job.
*)status : Status.t option;The status of the data deletion job. A data deletion job can have one of the following statuses: PENDING > IN_PROGRESS > COMPLETED -or- FAILED
*)creationDateTime : Date.t option;The creation date and time (in Unix time) of the data deletion job.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) the data deletion job was last updated.
*)failureReason : FailureReason.t option;If a data deletion job fails, provides the reason why.
*)}