- Navigation Guide
@aws-sdk/client-budgets
UpdateBudgetCommand Class
Updates a budget. You can change every part of a budget except for the budgetName
and the calculatedSpend
. When you modify a budget, the calculatedSpend
drops to zero until Amazon Web Services has new usage data to use for forecasting.
Only one of BudgetLimit
or PlannedBudgetLimits
can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit
syntax. For PlannedBudgetLimits
, see the Examples section.
Parameters
Name | Signature | Summary |
---|---|---|
UpdateBudgetCommandInput |
|
Full Signature
export declare class UpdateBudgetCommand extends UpdateBudgetCommand_base
Related
- UpdateBudgetCommandInput for command's
input
shape. - UpdateBudgetCommandOutput for command's
response
shape. - config for BudgetsClient's
config
shape.