Values.JobOutputOptionsSourceConfiguration for output data location and format.
type nonrec t = {format : JobOutputFormat.t;Output data format. Currently only "Parquet" is supported.
*)location : JobOutputLocation.t;S3 ARN or URI where output files will be written. The Amazon S3 bucket must exist in the same Amazon Web Services region where you plan to run your job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of JobOutputLocation.t ]) list ]