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

RemoveAutoScalingPolicyInput

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

§Properties

§
ClusterId: string
[src]

Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.

§
InstanceGroupId: string
[src]

Specifies the ID of the instance group to which the scaling policy is applied.