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

UpdateScalingPlanRequest

import type { UpdateScalingPlanRequest } from "https://aws-api.deno.dev/v0.3/services/autoscalingplans.ts?docs=full";
interface UpdateScalingPlanRequest {
ApplicationSource?: ApplicationSource | null;
ScalingInstructions?: ScalingInstruction[] | null;
ScalingPlanName: string;
ScalingPlanVersion: number;
}

§Properties

§
ApplicationSource?: ApplicationSource | null
[src]

A CloudFormation stack or set of tags.

For more information, see ApplicationSource in the AWS Auto Scaling API Reference.

§
ScalingInstructions?: ScalingInstruction[] | null
[src]

The scaling instructions.

For more information, see ScalingInstruction in the AWS Auto Scaling API Reference.

§
ScalingPlanName: string
[src]

The name of the scaling plan.

§
ScalingPlanVersion: number
[src]

The version number of the scaling plan. The only valid value is 1. Currently, you cannot have multiple scaling plan versions.