Module Values.DatasetSourceSource

The data source for the dataset.

Sourcetype nonrec t = {
  1. sourceType : DatasetSourceType.t;
    (*

    The type of data source for the dataset.

    *)
  2. sourceFormat : DatasetSourceFormat.t;
    (*

    The format of the dataset source associated with the dataset.

    *)
  3. sourceDetail : SourceDetail.t option;
    (*

    The details of the dataset source associated with the dataset.

    *)
}
Sourceval context_ : string
Sourceval make : ?sourceDetail:??? -> sourceType:DatasetSourceType.t -> sourceFormat:DatasetSourceFormat.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `String of ARN.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