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

/// Types for the `DeleteRecommendationPreferences` operation.
pub mod delete_recommendation_preferences;

/// Types for the `DescribeRecommendationExportJobs` operation.
pub mod describe_recommendation_export_jobs;

/// Types for the `ExportAutoScalingGroupRecommendations` operation.
pub mod export_auto_scaling_group_recommendations;

/// Types for the `ExportEBSVolumeRecommendations` operation.
pub mod export_ebs_volume_recommendations;

/// Types for the `ExportEC2InstanceRecommendations` operation.
pub mod export_ec2_instance_recommendations;

/// Types for the `ExportECSServiceRecommendations` operation.
pub mod export_ecs_service_recommendations;

/// Types for the `ExportLambdaFunctionRecommendations` operation.
pub mod export_lambda_function_recommendations;

/// Types for the `ExportLicenseRecommendations` operation.
pub mod export_license_recommendations;

/// Types for the `ExportRDSDatabaseRecommendations` operation.
pub mod export_rds_database_recommendations;

/// Types for the `GetAutoScalingGroupRecommendations` operation.
pub mod get_auto_scaling_group_recommendations;

/// Types for the `GetEBSVolumeRecommendations` operation.
pub mod get_ebs_volume_recommendations;

/// Types for the `GetEC2InstanceRecommendations` operation.
pub mod get_ec2_instance_recommendations;

/// Types for the `GetEC2RecommendationProjectedMetrics` operation.
pub mod get_ec2_recommendation_projected_metrics;

/// Types for the `GetECSServiceRecommendationProjectedMetrics` operation.
pub mod get_ecs_service_recommendation_projected_metrics;

/// Types for the `GetECSServiceRecommendations` operation.
pub mod get_ecs_service_recommendations;

/// Types for the `GetEffectiveRecommendationPreferences` operation.
pub mod get_effective_recommendation_preferences;

/// Types for the `GetEnrollmentStatus` operation.
pub mod get_enrollment_status;

/// Types for the `GetEnrollmentStatusesForOrganization` operation.
pub mod get_enrollment_statuses_for_organization;

/// Types for the `GetLambdaFunctionRecommendations` operation.
pub mod get_lambda_function_recommendations;

/// Types for the `GetLicenseRecommendations` operation.
pub mod get_license_recommendations;

/// Types for the `GetRDSDatabaseRecommendationProjectedMetrics` operation.
pub mod get_rds_database_recommendation_projected_metrics;

/// Types for the `GetRDSDatabaseRecommendations` operation.
pub mod get_rds_database_recommendations;

/// Types for the `GetRecommendationPreferences` operation.
pub mod get_recommendation_preferences;

/// Types for the `GetRecommendationSummaries` operation.
pub mod get_recommendation_summaries;

/// Types for the `PutRecommendationPreferences` operation.
pub mod put_recommendation_preferences;

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