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

BudgetPerformanceHistory

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

A history of the state of a budget at the end of the budget's specified time period.

interface BudgetPerformanceHistory {
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[] | null;
BudgetName?: string | null;
BudgetType?: BudgetType | null;
CostFilters?: {
[key: string]: string[] | null | undefined;
}
| null;
CostTypes?: CostTypes | null;
TimeUnit?: TimeUnit | null;
}

§Properties

§
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[] | null
[src]

A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

§
BudgetName?: string | null
[src]
§
BudgetType?: BudgetType | null
[src]
§
CostFilters?: {
[key: string]: string[] | null | undefined;
}
| null
[src]

The history of the cost filters for a budget during the specified time period.

§
CostTypes?: CostTypes | null
[src]

The history of the cost types for a budget during the specified time period.

§
TimeUnit?: TimeUnit | null
[src]