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

ListAutoScalingConfigurationsResponse

import type { ListAutoScalingConfigurationsResponse } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface ListAutoScalingConfigurationsResponse {
AutoScalingConfigurationSummaryList: AutoScalingConfigurationSummary[];
NextToken?: string | null;
}

§Properties

§
AutoScalingConfigurationSummaryList: AutoScalingConfigurationSummary[]
[src]

A list of summary information records for auto scaling configurations. In a paginated request, the request returns up to MaxResults records for each call.

§
NextToken?: string | null
[src]

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.