- Navigation Guide
@aws-sdk/client-budgets
UpdateSubscriberCommandInput Interface
The input for UpdateSubscriberCommand.
Members
Name | Type | Details |
---|---|---|
AccountId Required | string | undefined | The |
BudgetName Required | string | undefined | The name of the budget whose subscriber you want to update. |
NewSubscriber Required | Subscriber | undefined | The updated subscriber that is associated with a budget notification. |
Notification Required | Notification | undefined | The notification whose subscriber you want to update. |
OldSubscriber Required | Subscriber | undefined | The previous subscriber that is associated with a budget notification. |
Full Signature
export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest