Values.ExportTaskSourceExport task.
type nonrec t = {exportID : ExportID.t option;Export task id.
*)arn : ARN.t option;ExportTask arn.
*)s3Bucket : S3BucketName.t option;Export task s3 bucket.
*)s3Key : S3Key.t option;Export task s3 key.
*)s3BucketOwner : AccountID.t option;Export task s3 bucket owner.
*)creationDateTime : ISO8601DatetimeString.t option;Export task creation datetime.
*)endDateTime : ISO8601DatetimeString.t option;Export task end datetime.
*)status : ExportStatus.t option;Export task status.
*)progressPercentage : Float_.t option;Export task progress percentage.
*)summary : ExportTaskSummary.t option;Export task summary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of Float_.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ExportID.t
| `Structure of (string * [> `Long of PositiveInteger.t ]) list ])
list ]