Module Values.ModifyInstanceGroupsInputSource

Change the size of some instance groups.

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

    The ID of the cluster to which the instance group belongs.

    *)
  2. instanceGroups : InstanceGroupModifyConfigList.t option;
    (*

    Instance groups to change.

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