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

UpdateBudgetRequest

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

Request of UpdateBudget

interface UpdateBudgetRequest {
AccountId: string;
NewBudget: Budget;
}

§Properties

§
AccountId: string
[src]

The accountId that is associated with the budget that you want to update.

§
NewBudget: Budget
[src]

The budget that you want to update your budget to.