aws_sdk_wellarchitected/
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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateLenses` operation.
pub mod associate_lenses;

/// Types for the `AssociateProfiles` operation.
pub mod associate_profiles;

/// Types for the `CreateLensShare` operation.
pub mod create_lens_share;

/// Types for the `CreateLensVersion` operation.
pub mod create_lens_version;

/// Types for the `CreateMilestone` operation.
pub mod create_milestone;

/// Types for the `CreateProfile` operation.
pub mod create_profile;

/// Types for the `CreateProfileShare` operation.
pub mod create_profile_share;

/// Types for the `CreateReviewTemplate` operation.
pub mod create_review_template;

/// Types for the `CreateTemplateShare` operation.
pub mod create_template_share;

/// Types for the `CreateWorkload` operation.
pub mod create_workload;

/// Types for the `CreateWorkloadShare` operation.
pub mod create_workload_share;

/// Types for the `DeleteLens` operation.
pub mod delete_lens;

/// Types for the `DeleteLensShare` operation.
pub mod delete_lens_share;

/// Types for the `DeleteProfile` operation.
pub mod delete_profile;

/// Types for the `DeleteProfileShare` operation.
pub mod delete_profile_share;

/// Types for the `DeleteReviewTemplate` operation.
pub mod delete_review_template;

/// Types for the `DeleteTemplateShare` operation.
pub mod delete_template_share;

/// Types for the `DeleteWorkload` operation.
pub mod delete_workload;

/// Types for the `DeleteWorkloadShare` operation.
pub mod delete_workload_share;

/// Types for the `DisassociateLenses` operation.
pub mod disassociate_lenses;

/// Types for the `DisassociateProfiles` operation.
pub mod disassociate_profiles;

/// Types for the `ExportLens` operation.
pub mod export_lens;

/// Types for the `GetAnswer` operation.
pub mod get_answer;

/// Types for the `GetConsolidatedReport` operation.
pub mod get_consolidated_report;

/// Types for the `GetGlobalSettings` operation.
pub mod get_global_settings;

/// Types for the `GetLens` operation.
pub mod get_lens;

/// Types for the `GetLensReview` operation.
pub mod get_lens_review;

/// Types for the `GetLensReviewReport` operation.
pub mod get_lens_review_report;

/// Types for the `GetLensVersionDifference` operation.
pub mod get_lens_version_difference;

/// Types for the `GetMilestone` operation.
pub mod get_milestone;

/// Types for the `GetProfile` operation.
pub mod get_profile;

/// Types for the `GetProfileTemplate` operation.
pub mod get_profile_template;

/// Types for the `GetReviewTemplate` operation.
pub mod get_review_template;

/// Types for the `GetReviewTemplateAnswer` operation.
pub mod get_review_template_answer;

/// Types for the `GetReviewTemplateLensReview` operation.
pub mod get_review_template_lens_review;

/// Types for the `GetWorkload` operation.
pub mod get_workload;

/// Types for the `ImportLens` operation.
pub mod import_lens;

/// Types for the `ListAnswers` operation.
pub mod list_answers;

/// Types for the `ListCheckDetails` operation.
pub mod list_check_details;

/// Types for the `ListCheckSummaries` operation.
pub mod list_check_summaries;

/// Types for the `ListLensReviewImprovements` operation.
pub mod list_lens_review_improvements;

/// Types for the `ListLensReviews` operation.
pub mod list_lens_reviews;

/// Types for the `ListLensShares` operation.
pub mod list_lens_shares;

/// Types for the `ListLenses` operation.
pub mod list_lenses;

/// Types for the `ListMilestones` operation.
pub mod list_milestones;

/// Types for the `ListNotifications` operation.
pub mod list_notifications;

/// Types for the `ListProfileNotifications` operation.
pub mod list_profile_notifications;

/// Types for the `ListProfileShares` operation.
pub mod list_profile_shares;

/// Types for the `ListProfiles` operation.
pub mod list_profiles;

/// Types for the `ListReviewTemplateAnswers` operation.
pub mod list_review_template_answers;

/// Types for the `ListReviewTemplates` operation.
pub mod list_review_templates;

/// Types for the `ListShareInvitations` operation.
pub mod list_share_invitations;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTemplateShares` operation.
pub mod list_template_shares;

/// Types for the `ListWorkloadShares` operation.
pub mod list_workload_shares;

/// Types for the `ListWorkloads` operation.
pub mod list_workloads;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAnswer` operation.
pub mod update_answer;

/// Types for the `UpdateGlobalSettings` operation.
pub mod update_global_settings;

/// Types for the `UpdateIntegration` operation.
pub mod update_integration;

/// Types for the `UpdateLensReview` operation.
pub mod update_lens_review;

/// Types for the `UpdateProfile` operation.
pub mod update_profile;

/// Types for the `UpdateReviewTemplate` operation.
pub mod update_review_template;

/// Types for the `UpdateReviewTemplateAnswer` operation.
pub mod update_review_template_answer;

/// Types for the `UpdateReviewTemplateLensReview` operation.
pub mod update_review_template_lens_review;

/// Types for the `UpdateShareInvitation` operation.
pub mod update_share_invitation;

/// Types for the `UpdateWorkload` operation.
pub mod update_workload;

/// Types for the `UpdateWorkloadShare` operation.
pub mod update_workload_share;

/// Types for the `UpgradeLensReview` operation.
pub mod upgrade_lens_review;

/// Types for the `UpgradeProfileVersion` operation.
pub mod upgrade_profile_version;

/// Types for the `UpgradeReviewTemplateLensReview` operation.
pub mod upgrade_review_template_lens_review;