Module Values.UpdateWorkerRequestSource

Updates a worker.

Sourcetype nonrec t = {
  1. farmId : FarmId.t;
    (*

    The farm ID to update.

    *)
  2. fleetId : FleetId.t;
    (*

    The fleet ID to update.

    *)
  3. workerId : WorkerId.t;
    (*

    The worker ID to update.

    *)
  4. status : UpdatedWorkerStatus.t option;
    (*

    The worker status to update.

    *)
  5. capabilities : WorkerCapabilities.t option;
    (*

    The worker capabilities to update.

    *)
  6. hostProperties : HostPropertiesRequest.t option;
    (*

    The host properties to update.

    *)
}
Sourceval context_ : string
Sourceval make : ?status:??? -> ?capabilities:??? -> ?hostProperties:??? -> farmId:FarmId.t -> fleetId:FleetId.t -> workerId:WorkerId.t -> unit -> t
Sourceval 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 ]
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