Values.UpdateWorkerScheduleRequestSourceUpdates the schedule for a worker.
type nonrec t = {farmId : FarmId.t;The farm ID to update.
*)fleetId : FleetId.t;The fleet ID to update.
*)workerId : WorkerId.t;The worker ID to update.
*)updatedSessionActions : UpdatedSessionActions.t option;The session actions associated with the worker schedule to update.
*)}val make :
?updatedSessionActions:??? ->
farmId:FarmId.t ->
fleetId:FleetId.t ->
workerId:WorkerId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of SessionActionId.t ]
* [> `Structure of
(string
* [> `Enum of string
| `Float of SessionActionProgressPercent.t
| `Integer of ProcessExitCode.t
| `List of
[> `Structure of
(string
* [> `String of
TaskRunManifestPropertiesRequestOutputManifestPathString.t ])
list ]
list
| `String of SessionActionProgressMessage.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ])
list
| `String of FarmId.t ])
list ]