BudgetPerformanceHistory
import type { BudgetPerformanceHistory } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/budgets.ts";interface BudgetPerformanceHistory {
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[] | null;
BudgetName?: string | null;
BudgetType?: BudgetType | null;
CostFilters?: {} | null;
[key: string]: string[] | null | undefined;
CostTypes?: CostTypes | null;
TimeUnit?: TimeUnit | null;
}