Values.UpdateTaskExecutionRequestSourceUpdates the configuration of a running DataSync task execution. Currently, the only Option that you can modify with UpdateTaskExecution is BytesPerSecond , which throttles bandwidth for a running or queued task execution.
type nonrec t = {taskExecutionArn : TaskExecutionArn.t;Specifies the Amazon Resource Name (ARN) of the task execution that you're updating.
*)options : Options.t;}val to_value :
t ->
[> `Structure of
(string
* [> `String of TaskExecutionArn.t
| `Structure of
(string * [> `Enum of string | `Long of BytesPerSecond.t ]) list ])
list ]