Values.ReportTaskProgressInputSourceContains the parameters for ReportTaskProgress.
type nonrec t = {taskId : TaskId.t;The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.
*)fields : FieldList.t option;Key-value pairs that define the properties of the ReportTaskProgressInput object.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FieldNameString.t ]) list ]
list
| `String of TaskId.t ])
list ]