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

DescribeBudgetPerformanceHistoryResponse

import type { DescribeBudgetPerformanceHistoryResponse } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";
interface DescribeBudgetPerformanceHistoryResponse {
BudgetPerformanceHistory?: BudgetPerformanceHistory | null;
NextToken?: string | null;
}

§Properties

§
BudgetPerformanceHistory?: BudgetPerformanceHistory | null
[src]

The history of how often the budget has gone into an ALARM state.

For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

§
NextToken?: string | null
[src]