Module Values.CreateImportJobRequestSource

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

Sourcetype nonrec t = {
  1. importDestination : ImportDestination.t;
    (*

    The destination for the import job.

    *)
  2. importDataSource : ImportDataSource.t;
    (*

    The data source for the import job.

    *)
}
Sourceval context_ : string
Sourceval make : importDestination:ImportDestination.t -> importDataSource:ImportDataSource.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 | `String of ContactListName.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