Values_1.AvailableCapacitySourceThe capacity information for instances that can be launched onto the Dedicated Host.
type nonrec t = {availableInstanceCapacity : AvailableInstanceCapacityList.t option;The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity. For Dedicated Hosts that support multiple instance types, this parameter represents the number of instances for each instance size that is supported on the host.
*)availableVCpus : Values_0.Integer.t option;The number of vCPUs available for launching instances onto the Dedicated Host.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string * [> `Integer of int | `String of string ]) list ]
list ])
list ]