Values.UpdateParallelDataRequestSourceUpdates a previously created parallel data resource by importing a new input file from Amazon S3.
type nonrec t = {name : ResourceName.t;The name of the parallel data resource being updated.
*)description : Description.t option;A custom description for the parallel data resource in Amazon Translate.
*)parallelDataConfig : ParallelDataConfig.t;Specifies the format and S3 location of the parallel data input file.
*)clientToken : ClientTokenString.t;A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.
*)}val make :
?description:??? ->
name:ResourceName.t ->
parallelDataConfig:ParallelDataConfig.t ->
clientToken:ClientTokenString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceName.t
| `Structure of
(string * [> `Enum of string | `String of S3Uri.t ]) list ])
list ]