logo
pub trait Budgets {
Show 22 methods fn create_budget<'life0, 'async_trait>(
        &'life0 self,
        input: CreateBudgetRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateBudgetResponse, RusotoError<CreateBudgetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_budget_action<'life0, 'async_trait>(
        &'life0 self,
        input: CreateBudgetActionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateBudgetActionResponse, RusotoError<CreateBudgetActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_notification<'life0, 'async_trait>(
        &'life0 self,
        input: CreateNotificationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateNotificationResponse, RusotoError<CreateNotificationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_subscriber<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSubscriberRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSubscriberResponse, RusotoError<CreateSubscriberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_budget<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteBudgetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteBudgetResponse, RusotoError<DeleteBudgetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_budget_action<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteBudgetActionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteBudgetActionResponse, RusotoError<DeleteBudgetActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_notification<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteNotificationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteNotificationResponse, RusotoError<DeleteNotificationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_subscriber<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteSubscriberRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteSubscriberResponse, RusotoError<DeleteSubscriberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_budget<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeBudgetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeBudgetResponse, RusotoError<DescribeBudgetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_budget_action<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeBudgetActionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeBudgetActionResponse, RusotoError<DescribeBudgetActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_budget_action_histories<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeBudgetActionHistoriesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeBudgetActionHistoriesResponse, RusotoError<DescribeBudgetActionHistoriesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_budget_actions_for_account<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeBudgetActionsForAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeBudgetActionsForAccountResponse, RusotoError<DescribeBudgetActionsForAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_budget_actions_for_budget<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeBudgetActionsForBudgetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeBudgetActionsForBudgetResponse, RusotoError<DescribeBudgetActionsForBudgetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_budget_performance_history<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeBudgetPerformanceHistoryRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeBudgetPerformanceHistoryResponse, RusotoError<DescribeBudgetPerformanceHistoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_budgets<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeBudgetsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeBudgetsResponse, RusotoError<DescribeBudgetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_notifications_for_budget<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeNotificationsForBudgetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeNotificationsForBudgetResponse, RusotoError<DescribeNotificationsForBudgetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_subscribers_for_notification<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSubscribersForNotificationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSubscribersForNotificationResponse, RusotoError<DescribeSubscribersForNotificationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn execute_budget_action<'life0, 'async_trait>(
        &'life0 self,
        input: ExecuteBudgetActionRequest
    ) -> Pin<Box<dyn Future<Output = Result<ExecuteBudgetActionResponse, RusotoError<ExecuteBudgetActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_budget<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateBudgetRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateBudgetResponse, RusotoError<UpdateBudgetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_budget_action<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateBudgetActionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateBudgetActionResponse, RusotoError<UpdateBudgetActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_notification<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateNotificationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateNotificationResponse, RusotoError<UpdateNotificationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_subscriber<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateSubscriberRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateSubscriberResponse, RusotoError<UpdateSubscriberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
}
Expand description

Trait representing the capabilities of the AWSBudgets API. AWSBudgets clients implement this trait.

Required Methods

Creates a budget and, if included, notifications and subscribers.

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.

Deleting a budget also deletes the notifications and subscribers that are associated with that budget.

Deletes a budget action.

Deletes a notification.

Deleting a notification also deletes the subscribers that are associated with the notification.

Deletes a subscriber.

Deleting the last subscriber to a notification also deletes the notification.

Describes a budget.

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.

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.

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.

Updates a notification.

Updates a subscriber.

Implementors