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

DescribeScalingPlansRequest

import type { DescribeScalingPlansRequest } from "https://aws-api.deno.dev/v0.4/services/autoscalingplans.ts?docs=full";
interface DescribeScalingPlansRequest {
ApplicationSources?: ApplicationSource[] | null;
MaxResults?: number | null;
NextToken?: string | null;
ScalingPlanNames?: string[] | null;
ScalingPlanVersion?: number | null;
}

§Properties

§
ApplicationSources?: ApplicationSource[] | null
[src]

The sources for the applications (up to 10). If you specify scaling plan names, you cannot specify application sources.

§
MaxResults?: number | null
[src]

The maximum number of scalable resources to return. This value can be between 1 and 50. The default value is 50.

§
NextToken?: string | null
[src]

The token for the next set of results.

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

The names of the scaling plans (up to 10). If you specify application sources, you cannot specify scaling plan names.

§
ScalingPlanVersion?: number | null
[src]

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

Note: If you specify a scaling plan version, you must also specify a scaling plan name.