Values.CreateExportJobRequestSourceRepresents a request to create an export job from a data source to a data destination.
type nonrec t = {exportDataSource : ExportDataSource.t;The data source for the export job.
*)exportDestination : ExportDestination.t;The destination for the export job.
*)}val make :
exportDataSource:ExportDataSource.t ->
exportDestination:ExportDestination.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `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 ])
list ]