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

AddInstanceGroupsOutput

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

Output from an AddInstanceGroups call.

interface AddInstanceGroupsOutput {
ClusterArn?: string | null;
InstanceGroupIds?: string[] | null;
JobFlowId?: string | null;
}

§Properties

§
ClusterArn?: string | null
[src]

The Amazon Resource Name of the cluster.

§
InstanceGroupIds?: string[] | null
[src]

Instance group IDs of the newly created instance groups.

§
JobFlowId?: string | null
[src]

The job flow ID in which the instance groups are added.