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

DescribeBudgetPerformanceHistoryRequest

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

§Properties

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

Retrieves how often the budget went into an ALARM state for the specified time period.