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

DescribeBudgetNotificationsForAccountRequest

import type { DescribeBudgetNotificationsForAccountRequest } from "https://aws-api.deno.dev/v0.4/services/budgets.ts?docs=full";
interface DescribeBudgetNotificationsForAccountRequest {
AccountId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AccountId: string
[src]
§
MaxResults?: number | null
[src]

An integer that shows how many budget name entries a paginated response contains.

§
NextToken?: string | null
[src]