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

Account

import type { Account } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

TODO: Failed to render documentation: unhandled paragraph inner tag h4

interface Account {
apiKeyVersion?: string | null;
cloudwatchRoleArn?: string | null;
features?: string[] | null;
throttleSettings?: ThrottleSettings | null;
}

§Properties

§
apiKeyVersion?: string | null
[src]

The version of the API keys used for the account.

§
cloudwatchRoleArn?: string | null
[src]

The ARN of an Amazon CloudWatch role for the current "Account".

§
features?: string[] | null
[src]

A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".

§
throttleSettings?: ThrottleSettings | null
[src]

Specifies the API request limits configured for the current "Account".