Module Values.AddInstanceFleetInputSource

Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x.

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

    The unique identifier of the cluster.

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

    Specifies the configuration of the instance fleet.

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