Module Values.CreateExportJobRequestSource

Represents a request to create an export job from a data source to a data destination.

Sourcetype nonrec t = {
  1. exportDataSource : ExportDataSource.t;
    (*

    The data source for the export job.

    *)
  2. exportDestination : ExportDestination.t;
    (*

    The destination for the export job.

    *)
}
Sourceval context_ : string
Sourceval make : exportDataSource:ExportDataSource.t -> exportDestination:ExportDestination.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t