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

UpdateSubscriberRequest

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

Request of UpdateSubscriber

interface UpdateSubscriberRequest {
AccountId: string;
BudgetName: string;
NewSubscriber: Subscriber;
Notification: Notification;
OldSubscriber: Subscriber;
}

§Properties

§
AccountId: string
[src]

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

§
BudgetName: string
[src]

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

§
NewSubscriber: Subscriber
[src]

The updated subscriber that is associated with a budget notification.

§
Notification: Notification
[src]

The notification whose subscriber you want to update.

§
OldSubscriber: Subscriber
[src]

The previous subscriber that is associated with a budget notification.