@aws-sdk/client-supplychain 3.927.0 → 3.929.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 +1426 -1364
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/SupplyChainClient.js +2 -0
- package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +3 -9
- package/dist-es/commands/CreateDataIntegrationFlowCommand.js +3 -10
- package/dist-es/commands/CreateDataLakeDatasetCommand.js +3 -9
- package/dist-es/commands/CreateDataLakeNamespaceCommand.js +3 -9
- package/dist-es/commands/CreateInstanceCommand.js +3 -9
- package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +3 -9
- package/dist-es/commands/DeleteDataLakeDatasetCommand.js +3 -9
- package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +3 -9
- package/dist-es/commands/DeleteInstanceCommand.js +3 -9
- package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +3 -9
- package/dist-es/commands/GetDataIntegrationEventCommand.js +3 -9
- package/dist-es/commands/GetDataIntegrationFlowCommand.js +3 -10
- package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +3 -9
- package/dist-es/commands/GetDataLakeDatasetCommand.js +3 -9
- package/dist-es/commands/GetDataLakeNamespaceCommand.js +3 -9
- package/dist-es/commands/GetInstanceCommand.js +3 -9
- package/dist-es/commands/ListDataIntegrationEventsCommand.js +3 -9
- package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +3 -9
- package/dist-es/commands/ListDataIntegrationFlowsCommand.js +3 -10
- package/dist-es/commands/ListDataLakeDatasetsCommand.js +3 -9
- package/dist-es/commands/ListDataLakeNamespacesCommand.js +3 -9
- package/dist-es/commands/ListInstancesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/SendDataIntegrationEventCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +3 -10
- package/dist-es/commands/UpdateDataLakeDatasetCommand.js +3 -9
- package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +3 -9
- package/dist-es/commands/UpdateInstanceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -45
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1354 -0
- package/dist-types/SupplyChainClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -36
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +150 -0
- package/dist-types/ts3.4/SupplyChainClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -27
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +156 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -1087
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -272
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -365
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
|
-
var uuid = require('@smithy/uuid');
|
|
20
18
|
|
|
21
19
|
const resolveClientEndpointParameters = (options) => {
|
|
22
20
|
return Object.assign(options, {
|
|
@@ -92,6 +90,7 @@ class SupplyChainClient extends smithyClient.Client {
|
|
|
92
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
93
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
94
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
95
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
96
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
97
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -111,14 +110,14 @@ class SupplyChainClient extends smithyClient.Client {
|
|
|
111
110
|
}
|
|
112
111
|
}
|
|
113
112
|
|
|
114
|
-
class SupplyChainServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let SupplyChainServiceException$1 = class SupplyChainServiceException extends smithyClient.ServiceException {
|
|
115
114
|
constructor(options) {
|
|
116
115
|
super(options);
|
|
117
116
|
Object.setPrototypeOf(this, SupplyChainServiceException.prototype);
|
|
118
117
|
}
|
|
119
|
-
}
|
|
118
|
+
};
|
|
120
119
|
|
|
121
|
-
class AccessDeniedException extends SupplyChainServiceException {
|
|
120
|
+
let AccessDeniedException$1 = class AccessDeniedException extends SupplyChainServiceException$1 {
|
|
122
121
|
name = "AccessDeniedException";
|
|
123
122
|
$fault = "client";
|
|
124
123
|
constructor(opts) {
|
|
@@ -129,7 +128,7 @@ class AccessDeniedException extends SupplyChainServiceException {
|
|
|
129
128
|
});
|
|
130
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
130
|
}
|
|
132
|
-
}
|
|
131
|
+
};
|
|
133
132
|
const ConfigurationJobStatus = {
|
|
134
133
|
FAILED: "FAILED",
|
|
135
134
|
IN_PROGRESS: "IN_PROGRESS",
|
|
@@ -137,7 +136,7 @@ const ConfigurationJobStatus = {
|
|
|
137
136
|
QUEUED: "QUEUED",
|
|
138
137
|
SUCCESS: "SUCCESS",
|
|
139
138
|
};
|
|
140
|
-
class ConflictException extends SupplyChainServiceException {
|
|
139
|
+
let ConflictException$1 = class ConflictException extends SupplyChainServiceException$1 {
|
|
141
140
|
name = "ConflictException";
|
|
142
141
|
$fault = "client";
|
|
143
142
|
constructor(opts) {
|
|
@@ -148,8 +147,8 @@ class ConflictException extends SupplyChainServiceException {
|
|
|
148
147
|
});
|
|
149
148
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
150
149
|
}
|
|
151
|
-
}
|
|
152
|
-
class InternalServerException extends SupplyChainServiceException {
|
|
150
|
+
};
|
|
151
|
+
let InternalServerException$1 = class InternalServerException extends SupplyChainServiceException$1 {
|
|
153
152
|
name = "InternalServerException";
|
|
154
153
|
$fault = "server";
|
|
155
154
|
$retryable = {};
|
|
@@ -161,8 +160,8 @@ class InternalServerException extends SupplyChainServiceException {
|
|
|
161
160
|
});
|
|
162
161
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
163
162
|
}
|
|
164
|
-
}
|
|
165
|
-
class ResourceNotFoundException extends SupplyChainServiceException {
|
|
163
|
+
};
|
|
164
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends SupplyChainServiceException$1 {
|
|
166
165
|
name = "ResourceNotFoundException";
|
|
167
166
|
$fault = "client";
|
|
168
167
|
constructor(opts) {
|
|
@@ -173,8 +172,8 @@ class ResourceNotFoundException extends SupplyChainServiceException {
|
|
|
173
172
|
});
|
|
174
173
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
175
174
|
}
|
|
176
|
-
}
|
|
177
|
-
class ServiceQuotaExceededException extends SupplyChainServiceException {
|
|
175
|
+
};
|
|
176
|
+
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends SupplyChainServiceException$1 {
|
|
178
177
|
name = "ServiceQuotaExceededException";
|
|
179
178
|
$fault = "client";
|
|
180
179
|
constructor(opts) {
|
|
@@ -185,8 +184,8 @@ class ServiceQuotaExceededException extends SupplyChainServiceException {
|
|
|
185
184
|
});
|
|
186
185
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
187
186
|
}
|
|
188
|
-
}
|
|
189
|
-
class ThrottlingException extends SupplyChainServiceException {
|
|
187
|
+
};
|
|
188
|
+
let ThrottlingException$1 = class ThrottlingException extends SupplyChainServiceException$1 {
|
|
190
189
|
name = "ThrottlingException";
|
|
191
190
|
$fault = "client";
|
|
192
191
|
$retryable = {
|
|
@@ -200,8 +199,8 @@ class ThrottlingException extends SupplyChainServiceException {
|
|
|
200
199
|
});
|
|
201
200
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
202
201
|
}
|
|
203
|
-
}
|
|
204
|
-
class ValidationException extends SupplyChainServiceException {
|
|
202
|
+
};
|
|
203
|
+
let ValidationException$1 = class ValidationException extends SupplyChainServiceException$1 {
|
|
205
204
|
name = "ValidationException";
|
|
206
205
|
$fault = "client";
|
|
207
206
|
constructor(opts) {
|
|
@@ -212,7 +211,7 @@ class ValidationException extends SupplyChainServiceException {
|
|
|
212
211
|
});
|
|
213
212
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
214
213
|
}
|
|
215
|
-
}
|
|
214
|
+
};
|
|
216
215
|
const DataIntegrationFlowFieldPriorityDedupeSortOrder = {
|
|
217
216
|
ASC: "ASC",
|
|
218
217
|
DESC: "DESC",
|
|
@@ -296,1146 +295,1363 @@ const DataIntegrationFlowExecutionStatus = {
|
|
|
296
295
|
IN_PROGRESS: "IN_PROGRESS",
|
|
297
296
|
SUCCEEDED: "SUCCEEDED",
|
|
298
297
|
};
|
|
299
|
-
const DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
...(obj.query && { query: smithyClient.SENSITIVE_STRING }),
|
|
302
|
-
});
|
|
303
|
-
const DataIntegrationFlowTransformationFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
...(obj.sqlTransformation && {
|
|
306
|
-
sqlTransformation: DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog(obj.sqlTransformation),
|
|
307
|
-
}),
|
|
308
|
-
});
|
|
309
|
-
const CreateDataIntegrationFlowRequestFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
...(obj.transformation && {
|
|
312
|
-
transformation: DataIntegrationFlowTransformationFilterSensitiveLog(obj.transformation),
|
|
313
|
-
}),
|
|
314
|
-
});
|
|
315
|
-
const DataIntegrationFlowFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
...(obj.transformation && {
|
|
318
|
-
transformation: DataIntegrationFlowTransformationFilterSensitiveLog(obj.transformation),
|
|
319
|
-
}),
|
|
320
|
-
});
|
|
321
|
-
const GetDataIntegrationFlowResponseFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
...(obj.flow && { flow: DataIntegrationFlowFilterSensitiveLog(obj.flow) }),
|
|
324
|
-
});
|
|
325
|
-
const ListDataIntegrationFlowsResponseFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
...(obj.flows && { flows: obj.flows.map((item) => DataIntegrationFlowFilterSensitiveLog(item)) }),
|
|
328
|
-
});
|
|
329
|
-
const UpdateDataIntegrationFlowRequestFilterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
...(obj.transformation && {
|
|
332
|
-
transformation: DataIntegrationFlowTransformationFilterSensitiveLog(obj.transformation),
|
|
333
|
-
}),
|
|
334
|
-
});
|
|
335
|
-
const UpdateDataIntegrationFlowResponseFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
...(obj.flow && { flow: DataIntegrationFlowFilterSensitiveLog(obj.flow) }),
|
|
338
|
-
});
|
|
339
|
-
const SendDataIntegrationEventRequestFilterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
...(obj.data && { data: smithyClient.SENSITIVE_STRING }),
|
|
342
|
-
});
|
|
343
298
|
|
|
344
|
-
const
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
const
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
const
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
const
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
const
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
const
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
const
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
const
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
const
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
const
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
const
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
const
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
const
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
};
|
|
511
|
-
const se_GetDataLakeDatasetCommand = async (input, context) => {
|
|
512
|
-
const b = core.requestBuilder(input, context);
|
|
513
|
-
const headers = {};
|
|
514
|
-
b.bp("/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}");
|
|
515
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
516
|
-
b.p("namespace", () => input.namespace, "{namespace}", false);
|
|
517
|
-
b.p("name", () => input.name, "{name}", false);
|
|
518
|
-
let body;
|
|
519
|
-
b.m("GET").h(headers).b(body);
|
|
520
|
-
return b.build();
|
|
521
|
-
};
|
|
522
|
-
const se_GetDataLakeNamespaceCommand = async (input, context) => {
|
|
523
|
-
const b = core.requestBuilder(input, context);
|
|
524
|
-
const headers = {};
|
|
525
|
-
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
526
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
527
|
-
b.p("name", () => input.name, "{name}", false);
|
|
528
|
-
let body;
|
|
529
|
-
b.m("GET").h(headers).b(body);
|
|
530
|
-
return b.build();
|
|
531
|
-
};
|
|
532
|
-
const se_GetInstanceCommand = async (input, context) => {
|
|
533
|
-
const b = core.requestBuilder(input, context);
|
|
534
|
-
const headers = {};
|
|
535
|
-
b.bp("/api/instance/{instanceId}");
|
|
536
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
537
|
-
let body;
|
|
538
|
-
b.m("GET").h(headers).b(body);
|
|
539
|
-
return b.build();
|
|
540
|
-
};
|
|
541
|
-
const se_ListDataIntegrationEventsCommand = async (input, context) => {
|
|
542
|
-
const b = core.requestBuilder(input, context);
|
|
543
|
-
const headers = {};
|
|
544
|
-
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-events");
|
|
545
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
546
|
-
const query = smithyClient.map({
|
|
547
|
-
[_eT]: [, input[_eT]],
|
|
548
|
-
[_nT]: [, input[_nT]],
|
|
549
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
550
|
-
});
|
|
551
|
-
let body;
|
|
552
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
553
|
-
return b.build();
|
|
554
|
-
};
|
|
555
|
-
const se_ListDataIntegrationFlowExecutionsCommand = async (input, context) => {
|
|
556
|
-
const b = core.requestBuilder(input, context);
|
|
557
|
-
const headers = {};
|
|
558
|
-
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-flows/{flowName}/executions");
|
|
559
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
560
|
-
b.p("flowName", () => input.flowName, "{flowName}", false);
|
|
561
|
-
const query = smithyClient.map({
|
|
562
|
-
[_nT]: [, input[_nT]],
|
|
563
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
564
|
-
});
|
|
565
|
-
let body;
|
|
566
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
567
|
-
return b.build();
|
|
568
|
-
};
|
|
569
|
-
const se_ListDataIntegrationFlowsCommand = async (input, context) => {
|
|
570
|
-
const b = core.requestBuilder(input, context);
|
|
571
|
-
const headers = {};
|
|
572
|
-
b.bp("/api/data-integration/instance/{instanceId}/data-integration-flows");
|
|
573
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
574
|
-
const query = smithyClient.map({
|
|
575
|
-
[_nT]: [, input[_nT]],
|
|
576
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
577
|
-
});
|
|
578
|
-
let body;
|
|
579
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
580
|
-
return b.build();
|
|
581
|
-
};
|
|
582
|
-
const se_ListDataLakeDatasetsCommand = async (input, context) => {
|
|
583
|
-
const b = core.requestBuilder(input, context);
|
|
584
|
-
const headers = {};
|
|
585
|
-
b.bp("/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets");
|
|
586
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
587
|
-
b.p("namespace", () => input.namespace, "{namespace}", false);
|
|
588
|
-
const query = smithyClient.map({
|
|
589
|
-
[_nT]: [, input[_nT]],
|
|
590
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
591
|
-
});
|
|
592
|
-
let body;
|
|
593
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
594
|
-
return b.build();
|
|
595
|
-
};
|
|
596
|
-
const se_ListDataLakeNamespacesCommand = async (input, context) => {
|
|
597
|
-
const b = core.requestBuilder(input, context);
|
|
598
|
-
const headers = {};
|
|
599
|
-
b.bp("/api/datalake/instance/{instanceId}/namespaces");
|
|
600
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
601
|
-
const query = smithyClient.map({
|
|
602
|
-
[_nT]: [, input[_nT]],
|
|
603
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
604
|
-
});
|
|
605
|
-
let body;
|
|
606
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
607
|
-
return b.build();
|
|
608
|
-
};
|
|
609
|
-
const se_ListInstancesCommand = async (input, context) => {
|
|
610
|
-
const b = core.requestBuilder(input, context);
|
|
611
|
-
const headers = {};
|
|
612
|
-
b.bp("/api/instance");
|
|
613
|
-
const query = smithyClient.map({
|
|
614
|
-
[_nT]: [, input[_nT]],
|
|
615
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
616
|
-
[_iNF]: [() => input.instanceNameFilter !== void 0, () => input[_iNF] || []],
|
|
617
|
-
[_iSF]: [() => input.instanceStateFilter !== void 0, () => input[_iSF] || []],
|
|
618
|
-
});
|
|
619
|
-
let body;
|
|
620
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
621
|
-
return b.build();
|
|
622
|
-
};
|
|
623
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
624
|
-
const b = core.requestBuilder(input, context);
|
|
625
|
-
const headers = {};
|
|
626
|
-
b.bp("/api/tags/{resourceArn}");
|
|
627
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
628
|
-
let body;
|
|
629
|
-
b.m("GET").h(headers).b(body);
|
|
630
|
-
return b.build();
|
|
631
|
-
};
|
|
632
|
-
const se_SendDataIntegrationEventCommand = async (input, context) => {
|
|
633
|
-
const b = core.requestBuilder(input, context);
|
|
634
|
-
const headers = {
|
|
635
|
-
"content-type": "application/json",
|
|
636
|
-
};
|
|
637
|
-
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-events");
|
|
638
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
639
|
-
let body;
|
|
640
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
641
|
-
clientToken: [true, (_) => _ ?? uuid.v4()],
|
|
642
|
-
data: [],
|
|
643
|
-
datasetTarget: (_) => smithyClient._json(_),
|
|
644
|
-
eventGroupId: [],
|
|
645
|
-
eventTimestamp: (_) => _.getTime() / 1_000,
|
|
646
|
-
eventType: [],
|
|
647
|
-
}));
|
|
648
|
-
b.m("POST").h(headers).b(body);
|
|
649
|
-
return b.build();
|
|
650
|
-
};
|
|
651
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
652
|
-
const b = core.requestBuilder(input, context);
|
|
653
|
-
const headers = {
|
|
654
|
-
"content-type": "application/json",
|
|
655
|
-
};
|
|
656
|
-
b.bp("/api/tags/{resourceArn}");
|
|
657
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
658
|
-
let body;
|
|
659
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
660
|
-
tags: (_) => smithyClient._json(_),
|
|
661
|
-
}));
|
|
662
|
-
b.m("POST").h(headers).b(body);
|
|
663
|
-
return b.build();
|
|
664
|
-
};
|
|
665
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
666
|
-
const b = core.requestBuilder(input, context);
|
|
667
|
-
const headers = {};
|
|
668
|
-
b.bp("/api/tags/{resourceArn}");
|
|
669
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
670
|
-
const query = smithyClient.map({
|
|
671
|
-
[_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
|
|
672
|
-
});
|
|
673
|
-
let body;
|
|
674
|
-
b.m("DELETE").h(headers).q(query).b(body);
|
|
675
|
-
return b.build();
|
|
676
|
-
};
|
|
677
|
-
const se_UpdateDataIntegrationFlowCommand = async (input, context) => {
|
|
678
|
-
const b = core.requestBuilder(input, context);
|
|
679
|
-
const headers = {
|
|
680
|
-
"content-type": "application/json",
|
|
681
|
-
};
|
|
682
|
-
b.bp("/api/data-integration/instance/{instanceId}/data-integration-flows/{name}");
|
|
683
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
684
|
-
b.p("name", () => input.name, "{name}", false);
|
|
685
|
-
let body;
|
|
686
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
687
|
-
sources: (_) => smithyClient._json(_),
|
|
688
|
-
target: (_) => smithyClient._json(_),
|
|
689
|
-
transformation: (_) => smithyClient._json(_),
|
|
690
|
-
}));
|
|
691
|
-
b.m("PATCH").h(headers).b(body);
|
|
692
|
-
return b.build();
|
|
693
|
-
};
|
|
694
|
-
const se_UpdateDataLakeDatasetCommand = async (input, context) => {
|
|
695
|
-
const b = core.requestBuilder(input, context);
|
|
696
|
-
const headers = {
|
|
697
|
-
"content-type": "application/json",
|
|
698
|
-
};
|
|
699
|
-
b.bp("/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}");
|
|
700
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
701
|
-
b.p("namespace", () => input.namespace, "{namespace}", false);
|
|
702
|
-
b.p("name", () => input.name, "{name}", false);
|
|
703
|
-
let body;
|
|
704
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
705
|
-
description: [],
|
|
706
|
-
}));
|
|
707
|
-
b.m("PATCH").h(headers).b(body);
|
|
708
|
-
return b.build();
|
|
709
|
-
};
|
|
710
|
-
const se_UpdateDataLakeNamespaceCommand = async (input, context) => {
|
|
711
|
-
const b = core.requestBuilder(input, context);
|
|
712
|
-
const headers = {
|
|
713
|
-
"content-type": "application/json",
|
|
714
|
-
};
|
|
715
|
-
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
716
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
717
|
-
b.p("name", () => input.name, "{name}", false);
|
|
718
|
-
let body;
|
|
719
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
720
|
-
description: [],
|
|
721
|
-
}));
|
|
722
|
-
b.m("PATCH").h(headers).b(body);
|
|
723
|
-
return b.build();
|
|
724
|
-
};
|
|
725
|
-
const se_UpdateInstanceCommand = async (input, context) => {
|
|
726
|
-
const b = core.requestBuilder(input, context);
|
|
727
|
-
const headers = {
|
|
728
|
-
"content-type": "application/json",
|
|
729
|
-
};
|
|
730
|
-
b.bp("/api/instance/{instanceId}");
|
|
731
|
-
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
732
|
-
let body;
|
|
733
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
734
|
-
instanceDescription: [],
|
|
735
|
-
instanceName: [],
|
|
736
|
-
}));
|
|
737
|
-
b.m("PATCH").h(headers).b(body);
|
|
738
|
-
return b.build();
|
|
739
|
-
};
|
|
740
|
-
const de_CreateBillOfMaterialsImportJobCommand = async (output, context) => {
|
|
741
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
742
|
-
return de_CommandError(output, context);
|
|
743
|
-
}
|
|
744
|
-
const contents = smithyClient.map({
|
|
745
|
-
$metadata: deserializeMetadata(output),
|
|
746
|
-
});
|
|
747
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
748
|
-
const doc = smithyClient.take(data, {
|
|
749
|
-
jobId: smithyClient.expectString,
|
|
750
|
-
});
|
|
751
|
-
Object.assign(contents, doc);
|
|
752
|
-
return contents;
|
|
753
|
-
};
|
|
754
|
-
const de_CreateDataIntegrationFlowCommand = async (output, context) => {
|
|
755
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
756
|
-
return de_CommandError(output, context);
|
|
757
|
-
}
|
|
758
|
-
const contents = smithyClient.map({
|
|
759
|
-
$metadata: deserializeMetadata(output),
|
|
760
|
-
});
|
|
761
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
762
|
-
const doc = smithyClient.take(data, {
|
|
763
|
-
instanceId: smithyClient.expectString,
|
|
764
|
-
name: smithyClient.expectString,
|
|
765
|
-
});
|
|
766
|
-
Object.assign(contents, doc);
|
|
767
|
-
return contents;
|
|
768
|
-
};
|
|
769
|
-
const de_CreateDataLakeDatasetCommand = async (output, context) => {
|
|
770
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
771
|
-
return de_CommandError(output, context);
|
|
772
|
-
}
|
|
773
|
-
const contents = smithyClient.map({
|
|
774
|
-
$metadata: deserializeMetadata(output),
|
|
775
|
-
});
|
|
776
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
777
|
-
const doc = smithyClient.take(data, {
|
|
778
|
-
dataset: (_) => de_DataLakeDataset(_),
|
|
779
|
-
});
|
|
780
|
-
Object.assign(contents, doc);
|
|
781
|
-
return contents;
|
|
782
|
-
};
|
|
783
|
-
const de_CreateDataLakeNamespaceCommand = async (output, context) => {
|
|
784
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
785
|
-
return de_CommandError(output, context);
|
|
786
|
-
}
|
|
787
|
-
const contents = smithyClient.map({
|
|
788
|
-
$metadata: deserializeMetadata(output),
|
|
789
|
-
});
|
|
790
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
791
|
-
const doc = smithyClient.take(data, {
|
|
792
|
-
namespace: (_) => de_DataLakeNamespace(_),
|
|
793
|
-
});
|
|
794
|
-
Object.assign(contents, doc);
|
|
795
|
-
return contents;
|
|
796
|
-
};
|
|
797
|
-
const de_CreateInstanceCommand = async (output, context) => {
|
|
798
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
799
|
-
return de_CommandError(output, context);
|
|
800
|
-
}
|
|
801
|
-
const contents = smithyClient.map({
|
|
802
|
-
$metadata: deserializeMetadata(output),
|
|
803
|
-
});
|
|
804
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
805
|
-
const doc = smithyClient.take(data, {
|
|
806
|
-
instance: (_) => de_Instance(_),
|
|
807
|
-
});
|
|
808
|
-
Object.assign(contents, doc);
|
|
809
|
-
return contents;
|
|
810
|
-
};
|
|
811
|
-
const de_DeleteDataIntegrationFlowCommand = async (output, context) => {
|
|
812
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
813
|
-
return de_CommandError(output, context);
|
|
814
|
-
}
|
|
815
|
-
const contents = smithyClient.map({
|
|
816
|
-
$metadata: deserializeMetadata(output),
|
|
817
|
-
});
|
|
818
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
819
|
-
const doc = smithyClient.take(data, {
|
|
820
|
-
instanceId: smithyClient.expectString,
|
|
821
|
-
name: smithyClient.expectString,
|
|
822
|
-
});
|
|
823
|
-
Object.assign(contents, doc);
|
|
824
|
-
return contents;
|
|
825
|
-
};
|
|
826
|
-
const de_DeleteDataLakeDatasetCommand = async (output, context) => {
|
|
827
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
828
|
-
return de_CommandError(output, context);
|
|
829
|
-
}
|
|
830
|
-
const contents = smithyClient.map({
|
|
831
|
-
$metadata: deserializeMetadata(output),
|
|
832
|
-
});
|
|
833
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
834
|
-
const doc = smithyClient.take(data, {
|
|
835
|
-
instanceId: smithyClient.expectString,
|
|
836
|
-
name: smithyClient.expectString,
|
|
837
|
-
namespace: smithyClient.expectString,
|
|
838
|
-
});
|
|
839
|
-
Object.assign(contents, doc);
|
|
840
|
-
return contents;
|
|
841
|
-
};
|
|
842
|
-
const de_DeleteDataLakeNamespaceCommand = async (output, context) => {
|
|
843
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
844
|
-
return de_CommandError(output, context);
|
|
845
|
-
}
|
|
846
|
-
const contents = smithyClient.map({
|
|
847
|
-
$metadata: deserializeMetadata(output),
|
|
848
|
-
});
|
|
849
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
850
|
-
const doc = smithyClient.take(data, {
|
|
851
|
-
instanceId: smithyClient.expectString,
|
|
852
|
-
name: smithyClient.expectString,
|
|
853
|
-
});
|
|
854
|
-
Object.assign(contents, doc);
|
|
855
|
-
return contents;
|
|
856
|
-
};
|
|
857
|
-
const de_DeleteInstanceCommand = async (output, context) => {
|
|
858
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
859
|
-
return de_CommandError(output, context);
|
|
860
|
-
}
|
|
861
|
-
const contents = smithyClient.map({
|
|
862
|
-
$metadata: deserializeMetadata(output),
|
|
863
|
-
});
|
|
864
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
865
|
-
const doc = smithyClient.take(data, {
|
|
866
|
-
instance: (_) => de_Instance(_),
|
|
867
|
-
});
|
|
868
|
-
Object.assign(contents, doc);
|
|
869
|
-
return contents;
|
|
870
|
-
};
|
|
871
|
-
const de_GetBillOfMaterialsImportJobCommand = async (output, context) => {
|
|
872
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
873
|
-
return de_CommandError(output, context);
|
|
874
|
-
}
|
|
875
|
-
const contents = smithyClient.map({
|
|
876
|
-
$metadata: deserializeMetadata(output),
|
|
877
|
-
});
|
|
878
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
879
|
-
const doc = smithyClient.take(data, {
|
|
880
|
-
job: smithyClient._json,
|
|
881
|
-
});
|
|
882
|
-
Object.assign(contents, doc);
|
|
883
|
-
return contents;
|
|
884
|
-
};
|
|
885
|
-
const de_GetDataIntegrationEventCommand = async (output, context) => {
|
|
886
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
887
|
-
return de_CommandError(output, context);
|
|
888
|
-
}
|
|
889
|
-
const contents = smithyClient.map({
|
|
890
|
-
$metadata: deserializeMetadata(output),
|
|
891
|
-
});
|
|
892
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
893
|
-
const doc = smithyClient.take(data, {
|
|
894
|
-
event: (_) => de_DataIntegrationEvent(_),
|
|
895
|
-
});
|
|
896
|
-
Object.assign(contents, doc);
|
|
897
|
-
return contents;
|
|
898
|
-
};
|
|
899
|
-
const de_GetDataIntegrationFlowCommand = async (output, context) => {
|
|
900
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
901
|
-
return de_CommandError(output, context);
|
|
902
|
-
}
|
|
903
|
-
const contents = smithyClient.map({
|
|
904
|
-
$metadata: deserializeMetadata(output),
|
|
905
|
-
});
|
|
906
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
907
|
-
const doc = smithyClient.take(data, {
|
|
908
|
-
flow: (_) => de_DataIntegrationFlow(_),
|
|
909
|
-
});
|
|
910
|
-
Object.assign(contents, doc);
|
|
911
|
-
return contents;
|
|
912
|
-
};
|
|
913
|
-
const de_GetDataIntegrationFlowExecutionCommand = async (output, context) => {
|
|
914
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
915
|
-
return de_CommandError(output, context);
|
|
916
|
-
}
|
|
917
|
-
const contents = smithyClient.map({
|
|
918
|
-
$metadata: deserializeMetadata(output),
|
|
919
|
-
});
|
|
920
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
921
|
-
const doc = smithyClient.take(data, {
|
|
922
|
-
flowExecution: (_) => de_DataIntegrationFlowExecution(_),
|
|
923
|
-
});
|
|
924
|
-
Object.assign(contents, doc);
|
|
925
|
-
return contents;
|
|
926
|
-
};
|
|
927
|
-
const de_GetDataLakeDatasetCommand = async (output, context) => {
|
|
928
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
929
|
-
return de_CommandError(output, context);
|
|
930
|
-
}
|
|
931
|
-
const contents = smithyClient.map({
|
|
932
|
-
$metadata: deserializeMetadata(output),
|
|
933
|
-
});
|
|
934
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
935
|
-
const doc = smithyClient.take(data, {
|
|
936
|
-
dataset: (_) => de_DataLakeDataset(_),
|
|
937
|
-
});
|
|
938
|
-
Object.assign(contents, doc);
|
|
939
|
-
return contents;
|
|
940
|
-
};
|
|
941
|
-
const de_GetDataLakeNamespaceCommand = async (output, context) => {
|
|
942
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
943
|
-
return de_CommandError(output, context);
|
|
944
|
-
}
|
|
945
|
-
const contents = smithyClient.map({
|
|
946
|
-
$metadata: deserializeMetadata(output),
|
|
947
|
-
});
|
|
948
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
949
|
-
const doc = smithyClient.take(data, {
|
|
950
|
-
namespace: (_) => de_DataLakeNamespace(_),
|
|
951
|
-
});
|
|
952
|
-
Object.assign(contents, doc);
|
|
953
|
-
return contents;
|
|
954
|
-
};
|
|
955
|
-
const de_GetInstanceCommand = async (output, context) => {
|
|
956
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
957
|
-
return de_CommandError(output, context);
|
|
958
|
-
}
|
|
959
|
-
const contents = smithyClient.map({
|
|
960
|
-
$metadata: deserializeMetadata(output),
|
|
961
|
-
});
|
|
962
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
963
|
-
const doc = smithyClient.take(data, {
|
|
964
|
-
instance: (_) => de_Instance(_),
|
|
965
|
-
});
|
|
966
|
-
Object.assign(contents, doc);
|
|
967
|
-
return contents;
|
|
968
|
-
};
|
|
969
|
-
const de_ListDataIntegrationEventsCommand = async (output, context) => {
|
|
970
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
971
|
-
return de_CommandError(output, context);
|
|
972
|
-
}
|
|
973
|
-
const contents = smithyClient.map({
|
|
974
|
-
$metadata: deserializeMetadata(output),
|
|
975
|
-
});
|
|
976
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
977
|
-
const doc = smithyClient.take(data, {
|
|
978
|
-
events: (_) => de_DataIntegrationEventList(_),
|
|
979
|
-
nextToken: smithyClient.expectString,
|
|
980
|
-
});
|
|
981
|
-
Object.assign(contents, doc);
|
|
982
|
-
return contents;
|
|
983
|
-
};
|
|
984
|
-
const de_ListDataIntegrationFlowExecutionsCommand = async (output, context) => {
|
|
985
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
986
|
-
return de_CommandError(output, context);
|
|
987
|
-
}
|
|
988
|
-
const contents = smithyClient.map({
|
|
989
|
-
$metadata: deserializeMetadata(output),
|
|
990
|
-
});
|
|
991
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
992
|
-
const doc = smithyClient.take(data, {
|
|
993
|
-
flowExecutions: (_) => de_DataIntegrationFlowExecutionList(_),
|
|
994
|
-
nextToken: smithyClient.expectString,
|
|
995
|
-
});
|
|
996
|
-
Object.assign(contents, doc);
|
|
997
|
-
return contents;
|
|
998
|
-
};
|
|
999
|
-
const de_ListDataIntegrationFlowsCommand = async (output, context) => {
|
|
1000
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1001
|
-
return de_CommandError(output, context);
|
|
1002
|
-
}
|
|
1003
|
-
const contents = smithyClient.map({
|
|
1004
|
-
$metadata: deserializeMetadata(output),
|
|
1005
|
-
});
|
|
1006
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1007
|
-
const doc = smithyClient.take(data, {
|
|
1008
|
-
flows: (_) => de_DataIntegrationFlowList(_),
|
|
1009
|
-
nextToken: smithyClient.expectString,
|
|
1010
|
-
});
|
|
1011
|
-
Object.assign(contents, doc);
|
|
1012
|
-
return contents;
|
|
1013
|
-
};
|
|
1014
|
-
const de_ListDataLakeDatasetsCommand = async (output, context) => {
|
|
1015
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1016
|
-
return de_CommandError(output, context);
|
|
1017
|
-
}
|
|
1018
|
-
const contents = smithyClient.map({
|
|
1019
|
-
$metadata: deserializeMetadata(output),
|
|
1020
|
-
});
|
|
1021
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1022
|
-
const doc = smithyClient.take(data, {
|
|
1023
|
-
datasets: (_) => de_DataLakeDatasetList(_),
|
|
1024
|
-
nextToken: smithyClient.expectString,
|
|
1025
|
-
});
|
|
1026
|
-
Object.assign(contents, doc);
|
|
1027
|
-
return contents;
|
|
1028
|
-
};
|
|
1029
|
-
const de_ListDataLakeNamespacesCommand = async (output, context) => {
|
|
1030
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1031
|
-
return de_CommandError(output, context);
|
|
1032
|
-
}
|
|
1033
|
-
const contents = smithyClient.map({
|
|
1034
|
-
$metadata: deserializeMetadata(output),
|
|
1035
|
-
});
|
|
1036
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1037
|
-
const doc = smithyClient.take(data, {
|
|
1038
|
-
namespaces: (_) => de_DataLakeNamespaceList(_),
|
|
1039
|
-
nextToken: smithyClient.expectString,
|
|
1040
|
-
});
|
|
1041
|
-
Object.assign(contents, doc);
|
|
1042
|
-
return contents;
|
|
1043
|
-
};
|
|
1044
|
-
const de_ListInstancesCommand = async (output, context) => {
|
|
1045
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1046
|
-
return de_CommandError(output, context);
|
|
1047
|
-
}
|
|
1048
|
-
const contents = smithyClient.map({
|
|
1049
|
-
$metadata: deserializeMetadata(output),
|
|
1050
|
-
});
|
|
1051
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1052
|
-
const doc = smithyClient.take(data, {
|
|
1053
|
-
instances: (_) => de_InstanceList(_),
|
|
1054
|
-
nextToken: smithyClient.expectString,
|
|
1055
|
-
});
|
|
1056
|
-
Object.assign(contents, doc);
|
|
1057
|
-
return contents;
|
|
1058
|
-
};
|
|
1059
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
1060
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1061
|
-
return de_CommandError(output, context);
|
|
1062
|
-
}
|
|
1063
|
-
const contents = smithyClient.map({
|
|
1064
|
-
$metadata: deserializeMetadata(output),
|
|
1065
|
-
});
|
|
1066
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1067
|
-
const doc = smithyClient.take(data, {
|
|
1068
|
-
tags: smithyClient._json,
|
|
1069
|
-
});
|
|
1070
|
-
Object.assign(contents, doc);
|
|
1071
|
-
return contents;
|
|
1072
|
-
};
|
|
1073
|
-
const de_SendDataIntegrationEventCommand = async (output, context) => {
|
|
1074
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1075
|
-
return de_CommandError(output, context);
|
|
1076
|
-
}
|
|
1077
|
-
const contents = smithyClient.map({
|
|
1078
|
-
$metadata: deserializeMetadata(output),
|
|
1079
|
-
});
|
|
1080
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1081
|
-
const doc = smithyClient.take(data, {
|
|
1082
|
-
eventId: smithyClient.expectString,
|
|
1083
|
-
});
|
|
1084
|
-
Object.assign(contents, doc);
|
|
1085
|
-
return contents;
|
|
1086
|
-
};
|
|
1087
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
1088
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1089
|
-
return de_CommandError(output, context);
|
|
1090
|
-
}
|
|
1091
|
-
const contents = smithyClient.map({
|
|
1092
|
-
$metadata: deserializeMetadata(output),
|
|
1093
|
-
});
|
|
1094
|
-
await smithyClient.collectBody(output.body, context);
|
|
1095
|
-
return contents;
|
|
1096
|
-
};
|
|
1097
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
1098
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1099
|
-
return de_CommandError(output, context);
|
|
1100
|
-
}
|
|
1101
|
-
const contents = smithyClient.map({
|
|
1102
|
-
$metadata: deserializeMetadata(output),
|
|
1103
|
-
});
|
|
1104
|
-
await smithyClient.collectBody(output.body, context);
|
|
1105
|
-
return contents;
|
|
1106
|
-
};
|
|
1107
|
-
const de_UpdateDataIntegrationFlowCommand = async (output, context) => {
|
|
1108
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1109
|
-
return de_CommandError(output, context);
|
|
1110
|
-
}
|
|
1111
|
-
const contents = smithyClient.map({
|
|
1112
|
-
$metadata: deserializeMetadata(output),
|
|
1113
|
-
});
|
|
1114
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1115
|
-
const doc = smithyClient.take(data, {
|
|
1116
|
-
flow: (_) => de_DataIntegrationFlow(_),
|
|
1117
|
-
});
|
|
1118
|
-
Object.assign(contents, doc);
|
|
1119
|
-
return contents;
|
|
1120
|
-
};
|
|
1121
|
-
const de_UpdateDataLakeDatasetCommand = async (output, context) => {
|
|
1122
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1123
|
-
return de_CommandError(output, context);
|
|
1124
|
-
}
|
|
1125
|
-
const contents = smithyClient.map({
|
|
1126
|
-
$metadata: deserializeMetadata(output),
|
|
1127
|
-
});
|
|
1128
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1129
|
-
const doc = smithyClient.take(data, {
|
|
1130
|
-
dataset: (_) => de_DataLakeDataset(_),
|
|
1131
|
-
});
|
|
1132
|
-
Object.assign(contents, doc);
|
|
1133
|
-
return contents;
|
|
1134
|
-
};
|
|
1135
|
-
const de_UpdateDataLakeNamespaceCommand = async (output, context) => {
|
|
1136
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1137
|
-
return de_CommandError(output, context);
|
|
1138
|
-
}
|
|
1139
|
-
const contents = smithyClient.map({
|
|
1140
|
-
$metadata: deserializeMetadata(output),
|
|
1141
|
-
});
|
|
1142
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1143
|
-
const doc = smithyClient.take(data, {
|
|
1144
|
-
namespace: (_) => de_DataLakeNamespace(_),
|
|
1145
|
-
});
|
|
1146
|
-
Object.assign(contents, doc);
|
|
1147
|
-
return contents;
|
|
1148
|
-
};
|
|
1149
|
-
const de_UpdateInstanceCommand = async (output, context) => {
|
|
1150
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1151
|
-
return de_CommandError(output, context);
|
|
1152
|
-
}
|
|
1153
|
-
const contents = smithyClient.map({
|
|
1154
|
-
$metadata: deserializeMetadata(output),
|
|
1155
|
-
});
|
|
1156
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1157
|
-
const doc = smithyClient.take(data, {
|
|
1158
|
-
instance: (_) => de_Instance(_),
|
|
1159
|
-
});
|
|
1160
|
-
Object.assign(contents, doc);
|
|
1161
|
-
return contents;
|
|
1162
|
-
};
|
|
1163
|
-
const de_CommandError = async (output, context) => {
|
|
1164
|
-
const parsedOutput = {
|
|
1165
|
-
...output,
|
|
1166
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
1167
|
-
};
|
|
1168
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1169
|
-
switch (errorCode) {
|
|
1170
|
-
case "AccessDeniedException":
|
|
1171
|
-
case "com.amazonaws.supplychain#AccessDeniedException":
|
|
1172
|
-
throw await de_AccessDeniedExceptionRes(parsedOutput);
|
|
1173
|
-
case "ConflictException":
|
|
1174
|
-
case "com.amazonaws.supplychain#ConflictException":
|
|
1175
|
-
throw await de_ConflictExceptionRes(parsedOutput);
|
|
1176
|
-
case "InternalServerException":
|
|
1177
|
-
case "com.amazonaws.supplychain#InternalServerException":
|
|
1178
|
-
throw await de_InternalServerExceptionRes(parsedOutput);
|
|
1179
|
-
case "ResourceNotFoundException":
|
|
1180
|
-
case "com.amazonaws.supplychain#ResourceNotFoundException":
|
|
1181
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
1182
|
-
case "ServiceQuotaExceededException":
|
|
1183
|
-
case "com.amazonaws.supplychain#ServiceQuotaExceededException":
|
|
1184
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
|
|
1185
|
-
case "ThrottlingException":
|
|
1186
|
-
case "com.amazonaws.supplychain#ThrottlingException":
|
|
1187
|
-
throw await de_ThrottlingExceptionRes(parsedOutput);
|
|
1188
|
-
case "ValidationException":
|
|
1189
|
-
case "com.amazonaws.supplychain#ValidationException":
|
|
1190
|
-
throw await de_ValidationExceptionRes(parsedOutput);
|
|
1191
|
-
default:
|
|
1192
|
-
const parsedBody = parsedOutput.body;
|
|
1193
|
-
return throwDefaultError({
|
|
1194
|
-
output,
|
|
1195
|
-
parsedBody,
|
|
1196
|
-
errorCode,
|
|
1197
|
-
});
|
|
1198
|
-
}
|
|
1199
|
-
};
|
|
1200
|
-
const throwDefaultError = smithyClient.withBaseException(SupplyChainServiceException);
|
|
1201
|
-
const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
|
|
1202
|
-
const contents = smithyClient.map({});
|
|
1203
|
-
const data = parsedOutput.body;
|
|
1204
|
-
const doc = smithyClient.take(data, {
|
|
1205
|
-
message: smithyClient.expectString,
|
|
1206
|
-
});
|
|
1207
|
-
Object.assign(contents, doc);
|
|
1208
|
-
const exception = new AccessDeniedException({
|
|
1209
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1210
|
-
...contents,
|
|
1211
|
-
});
|
|
1212
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1213
|
-
};
|
|
1214
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
1215
|
-
const contents = smithyClient.map({});
|
|
1216
|
-
const data = parsedOutput.body;
|
|
1217
|
-
const doc = smithyClient.take(data, {
|
|
1218
|
-
message: smithyClient.expectString,
|
|
1219
|
-
});
|
|
1220
|
-
Object.assign(contents, doc);
|
|
1221
|
-
const exception = new ConflictException({
|
|
1222
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1223
|
-
...contents,
|
|
1224
|
-
});
|
|
1225
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1226
|
-
};
|
|
1227
|
-
const de_InternalServerExceptionRes = async (parsedOutput, context) => {
|
|
1228
|
-
const contents = smithyClient.map({});
|
|
1229
|
-
const data = parsedOutput.body;
|
|
1230
|
-
const doc = smithyClient.take(data, {
|
|
1231
|
-
message: smithyClient.expectString,
|
|
1232
|
-
});
|
|
1233
|
-
Object.assign(contents, doc);
|
|
1234
|
-
const exception = new InternalServerException({
|
|
1235
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1236
|
-
...contents,
|
|
1237
|
-
});
|
|
1238
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1239
|
-
};
|
|
1240
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1241
|
-
const contents = smithyClient.map({});
|
|
1242
|
-
const data = parsedOutput.body;
|
|
1243
|
-
const doc = smithyClient.take(data, {
|
|
1244
|
-
message: smithyClient.expectString,
|
|
1245
|
-
});
|
|
1246
|
-
Object.assign(contents, doc);
|
|
1247
|
-
const exception = new ResourceNotFoundException({
|
|
1248
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1249
|
-
...contents,
|
|
1250
|
-
});
|
|
1251
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1252
|
-
};
|
|
1253
|
-
const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
1254
|
-
const contents = smithyClient.map({});
|
|
1255
|
-
const data = parsedOutput.body;
|
|
1256
|
-
const doc = smithyClient.take(data, {
|
|
1257
|
-
message: smithyClient.expectString,
|
|
1258
|
-
});
|
|
1259
|
-
Object.assign(contents, doc);
|
|
1260
|
-
const exception = new ServiceQuotaExceededException({
|
|
1261
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1262
|
-
...contents,
|
|
1263
|
-
});
|
|
1264
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1265
|
-
};
|
|
1266
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
1267
|
-
const contents = smithyClient.map({});
|
|
1268
|
-
const data = parsedOutput.body;
|
|
1269
|
-
const doc = smithyClient.take(data, {
|
|
1270
|
-
message: smithyClient.expectString,
|
|
1271
|
-
});
|
|
1272
|
-
Object.assign(contents, doc);
|
|
1273
|
-
const exception = new ThrottlingException({
|
|
1274
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1275
|
-
...contents,
|
|
1276
|
-
});
|
|
1277
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1278
|
-
};
|
|
1279
|
-
const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
1280
|
-
const contents = smithyClient.map({});
|
|
1281
|
-
const data = parsedOutput.body;
|
|
1282
|
-
const doc = smithyClient.take(data, {
|
|
1283
|
-
message: smithyClient.expectString,
|
|
1284
|
-
});
|
|
1285
|
-
Object.assign(contents, doc);
|
|
1286
|
-
const exception = new ValidationException({
|
|
1287
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1288
|
-
...contents,
|
|
1289
|
-
});
|
|
1290
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1291
|
-
};
|
|
1292
|
-
const de_DataIntegrationEvent = (output, context) => {
|
|
1293
|
-
return smithyClient.take(output, {
|
|
1294
|
-
datasetTargetDetails: smithyClient._json,
|
|
1295
|
-
eventGroupId: smithyClient.expectString,
|
|
1296
|
-
eventId: smithyClient.expectString,
|
|
1297
|
-
eventTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1298
|
-
eventType: smithyClient.expectString,
|
|
1299
|
-
instanceId: smithyClient.expectString,
|
|
1300
|
-
});
|
|
1301
|
-
};
|
|
1302
|
-
const de_DataIntegrationEventList = (output, context) => {
|
|
1303
|
-
const retVal = (output || [])
|
|
1304
|
-
.filter((e) => e != null)
|
|
1305
|
-
.map((entry) => {
|
|
1306
|
-
return de_DataIntegrationEvent(entry);
|
|
1307
|
-
});
|
|
1308
|
-
return retVal;
|
|
1309
|
-
};
|
|
1310
|
-
const de_DataIntegrationFlow = (output, context) => {
|
|
1311
|
-
return smithyClient.take(output, {
|
|
1312
|
-
createdTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1313
|
-
instanceId: smithyClient.expectString,
|
|
1314
|
-
lastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1315
|
-
name: smithyClient.expectString,
|
|
1316
|
-
sources: smithyClient._json,
|
|
1317
|
-
target: smithyClient._json,
|
|
1318
|
-
transformation: smithyClient._json,
|
|
1319
|
-
});
|
|
1320
|
-
};
|
|
1321
|
-
const de_DataIntegrationFlowExecution = (output, context) => {
|
|
1322
|
-
return smithyClient.take(output, {
|
|
1323
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1324
|
-
executionId: smithyClient.expectString,
|
|
1325
|
-
flowName: smithyClient.expectString,
|
|
1326
|
-
instanceId: smithyClient.expectString,
|
|
1327
|
-
message: smithyClient.expectString,
|
|
1328
|
-
outputMetadata: smithyClient._json,
|
|
1329
|
-
sourceInfo: smithyClient._json,
|
|
1330
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1331
|
-
status: smithyClient.expectString,
|
|
1332
|
-
});
|
|
1333
|
-
};
|
|
1334
|
-
const de_DataIntegrationFlowExecutionList = (output, context) => {
|
|
1335
|
-
const retVal = (output || [])
|
|
1336
|
-
.filter((e) => e != null)
|
|
1337
|
-
.map((entry) => {
|
|
1338
|
-
return de_DataIntegrationFlowExecution(entry);
|
|
1339
|
-
});
|
|
1340
|
-
return retVal;
|
|
1341
|
-
};
|
|
1342
|
-
const de_DataIntegrationFlowList = (output, context) => {
|
|
1343
|
-
const retVal = (output || [])
|
|
1344
|
-
.filter((e) => e != null)
|
|
1345
|
-
.map((entry) => {
|
|
1346
|
-
return de_DataIntegrationFlow(entry);
|
|
1347
|
-
});
|
|
1348
|
-
return retVal;
|
|
1349
|
-
};
|
|
1350
|
-
const de_DataLakeDataset = (output, context) => {
|
|
1351
|
-
return smithyClient.take(output, {
|
|
1352
|
-
arn: smithyClient.expectString,
|
|
1353
|
-
createdTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1354
|
-
description: smithyClient.expectString,
|
|
1355
|
-
instanceId: smithyClient.expectString,
|
|
1356
|
-
lastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1357
|
-
name: smithyClient.expectString,
|
|
1358
|
-
namespace: smithyClient.expectString,
|
|
1359
|
-
partitionSpec: smithyClient._json,
|
|
1360
|
-
schema: smithyClient._json,
|
|
1361
|
-
});
|
|
1362
|
-
};
|
|
1363
|
-
const de_DataLakeDatasetList = (output, context) => {
|
|
1364
|
-
const retVal = (output || [])
|
|
1365
|
-
.filter((e) => e != null)
|
|
1366
|
-
.map((entry) => {
|
|
1367
|
-
return de_DataLakeDataset(entry);
|
|
1368
|
-
});
|
|
1369
|
-
return retVal;
|
|
1370
|
-
};
|
|
1371
|
-
const de_DataLakeNamespace = (output, context) => {
|
|
1372
|
-
return smithyClient.take(output, {
|
|
1373
|
-
arn: smithyClient.expectString,
|
|
1374
|
-
createdTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1375
|
-
description: smithyClient.expectString,
|
|
1376
|
-
instanceId: smithyClient.expectString,
|
|
1377
|
-
lastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1378
|
-
name: smithyClient.expectString,
|
|
1379
|
-
});
|
|
1380
|
-
};
|
|
1381
|
-
const de_DataLakeNamespaceList = (output, context) => {
|
|
1382
|
-
const retVal = (output || [])
|
|
1383
|
-
.filter((e) => e != null)
|
|
1384
|
-
.map((entry) => {
|
|
1385
|
-
return de_DataLakeNamespace(entry);
|
|
1386
|
-
});
|
|
1387
|
-
return retVal;
|
|
1388
|
-
};
|
|
1389
|
-
const de_Instance = (output, context) => {
|
|
1390
|
-
return smithyClient.take(output, {
|
|
1391
|
-
awsAccountId: smithyClient.expectString,
|
|
1392
|
-
createdTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1393
|
-
errorMessage: smithyClient.expectString,
|
|
1394
|
-
instanceDescription: smithyClient.expectString,
|
|
1395
|
-
instanceId: smithyClient.expectString,
|
|
1396
|
-
instanceName: smithyClient.expectString,
|
|
1397
|
-
kmsKeyArn: smithyClient.expectString,
|
|
1398
|
-
lastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1399
|
-
state: smithyClient.expectString,
|
|
1400
|
-
versionNumber: smithyClient.limitedParseDouble,
|
|
1401
|
-
webAppDnsDomain: smithyClient.expectString,
|
|
1402
|
-
});
|
|
1403
|
-
};
|
|
1404
|
-
const de_InstanceList = (output, context) => {
|
|
1405
|
-
const retVal = (output || [])
|
|
1406
|
-
.filter((e) => e != null)
|
|
1407
|
-
.map((entry) => {
|
|
1408
|
-
return de_Instance(entry);
|
|
1409
|
-
});
|
|
1410
|
-
return retVal;
|
|
1411
|
-
};
|
|
1412
|
-
const deserializeMetadata = (output) => ({
|
|
1413
|
-
httpStatusCode: output.statusCode,
|
|
1414
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1415
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1416
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1417
|
-
});
|
|
299
|
+
const _ADE = "AccessDeniedException";
|
|
300
|
+
const _BOMIJ = "BillOfMaterialsImportJob";
|
|
301
|
+
const _CBOMIJ = "CreateBillOfMaterialsImportJob";
|
|
302
|
+
const _CBOMIJR = "CreateBillOfMaterialsImportJobRequest";
|
|
303
|
+
const _CBOMIJRr = "CreateBillOfMaterialsImportJobResponse";
|
|
304
|
+
const _CDIF = "CreateDataIntegrationFlow";
|
|
305
|
+
const _CDIFR = "CreateDataIntegrationFlowRequest";
|
|
306
|
+
const _CDIFRr = "CreateDataIntegrationFlowResponse";
|
|
307
|
+
const _CDLD = "CreateDataLakeDataset";
|
|
308
|
+
const _CDLDR = "CreateDataLakeDatasetRequest";
|
|
309
|
+
const _CDLDRr = "CreateDataLakeDatasetResponse";
|
|
310
|
+
const _CDLN = "CreateDataLakeNamespace";
|
|
311
|
+
const _CDLNR = "CreateDataLakeNamespaceRequest";
|
|
312
|
+
const _CDLNRr = "CreateDataLakeNamespaceResponse";
|
|
313
|
+
const _CE = "ConflictException";
|
|
314
|
+
const _CI = "CreateInstance";
|
|
315
|
+
const _CIR = "CreateInstanceRequest";
|
|
316
|
+
const _CIRr = "CreateInstanceResponse";
|
|
317
|
+
const _DDIF = "DeleteDataIntegrationFlow";
|
|
318
|
+
const _DDIFR = "DeleteDataIntegrationFlowRequest";
|
|
319
|
+
const _DDIFRe = "DeleteDataIntegrationFlowResponse";
|
|
320
|
+
const _DDLD = "DeleteDataLakeDataset";
|
|
321
|
+
const _DDLDR = "DeleteDataLakeDatasetRequest";
|
|
322
|
+
const _DDLDRe = "DeleteDataLakeDatasetResponse";
|
|
323
|
+
const _DDLN = "DeleteDataLakeNamespace";
|
|
324
|
+
const _DDLNR = "DeleteDataLakeNamespaceRequest";
|
|
325
|
+
const _DDLNRe = "DeleteDataLakeNamespaceResponse";
|
|
326
|
+
const _DI = "DeleteInstance";
|
|
327
|
+
const _DIE = "DataIntegrationEvent";
|
|
328
|
+
const _DIED = "DataIntegrationEventData";
|
|
329
|
+
const _DIEDLED = "DataIntegrationEventDatasetLoadExecutionDetails";
|
|
330
|
+
const _DIEDTC = "DataIntegrationEventDatasetTargetConfiguration";
|
|
331
|
+
const _DIEDTD = "DataIntegrationEventDatasetTargetDetails";
|
|
332
|
+
const _DIEL = "DataIntegrationEventList";
|
|
333
|
+
const _DIF = "DataIntegrationFlow";
|
|
334
|
+
const _DIFDO = "DataIntegrationFlowDatasetOptions";
|
|
335
|
+
const _DIFDS = "DataIntegrationFlowDatasetSource";
|
|
336
|
+
const _DIFDSC = "DataIntegrationFlowDatasetSourceConfiguration";
|
|
337
|
+
const _DIFDSa = "DataIntegrationFlowDedupeStrategy";
|
|
338
|
+
const _DIFDTC = "DataIntegrationFlowDatasetTargetConfiguration";
|
|
339
|
+
const _DIFE = "DataIntegrationFlowExecution";
|
|
340
|
+
const _DIFEL = "DataIntegrationFlowExecutionList";
|
|
341
|
+
const _DIFEOM = "DataIntegrationFlowExecutionOutputMetadata";
|
|
342
|
+
const _DIFESI = "DataIntegrationFlowExecutionSourceInfo";
|
|
343
|
+
const _DIFFPDF = "DataIntegrationFlowFieldPriorityDedupeField";
|
|
344
|
+
const _DIFFPDFL = "DataIntegrationFlowFieldPriorityDedupeFieldList";
|
|
345
|
+
const _DIFFPDSC = "DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration";
|
|
346
|
+
const _DIFL = "DataIntegrationFlowList";
|
|
347
|
+
const _DIFS = "DataIntegrationFlowSource";
|
|
348
|
+
const _DIFSL = "DataIntegrationFlowSourceList";
|
|
349
|
+
const _DIFSO = "DataIntegrationFlowS3Options";
|
|
350
|
+
const _DIFSQLQ = "DataIntegrationFlowSQLQuery";
|
|
351
|
+
const _DIFSQLTC = "DataIntegrationFlowSQLTransformationConfiguration";
|
|
352
|
+
const _DIFSS = "DataIntegrationFlowS3Source";
|
|
353
|
+
const _DIFSSC = "DataIntegrationFlowS3SourceConfiguration";
|
|
354
|
+
const _DIFSTC = "DataIntegrationFlowS3TargetConfiguration";
|
|
355
|
+
const _DIFT = "DataIntegrationFlowTarget";
|
|
356
|
+
const _DIFTa = "DataIntegrationFlowTransformation";
|
|
357
|
+
const _DIR = "DeleteInstanceRequest";
|
|
358
|
+
const _DIRe = "DeleteInstanceResponse";
|
|
359
|
+
const _DLD = "DataLakeDataset";
|
|
360
|
+
const _DLDL = "DataLakeDatasetList";
|
|
361
|
+
const _DLDPF = "DataLakeDatasetPartitionField";
|
|
362
|
+
const _DLDPFL = "DataLakeDatasetPartitionFieldList";
|
|
363
|
+
const _DLDPFT = "DataLakeDatasetPartitionFieldTransform";
|
|
364
|
+
const _DLDPKF = "DataLakeDatasetPrimaryKeyField";
|
|
365
|
+
const _DLDPKFL = "DataLakeDatasetPrimaryKeyFieldList";
|
|
366
|
+
const _DLDPS = "DataLakeDatasetPartitionSpec";
|
|
367
|
+
const _DLDS = "DataLakeDatasetSchema";
|
|
368
|
+
const _DLDSF = "DataLakeDatasetSchemaField";
|
|
369
|
+
const _DLDSFL = "DataLakeDatasetSchemaFieldList";
|
|
370
|
+
const _DLN = "DataLakeNamespace";
|
|
371
|
+
const _DLNL = "DataLakeNamespaceList";
|
|
372
|
+
const _GBOMIJ = "GetBillOfMaterialsImportJob";
|
|
373
|
+
const _GBOMIJR = "GetBillOfMaterialsImportJobRequest";
|
|
374
|
+
const _GBOMIJRe = "GetBillOfMaterialsImportJobResponse";
|
|
375
|
+
const _GDIE = "GetDataIntegrationEvent";
|
|
376
|
+
const _GDIER = "GetDataIntegrationEventRequest";
|
|
377
|
+
const _GDIERe = "GetDataIntegrationEventResponse";
|
|
378
|
+
const _GDIF = "GetDataIntegrationFlow";
|
|
379
|
+
const _GDIFE = "GetDataIntegrationFlowExecution";
|
|
380
|
+
const _GDIFER = "GetDataIntegrationFlowExecutionRequest";
|
|
381
|
+
const _GDIFERe = "GetDataIntegrationFlowExecutionResponse";
|
|
382
|
+
const _GDIFR = "GetDataIntegrationFlowRequest";
|
|
383
|
+
const _GDIFRe = "GetDataIntegrationFlowResponse";
|
|
384
|
+
const _GDLD = "GetDataLakeDataset";
|
|
385
|
+
const _GDLDR = "GetDataLakeDatasetRequest";
|
|
386
|
+
const _GDLDRe = "GetDataLakeDatasetResponse";
|
|
387
|
+
const _GDLN = "GetDataLakeNamespace";
|
|
388
|
+
const _GDLNR = "GetDataLakeNamespaceRequest";
|
|
389
|
+
const _GDLNRe = "GetDataLakeNamespaceResponse";
|
|
390
|
+
const _GI = "GetInstance";
|
|
391
|
+
const _GIR = "GetInstanceRequest";
|
|
392
|
+
const _GIRe = "GetInstanceResponse";
|
|
393
|
+
const _I = "Instance";
|
|
394
|
+
const _IL = "InstanceList";
|
|
395
|
+
const _ISE = "InternalServerException";
|
|
396
|
+
const _LDIE = "ListDataIntegrationEvents";
|
|
397
|
+
const _LDIER = "ListDataIntegrationEventsRequest";
|
|
398
|
+
const _LDIERi = "ListDataIntegrationEventsResponse";
|
|
399
|
+
const _LDIF = "ListDataIntegrationFlows";
|
|
400
|
+
const _LDIFE = "ListDataIntegrationFlowExecutions";
|
|
401
|
+
const _LDIFER = "ListDataIntegrationFlowExecutionsRequest";
|
|
402
|
+
const _LDIFERi = "ListDataIntegrationFlowExecutionsResponse";
|
|
403
|
+
const _LDIFR = "ListDataIntegrationFlowsRequest";
|
|
404
|
+
const _LDIFRi = "ListDataIntegrationFlowsResponse";
|
|
405
|
+
const _LDLD = "ListDataLakeDatasets";
|
|
406
|
+
const _LDLDR = "ListDataLakeDatasetsRequest";
|
|
407
|
+
const _LDLDRi = "ListDataLakeDatasetsResponse";
|
|
408
|
+
const _LDLN = "ListDataLakeNamespaces";
|
|
409
|
+
const _LDLNR = "ListDataLakeNamespacesRequest";
|
|
410
|
+
const _LDLNRi = "ListDataLakeNamespacesResponse";
|
|
411
|
+
const _LI = "ListInstances";
|
|
412
|
+
const _LIR = "ListInstancesRequest";
|
|
413
|
+
const _LIRi = "ListInstancesResponse";
|
|
414
|
+
const _LTFR = "ListTagsForResource";
|
|
415
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
416
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
417
|
+
const _RNFE = "ResourceNotFoundException";
|
|
418
|
+
const _SDIE = "SendDataIntegrationEvent";
|
|
419
|
+
const _SDIER = "SendDataIntegrationEventRequest";
|
|
420
|
+
const _SDIERe = "SendDataIntegrationEventResponse";
|
|
421
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
422
|
+
const _TE = "ThrottlingException";
|
|
423
|
+
const _TR = "TagResource";
|
|
424
|
+
const _TRR = "TagResourceRequest";
|
|
425
|
+
const _TRRa = "TagResourceResponse";
|
|
426
|
+
const _UDIF = "UpdateDataIntegrationFlow";
|
|
427
|
+
const _UDIFR = "UpdateDataIntegrationFlowRequest";
|
|
428
|
+
const _UDIFRp = "UpdateDataIntegrationFlowResponse";
|
|
429
|
+
const _UDLD = "UpdateDataLakeDataset";
|
|
430
|
+
const _UDLDR = "UpdateDataLakeDatasetRequest";
|
|
431
|
+
const _UDLDRp = "UpdateDataLakeDatasetResponse";
|
|
432
|
+
const _UDLN = "UpdateDataLakeNamespace";
|
|
433
|
+
const _UDLNR = "UpdateDataLakeNamespaceRequest";
|
|
434
|
+
const _UDLNRp = "UpdateDataLakeNamespaceResponse";
|
|
435
|
+
const _UI = "UpdateInstance";
|
|
436
|
+
const _UIR = "UpdateInstanceRequest";
|
|
437
|
+
const _UIRp = "UpdateInstanceResponse";
|
|
438
|
+
const _UR = "UntagResource";
|
|
439
|
+
const _URR = "UntagResourceRequest";
|
|
440
|
+
const _URRn = "UntagResourceResponse";
|
|
441
|
+
const _VE = "ValidationException";
|
|
442
|
+
const _a = "arn";
|
|
443
|
+
const _aAI = "awsAccountId";
|
|
444
|
+
const _bN = "bucketName";
|
|
445
|
+
const _c = "client";
|
|
446
|
+
const _cT = "clientToken";
|
|
447
|
+
const _cTr = "createdTime";
|
|
448
|
+
const _d = "description";
|
|
449
|
+
const _dI = "datasetIdentifier";
|
|
450
|
+
const _dLE = "datasetLoadExecution";
|
|
451
|
+
const _dR = "dedupeRecords";
|
|
452
|
+
const _dRRSURI = "diagnosticReportsRootS3URI";
|
|
453
|
+
const _dS = "dedupeStrategy";
|
|
454
|
+
const _dSa = "datasetSource";
|
|
455
|
+
const _dT = "datasetTarget";
|
|
456
|
+
const _dTD = "datasetTargetDetails";
|
|
457
|
+
const _da = "dataset";
|
|
458
|
+
const _dat = "datasets";
|
|
459
|
+
const _data = "data";
|
|
460
|
+
const _e = "error";
|
|
461
|
+
const _eGI = "eventGroupId";
|
|
462
|
+
const _eI = "eventId";
|
|
463
|
+
const _eIx = "executionId";
|
|
464
|
+
const _eM = "errorMessage";
|
|
1418
465
|
const _eT = "eventType";
|
|
466
|
+
const _eTn = "endTime";
|
|
467
|
+
const _eTv = "eventTimestamp";
|
|
468
|
+
const _ev = "event";
|
|
469
|
+
const _eve = "events";
|
|
470
|
+
const _f = "fields";
|
|
471
|
+
const _fE = "flowExecution";
|
|
472
|
+
const _fEl = "flowExecutions";
|
|
473
|
+
const _fN = "flowName";
|
|
474
|
+
const _fP = "fieldPriority";
|
|
475
|
+
const _fT = "fileType";
|
|
476
|
+
const _fl = "flow";
|
|
477
|
+
const _flo = "flows";
|
|
478
|
+
const _h = "http";
|
|
479
|
+
const _hE = "httpError";
|
|
480
|
+
const _hQ = "httpQuery";
|
|
481
|
+
const _i = "instance";
|
|
482
|
+
const _iD = "instanceDescription";
|
|
483
|
+
const _iI = "instanceId";
|
|
484
|
+
const _iN = "instanceName";
|
|
1419
485
|
const _iNF = "instanceNameFilter";
|
|
486
|
+
const _iR = "isRequired";
|
|
1420
487
|
const _iSF = "instanceStateFilter";
|
|
488
|
+
const _in = "instances";
|
|
489
|
+
const _j = "job";
|
|
490
|
+
const _jI = "jobId";
|
|
491
|
+
const _k = "key";
|
|
492
|
+
const _kKA = "kmsKeyArn";
|
|
493
|
+
const _lMT = "lastModifiedTime";
|
|
494
|
+
const _lT = "loadType";
|
|
495
|
+
const _m = "message";
|
|
1421
496
|
const _mR = "maxResults";
|
|
497
|
+
const _n = "name";
|
|
1422
498
|
const _nT = "nextToken";
|
|
499
|
+
const _na = "namespace";
|
|
500
|
+
const _nam = "namespaces";
|
|
501
|
+
const _o = "options";
|
|
502
|
+
const _oM = "outputMetadata";
|
|
503
|
+
const _oT = "operationType";
|
|
504
|
+
const _p = "prefix";
|
|
505
|
+
const _pK = "primaryKeys";
|
|
506
|
+
const _pS = "partitionSpec";
|
|
507
|
+
const _q = "query";
|
|
508
|
+
const _rA = "resourceArn";
|
|
509
|
+
const _s = "status";
|
|
510
|
+
const _sI = "sourceInfo";
|
|
511
|
+
const _sN = "sourceName";
|
|
512
|
+
const _sO = "sortOrder";
|
|
513
|
+
const _sS = "s3Source";
|
|
514
|
+
const _sT = "startTime";
|
|
515
|
+
const _sTa = "s3Target";
|
|
516
|
+
const _sTo = "sourceType";
|
|
517
|
+
const _sTq = "sqlTransformation";
|
|
518
|
+
const _sc = "schema";
|
|
519
|
+
const _se = "server";
|
|
520
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.supplychain";
|
|
521
|
+
const _so = "sources";
|
|
522
|
+
const _st = "state";
|
|
523
|
+
const _su = "s3uri";
|
|
524
|
+
const _t = "transformation";
|
|
1423
525
|
const _tK = "tagKeys";
|
|
526
|
+
const _tT = "targetType";
|
|
527
|
+
const _tTr = "transformationType";
|
|
528
|
+
const _ta = "target";
|
|
529
|
+
const _tag = "tags";
|
|
530
|
+
const _tr = "transform";
|
|
531
|
+
const _ty = "type";
|
|
532
|
+
const _vN = "versionNumber";
|
|
533
|
+
const _wADD = "webAppDnsDomain";
|
|
534
|
+
const n0 = "com.amazonaws.supplychain";
|
|
535
|
+
var DataIntegrationEventData = [0, n0, _DIED, 8, 0];
|
|
536
|
+
var DataIntegrationFlowSQLQuery = [0, n0, _DIFSQLQ, 8, 0];
|
|
537
|
+
var AccessDeniedException = [
|
|
538
|
+
-3,
|
|
539
|
+
n0,
|
|
540
|
+
_ADE,
|
|
541
|
+
{
|
|
542
|
+
[_e]: _c,
|
|
543
|
+
[_hE]: 403,
|
|
544
|
+
},
|
|
545
|
+
[_m],
|
|
546
|
+
[0],
|
|
547
|
+
];
|
|
548
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
549
|
+
var BillOfMaterialsImportJob = [
|
|
550
|
+
3,
|
|
551
|
+
n0,
|
|
552
|
+
_BOMIJ,
|
|
553
|
+
0,
|
|
554
|
+
[_iI, _jI, _s, _su, _m],
|
|
555
|
+
[0, 0, 0, 0, 0],
|
|
556
|
+
];
|
|
557
|
+
var ConflictException = [
|
|
558
|
+
-3,
|
|
559
|
+
n0,
|
|
560
|
+
_CE,
|
|
561
|
+
{
|
|
562
|
+
[_e]: _c,
|
|
563
|
+
[_hE]: 409,
|
|
564
|
+
},
|
|
565
|
+
[_m],
|
|
566
|
+
[0],
|
|
567
|
+
];
|
|
568
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
569
|
+
var CreateBillOfMaterialsImportJobRequest = [
|
|
570
|
+
3,
|
|
571
|
+
n0,
|
|
572
|
+
_CBOMIJR,
|
|
573
|
+
0,
|
|
574
|
+
[_iI, _su, _cT],
|
|
575
|
+
[[0, 1], 0, [0, 4]],
|
|
576
|
+
];
|
|
577
|
+
var CreateBillOfMaterialsImportJobResponse = [3, n0, _CBOMIJRr, 0, [_jI], [0]];
|
|
578
|
+
var CreateDataIntegrationFlowRequest = [
|
|
579
|
+
3,
|
|
580
|
+
n0,
|
|
581
|
+
_CDIFR,
|
|
582
|
+
0,
|
|
583
|
+
[_iI, _n, _so, _t, _ta, _tag],
|
|
584
|
+
[
|
|
585
|
+
[0, 1],
|
|
586
|
+
[0, 1],
|
|
587
|
+
() => DataIntegrationFlowSourceList,
|
|
588
|
+
[() => DataIntegrationFlowTransformation, 0],
|
|
589
|
+
() => DataIntegrationFlowTarget,
|
|
590
|
+
128 | 0,
|
|
591
|
+
],
|
|
592
|
+
];
|
|
593
|
+
var CreateDataIntegrationFlowResponse = [3, n0, _CDIFRr, 0, [_iI, _n], [0, 0]];
|
|
594
|
+
var CreateDataLakeDatasetRequest = [
|
|
595
|
+
3,
|
|
596
|
+
n0,
|
|
597
|
+
_CDLDR,
|
|
598
|
+
0,
|
|
599
|
+
[_iI, _na, _n, _sc, _d, _pS, _tag],
|
|
600
|
+
[[0, 1], [0, 1], [0, 1], () => DataLakeDatasetSchema, 0, () => DataLakeDatasetPartitionSpec, 128 | 0],
|
|
601
|
+
];
|
|
602
|
+
var CreateDataLakeDatasetResponse = [3, n0, _CDLDRr, 0, [_da], [() => DataLakeDataset]];
|
|
603
|
+
var CreateDataLakeNamespaceRequest = [
|
|
604
|
+
3,
|
|
605
|
+
n0,
|
|
606
|
+
_CDLNR,
|
|
607
|
+
0,
|
|
608
|
+
[_iI, _n, _d, _tag],
|
|
609
|
+
[[0, 1], [0, 1], 0, 128 | 0],
|
|
610
|
+
];
|
|
611
|
+
var CreateDataLakeNamespaceResponse = [
|
|
612
|
+
3,
|
|
613
|
+
n0,
|
|
614
|
+
_CDLNRr,
|
|
615
|
+
0,
|
|
616
|
+
[_na],
|
|
617
|
+
[() => DataLakeNamespace],
|
|
618
|
+
];
|
|
619
|
+
var CreateInstanceRequest = [
|
|
620
|
+
3,
|
|
621
|
+
n0,
|
|
622
|
+
_CIR,
|
|
623
|
+
0,
|
|
624
|
+
[_iN, _iD, _kKA, _wADD, _tag, _cT],
|
|
625
|
+
[0, 0, 0, 0, 128 | 0, [0, 4]],
|
|
626
|
+
];
|
|
627
|
+
var CreateInstanceResponse = [3, n0, _CIRr, 0, [_i], [() => Instance]];
|
|
628
|
+
var DataIntegrationEvent = [
|
|
629
|
+
3,
|
|
630
|
+
n0,
|
|
631
|
+
_DIE,
|
|
632
|
+
0,
|
|
633
|
+
[_iI, _eI, _eT, _eGI, _eTv, _dTD],
|
|
634
|
+
[0, 0, 0, 0, 4, () => DataIntegrationEventDatasetTargetDetails],
|
|
635
|
+
];
|
|
636
|
+
var DataIntegrationEventDatasetLoadExecutionDetails = [
|
|
637
|
+
3,
|
|
638
|
+
n0,
|
|
639
|
+
_DIEDLED,
|
|
640
|
+
0,
|
|
641
|
+
[_s, _m],
|
|
642
|
+
[0, 0],
|
|
643
|
+
];
|
|
644
|
+
var DataIntegrationEventDatasetTargetConfiguration = [
|
|
645
|
+
3,
|
|
646
|
+
n0,
|
|
647
|
+
_DIEDTC,
|
|
648
|
+
0,
|
|
649
|
+
[_dI, _oT],
|
|
650
|
+
[0, 0],
|
|
651
|
+
];
|
|
652
|
+
var DataIntegrationEventDatasetTargetDetails = [
|
|
653
|
+
3,
|
|
654
|
+
n0,
|
|
655
|
+
_DIEDTD,
|
|
656
|
+
0,
|
|
657
|
+
[_dI, _oT, _dLE],
|
|
658
|
+
[0, 0, () => DataIntegrationEventDatasetLoadExecutionDetails],
|
|
659
|
+
];
|
|
660
|
+
var DataIntegrationFlow = [
|
|
661
|
+
3,
|
|
662
|
+
n0,
|
|
663
|
+
_DIF,
|
|
664
|
+
0,
|
|
665
|
+
[_iI, _n, _so, _t, _ta, _cTr, _lMT],
|
|
666
|
+
[
|
|
667
|
+
0,
|
|
668
|
+
0,
|
|
669
|
+
() => DataIntegrationFlowSourceList,
|
|
670
|
+
[() => DataIntegrationFlowTransformation, 0],
|
|
671
|
+
() => DataIntegrationFlowTarget,
|
|
672
|
+
4,
|
|
673
|
+
4,
|
|
674
|
+
],
|
|
675
|
+
];
|
|
676
|
+
var DataIntegrationFlowDatasetOptions = [
|
|
677
|
+
3,
|
|
678
|
+
n0,
|
|
679
|
+
_DIFDO,
|
|
680
|
+
0,
|
|
681
|
+
[_lT, _dR, _dS],
|
|
682
|
+
[0, 2, () => DataIntegrationFlowDedupeStrategy],
|
|
683
|
+
];
|
|
684
|
+
var DataIntegrationFlowDatasetSource = [3, n0, _DIFDS, 0, [_dI], [0]];
|
|
685
|
+
var DataIntegrationFlowDatasetSourceConfiguration = [
|
|
686
|
+
3,
|
|
687
|
+
n0,
|
|
688
|
+
_DIFDSC,
|
|
689
|
+
0,
|
|
690
|
+
[_dI, _o],
|
|
691
|
+
[0, () => DataIntegrationFlowDatasetOptions],
|
|
692
|
+
];
|
|
693
|
+
var DataIntegrationFlowDatasetTargetConfiguration = [
|
|
694
|
+
3,
|
|
695
|
+
n0,
|
|
696
|
+
_DIFDTC,
|
|
697
|
+
0,
|
|
698
|
+
[_dI, _o],
|
|
699
|
+
[0, () => DataIntegrationFlowDatasetOptions],
|
|
700
|
+
];
|
|
701
|
+
var DataIntegrationFlowDedupeStrategy = [
|
|
702
|
+
3,
|
|
703
|
+
n0,
|
|
704
|
+
_DIFDSa,
|
|
705
|
+
0,
|
|
706
|
+
[_ty, _fP],
|
|
707
|
+
[0, () => DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration],
|
|
708
|
+
];
|
|
709
|
+
var DataIntegrationFlowExecution = [
|
|
710
|
+
3,
|
|
711
|
+
n0,
|
|
712
|
+
_DIFE,
|
|
713
|
+
0,
|
|
714
|
+
[_iI, _fN, _eIx, _s, _sI, _m, _sT, _eTn, _oM],
|
|
715
|
+
[0, 0, 0, 0, () => DataIntegrationFlowExecutionSourceInfo, 0, 4, 4, () => DataIntegrationFlowExecutionOutputMetadata],
|
|
716
|
+
];
|
|
717
|
+
var DataIntegrationFlowExecutionOutputMetadata = [3, n0, _DIFEOM, 0, [_dRRSURI], [0]];
|
|
718
|
+
var DataIntegrationFlowExecutionSourceInfo = [
|
|
719
|
+
3,
|
|
720
|
+
n0,
|
|
721
|
+
_DIFESI,
|
|
722
|
+
0,
|
|
723
|
+
[_sTo, _sS, _dSa],
|
|
724
|
+
[0, () => DataIntegrationFlowS3Source, () => DataIntegrationFlowDatasetSource],
|
|
725
|
+
];
|
|
726
|
+
var DataIntegrationFlowFieldPriorityDedupeField = [3, n0, _DIFFPDF, 0, [_n, _sO], [0, 0]];
|
|
727
|
+
var DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration = [
|
|
728
|
+
3,
|
|
729
|
+
n0,
|
|
730
|
+
_DIFFPDSC,
|
|
731
|
+
0,
|
|
732
|
+
[_f],
|
|
733
|
+
[() => DataIntegrationFlowFieldPriorityDedupeFieldList],
|
|
734
|
+
];
|
|
735
|
+
var DataIntegrationFlowS3Options = [3, n0, _DIFSO, 0, [_fT], [0]];
|
|
736
|
+
var DataIntegrationFlowS3Source = [3, n0, _DIFSS, 0, [_bN, _k], [0, 0]];
|
|
737
|
+
var DataIntegrationFlowS3SourceConfiguration = [
|
|
738
|
+
3,
|
|
739
|
+
n0,
|
|
740
|
+
_DIFSSC,
|
|
741
|
+
0,
|
|
742
|
+
[_bN, _p, _o],
|
|
743
|
+
[0, 0, () => DataIntegrationFlowS3Options],
|
|
744
|
+
];
|
|
745
|
+
var DataIntegrationFlowS3TargetConfiguration = [
|
|
746
|
+
3,
|
|
747
|
+
n0,
|
|
748
|
+
_DIFSTC,
|
|
749
|
+
0,
|
|
750
|
+
[_bN, _p, _o],
|
|
751
|
+
[0, 0, () => DataIntegrationFlowS3Options],
|
|
752
|
+
];
|
|
753
|
+
var DataIntegrationFlowSource = [
|
|
754
|
+
3,
|
|
755
|
+
n0,
|
|
756
|
+
_DIFS,
|
|
757
|
+
0,
|
|
758
|
+
[_sTo, _sN, _sS, _dSa],
|
|
759
|
+
[0, 0, () => DataIntegrationFlowS3SourceConfiguration, () => DataIntegrationFlowDatasetSourceConfiguration],
|
|
760
|
+
];
|
|
761
|
+
var DataIntegrationFlowSQLTransformationConfiguration = [
|
|
762
|
+
3,
|
|
763
|
+
n0,
|
|
764
|
+
_DIFSQLTC,
|
|
765
|
+
0,
|
|
766
|
+
[_q],
|
|
767
|
+
[[() => DataIntegrationFlowSQLQuery, 0]],
|
|
768
|
+
];
|
|
769
|
+
var DataIntegrationFlowTarget = [
|
|
770
|
+
3,
|
|
771
|
+
n0,
|
|
772
|
+
_DIFT,
|
|
773
|
+
0,
|
|
774
|
+
[_tT, _sTa, _dT],
|
|
775
|
+
[0, () => DataIntegrationFlowS3TargetConfiguration, () => DataIntegrationFlowDatasetTargetConfiguration],
|
|
776
|
+
];
|
|
777
|
+
var DataIntegrationFlowTransformation = [
|
|
778
|
+
3,
|
|
779
|
+
n0,
|
|
780
|
+
_DIFTa,
|
|
781
|
+
0,
|
|
782
|
+
[_tTr, _sTq],
|
|
783
|
+
[0, [() => DataIntegrationFlowSQLTransformationConfiguration, 0]],
|
|
784
|
+
];
|
|
785
|
+
var DataLakeDataset = [
|
|
786
|
+
3,
|
|
787
|
+
n0,
|
|
788
|
+
_DLD,
|
|
789
|
+
0,
|
|
790
|
+
[_iI, _na, _n, _a, _sc, _d, _pS, _cTr, _lMT],
|
|
791
|
+
[0, 0, 0, 0, () => DataLakeDatasetSchema, 0, () => DataLakeDatasetPartitionSpec, 4, 4],
|
|
792
|
+
];
|
|
793
|
+
var DataLakeDatasetPartitionField = [
|
|
794
|
+
3,
|
|
795
|
+
n0,
|
|
796
|
+
_DLDPF,
|
|
797
|
+
0,
|
|
798
|
+
[_n, _tr],
|
|
799
|
+
[0, () => DataLakeDatasetPartitionFieldTransform],
|
|
800
|
+
];
|
|
801
|
+
var DataLakeDatasetPartitionFieldTransform = [3, n0, _DLDPFT, 0, [_ty], [0]];
|
|
802
|
+
var DataLakeDatasetPartitionSpec = [
|
|
803
|
+
3,
|
|
804
|
+
n0,
|
|
805
|
+
_DLDPS,
|
|
806
|
+
0,
|
|
807
|
+
[_f],
|
|
808
|
+
[() => DataLakeDatasetPartitionFieldList],
|
|
809
|
+
];
|
|
810
|
+
var DataLakeDatasetPrimaryKeyField = [3, n0, _DLDPKF, 0, [_n], [0]];
|
|
811
|
+
var DataLakeDatasetSchema = [
|
|
812
|
+
3,
|
|
813
|
+
n0,
|
|
814
|
+
_DLDS,
|
|
815
|
+
0,
|
|
816
|
+
[_n, _f, _pK],
|
|
817
|
+
[0, () => DataLakeDatasetSchemaFieldList, () => DataLakeDatasetPrimaryKeyFieldList],
|
|
818
|
+
];
|
|
819
|
+
var DataLakeDatasetSchemaField = [3, n0, _DLDSF, 0, [_n, _ty, _iR], [0, 0, 2]];
|
|
820
|
+
var DataLakeNamespace = [
|
|
821
|
+
3,
|
|
822
|
+
n0,
|
|
823
|
+
_DLN,
|
|
824
|
+
0,
|
|
825
|
+
[_iI, _n, _a, _d, _cTr, _lMT],
|
|
826
|
+
[0, 0, 0, 0, 4, 4],
|
|
827
|
+
];
|
|
828
|
+
var DeleteDataIntegrationFlowRequest = [
|
|
829
|
+
3,
|
|
830
|
+
n0,
|
|
831
|
+
_DDIFR,
|
|
832
|
+
0,
|
|
833
|
+
[_iI, _n],
|
|
834
|
+
[
|
|
835
|
+
[0, 1],
|
|
836
|
+
[0, 1],
|
|
837
|
+
],
|
|
838
|
+
];
|
|
839
|
+
var DeleteDataIntegrationFlowResponse = [3, n0, _DDIFRe, 0, [_iI, _n], [0, 0]];
|
|
840
|
+
var DeleteDataLakeDatasetRequest = [
|
|
841
|
+
3,
|
|
842
|
+
n0,
|
|
843
|
+
_DDLDR,
|
|
844
|
+
0,
|
|
845
|
+
[_iI, _na, _n],
|
|
846
|
+
[
|
|
847
|
+
[0, 1],
|
|
848
|
+
[0, 1],
|
|
849
|
+
[0, 1],
|
|
850
|
+
],
|
|
851
|
+
];
|
|
852
|
+
var DeleteDataLakeDatasetResponse = [3, n0, _DDLDRe, 0, [_iI, _na, _n], [0, 0, 0]];
|
|
853
|
+
var DeleteDataLakeNamespaceRequest = [
|
|
854
|
+
3,
|
|
855
|
+
n0,
|
|
856
|
+
_DDLNR,
|
|
857
|
+
0,
|
|
858
|
+
[_iI, _n],
|
|
859
|
+
[
|
|
860
|
+
[0, 1],
|
|
861
|
+
[0, 1],
|
|
862
|
+
],
|
|
863
|
+
];
|
|
864
|
+
var DeleteDataLakeNamespaceResponse = [3, n0, _DDLNRe, 0, [_iI, _n], [0, 0]];
|
|
865
|
+
var DeleteInstanceRequest = [3, n0, _DIR, 0, [_iI], [[0, 1]]];
|
|
866
|
+
var DeleteInstanceResponse = [3, n0, _DIRe, 0, [_i], [() => Instance]];
|
|
867
|
+
var GetBillOfMaterialsImportJobRequest = [
|
|
868
|
+
3,
|
|
869
|
+
n0,
|
|
870
|
+
_GBOMIJR,
|
|
871
|
+
0,
|
|
872
|
+
[_iI, _jI],
|
|
873
|
+
[
|
|
874
|
+
[0, 1],
|
|
875
|
+
[0, 1],
|
|
876
|
+
],
|
|
877
|
+
];
|
|
878
|
+
var GetBillOfMaterialsImportJobResponse = [
|
|
879
|
+
3,
|
|
880
|
+
n0,
|
|
881
|
+
_GBOMIJRe,
|
|
882
|
+
0,
|
|
883
|
+
[_j],
|
|
884
|
+
[() => BillOfMaterialsImportJob],
|
|
885
|
+
];
|
|
886
|
+
var GetDataIntegrationEventRequest = [
|
|
887
|
+
3,
|
|
888
|
+
n0,
|
|
889
|
+
_GDIER,
|
|
890
|
+
0,
|
|
891
|
+
[_iI, _eI],
|
|
892
|
+
[
|
|
893
|
+
[0, 1],
|
|
894
|
+
[0, 1],
|
|
895
|
+
],
|
|
896
|
+
];
|
|
897
|
+
var GetDataIntegrationEventResponse = [
|
|
898
|
+
3,
|
|
899
|
+
n0,
|
|
900
|
+
_GDIERe,
|
|
901
|
+
0,
|
|
902
|
+
[_ev],
|
|
903
|
+
[() => DataIntegrationEvent],
|
|
904
|
+
];
|
|
905
|
+
var GetDataIntegrationFlowExecutionRequest = [
|
|
906
|
+
3,
|
|
907
|
+
n0,
|
|
908
|
+
_GDIFER,
|
|
909
|
+
0,
|
|
910
|
+
[_iI, _fN, _eIx],
|
|
911
|
+
[
|
|
912
|
+
[0, 1],
|
|
913
|
+
[0, 1],
|
|
914
|
+
[0, 1],
|
|
915
|
+
],
|
|
916
|
+
];
|
|
917
|
+
var GetDataIntegrationFlowExecutionResponse = [
|
|
918
|
+
3,
|
|
919
|
+
n0,
|
|
920
|
+
_GDIFERe,
|
|
921
|
+
0,
|
|
922
|
+
[_fE],
|
|
923
|
+
[() => DataIntegrationFlowExecution],
|
|
924
|
+
];
|
|
925
|
+
var GetDataIntegrationFlowRequest = [
|
|
926
|
+
3,
|
|
927
|
+
n0,
|
|
928
|
+
_GDIFR,
|
|
929
|
+
0,
|
|
930
|
+
[_iI, _n],
|
|
931
|
+
[
|
|
932
|
+
[0, 1],
|
|
933
|
+
[0, 1],
|
|
934
|
+
],
|
|
935
|
+
];
|
|
936
|
+
var GetDataIntegrationFlowResponse = [
|
|
937
|
+
3,
|
|
938
|
+
n0,
|
|
939
|
+
_GDIFRe,
|
|
940
|
+
0,
|
|
941
|
+
[_fl],
|
|
942
|
+
[[() => DataIntegrationFlow, 0]],
|
|
943
|
+
];
|
|
944
|
+
var GetDataLakeDatasetRequest = [
|
|
945
|
+
3,
|
|
946
|
+
n0,
|
|
947
|
+
_GDLDR,
|
|
948
|
+
0,
|
|
949
|
+
[_iI, _na, _n],
|
|
950
|
+
[
|
|
951
|
+
[0, 1],
|
|
952
|
+
[0, 1],
|
|
953
|
+
[0, 1],
|
|
954
|
+
],
|
|
955
|
+
];
|
|
956
|
+
var GetDataLakeDatasetResponse = [3, n0, _GDLDRe, 0, [_da], [() => DataLakeDataset]];
|
|
957
|
+
var GetDataLakeNamespaceRequest = [
|
|
958
|
+
3,
|
|
959
|
+
n0,
|
|
960
|
+
_GDLNR,
|
|
961
|
+
0,
|
|
962
|
+
[_iI, _n],
|
|
963
|
+
[
|
|
964
|
+
[0, 1],
|
|
965
|
+
[0, 1],
|
|
966
|
+
],
|
|
967
|
+
];
|
|
968
|
+
var GetDataLakeNamespaceResponse = [3, n0, _GDLNRe, 0, [_na], [() => DataLakeNamespace]];
|
|
969
|
+
var GetInstanceRequest = [3, n0, _GIR, 0, [_iI], [[0, 1]]];
|
|
970
|
+
var GetInstanceResponse = [3, n0, _GIRe, 0, [_i], [() => Instance]];
|
|
971
|
+
var Instance = [
|
|
972
|
+
3,
|
|
973
|
+
n0,
|
|
974
|
+
_I,
|
|
975
|
+
0,
|
|
976
|
+
[_iI, _aAI, _st, _eM, _wADD, _cTr, _lMT, _iN, _iD, _kKA, _vN],
|
|
977
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 1],
|
|
978
|
+
];
|
|
979
|
+
var InternalServerException = [
|
|
980
|
+
-3,
|
|
981
|
+
n0,
|
|
982
|
+
_ISE,
|
|
983
|
+
{
|
|
984
|
+
[_e]: _se,
|
|
985
|
+
[_hE]: 500,
|
|
986
|
+
},
|
|
987
|
+
[_m],
|
|
988
|
+
[0],
|
|
989
|
+
];
|
|
990
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
991
|
+
var ListDataIntegrationEventsRequest = [
|
|
992
|
+
3,
|
|
993
|
+
n0,
|
|
994
|
+
_LDIER,
|
|
995
|
+
0,
|
|
996
|
+
[_iI, _eT, _nT, _mR],
|
|
997
|
+
[
|
|
998
|
+
[0, 1],
|
|
999
|
+
[
|
|
1000
|
+
0,
|
|
1001
|
+
{
|
|
1002
|
+
[_hQ]: _eT,
|
|
1003
|
+
},
|
|
1004
|
+
],
|
|
1005
|
+
[
|
|
1006
|
+
0,
|
|
1007
|
+
{
|
|
1008
|
+
[_hQ]: _nT,
|
|
1009
|
+
},
|
|
1010
|
+
],
|
|
1011
|
+
[
|
|
1012
|
+
1,
|
|
1013
|
+
{
|
|
1014
|
+
[_hQ]: _mR,
|
|
1015
|
+
},
|
|
1016
|
+
],
|
|
1017
|
+
],
|
|
1018
|
+
];
|
|
1019
|
+
var ListDataIntegrationEventsResponse = [
|
|
1020
|
+
3,
|
|
1021
|
+
n0,
|
|
1022
|
+
_LDIERi,
|
|
1023
|
+
0,
|
|
1024
|
+
[_eve, _nT],
|
|
1025
|
+
[() => DataIntegrationEventList, 0],
|
|
1026
|
+
];
|
|
1027
|
+
var ListDataIntegrationFlowExecutionsRequest = [
|
|
1028
|
+
3,
|
|
1029
|
+
n0,
|
|
1030
|
+
_LDIFER,
|
|
1031
|
+
0,
|
|
1032
|
+
[_iI, _fN, _nT, _mR],
|
|
1033
|
+
[
|
|
1034
|
+
[0, 1],
|
|
1035
|
+
[0, 1],
|
|
1036
|
+
[
|
|
1037
|
+
0,
|
|
1038
|
+
{
|
|
1039
|
+
[_hQ]: _nT,
|
|
1040
|
+
},
|
|
1041
|
+
],
|
|
1042
|
+
[
|
|
1043
|
+
1,
|
|
1044
|
+
{
|
|
1045
|
+
[_hQ]: _mR,
|
|
1046
|
+
},
|
|
1047
|
+
],
|
|
1048
|
+
],
|
|
1049
|
+
];
|
|
1050
|
+
var ListDataIntegrationFlowExecutionsResponse = [
|
|
1051
|
+
3,
|
|
1052
|
+
n0,
|
|
1053
|
+
_LDIFERi,
|
|
1054
|
+
0,
|
|
1055
|
+
[_fEl, _nT],
|
|
1056
|
+
[() => DataIntegrationFlowExecutionList, 0],
|
|
1057
|
+
];
|
|
1058
|
+
var ListDataIntegrationFlowsRequest = [
|
|
1059
|
+
3,
|
|
1060
|
+
n0,
|
|
1061
|
+
_LDIFR,
|
|
1062
|
+
0,
|
|
1063
|
+
[_iI, _nT, _mR],
|
|
1064
|
+
[
|
|
1065
|
+
[0, 1],
|
|
1066
|
+
[
|
|
1067
|
+
0,
|
|
1068
|
+
{
|
|
1069
|
+
[_hQ]: _nT,
|
|
1070
|
+
},
|
|
1071
|
+
],
|
|
1072
|
+
[
|
|
1073
|
+
1,
|
|
1074
|
+
{
|
|
1075
|
+
[_hQ]: _mR,
|
|
1076
|
+
},
|
|
1077
|
+
],
|
|
1078
|
+
],
|
|
1079
|
+
];
|
|
1080
|
+
var ListDataIntegrationFlowsResponse = [
|
|
1081
|
+
3,
|
|
1082
|
+
n0,
|
|
1083
|
+
_LDIFRi,
|
|
1084
|
+
0,
|
|
1085
|
+
[_flo, _nT],
|
|
1086
|
+
[[() => DataIntegrationFlowList, 0], 0],
|
|
1087
|
+
];
|
|
1088
|
+
var ListDataLakeDatasetsRequest = [
|
|
1089
|
+
3,
|
|
1090
|
+
n0,
|
|
1091
|
+
_LDLDR,
|
|
1092
|
+
0,
|
|
1093
|
+
[_iI, _na, _nT, _mR],
|
|
1094
|
+
[
|
|
1095
|
+
[0, 1],
|
|
1096
|
+
[0, 1],
|
|
1097
|
+
[
|
|
1098
|
+
0,
|
|
1099
|
+
{
|
|
1100
|
+
[_hQ]: _nT,
|
|
1101
|
+
},
|
|
1102
|
+
],
|
|
1103
|
+
[
|
|
1104
|
+
1,
|
|
1105
|
+
{
|
|
1106
|
+
[_hQ]: _mR,
|
|
1107
|
+
},
|
|
1108
|
+
],
|
|
1109
|
+
],
|
|
1110
|
+
];
|
|
1111
|
+
var ListDataLakeDatasetsResponse = [
|
|
1112
|
+
3,
|
|
1113
|
+
n0,
|
|
1114
|
+
_LDLDRi,
|
|
1115
|
+
0,
|
|
1116
|
+
[_dat, _nT],
|
|
1117
|
+
[() => DataLakeDatasetList, 0],
|
|
1118
|
+
];
|
|
1119
|
+
var ListDataLakeNamespacesRequest = [
|
|
1120
|
+
3,
|
|
1121
|
+
n0,
|
|
1122
|
+
_LDLNR,
|
|
1123
|
+
0,
|
|
1124
|
+
[_iI, _nT, _mR],
|
|
1125
|
+
[
|
|
1126
|
+
[0, 1],
|
|
1127
|
+
[
|
|
1128
|
+
0,
|
|
1129
|
+
{
|
|
1130
|
+
[_hQ]: _nT,
|
|
1131
|
+
},
|
|
1132
|
+
],
|
|
1133
|
+
[
|
|
1134
|
+
1,
|
|
1135
|
+
{
|
|
1136
|
+
[_hQ]: _mR,
|
|
1137
|
+
},
|
|
1138
|
+
],
|
|
1139
|
+
],
|
|
1140
|
+
];
|
|
1141
|
+
var ListDataLakeNamespacesResponse = [
|
|
1142
|
+
3,
|
|
1143
|
+
n0,
|
|
1144
|
+
_LDLNRi,
|
|
1145
|
+
0,
|
|
1146
|
+
[_nam, _nT],
|
|
1147
|
+
[() => DataLakeNamespaceList, 0],
|
|
1148
|
+
];
|
|
1149
|
+
var ListInstancesRequest = [
|
|
1150
|
+
3,
|
|
1151
|
+
n0,
|
|
1152
|
+
_LIR,
|
|
1153
|
+
0,
|
|
1154
|
+
[_nT, _mR, _iNF, _iSF],
|
|
1155
|
+
[
|
|
1156
|
+
[
|
|
1157
|
+
0,
|
|
1158
|
+
{
|
|
1159
|
+
[_hQ]: _nT,
|
|
1160
|
+
},
|
|
1161
|
+
],
|
|
1162
|
+
[
|
|
1163
|
+
1,
|
|
1164
|
+
{
|
|
1165
|
+
[_hQ]: _mR,
|
|
1166
|
+
},
|
|
1167
|
+
],
|
|
1168
|
+
[
|
|
1169
|
+
64 | 0,
|
|
1170
|
+
{
|
|
1171
|
+
[_hQ]: _iNF,
|
|
1172
|
+
},
|
|
1173
|
+
],
|
|
1174
|
+
[
|
|
1175
|
+
64 | 0,
|
|
1176
|
+
{
|
|
1177
|
+
[_hQ]: _iSF,
|
|
1178
|
+
},
|
|
1179
|
+
],
|
|
1180
|
+
],
|
|
1181
|
+
];
|
|
1182
|
+
var ListInstancesResponse = [3, n0, _LIRi, 0, [_in, _nT], [() => InstanceList, 0]];
|
|
1183
|
+
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1184
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_tag], [128 | 0]];
|
|
1185
|
+
var ResourceNotFoundException = [
|
|
1186
|
+
-3,
|
|
1187
|
+
n0,
|
|
1188
|
+
_RNFE,
|
|
1189
|
+
{
|
|
1190
|
+
[_e]: _c,
|
|
1191
|
+
[_hE]: 404,
|
|
1192
|
+
},
|
|
1193
|
+
[_m],
|
|
1194
|
+
[0],
|
|
1195
|
+
];
|
|
1196
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1197
|
+
var SendDataIntegrationEventRequest = [
|
|
1198
|
+
3,
|
|
1199
|
+
n0,
|
|
1200
|
+
_SDIER,
|
|
1201
|
+
0,
|
|
1202
|
+
[_iI, _eT, _data, _eGI, _eTv, _cT, _dT],
|
|
1203
|
+
[[0, 1], 0, [() => DataIntegrationEventData, 0], 0, 7, [0, 4], () => DataIntegrationEventDatasetTargetConfiguration],
|
|
1204
|
+
];
|
|
1205
|
+
var SendDataIntegrationEventResponse = [3, n0, _SDIERe, 0, [_eI], [0]];
|
|
1206
|
+
var ServiceQuotaExceededException = [
|
|
1207
|
+
-3,
|
|
1208
|
+
n0,
|
|
1209
|
+
_SQEE,
|
|
1210
|
+
{
|
|
1211
|
+
[_e]: _c,
|
|
1212
|
+
[_hE]: 402,
|
|
1213
|
+
},
|
|
1214
|
+
[_m],
|
|
1215
|
+
[0],
|
|
1216
|
+
];
|
|
1217
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
1218
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _tag], [[0, 1], 128 | 0]];
|
|
1219
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1220
|
+
var ThrottlingException = [
|
|
1221
|
+
-3,
|
|
1222
|
+
n0,
|
|
1223
|
+
_TE,
|
|
1224
|
+
{
|
|
1225
|
+
[_e]: _c,
|
|
1226
|
+
[_hE]: 429,
|
|
1227
|
+
},
|
|
1228
|
+
[_m],
|
|
1229
|
+
[0],
|
|
1230
|
+
];
|
|
1231
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1232
|
+
var UntagResourceRequest = [
|
|
1233
|
+
3,
|
|
1234
|
+
n0,
|
|
1235
|
+
_URR,
|
|
1236
|
+
0,
|
|
1237
|
+
[_rA, _tK],
|
|
1238
|
+
[
|
|
1239
|
+
[0, 1],
|
|
1240
|
+
[
|
|
1241
|
+
64 | 0,
|
|
1242
|
+
{
|
|
1243
|
+
[_hQ]: _tK,
|
|
1244
|
+
},
|
|
1245
|
+
],
|
|
1246
|
+
],
|
|
1247
|
+
];
|
|
1248
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1249
|
+
var UpdateDataIntegrationFlowRequest = [
|
|
1250
|
+
3,
|
|
1251
|
+
n0,
|
|
1252
|
+
_UDIFR,
|
|
1253
|
+
0,
|
|
1254
|
+
[_iI, _n, _so, _t, _ta],
|
|
1255
|
+
[
|
|
1256
|
+
[0, 1],
|
|
1257
|
+
[0, 1],
|
|
1258
|
+
() => DataIntegrationFlowSourceList,
|
|
1259
|
+
[() => DataIntegrationFlowTransformation, 0],
|
|
1260
|
+
() => DataIntegrationFlowTarget,
|
|
1261
|
+
],
|
|
1262
|
+
];
|
|
1263
|
+
var UpdateDataIntegrationFlowResponse = [
|
|
1264
|
+
3,
|
|
1265
|
+
n0,
|
|
1266
|
+
_UDIFRp,
|
|
1267
|
+
0,
|
|
1268
|
+
[_fl],
|
|
1269
|
+
[[() => DataIntegrationFlow, 0]],
|
|
1270
|
+
];
|
|
1271
|
+
var UpdateDataLakeDatasetRequest = [
|
|
1272
|
+
3,
|
|
1273
|
+
n0,
|
|
1274
|
+
_UDLDR,
|
|
1275
|
+
0,
|
|
1276
|
+
[_iI, _na, _n, _d],
|
|
1277
|
+
[[0, 1], [0, 1], [0, 1], 0],
|
|
1278
|
+
];
|
|
1279
|
+
var UpdateDataLakeDatasetResponse = [3, n0, _UDLDRp, 0, [_da], [() => DataLakeDataset]];
|
|
1280
|
+
var UpdateDataLakeNamespaceRequest = [
|
|
1281
|
+
3,
|
|
1282
|
+
n0,
|
|
1283
|
+
_UDLNR,
|
|
1284
|
+
0,
|
|
1285
|
+
[_iI, _n, _d],
|
|
1286
|
+
[[0, 1], [0, 1], 0],
|
|
1287
|
+
];
|
|
1288
|
+
var UpdateDataLakeNamespaceResponse = [
|
|
1289
|
+
3,
|
|
1290
|
+
n0,
|
|
1291
|
+
_UDLNRp,
|
|
1292
|
+
0,
|
|
1293
|
+
[_na],
|
|
1294
|
+
[() => DataLakeNamespace],
|
|
1295
|
+
];
|
|
1296
|
+
var UpdateInstanceRequest = [3, n0, _UIR, 0, [_iI, _iN, _iD], [[0, 1], 0, 0]];
|
|
1297
|
+
var UpdateInstanceResponse = [3, n0, _UIRp, 0, [_i], [() => Instance]];
|
|
1298
|
+
var ValidationException = [
|
|
1299
|
+
-3,
|
|
1300
|
+
n0,
|
|
1301
|
+
_VE,
|
|
1302
|
+
{
|
|
1303
|
+
[_e]: _c,
|
|
1304
|
+
[_hE]: 400,
|
|
1305
|
+
},
|
|
1306
|
+
[_m],
|
|
1307
|
+
[0],
|
|
1308
|
+
];
|
|
1309
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1310
|
+
var SupplyChainServiceException = [-3, _sm, "SupplyChainServiceException", 0, [], []];
|
|
1311
|
+
schema.TypeRegistry.for(_sm).registerError(SupplyChainServiceException, SupplyChainServiceException$1);
|
|
1312
|
+
var DataIntegrationEventList = [1, n0, _DIEL, 0, () => DataIntegrationEvent];
|
|
1313
|
+
var DataIntegrationFlowExecutionList = [1, n0, _DIFEL, 0, () => DataIntegrationFlowExecution];
|
|
1314
|
+
var DataIntegrationFlowFieldPriorityDedupeFieldList = [
|
|
1315
|
+
1,
|
|
1316
|
+
n0,
|
|
1317
|
+
_DIFFPDFL,
|
|
1318
|
+
0,
|
|
1319
|
+
() => DataIntegrationFlowFieldPriorityDedupeField,
|
|
1320
|
+
];
|
|
1321
|
+
var DataIntegrationFlowList = [1, n0, _DIFL, 0, [() => DataIntegrationFlow, 0]];
|
|
1322
|
+
var DataIntegrationFlowSourceList = [1, n0, _DIFSL, 0, () => DataIntegrationFlowSource];
|
|
1323
|
+
var DataLakeDatasetList = [1, n0, _DLDL, 0, () => DataLakeDataset];
|
|
1324
|
+
var DataLakeDatasetPartitionFieldList = [
|
|
1325
|
+
1,
|
|
1326
|
+
n0,
|
|
1327
|
+
_DLDPFL,
|
|
1328
|
+
0,
|
|
1329
|
+
() => DataLakeDatasetPartitionField,
|
|
1330
|
+
];
|
|
1331
|
+
var DataLakeDatasetPrimaryKeyFieldList = [
|
|
1332
|
+
1,
|
|
1333
|
+
n0,
|
|
1334
|
+
_DLDPKFL,
|
|
1335
|
+
0,
|
|
1336
|
+
() => DataLakeDatasetPrimaryKeyField,
|
|
1337
|
+
];
|
|
1338
|
+
var DataLakeDatasetSchemaFieldList = [1, n0, _DLDSFL, 0, () => DataLakeDatasetSchemaField];
|
|
1339
|
+
var DataLakeNamespaceList = [1, n0, _DLNL, 0, () => DataLakeNamespace];
|
|
1340
|
+
var InstanceList = [1, n0, _IL, 0, () => Instance];
|
|
1341
|
+
var CreateBillOfMaterialsImportJob = [
|
|
1342
|
+
9,
|
|
1343
|
+
n0,
|
|
1344
|
+
_CBOMIJ,
|
|
1345
|
+
{
|
|
1346
|
+
[_h]: ["POST", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs", 200],
|
|
1347
|
+
},
|
|
1348
|
+
() => CreateBillOfMaterialsImportJobRequest,
|
|
1349
|
+
() => CreateBillOfMaterialsImportJobResponse,
|
|
1350
|
+
];
|
|
1351
|
+
var CreateDataIntegrationFlow = [
|
|
1352
|
+
9,
|
|
1353
|
+
n0,
|
|
1354
|
+
_CDIF,
|
|
1355
|
+
{
|
|
1356
|
+
[_h]: ["PUT", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
|
|
1357
|
+
},
|
|
1358
|
+
() => CreateDataIntegrationFlowRequest,
|
|
1359
|
+
() => CreateDataIntegrationFlowResponse,
|
|
1360
|
+
];
|
|
1361
|
+
var CreateDataLakeDataset = [
|
|
1362
|
+
9,
|
|
1363
|
+
n0,
|
|
1364
|
+
_CDLD,
|
|
1365
|
+
{
|
|
1366
|
+
[_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
|
|
1367
|
+
},
|
|
1368
|
+
() => CreateDataLakeDatasetRequest,
|
|
1369
|
+
() => CreateDataLakeDatasetResponse,
|
|
1370
|
+
];
|
|
1371
|
+
var CreateDataLakeNamespace = [
|
|
1372
|
+
9,
|
|
1373
|
+
n0,
|
|
1374
|
+
_CDLN,
|
|
1375
|
+
{
|
|
1376
|
+
[_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
|
|
1377
|
+
},
|
|
1378
|
+
() => CreateDataLakeNamespaceRequest,
|
|
1379
|
+
() => CreateDataLakeNamespaceResponse,
|
|
1380
|
+
];
|
|
1381
|
+
var CreateInstance = [
|
|
1382
|
+
9,
|
|
1383
|
+
n0,
|
|
1384
|
+
_CI,
|
|
1385
|
+
{
|
|
1386
|
+
[_h]: ["POST", "/api/instance", 200],
|
|
1387
|
+
},
|
|
1388
|
+
() => CreateInstanceRequest,
|
|
1389
|
+
() => CreateInstanceResponse,
|
|
1390
|
+
];
|
|
1391
|
+
var DeleteDataIntegrationFlow = [
|
|
1392
|
+
9,
|
|
1393
|
+
n0,
|
|
1394
|
+
_DDIF,
|
|
1395
|
+
{
|
|
1396
|
+
[_h]: ["DELETE", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
|
|
1397
|
+
},
|
|
1398
|
+
() => DeleteDataIntegrationFlowRequest,
|
|
1399
|
+
() => DeleteDataIntegrationFlowResponse,
|
|
1400
|
+
];
|
|
1401
|
+
var DeleteDataLakeDataset = [
|
|
1402
|
+
9,
|
|
1403
|
+
n0,
|
|
1404
|
+
_DDLD,
|
|
1405
|
+
{
|
|
1406
|
+
[_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
|
|
1407
|
+
},
|
|
1408
|
+
() => DeleteDataLakeDatasetRequest,
|
|
1409
|
+
() => DeleteDataLakeDatasetResponse,
|
|
1410
|
+
];
|
|
1411
|
+
var DeleteDataLakeNamespace = [
|
|
1412
|
+
9,
|
|
1413
|
+
n0,
|
|
1414
|
+
_DDLN,
|
|
1415
|
+
{
|
|
1416
|
+
[_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
|
|
1417
|
+
},
|
|
1418
|
+
() => DeleteDataLakeNamespaceRequest,
|
|
1419
|
+
() => DeleteDataLakeNamespaceResponse,
|
|
1420
|
+
];
|
|
1421
|
+
var DeleteInstance = [
|
|
1422
|
+
9,
|
|
1423
|
+
n0,
|
|
1424
|
+
_DI,
|
|
1425
|
+
{
|
|
1426
|
+
[_h]: ["DELETE", "/api/instance/{instanceId}", 200],
|
|
1427
|
+
},
|
|
1428
|
+
() => DeleteInstanceRequest,
|
|
1429
|
+
() => DeleteInstanceResponse,
|
|
1430
|
+
];
|
|
1431
|
+
var GetBillOfMaterialsImportJob = [
|
|
1432
|
+
9,
|
|
1433
|
+
n0,
|
|
1434
|
+
_GBOMIJ,
|
|
1435
|
+
{
|
|
1436
|
+
[_h]: ["GET", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs/{jobId}", 200],
|
|
1437
|
+
},
|
|
1438
|
+
() => GetBillOfMaterialsImportJobRequest,
|
|
1439
|
+
() => GetBillOfMaterialsImportJobResponse,
|
|
1440
|
+
];
|
|
1441
|
+
var GetDataIntegrationEvent = [
|
|
1442
|
+
9,
|
|
1443
|
+
n0,
|
|
1444
|
+
_GDIE,
|
|
1445
|
+
{
|
|
1446
|
+
[_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events/{eventId}", 200],
|
|
1447
|
+
},
|
|
1448
|
+
() => GetDataIntegrationEventRequest,
|
|
1449
|
+
() => GetDataIntegrationEventResponse,
|
|
1450
|
+
];
|
|
1451
|
+
var GetDataIntegrationFlow = [
|
|
1452
|
+
9,
|
|
1453
|
+
n0,
|
|
1454
|
+
_GDIF,
|
|
1455
|
+
{
|
|
1456
|
+
[_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
|
|
1457
|
+
},
|
|
1458
|
+
() => GetDataIntegrationFlowRequest,
|
|
1459
|
+
() => GetDataIntegrationFlowResponse,
|
|
1460
|
+
];
|
|
1461
|
+
var GetDataIntegrationFlowExecution = [
|
|
1462
|
+
9,
|
|
1463
|
+
n0,
|
|
1464
|
+
_GDIFE,
|
|
1465
|
+
{
|
|
1466
|
+
[_h]: [
|
|
1467
|
+
"GET",
|
|
1468
|
+
"/api-data/data-integration/instance/{instanceId}/data-integration-flows/{flowName}/executions/{executionId}",
|
|
1469
|
+
200,
|
|
1470
|
+
],
|
|
1471
|
+
},
|
|
1472
|
+
() => GetDataIntegrationFlowExecutionRequest,
|
|
1473
|
+
() => GetDataIntegrationFlowExecutionResponse,
|
|
1474
|
+
];
|
|
1475
|
+
var GetDataLakeDataset = [
|
|
1476
|
+
9,
|
|
1477
|
+
n0,
|
|
1478
|
+
_GDLD,
|
|
1479
|
+
{
|
|
1480
|
+
[_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
|
|
1481
|
+
},
|
|
1482
|
+
() => GetDataLakeDatasetRequest,
|
|
1483
|
+
() => GetDataLakeDatasetResponse,
|
|
1484
|
+
];
|
|
1485
|
+
var GetDataLakeNamespace = [
|
|
1486
|
+
9,
|
|
1487
|
+
n0,
|
|
1488
|
+
_GDLN,
|
|
1489
|
+
{
|
|
1490
|
+
[_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
|
|
1491
|
+
},
|
|
1492
|
+
() => GetDataLakeNamespaceRequest,
|
|
1493
|
+
() => GetDataLakeNamespaceResponse,
|
|
1494
|
+
];
|
|
1495
|
+
var GetInstance = [
|
|
1496
|
+
9,
|
|
1497
|
+
n0,
|
|
1498
|
+
_GI,
|
|
1499
|
+
{
|
|
1500
|
+
[_h]: ["GET", "/api/instance/{instanceId}", 200],
|
|
1501
|
+
},
|
|
1502
|
+
() => GetInstanceRequest,
|
|
1503
|
+
() => GetInstanceResponse,
|
|
1504
|
+
];
|
|
1505
|
+
var ListDataIntegrationEvents = [
|
|
1506
|
+
9,
|
|
1507
|
+
n0,
|
|
1508
|
+
_LDIE,
|
|
1509
|
+
{
|
|
1510
|
+
[_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200],
|
|
1511
|
+
},
|
|
1512
|
+
() => ListDataIntegrationEventsRequest,
|
|
1513
|
+
() => ListDataIntegrationEventsResponse,
|
|
1514
|
+
];
|
|
1515
|
+
var ListDataIntegrationFlowExecutions = [
|
|
1516
|
+
9,
|
|
1517
|
+
n0,
|
|
1518
|
+
_LDIFE,
|
|
1519
|
+
{
|
|
1520
|
+
[_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-flows/{flowName}/executions", 200],
|
|
1521
|
+
},
|
|
1522
|
+
() => ListDataIntegrationFlowExecutionsRequest,
|
|
1523
|
+
() => ListDataIntegrationFlowExecutionsResponse,
|
|
1524
|
+
];
|
|
1525
|
+
var ListDataIntegrationFlows = [
|
|
1526
|
+
9,
|
|
1527
|
+
n0,
|
|
1528
|
+
_LDIF,
|
|
1529
|
+
{
|
|
1530
|
+
[_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows", 200],
|
|
1531
|
+
},
|
|
1532
|
+
() => ListDataIntegrationFlowsRequest,
|
|
1533
|
+
() => ListDataIntegrationFlowsResponse,
|
|
1534
|
+
];
|
|
1535
|
+
var ListDataLakeDatasets = [
|
|
1536
|
+
9,
|
|
1537
|
+
n0,
|
|
1538
|
+
_LDLD,
|
|
1539
|
+
{
|
|
1540
|
+
[_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets", 200],
|
|
1541
|
+
},
|
|
1542
|
+
() => ListDataLakeDatasetsRequest,
|
|
1543
|
+
() => ListDataLakeDatasetsResponse,
|
|
1544
|
+
];
|
|
1545
|
+
var ListDataLakeNamespaces = [
|
|
1546
|
+
9,
|
|
1547
|
+
n0,
|
|
1548
|
+
_LDLN,
|
|
1549
|
+
{
|
|
1550
|
+
[_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces", 200],
|
|
1551
|
+
},
|
|
1552
|
+
() => ListDataLakeNamespacesRequest,
|
|
1553
|
+
() => ListDataLakeNamespacesResponse,
|
|
1554
|
+
];
|
|
1555
|
+
var ListInstances = [
|
|
1556
|
+
9,
|
|
1557
|
+
n0,
|
|
1558
|
+
_LI,
|
|
1559
|
+
{
|
|
1560
|
+
[_h]: ["GET", "/api/instance", 200],
|
|
1561
|
+
},
|
|
1562
|
+
() => ListInstancesRequest,
|
|
1563
|
+
() => ListInstancesResponse,
|
|
1564
|
+
];
|
|
1565
|
+
var ListTagsForResource = [
|
|
1566
|
+
9,
|
|
1567
|
+
n0,
|
|
1568
|
+
_LTFR,
|
|
1569
|
+
{
|
|
1570
|
+
[_h]: ["GET", "/api/tags/{resourceArn}", 200],
|
|
1571
|
+
},
|
|
1572
|
+
() => ListTagsForResourceRequest,
|
|
1573
|
+
() => ListTagsForResourceResponse,
|
|
1574
|
+
];
|
|
1575
|
+
var SendDataIntegrationEvent = [
|
|
1576
|
+
9,
|
|
1577
|
+
n0,
|
|
1578
|
+
_SDIE,
|
|
1579
|
+
{
|
|
1580
|
+
[_h]: ["POST", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200],
|
|
1581
|
+
},
|
|
1582
|
+
() => SendDataIntegrationEventRequest,
|
|
1583
|
+
() => SendDataIntegrationEventResponse,
|
|
1584
|
+
];
|
|
1585
|
+
var TagResource = [
|
|
1586
|
+
9,
|
|
1587
|
+
n0,
|
|
1588
|
+
_TR,
|
|
1589
|
+
{
|
|
1590
|
+
[_h]: ["POST", "/api/tags/{resourceArn}", 200],
|
|
1591
|
+
},
|
|
1592
|
+
() => TagResourceRequest,
|
|
1593
|
+
() => TagResourceResponse,
|
|
1594
|
+
];
|
|
1595
|
+
var UntagResource = [
|
|
1596
|
+
9,
|
|
1597
|
+
n0,
|
|
1598
|
+
_UR,
|
|
1599
|
+
{
|
|
1600
|
+
[_h]: ["DELETE", "/api/tags/{resourceArn}", 200],
|
|
1601
|
+
},
|
|
1602
|
+
() => UntagResourceRequest,
|
|
1603
|
+
() => UntagResourceResponse,
|
|
1604
|
+
];
|
|
1605
|
+
var UpdateDataIntegrationFlow = [
|
|
1606
|
+
9,
|
|
1607
|
+
n0,
|
|
1608
|
+
_UDIF,
|
|
1609
|
+
{
|
|
1610
|
+
[_h]: ["PATCH", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
|
|
1611
|
+
},
|
|
1612
|
+
() => UpdateDataIntegrationFlowRequest,
|
|
1613
|
+
() => UpdateDataIntegrationFlowResponse,
|
|
1614
|
+
];
|
|
1615
|
+
var UpdateDataLakeDataset = [
|
|
1616
|
+
9,
|
|
1617
|
+
n0,
|
|
1618
|
+
_UDLD,
|
|
1619
|
+
{
|
|
1620
|
+
[_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
|
|
1621
|
+
},
|
|
1622
|
+
() => UpdateDataLakeDatasetRequest,
|
|
1623
|
+
() => UpdateDataLakeDatasetResponse,
|
|
1624
|
+
];
|
|
1625
|
+
var UpdateDataLakeNamespace = [
|
|
1626
|
+
9,
|
|
1627
|
+
n0,
|
|
1628
|
+
_UDLN,
|
|
1629
|
+
{
|
|
1630
|
+
[_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
|
|
1631
|
+
},
|
|
1632
|
+
() => UpdateDataLakeNamespaceRequest,
|
|
1633
|
+
() => UpdateDataLakeNamespaceResponse,
|
|
1634
|
+
];
|
|
1635
|
+
var UpdateInstance = [
|
|
1636
|
+
9,
|
|
1637
|
+
n0,
|
|
1638
|
+
_UI,
|
|
1639
|
+
{
|
|
1640
|
+
[_h]: ["PATCH", "/api/instance/{instanceId}", 200],
|
|
1641
|
+
},
|
|
1642
|
+
() => UpdateInstanceRequest,
|
|
1643
|
+
() => UpdateInstanceResponse,
|
|
1644
|
+
];
|
|
1424
1645
|
|
|
1425
1646
|
class CreateBillOfMaterialsImportJobCommand extends smithyClient.Command
|
|
1426
1647
|
.classBuilder()
|
|
1427
1648
|
.ep(commonParams)
|
|
1428
1649
|
.m(function (Command, cs, config, o) {
|
|
1429
|
-
return [
|
|
1430
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1431
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1432
|
-
];
|
|
1650
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1433
1651
|
})
|
|
1434
1652
|
.s("GalaxyPublicAPIGateway", "CreateBillOfMaterialsImportJob", {})
|
|
1435
1653
|
.n("SupplyChainClient", "CreateBillOfMaterialsImportJobCommand")
|
|
1436
|
-
.
|
|
1437
|
-
.ser(se_CreateBillOfMaterialsImportJobCommand)
|
|
1438
|
-
.de(de_CreateBillOfMaterialsImportJobCommand)
|
|
1654
|
+
.sc(CreateBillOfMaterialsImportJob)
|
|
1439
1655
|
.build() {
|
|
1440
1656
|
}
|
|
1441
1657
|
|
|
@@ -1443,16 +1659,11 @@ class CreateDataIntegrationFlowCommand extends smithyClient.Command
|
|
|
1443
1659
|
.classBuilder()
|
|
1444
1660
|
.ep(commonParams)
|
|
1445
1661
|
.m(function (Command, cs, config, o) {
|
|
1446
|
-
return [
|
|
1447
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1448
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1449
|
-
];
|
|
1662
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1450
1663
|
})
|
|
1451
1664
|
.s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {})
|
|
1452
1665
|
.n("SupplyChainClient", "CreateDataIntegrationFlowCommand")
|
|
1453
|
-
.
|
|
1454
|
-
.ser(se_CreateDataIntegrationFlowCommand)
|
|
1455
|
-
.de(de_CreateDataIntegrationFlowCommand)
|
|
1666
|
+
.sc(CreateDataIntegrationFlow)
|
|
1456
1667
|
.build() {
|
|
1457
1668
|
}
|
|
1458
1669
|
|
|
@@ -1460,16 +1671,11 @@ class CreateDataLakeDatasetCommand extends smithyClient.Command
|
|
|
1460
1671
|
.classBuilder()
|
|
1461
1672
|
.ep(commonParams)
|
|
1462
1673
|
.m(function (Command, cs, config, o) {
|
|
1463
|
-
return [
|
|
1464
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1465
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1466
|
-
];
|
|
1674
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1467
1675
|
})
|
|
1468
1676
|
.s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {})
|
|
1469
1677
|
.n("SupplyChainClient", "CreateDataLakeDatasetCommand")
|
|
1470
|
-
.
|
|
1471
|
-
.ser(se_CreateDataLakeDatasetCommand)
|
|
1472
|
-
.de(de_CreateDataLakeDatasetCommand)
|
|
1678
|
+
.sc(CreateDataLakeDataset)
|
|
1473
1679
|
.build() {
|
|
1474
1680
|
}
|
|
1475
1681
|
|
|
@@ -1477,16 +1683,11 @@ class CreateDataLakeNamespaceCommand extends smithyClient.Command
|
|
|
1477
1683
|
.classBuilder()
|
|
1478
1684
|
.ep(commonParams)
|
|
1479
1685
|
.m(function (Command, cs, config, o) {
|
|
1480
|
-
return [
|
|
1481
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1482
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1483
|
-
];
|
|
1686
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1484
1687
|
})
|
|
1485
1688
|
.s("GalaxyPublicAPIGateway", "CreateDataLakeNamespace", {})
|
|
1486
1689
|
.n("SupplyChainClient", "CreateDataLakeNamespaceCommand")
|
|
1487
|
-
.
|
|
1488
|
-
.ser(se_CreateDataLakeNamespaceCommand)
|
|
1489
|
-
.de(de_CreateDataLakeNamespaceCommand)
|
|
1690
|
+
.sc(CreateDataLakeNamespace)
|
|
1490
1691
|
.build() {
|
|
1491
1692
|
}
|
|
1492
1693
|
|
|
@@ -1494,16 +1695,11 @@ class CreateInstanceCommand extends smithyClient.Command
|
|
|
1494
1695
|
.classBuilder()
|
|
1495
1696
|
.ep(commonParams)
|
|
1496
1697
|
.m(function (Command, cs, config, o) {
|
|
1497
|
-
return [
|
|
1498
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1499
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1500
|
-
];
|
|
1698
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1501
1699
|
})
|
|
1502
1700
|
.s("GalaxyPublicAPIGateway", "CreateInstance", {})
|
|
1503
1701
|
.n("SupplyChainClient", "CreateInstanceCommand")
|
|
1504
|
-
.
|
|
1505
|
-
.ser(se_CreateInstanceCommand)
|
|
1506
|
-
.de(de_CreateInstanceCommand)
|
|
1702
|
+
.sc(CreateInstance)
|
|
1507
1703
|
.build() {
|
|
1508
1704
|
}
|
|
1509
1705
|
|
|
@@ -1511,16 +1707,11 @@ class DeleteDataIntegrationFlowCommand extends smithyClient.Command
|
|
|
1511
1707
|
.classBuilder()
|
|
1512
1708
|
.ep(commonParams)
|
|
1513
1709
|
.m(function (Command, cs, config, o) {
|
|
1514
|
-
return [
|
|
1515
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1516
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1517
|
-
];
|
|
1710
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1518
1711
|
})
|
|
1519
1712
|
.s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {})
|
|
1520
1713
|
.n("SupplyChainClient", "DeleteDataIntegrationFlowCommand")
|
|
1521
|
-
.
|
|
1522
|
-
.ser(se_DeleteDataIntegrationFlowCommand)
|
|
1523
|
-
.de(de_DeleteDataIntegrationFlowCommand)
|
|
1714
|
+
.sc(DeleteDataIntegrationFlow)
|
|
1524
1715
|
.build() {
|
|
1525
1716
|
}
|
|
1526
1717
|
|
|
@@ -1528,16 +1719,11 @@ class DeleteDataLakeDatasetCommand extends smithyClient.Command
|
|
|
1528
1719
|
.classBuilder()
|
|
1529
1720
|
.ep(commonParams)
|
|
1530
1721
|
.m(function (Command, cs, config, o) {
|
|
1531
|
-
return [
|
|
1532
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1533
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1534
|
-
];
|
|
1722
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1535
1723
|
})
|
|
1536
1724
|
.s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {})
|
|
1537
1725
|
.n("SupplyChainClient", "DeleteDataLakeDatasetCommand")
|
|
1538
|
-
.
|
|
1539
|
-
.ser(se_DeleteDataLakeDatasetCommand)
|
|
1540
|
-
.de(de_DeleteDataLakeDatasetCommand)
|
|
1726
|
+
.sc(DeleteDataLakeDataset)
|
|
1541
1727
|
.build() {
|
|
1542
1728
|
}
|
|
1543
1729
|
|
|
@@ -1545,16 +1731,11 @@ class DeleteDataLakeNamespaceCommand extends smithyClient.Command
|
|
|
1545
1731
|
.classBuilder()
|
|
1546
1732
|
.ep(commonParams)
|
|
1547
1733
|
.m(function (Command, cs, config, o) {
|
|
1548
|
-
return [
|
|
1549
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1550
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1551
|
-
];
|
|
1734
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1552
1735
|
})
|
|
1553
1736
|
.s("GalaxyPublicAPIGateway", "DeleteDataLakeNamespace", {})
|
|
1554
1737
|
.n("SupplyChainClient", "DeleteDataLakeNamespaceCommand")
|
|
1555
|
-
.
|
|
1556
|
-
.ser(se_DeleteDataLakeNamespaceCommand)
|
|
1557
|
-
.de(de_DeleteDataLakeNamespaceCommand)
|
|
1738
|
+
.sc(DeleteDataLakeNamespace)
|
|
1558
1739
|
.build() {
|
|
1559
1740
|
}
|
|
1560
1741
|
|
|
@@ -1562,16 +1743,11 @@ class DeleteInstanceCommand extends smithyClient.Command
|
|
|
1562
1743
|
.classBuilder()
|
|
1563
1744
|
.ep(commonParams)
|
|
1564
1745
|
.m(function (Command, cs, config, o) {
|
|
1565
|
-
return [
|
|
1566
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1567
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1568
|
-
];
|
|
1746
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1569
1747
|
})
|
|
1570
1748
|
.s("GalaxyPublicAPIGateway", "DeleteInstance", {})
|
|
1571
1749
|
.n("SupplyChainClient", "DeleteInstanceCommand")
|
|
1572
|
-
.
|
|
1573
|
-
.ser(se_DeleteInstanceCommand)
|
|
1574
|
-
.de(de_DeleteInstanceCommand)
|
|
1750
|
+
.sc(DeleteInstance)
|
|
1575
1751
|
.build() {
|
|
1576
1752
|
}
|
|
1577
1753
|
|
|
@@ -1579,16 +1755,11 @@ class GetBillOfMaterialsImportJobCommand extends smithyClient.Command
|
|
|
1579
1755
|
.classBuilder()
|
|
1580
1756
|
.ep(commonParams)
|
|
1581
1757
|
.m(function (Command, cs, config, o) {
|
|
1582
|
-
return [
|
|
1583
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1584
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1585
|
-
];
|
|
1758
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1586
1759
|
})
|
|
1587
1760
|
.s("GalaxyPublicAPIGateway", "GetBillOfMaterialsImportJob", {})
|
|
1588
1761
|
.n("SupplyChainClient", "GetBillOfMaterialsImportJobCommand")
|
|
1589
|
-
.
|
|
1590
|
-
.ser(se_GetBillOfMaterialsImportJobCommand)
|
|
1591
|
-
.de(de_GetBillOfMaterialsImportJobCommand)
|
|
1762
|
+
.sc(GetBillOfMaterialsImportJob)
|
|
1592
1763
|
.build() {
|
|
1593
1764
|
}
|
|
1594
1765
|
|
|
@@ -1596,16 +1767,11 @@ class GetDataIntegrationEventCommand extends smithyClient.Command
|
|
|
1596
1767
|
.classBuilder()
|
|
1597
1768
|
.ep(commonParams)
|
|
1598
1769
|
.m(function (Command, cs, config, o) {
|
|
1599
|
-
return [
|
|
1600
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1601
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1602
|
-
];
|
|
1770
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1603
1771
|
})
|
|
1604
1772
|
.s("GalaxyPublicAPIGateway", "GetDataIntegrationEvent", {})
|
|
1605
1773
|
.n("SupplyChainClient", "GetDataIntegrationEventCommand")
|
|
1606
|
-
.
|
|
1607
|
-
.ser(se_GetDataIntegrationEventCommand)
|
|
1608
|
-
.de(de_GetDataIntegrationEventCommand)
|
|
1774
|
+
.sc(GetDataIntegrationEvent)
|
|
1609
1775
|
.build() {
|
|
1610
1776
|
}
|
|
1611
1777
|
|
|
@@ -1613,16 +1779,11 @@ class GetDataIntegrationFlowCommand extends smithyClient.Command
|
|
|
1613
1779
|
.classBuilder()
|
|
1614
1780
|
.ep(commonParams)
|
|
1615
1781
|
.m(function (Command, cs, config, o) {
|
|
1616
|
-
return [
|
|
1617
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1618
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1619
|
-
];
|
|
1782
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1620
1783
|
})
|
|
1621
1784
|
.s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {})
|
|
1622
1785
|
.n("SupplyChainClient", "GetDataIntegrationFlowCommand")
|
|
1623
|
-
.
|
|
1624
|
-
.ser(se_GetDataIntegrationFlowCommand)
|
|
1625
|
-
.de(de_GetDataIntegrationFlowCommand)
|
|
1786
|
+
.sc(GetDataIntegrationFlow)
|
|
1626
1787
|
.build() {
|
|
1627
1788
|
}
|
|
1628
1789
|
|
|
@@ -1630,16 +1791,11 @@ class GetDataIntegrationFlowExecutionCommand extends smithyClient.Command
|
|
|
1630
1791
|
.classBuilder()
|
|
1631
1792
|
.ep(commonParams)
|
|
1632
1793
|
.m(function (Command, cs, config, o) {
|
|
1633
|
-
return [
|
|
1634
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1635
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1636
|
-
];
|
|
1794
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1637
1795
|
})
|
|
1638
1796
|
.s("GalaxyPublicAPIGateway", "GetDataIntegrationFlowExecution", {})
|
|
1639
1797
|
.n("SupplyChainClient", "GetDataIntegrationFlowExecutionCommand")
|
|
1640
|
-
.
|
|
1641
|
-
.ser(se_GetDataIntegrationFlowExecutionCommand)
|
|
1642
|
-
.de(de_GetDataIntegrationFlowExecutionCommand)
|
|
1798
|
+
.sc(GetDataIntegrationFlowExecution)
|
|
1643
1799
|
.build() {
|
|
1644
1800
|
}
|
|
1645
1801
|
|
|
@@ -1647,16 +1803,11 @@ class GetDataLakeDatasetCommand extends smithyClient.Command
|
|
|
1647
1803
|
.classBuilder()
|
|
1648
1804
|
.ep(commonParams)
|
|
1649
1805
|
.m(function (Command, cs, config, o) {
|
|
1650
|
-
return [
|
|
1651
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1652
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1653
|
-
];
|
|
1806
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1654
1807
|
})
|
|
1655
1808
|
.s("GalaxyPublicAPIGateway", "GetDataLakeDataset", {})
|
|
1656
1809
|
.n("SupplyChainClient", "GetDataLakeDatasetCommand")
|
|
1657
|
-
.
|
|
1658
|
-
.ser(se_GetDataLakeDatasetCommand)
|
|
1659
|
-
.de(de_GetDataLakeDatasetCommand)
|
|
1810
|
+
.sc(GetDataLakeDataset)
|
|
1660
1811
|
.build() {
|
|
1661
1812
|
}
|
|
1662
1813
|
|
|
@@ -1664,16 +1815,11 @@ class GetDataLakeNamespaceCommand extends smithyClient.Command
|
|
|
1664
1815
|
.classBuilder()
|
|
1665
1816
|
.ep(commonParams)
|
|
1666
1817
|
.m(function (Command, cs, config, o) {
|
|
1667
|
-
return [
|
|
1668
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1669
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1670
|
-
];
|
|
1818
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1671
1819
|
})
|
|
1672
1820
|
.s("GalaxyPublicAPIGateway", "GetDataLakeNamespace", {})
|
|
1673
1821
|
.n("SupplyChainClient", "GetDataLakeNamespaceCommand")
|
|
1674
|
-
.
|
|
1675
|
-
.ser(se_GetDataLakeNamespaceCommand)
|
|
1676
|
-
.de(de_GetDataLakeNamespaceCommand)
|
|
1822
|
+
.sc(GetDataLakeNamespace)
|
|
1677
1823
|
.build() {
|
|
1678
1824
|
}
|
|
1679
1825
|
|
|
@@ -1681,16 +1827,11 @@ class GetInstanceCommand extends smithyClient.Command
|
|
|
1681
1827
|
.classBuilder()
|
|
1682
1828
|
.ep(commonParams)
|
|
1683
1829
|
.m(function (Command, cs, config, o) {
|
|
1684
|
-
return [
|
|
1685
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1686
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1687
|
-
];
|
|
1830
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1688
1831
|
})
|
|
1689
1832
|
.s("GalaxyPublicAPIGateway", "GetInstance", {})
|
|
1690
1833
|
.n("SupplyChainClient", "GetInstanceCommand")
|
|
1691
|
-
.
|
|
1692
|
-
.ser(se_GetInstanceCommand)
|
|
1693
|
-
.de(de_GetInstanceCommand)
|
|
1834
|
+
.sc(GetInstance)
|
|
1694
1835
|
.build() {
|
|
1695
1836
|
}
|
|
1696
1837
|
|
|
@@ -1698,16 +1839,11 @@ class ListDataIntegrationEventsCommand extends smithyClient.Command
|
|
|
1698
1839
|
.classBuilder()
|
|
1699
1840
|
.ep(commonParams)
|
|
1700
1841
|
.m(function (Command, cs, config, o) {
|
|
1701
|
-
return [
|
|
1702
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1703
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1704
|
-
];
|
|
1842
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1705
1843
|
})
|
|
1706
1844
|
.s("GalaxyPublicAPIGateway", "ListDataIntegrationEvents", {})
|
|
1707
1845
|
.n("SupplyChainClient", "ListDataIntegrationEventsCommand")
|
|
1708
|
-
.
|
|
1709
|
-
.ser(se_ListDataIntegrationEventsCommand)
|
|
1710
|
-
.de(de_ListDataIntegrationEventsCommand)
|
|
1846
|
+
.sc(ListDataIntegrationEvents)
|
|
1711
1847
|
.build() {
|
|
1712
1848
|
}
|
|
1713
1849
|
|
|
@@ -1715,16 +1851,11 @@ class ListDataIntegrationFlowExecutionsCommand extends smithyClient.Command
|
|
|
1715
1851
|
.classBuilder()
|
|
1716
1852
|
.ep(commonParams)
|
|
1717
1853
|
.m(function (Command, cs, config, o) {
|
|
1718
|
-
return [
|
|
1719
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1720
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1721
|
-
];
|
|
1854
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1722
1855
|
})
|
|
1723
1856
|
.s("GalaxyPublicAPIGateway", "ListDataIntegrationFlowExecutions", {})
|
|
1724
1857
|
.n("SupplyChainClient", "ListDataIntegrationFlowExecutionsCommand")
|
|
1725
|
-
.
|
|
1726
|
-
.ser(se_ListDataIntegrationFlowExecutionsCommand)
|
|
1727
|
-
.de(de_ListDataIntegrationFlowExecutionsCommand)
|
|
1858
|
+
.sc(ListDataIntegrationFlowExecutions)
|
|
1728
1859
|
.build() {
|
|
1729
1860
|
}
|
|
1730
1861
|
|
|
@@ -1732,16 +1863,11 @@ class ListDataIntegrationFlowsCommand extends smithyClient.Command
|
|
|
1732
1863
|
.classBuilder()
|
|
1733
1864
|
.ep(commonParams)
|
|
1734
1865
|
.m(function (Command, cs, config, o) {
|
|
1735
|
-
return [
|
|
1736
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1737
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1738
|
-
];
|
|
1866
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1739
1867
|
})
|
|
1740
1868
|
.s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {})
|
|
1741
1869
|
.n("SupplyChainClient", "ListDataIntegrationFlowsCommand")
|
|
1742
|
-
.
|
|
1743
|
-
.ser(se_ListDataIntegrationFlowsCommand)
|
|
1744
|
-
.de(de_ListDataIntegrationFlowsCommand)
|
|
1870
|
+
.sc(ListDataIntegrationFlows)
|
|
1745
1871
|
.build() {
|
|
1746
1872
|
}
|
|
1747
1873
|
|
|
@@ -1749,16 +1875,11 @@ class ListDataLakeDatasetsCommand extends smithyClient.Command
|
|
|
1749
1875
|
.classBuilder()
|
|
1750
1876
|
.ep(commonParams)
|
|
1751
1877
|
.m(function (Command, cs, config, o) {
|
|
1752
|
-
return [
|
|
1753
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1754
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1755
|
-
];
|
|
1878
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1756
1879
|
})
|
|
1757
1880
|
.s("GalaxyPublicAPIGateway", "ListDataLakeDatasets", {})
|
|
1758
1881
|
.n("SupplyChainClient", "ListDataLakeDatasetsCommand")
|
|
1759
|
-
.
|
|
1760
|
-
.ser(se_ListDataLakeDatasetsCommand)
|
|
1761
|
-
.de(de_ListDataLakeDatasetsCommand)
|
|
1882
|
+
.sc(ListDataLakeDatasets)
|
|
1762
1883
|
.build() {
|
|
1763
1884
|
}
|
|
1764
1885
|
|
|
@@ -1766,16 +1887,11 @@ class ListDataLakeNamespacesCommand extends smithyClient.Command
|
|
|
1766
1887
|
.classBuilder()
|
|
1767
1888
|
.ep(commonParams)
|
|
1768
1889
|
.m(function (Command, cs, config, o) {
|
|
1769
|
-
return [
|
|
1770
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1771
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1772
|
-
];
|
|
1890
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1773
1891
|
})
|
|
1774
1892
|
.s("GalaxyPublicAPIGateway", "ListDataLakeNamespaces", {})
|
|
1775
1893
|
.n("SupplyChainClient", "ListDataLakeNamespacesCommand")
|
|
1776
|
-
.
|
|
1777
|
-
.ser(se_ListDataLakeNamespacesCommand)
|
|
1778
|
-
.de(de_ListDataLakeNamespacesCommand)
|
|
1894
|
+
.sc(ListDataLakeNamespaces)
|
|
1779
1895
|
.build() {
|
|
1780
1896
|
}
|
|
1781
1897
|
|
|
@@ -1783,16 +1899,11 @@ class ListInstancesCommand extends smithyClient.Command
|
|
|
1783
1899
|
.classBuilder()
|
|
1784
1900
|
.ep(commonParams)
|
|
1785
1901
|
.m(function (Command, cs, config, o) {
|
|
1786
|
-
return [
|
|
1787
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1788
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1789
|
-
];
|
|
1902
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1790
1903
|
})
|
|
1791
1904
|
.s("GalaxyPublicAPIGateway", "ListInstances", {})
|
|
1792
1905
|
.n("SupplyChainClient", "ListInstancesCommand")
|
|
1793
|
-
.
|
|
1794
|
-
.ser(se_ListInstancesCommand)
|
|
1795
|
-
.de(de_ListInstancesCommand)
|
|
1906
|
+
.sc(ListInstances)
|
|
1796
1907
|
.build() {
|
|
1797
1908
|
}
|
|
1798
1909
|
|
|
@@ -1800,16 +1911,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1800
1911
|
.classBuilder()
|
|
1801
1912
|
.ep(commonParams)
|
|
1802
1913
|
.m(function (Command, cs, config, o) {
|
|
1803
|
-
return [
|
|
1804
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1805
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1806
|
-
];
|
|
1914
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1807
1915
|
})
|
|
1808
1916
|
.s("GalaxyPublicAPIGateway", "ListTagsForResource", {})
|
|
1809
1917
|
.n("SupplyChainClient", "ListTagsForResourceCommand")
|
|
1810
|
-
.
|
|
1811
|
-
.ser(se_ListTagsForResourceCommand)
|
|
1812
|
-
.de(de_ListTagsForResourceCommand)
|
|
1918
|
+
.sc(ListTagsForResource)
|
|
1813
1919
|
.build() {
|
|
1814
1920
|
}
|
|
1815
1921
|
|
|
@@ -1817,16 +1923,11 @@ class SendDataIntegrationEventCommand extends smithyClient.Command
|
|
|
1817
1923
|
.classBuilder()
|
|
1818
1924
|
.ep(commonParams)
|
|
1819
1925
|
.m(function (Command, cs, config, o) {
|
|
1820
|
-
return [
|
|
1821
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1822
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1823
|
-
];
|
|
1926
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1824
1927
|
})
|
|
1825
1928
|
.s("GalaxyPublicAPIGateway", "SendDataIntegrationEvent", {})
|
|
1826
1929
|
.n("SupplyChainClient", "SendDataIntegrationEventCommand")
|
|
1827
|
-
.
|
|
1828
|
-
.ser(se_SendDataIntegrationEventCommand)
|
|
1829
|
-
.de(de_SendDataIntegrationEventCommand)
|
|
1930
|
+
.sc(SendDataIntegrationEvent)
|
|
1830
1931
|
.build() {
|
|
1831
1932
|
}
|
|
1832
1933
|
|
|
@@ -1834,16 +1935,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1834
1935
|
.classBuilder()
|
|
1835
1936
|
.ep(commonParams)
|
|
1836
1937
|
.m(function (Command, cs, config, o) {
|
|
1837
|
-
return [
|
|
1838
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1839
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1840
|
-
];
|
|
1938
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1841
1939
|
})
|
|
1842
1940
|
.s("GalaxyPublicAPIGateway", "TagResource", {})
|
|
1843
1941
|
.n("SupplyChainClient", "TagResourceCommand")
|
|
1844
|
-
.
|
|
1845
|
-
.ser(se_TagResourceCommand)
|
|
1846
|
-
.de(de_TagResourceCommand)
|
|
1942
|
+
.sc(TagResource)
|
|
1847
1943
|
.build() {
|
|
1848
1944
|
}
|
|
1849
1945
|
|
|
@@ -1851,16 +1947,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1851
1947
|
.classBuilder()
|
|
1852
1948
|
.ep(commonParams)
|
|
1853
1949
|
.m(function (Command, cs, config, o) {
|
|
1854
|
-
return [
|
|
1855
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1856
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1857
|
-
];
|
|
1950
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1858
1951
|
})
|
|
1859
1952
|
.s("GalaxyPublicAPIGateway", "UntagResource", {})
|
|
1860
1953
|
.n("SupplyChainClient", "UntagResourceCommand")
|
|
1861
|
-
.
|
|
1862
|
-
.ser(se_UntagResourceCommand)
|
|
1863
|
-
.de(de_UntagResourceCommand)
|
|
1954
|
+
.sc(UntagResource)
|
|
1864
1955
|
.build() {
|
|
1865
1956
|
}
|
|
1866
1957
|
|
|
@@ -1868,16 +1959,11 @@ class UpdateDataIntegrationFlowCommand extends smithyClient.Command
|
|
|
1868
1959
|
.classBuilder()
|
|
1869
1960
|
.ep(commonParams)
|
|
1870
1961
|
.m(function (Command, cs, config, o) {
|
|
1871
|
-
return [
|
|
1872
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1873
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1874
|
-
];
|
|
1962
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1875
1963
|
})
|
|
1876
1964
|
.s("GalaxyPublicAPIGateway", "UpdateDataIntegrationFlow", {})
|
|
1877
1965
|
.n("SupplyChainClient", "UpdateDataIntegrationFlowCommand")
|
|
1878
|
-
.
|
|
1879
|
-
.ser(se_UpdateDataIntegrationFlowCommand)
|
|
1880
|
-
.de(de_UpdateDataIntegrationFlowCommand)
|
|
1966
|
+
.sc(UpdateDataIntegrationFlow)
|
|
1881
1967
|
.build() {
|
|
1882
1968
|
}
|
|
1883
1969
|
|
|
@@ -1885,16 +1971,11 @@ class UpdateDataLakeDatasetCommand extends smithyClient.Command
|
|
|
1885
1971
|
.classBuilder()
|
|
1886
1972
|
.ep(commonParams)
|
|
1887
1973
|
.m(function (Command, cs, config, o) {
|
|
1888
|
-
return [
|
|
1889
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1890
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1891
|
-
];
|
|
1974
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1892
1975
|
})
|
|
1893
1976
|
.s("GalaxyPublicAPIGateway", "UpdateDataLakeDataset", {})
|
|
1894
1977
|
.n("SupplyChainClient", "UpdateDataLakeDatasetCommand")
|
|
1895
|
-
.
|
|
1896
|
-
.ser(se_UpdateDataLakeDatasetCommand)
|
|
1897
|
-
.de(de_UpdateDataLakeDatasetCommand)
|
|
1978
|
+
.sc(UpdateDataLakeDataset)
|
|
1898
1979
|
.build() {
|
|
1899
1980
|
}
|
|
1900
1981
|
|
|
@@ -1902,16 +1983,11 @@ class UpdateDataLakeNamespaceCommand extends smithyClient.Command
|
|
|
1902
1983
|
.classBuilder()
|
|
1903
1984
|
.ep(commonParams)
|
|
1904
1985
|
.m(function (Command, cs, config, o) {
|
|
1905
|
-
return [
|
|
1906
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1907
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1908
|
-
];
|
|
1986
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1909
1987
|
})
|
|
1910
1988
|
.s("GalaxyPublicAPIGateway", "UpdateDataLakeNamespace", {})
|
|
1911
1989
|
.n("SupplyChainClient", "UpdateDataLakeNamespaceCommand")
|
|
1912
|
-
.
|
|
1913
|
-
.ser(se_UpdateDataLakeNamespaceCommand)
|
|
1914
|
-
.de(de_UpdateDataLakeNamespaceCommand)
|
|
1990
|
+
.sc(UpdateDataLakeNamespace)
|
|
1915
1991
|
.build() {
|
|
1916
1992
|
}
|
|
1917
1993
|
|
|
@@ -1919,16 +1995,11 @@ class UpdateInstanceCommand extends smithyClient.Command
|
|
|
1919
1995
|
.classBuilder()
|
|
1920
1996
|
.ep(commonParams)
|
|
1921
1997
|
.m(function (Command, cs, config, o) {
|
|
1922
|
-
return [
|
|
1923
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1924
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1925
|
-
];
|
|
1998
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1926
1999
|
})
|
|
1927
2000
|
.s("GalaxyPublicAPIGateway", "UpdateInstance", {})
|
|
1928
2001
|
.n("SupplyChainClient", "UpdateInstanceCommand")
|
|
1929
|
-
.
|
|
1930
|
-
.ser(se_UpdateInstanceCommand)
|
|
1931
|
-
.de(de_UpdateInstanceCommand)
|
|
2002
|
+
.sc(UpdateInstance)
|
|
1932
2003
|
.build() {
|
|
1933
2004
|
}
|
|
1934
2005
|
|
|
@@ -1988,12 +2059,11 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1988
2059
|
enumerable: true,
|
|
1989
2060
|
get: function () { return smithyClient.Client; }
|
|
1990
2061
|
});
|
|
1991
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
2062
|
+
exports.AccessDeniedException = AccessDeniedException$1;
|
|
1992
2063
|
exports.ConfigurationJobStatus = ConfigurationJobStatus;
|
|
1993
|
-
exports.ConflictException = ConflictException;
|
|
2064
|
+
exports.ConflictException = ConflictException$1;
|
|
1994
2065
|
exports.CreateBillOfMaterialsImportJobCommand = CreateBillOfMaterialsImportJobCommand;
|
|
1995
2066
|
exports.CreateDataIntegrationFlowCommand = CreateDataIntegrationFlowCommand;
|
|
1996
|
-
exports.CreateDataIntegrationFlowRequestFilterSensitiveLog = CreateDataIntegrationFlowRequestFilterSensitiveLog;
|
|
1997
2067
|
exports.CreateDataLakeDatasetCommand = CreateDataLakeDatasetCommand;
|
|
1998
2068
|
exports.CreateDataLakeNamespaceCommand = CreateDataLakeNamespaceCommand;
|
|
1999
2069
|
exports.CreateInstanceCommand = CreateInstanceCommand;
|
|
@@ -2004,12 +2074,9 @@ exports.DataIntegrationFlowDedupeStrategyType = DataIntegrationFlowDedupeStrateg
|
|
|
2004
2074
|
exports.DataIntegrationFlowExecutionStatus = DataIntegrationFlowExecutionStatus;
|
|
2005
2075
|
exports.DataIntegrationFlowFieldPriorityDedupeSortOrder = DataIntegrationFlowFieldPriorityDedupeSortOrder;
|
|
2006
2076
|
exports.DataIntegrationFlowFileType = DataIntegrationFlowFileType;
|
|
2007
|
-
exports.DataIntegrationFlowFilterSensitiveLog = DataIntegrationFlowFilterSensitiveLog;
|
|
2008
2077
|
exports.DataIntegrationFlowLoadType = DataIntegrationFlowLoadType;
|
|
2009
|
-
exports.DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog = DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog;
|
|
2010
2078
|
exports.DataIntegrationFlowSourceType = DataIntegrationFlowSourceType;
|
|
2011
2079
|
exports.DataIntegrationFlowTargetType = DataIntegrationFlowTargetType;
|
|
2012
|
-
exports.DataIntegrationFlowTransformationFilterSensitiveLog = DataIntegrationFlowTransformationFilterSensitiveLog;
|
|
2013
2080
|
exports.DataIntegrationFlowTransformationType = DataIntegrationFlowTransformationType;
|
|
2014
2081
|
exports.DataLakeDatasetPartitionTransformType = DataLakeDatasetPartitionTransformType;
|
|
2015
2082
|
exports.DataLakeDatasetSchemaFieldType = DataLakeDatasetSchemaFieldType;
|
|
@@ -2021,37 +2088,32 @@ exports.GetBillOfMaterialsImportJobCommand = GetBillOfMaterialsImportJobCommand;
|
|
|
2021
2088
|
exports.GetDataIntegrationEventCommand = GetDataIntegrationEventCommand;
|
|
2022
2089
|
exports.GetDataIntegrationFlowCommand = GetDataIntegrationFlowCommand;
|
|
2023
2090
|
exports.GetDataIntegrationFlowExecutionCommand = GetDataIntegrationFlowExecutionCommand;
|
|
2024
|
-
exports.GetDataIntegrationFlowResponseFilterSensitiveLog = GetDataIntegrationFlowResponseFilterSensitiveLog;
|
|
2025
2091
|
exports.GetDataLakeDatasetCommand = GetDataLakeDatasetCommand;
|
|
2026
2092
|
exports.GetDataLakeNamespaceCommand = GetDataLakeNamespaceCommand;
|
|
2027
2093
|
exports.GetInstanceCommand = GetInstanceCommand;
|
|
2028
2094
|
exports.InstanceState = InstanceState;
|
|
2029
|
-
exports.InternalServerException = InternalServerException;
|
|
2095
|
+
exports.InternalServerException = InternalServerException$1;
|
|
2030
2096
|
exports.ListDataIntegrationEventsCommand = ListDataIntegrationEventsCommand;
|
|
2031
2097
|
exports.ListDataIntegrationFlowExecutionsCommand = ListDataIntegrationFlowExecutionsCommand;
|
|
2032
2098
|
exports.ListDataIntegrationFlowsCommand = ListDataIntegrationFlowsCommand;
|
|
2033
|
-
exports.ListDataIntegrationFlowsResponseFilterSensitiveLog = ListDataIntegrationFlowsResponseFilterSensitiveLog;
|
|
2034
2099
|
exports.ListDataLakeDatasetsCommand = ListDataLakeDatasetsCommand;
|
|
2035
2100
|
exports.ListDataLakeNamespacesCommand = ListDataLakeNamespacesCommand;
|
|
2036
2101
|
exports.ListInstancesCommand = ListInstancesCommand;
|
|
2037
2102
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2038
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2103
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2039
2104
|
exports.SendDataIntegrationEventCommand = SendDataIntegrationEventCommand;
|
|
2040
|
-
exports.
|
|
2041
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2105
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
2042
2106
|
exports.SupplyChain = SupplyChain;
|
|
2043
2107
|
exports.SupplyChainClient = SupplyChainClient;
|
|
2044
|
-
exports.SupplyChainServiceException = SupplyChainServiceException;
|
|
2108
|
+
exports.SupplyChainServiceException = SupplyChainServiceException$1;
|
|
2045
2109
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2046
|
-
exports.ThrottlingException = ThrottlingException;
|
|
2110
|
+
exports.ThrottlingException = ThrottlingException$1;
|
|
2047
2111
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2048
2112
|
exports.UpdateDataIntegrationFlowCommand = UpdateDataIntegrationFlowCommand;
|
|
2049
|
-
exports.UpdateDataIntegrationFlowRequestFilterSensitiveLog = UpdateDataIntegrationFlowRequestFilterSensitiveLog;
|
|
2050
|
-
exports.UpdateDataIntegrationFlowResponseFilterSensitiveLog = UpdateDataIntegrationFlowResponseFilterSensitiveLog;
|
|
2051
2113
|
exports.UpdateDataLakeDatasetCommand = UpdateDataLakeDatasetCommand;
|
|
2052
2114
|
exports.UpdateDataLakeNamespaceCommand = UpdateDataLakeNamespaceCommand;
|
|
2053
2115
|
exports.UpdateInstanceCommand = UpdateInstanceCommand;
|
|
2054
|
-
exports.ValidationException = ValidationException;
|
|
2116
|
+
exports.ValidationException = ValidationException$1;
|
|
2055
2117
|
exports.paginateListDataIntegrationEvents = paginateListDataIntegrationEvents;
|
|
2056
2118
|
exports.paginateListDataIntegrationFlowExecutions = paginateListDataIntegrationFlowExecutions;
|
|
2057
2119
|
exports.paginateListDataIntegrationFlows = paginateListDataIntegrationFlows;
|