Module Values.DataSetImportConfigSource

Identifies one or more data sets you want to import with the CreateDataSetImportTask operation.

Sourcetype nonrec t = {
  1. dataSets : DataSetImportList.t option;
    (*

    The data sets.

    *)
  2. s3Location : String2000.t option;
    (*

    The Amazon S3 location of the data sets.

    *)
}
Sourceval make : ?dataSets:??? -> ?s3Location:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of String20.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t ]) list ]) list ]) list ]) list ]) list ] list | `String of String2000.t ]) 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