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

/// Types for the `BatchUpdateRecommendationResourceExclusion` operation.
pub mod batch_update_recommendation_resource_exclusion;

/// Types for the `GetOrganizationRecommendation` operation.
pub mod get_organization_recommendation;

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

/// Types for the `ListChecks` operation.
pub mod list_checks;

/// Types for the `ListOrganizationRecommendationAccounts` operation.
pub mod list_organization_recommendation_accounts;

/// Types for the `ListOrganizationRecommendationResources` operation.
pub mod list_organization_recommendation_resources;

/// Types for the `ListOrganizationRecommendations` operation.
pub mod list_organization_recommendations;

/// Types for the `ListRecommendationResources` operation.
pub mod list_recommendation_resources;

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

/// Types for the `UpdateOrganizationRecommendationLifecycle` operation.
pub mod update_organization_recommendation_lifecycle;

/// Types for the `UpdateRecommendationLifecycle` operation.
pub mod update_recommendation_lifecycle;