Values.ModifyInstanceGroupsInputSourceChange the size of some instance groups.
type nonrec t = {clusterId : ClusterId.t option;The ID of the cluster to which the instance group belongs.
*)instanceGroups : InstanceGroupModifyConfigList.t option;Instance groups to change.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * Awso.Botodata.value) list ] list
| `String of ClusterId.t ])
list ]