aws_sdk_costexplorer/
operation.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateAnomalyMonitor` operation.
pub mod create_anomaly_monitor;

/// Types for the `CreateAnomalySubscription` operation.
pub mod create_anomaly_subscription;

/// Types for the `CreateCostCategoryDefinition` operation.
pub mod create_cost_category_definition;

/// Types for the `DeleteAnomalyMonitor` operation.
pub mod delete_anomaly_monitor;

/// Types for the `DeleteAnomalySubscription` operation.
pub mod delete_anomaly_subscription;

/// Types for the `DeleteCostCategoryDefinition` operation.
pub mod delete_cost_category_definition;

/// Types for the `DescribeCostCategoryDefinition` operation.
pub mod describe_cost_category_definition;

/// Types for the `GetAnomalies` operation.
pub mod get_anomalies;

/// Types for the `GetAnomalyMonitors` operation.
pub mod get_anomaly_monitors;

/// Types for the `GetAnomalySubscriptions` operation.
pub mod get_anomaly_subscriptions;

/// Types for the `GetApproximateUsageRecords` operation.
pub mod get_approximate_usage_records;

/// Types for the `GetCommitmentPurchaseAnalysis` operation.
pub mod get_commitment_purchase_analysis;

/// Types for the `GetCostAndUsage` operation.
pub mod get_cost_and_usage;

/// Types for the `GetCostAndUsageWithResources` operation.
pub mod get_cost_and_usage_with_resources;

/// Types for the `GetCostCategories` operation.
pub mod get_cost_categories;

/// Types for the `GetCostForecast` operation.
pub mod get_cost_forecast;

/// Types for the `GetDimensionValues` operation.
pub mod get_dimension_values;

/// Types for the `GetReservationCoverage` operation.
pub mod get_reservation_coverage;

/// Types for the `GetReservationPurchaseRecommendation` operation.
pub mod get_reservation_purchase_recommendation;

/// Types for the `GetReservationUtilization` operation.
pub mod get_reservation_utilization;

/// Types for the `GetRightsizingRecommendation` operation.
pub mod get_rightsizing_recommendation;

/// Types for the `GetSavingsPlanPurchaseRecommendationDetails` operation.
pub mod get_savings_plan_purchase_recommendation_details;

/// Types for the `GetSavingsPlansCoverage` operation.
pub mod get_savings_plans_coverage;

/// Types for the `GetSavingsPlansPurchaseRecommendation` operation.
pub mod get_savings_plans_purchase_recommendation;

/// Types for the `GetSavingsPlansUtilization` operation.
pub mod get_savings_plans_utilization;

/// Types for the `GetSavingsPlansUtilizationDetails` operation.
pub mod get_savings_plans_utilization_details;

/// Types for the `GetTags` operation.
pub mod get_tags;

/// Types for the `GetUsageForecast` operation.
pub mod get_usage_forecast;

/// Types for the `ListCommitmentPurchaseAnalyses` operation.
pub mod list_commitment_purchase_analyses;

/// Types for the `ListCostAllocationTagBackfillHistory` operation.
pub mod list_cost_allocation_tag_backfill_history;

/// Types for the `ListCostAllocationTags` operation.
pub mod list_cost_allocation_tags;

/// Types for the `ListCostCategoryDefinitions` operation.
pub mod list_cost_category_definitions;

/// Types for the `ListSavingsPlansPurchaseRecommendationGeneration` operation.
pub mod list_savings_plans_purchase_recommendation_generation;

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

/// Types for the `ProvideAnomalyFeedback` operation.
pub mod provide_anomaly_feedback;

/// Types for the `StartCommitmentPurchaseAnalysis` operation.
pub mod start_commitment_purchase_analysis;

/// Types for the `StartCostAllocationTagBackfill` operation.
pub mod start_cost_allocation_tag_backfill;

/// Types for the `StartSavingsPlansPurchaseRecommendationGeneration` operation.
pub mod start_savings_plans_purchase_recommendation_generation;

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

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

/// Types for the `UpdateAnomalyMonitor` operation.
pub mod update_anomaly_monitor;

/// Types for the `UpdateAnomalySubscription` operation.
pub mod update_anomaly_subscription;

/// Types for the `UpdateCostAllocationTagsStatus` operation.
pub mod update_cost_allocation_tags_status;

/// Types for the `UpdateCostCategoryDefinition` operation.
pub mod update_cost_category_definition;