Module Values.OutputDataConfigSource

The output data configuration supplied when the export job was created.

Sourcetype nonrec t = {
  1. s3Configuration : S3Configuration.t option;
    (*

    The output data configuration supplied when the export job was created.

    *)
}
Sourceval make : ?s3Configuration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of S3Uri.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