Values.ModifyInstanceFleetInputSourceModifies 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.
type nonrec t = {clusterId : ClusterId.t;The unique identifier of the cluster.
*)instanceFleet : InstanceFleetModifyConfig.t;The configuration parameters of the instance fleet.
*)}val 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 ]