aws_sdk_datazone/
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
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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AcceptPredictions` operation.
pub mod accept_predictions;

/// Types for the `AcceptSubscriptionRequest` operation.
pub mod accept_subscription_request;

/// Types for the `AddEntityOwner` operation.
pub mod add_entity_owner;

/// Types for the `AddPolicyGrant` operation.
pub mod add_policy_grant;

/// Types for the `AssociateEnvironmentRole` operation.
pub mod associate_environment_role;

/// Types for the `CancelMetadataGenerationRun` operation.
pub mod cancel_metadata_generation_run;

/// Types for the `CancelSubscription` operation.
pub mod cancel_subscription;

/// Types for the `CreateAsset` operation.
pub mod create_asset;

/// Types for the `CreateAssetFilter` operation.
pub mod create_asset_filter;

/// Types for the `CreateAssetRevision` operation.
pub mod create_asset_revision;

/// Types for the `CreateAssetType` operation.
pub mod create_asset_type;

/// Types for the `CreateConnection` operation.
pub mod create_connection;

/// Types for the `CreateDataProduct` operation.
pub mod create_data_product;

/// Types for the `CreateDataProductRevision` operation.
pub mod create_data_product_revision;

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

/// Types for the `CreateDomain` operation.
pub mod create_domain;

/// Types for the `CreateDomainUnit` operation.
pub mod create_domain_unit;

/// Types for the `CreateEnvironment` operation.
pub mod create_environment;

/// Types for the `CreateEnvironmentAction` operation.
pub mod create_environment_action;

/// Types for the `CreateEnvironmentProfile` operation.
pub mod create_environment_profile;

/// Types for the `CreateFormType` operation.
pub mod create_form_type;

/// Types for the `CreateGlossary` operation.
pub mod create_glossary;

/// Types for the `CreateGlossaryTerm` operation.
pub mod create_glossary_term;

/// Types for the `CreateGroupProfile` operation.
pub mod create_group_profile;

/// Types for the `CreateListingChangeSet` operation.
pub mod create_listing_change_set;

/// Types for the `CreateProject` operation.
pub mod create_project;

/// Types for the `CreateProjectMembership` operation.
pub mod create_project_membership;

/// Types for the `CreateProjectProfile` operation.
pub mod create_project_profile;

/// Types for the `CreateRule` operation.
pub mod create_rule;

/// Types for the `CreateSubscriptionGrant` operation.
pub mod create_subscription_grant;

/// Types for the `CreateSubscriptionRequest` operation.
pub mod create_subscription_request;

/// Types for the `CreateSubscriptionTarget` operation.
pub mod create_subscription_target;

/// Types for the `CreateUserProfile` operation.
pub mod create_user_profile;

/// Types for the `DeleteAsset` operation.
pub mod delete_asset;

/// Types for the `DeleteAssetFilter` operation.
pub mod delete_asset_filter;

/// Types for the `DeleteAssetType` operation.
pub mod delete_asset_type;

/// Types for the `DeleteConnection` operation.
pub mod delete_connection;

/// Types for the `DeleteDataProduct` operation.
pub mod delete_data_product;

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

/// Types for the `DeleteDomain` operation.
pub mod delete_domain;

/// Types for the `DeleteDomainUnit` operation.
pub mod delete_domain_unit;

/// Types for the `DeleteEnvironment` operation.
pub mod delete_environment;

/// Types for the `DeleteEnvironmentAction` operation.
pub mod delete_environment_action;

/// Types for the `DeleteEnvironmentBlueprintConfiguration` operation.
pub mod delete_environment_blueprint_configuration;

/// Types for the `DeleteEnvironmentProfile` operation.
pub mod delete_environment_profile;

/// Types for the `DeleteFormType` operation.
pub mod delete_form_type;

/// Types for the `DeleteGlossary` operation.
pub mod delete_glossary;

/// Types for the `DeleteGlossaryTerm` operation.
pub mod delete_glossary_term;

/// Types for the `DeleteListing` operation.
pub mod delete_listing;

/// Types for the `DeleteProject` operation.
pub mod delete_project;

/// Types for the `DeleteProjectMembership` operation.
pub mod delete_project_membership;

/// Types for the `DeleteProjectProfile` operation.
pub mod delete_project_profile;

/// Types for the `DeleteRule` operation.
pub mod delete_rule;

/// Types for the `DeleteSubscriptionGrant` operation.
pub mod delete_subscription_grant;

/// Types for the `DeleteSubscriptionRequest` operation.
pub mod delete_subscription_request;

/// Types for the `DeleteSubscriptionTarget` operation.
pub mod delete_subscription_target;

/// Types for the `DeleteTimeSeriesDataPoints` operation.
pub mod delete_time_series_data_points;

/// Types for the `DisassociateEnvironmentRole` operation.
pub mod disassociate_environment_role;

/// Types for the `GetAsset` operation.
pub mod get_asset;

/// Types for the `GetAssetFilter` operation.
pub mod get_asset_filter;

/// Types for the `GetAssetType` operation.
pub mod get_asset_type;

/// Types for the `GetConnection` operation.
pub mod get_connection;

/// Types for the `GetDataProduct` operation.
pub mod get_data_product;

/// Types for the `GetDataSource` operation.
pub mod get_data_source;

/// Types for the `GetDataSourceRun` operation.
pub mod get_data_source_run;

/// Types for the `GetDomain` operation.
pub mod get_domain;

/// Types for the `GetDomainUnit` operation.
pub mod get_domain_unit;

/// Types for the `GetEnvironment` operation.
pub mod get_environment;

/// Types for the `GetEnvironmentAction` operation.
pub mod get_environment_action;

/// Types for the `GetEnvironmentBlueprint` operation.
pub mod get_environment_blueprint;

/// Types for the `GetEnvironmentBlueprintConfiguration` operation.
pub mod get_environment_blueprint_configuration;

/// Types for the `GetEnvironmentCredentials` operation.
pub mod get_environment_credentials;

/// Types for the `GetEnvironmentProfile` operation.
pub mod get_environment_profile;

/// Types for the `GetFormType` operation.
pub mod get_form_type;

/// Types for the `GetGlossary` operation.
pub mod get_glossary;

/// Types for the `GetGlossaryTerm` operation.
pub mod get_glossary_term;

/// Types for the `GetGroupProfile` operation.
pub mod get_group_profile;

/// Types for the `GetIamPortalLoginUrl` operation.
pub mod get_iam_portal_login_url;

/// Types for the `GetJobRun` operation.
pub mod get_job_run;

/// Types for the `GetLineageEvent` operation.
pub mod get_lineage_event;

/// Types for the `GetLineageNode` operation.
pub mod get_lineage_node;

/// Types for the `GetListing` operation.
pub mod get_listing;

/// Types for the `GetMetadataGenerationRun` operation.
pub mod get_metadata_generation_run;

/// Types for the `GetProject` operation.
pub mod get_project;

/// Types for the `GetProjectProfile` operation.
pub mod get_project_profile;

/// Types for the `GetRule` operation.
pub mod get_rule;

/// Types for the `GetSubscription` operation.
pub mod get_subscription;

/// Types for the `GetSubscriptionGrant` operation.
pub mod get_subscription_grant;

/// Types for the `GetSubscriptionRequestDetails` operation.
pub mod get_subscription_request_details;

/// Types for the `GetSubscriptionTarget` operation.
pub mod get_subscription_target;

/// Types for the `GetTimeSeriesDataPoint` operation.
pub mod get_time_series_data_point;

/// Types for the `GetUserProfile` operation.
pub mod get_user_profile;

/// Types for the `ListAssetFilters` operation.
pub mod list_asset_filters;

/// Types for the `ListAssetRevisions` operation.
pub mod list_asset_revisions;

/// Types for the `ListConnections` operation.
pub mod list_connections;

/// Types for the `ListDataProductRevisions` operation.
pub mod list_data_product_revisions;

/// Types for the `ListDataSourceRunActivities` operation.
pub mod list_data_source_run_activities;

/// Types for the `ListDataSourceRuns` operation.
pub mod list_data_source_runs;

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

/// Types for the `ListDomainUnitsForParent` operation.
pub mod list_domain_units_for_parent;

/// Types for the `ListDomains` operation.
pub mod list_domains;

/// Types for the `ListEntityOwners` operation.
pub mod list_entity_owners;

/// Types for the `ListEnvironmentActions` operation.
pub mod list_environment_actions;

/// Types for the `ListEnvironmentBlueprintConfigurations` operation.
pub mod list_environment_blueprint_configurations;

/// Types for the `ListEnvironmentBlueprints` operation.
pub mod list_environment_blueprints;

/// Types for the `ListEnvironmentProfiles` operation.
pub mod list_environment_profiles;

/// Types for the `ListEnvironments` operation.
pub mod list_environments;

/// Types for the `ListJobRuns` operation.
pub mod list_job_runs;

/// Types for the `ListLineageEvents` operation.
pub mod list_lineage_events;

/// Types for the `ListLineageNodeHistory` operation.
pub mod list_lineage_node_history;

/// Types for the `ListMetadataGenerationRuns` operation.
pub mod list_metadata_generation_runs;

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

/// Types for the `ListPolicyGrants` operation.
pub mod list_policy_grants;

/// Types for the `ListProjectMemberships` operation.
pub mod list_project_memberships;

/// Types for the `ListProjectProfiles` operation.
pub mod list_project_profiles;

/// Types for the `ListProjects` operation.
pub mod list_projects;

/// Types for the `ListRules` operation.
pub mod list_rules;

/// Types for the `ListSubscriptionGrants` operation.
pub mod list_subscription_grants;

/// Types for the `ListSubscriptionRequests` operation.
pub mod list_subscription_requests;

/// Types for the `ListSubscriptionTargets` operation.
pub mod list_subscription_targets;

/// Types for the `ListSubscriptions` operation.
pub mod list_subscriptions;

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

/// Types for the `ListTimeSeriesDataPoints` operation.
pub mod list_time_series_data_points;

/// Types for the `PostLineageEvent` operation.
pub mod post_lineage_event;

/// Types for the `PostTimeSeriesDataPoints` operation.
pub mod post_time_series_data_points;

/// Types for the `PutEnvironmentBlueprintConfiguration` operation.
pub mod put_environment_blueprint_configuration;

/// Types for the `RejectPredictions` operation.
pub mod reject_predictions;

/// Types for the `RejectSubscriptionRequest` operation.
pub mod reject_subscription_request;

/// Types for the `RemoveEntityOwner` operation.
pub mod remove_entity_owner;

/// Types for the `RemovePolicyGrant` operation.
pub mod remove_policy_grant;

/// Types for the `RevokeSubscription` operation.
pub mod revoke_subscription;

/// Types for the `Search` operation.
pub mod search;

/// Types for the `SearchGroupProfiles` operation.
pub mod search_group_profiles;

/// Types for the `SearchListings` operation.
pub mod search_listings;

/// Types for the `SearchTypes` operation.
pub mod search_types;

/// Types for the `SearchUserProfiles` operation.
pub mod search_user_profiles;

/// Types for the `StartDataSourceRun` operation.
pub mod start_data_source_run;

/// Types for the `StartMetadataGenerationRun` operation.
pub mod start_metadata_generation_run;

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

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

/// Types for the `UpdateAssetFilter` operation.
pub mod update_asset_filter;

/// Types for the `UpdateConnection` operation.
pub mod update_connection;

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

/// Types for the `UpdateDomain` operation.
pub mod update_domain;

/// Types for the `UpdateDomainUnit` operation.
pub mod update_domain_unit;

/// Types for the `UpdateEnvironment` operation.
pub mod update_environment;

/// Types for the `UpdateEnvironmentAction` operation.
pub mod update_environment_action;

/// Types for the `UpdateEnvironmentProfile` operation.
pub mod update_environment_profile;

/// Types for the `UpdateGlossary` operation.
pub mod update_glossary;

/// Types for the `UpdateGlossaryTerm` operation.
pub mod update_glossary_term;

/// Types for the `UpdateGroupProfile` operation.
pub mod update_group_profile;

/// Types for the `UpdateProject` operation.
pub mod update_project;

/// Types for the `UpdateProjectProfile` operation.
pub mod update_project_profile;

/// Types for the `UpdateRule` operation.
pub mod update_rule;

/// Types for the `UpdateSubscriptionGrantStatus` operation.
pub mod update_subscription_grant_status;

/// Types for the `UpdateSubscriptionRequest` operation.
pub mod update_subscription_request;

/// Types for the `UpdateSubscriptionTarget` operation.
pub mod update_subscription_target;

/// Types for the `UpdateUserProfile` operation.
pub mod update_user_profile;