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

Budget

import type { Budget } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/budgets.ts";
interface Budget {
BudgetLimit?: Spend | null;
BudgetName: string;
BudgetType: BudgetType;
CalculatedSpend?: CalculatedSpend | null;
CostFilters?: {
[key: string]: string[] | null | undefined;
}
| null;
CostTypes?: CostTypes | null;
LastUpdatedTime?: Date | number | null;
PlannedBudgetLimits?: {
[key: string]: Spend | null | undefined;
}
| null;
TimePeriod?: TimePeriod | null;
TimeUnit: TimeUnit;
}

§Properties

§
BudgetLimit?: Spend | null
[src]
§
BudgetName: string
[src]
§
BudgetType: BudgetType
[src]
§
CalculatedSpend?: CalculatedSpend | null
[src]
§
CostFilters?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
CostTypes?: CostTypes | null
[src]
§
LastUpdatedTime?: Date | number | null
[src]
§
PlannedBudgetLimits?: {
[key: string]: Spend | null | undefined;
}
| null
[src]
§
TimePeriod?: TimePeriod | null
[src]
§
TimeUnit: TimeUnit
[src]