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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddClientIDToOpenIDConnectProvider` operation.
pub mod add_client_id_to_open_id_connect_provider;

/// Types for the `AddRoleToInstanceProfile` operation.
pub mod add_role_to_instance_profile;

/// Types for the `AddUserToGroup` operation.
pub mod add_user_to_group;

/// Types for the `AttachGroupPolicy` operation.
pub mod attach_group_policy;

/// Types for the `AttachRolePolicy` operation.
pub mod attach_role_policy;

/// Types for the `AttachUserPolicy` operation.
pub mod attach_user_policy;

/// Types for the `ChangePassword` operation.
pub mod change_password;

/// Types for the `CreateAccessKey` operation.
pub mod create_access_key;

/// Types for the `CreateAccountAlias` operation.
pub mod create_account_alias;

/// Types for the `CreateGroup` operation.
pub mod create_group;

/// Types for the `CreateInstanceProfile` operation.
pub mod create_instance_profile;

/// Types for the `CreateLoginProfile` operation.
pub mod create_login_profile;

/// Types for the `CreateOpenIDConnectProvider` operation.
pub mod create_open_id_connect_provider;

/// Types for the `CreatePolicy` operation.
pub mod create_policy;

/// Types for the `CreatePolicyVersion` operation.
pub mod create_policy_version;

/// Types for the `CreateRole` operation.
pub mod create_role;

/// Types for the `CreateSAMLProvider` operation.
pub mod create_saml_provider;

/// Types for the `CreateServiceLinkedRole` operation.
pub mod create_service_linked_role;

/// Types for the `CreateServiceSpecificCredential` operation.
pub mod create_service_specific_credential;

/// Types for the `CreateUser` operation.
pub mod create_user;

/// Types for the `CreateVirtualMFADevice` operation.
pub mod create_virtual_mfa_device;

/// Types for the `DeactivateMFADevice` operation.
pub mod deactivate_mfa_device;

/// Types for the `DeleteAccessKey` operation.
pub mod delete_access_key;

/// Types for the `DeleteAccountAlias` operation.
pub mod delete_account_alias;

/// Types for the `DeleteAccountPasswordPolicy` operation.
pub mod delete_account_password_policy;

/// Types for the `DeleteGroup` operation.
pub mod delete_group;

/// Types for the `DeleteGroupPolicy` operation.
pub mod delete_group_policy;

/// Types for the `DeleteInstanceProfile` operation.
pub mod delete_instance_profile;

/// Types for the `DeleteLoginProfile` operation.
pub mod delete_login_profile;

/// Types for the `DeleteOpenIDConnectProvider` operation.
pub mod delete_open_id_connect_provider;

/// Types for the `DeletePolicy` operation.
pub mod delete_policy;

/// Types for the `DeletePolicyVersion` operation.
pub mod delete_policy_version;

/// Types for the `DeleteRole` operation.
pub mod delete_role;

/// Types for the `DeleteRolePermissionsBoundary` operation.
pub mod delete_role_permissions_boundary;

/// Types for the `DeleteRolePolicy` operation.
pub mod delete_role_policy;

/// Types for the `DeleteSAMLProvider` operation.
pub mod delete_saml_provider;

/// Types for the `DeleteServerCertificate` operation.
pub mod delete_server_certificate;

/// Types for the `DeleteServiceLinkedRole` operation.
pub mod delete_service_linked_role;

/// Types for the `DeleteServiceSpecificCredential` operation.
pub mod delete_service_specific_credential;

/// Types for the `DeleteSigningCertificate` operation.
pub mod delete_signing_certificate;

/// Types for the `DeleteSSHPublicKey` operation.
pub mod delete_ssh_public_key;

/// Types for the `DeleteUser` operation.
pub mod delete_user;

/// Types for the `DeleteUserPermissionsBoundary` operation.
pub mod delete_user_permissions_boundary;

/// Types for the `DeleteUserPolicy` operation.
pub mod delete_user_policy;

/// Types for the `DeleteVirtualMFADevice` operation.
pub mod delete_virtual_mfa_device;

/// Types for the `DetachGroupPolicy` operation.
pub mod detach_group_policy;

/// Types for the `DetachRolePolicy` operation.
pub mod detach_role_policy;

/// Types for the `DetachUserPolicy` operation.
pub mod detach_user_policy;

/// Types for the `EnableMFADevice` operation.
pub mod enable_mfa_device;

/// Types for the `GenerateCredentialReport` operation.
pub mod generate_credential_report;

/// Types for the `GenerateOrganizationsAccessReport` operation.
pub mod generate_organizations_access_report;

/// Types for the `GenerateServiceLastAccessedDetails` operation.
pub mod generate_service_last_accessed_details;

/// Types for the `GetAccessKeyLastUsed` operation.
pub mod get_access_key_last_used;

/// Types for the `GetAccountAuthorizationDetails` operation.
pub mod get_account_authorization_details;

/// Types for the `GetAccountPasswordPolicy` operation.
pub mod get_account_password_policy;

/// Types for the `GetAccountSummary` operation.
pub mod get_account_summary;

/// Types for the `GetContextKeysForCustomPolicy` operation.
pub mod get_context_keys_for_custom_policy;

/// Types for the `GetContextKeysForPrincipalPolicy` operation.
pub mod get_context_keys_for_principal_policy;

/// Types for the `GetCredentialReport` operation.
pub mod get_credential_report;

/// Types for the `GetGroup` operation.
pub mod get_group;

/// Types for the `GetGroupPolicy` operation.
pub mod get_group_policy;

/// Types for the `GetInstanceProfile` operation.
pub mod get_instance_profile;

/// Types for the `GetLoginProfile` operation.
pub mod get_login_profile;

/// Types for the `GetMFADevice` operation.
pub mod get_mfa_device;

/// Types for the `GetOpenIDConnectProvider` operation.
pub mod get_open_id_connect_provider;

/// Types for the `GetOrganizationsAccessReport` operation.
pub mod get_organizations_access_report;

/// Types for the `GetPolicy` operation.
pub mod get_policy;

/// Types for the `GetPolicyVersion` operation.
pub mod get_policy_version;

/// Types for the `GetRole` operation.
pub mod get_role;

/// Types for the `GetRolePolicy` operation.
pub mod get_role_policy;

/// Types for the `GetSAMLProvider` operation.
pub mod get_saml_provider;

/// Types for the `GetServerCertificate` operation.
pub mod get_server_certificate;

/// Types for the `GetServiceLastAccessedDetails` operation.
pub mod get_service_last_accessed_details;

/// Types for the `GetServiceLastAccessedDetailsWithEntities` operation.
pub mod get_service_last_accessed_details_with_entities;

/// Types for the `GetServiceLinkedRoleDeletionStatus` operation.
pub mod get_service_linked_role_deletion_status;

/// Types for the `GetSSHPublicKey` operation.
pub mod get_ssh_public_key;

/// Types for the `GetUser` operation.
pub mod get_user;

/// Types for the `GetUserPolicy` operation.
pub mod get_user_policy;

/// Types for the `ListAccessKeys` operation.
pub mod list_access_keys;

/// Types for the `ListAccountAliases` operation.
pub mod list_account_aliases;

/// Types for the `ListAttachedGroupPolicies` operation.
pub mod list_attached_group_policies;

/// Types for the `ListAttachedRolePolicies` operation.
pub mod list_attached_role_policies;

/// Types for the `ListAttachedUserPolicies` operation.
pub mod list_attached_user_policies;

/// Types for the `ListEntitiesForPolicy` operation.
pub mod list_entities_for_policy;

/// Types for the `ListGroupPolicies` operation.
pub mod list_group_policies;

/// Types for the `ListGroups` operation.
pub mod list_groups;

/// Types for the `ListGroupsForUser` operation.
pub mod list_groups_for_user;

/// Types for the `ListInstanceProfileTags` operation.
pub mod list_instance_profile_tags;

/// Types for the `ListInstanceProfiles` operation.
pub mod list_instance_profiles;

/// Types for the `ListInstanceProfilesForRole` operation.
pub mod list_instance_profiles_for_role;

/// Types for the `ListMFADeviceTags` operation.
pub mod list_mfa_device_tags;

/// Types for the `ListMFADevices` operation.
pub mod list_mfa_devices;

/// Types for the `ListOpenIDConnectProviderTags` operation.
pub mod list_open_id_connect_provider_tags;

/// Types for the `ListOpenIDConnectProviders` operation.
pub mod list_open_id_connect_providers;

/// Types for the `ListPolicies` operation.
pub mod list_policies;

/// Types for the `ListPoliciesGrantingServiceAccess` operation.
pub mod list_policies_granting_service_access;

/// Types for the `ListPolicyTags` operation.
pub mod list_policy_tags;

/// Types for the `ListPolicyVersions` operation.
pub mod list_policy_versions;

/// Types for the `ListRolePolicies` operation.
pub mod list_role_policies;

/// Types for the `ListRoleTags` operation.
pub mod list_role_tags;

/// Types for the `ListRoles` operation.
pub mod list_roles;

/// Types for the `ListSAMLProviderTags` operation.
pub mod list_saml_provider_tags;

/// Types for the `ListSAMLProviders` operation.
pub mod list_saml_providers;

/// Types for the `ListServerCertificateTags` operation.
pub mod list_server_certificate_tags;

/// Types for the `ListServerCertificates` operation.
pub mod list_server_certificates;

/// Types for the `ListServiceSpecificCredentials` operation.
pub mod list_service_specific_credentials;

/// Types for the `ListSigningCertificates` operation.
pub mod list_signing_certificates;

/// Types for the `ListSSHPublicKeys` operation.
pub mod list_ssh_public_keys;

/// Types for the `ListUserPolicies` operation.
pub mod list_user_policies;

/// Types for the `ListUserTags` operation.
pub mod list_user_tags;

/// Types for the `ListUsers` operation.
pub mod list_users;

/// Types for the `ListVirtualMFADevices` operation.
pub mod list_virtual_mfa_devices;

/// Types for the `PutGroupPolicy` operation.
pub mod put_group_policy;

/// Types for the `PutRolePermissionsBoundary` operation.
pub mod put_role_permissions_boundary;

/// Types for the `PutRolePolicy` operation.
pub mod put_role_policy;

/// Types for the `PutUserPermissionsBoundary` operation.
pub mod put_user_permissions_boundary;

/// Types for the `PutUserPolicy` operation.
pub mod put_user_policy;

/// Types for the `RemoveClientIDFromOpenIDConnectProvider` operation.
pub mod remove_client_id_from_open_id_connect_provider;

/// Types for the `RemoveRoleFromInstanceProfile` operation.
pub mod remove_role_from_instance_profile;

/// Types for the `RemoveUserFromGroup` operation.
pub mod remove_user_from_group;

/// Types for the `ResetServiceSpecificCredential` operation.
pub mod reset_service_specific_credential;

/// Types for the `ResyncMFADevice` operation.
pub mod resync_mfa_device;

/// Types for the `SetDefaultPolicyVersion` operation.
pub mod set_default_policy_version;

/// Types for the `SetSecurityTokenServicePreferences` operation.
pub mod set_security_token_service_preferences;

/// Types for the `SimulateCustomPolicy` operation.
pub mod simulate_custom_policy;

/// Types for the `SimulatePrincipalPolicy` operation.
pub mod simulate_principal_policy;

/// Types for the `TagInstanceProfile` operation.
pub mod tag_instance_profile;

/// Types for the `TagMFADevice` operation.
pub mod tag_mfa_device;

/// Types for the `TagOpenIDConnectProvider` operation.
pub mod tag_open_id_connect_provider;

/// Types for the `TagPolicy` operation.
pub mod tag_policy;

/// Types for the `TagRole` operation.
pub mod tag_role;

/// Types for the `TagSAMLProvider` operation.
pub mod tag_saml_provider;

/// Types for the `TagServerCertificate` operation.
pub mod tag_server_certificate;

/// Types for the `TagUser` operation.
pub mod tag_user;

/// Types for the `UntagInstanceProfile` operation.
pub mod untag_instance_profile;

/// Types for the `UntagMFADevice` operation.
pub mod untag_mfa_device;

/// Types for the `UntagOpenIDConnectProvider` operation.
pub mod untag_open_id_connect_provider;

/// Types for the `UntagPolicy` operation.
pub mod untag_policy;

/// Types for the `UntagRole` operation.
pub mod untag_role;

/// Types for the `UntagSAMLProvider` operation.
pub mod untag_saml_provider;

/// Types for the `UntagServerCertificate` operation.
pub mod untag_server_certificate;

/// Types for the `UntagUser` operation.
pub mod untag_user;

/// Types for the `UpdateAccessKey` operation.
pub mod update_access_key;

/// Types for the `UpdateAccountPasswordPolicy` operation.
pub mod update_account_password_policy;

/// Types for the `UpdateAssumeRolePolicy` operation.
pub mod update_assume_role_policy;

/// Types for the `UpdateGroup` operation.
pub mod update_group;

/// Types for the `UpdateLoginProfile` operation.
pub mod update_login_profile;

/// Types for the `UpdateOpenIDConnectProviderThumbprint` operation.
pub mod update_open_id_connect_provider_thumbprint;

/// Types for the `UpdateRole` operation.
pub mod update_role;

/// Types for the `UpdateRoleDescription` operation.
pub mod update_role_description;

/// Types for the `UpdateSAMLProvider` operation.
pub mod update_saml_provider;

/// Types for the `UpdateServerCertificate` operation.
pub mod update_server_certificate;

/// Types for the `UpdateServiceSpecificCredential` operation.
pub mod update_service_specific_credential;

/// Types for the `UpdateSigningCertificate` operation.
pub mod update_signing_certificate;

/// Types for the `UpdateSSHPublicKey` operation.
pub mod update_ssh_public_key;

/// Types for the `UpdateUser` operation.
pub mod update_user;

/// Types for the `UploadServerCertificate` operation.
pub mod upload_server_certificate;

/// Types for the `UploadSigningCertificate` operation.
pub mod upload_signing_certificate;

/// Types for the `UploadSSHPublicKey` operation.
pub mod upload_ssh_public_key;