Values.ExportSummarySourceSummary information about an export task.
type nonrec t = {exportArn : ExportArn.t option;The Amazon Resource Name (ARN) of the export.
*)exportStatus : ExportStatus.t option;Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
*)exportType : ExportType.t option;The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ExportArn.t ]) list ]