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

DescribeScalingPlanResourcesRequest

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

§Properties

§
MaxResults?: number | null
[src]

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

§
NextToken?: string | null
[src]

The token for the next set of results.

§
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.