Values.AddInstanceGroupsOutputSourceOutput from an AddInstanceGroups call.
type nonrec t = {jobFlowId : XmlStringMaxLen256.t option;The job flow ID in which the instance groups are added.
*)instanceGroupIds : InstanceGroupIdsList.t option;Instance group IDs of the newly created instance groups.
*)clusterArn : ArnType.t option;The Amazon Resource Name of the cluster.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of XmlStringMaxLen256.t ] list
| `String of XmlStringMaxLen256.t ])
list ]