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

UpdateBudgetActionResponse

import type { UpdateBudgetActionResponse } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";
interface UpdateBudgetActionResponse {
AccountId: string;
BudgetName: string;
NewAction: Action;
OldAction: Action;
}

§Properties

§
AccountId: string
[src]
§
BudgetName: string
[src]
§
NewAction: Action
[src]

The updated action resource information.

§
OldAction: Action
[src]

The previous action resource information.