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

DescribeAccountLimitsOutput

import type { DescribeAccountLimitsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";

The output for the "DescribeAccountLimits" action.

interface DescribeAccountLimitsOutput {
AccountLimits: AccountLimit[];
NextToken?: string | null;
}

§Properties

§
AccountLimits: AccountLimit[]
[src]

An account limit structure that contain a list of CloudFormation account limits and their values.

§
NextToken?: string | null
[src]

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.