Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ModifyInstanceGroupsInput

import type { ModifyInstanceGroupsInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";

Change the size of some instance groups.

interface ModifyInstanceGroupsInput {
ClusterId?: string | null;
InstanceGroups?: InstanceGroupModifyConfig[] | null;
}

§Properties

§
ClusterId?: string | null
[src]

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

§
InstanceGroups?: InstanceGroupModifyConfig[] | null
[src]

Instance groups to change.