aws_sdk_computeoptimizer/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 `DeleteRecommendationPreferences` operation.
5pub mod delete_recommendation_preferences;
6
7/// Types for the `DescribeRecommendationExportJobs` operation.
8pub mod describe_recommendation_export_jobs;
9
10/// Types for the `ExportAutoScalingGroupRecommendations` operation.
11pub mod export_auto_scaling_group_recommendations;
12
13/// Types for the `ExportEBSVolumeRecommendations` operation.
14pub mod export_ebs_volume_recommendations;
15
16/// Types for the `ExportEC2InstanceRecommendations` operation.
17pub mod export_ec2_instance_recommendations;
18
19/// Types for the `ExportECSServiceRecommendations` operation.
20pub mod export_ecs_service_recommendations;
21
22/// Types for the `ExportIdleRecommendations` operation.
23pub mod export_idle_recommendations;
24
25/// Types for the `ExportLambdaFunctionRecommendations` operation.
26pub mod export_lambda_function_recommendations;
27
28/// Types for the `ExportLicenseRecommendations` operation.
29pub mod export_license_recommendations;
30
31/// Types for the `ExportRDSDatabaseRecommendations` operation.
32pub mod export_rds_database_recommendations;
33
34/// Types for the `GetAutoScalingGroupRecommendations` operation.
35pub mod get_auto_scaling_group_recommendations;
36
37/// Types for the `GetEBSVolumeRecommendations` operation.
38pub mod get_ebs_volume_recommendations;
39
40/// Types for the `GetEC2InstanceRecommendations` operation.
41pub mod get_ec2_instance_recommendations;
42
43/// Types for the `GetEC2RecommendationProjectedMetrics` operation.
44pub mod get_ec2_recommendation_projected_metrics;
45
46/// Types for the `GetECSServiceRecommendationProjectedMetrics` operation.
47pub mod get_ecs_service_recommendation_projected_metrics;
48
49/// Types for the `GetECSServiceRecommendations` operation.
50pub mod get_ecs_service_recommendations;
51
52/// Types for the `GetEffectiveRecommendationPreferences` operation.
53pub mod get_effective_recommendation_preferences;
54
55/// Types for the `GetEnrollmentStatus` operation.
56pub mod get_enrollment_status;
57
58/// Types for the `GetEnrollmentStatusesForOrganization` operation.
59pub mod get_enrollment_statuses_for_organization;
60
61/// Types for the `GetIdleRecommendations` operation.
62pub mod get_idle_recommendations;
63
64/// Types for the `GetLambdaFunctionRecommendations` operation.
65pub mod get_lambda_function_recommendations;
66
67/// Types for the `GetLicenseRecommendations` operation.
68pub mod get_license_recommendations;
69
70/// Types for the `GetRDSDatabaseRecommendationProjectedMetrics` operation.
71pub mod get_rds_database_recommendation_projected_metrics;
72
73/// Types for the `GetRDSDatabaseRecommendations` operation.
74pub mod get_rds_database_recommendations;
75
76/// Types for the `GetRecommendationPreferences` operation.
77pub mod get_recommendation_preferences;
78
79/// Types for the `GetRecommendationSummaries` operation.
80pub mod get_recommendation_summaries;
81
82/// Types for the `PutRecommendationPreferences` operation.
83pub mod put_recommendation_preferences;
84
85/// Types for the `UpdateEnrollmentStatus` operation.
86pub mod update_enrollment_status;