Module Values.DataSetExportConfigSource

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

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

    The data sets.

    *)
  2. s3Location : String_.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 * [> `String of String200.t | `Structure of (string * [> `String of String2000.t ]) list ]) list ] list | `String of String_.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