Module Values_0.SpotMaintenanceStrategiesSource

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

Sourcetype nonrec t = {
  1. capacityRebalance : SpotCapacityRebalance.t option;
    (*

    The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide.

    *)
}
Sourceval make : ?capacityRebalance:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of Integer.t ]) 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