Values.CreateImportJobRequestSourceRepresents a request to create an import job from a data source for a data destination.
type nonrec t = {importDestination : ImportDestination.t;The destination for the import job.
*)importDataSource : ImportDataSource.t;The data source for the import job.
*)}val make :
importDestination:ImportDestination.t ->
importDataSource:ImportDataSource.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 | `String of ContactListName.t ])
list ])
list ])
list ]