Values.InstanceFleetResizingSpecificationsSourceThe resize specification for On-Demand and Spot Instances in the fleet.
type nonrec t = {spotResizeSpecification : SpotResizingSpecification.t option;The resize specification for Spot Instances in the instance fleet, which contains the allocation strategy and the resize timeout period.
*)onDemandResizeSpecification : OnDemandResizingSpecification.t option;The resize specification for On-Demand Instances in the instance fleet, which contains the allocation strategy, capacity reservation options, and the resize timeout period.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of WholeNumber.t
| `Structure of
(string
* [> `Enum of string | `String of XmlStringMaxLen256.t ])
list ])
list ])
list ]