Values.BatchUpdateTaskRequestSourceUpdates multiple tasks in a single request. This is a batch version of the UpdateTask API. The result of updating each task is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.
type nonrec t = {clientToken : ClientToken.t option;The unique token which the server uses to recognize retries of the same request.
*)tasks : BatchUpdateTaskItems.t;The list of tasks to update. You can specify up to 100 tasks per request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of FarmId.t ]) list ]
list
| `String of ClientToken.t ])
list ]