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

GetAccountSettingsResponse

import type { GetAccountSettingsResponse } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface GetAccountSettingsResponse {
AccountLimit?: AccountLimit | null;
AccountUsage?: AccountUsage | null;
}

§Properties

§
AccountLimit?: AccountLimit | null
[src]

Limits that are related to concurrency and code storage.

§
AccountUsage?: AccountUsage | null
[src]

The number of functions and amount of storage in use.