aws_sdk_wellarchitected/
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 `AssociateLenses` operation.
5pub mod associate_lenses;
6
7/// Types for the `AssociateProfiles` operation.
8pub mod associate_profiles;
9
10/// Types for the `CreateLensShare` operation.
11pub mod create_lens_share;
12
13/// Types for the `CreateLensVersion` operation.
14pub mod create_lens_version;
15
16/// Types for the `CreateMilestone` operation.
17pub mod create_milestone;
18
19/// Types for the `CreateProfile` operation.
20pub mod create_profile;
21
22/// Types for the `CreateProfileShare` operation.
23pub mod create_profile_share;
24
25/// Types for the `CreateReviewTemplate` operation.
26pub mod create_review_template;
27
28/// Types for the `CreateTemplateShare` operation.
29pub mod create_template_share;
30
31/// Types for the `CreateWorkload` operation.
32pub mod create_workload;
33
34/// Types for the `CreateWorkloadShare` operation.
35pub mod create_workload_share;
36
37/// Types for the `DeleteLens` operation.
38pub mod delete_lens;
39
40/// Types for the `DeleteLensShare` operation.
41pub mod delete_lens_share;
42
43/// Types for the `DeleteProfile` operation.
44pub mod delete_profile;
45
46/// Types for the `DeleteProfileShare` operation.
47pub mod delete_profile_share;
48
49/// Types for the `DeleteReviewTemplate` operation.
50pub mod delete_review_template;
51
52/// Types for the `DeleteTemplateShare` operation.
53pub mod delete_template_share;
54
55/// Types for the `DeleteWorkload` operation.
56pub mod delete_workload;
57
58/// Types for the `DeleteWorkloadShare` operation.
59pub mod delete_workload_share;
60
61/// Types for the `DisassociateLenses` operation.
62pub mod disassociate_lenses;
63
64/// Types for the `DisassociateProfiles` operation.
65pub mod disassociate_profiles;
66
67/// Types for the `ExportLens` operation.
68pub mod export_lens;
69
70/// Types for the `GetAnswer` operation.
71pub mod get_answer;
72
73/// Types for the `GetConsolidatedReport` operation.
74pub mod get_consolidated_report;
75
76/// Types for the `GetGlobalSettings` operation.
77pub mod get_global_settings;
78
79/// Types for the `GetLens` operation.
80pub mod get_lens;
81
82/// Types for the `GetLensReview` operation.
83pub mod get_lens_review;
84
85/// Types for the `GetLensReviewReport` operation.
86pub mod get_lens_review_report;
87
88/// Types for the `GetLensVersionDifference` operation.
89pub mod get_lens_version_difference;
90
91/// Types for the `GetMilestone` operation.
92pub mod get_milestone;
93
94/// Types for the `GetProfile` operation.
95pub mod get_profile;
96
97/// Types for the `GetProfileTemplate` operation.
98pub mod get_profile_template;
99
100/// Types for the `GetReviewTemplate` operation.
101pub mod get_review_template;
102
103/// Types for the `GetReviewTemplateAnswer` operation.
104pub mod get_review_template_answer;
105
106/// Types for the `GetReviewTemplateLensReview` operation.
107pub mod get_review_template_lens_review;
108
109/// Types for the `GetWorkload` operation.
110pub mod get_workload;
111
112/// Types for the `ImportLens` operation.
113pub mod import_lens;
114
115/// Types for the `ListAnswers` operation.
116pub mod list_answers;
117
118/// Types for the `ListCheckDetails` operation.
119pub mod list_check_details;
120
121/// Types for the `ListCheckSummaries` operation.
122pub mod list_check_summaries;
123
124/// Types for the `ListLensReviewImprovements` operation.
125pub mod list_lens_review_improvements;
126
127/// Types for the `ListLensReviews` operation.
128pub mod list_lens_reviews;
129
130/// Types for the `ListLensShares` operation.
131pub mod list_lens_shares;
132
133/// Types for the `ListLenses` operation.
134pub mod list_lenses;
135
136/// Types for the `ListMilestones` operation.
137pub mod list_milestones;
138
139/// Types for the `ListNotifications` operation.
140pub mod list_notifications;
141
142/// Types for the `ListProfileNotifications` operation.
143pub mod list_profile_notifications;
144
145/// Types for the `ListProfileShares` operation.
146pub mod list_profile_shares;
147
148/// Types for the `ListProfiles` operation.
149pub mod list_profiles;
150
151/// Types for the `ListReviewTemplateAnswers` operation.
152pub mod list_review_template_answers;
153
154/// Types for the `ListReviewTemplates` operation.
155pub mod list_review_templates;
156
157/// Types for the `ListShareInvitations` operation.
158pub mod list_share_invitations;
159
160/// Types for the `ListTagsForResource` operation.
161pub mod list_tags_for_resource;
162
163/// Types for the `ListTemplateShares` operation.
164pub mod list_template_shares;
165
166/// Types for the `ListWorkloadShares` operation.
167pub mod list_workload_shares;
168
169/// Types for the `ListWorkloads` operation.
170pub mod list_workloads;
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 `UpdateAnswer` operation.
179pub mod update_answer;
180
181/// Types for the `UpdateGlobalSettings` operation.
182pub mod update_global_settings;
183
184/// Types for the `UpdateIntegration` operation.
185pub mod update_integration;
186
187/// Types for the `UpdateLensReview` operation.
188pub mod update_lens_review;
189
190/// Types for the `UpdateProfile` operation.
191pub mod update_profile;
192
193/// Types for the `UpdateReviewTemplate` operation.
194pub mod update_review_template;
195
196/// Types for the `UpdateReviewTemplateAnswer` operation.
197pub mod update_review_template_answer;
198
199/// Types for the `UpdateReviewTemplateLensReview` operation.
200pub mod update_review_template_lens_review;
201
202/// Types for the `UpdateShareInvitation` operation.
203pub mod update_share_invitation;
204
205/// Types for the `UpdateWorkload` operation.
206pub mod update_workload;
207
208/// Types for the `UpdateWorkloadShare` operation.
209pub mod update_workload_share;
210
211/// Types for the `UpgradeLensReview` operation.
212pub mod upgrade_lens_review;
213
214/// Types for the `UpgradeProfileVersion` operation.
215pub mod upgrade_profile_version;
216
217/// Types for the `UpgradeReviewTemplateLensReview` operation.
218pub mod upgrade_review_template_lens_review;