[][src]Trait rusoto_budgets::Budgets

pub trait Budgets {
#[must_use]    pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
; }

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

Required methods

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Creates a budget action.

#[must_use]pub 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, 
[src]

Creates a notification. You must create the budget before you create the associated notification.

#[must_use]pub 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, 
[src]

Creates a subscriber. You must create the associated budget and notification before you create the subscriber.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Deletes a budget action.

#[must_use]pub 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, 
[src]

Deletes a notification.

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

#[must_use]pub 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, 
[src]

Deletes a subscriber.

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

#[must_use]pub 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, 
[src]

Describes a budget.

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

#[must_use]pub 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, 
[src]

Describes a budget action detail.

#[must_use]pub 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, 
[src]

Describes a budget action history detail.

#[must_use]pub 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, 
[src]

Describes all of the budget actions for an account.

#[must_use]pub 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, 
[src]

Describes all of the budget actions for a budget.

#[must_use]pub 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, 
[src]

Describes the history for DAILY, MONTHLY, and QUARTERLY budgets. Budget history isn't available for ANNUAL budgets.

#[must_use]pub 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, 
[src]

Lists the budgets that are associated with an account.

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

#[must_use]pub 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, 
[src]

Lists the notifications that are associated with a budget.

#[must_use]pub 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, 
[src]

Lists the subscribers that are associated with a notification.

#[must_use]pub 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, 
[src]

Executes a budget action.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Updates a budget action.

#[must_use]pub 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, 
[src]

Updates a notification.

#[must_use]pub 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, 
[src]

Updates a subscriber.

Loading content...

Implementors

impl Budgets for BudgetsClient[src]

pub 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, 
[src]

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.

pub 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, 
[src]

Creates a budget action.

pub 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, 
[src]

Creates a notification. You must create the budget before you create the associated notification.

pub 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, 
[src]

Creates a subscriber. You must create the associated budget and notification before you create the subscriber.

pub 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, 
[src]

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.

pub 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, 
[src]

Deletes a budget action.

pub 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, 
[src]

Deletes a notification.

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

pub 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, 
[src]

Deletes a subscriber.

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

pub 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, 
[src]

Describes a budget.

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

pub 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, 
[src]

Describes a budget action detail.

pub 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, 
[src]

Describes a budget action history detail.

pub 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, 
[src]

Describes all of the budget actions for an account.

pub 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, 
[src]

Describes all of the budget actions for a budget.

pub 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, 
[src]

Describes the history for DAILY, MONTHLY, and QUARTERLY budgets. Budget history isn't available for ANNUAL budgets.

pub 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, 
[src]

Lists the budgets that are associated with an account.

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

pub 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, 
[src]

Lists the notifications that are associated with a budget.

pub 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, 
[src]

Lists the subscribers that are associated with a notification.

pub 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, 
[src]

Executes a budget action.

pub 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, 
[src]

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.

pub 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, 
[src]

Updates a budget action.

pub 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, 
[src]

Updates a notification.

pub 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, 
[src]

Updates a subscriber.

Loading content...