Module Values.AddInstanceGroupsInputSource

Input to an AddInstanceGroups call.

Sourcetype nonrec t = {
  1. instanceGroups : InstanceGroupConfigList.t;
    (*

    Instance groups to add.

    *)
  2. jobFlowId : XmlStringMaxLen256.t;
    (*

    Job flow in which to add the instance groups.

    *)
}
Sourceval context_ : string
Sourceval make : instanceGroups:InstanceGroupConfigList.t -> jobFlowId:XmlStringMaxLen256.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * Awso.Botodata.value) list ] list | `String of XmlStringMaxLen256.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