aws-sdk-budgets 1.81.0

AWS SDK for AWS Budgets
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateBudget` operation.
pub mod create_budget;

/// Types for the `CreateBudgetAction` operation.
pub mod create_budget_action;

/// Types for the `CreateNotification` operation.
pub mod create_notification;

/// Types for the `CreateSubscriber` operation.
pub mod create_subscriber;

/// Types for the `DeleteBudget` operation.
pub mod delete_budget;

/// Types for the `DeleteBudgetAction` operation.
pub mod delete_budget_action;

/// Types for the `DeleteNotification` operation.
pub mod delete_notification;

/// Types for the `DeleteSubscriber` operation.
pub mod delete_subscriber;

/// Types for the `DescribeBudget` operation.
pub mod describe_budget;

/// Types for the `DescribeBudgetAction` operation.
pub mod describe_budget_action;

/// Types for the `DescribeBudgetActionHistories` operation.
pub mod describe_budget_action_histories;

/// Types for the `DescribeBudgetActionsForAccount` operation.
pub mod describe_budget_actions_for_account;

/// Types for the `DescribeBudgetActionsForBudget` operation.
pub mod describe_budget_actions_for_budget;

/// Types for the `DescribeBudgetNotificationsForAccount` operation.
pub mod describe_budget_notifications_for_account;

/// Types for the `DescribeBudgetPerformanceHistory` operation.
pub mod describe_budget_performance_history;

/// Types for the `DescribeBudgets` operation.
pub mod describe_budgets;

/// Types for the `DescribeNotificationsForBudget` operation.
pub mod describe_notifications_for_budget;

/// Types for the `DescribeSubscribersForNotification` operation.
pub mod describe_subscribers_for_notification;

/// Types for the `ExecuteBudgetAction` operation.
pub mod execute_budget_action;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateBudget` operation.
pub mod update_budget;

/// Types for the `UpdateBudgetAction` operation.
pub mod update_budget_action;

/// Types for the `UpdateNotification` operation.
pub mod update_notification;

/// Types for the `UpdateSubscriber` operation.
pub mod update_subscriber;