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

UpdateNotificationRequest

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

Request of UpdateNotification

interface UpdateNotificationRequest {
AccountId: string;
BudgetName: string;
NewNotification: Notification;
OldNotification: Notification;
}

§Properties

§
AccountId: string
[src]

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

§
BudgetName: string
[src]

The name of the budget whose notification you want to update.

§
NewNotification: Notification
[src]

The updated notification to be associated with a budget.

§
OldNotification: Notification
[src]

The previous notification that is associated with a budget.