Module Values.DataSetExportItemSource

Identifies a specific data set to export from an external location.

Sourcetype nonrec t = {
  1. datasetName : String200.t;
    (*

    The data set.

    *)
  2. externalLocation : ExternalLocation.t;
    (*

    The location of the data set.

    *)
}
Sourceval context_ : string
Sourceval make : datasetName:String200.t -> externalLocation:ExternalLocation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String200.t | `Structure of (string * [> `String of String2000.t ]) 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