Module Values.ReportTaskProgressInputSource

Contains the parameters for ReportTaskProgress.

Sourcetype nonrec t = {
  1. taskId : TaskId.t;
    (*

    The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

    *)
  2. fields : FieldList.t option;
    (*

    Key-value pairs that define the properties of the ReportTaskProgressInput object.

    *)
}
Sourceval context_ : string
Sourceval make : ?fields:??? -> taskId:TaskId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of FieldNameString.t ]) list ] list | `String of TaskId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t