aws_sdk_dataexchange/
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 `AcceptDataGrant` operation.
5pub mod accept_data_grant;
6
7/// Types for the `CancelJob` operation.
8pub mod cancel_job;
9
10/// Types for the `CreateDataGrant` operation.
11pub mod create_data_grant;
12
13/// Types for the `CreateDataSet` operation.
14pub mod create_data_set;
15
16/// Types for the `CreateEventAction` operation.
17pub mod create_event_action;
18
19/// Types for the `CreateJob` operation.
20pub mod create_job;
21
22/// Types for the `CreateRevision` operation.
23pub mod create_revision;
24
25/// Types for the `DeleteAsset` operation.
26pub mod delete_asset;
27
28/// Types for the `DeleteDataGrant` operation.
29pub mod delete_data_grant;
30
31/// Types for the `DeleteDataSet` operation.
32pub mod delete_data_set;
33
34/// Types for the `DeleteEventAction` operation.
35pub mod delete_event_action;
36
37/// Types for the `DeleteRevision` operation.
38pub mod delete_revision;
39
40/// Types for the `GetAsset` operation.
41pub mod get_asset;
42
43/// Types for the `GetDataGrant` operation.
44pub mod get_data_grant;
45
46/// Types for the `GetDataSet` operation.
47pub mod get_data_set;
48
49/// Types for the `GetEventAction` operation.
50pub mod get_event_action;
51
52/// Types for the `GetJob` operation.
53pub mod get_job;
54
55/// Types for the `GetReceivedDataGrant` operation.
56pub mod get_received_data_grant;
57
58/// Types for the `GetRevision` operation.
59pub mod get_revision;
60
61/// Types for the `ListDataGrants` operation.
62pub mod list_data_grants;
63
64/// Types for the `ListDataSetRevisions` operation.
65pub mod list_data_set_revisions;
66
67/// Types for the `ListDataSets` operation.
68pub mod list_data_sets;
69
70/// Types for the `ListEventActions` operation.
71pub mod list_event_actions;
72
73/// Types for the `ListJobs` operation.
74pub mod list_jobs;
75
76/// Types for the `ListReceivedDataGrants` operation.
77pub mod list_received_data_grants;
78
79/// Types for the `ListRevisionAssets` operation.
80pub mod list_revision_assets;
81
82/// Types for the `ListTagsForResource` operation.
83pub mod list_tags_for_resource;
84
85/// Types for the `RevokeRevision` operation.
86pub mod revoke_revision;
87
88/// Types for the `SendApiAsset` operation.
89pub mod send_api_asset;
90
91/// Types for the `SendDataSetNotification` operation.
92pub mod send_data_set_notification;
93
94/// Types for the `StartJob` operation.
95pub mod start_job;
96
97/// Types for the `TagResource` operation.
98pub mod tag_resource;
99
100/// Types for the `UntagResource` operation.
101pub mod untag_resource;
102
103/// Types for the `UpdateAsset` operation.
104pub mod update_asset;
105
106/// Types for the `UpdateDataSet` operation.
107pub mod update_data_set;
108
109/// Types for the `UpdateEventAction` operation.
110pub mod update_event_action;
111
112/// Types for the `UpdateRevision` operation.
113pub mod update_revision;