Module Values_3.FleetSpotMaintenanceStrategiesRequestSource

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

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

    The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

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