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

DeleteScalingPlanRequest

import type { DeleteScalingPlanRequest } from "https://aws-api.deno.dev/v0.4/services/autoscalingplans.ts?docs=full";
interface DeleteScalingPlanRequest {
ScalingPlanName: string;
ScalingPlanVersion: number;
}

§Properties

§
ScalingPlanName: string
[src]

The name of the scaling plan.

§
ScalingPlanVersion: number
[src]

The version number of the scaling plan. Currently, the only valid value is 1.