Module Values.ModifyInstanceFleetInputSource

Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcetype nonrec t = {
  1. clusterId : ClusterId.t;
    (*

    The unique identifier of the cluster.

    *)
  2. instanceFleet : InstanceFleetModifyConfig.t;
    (*

    The configuration parameters of the instance fleet.

    *)
}
Sourceval context_ : string
Sourceval make : clusterId:ClusterId.t -> instanceFleet:InstanceFleetModifyConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClusterId.t | `Structure of (string * [> `Integer of WholeNumber.t | `List of [> `Structure of (string * Awso.Botodata.value) list ] list | `String of InstanceFleetId.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 ]) 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