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

DescribeAccountLimitsAnswer

import type { DescribeAccountLimitsAnswer } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface DescribeAccountLimitsAnswer {
MaxNumberOfAutoScalingGroups?: number | null;
MaxNumberOfLaunchConfigurations?: number | null;
NumberOfAutoScalingGroups?: number | null;
NumberOfLaunchConfigurations?: number | null;
}

§Properties

§
MaxNumberOfAutoScalingGroups?: number | null
[src]

The maximum number of groups allowed for your account. The default is 200 groups per Region.

§
MaxNumberOfLaunchConfigurations?: number | null
[src]

The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.

§
NumberOfAutoScalingGroups?: number | null
[src]

The current number of groups for your account.

§
NumberOfLaunchConfigurations?: number | null
[src]

The current number of launch configurations for your account.