@aws-sdk/client-dataexchange 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/DataExchange.js +125 -118
- package/dist-es/DataExchangeClient.js +28 -22
- package/dist-es/commands/CancelJobCommand.js +29 -22
- package/dist-es/commands/CreateDataSetCommand.js +28 -21
- package/dist-es/commands/CreateEventActionCommand.js +28 -21
- package/dist-es/commands/CreateJobCommand.js +28 -21
- package/dist-es/commands/CreateRevisionCommand.js +28 -21
- package/dist-es/commands/DeleteAssetCommand.js +29 -22
- package/dist-es/commands/DeleteDataSetCommand.js +29 -22
- package/dist-es/commands/DeleteEventActionCommand.js +29 -22
- package/dist-es/commands/DeleteRevisionCommand.js +29 -22
- package/dist-es/commands/GetAssetCommand.js +28 -21
- package/dist-es/commands/GetDataSetCommand.js +28 -21
- package/dist-es/commands/GetEventActionCommand.js +28 -21
- package/dist-es/commands/GetJobCommand.js +28 -21
- package/dist-es/commands/GetRevisionCommand.js +28 -21
- package/dist-es/commands/ListDataSetRevisionsCommand.js +28 -21
- package/dist-es/commands/ListDataSetsCommand.js +28 -21
- package/dist-es/commands/ListEventActionsCommand.js +28 -21
- package/dist-es/commands/ListJobsCommand.js +28 -21
- package/dist-es/commands/ListRevisionAssetsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/RevokeRevisionCommand.js +28 -21
- package/dist-es/commands/SendApiAssetCommand.js +28 -21
- package/dist-es/commands/StartJobCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateAssetCommand.js +28 -21
- package/dist-es/commands/UpdateDataSetCommand.js +28 -21
- package/dist-es/commands/UpdateEventActionCommand.js +28 -21
- package/dist-es/commands/UpdateRevisionCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DataExchangeServiceException.js +10 -5
- package/dist-es/models/models_0.js +182 -361
- package/dist-es/pagination/ListDataSetRevisionsPaginator.js +68 -25
- package/dist-es/pagination/ListDataSetsPaginator.js +68 -25
- package/dist-es/pagination/ListEventActionsPaginator.js +68 -25
- package/dist-es/pagination/ListJobsPaginator.js +68 -25
- package/dist-es/pagination/ListRevisionAssetsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +3362 -2541
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,17 +1,18 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { DataExchangeServiceException as __BaseException } from "./DataExchangeServiceException";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
|
-
this.Message = opts.Message;
|
|
3
|
+
var AccessDeniedException = (function (_super) {
|
|
4
|
+
__extends(AccessDeniedException, _super);
|
|
5
|
+
function AccessDeniedException(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "AccessDeniedException";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
10
|
+
_this.Message = opts.Message;
|
|
11
|
+
return _this;
|
|
13
12
|
}
|
|
14
|
-
|
|
13
|
+
return AccessDeniedException;
|
|
14
|
+
}(__BaseException));
|
|
15
|
+
export { AccessDeniedException };
|
|
15
16
|
export var ServerSideEncryptionTypes;
|
|
16
17
|
(function (ServerSideEncryptionTypes) {
|
|
17
18
|
ServerSideEncryptionTypes["AES256"] = "AES256";
|
|
@@ -35,81 +36,81 @@ export var ResourceType;
|
|
|
35
36
|
ResourceType["JOB"] = "JOB";
|
|
36
37
|
ResourceType["REVISION"] = "REVISION";
|
|
37
38
|
})(ResourceType || (ResourceType = {}));
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
this.ResourceId = opts.ResourceId;
|
|
50
|
-
this.ResourceType = opts.ResourceType;
|
|
39
|
+
var ConflictException = (function (_super) {
|
|
40
|
+
__extends(ConflictException, _super);
|
|
41
|
+
function ConflictException(opts) {
|
|
42
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
43
|
+
_this.name = "ConflictException";
|
|
44
|
+
_this.$fault = "client";
|
|
45
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
46
|
+
_this.Message = opts.Message;
|
|
47
|
+
_this.ResourceId = opts.ResourceId;
|
|
48
|
+
_this.ResourceType = opts.ResourceType;
|
|
49
|
+
return _this;
|
|
51
50
|
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
51
|
+
return ConflictException;
|
|
52
|
+
}(__BaseException));
|
|
53
|
+
export { ConflictException };
|
|
54
|
+
var InternalServerException = (function (_super) {
|
|
55
|
+
__extends(InternalServerException, _super);
|
|
56
|
+
function InternalServerException(opts) {
|
|
57
|
+
var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
|
|
58
|
+
_this.name = "InternalServerException";
|
|
59
|
+
_this.$fault = "server";
|
|
60
|
+
Object.setPrototypeOf(_this, InternalServerException.prototype);
|
|
61
|
+
_this.Message = opts.Message;
|
|
62
|
+
return _this;
|
|
64
63
|
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
64
|
+
return InternalServerException;
|
|
65
|
+
}(__BaseException));
|
|
66
|
+
export { InternalServerException };
|
|
67
|
+
var ResourceNotFoundException = (function (_super) {
|
|
68
|
+
__extends(ResourceNotFoundException, _super);
|
|
69
|
+
function ResourceNotFoundException(opts) {
|
|
70
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
71
|
+
_this.name = "ResourceNotFoundException";
|
|
72
|
+
_this.$fault = "client";
|
|
73
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
74
|
+
_this.Message = opts.Message;
|
|
75
|
+
_this.ResourceId = opts.ResourceId;
|
|
76
|
+
_this.ResourceType = opts.ResourceType;
|
|
77
|
+
return _this;
|
|
79
78
|
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
79
|
+
return ResourceNotFoundException;
|
|
80
|
+
}(__BaseException));
|
|
81
|
+
export { ResourceNotFoundException };
|
|
82
|
+
var ThrottlingException = (function (_super) {
|
|
83
|
+
__extends(ThrottlingException, _super);
|
|
84
|
+
function ThrottlingException(opts) {
|
|
85
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
86
|
+
_this.name = "ThrottlingException";
|
|
87
|
+
_this.$fault = "client";
|
|
88
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
89
|
+
_this.Message = opts.Message;
|
|
90
|
+
return _this;
|
|
92
91
|
}
|
|
93
|
-
|
|
92
|
+
return ThrottlingException;
|
|
93
|
+
}(__BaseException));
|
|
94
|
+
export { ThrottlingException };
|
|
94
95
|
export var ExceptionCause;
|
|
95
96
|
(function (ExceptionCause) {
|
|
96
97
|
ExceptionCause["InsufficientS3BucketPolicy"] = "InsufficientS3BucketPolicy";
|
|
97
98
|
ExceptionCause["S3AccessDenied"] = "S3AccessDenied";
|
|
98
99
|
})(ExceptionCause || (ExceptionCause = {}));
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
this.Message = opts.Message;
|
|
110
|
-
this.ExceptionCause = opts.ExceptionCause;
|
|
100
|
+
var ValidationException = (function (_super) {
|
|
101
|
+
__extends(ValidationException, _super);
|
|
102
|
+
function ValidationException(opts) {
|
|
103
|
+
var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
|
|
104
|
+
_this.name = "ValidationException";
|
|
105
|
+
_this.$fault = "client";
|
|
106
|
+
Object.setPrototypeOf(_this, ValidationException.prototype);
|
|
107
|
+
_this.Message = opts.Message;
|
|
108
|
+
_this.ExceptionCause = opts.ExceptionCause;
|
|
109
|
+
return _this;
|
|
111
110
|
}
|
|
112
|
-
|
|
111
|
+
return ValidationException;
|
|
112
|
+
}(__BaseException));
|
|
113
|
+
export { ValidationException };
|
|
113
114
|
export var Code;
|
|
114
115
|
(function (Code) {
|
|
115
116
|
Code["ACCESS_DENIED_EXCEPTION"] = "ACCESS_DENIED_EXCEPTION";
|
|
@@ -150,21 +151,21 @@ export var LimitName;
|
|
|
150
151
|
LimitName["Revisions_per_Amazon_Redshift_datashare_data_set"] = "Revisions per Amazon Redshift datashare data set";
|
|
151
152
|
LimitName["Revisions_per_data_set"] = "Revisions per data set";
|
|
152
153
|
})(LimitName || (LimitName = {}));
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
this.LimitValue = opts.LimitValue;
|
|
165
|
-
this.Message = opts.Message;
|
|
154
|
+
var ServiceLimitExceededException = (function (_super) {
|
|
155
|
+
__extends(ServiceLimitExceededException, _super);
|
|
156
|
+
function ServiceLimitExceededException(opts) {
|
|
157
|
+
var _this = _super.call(this, __assign({ name: "ServiceLimitExceededException", $fault: "client" }, opts)) || this;
|
|
158
|
+
_this.name = "ServiceLimitExceededException";
|
|
159
|
+
_this.$fault = "client";
|
|
160
|
+
Object.setPrototypeOf(_this, ServiceLimitExceededException.prototype);
|
|
161
|
+
_this.LimitName = opts.LimitName;
|
|
162
|
+
_this.LimitValue = opts.LimitValue;
|
|
163
|
+
_this.Message = opts.Message;
|
|
164
|
+
return _this;
|
|
166
165
|
}
|
|
167
|
-
|
|
166
|
+
return ServiceLimitExceededException;
|
|
167
|
+
}(__BaseException));
|
|
168
|
+
export { ServiceLimitExceededException };
|
|
168
169
|
export var Type;
|
|
169
170
|
(function (Type) {
|
|
170
171
|
Type["EXPORT_ASSETS_TO_S3"] = "EXPORT_ASSETS_TO_S3";
|
|
@@ -196,273 +197,93 @@ export var State;
|
|
|
196
197
|
State["TIMED_OUT"] = "TIMED_OUT";
|
|
197
198
|
State["WAITING"] = "WAITING";
|
|
198
199
|
})(State || (State = {}));
|
|
199
|
-
export
|
|
200
|
-
|
|
201
|
-
});
|
|
202
|
-
export
|
|
203
|
-
|
|
204
|
-
});
|
|
205
|
-
export
|
|
206
|
-
|
|
207
|
-
});
|
|
208
|
-
export
|
|
209
|
-
|
|
210
|
-
});
|
|
211
|
-
export
|
|
212
|
-
|
|
213
|
-
});
|
|
214
|
-
export
|
|
215
|
-
|
|
216
|
-
});
|
|
217
|
-
export
|
|
218
|
-
|
|
219
|
-
});
|
|
220
|
-
export
|
|
221
|
-
|
|
222
|
-
});
|
|
223
|
-
export
|
|
224
|
-
|
|
225
|
-
});
|
|
226
|
-
export
|
|
227
|
-
|
|
228
|
-
});
|
|
229
|
-
export
|
|
230
|
-
|
|
231
|
-
});
|
|
232
|
-
export
|
|
233
|
-
|
|
234
|
-
});
|
|
235
|
-
export
|
|
236
|
-
|
|
237
|
-
});
|
|
238
|
-
export
|
|
239
|
-
|
|
240
|
-
});
|
|
241
|
-
export
|
|
242
|
-
|
|
243
|
-
});
|
|
244
|
-
export
|
|
245
|
-
|
|
246
|
-
});
|
|
247
|
-
export
|
|
248
|
-
|
|
249
|
-
});
|
|
250
|
-
export
|
|
251
|
-
|
|
252
|
-
});
|
|
253
|
-
export
|
|
254
|
-
|
|
255
|
-
});
|
|
256
|
-
export
|
|
257
|
-
|
|
258
|
-
});
|
|
259
|
-
export
|
|
260
|
-
|
|
261
|
-
});
|
|
262
|
-
export
|
|
263
|
-
|
|
264
|
-
});
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
});
|
|
268
|
-
export
|
|
269
|
-
|
|
270
|
-
});
|
|
271
|
-
export
|
|
272
|
-
|
|
273
|
-
});
|
|
274
|
-
export
|
|
275
|
-
|
|
276
|
-
});
|
|
277
|
-
export
|
|
278
|
-
|
|
279
|
-
});
|
|
280
|
-
export
|
|
281
|
-
|
|
282
|
-
});
|
|
283
|
-
export
|
|
284
|
-
|
|
285
|
-
});
|
|
286
|
-
export
|
|
287
|
-
|
|
288
|
-
});
|
|
289
|
-
export const ExportAssetsToS3ResponseDetailsFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
export const ExportAssetToSignedUrlResponseDetailsFilterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
});
|
|
295
|
-
export const ExportRevisionsToS3ResponseDetailsFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
export const ImportAssetFromApiGatewayApiResponseDetailsFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
});
|
|
301
|
-
export const ImportAssetFromSignedUrlResponseDetailsFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
export const ImportAssetsFromRedshiftDataSharesResponseDetailsFilterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
export const ImportAssetsFromS3ResponseDetailsFilterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
});
|
|
310
|
-
export const ResponseDetailsFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
});
|
|
313
|
-
export const ImportAssetFromSignedUrlJobErrorDetailsFilterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
export const DetailsFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
});
|
|
319
|
-
export const JobErrorFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
});
|
|
322
|
-
export const CreateJobResponseFilterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
});
|
|
325
|
-
export const CreateRevisionRequestFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
});
|
|
328
|
-
export const CreateRevisionResponseFilterSensitiveLog = (obj) => ({
|
|
329
|
-
...obj,
|
|
330
|
-
});
|
|
331
|
-
export const DeleteAssetRequestFilterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
export const DeleteDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
export const DeleteEventActionRequestFilterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
export const DeleteRevisionRequestFilterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
});
|
|
343
|
-
export const GetAssetRequestFilterSensitiveLog = (obj) => ({
|
|
344
|
-
...obj,
|
|
345
|
-
});
|
|
346
|
-
export const GetAssetResponseFilterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
export const GetDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
});
|
|
352
|
-
export const GetDataSetResponseFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
export const GetEventActionRequestFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
|
-
export const GetEventActionResponseFilterSensitiveLog = (obj) => ({
|
|
359
|
-
...obj,
|
|
360
|
-
});
|
|
361
|
-
export const GetJobRequestFilterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
export const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
export const GetRevisionRequestFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
export const GetRevisionResponseFilterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
export const ListDataSetRevisionsRequestFilterSensitiveLog = (obj) => ({
|
|
374
|
-
...obj,
|
|
375
|
-
});
|
|
376
|
-
export const RevisionEntryFilterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
export const ListDataSetRevisionsResponseFilterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
export const ListDataSetsRequestFilterSensitiveLog = (obj) => ({
|
|
383
|
-
...obj,
|
|
384
|
-
});
|
|
385
|
-
export const DataSetEntryFilterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
export const ListDataSetsResponseFilterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
export const ListEventActionsRequestFilterSensitiveLog = (obj) => ({
|
|
392
|
-
...obj,
|
|
393
|
-
});
|
|
394
|
-
export const EventActionEntryFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
export const ListEventActionsResponseFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
export const ListJobsRequestFilterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
export const JobEntryFilterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
});
|
|
406
|
-
export const ListJobsResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
-
...obj,
|
|
408
|
-
});
|
|
409
|
-
export const ListRevisionAssetsRequestFilterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
});
|
|
412
|
-
export const ListRevisionAssetsResponseFilterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
});
|
|
415
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
export const RevokeRevisionRequestFilterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
|
-
export const RevokeRevisionResponseFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
export const SendApiAssetRequestFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
export const SendApiAssetResponseFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
export const StartJobRequestFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
export const StartJobResponseFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
|
-
export const UpdateAssetRequestFilterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
export const UpdateAssetResponseFilterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
});
|
|
451
|
-
export const UpdateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
});
|
|
454
|
-
export const UpdateDataSetResponseFilterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
export const UpdateEventActionRequestFilterSensitiveLog = (obj) => ({
|
|
458
|
-
...obj,
|
|
459
|
-
});
|
|
460
|
-
export const UpdateEventActionResponseFilterSensitiveLog = (obj) => ({
|
|
461
|
-
...obj,
|
|
462
|
-
});
|
|
463
|
-
export const UpdateRevisionRequestFilterSensitiveLog = (obj) => ({
|
|
464
|
-
...obj,
|
|
465
|
-
});
|
|
466
|
-
export const UpdateRevisionResponseFilterSensitiveLog = (obj) => ({
|
|
467
|
-
...obj,
|
|
468
|
-
});
|
|
200
|
+
export var ExportServerSideEncryptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var AutoExportRevisionDestinationEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var AutoExportRevisionToS3RequestDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var ActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var ApiGatewayApiAssetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var AssetDestinationEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var RedshiftDataShareAssetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var S3SnapshotAssetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var AssetDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var AssetEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var AssetSourceEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var CancelJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var CreateDataSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var OriginDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var CreateDataSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var RevisionPublishedFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var EventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var CreateEventActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var CreateEventActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var ExportAssetsToS3RequestDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var ExportAssetToSignedUrlRequestDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var RevisionDestinationEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var ExportRevisionsToS3RequestDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var ImportAssetFromApiGatewayApiRequestDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var ImportAssetFromSignedUrlRequestDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var RedshiftDataShareAssetSourceEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var ImportAssetsFromRedshiftDataSharesRequestDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var ImportAssetsFromS3RequestDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var RequestDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var CreateJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var ExportAssetsToS3ResponseDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var ExportAssetToSignedUrlResponseDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var ExportRevisionsToS3ResponseDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var ImportAssetFromApiGatewayApiResponseDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var ImportAssetFromSignedUrlResponseDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var ImportAssetsFromRedshiftDataSharesResponseDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var ImportAssetsFromS3ResponseDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var ResponseDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var ImportAssetFromSignedUrlJobErrorDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var DetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var JobErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var CreateJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var CreateRevisionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var CreateRevisionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var DeleteAssetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var DeleteDataSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var DeleteEventActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var DeleteRevisionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var GetAssetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var GetAssetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var GetDataSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var GetDataSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var GetEventActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var GetEventActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var GetJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var GetJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var GetRevisionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var GetRevisionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var ListDataSetRevisionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var RevisionEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var ListDataSetRevisionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var ListDataSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var DataSetEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var ListDataSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var ListEventActionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var EventActionEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var ListEventActionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var ListJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var JobEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var ListJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var ListRevisionAssetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var ListRevisionAssetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var RevokeRevisionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var RevokeRevisionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var SendApiAssetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var SendApiAssetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var StartJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var StartJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var UpdateAssetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var UpdateAssetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var UpdateDataSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var UpdateDataSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var UpdateEventActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var UpdateEventActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var UpdateRevisionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var UpdateRevisionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|