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

/// Types for the `AcceptDataGrant` operation.
pub mod accept_data_grant;

/// Types for the `CancelJob` operation.
pub mod cancel_job;

/// Types for the `CreateDataGrant` operation.
pub mod create_data_grant;

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

/// Types for the `CreateEventAction` operation.
pub mod create_event_action;

/// Types for the `CreateJob` operation.
pub mod create_job;

/// Types for the `CreateRevision` operation.
pub mod create_revision;

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

/// Types for the `DeleteDataGrant` operation.
pub mod delete_data_grant;

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

/// Types for the `DeleteEventAction` operation.
pub mod delete_event_action;

/// Types for the `DeleteRevision` operation.
pub mod delete_revision;

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

/// Types for the `GetDataGrant` operation.
pub mod get_data_grant;

/// Types for the `GetDataSet` operation.
pub mod get_data_set;

/// Types for the `GetEventAction` operation.
pub mod get_event_action;

/// Types for the `GetJob` operation.
pub mod get_job;

/// Types for the `GetReceivedDataGrant` operation.
pub mod get_received_data_grant;

/// Types for the `GetRevision` operation.
pub mod get_revision;

/// Types for the `ListDataGrants` operation.
pub mod list_data_grants;

/// Types for the `ListDataSetRevisions` operation.
pub mod list_data_set_revisions;

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

/// Types for the `ListEventActions` operation.
pub mod list_event_actions;

/// Types for the `ListJobs` operation.
pub mod list_jobs;

/// Types for the `ListReceivedDataGrants` operation.
pub mod list_received_data_grants;

/// Types for the `ListRevisionAssets` operation.
pub mod list_revision_assets;

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

/// Types for the `RevokeRevision` operation.
pub mod revoke_revision;

/// Types for the `SendApiAsset` operation.
pub mod send_api_asset;

/// Types for the `SendDataSetNotification` operation.
pub mod send_data_set_notification;

/// Types for the `StartJob` operation.
pub mod start_job;

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

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

/// Types for the `UpdateAsset` operation.
pub mod update_asset;

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

/// Types for the `UpdateEventAction` operation.
pub mod update_event_action;

/// Types for the `UpdateRevision` operation.
pub mod update_revision;