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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CancelIngestion` operation.
pub mod cancel_ingestion;

/// Types for the `CreateAccountCustomization` operation.
pub mod create_account_customization;

/// Types for the `CreateAccountSubscription` operation.
pub mod create_account_subscription;

/// Types for the `CreateAnalysis` operation.
pub mod create_analysis;

/// Types for the `CreateDashboard` operation.
pub mod create_dashboard;

/// Types for the `CreateDataSet` operation.
pub mod create_data_set;

/// Types for the `CreateDataSource` operation.
pub mod create_data_source;

/// Types for the `CreateFolder` operation.
pub mod create_folder;

/// Types for the `CreateFolderMembership` operation.
pub mod create_folder_membership;

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

/// Types for the `CreateGroupMembership` operation.
pub mod create_group_membership;

/// Types for the `CreateIAMPolicyAssignment` operation.
pub mod create_iam_policy_assignment;

/// Types for the `CreateIngestion` operation.
pub mod create_ingestion;

/// Types for the `CreateNamespace` operation.
pub mod create_namespace;

/// Types for the `CreateRefreshSchedule` operation.
pub mod create_refresh_schedule;

/// Types for the `CreateRoleMembership` operation.
pub mod create_role_membership;

/// Types for the `CreateTemplate` operation.
pub mod create_template;

/// Types for the `CreateTemplateAlias` operation.
pub mod create_template_alias;

/// Types for the `CreateTheme` operation.
pub mod create_theme;

/// Types for the `CreateThemeAlias` operation.
pub mod create_theme_alias;

/// Types for the `CreateTopic` operation.
pub mod create_topic;

/// Types for the `CreateTopicRefreshSchedule` operation.
pub mod create_topic_refresh_schedule;

/// Types for the `CreateVPCConnection` operation.
pub mod create_vpc_connection;

/// Types for the `DeleteAccountCustomization` operation.
pub mod delete_account_customization;

/// Types for the `DeleteAccountSubscription` operation.
pub mod delete_account_subscription;

/// Types for the `DeleteAnalysis` operation.
pub mod delete_analysis;

/// Types for the `DeleteDashboard` operation.
pub mod delete_dashboard;

/// Types for the `DeleteDataSet` operation.
pub mod delete_data_set;

/// Types for the `DeleteDataSetRefreshProperties` operation.
pub mod delete_data_set_refresh_properties;

/// Types for the `DeleteDataSource` operation.
pub mod delete_data_source;

/// Types for the `DeleteFolder` operation.
pub mod delete_folder;

/// Types for the `DeleteFolderMembership` operation.
pub mod delete_folder_membership;

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

/// Types for the `DeleteGroupMembership` operation.
pub mod delete_group_membership;

/// Types for the `DeleteIAMPolicyAssignment` operation.
pub mod delete_iam_policy_assignment;

/// Types for the `DeleteIdentityPropagationConfig` operation.
pub mod delete_identity_propagation_config;

/// Types for the `DeleteNamespace` operation.
pub mod delete_namespace;

/// Types for the `DeleteRefreshSchedule` operation.
pub mod delete_refresh_schedule;

/// Types for the `DeleteRoleCustomPermission` operation.
pub mod delete_role_custom_permission;

/// Types for the `DeleteRoleMembership` operation.
pub mod delete_role_membership;

/// Types for the `DeleteTemplate` operation.
pub mod delete_template;

/// Types for the `DeleteTemplateAlias` operation.
pub mod delete_template_alias;

/// Types for the `DeleteTheme` operation.
pub mod delete_theme;

/// Types for the `DeleteThemeAlias` operation.
pub mod delete_theme_alias;

/// Types for the `DeleteTopic` operation.
pub mod delete_topic;

/// Types for the `DeleteTopicRefreshSchedule` operation.
pub mod delete_topic_refresh_schedule;

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

/// Types for the `DeleteUserByPrincipalId` operation.
pub mod delete_user_by_principal_id;

/// Types for the `DeleteVPCConnection` operation.
pub mod delete_vpc_connection;

/// Types for the `DescribeAccountCustomization` operation.
pub mod describe_account_customization;

/// Types for the `DescribeAccountSettings` operation.
pub mod describe_account_settings;

/// Types for the `DescribeAccountSubscription` operation.
pub mod describe_account_subscription;

/// Types for the `DescribeAnalysis` operation.
pub mod describe_analysis;

/// Types for the `DescribeAnalysisDefinition` operation.
pub mod describe_analysis_definition;

/// Types for the `DescribeAnalysisPermissions` operation.
pub mod describe_analysis_permissions;

/// Types for the `DescribeAssetBundleExportJob` operation.
pub mod describe_asset_bundle_export_job;

/// Types for the `DescribeAssetBundleImportJob` operation.
pub mod describe_asset_bundle_import_job;

/// Types for the `DescribeDashboard` operation.
pub mod describe_dashboard;

/// Types for the `DescribeDashboardDefinition` operation.
pub mod describe_dashboard_definition;

/// Types for the `DescribeDashboardPermissions` operation.
pub mod describe_dashboard_permissions;

/// Types for the `DescribeDashboardSnapshotJob` operation.
pub mod describe_dashboard_snapshot_job;

/// Types for the `DescribeDashboardSnapshotJobResult` operation.
pub mod describe_dashboard_snapshot_job_result;

/// Types for the `DescribeDataSet` operation.
pub mod describe_data_set;

/// Types for the `DescribeDataSetPermissions` operation.
pub mod describe_data_set_permissions;

/// Types for the `DescribeDataSetRefreshProperties` operation.
pub mod describe_data_set_refresh_properties;

/// Types for the `DescribeDataSource` operation.
pub mod describe_data_source;

/// Types for the `DescribeDataSourcePermissions` operation.
pub mod describe_data_source_permissions;

/// Types for the `DescribeFolder` operation.
pub mod describe_folder;

/// Types for the `DescribeFolderPermissions` operation.
pub mod describe_folder_permissions;

/// Types for the `DescribeFolderResolvedPermissions` operation.
pub mod describe_folder_resolved_permissions;

/// Types for the `DescribeGroup` operation.
pub mod describe_group;

/// Types for the `DescribeGroupMembership` operation.
pub mod describe_group_membership;

/// Types for the `DescribeIAMPolicyAssignment` operation.
pub mod describe_iam_policy_assignment;

/// Types for the `DescribeIngestion` operation.
pub mod describe_ingestion;

/// Types for the `DescribeIpRestriction` operation.
pub mod describe_ip_restriction;

/// Types for the `DescribeNamespace` operation.
pub mod describe_namespace;

/// Types for the `DescribeRefreshSchedule` operation.
pub mod describe_refresh_schedule;

/// Types for the `DescribeRoleCustomPermission` operation.
pub mod describe_role_custom_permission;

/// Types for the `DescribeTemplate` operation.
pub mod describe_template;

/// Types for the `DescribeTemplateAlias` operation.
pub mod describe_template_alias;

/// Types for the `DescribeTemplateDefinition` operation.
pub mod describe_template_definition;

/// Types for the `DescribeTemplatePermissions` operation.
pub mod describe_template_permissions;

/// Types for the `DescribeTheme` operation.
pub mod describe_theme;

/// Types for the `DescribeThemeAlias` operation.
pub mod describe_theme_alias;

/// Types for the `DescribeThemePermissions` operation.
pub mod describe_theme_permissions;

/// Types for the `DescribeTopic` operation.
pub mod describe_topic;

/// Types for the `DescribeTopicPermissions` operation.
pub mod describe_topic_permissions;

/// Types for the `DescribeTopicRefresh` operation.
pub mod describe_topic_refresh;

/// Types for the `DescribeTopicRefreshSchedule` operation.
pub mod describe_topic_refresh_schedule;

/// Types for the `DescribeUser` operation.
pub mod describe_user;

/// Types for the `DescribeVPCConnection` operation.
pub mod describe_vpc_connection;

/// Types for the `GenerateEmbedUrlForAnonymousUser` operation.
pub mod generate_embed_url_for_anonymous_user;

/// Types for the `GenerateEmbedUrlForRegisteredUser` operation.
pub mod generate_embed_url_for_registered_user;

/// Types for the `GetDashboardEmbedUrl` operation.
pub mod get_dashboard_embed_url;

/// Types for the `GetSessionEmbedUrl` operation.
pub mod get_session_embed_url;

/// Types for the `ListAnalyses` operation.
pub mod list_analyses;

/// Types for the `ListAssetBundleExportJobs` operation.
pub mod list_asset_bundle_export_jobs;

/// Types for the `ListAssetBundleImportJobs` operation.
pub mod list_asset_bundle_import_jobs;

/// Types for the `ListDashboardVersions` operation.
pub mod list_dashboard_versions;

/// Types for the `ListDashboards` operation.
pub mod list_dashboards;

/// Types for the `ListDataSets` operation.
pub mod list_data_sets;

/// Types for the `ListDataSources` operation.
pub mod list_data_sources;

/// Types for the `ListFolderMembers` operation.
pub mod list_folder_members;

/// Types for the `ListFolders` operation.
pub mod list_folders;

/// Types for the `ListGroupMemberships` operation.
pub mod list_group_memberships;

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

/// Types for the `ListIAMPolicyAssignments` operation.
pub mod list_iam_policy_assignments;

/// Types for the `ListIAMPolicyAssignmentsForUser` operation.
pub mod list_iam_policy_assignments_for_user;

/// Types for the `ListIdentityPropagationConfigs` operation.
pub mod list_identity_propagation_configs;

/// Types for the `ListIngestions` operation.
pub mod list_ingestions;

/// Types for the `ListNamespaces` operation.
pub mod list_namespaces;

/// Types for the `ListRefreshSchedules` operation.
pub mod list_refresh_schedules;

/// Types for the `ListRoleMemberships` operation.
pub mod list_role_memberships;

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

/// Types for the `ListTemplateAliases` operation.
pub mod list_template_aliases;

/// Types for the `ListTemplateVersions` operation.
pub mod list_template_versions;

/// Types for the `ListTemplates` operation.
pub mod list_templates;

/// Types for the `ListThemeAliases` operation.
pub mod list_theme_aliases;

/// Types for the `ListThemeVersions` operation.
pub mod list_theme_versions;

/// Types for the `ListThemes` operation.
pub mod list_themes;

/// Types for the `ListTopicRefreshSchedules` operation.
pub mod list_topic_refresh_schedules;

/// Types for the `ListTopics` operation.
pub mod list_topics;

/// Types for the `ListUserGroups` operation.
pub mod list_user_groups;

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

/// Types for the `ListVPCConnections` operation.
pub mod list_vpc_connections;

/// Types for the `PutDataSetRefreshProperties` operation.
pub mod put_data_set_refresh_properties;

/// Types for the `RegisterUser` operation.
pub mod register_user;

/// Types for the `RestoreAnalysis` operation.
pub mod restore_analysis;

/// Types for the `SearchAnalyses` operation.
pub mod search_analyses;

/// Types for the `SearchDashboards` operation.
pub mod search_dashboards;

/// Types for the `SearchDataSets` operation.
pub mod search_data_sets;

/// Types for the `SearchDataSources` operation.
pub mod search_data_sources;

/// Types for the `SearchFolders` operation.
pub mod search_folders;

/// Types for the `SearchGroups` operation.
pub mod search_groups;

/// Types for the `StartAssetBundleExportJob` operation.
pub mod start_asset_bundle_export_job;

/// Types for the `StartAssetBundleImportJob` operation.
pub mod start_asset_bundle_import_job;

/// Types for the `StartDashboardSnapshotJob` operation.
pub mod start_dashboard_snapshot_job;

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

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

/// Types for the `UpdateAccountCustomization` operation.
pub mod update_account_customization;

/// Types for the `UpdateAccountSettings` operation.
pub mod update_account_settings;

/// Types for the `UpdateAnalysis` operation.
pub mod update_analysis;

/// Types for the `UpdateAnalysisPermissions` operation.
pub mod update_analysis_permissions;

/// Types for the `UpdateDashboard` operation.
pub mod update_dashboard;

/// Types for the `UpdateDashboardLinks` operation.
pub mod update_dashboard_links;

/// Types for the `UpdateDashboardPermissions` operation.
pub mod update_dashboard_permissions;

/// Types for the `UpdateDashboardPublishedVersion` operation.
pub mod update_dashboard_published_version;

/// Types for the `UpdateDataSet` operation.
pub mod update_data_set;

/// Types for the `UpdateDataSetPermissions` operation.
pub mod update_data_set_permissions;

/// Types for the `UpdateDataSource` operation.
pub mod update_data_source;

/// Types for the `UpdateDataSourcePermissions` operation.
pub mod update_data_source_permissions;

/// Types for the `UpdateFolder` operation.
pub mod update_folder;

/// Types for the `UpdateFolderPermissions` operation.
pub mod update_folder_permissions;

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

/// Types for the `UpdateIAMPolicyAssignment` operation.
pub mod update_iam_policy_assignment;

/// Types for the `UpdateIdentityPropagationConfig` operation.
pub mod update_identity_propagation_config;

/// Types for the `UpdateIpRestriction` operation.
pub mod update_ip_restriction;

/// Types for the `UpdatePublicSharingSettings` operation.
pub mod update_public_sharing_settings;

/// Types for the `UpdateRefreshSchedule` operation.
pub mod update_refresh_schedule;

/// Types for the `UpdateRoleCustomPermission` operation.
pub mod update_role_custom_permission;

/// Types for the `UpdateSPICECapacityConfiguration` operation.
pub mod update_spice_capacity_configuration;

/// Types for the `UpdateTemplate` operation.
pub mod update_template;

/// Types for the `UpdateTemplateAlias` operation.
pub mod update_template_alias;

/// Types for the `UpdateTemplatePermissions` operation.
pub mod update_template_permissions;

/// Types for the `UpdateTheme` operation.
pub mod update_theme;

/// Types for the `UpdateThemeAlias` operation.
pub mod update_theme_alias;

/// Types for the `UpdateThemePermissions` operation.
pub mod update_theme_permissions;

/// Types for the `UpdateTopic` operation.
pub mod update_topic;

/// Types for the `UpdateTopicPermissions` operation.
pub mod update_topic_permissions;

/// Types for the `UpdateTopicRefreshSchedule` operation.
pub mod update_topic_refresh_schedule;

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

/// Types for the `UpdateVPCConnection` operation.
pub mod update_vpc_connection;