modifyInstanceGroups
inline suspend fun EmrClient.modifyInstanceGroups(crossinline block: ModifyInstanceGroupsRequest.Builder.() -> Unit): ModifyInstanceGroupsResponse
ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically.