aws_sdk_datazone/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 `AcceptPredictions` operation.
5pub mod accept_predictions;
6
7/// Types for the `AcceptSubscriptionRequest` operation.
8pub mod accept_subscription_request;
9
10/// Types for the `AddEntityOwner` operation.
11pub mod add_entity_owner;
12
13/// Types for the `AddPolicyGrant` operation.
14pub mod add_policy_grant;
15
16/// Types for the `AssociateEnvironmentRole` operation.
17pub mod associate_environment_role;
18
19/// Types for the `AssociateGovernedTerms` operation.
20pub mod associate_governed_terms;
21
22/// Types for the `CancelMetadataGenerationRun` operation.
23pub mod cancel_metadata_generation_run;
24
25/// Types for the `CancelSubscription` operation.
26pub mod cancel_subscription;
27
28/// Types for the `CreateAccountPool` operation.
29pub mod create_account_pool;
30
31/// Types for the `CreateAsset` operation.
32pub mod create_asset;
33
34/// Types for the `CreateAssetFilter` operation.
35pub mod create_asset_filter;
36
37/// Types for the `CreateAssetRevision` operation.
38pub mod create_asset_revision;
39
40/// Types for the `CreateAssetType` operation.
41pub mod create_asset_type;
42
43/// Types for the `CreateConnection` operation.
44pub mod create_connection;
45
46/// Types for the `CreateDataProduct` operation.
47pub mod create_data_product;
48
49/// Types for the `CreateDataProductRevision` operation.
50pub mod create_data_product_revision;
51
52/// Types for the `CreateDataSource` operation.
53pub mod create_data_source;
54
55/// Types for the `CreateDomain` operation.
56pub mod create_domain;
57
58/// Types for the `CreateDomainUnit` operation.
59pub mod create_domain_unit;
60
61/// Types for the `CreateEnvironment` operation.
62pub mod create_environment;
63
64/// Types for the `CreateEnvironmentAction` operation.
65pub mod create_environment_action;
66
67/// Types for the `CreateEnvironmentProfile` operation.
68pub mod create_environment_profile;
69
70/// Types for the `CreateFormType` operation.
71pub mod create_form_type;
72
73/// Types for the `CreateGlossary` operation.
74pub mod create_glossary;
75
76/// Types for the `CreateGlossaryTerm` operation.
77pub mod create_glossary_term;
78
79/// Types for the `CreateGroupProfile` operation.
80pub mod create_group_profile;
81
82/// Types for the `CreateListingChangeSet` operation.
83pub mod create_listing_change_set;
84
85/// Types for the `CreateProject` operation.
86pub mod create_project;
87
88/// Types for the `CreateProjectMembership` operation.
89pub mod create_project_membership;
90
91/// Types for the `CreateProjectProfile` operation.
92pub mod create_project_profile;
93
94/// Types for the `CreateRule` operation.
95pub mod create_rule;
96
97/// Types for the `CreateSubscriptionGrant` operation.
98pub mod create_subscription_grant;
99
100/// Types for the `CreateSubscriptionRequest` operation.
101pub mod create_subscription_request;
102
103/// Types for the `CreateSubscriptionTarget` operation.
104pub mod create_subscription_target;
105
106/// Types for the `CreateUserProfile` operation.
107pub mod create_user_profile;
108
109/// Types for the `DeleteAccountPool` operation.
110pub mod delete_account_pool;
111
112/// Types for the `DeleteAsset` operation.
113pub mod delete_asset;
114
115/// Types for the `DeleteAssetFilter` operation.
116pub mod delete_asset_filter;
117
118/// Types for the `DeleteAssetType` operation.
119pub mod delete_asset_type;
120
121/// Types for the `DeleteConnection` operation.
122pub mod delete_connection;
123
124/// Types for the `DeleteDataProduct` operation.
125pub mod delete_data_product;
126
127/// Types for the `DeleteDataSource` operation.
128pub mod delete_data_source;
129
130/// Types for the `DeleteDomain` operation.
131pub mod delete_domain;
132
133/// Types for the `DeleteDomainUnit` operation.
134pub mod delete_domain_unit;
135
136/// Types for the `DeleteEnvironment` operation.
137pub mod delete_environment;
138
139/// Types for the `DeleteEnvironmentAction` operation.
140pub mod delete_environment_action;
141
142/// Types for the `DeleteEnvironmentBlueprintConfiguration` operation.
143pub mod delete_environment_blueprint_configuration;
144
145/// Types for the `DeleteEnvironmentProfile` operation.
146pub mod delete_environment_profile;
147
148/// Types for the `DeleteFormType` operation.
149pub mod delete_form_type;
150
151/// Types for the `DeleteGlossary` operation.
152pub mod delete_glossary;
153
154/// Types for the `DeleteGlossaryTerm` operation.
155pub mod delete_glossary_term;
156
157/// Types for the `DeleteListing` operation.
158pub mod delete_listing;
159
160/// Types for the `DeleteProject` operation.
161pub mod delete_project;
162
163/// Types for the `DeleteProjectMembership` operation.
164pub mod delete_project_membership;
165
166/// Types for the `DeleteProjectProfile` operation.
167pub mod delete_project_profile;
168
169/// Types for the `DeleteRule` operation.
170pub mod delete_rule;
171
172/// Types for the `DeleteSubscriptionGrant` operation.
173pub mod delete_subscription_grant;
174
175/// Types for the `DeleteSubscriptionRequest` operation.
176pub mod delete_subscription_request;
177
178/// Types for the `DeleteSubscriptionTarget` operation.
179pub mod delete_subscription_target;
180
181/// Types for the `DeleteTimeSeriesDataPoints` operation.
182pub mod delete_time_series_data_points;
183
184/// Types for the `DisassociateEnvironmentRole` operation.
185pub mod disassociate_environment_role;
186
187/// Types for the `DisassociateGovernedTerms` operation.
188pub mod disassociate_governed_terms;
189
190/// Types for the `GetAccountPool` operation.
191pub mod get_account_pool;
192
193/// Types for the `GetAsset` operation.
194pub mod get_asset;
195
196/// Types for the `GetAssetFilter` operation.
197pub mod get_asset_filter;
198
199/// Types for the `GetAssetType` operation.
200pub mod get_asset_type;
201
202/// Types for the `GetConnection` operation.
203pub mod get_connection;
204
205/// Types for the `GetDataProduct` operation.
206pub mod get_data_product;
207
208/// Types for the `GetDataSource` operation.
209pub mod get_data_source;
210
211/// Types for the `GetDataSourceRun` operation.
212pub mod get_data_source_run;
213
214/// Types for the `GetDomain` operation.
215pub mod get_domain;
216
217/// Types for the `GetDomainUnit` operation.
218pub mod get_domain_unit;
219
220/// Types for the `GetEnvironment` operation.
221pub mod get_environment;
222
223/// Types for the `GetEnvironmentAction` operation.
224pub mod get_environment_action;
225
226/// Types for the `GetEnvironmentBlueprint` operation.
227pub mod get_environment_blueprint;
228
229/// Types for the `GetEnvironmentBlueprintConfiguration` operation.
230pub mod get_environment_blueprint_configuration;
231
232/// Types for the `GetEnvironmentCredentials` operation.
233pub mod get_environment_credentials;
234
235/// Types for the `GetEnvironmentProfile` operation.
236pub mod get_environment_profile;
237
238/// Types for the `GetFormType` operation.
239pub mod get_form_type;
240
241/// Types for the `GetGlossary` operation.
242pub mod get_glossary;
243
244/// Types for the `GetGlossaryTerm` operation.
245pub mod get_glossary_term;
246
247/// Types for the `GetGroupProfile` operation.
248pub mod get_group_profile;
249
250/// Types for the `GetIamPortalLoginUrl` operation.
251pub mod get_iam_portal_login_url;
252
253/// Types for the `GetJobRun` operation.
254pub mod get_job_run;
255
256/// Types for the `GetLineageEvent` operation.
257pub mod get_lineage_event;
258
259/// Types for the `GetLineageNode` operation.
260pub mod get_lineage_node;
261
262/// Types for the `GetListing` operation.
263pub mod get_listing;
264
265/// Types for the `GetMetadataGenerationRun` operation.
266pub mod get_metadata_generation_run;
267
268/// Types for the `GetProject` operation.
269pub mod get_project;
270
271/// Types for the `GetProjectProfile` operation.
272pub mod get_project_profile;
273
274/// Types for the `GetRule` operation.
275pub mod get_rule;
276
277/// Types for the `GetSubscription` operation.
278pub mod get_subscription;
279
280/// Types for the `GetSubscriptionGrant` operation.
281pub mod get_subscription_grant;
282
283/// Types for the `GetSubscriptionRequestDetails` operation.
284pub mod get_subscription_request_details;
285
286/// Types for the `GetSubscriptionTarget` operation.
287pub mod get_subscription_target;
288
289/// Types for the `GetTimeSeriesDataPoint` operation.
290pub mod get_time_series_data_point;
291
292/// Types for the `GetUserProfile` operation.
293pub mod get_user_profile;
294
295/// Types for the `ListAccountPools` operation.
296pub mod list_account_pools;
297
298/// Types for the `ListAccountsInAccountPool` operation.
299pub mod list_accounts_in_account_pool;
300
301/// Types for the `ListAssetFilters` operation.
302pub mod list_asset_filters;
303
304/// Types for the `ListAssetRevisions` operation.
305pub mod list_asset_revisions;
306
307/// Types for the `ListConnections` operation.
308pub mod list_connections;
309
310/// Types for the `ListDataProductRevisions` operation.
311pub mod list_data_product_revisions;
312
313/// Types for the `ListDataSourceRunActivities` operation.
314pub mod list_data_source_run_activities;
315
316/// Types for the `ListDataSourceRuns` operation.
317pub mod list_data_source_runs;
318
319/// Types for the `ListDataSources` operation.
320pub mod list_data_sources;
321
322/// Types for the `ListDomainUnitsForParent` operation.
323pub mod list_domain_units_for_parent;
324
325/// Types for the `ListDomains` operation.
326pub mod list_domains;
327
328/// Types for the `ListEntityOwners` operation.
329pub mod list_entity_owners;
330
331/// Types for the `ListEnvironmentActions` operation.
332pub mod list_environment_actions;
333
334/// Types for the `ListEnvironmentBlueprintConfigurations` operation.
335pub mod list_environment_blueprint_configurations;
336
337/// Types for the `ListEnvironmentBlueprints` operation.
338pub mod list_environment_blueprints;
339
340/// Types for the `ListEnvironmentProfiles` operation.
341pub mod list_environment_profiles;
342
343/// Types for the `ListEnvironments` operation.
344pub mod list_environments;
345
346/// Types for the `ListJobRuns` operation.
347pub mod list_job_runs;
348
349/// Types for the `ListLineageEvents` operation.
350pub mod list_lineage_events;
351
352/// Types for the `ListLineageNodeHistory` operation.
353pub mod list_lineage_node_history;
354
355/// Types for the `ListMetadataGenerationRuns` operation.
356pub mod list_metadata_generation_runs;
357
358/// Types for the `ListNotifications` operation.
359pub mod list_notifications;
360
361/// Types for the `ListPolicyGrants` operation.
362pub mod list_policy_grants;
363
364/// Types for the `ListProjectMemberships` operation.
365pub mod list_project_memberships;
366
367/// Types for the `ListProjectProfiles` operation.
368pub mod list_project_profiles;
369
370/// Types for the `ListProjects` operation.
371pub mod list_projects;
372
373/// Types for the `ListRules` operation.
374pub mod list_rules;
375
376/// Types for the `ListSubscriptionGrants` operation.
377pub mod list_subscription_grants;
378
379/// Types for the `ListSubscriptionRequests` operation.
380pub mod list_subscription_requests;
381
382/// Types for the `ListSubscriptionTargets` operation.
383pub mod list_subscription_targets;
384
385/// Types for the `ListSubscriptions` operation.
386pub mod list_subscriptions;
387
388/// Types for the `ListTagsForResource` operation.
389pub mod list_tags_for_resource;
390
391/// Types for the `ListTimeSeriesDataPoints` operation.
392pub mod list_time_series_data_points;
393
394/// Types for the `PostLineageEvent` operation.
395pub mod post_lineage_event;
396
397/// Types for the `PostTimeSeriesDataPoints` operation.
398pub mod post_time_series_data_points;
399
400/// Types for the `PutEnvironmentBlueprintConfiguration` operation.
401pub mod put_environment_blueprint_configuration;
402
403/// Types for the `RejectPredictions` operation.
404pub mod reject_predictions;
405
406/// Types for the `RejectSubscriptionRequest` operation.
407pub mod reject_subscription_request;
408
409/// Types for the `RemoveEntityOwner` operation.
410pub mod remove_entity_owner;
411
412/// Types for the `RemovePolicyGrant` operation.
413pub mod remove_policy_grant;
414
415/// Types for the `RevokeSubscription` operation.
416pub mod revoke_subscription;
417
418/// Types for the `Search` operation.
419pub mod search;
420
421/// Types for the `SearchGroupProfiles` operation.
422pub mod search_group_profiles;
423
424/// Types for the `SearchListings` operation.
425pub mod search_listings;
426
427/// Types for the `SearchTypes` operation.
428pub mod search_types;
429
430/// Types for the `SearchUserProfiles` operation.
431pub mod search_user_profiles;
432
433/// Types for the `StartDataSourceRun` operation.
434pub mod start_data_source_run;
435
436/// Types for the `StartMetadataGenerationRun` operation.
437pub mod start_metadata_generation_run;
438
439/// Types for the `TagResource` operation.
440pub mod tag_resource;
441
442/// Types for the `UntagResource` operation.
443pub mod untag_resource;
444
445/// Types for the `UpdateAccountPool` operation.
446pub mod update_account_pool;
447
448/// Types for the `UpdateAssetFilter` operation.
449pub mod update_asset_filter;
450
451/// Types for the `UpdateConnection` operation.
452pub mod update_connection;
453
454/// Types for the `UpdateDataSource` operation.
455pub mod update_data_source;
456
457/// Types for the `UpdateDomain` operation.
458pub mod update_domain;
459
460/// Types for the `UpdateDomainUnit` operation.
461pub mod update_domain_unit;
462
463/// Types for the `UpdateEnvironment` operation.
464pub mod update_environment;
465
466/// Types for the `UpdateEnvironmentAction` operation.
467pub mod update_environment_action;
468
469/// Types for the `UpdateEnvironmentProfile` operation.
470pub mod update_environment_profile;
471
472/// Types for the `UpdateGlossary` operation.
473pub mod update_glossary;
474
475/// Types for the `UpdateGlossaryTerm` operation.
476pub mod update_glossary_term;
477
478/// Types for the `UpdateGroupProfile` operation.
479pub mod update_group_profile;
480
481/// Types for the `UpdateProject` operation.
482pub mod update_project;
483
484/// Types for the `UpdateProjectProfile` operation.
485pub mod update_project_profile;
486
487/// Types for the `UpdateRule` operation.
488pub mod update_rule;
489
490/// Types for the `UpdateSubscriptionGrantStatus` operation.
491pub mod update_subscription_grant_status;
492
493/// Types for the `UpdateSubscriptionRequest` operation.
494pub mod update_subscription_request;
495
496/// Types for the `UpdateSubscriptionTarget` operation.
497pub mod update_subscription_target;
498
499/// Types for the `UpdateUserProfile` operation.
500pub mod update_user_profile;