aws_sdk_resiliencehub/
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 `AcceptResourceGroupingRecommendations` operation.
5pub mod accept_resource_grouping_recommendations;
6
7/// Types for the `AddDraftAppVersionResourceMappings` operation.
8pub mod add_draft_app_version_resource_mappings;
9
10/// Types for the `BatchUpdateRecommendationStatus` operation.
11pub mod batch_update_recommendation_status;
12
13/// Types for the `CreateApp` operation.
14pub mod create_app;
15
16/// Types for the `CreateAppVersionAppComponent` operation.
17pub mod create_app_version_app_component;
18
19/// Types for the `CreateAppVersionResource` operation.
20pub mod create_app_version_resource;
21
22/// Types for the `CreateRecommendationTemplate` operation.
23pub mod create_recommendation_template;
24
25/// Types for the `CreateResiliencyPolicy` operation.
26pub mod create_resiliency_policy;
27
28/// Types for the `DeleteApp` operation.
29pub mod delete_app;
30
31/// Types for the `DeleteAppAssessment` operation.
32pub mod delete_app_assessment;
33
34/// Types for the `DeleteAppInputSource` operation.
35pub mod delete_app_input_source;
36
37/// Types for the `DeleteAppVersionAppComponent` operation.
38pub mod delete_app_version_app_component;
39
40/// Types for the `DeleteAppVersionResource` operation.
41pub mod delete_app_version_resource;
42
43/// Types for the `DeleteRecommendationTemplate` operation.
44pub mod delete_recommendation_template;
45
46/// Types for the `DeleteResiliencyPolicy` operation.
47pub mod delete_resiliency_policy;
48
49/// Types for the `DescribeApp` operation.
50pub mod describe_app;
51
52/// Types for the `DescribeAppAssessment` operation.
53pub mod describe_app_assessment;
54
55/// Types for the `DescribeAppVersion` operation.
56pub mod describe_app_version;
57
58/// Types for the `DescribeAppVersionAppComponent` operation.
59pub mod describe_app_version_app_component;
60
61/// Types for the `DescribeAppVersionResource` operation.
62pub mod describe_app_version_resource;
63
64/// Types for the `DescribeAppVersionResourcesResolutionStatus` operation.
65pub mod describe_app_version_resources_resolution_status;
66
67/// Types for the `DescribeAppVersionTemplate` operation.
68pub mod describe_app_version_template;
69
70/// Types for the `DescribeDraftAppVersionResourcesImportStatus` operation.
71pub mod describe_draft_app_version_resources_import_status;
72
73/// Types for the `DescribeMetricsExport` operation.
74pub mod describe_metrics_export;
75
76/// Types for the `DescribeResiliencyPolicy` operation.
77pub mod describe_resiliency_policy;
78
79/// Types for the `DescribeResourceGroupingRecommendationTask` operation.
80pub mod describe_resource_grouping_recommendation_task;
81
82/// Types for the `ImportResourcesToDraftAppVersion` operation.
83pub mod import_resources_to_draft_app_version;
84
85/// Types for the `ListAlarmRecommendations` operation.
86pub mod list_alarm_recommendations;
87
88/// Types for the `ListAppAssessmentComplianceDrifts` operation.
89pub mod list_app_assessment_compliance_drifts;
90
91/// Types for the `ListAppAssessmentResourceDrifts` operation.
92pub mod list_app_assessment_resource_drifts;
93
94/// Types for the `ListAppAssessments` operation.
95pub mod list_app_assessments;
96
97/// Types for the `ListAppComponentCompliances` operation.
98pub mod list_app_component_compliances;
99
100/// Types for the `ListAppComponentRecommendations` operation.
101pub mod list_app_component_recommendations;
102
103/// Types for the `ListAppInputSources` operation.
104pub mod list_app_input_sources;
105
106/// Types for the `ListAppVersionAppComponents` operation.
107pub mod list_app_version_app_components;
108
109/// Types for the `ListAppVersionResourceMappings` operation.
110pub mod list_app_version_resource_mappings;
111
112/// Types for the `ListAppVersionResources` operation.
113pub mod list_app_version_resources;
114
115/// Types for the `ListAppVersions` operation.
116pub mod list_app_versions;
117
118/// Types for the `ListApps` operation.
119pub mod list_apps;
120
121/// Types for the `ListMetrics` operation.
122pub mod list_metrics;
123
124/// Types for the `ListRecommendationTemplates` operation.
125pub mod list_recommendation_templates;
126
127/// Types for the `ListResiliencyPolicies` operation.
128pub mod list_resiliency_policies;
129
130/// Types for the `ListResourceGroupingRecommendations` operation.
131pub mod list_resource_grouping_recommendations;
132
133/// Types for the `ListSopRecommendations` operation.
134pub mod list_sop_recommendations;
135
136/// Types for the `ListSuggestedResiliencyPolicies` operation.
137pub mod list_suggested_resiliency_policies;
138
139/// Types for the `ListTagsForResource` operation.
140pub mod list_tags_for_resource;
141
142/// Types for the `ListTestRecommendations` operation.
143pub mod list_test_recommendations;
144
145/// Types for the `ListUnsupportedAppVersionResources` operation.
146pub mod list_unsupported_app_version_resources;
147
148/// Types for the `PublishAppVersion` operation.
149pub mod publish_app_version;
150
151/// Types for the `PutDraftAppVersionTemplate` operation.
152pub mod put_draft_app_version_template;
153
154/// Types for the `RejectResourceGroupingRecommendations` operation.
155pub mod reject_resource_grouping_recommendations;
156
157/// Types for the `RemoveDraftAppVersionResourceMappings` operation.
158pub mod remove_draft_app_version_resource_mappings;
159
160/// Types for the `ResolveAppVersionResources` operation.
161pub mod resolve_app_version_resources;
162
163/// Types for the `StartAppAssessment` operation.
164pub mod start_app_assessment;
165
166/// Types for the `StartMetricsExport` operation.
167pub mod start_metrics_export;
168
169/// Types for the `StartResourceGroupingRecommendationTask` operation.
170pub mod start_resource_grouping_recommendation_task;
171
172/// Types for the `TagResource` operation.
173pub mod tag_resource;
174
175/// Types for the `UntagResource` operation.
176pub mod untag_resource;
177
178/// Types for the `UpdateApp` operation.
179pub mod update_app;
180
181/// Types for the `UpdateAppVersion` operation.
182pub mod update_app_version;
183
184/// Types for the `UpdateAppVersionAppComponent` operation.
185pub mod update_app_version_app_component;
186
187/// Types for the `UpdateAppVersionResource` operation.
188pub mod update_app_version_resource;
189
190/// Types for the `UpdateResiliencyPolicy` operation.
191pub mod update_resiliency_policy;