Module Values.InstanceFleetResizingSpecificationsSource

The resize specification for On-Demand and Spot Instances in the fleet.

Sourcetype nonrec t = {
  1. spotResizeSpecification : SpotResizingSpecification.t option;
    (*

    The resize specification for Spot Instances in the instance fleet, which contains the allocation strategy and the resize timeout period.

    *)
  2. 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.

    *)
}
Sourceval make : ?spotResizeSpecification:??? -> ?onDemandResizeSpecification:??? -> unit -> t
Sourceval 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 ]
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