aws_sdk_dataexchange/
types.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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_exception_cause::ExceptionCause;

pub use crate::types::_resource_type::ResourceType;

pub use crate::types::_event::Event;

pub use crate::types::_revision_published::RevisionPublished;

pub use crate::types::_action::Action;

pub use crate::types::_auto_export_revision_to_s3_request_details::AutoExportRevisionToS3RequestDetails;

pub use crate::types::_auto_export_revision_destination_entry::AutoExportRevisionDestinationEntry;

pub use crate::types::_export_server_side_encryption::ExportServerSideEncryption;

pub use crate::types::_server_side_encryption_types::ServerSideEncryptionTypes;

pub use crate::types::_origin_details::OriginDetails;

pub use crate::types::_origin::Origin;

pub use crate::types::_asset_type::AssetType;

pub use crate::types::_asset_details::AssetDetails;

pub use crate::types::_lake_formation_data_permission_asset::LakeFormationDataPermissionAsset;

pub use crate::types::_lf_permission::LfPermission;

pub use crate::types::_lake_formation_data_permission_type::LakeFormationDataPermissionType;

pub use crate::types::_lake_formation_data_permission_details::LakeFormationDataPermissionDetails;

pub use crate::types::_lf_tag_policy_details::LfTagPolicyDetails;

pub use crate::types::_lf_resource_details::LfResourceDetails;

pub use crate::types::_table_lf_tag_policy::TableLfTagPolicy;

pub use crate::types::_lf_tag::LfTag;

pub use crate::types::_database_lf_tag_policy::DatabaseLfTagPolicy;

pub use crate::types::_lf_resource_type::LfResourceType;

pub use crate::types::_s3_data_access_asset::S3DataAccessAsset;

pub use crate::types::_kms_key_to_grant::KmsKeyToGrant;

pub use crate::types::_api_gateway_api_asset::ApiGatewayApiAsset;

pub use crate::types::_protocol_type::ProtocolType;

pub use crate::types::_redshift_data_share_asset::RedshiftDataShareAsset;

pub use crate::types::_s3_snapshot_asset::S3SnapshotAsset;

pub use crate::types::_notification_type::NotificationType;

pub use crate::types::_notification_details::NotificationDetails;

pub use crate::types::_schema_change_request_details::SchemaChangeRequestDetails;

pub use crate::types::_schema_change_details::SchemaChangeDetails;

pub use crate::types::_schema_change_type::SchemaChangeType;

pub use crate::types::_deprecation_request_details::DeprecationRequestDetails;

pub use crate::types::_data_update_request_details::DataUpdateRequestDetails;

pub use crate::types::_scope_details::ScopeDetails;

pub use crate::types::_s3_data_access_details::S3DataAccessDetails;

pub use crate::types::_redshift_data_share_details::RedshiftDataShareDetails;

pub use crate::types::_lake_formation_tag_policy_details::LakeFormationTagPolicyDetails;

pub use crate::types::_asset_entry::AssetEntry;

pub use crate::types::_received_data_grant_summaries_entry::ReceivedDataGrantSummariesEntry;

pub use crate::types::_data_grant_acceptance_state::DataGrantAcceptanceState;

pub use crate::types::_acceptance_state_filter_value::AcceptanceStateFilterValue;

pub use crate::types::_job_entry::JobEntry;

pub use crate::types::_type_::Type;

pub use crate::types::_state::State;

pub use crate::types::_job_error::JobError;

pub use crate::types::_job_error_resource_types::JobErrorResourceTypes;

pub use crate::types::_job_error_limit_name::JobErrorLimitName;

pub use crate::types::_details::Details;

pub use crate::types::_asset_source_entry::AssetSourceEntry;

pub use crate::types::_import_asset_from_signed_url_job_error_details::ImportAssetFromSignedUrlJobErrorDetails;

pub use crate::types::_code::Code;

pub use crate::types::_response_details::ResponseDetails;

pub use crate::types::_import_assets_from_lake_formation_tag_policy_response_details::ImportAssetsFromLakeFormationTagPolicyResponseDetails;

pub use crate::types::_table_lf_tag_policy_and_permissions::TableLfTagPolicyAndPermissions;

pub use crate::types::_table_tag_policy_lf_permission::TableTagPolicyLfPermission;

pub use crate::types::_database_lf_tag_policy_and_permissions::DatabaseLfTagPolicyAndPermissions;

pub use crate::types::_database_lf_tag_policy_permission::DatabaseLfTagPolicyPermission;

pub use crate::types::_create_s3_data_access_from_s3_bucket_response_details::CreateS3DataAccessFromS3BucketResponseDetails;

pub use crate::types::_s3_data_access_asset_source_entry::S3DataAccessAssetSourceEntry;

pub use crate::types::_import_asset_from_api_gateway_api_response_details::ImportAssetFromApiGatewayApiResponseDetails;

pub use crate::types::_import_assets_from_redshift_data_shares_response_details::ImportAssetsFromRedshiftDataSharesResponseDetails;

pub use crate::types::_redshift_data_share_asset_source_entry::RedshiftDataShareAssetSourceEntry;

pub use crate::types::_import_assets_from_s3_response_details::ImportAssetsFromS3ResponseDetails;

pub use crate::types::_import_asset_from_signed_url_response_details::ImportAssetFromSignedUrlResponseDetails;

pub use crate::types::_export_revisions_to_s3_response_details::ExportRevisionsToS3ResponseDetails;

pub use crate::types::_revision_destination_entry::RevisionDestinationEntry;

pub use crate::types::_export_assets_to_s3_response_details::ExportAssetsToS3ResponseDetails;

pub use crate::types::_asset_destination_entry::AssetDestinationEntry;

pub use crate::types::_export_asset_to_signed_url_response_details::ExportAssetToSignedUrlResponseDetails;

pub use crate::types::_event_action_entry::EventActionEntry;

pub use crate::types::_data_set_entry::DataSetEntry;

pub use crate::types::_revision_entry::RevisionEntry;

pub use crate::types::_data_grant_summary_entry::DataGrantSummaryEntry;

pub use crate::types::_grant_distribution_scope::GrantDistributionScope;

pub use crate::types::_request_details::RequestDetails;

pub use crate::types::_import_assets_from_lake_formation_tag_policy_request_details::ImportAssetsFromLakeFormationTagPolicyRequestDetails;

pub use crate::types::_create_s3_data_access_from_s3_bucket_request_details::CreateS3DataAccessFromS3BucketRequestDetails;

pub use crate::types::_import_asset_from_api_gateway_api_request_details::ImportAssetFromApiGatewayApiRequestDetails;

pub use crate::types::_import_assets_from_redshift_data_shares_request_details::ImportAssetsFromRedshiftDataSharesRequestDetails;

pub use crate::types::_import_assets_from_s3_request_details::ImportAssetsFromS3RequestDetails;

pub use crate::types::_import_asset_from_signed_url_request_details::ImportAssetFromSignedUrlRequestDetails;

pub use crate::types::_export_revisions_to_s3_request_details::ExportRevisionsToS3RequestDetails;

pub use crate::types::_export_assets_to_s3_request_details::ExportAssetsToS3RequestDetails;

pub use crate::types::_export_asset_to_signed_url_request_details::ExportAssetToSignedUrlRequestDetails;

pub use crate::types::_limit_name::LimitName;

mod _acceptance_state_filter_value;

mod _action;

mod _api_gateway_api_asset;

mod _asset_destination_entry;

mod _asset_details;

mod _asset_entry;

mod _asset_source_entry;

mod _asset_type;

mod _auto_export_revision_destination_entry;

mod _auto_export_revision_to_s3_request_details;

mod _code;

mod _create_s3_data_access_from_s3_bucket_request_details;

mod _create_s3_data_access_from_s3_bucket_response_details;

mod _data_grant_acceptance_state;

mod _data_grant_summary_entry;

mod _data_set_entry;

mod _data_update_request_details;

mod _database_lf_tag_policy;

mod _database_lf_tag_policy_and_permissions;

mod _database_lf_tag_policy_permission;

mod _deprecation_request_details;

mod _details;

mod _event;

mod _event_action_entry;

mod _exception_cause;

mod _export_asset_to_signed_url_request_details;

mod _export_asset_to_signed_url_response_details;

mod _export_assets_to_s3_request_details;

mod _export_assets_to_s3_response_details;

mod _export_revisions_to_s3_request_details;

mod _export_revisions_to_s3_response_details;

mod _export_server_side_encryption;

mod _grant_distribution_scope;

mod _import_asset_from_api_gateway_api_request_details;

mod _import_asset_from_api_gateway_api_response_details;

mod _import_asset_from_signed_url_job_error_details;

mod _import_asset_from_signed_url_request_details;

mod _import_asset_from_signed_url_response_details;

mod _import_assets_from_lake_formation_tag_policy_request_details;

mod _import_assets_from_lake_formation_tag_policy_response_details;

mod _import_assets_from_redshift_data_shares_request_details;

mod _import_assets_from_redshift_data_shares_response_details;

mod _import_assets_from_s3_request_details;

mod _import_assets_from_s3_response_details;

mod _job_entry;

mod _job_error;

mod _job_error_limit_name;

mod _job_error_resource_types;

mod _kms_key_to_grant;

mod _lake_formation_data_permission_asset;

mod _lake_formation_data_permission_details;

mod _lake_formation_data_permission_type;

mod _lake_formation_tag_policy_details;

mod _lf_permission;

mod _lf_resource_details;

mod _lf_resource_type;

mod _lf_tag;

mod _lf_tag_policy_details;

mod _limit_name;

mod _notification_details;

mod _notification_type;

mod _origin;

mod _origin_details;

mod _protocol_type;

mod _received_data_grant_summaries_entry;

mod _redshift_data_share_asset;

mod _redshift_data_share_asset_source_entry;

mod _redshift_data_share_details;

mod _request_details;

mod _resource_type;

mod _response_details;

mod _revision_destination_entry;

mod _revision_entry;

mod _revision_published;

mod _s3_data_access_asset;

mod _s3_data_access_asset_source_entry;

mod _s3_data_access_details;

mod _s3_snapshot_asset;

mod _schema_change_details;

mod _schema_change_request_details;

mod _schema_change_type;

mod _scope_details;

mod _server_side_encryption_types;

mod _state;

mod _table_lf_tag_policy;

mod _table_lf_tag_policy_and_permissions;

mod _table_tag_policy_lf_permission;

mod _type_;

/// Builders
pub mod builders;

/// Error types that AWS Data Exchange can respond with.
pub mod error;