Values.UpdateFleetRequestSourceUpdates a fleet.
type nonrec t = {farmId : FarmId.t;The farm ID to update.
*)fleetId : FleetId.t;The fleet ID to update.
*)clientToken : ClientToken.t option;The unique token which the server uses to recognize retries of the same request.
*)displayName : ResourceName.t option;The display name of the fleet to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)description : Description.t option;The description of the fleet to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)roleArn : IamRoleArn.t option;The IAM role ARN that the fleet's workers assume while running jobs.
*)minWorkerCount : MinZeroMaxInteger.t option;The minimum number of workers in the fleet.
*)maxWorkerCount : MinZeroMaxInteger.t option;The maximum number of workers in the fleet. Deadline Cloud limits the number of workers to less than or equal to the fleet's maximum worker count. The service maintains eventual consistency for the worker count. If you make multiple rapid calls to CreateWorker before the field updates, you might exceed your fleet's maximum worker count. For example, if your maxWorkerCount is 10 and you currently have 9 workers, making two quick CreateWorker calls might successfully create 2 workers instead of 1, resulting in 11 total workers.
*)configuration : FleetConfiguration.t option;The fleet configuration to update.
*)hostConfiguration : HostConfiguration.t option;Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MinZeroMaxInteger.t
| `String of FarmId.t
| `Structure of
(string
* [> `Integer of HostConfigurationScriptTimeoutSeconds.t
| `String of HostConfigurationScript.t
| `Structure of
(string
* [> `Enum of string
| `String of StorageProfileId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of MinZeroMaxInteger.t
| `List of
[> `Enum of string
| `String of InstanceType.t
| `Structure of
(string
* [> `Float of Float_.t
| `List of
[> `String of AttributeCapabilityValue.t ]
list
| `String of AmountCapabilityName.t ])
list ]
list
| `Structure of
(string
* [> `Integer of MinOneMaxTenThousand.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of AcceleratorRuntime.t ])
list ]
list
| `Structure of
(string * [> `Integer of MinZeroMaxInteger.t ])
list ])
list ])
list ])
list ])
list ])
list ]