Values.UpdateWorkerRequestSourceUpdates 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.
*)status : UpdatedWorkerStatus.t option;The worker status to update.
*)capabilities : WorkerCapabilities.t option;The worker capabilities to update.
*)hostProperties : HostPropertiesRequest.t option;The host properties to update.
*)}val make :
?status:??? ->
?capabilities:??? ->
?hostProperties:??? ->
farmId:FarmId.t ->
fleetId:FleetId.t ->
workerId:WorkerId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of FarmId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Float of Float_.t
| `List of
[> `String of AttributeCapabilityValue.t ] list
| `String of AmountCapabilityName.t ])
list ]
list
| `String of HostName.t
| `Structure of
(string * [> `List of [> `String of IpV4Address.t ] list ])
list ])
list ])
list ]