Values.OutputDataConfigSourceThe output configuration properties for a batch translation job.
type nonrec t = {s3Uri : S3Uri.t;The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.
*)encryptionKey : EncryptionKey.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of S3Uri.t
| `Structure of
(string * [> `Enum of string | `String of EncryptionKeyID.t ]) list ])
list ]