Budgets
import { Budgets } from "https://aws-api.deno.dev/v0.2/services/budgets.ts?docs=full";
§Constructors
§Methods
Creates a budget and, if included, notifications and subscribers.
! IMPORTANT:
! 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.
Creates a budget action.
Creates a notification. You must create the budget before you create the associated notification.
Creates a subscriber. You must create the associated budget and notification before you create the subscriber.
Deletes a budget. You can delete your budget at any time.
! IMPORTANT: ! Deleting a budget also deletes the notifications and subscribers that are associated with that budget.
Deletes a budget action.
Deletes a notification.
! IMPORTANT: ! Deleting a notification also deletes the subscribers that are associated with the notification.
Deletes a subscriber.
! IMPORTANT: ! Deleting the last subscriber to a notification also deletes the notification.
Describes a budget.
! IMPORTANT:
! The Request Syntax section shows the BudgetLimit
syntax.
! For PlannedBudgetLimits
, see the Examples section.
Describes a budget action detail.
Describes a budget action history detail.
Describes all of the budget actions for an account.
Describes all of the budget actions for a budget.
Describes the history for DAILY
, MONTHLY
, and QUARTERLY
budgets.
Budget history isn't available for ANNUAL
budgets.
Lists the budgets that are associated with an account.
! IMPORTANT:
! The Request Syntax section shows the BudgetLimit
syntax.
! For PlannedBudgetLimits
, see the Examples section.
Lists the notifications that are associated with a budget.
Lists the subscribers that are associated with a notification.
Executes a budget action.
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 AWS has new usage data to use for forecasting.
! IMPORTANT:
! 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.
Updates a budget action.