Values.ExportSummarySourceSummary statuses of an archive export job.
type nonrec t = {exportId : ExportId.t option;The unique identifier of the export job.
*)status : ExportStatus.t option;The current status of the export job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ExportId.t
| `Structure of
(string
* [> `Enum of string
| `String of ErrorMessage.t
| `Timestamp of Timestamp.t ])
list ])
list ]