@aws-sdk/client-dataexchange 3.936.0 → 3.940.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +166 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +143 -0
- package/dist-es/models/models_0.js +1 -143
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +319 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -319
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +178 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +21 -178
- package/package.json +5 -5
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const AcceptanceStateFilterValue: {
|
|
6
|
+
readonly ACCEPTED: "ACCEPTED";
|
|
7
|
+
readonly PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE";
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export type AcceptanceStateFilterValue = (typeof AcceptanceStateFilterValue)[keyof typeof AcceptanceStateFilterValue];
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @enum
|
|
16
|
+
*/
|
|
17
|
+
export declare const DataGrantAcceptanceState: {
|
|
18
|
+
readonly ACCEPTED: "ACCEPTED";
|
|
19
|
+
readonly PENDING_RECEIVER_ACCEPTANCE: "PENDING_RECEIVER_ACCEPTANCE";
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export type DataGrantAcceptanceState = (typeof DataGrantAcceptanceState)[keyof typeof DataGrantAcceptanceState];
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* @enum
|
|
28
|
+
*/
|
|
29
|
+
export declare const GrantDistributionScope: {
|
|
30
|
+
readonly AWS_ORGANIZATION: "AWS_ORGANIZATION";
|
|
31
|
+
readonly NONE: "NONE";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export type GrantDistributionScope = (typeof GrantDistributionScope)[keyof typeof GrantDistributionScope];
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* @enum
|
|
40
|
+
*/
|
|
41
|
+
export declare const ResourceType: {
|
|
42
|
+
readonly ASSET: "ASSET";
|
|
43
|
+
readonly DATA_GRANT: "DATA_GRANT";
|
|
44
|
+
readonly DATA_SET: "DATA_SET";
|
|
45
|
+
readonly EVENT_ACTION: "EVENT_ACTION";
|
|
46
|
+
readonly JOB: "JOB";
|
|
47
|
+
readonly REVISION: "REVISION";
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
* @enum
|
|
56
|
+
*/
|
|
57
|
+
export declare const ExceptionCause: {
|
|
58
|
+
readonly InsufficientS3BucketPolicy: "InsufficientS3BucketPolicy";
|
|
59
|
+
readonly S3AccessDenied: "S3AccessDenied";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export type ExceptionCause = (typeof ExceptionCause)[keyof typeof ExceptionCause];
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
* @enum
|
|
68
|
+
*/
|
|
69
|
+
export declare const ServerSideEncryptionTypes: {
|
|
70
|
+
readonly AES256: "AES256";
|
|
71
|
+
readonly aws_kms: "aws:kms";
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export type ServerSideEncryptionTypes = (typeof ServerSideEncryptionTypes)[keyof typeof ServerSideEncryptionTypes];
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @enum
|
|
80
|
+
*/
|
|
81
|
+
export declare const ProtocolType: {
|
|
82
|
+
readonly REST: "REST";
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export type ProtocolType = (typeof ProtocolType)[keyof typeof ProtocolType];
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
* @enum
|
|
91
|
+
*/
|
|
92
|
+
export declare const LFResourceType: {
|
|
93
|
+
readonly DATABASE: "DATABASE";
|
|
94
|
+
readonly TABLE: "TABLE";
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export type LFResourceType = (typeof LFResourceType)[keyof typeof LFResourceType];
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
* @enum
|
|
103
|
+
*/
|
|
104
|
+
export declare const LakeFormationDataPermissionType: {
|
|
105
|
+
readonly LFTagPolicy: "LFTagPolicy";
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export type LakeFormationDataPermissionType = (typeof LakeFormationDataPermissionType)[keyof typeof LakeFormationDataPermissionType];
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
* @enum
|
|
114
|
+
*/
|
|
115
|
+
export declare const LFPermission: {
|
|
116
|
+
readonly DESCRIBE: "DESCRIBE";
|
|
117
|
+
readonly SELECT: "SELECT";
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
export type LFPermission = (typeof LFPermission)[keyof typeof LFPermission];
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
* @enum
|
|
126
|
+
*/
|
|
127
|
+
export declare const AssetType: {
|
|
128
|
+
readonly API_GATEWAY_API: "API_GATEWAY_API";
|
|
129
|
+
readonly LAKE_FORMATION_DATA_PERMISSION: "LAKE_FORMATION_DATA_PERMISSION";
|
|
130
|
+
readonly REDSHIFT_DATA_SHARE: "REDSHIFT_DATA_SHARE";
|
|
131
|
+
readonly S3_DATA_ACCESS: "S3_DATA_ACCESS";
|
|
132
|
+
readonly S3_SNAPSHOT: "S3_SNAPSHOT";
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
export type AssetType = (typeof AssetType)[keyof typeof AssetType];
|
|
138
|
+
/**
|
|
139
|
+
* @public
|
|
140
|
+
* @enum
|
|
141
|
+
*/
|
|
142
|
+
export declare const Code: {
|
|
143
|
+
readonly ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION";
|
|
144
|
+
readonly INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION";
|
|
145
|
+
readonly MALWARE_DETECTED: "MALWARE_DETECTED";
|
|
146
|
+
readonly MALWARE_SCAN_ENCRYPTED_FILE: "MALWARE_SCAN_ENCRYPTED_FILE";
|
|
147
|
+
readonly RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION";
|
|
148
|
+
readonly SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION";
|
|
149
|
+
readonly VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION";
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
export type Code = (typeof Code)[keyof typeof Code];
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
* @enum
|
|
158
|
+
*/
|
|
159
|
+
export declare const LimitName: {
|
|
160
|
+
readonly AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision";
|
|
161
|
+
readonly Active_and_pending_data_grants: "Active and pending data grants";
|
|
162
|
+
readonly Amazon_API_Gateway_API_assets_per_revision: "Amazon API Gateway API assets per revision";
|
|
163
|
+
readonly Amazon_Redshift_datashare_assets_per_import_job_from_Redshift: "Amazon Redshift datashare assets per import job from Redshift";
|
|
164
|
+
readonly Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision";
|
|
165
|
+
readonly Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision";
|
|
166
|
+
readonly Asset_per_export_job_from_Amazon_S3: "Asset per export job from Amazon S3";
|
|
167
|
+
readonly Asset_size_in_GB: "Asset size in GB";
|
|
168
|
+
readonly Assets_per_import_job_from_Amazon_S3: "Assets per import job from Amazon S3";
|
|
169
|
+
readonly Assets_per_revision: "Assets per revision";
|
|
170
|
+
readonly Auto_export_event_actions_per_data_set: "Auto export event actions per data set";
|
|
171
|
+
readonly Concurrent_in_progress_jobs_to_create_Amazon_S3_data_access_assets_from_S3_buckets: "Concurrent in progress jobs to create Amazon S3 data access assets from S3 buckets";
|
|
172
|
+
readonly Concurrent_in_progress_jobs_to_export_assets_to_Amazon_S3: "Concurrent in progress jobs to export assets to Amazon S3";
|
|
173
|
+
readonly Concurrent_in_progress_jobs_to_export_assets_to_a_signed_URL: "Concurrent in progress jobs to export assets to a signed URL";
|
|
174
|
+
readonly Concurrent_in_progress_jobs_to_export_revisions_to_Amazon_S3: "Concurrent in progress jobs to export revisions to Amazon S3";
|
|
175
|
+
readonly Concurrent_in_progress_jobs_to_import_assets_from_Amazon_Redshift_datashares: "Concurrent in progress jobs to import assets from Amazon Redshift datashares";
|
|
176
|
+
readonly Concurrent_in_progress_jobs_to_import_assets_from_Amazon_S3: "Concurrent in progress jobs to import assets from Amazon S3";
|
|
177
|
+
readonly Concurrent_in_progress_jobs_to_import_assets_from_a_signed_URL: "Concurrent in progress jobs to import assets from a signed URL";
|
|
178
|
+
readonly Concurrent_in_progress_jobs_to_import_assets_from_an_API_Gateway_API: "Concurrent in progress jobs to import assets from an API Gateway API";
|
|
179
|
+
readonly Concurrent_in_progress_jobs_to_import_assets_from_an_AWS_Lake_Formation_tag_policy: "Concurrent in progress jobs to import assets from an AWS Lake Formation tag policy";
|
|
180
|
+
readonly Data_sets_per_account: "Data sets per account";
|
|
181
|
+
readonly Data_sets_per_product: "Data sets per product";
|
|
182
|
+
readonly Event_actions_per_account: "Event actions per account";
|
|
183
|
+
readonly Pending_data_grants_per_consumer: "Pending data grants per consumer";
|
|
184
|
+
readonly Products_per_account: "Products per account";
|
|
185
|
+
readonly Revisions_per_AWS_Lake_Formation_data_permission_data_set: "Revisions per AWS Lake Formation data permission data set";
|
|
186
|
+
readonly Revisions_per_Amazon_API_Gateway_API_data_set: "Revisions per Amazon API Gateway API data set";
|
|
187
|
+
readonly Revisions_per_Amazon_Redshift_datashare_data_set: "Revisions per Amazon Redshift datashare data set";
|
|
188
|
+
readonly Revisions_per_Amazon_S3_data_access_data_set: "Revisions per Amazon S3 data access data set";
|
|
189
|
+
readonly Revisions_per_data_set: "Revisions per data set";
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
export type LimitName = (typeof LimitName)[keyof typeof LimitName];
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
* @enum
|
|
198
|
+
*/
|
|
199
|
+
export declare const Origin: {
|
|
200
|
+
readonly ENTITLED: "ENTITLED";
|
|
201
|
+
readonly OWNED: "OWNED";
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
export type Origin = (typeof Origin)[keyof typeof Origin];
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
* @enum
|
|
210
|
+
*/
|
|
211
|
+
export declare const DatabaseLFTagPolicyPermission: {
|
|
212
|
+
readonly DESCRIBE: "DESCRIBE";
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
export type DatabaseLFTagPolicyPermission = (typeof DatabaseLFTagPolicyPermission)[keyof typeof DatabaseLFTagPolicyPermission];
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
* @enum
|
|
221
|
+
*/
|
|
222
|
+
export declare const TableTagPolicyLFPermission: {
|
|
223
|
+
readonly DESCRIBE: "DESCRIBE";
|
|
224
|
+
readonly SELECT: "SELECT";
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
export type TableTagPolicyLFPermission = (typeof TableTagPolicyLFPermission)[keyof typeof TableTagPolicyLFPermission];
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
* @enum
|
|
233
|
+
*/
|
|
234
|
+
export declare const Type: {
|
|
235
|
+
readonly CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET: "CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET";
|
|
236
|
+
readonly EXPORT_ASSETS_TO_S3: "EXPORT_ASSETS_TO_S3";
|
|
237
|
+
readonly EXPORT_ASSET_TO_SIGNED_URL: "EXPORT_ASSET_TO_SIGNED_URL";
|
|
238
|
+
readonly EXPORT_REVISIONS_TO_S3: "EXPORT_REVISIONS_TO_S3";
|
|
239
|
+
readonly IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY: "IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY";
|
|
240
|
+
readonly IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES: "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES";
|
|
241
|
+
readonly IMPORT_ASSETS_FROM_S3: "IMPORT_ASSETS_FROM_S3";
|
|
242
|
+
readonly IMPORT_ASSET_FROM_API_GATEWAY_API: "IMPORT_ASSET_FROM_API_GATEWAY_API";
|
|
243
|
+
readonly IMPORT_ASSET_FROM_SIGNED_URL: "IMPORT_ASSET_FROM_SIGNED_URL";
|
|
244
|
+
};
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
export type Type = (typeof Type)[keyof typeof Type];
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
* @enum
|
|
252
|
+
*/
|
|
253
|
+
export declare const JobErrorLimitName: {
|
|
254
|
+
readonly AWS_Lake_Formation_data_permission_assets_per_revision: "AWS Lake Formation data permission assets per revision";
|
|
255
|
+
readonly Amazon_Redshift_datashare_assets_per_revision: "Amazon Redshift datashare assets per revision";
|
|
256
|
+
readonly Amazon_S3_data_access_assets_per_revision: "Amazon S3 data access assets per revision";
|
|
257
|
+
readonly Asset_size_in_GB: "Asset size in GB";
|
|
258
|
+
readonly Assets_per_revision: "Assets per revision";
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
export type JobErrorLimitName = (typeof JobErrorLimitName)[keyof typeof JobErrorLimitName];
|
|
264
|
+
/**
|
|
265
|
+
* @public
|
|
266
|
+
* @enum
|
|
267
|
+
*/
|
|
268
|
+
export declare const JobErrorResourceTypes: {
|
|
269
|
+
readonly ASSET: "ASSET";
|
|
270
|
+
readonly DATA_SET: "DATA_SET";
|
|
271
|
+
readonly REVISION: "REVISION";
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export type JobErrorResourceTypes = (typeof JobErrorResourceTypes)[keyof typeof JobErrorResourceTypes];
|
|
277
|
+
/**
|
|
278
|
+
* @public
|
|
279
|
+
* @enum
|
|
280
|
+
*/
|
|
281
|
+
export declare const State: {
|
|
282
|
+
readonly CANCELLED: "CANCELLED";
|
|
283
|
+
readonly COMPLETED: "COMPLETED";
|
|
284
|
+
readonly ERROR: "ERROR";
|
|
285
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
286
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
287
|
+
readonly WAITING: "WAITING";
|
|
288
|
+
};
|
|
289
|
+
/**
|
|
290
|
+
* @public
|
|
291
|
+
*/
|
|
292
|
+
export type State = (typeof State)[keyof typeof State];
|
|
293
|
+
/**
|
|
294
|
+
* @public
|
|
295
|
+
* @enum
|
|
296
|
+
*/
|
|
297
|
+
export declare const SchemaChangeType: {
|
|
298
|
+
readonly ADD: "ADD";
|
|
299
|
+
readonly MODIFY: "MODIFY";
|
|
300
|
+
readonly REMOVE: "REMOVE";
|
|
301
|
+
};
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
export type SchemaChangeType = (typeof SchemaChangeType)[keyof typeof SchemaChangeType];
|
|
306
|
+
/**
|
|
307
|
+
* @public
|
|
308
|
+
* @enum
|
|
309
|
+
*/
|
|
310
|
+
export declare const NotificationType: {
|
|
311
|
+
readonly DATA_DELAY: "DATA_DELAY";
|
|
312
|
+
readonly DATA_UPDATE: "DATA_UPDATE";
|
|
313
|
+
readonly DEPRECATION: "DEPRECATION";
|
|
314
|
+
readonly SCHEMA_CHANGE: "SCHEMA_CHANGE";
|
|
315
|
+
};
|
|
316
|
+
/**
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
319
|
+
export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { DataExchangeServiceException as __BaseException } from "./DataExchangeServiceException";
|
|
3
|
-
import { ExceptionCause, LimitName, ResourceType } from "./
|
|
3
|
+
import { ExceptionCause, LimitName, ResourceType } from "./enums";
|
|
4
4
|
/**
|
|
5
5
|
* <p>Access to the resource is denied.</p>
|
|
6
6
|
* @public
|