aws_sdk_budgets/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateBudget` operation.
5pub mod create_budget;
6
7/// Types for the `CreateBudgetAction` operation.
8pub mod create_budget_action;
9
10/// Types for the `CreateNotification` operation.
11pub mod create_notification;
12
13/// Types for the `CreateSubscriber` operation.
14pub mod create_subscriber;
15
16/// Types for the `DeleteBudget` operation.
17pub mod delete_budget;
18
19/// Types for the `DeleteBudgetAction` operation.
20pub mod delete_budget_action;
21
22/// Types for the `DeleteNotification` operation.
23pub mod delete_notification;
24
25/// Types for the `DeleteSubscriber` operation.
26pub mod delete_subscriber;
27
28/// Types for the `DescribeBudget` operation.
29pub mod describe_budget;
30
31/// Types for the `DescribeBudgetAction` operation.
32pub mod describe_budget_action;
33
34/// Types for the `DescribeBudgetActionHistories` operation.
35pub mod describe_budget_action_histories;
36
37/// Types for the `DescribeBudgetActionsForAccount` operation.
38pub mod describe_budget_actions_for_account;
39
40/// Types for the `DescribeBudgetActionsForBudget` operation.
41pub mod describe_budget_actions_for_budget;
42
43/// Types for the `DescribeBudgetNotificationsForAccount` operation.
44pub mod describe_budget_notifications_for_account;
45
46/// Types for the `DescribeBudgetPerformanceHistory` operation.
47pub mod describe_budget_performance_history;
48
49/// Types for the `DescribeBudgets` operation.
50pub mod describe_budgets;
51
52/// Types for the `DescribeNotificationsForBudget` operation.
53pub mod describe_notifications_for_budget;
54
55/// Types for the `DescribeSubscribersForNotification` operation.
56pub mod describe_subscribers_for_notification;
57
58/// Types for the `ExecuteBudgetAction` operation.
59pub mod execute_budget_action;
60
61/// Types for the `ListTagsForResource` operation.
62pub mod list_tags_for_resource;
63
64/// Types for the `TagResource` operation.
65pub mod tag_resource;
66
67/// Types for the `UntagResource` operation.
68pub mod untag_resource;
69
70/// Types for the `UpdateBudget` operation.
71pub mod update_budget;
72
73/// Types for the `UpdateBudgetAction` operation.
74pub mod update_budget_action;
75
76/// Types for the `UpdateNotification` operation.
77pub mod update_notification;
78
79/// Types for the `UpdateSubscriber` operation.
80pub mod update_subscriber;