Values.ExportReadSetJobDetailSourceDetails about a read set export job.
type nonrec t = {id : ExportJobId.t option;The job's ID.
*)sequenceStoreId : SequenceStoreId.t option;The job's sequence store ID.
*)destination : S3Destination.t option;The job's destination in Amazon S3.
*)status : ReadSetExportJobStatus.t option;The job's status.
*)creationTime : SyntheticTimestamp_date_time.t option;When the job was created.
*)completionTime : SyntheticTimestamp_date_time.t option;When the job completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ExportJobId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]