Values.BatchSegmentJobSummarySourceA truncated version of the BatchSegmentJob datatype. ListBatchSegmentJobs operation returns a list of batch segment job summaries.
type nonrec t = {batchSegmentJobArn : Arn.t option;The Amazon Resource Name (ARN) of the batch segment job.
*)jobName : Name.t option;The name of the batch segment job.
*)status : Status.t option;The status of the batch segment job. The status is one of the following values: PENDING IN PROGRESS ACTIVE CREATE FAILED
*)creationDateTime : Date.t option;The time at which the batch segment job was created.
*)lastUpdatedDateTime : Date.t option;The time at which the batch segment job was last updated.
*)failureReason : FailureReason.t option;If the batch segment job failed, the reason for the failure.
*)solutionVersionArn : Arn.t option;The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
*)}