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

DescribeScalingPlansResponse

import type { DescribeScalingPlansResponse } from "https://aws-api.deno.dev/v0.4/services/autoscalingplans.ts?docs=full";
interface DescribeScalingPlansResponse {
NextToken?: string | null;
ScalingPlans?: ScalingPlan[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token required to get the next set of results. This value is null if there are no more results to return.

§
ScalingPlans?: ScalingPlan[] | null
[src]

Information about the scaling plans.