aws_sdk_migrationhubstrategy/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 `GetApplicationComponentDetails` operation.
5pub mod get_application_component_details;
6
7/// Types for the `GetApplicationComponentStrategies` operation.
8pub mod get_application_component_strategies;
9
10/// Types for the `GetAssessment` operation.
11pub mod get_assessment;
12
13/// Types for the `GetImportFileTask` operation.
14pub mod get_import_file_task;
15
16/// Types for the `GetLatestAssessmentId` operation.
17pub mod get_latest_assessment_id;
18
19/// Types for the `GetPortfolioPreferences` operation.
20pub mod get_portfolio_preferences;
21
22/// Types for the `GetPortfolioSummary` operation.
23pub mod get_portfolio_summary;
24
25/// Types for the `GetRecommendationReportDetails` operation.
26pub mod get_recommendation_report_details;
27
28/// Types for the `GetServerDetails` operation.
29pub mod get_server_details;
30
31/// Types for the `GetServerStrategies` operation.
32pub mod get_server_strategies;
33
34/// Types for the `ListAnalyzableServers` operation.
35pub mod list_analyzable_servers;
36
37/// Types for the `ListApplicationComponents` operation.
38pub mod list_application_components;
39
40/// Types for the `ListCollectors` operation.
41pub mod list_collectors;
42
43/// Types for the `ListImportFileTask` operation.
44pub mod list_import_file_task;
45
46/// Types for the `ListServers` operation.
47pub mod list_servers;
48
49/// Types for the `PutPortfolioPreferences` operation.
50pub mod put_portfolio_preferences;
51
52/// Types for the `StartAssessment` operation.
53pub mod start_assessment;
54
55/// Types for the `StartImportFileTask` operation.
56pub mod start_import_file_task;
57
58/// Types for the `StartRecommendationReportGeneration` operation.
59pub mod start_recommendation_report_generation;
60
61/// Types for the `StopAssessment` operation.
62pub mod stop_assessment;
63
64/// Types for the `UpdateApplicationComponentConfig` operation.
65pub mod update_application_component_config;
66
67/// Types for the `UpdateServerConfig` operation.
68pub mod update_server_config;