aws_sdk_costoptimizationhub/
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 `GetPreferences` operation.
5pub mod get_preferences;
6
7/// Types for the `GetRecommendation` operation.
8pub mod get_recommendation;
9
10/// Types for the `ListEnrollmentStatuses` operation.
11pub mod list_enrollment_statuses;
12
13/// Types for the `ListRecommendationSummaries` operation.
14pub mod list_recommendation_summaries;
15
16/// Types for the `ListRecommendations` operation.
17pub mod list_recommendations;
18
19/// Types for the `UpdateEnrollmentStatus` operation.
20pub mod update_enrollment_status;
21
22/// Types for the `UpdatePreferences` operation.
23pub mod update_preferences;