Module Values_4.ModifySpotFleetRequestRequestSource

Contains the parameters for ModifySpotFleetRequest.

Sourcetype nonrec t = {
  1. launchTemplateConfigs : Values_0.LaunchTemplateConfigList.t option;
    (*

    The launch template and overrides. You can only use this parameter if you specified a launch template (LaunchTemplateConfigs) in your Spot Fleet request. If you specified LaunchSpecifications in your Spot Fleet request, then omit this parameter.

    *)
  2. onDemandTargetCapacity : Values_0.Integer.t option;
    (*

    The number of On-Demand Instances in the fleet.

    *)
  3. context : Values_0.String_.t option;
    (*

    Reserved.

    *)
  4. spotFleetRequestId : Values_2.SpotFleetRequestId.t;
    (*

    The ID of the Spot Fleet request.

    *)
  5. targetCapacity : Values_0.Integer.t option;
    (*

    The size of the fleet.

    *)
  6. excessCapacityTerminationPolicy : Values_0.ExcessCapacityTerminationPolicy.t option;
    (*

    Indicates whether running instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet. Supported only for fleets of type maintain.

    *)
}
Sourceval context_ : string
Sourceval make : ?launchTemplateConfigs:??? -> ?onDemandTargetCapacity:??? -> ?context:??? -> ?targetCapacity:??? -> ?excessCapacityTerminationPolicy:??? -> spotFleetRequestId:Values_2.SpotFleetRequestId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of float | `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Enum of string | `String of string ] list | `Structure of (string * [> `Double of float | `Integer of int | `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of Values_0.String_.t ]) 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