aws_sdk_costoptimizationhub/
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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `GetPreferences` operation.
pub mod get_preferences;

/// Types for the `GetRecommendation` operation.
pub mod get_recommendation;

/// Types for the `ListEnrollmentStatuses` operation.
pub mod list_enrollment_statuses;

/// Types for the `ListRecommendationSummaries` operation.
pub mod list_recommendation_summaries;

/// Types for the `ListRecommendations` operation.
pub mod list_recommendations;

/// Types for the `UpdateEnrollmentStatus` operation.
pub mod update_enrollment_status;

/// Types for the `UpdatePreferences` operation.
pub mod update_preferences;