Values.GetExportJobResponseSourceAn HTTP 200 response if the request succeeds, or an error message if the request fails.
type nonrec t = {jobId : JobId.t option;The export job ID.
*)exportSourceType : ExportSourceType.t option;The type of source of the export job.
*)jobStatus : JobStatus.t option;The status of the export job.
*)exportDestination : ExportDestination.t option;The destination of the export job.
*)exportDataSource : ExportDataSource.t option;The data source of the export job.
*)createdTimestamp : Timestamp.t option;The timestamp of when the export job was created.
*)completedTimestamp : Timestamp.t option;The timestamp of when the export job was completed.
*)failureInfo : FailureInfo.t option;The failure details about an export job.
*)statistics : ExportStatistics.t option;The statistics about the export job.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of JobId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of ProcessedRecordsCount.t
| `String of S3Url.t
| `Structure of
(string
* [> `Enum of string
| `Integer of MessageInsightsExportMaxResults.t
| `List of
[> `Structure of (string * [> `Enum of string ]) list ]
list
| `Map of
([> `Enum of string ]
* [> `List of
[> `String of MetricDimensionValue.t ] list ])
list
| `Structure of
(string
* [> `List of
[> `Enum of string
| `String of InsightsEmailAddress.t ]
list ])
list
| `Timestamp of Timestamp.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]