@aws-sdk/client-supplychain 3.948.0 → 3.953.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 +452 -309
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +2 -2
- package/dist-es/commands/CreateDataIntegrationFlowCommand.js +2 -2
- package/dist-es/commands/CreateDataLakeDatasetCommand.js +2 -2
- package/dist-es/commands/CreateDataLakeNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +2 -2
- package/dist-es/commands/DeleteDataLakeDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteInstanceCommand.js +2 -2
- package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +2 -2
- package/dist-es/commands/GetDataIntegrationEventCommand.js +2 -2
- package/dist-es/commands/GetDataIntegrationFlowCommand.js +2 -2
- package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +2 -2
- package/dist-es/commands/GetDataLakeDatasetCommand.js +2 -2
- package/dist-es/commands/GetDataLakeNamespaceCommand.js +2 -2
- package/dist-es/commands/GetInstanceCommand.js +2 -2
- package/dist-es/commands/ListDataIntegrationEventsCommand.js +2 -2
- package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListDataIntegrationFlowsCommand.js +2 -2
- package/dist-es/commands/ListDataLakeDatasetsCommand.js +2 -2
- package/dist-es/commands/ListDataLakeNamespacesCommand.js +2 -2
- package/dist-es/commands/ListInstancesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/SendDataIntegrationEventCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +2 -2
- package/dist-es/commands/UpdateDataLakeDatasetCommand.js +2 -2
- package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateInstanceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +276 -264
- package/dist-types/SupplyChainClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +132 -149
- package/dist-types/ts3.4/SupplyChainClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -150
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class SupplyChainClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class SupplyChainServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, SupplyChainServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends SupplyChainServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends SupplyChainSer
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ConflictException extends SupplyChainServiceException {
|
|
133
133
|
name = "ConflictException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let ConflictException$1 = class ConflictException extends SupplyChainServiceExce
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InternalServerException extends SupplyChainServiceException {
|
|
145
145
|
name = "InternalServerException";
|
|
146
146
|
$fault = "server";
|
|
147
147
|
$retryable = {};
|
|
@@ -153,8 +153,8 @@ let InternalServerException$1 = class InternalServerException extends SupplyChai
|
|
|
153
153
|
});
|
|
154
154
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
155
155
|
}
|
|
156
|
-
}
|
|
157
|
-
|
|
156
|
+
}
|
|
157
|
+
class ResourceNotFoundException extends SupplyChainServiceException {
|
|
158
158
|
name = "ResourceNotFoundException";
|
|
159
159
|
$fault = "client";
|
|
160
160
|
constructor(opts) {
|
|
@@ -165,8 +165,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Supply
|
|
|
165
165
|
});
|
|
166
166
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
167
167
|
}
|
|
168
|
-
}
|
|
169
|
-
|
|
168
|
+
}
|
|
169
|
+
class ServiceQuotaExceededException extends SupplyChainServiceException {
|
|
170
170
|
name = "ServiceQuotaExceededException";
|
|
171
171
|
$fault = "client";
|
|
172
172
|
constructor(opts) {
|
|
@@ -177,8 +177,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
177
177
|
});
|
|
178
178
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
179
179
|
}
|
|
180
|
-
}
|
|
181
|
-
|
|
180
|
+
}
|
|
181
|
+
class ThrottlingException extends SupplyChainServiceException {
|
|
182
182
|
name = "ThrottlingException";
|
|
183
183
|
$fault = "client";
|
|
184
184
|
$retryable = {
|
|
@@ -192,8 +192,8 @@ let ThrottlingException$1 = class ThrottlingException extends SupplyChainService
|
|
|
192
192
|
});
|
|
193
193
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
194
194
|
}
|
|
195
|
-
}
|
|
196
|
-
|
|
195
|
+
}
|
|
196
|
+
class ValidationException extends SupplyChainServiceException {
|
|
197
197
|
name = "ValidationException";
|
|
198
198
|
$fault = "client";
|
|
199
199
|
constructor(opts) {
|
|
@@ -204,7 +204,7 @@ let ValidationException$1 = class ValidationException extends SupplyChainService
|
|
|
204
204
|
});
|
|
205
205
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
206
206
|
}
|
|
207
|
-
}
|
|
207
|
+
}
|
|
208
208
|
|
|
209
209
|
const _ADE = "AccessDeniedException";
|
|
210
210
|
const _BOMIJ = "BillOfMaterialsImportJob";
|
|
@@ -444,9 +444,9 @@ const _wADD = "webAppDnsDomain";
|
|
|
444
444
|
const n0 = "com.amazonaws.supplychain";
|
|
445
445
|
var DataIntegrationEventData = [0, n0, _DIED, 8, 0];
|
|
446
446
|
var DataIntegrationFlowSQLQuery = [0, n0, _DIFSQLQ, 8, 0];
|
|
447
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
448
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
449
|
-
var BillOfMaterialsImportJob = [
|
|
447
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
448
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
449
|
+
var BillOfMaterialsImportJob$ = [
|
|
450
450
|
3,
|
|
451
451
|
n0,
|
|
452
452
|
_BOMIJ,
|
|
@@ -454,9 +454,9 @@ var BillOfMaterialsImportJob = [
|
|
|
454
454
|
[_iI, _jI, _s, _su, _m],
|
|
455
455
|
[0, 0, 0, 0, 0],
|
|
456
456
|
];
|
|
457
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
458
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
459
|
-
var CreateBillOfMaterialsImportJobRequest = [
|
|
457
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
458
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
459
|
+
var CreateBillOfMaterialsImportJobRequest$ = [
|
|
460
460
|
3,
|
|
461
461
|
n0,
|
|
462
462
|
_CBOMIJR,
|
|
@@ -464,8 +464,8 @@ var CreateBillOfMaterialsImportJobRequest = [
|
|
|
464
464
|
[_iI, _su, _cT],
|
|
465
465
|
[[0, 1], 0, [0, 4]],
|
|
466
466
|
];
|
|
467
|
-
var CreateBillOfMaterialsImportJobResponse = [3, n0, _CBOMIJRr, 0, [_jI], [0]];
|
|
468
|
-
var CreateDataIntegrationFlowRequest = [
|
|
467
|
+
var CreateBillOfMaterialsImportJobResponse$ = [3, n0, _CBOMIJRr, 0, [_jI], [0]];
|
|
468
|
+
var CreateDataIntegrationFlowRequest$ = [
|
|
469
469
|
3,
|
|
470
470
|
n0,
|
|
471
471
|
_CDIFR,
|
|
@@ -475,22 +475,22 @@ var CreateDataIntegrationFlowRequest = [
|
|
|
475
475
|
[0, 1],
|
|
476
476
|
[0, 1],
|
|
477
477
|
() => DataIntegrationFlowSourceList,
|
|
478
|
-
[() => DataIntegrationFlowTransformation
|
|
479
|
-
() => DataIntegrationFlowTarget
|
|
478
|
+
[() => DataIntegrationFlowTransformation$, 0],
|
|
479
|
+
() => DataIntegrationFlowTarget$,
|
|
480
480
|
128 | 0,
|
|
481
481
|
],
|
|
482
482
|
];
|
|
483
|
-
var CreateDataIntegrationFlowResponse = [3, n0, _CDIFRr, 0, [_iI, _n], [0, 0]];
|
|
484
|
-
var CreateDataLakeDatasetRequest = [
|
|
483
|
+
var CreateDataIntegrationFlowResponse$ = [3, n0, _CDIFRr, 0, [_iI, _n], [0, 0]];
|
|
484
|
+
var CreateDataLakeDatasetRequest$ = [
|
|
485
485
|
3,
|
|
486
486
|
n0,
|
|
487
487
|
_CDLDR,
|
|
488
488
|
0,
|
|
489
489
|
[_iI, _na, _n, _sc, _d, _pS, _tag],
|
|
490
|
-
[[0, 1], [0, 1], [0, 1], () => DataLakeDatasetSchema
|
|
490
|
+
[[0, 1], [0, 1], [0, 1], () => DataLakeDatasetSchema$, 0, () => DataLakeDatasetPartitionSpec$, 128 | 0],
|
|
491
491
|
];
|
|
492
|
-
var CreateDataLakeDatasetResponse = [3, n0, _CDLDRr, 0, [_da], [() => DataLakeDataset]];
|
|
493
|
-
var CreateDataLakeNamespaceRequest = [
|
|
492
|
+
var CreateDataLakeDatasetResponse$ = [3, n0, _CDLDRr, 0, [_da], [() => DataLakeDataset$]];
|
|
493
|
+
var CreateDataLakeNamespaceRequest$ = [
|
|
494
494
|
3,
|
|
495
495
|
n0,
|
|
496
496
|
_CDLNR,
|
|
@@ -498,15 +498,15 @@ var CreateDataLakeNamespaceRequest = [
|
|
|
498
498
|
[_iI, _n, _d, _tag],
|
|
499
499
|
[[0, 1], [0, 1], 0, 128 | 0],
|
|
500
500
|
];
|
|
501
|
-
var CreateDataLakeNamespaceResponse = [
|
|
501
|
+
var CreateDataLakeNamespaceResponse$ = [
|
|
502
502
|
3,
|
|
503
503
|
n0,
|
|
504
504
|
_CDLNRr,
|
|
505
505
|
0,
|
|
506
506
|
[_na],
|
|
507
|
-
[() => DataLakeNamespace],
|
|
507
|
+
[() => DataLakeNamespace$],
|
|
508
508
|
];
|
|
509
|
-
var CreateInstanceRequest = [
|
|
509
|
+
var CreateInstanceRequest$ = [
|
|
510
510
|
3,
|
|
511
511
|
n0,
|
|
512
512
|
_CIR,
|
|
@@ -514,16 +514,16 @@ var CreateInstanceRequest = [
|
|
|
514
514
|
[_iN, _iD, _kKA, _wADD, _tag, _cT],
|
|
515
515
|
[0, 0, 0, 0, 128 | 0, [0, 4]],
|
|
516
516
|
];
|
|
517
|
-
var CreateInstanceResponse = [3, n0, _CIRr, 0, [_i], [() => Instance]];
|
|
518
|
-
var DataIntegrationEvent = [
|
|
517
|
+
var CreateInstanceResponse$ = [3, n0, _CIRr, 0, [_i], [() => Instance$]];
|
|
518
|
+
var DataIntegrationEvent$ = [
|
|
519
519
|
3,
|
|
520
520
|
n0,
|
|
521
521
|
_DIE,
|
|
522
522
|
0,
|
|
523
523
|
[_iI, _eI, _eT, _eGI, _eTv, _dTD],
|
|
524
|
-
[0, 0, 0, 0, 4, () => DataIntegrationEventDatasetTargetDetails],
|
|
524
|
+
[0, 0, 0, 0, 4, () => DataIntegrationEventDatasetTargetDetails$],
|
|
525
525
|
];
|
|
526
|
-
var DataIntegrationEventDatasetLoadExecutionDetails = [
|
|
526
|
+
var DataIntegrationEventDatasetLoadExecutionDetails$ = [
|
|
527
527
|
3,
|
|
528
528
|
n0,
|
|
529
529
|
_DIEDLED,
|
|
@@ -531,7 +531,7 @@ var DataIntegrationEventDatasetLoadExecutionDetails = [
|
|
|
531
531
|
[_s, _m],
|
|
532
532
|
[0, 0],
|
|
533
533
|
];
|
|
534
|
-
var DataIntegrationEventDatasetTargetConfiguration = [
|
|
534
|
+
var DataIntegrationEventDatasetTargetConfiguration$ = [
|
|
535
535
|
3,
|
|
536
536
|
n0,
|
|
537
537
|
_DIEDTC,
|
|
@@ -539,15 +539,15 @@ var DataIntegrationEventDatasetTargetConfiguration = [
|
|
|
539
539
|
[_dI, _oT],
|
|
540
540
|
[0, 0],
|
|
541
541
|
];
|
|
542
|
-
var DataIntegrationEventDatasetTargetDetails = [
|
|
542
|
+
var DataIntegrationEventDatasetTargetDetails$ = [
|
|
543
543
|
3,
|
|
544
544
|
n0,
|
|
545
545
|
_DIEDTD,
|
|
546
546
|
0,
|
|
547
547
|
[_dI, _oT, _dLE],
|
|
548
|
-
[0, 0, () => DataIntegrationEventDatasetLoadExecutionDetails],
|
|
548
|
+
[0, 0, () => DataIntegrationEventDatasetLoadExecutionDetails$],
|
|
549
549
|
];
|
|
550
|
-
var DataIntegrationFlow = [
|
|
550
|
+
var DataIntegrationFlow$ = [
|
|
551
551
|
3,
|
|
552
552
|
n0,
|
|
553
553
|
_DIF,
|
|
@@ -557,64 +557,81 @@ var DataIntegrationFlow = [
|
|
|
557
557
|
0,
|
|
558
558
|
0,
|
|
559
559
|
() => DataIntegrationFlowSourceList,
|
|
560
|
-
[() => DataIntegrationFlowTransformation
|
|
561
|
-
() => DataIntegrationFlowTarget
|
|
560
|
+
[() => DataIntegrationFlowTransformation$, 0],
|
|
561
|
+
() => DataIntegrationFlowTarget$,
|
|
562
562
|
4,
|
|
563
563
|
4,
|
|
564
564
|
],
|
|
565
565
|
];
|
|
566
|
-
var DataIntegrationFlowDatasetOptions = [
|
|
566
|
+
var DataIntegrationFlowDatasetOptions$ = [
|
|
567
567
|
3,
|
|
568
568
|
n0,
|
|
569
569
|
_DIFDO,
|
|
570
570
|
0,
|
|
571
571
|
[_lT, _dR, _dS],
|
|
572
|
-
[0, 2, () => DataIntegrationFlowDedupeStrategy],
|
|
572
|
+
[0, 2, () => DataIntegrationFlowDedupeStrategy$],
|
|
573
573
|
];
|
|
574
|
-
var DataIntegrationFlowDatasetSource = [3, n0, _DIFDS, 0, [_dI], [0]];
|
|
575
|
-
var DataIntegrationFlowDatasetSourceConfiguration = [
|
|
574
|
+
var DataIntegrationFlowDatasetSource$ = [3, n0, _DIFDS, 0, [_dI], [0]];
|
|
575
|
+
var DataIntegrationFlowDatasetSourceConfiguration$ = [
|
|
576
576
|
3,
|
|
577
577
|
n0,
|
|
578
578
|
_DIFDSC,
|
|
579
579
|
0,
|
|
580
580
|
[_dI, _o],
|
|
581
|
-
[0, () => DataIntegrationFlowDatasetOptions],
|
|
581
|
+
[0, () => DataIntegrationFlowDatasetOptions$],
|
|
582
582
|
];
|
|
583
|
-
var DataIntegrationFlowDatasetTargetConfiguration = [
|
|
583
|
+
var DataIntegrationFlowDatasetTargetConfiguration$ = [
|
|
584
584
|
3,
|
|
585
585
|
n0,
|
|
586
586
|
_DIFDTC,
|
|
587
587
|
0,
|
|
588
588
|
[_dI, _o],
|
|
589
|
-
[0, () => DataIntegrationFlowDatasetOptions],
|
|
589
|
+
[0, () => DataIntegrationFlowDatasetOptions$],
|
|
590
590
|
];
|
|
591
|
-
var DataIntegrationFlowDedupeStrategy = [
|
|
591
|
+
var DataIntegrationFlowDedupeStrategy$ = [
|
|
592
592
|
3,
|
|
593
593
|
n0,
|
|
594
594
|
_DIFDSa,
|
|
595
595
|
0,
|
|
596
596
|
[_ty, _fP],
|
|
597
|
-
[0, () => DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration],
|
|
597
|
+
[0, () => DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration$],
|
|
598
598
|
];
|
|
599
|
-
var DataIntegrationFlowExecution = [
|
|
599
|
+
var DataIntegrationFlowExecution$ = [
|
|
600
600
|
3,
|
|
601
601
|
n0,
|
|
602
602
|
_DIFE,
|
|
603
603
|
0,
|
|
604
604
|
[_iI, _fN, _eIx, _s, _sI, _m, _sT, _eTn, _oM],
|
|
605
|
-
[
|
|
605
|
+
[
|
|
606
|
+
0,
|
|
607
|
+
0,
|
|
608
|
+
0,
|
|
609
|
+
0,
|
|
610
|
+
() => DataIntegrationFlowExecutionSourceInfo$,
|
|
611
|
+
0,
|
|
612
|
+
4,
|
|
613
|
+
4,
|
|
614
|
+
() => DataIntegrationFlowExecutionOutputMetadata$,
|
|
615
|
+
],
|
|
606
616
|
];
|
|
607
|
-
var DataIntegrationFlowExecutionOutputMetadata = [3, n0, _DIFEOM, 0, [_dRRSURI], [0]];
|
|
608
|
-
var DataIntegrationFlowExecutionSourceInfo = [
|
|
617
|
+
var DataIntegrationFlowExecutionOutputMetadata$ = [3, n0, _DIFEOM, 0, [_dRRSURI], [0]];
|
|
618
|
+
var DataIntegrationFlowExecutionSourceInfo$ = [
|
|
609
619
|
3,
|
|
610
620
|
n0,
|
|
611
621
|
_DIFESI,
|
|
612
622
|
0,
|
|
613
623
|
[_sTo, _sS, _dSa],
|
|
614
|
-
[0, () => DataIntegrationFlowS3Source
|
|
624
|
+
[0, () => DataIntegrationFlowS3Source$, () => DataIntegrationFlowDatasetSource$],
|
|
615
625
|
];
|
|
616
|
-
var DataIntegrationFlowFieldPriorityDedupeField = [
|
|
617
|
-
|
|
626
|
+
var DataIntegrationFlowFieldPriorityDedupeField$ = [
|
|
627
|
+
3,
|
|
628
|
+
n0,
|
|
629
|
+
_DIFFPDF,
|
|
630
|
+
0,
|
|
631
|
+
[_n, _sO],
|
|
632
|
+
[0, 0],
|
|
633
|
+
];
|
|
634
|
+
var DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration$ = [
|
|
618
635
|
3,
|
|
619
636
|
n0,
|
|
620
637
|
_DIFFPDSC,
|
|
@@ -622,33 +639,33 @@ var DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration = [
|
|
|
622
639
|
[_f],
|
|
623
640
|
[() => DataIntegrationFlowFieldPriorityDedupeFieldList],
|
|
624
641
|
];
|
|
625
|
-
var DataIntegrationFlowS3Options = [3, n0, _DIFSO, 0, [_fT], [0]];
|
|
626
|
-
var DataIntegrationFlowS3Source = [3, n0, _DIFSS, 0, [_bN, _k], [0, 0]];
|
|
627
|
-
var DataIntegrationFlowS3SourceConfiguration = [
|
|
642
|
+
var DataIntegrationFlowS3Options$ = [3, n0, _DIFSO, 0, [_fT], [0]];
|
|
643
|
+
var DataIntegrationFlowS3Source$ = [3, n0, _DIFSS, 0, [_bN, _k], [0, 0]];
|
|
644
|
+
var DataIntegrationFlowS3SourceConfiguration$ = [
|
|
628
645
|
3,
|
|
629
646
|
n0,
|
|
630
647
|
_DIFSSC,
|
|
631
648
|
0,
|
|
632
649
|
[_bN, _p, _o],
|
|
633
|
-
[0, 0, () => DataIntegrationFlowS3Options],
|
|
650
|
+
[0, 0, () => DataIntegrationFlowS3Options$],
|
|
634
651
|
];
|
|
635
|
-
var DataIntegrationFlowS3TargetConfiguration = [
|
|
652
|
+
var DataIntegrationFlowS3TargetConfiguration$ = [
|
|
636
653
|
3,
|
|
637
654
|
n0,
|
|
638
655
|
_DIFSTC,
|
|
639
656
|
0,
|
|
640
657
|
[_bN, _p, _o],
|
|
641
|
-
[0, 0, () => DataIntegrationFlowS3Options],
|
|
658
|
+
[0, 0, () => DataIntegrationFlowS3Options$],
|
|
642
659
|
];
|
|
643
|
-
var DataIntegrationFlowSource = [
|
|
660
|
+
var DataIntegrationFlowSource$ = [
|
|
644
661
|
3,
|
|
645
662
|
n0,
|
|
646
663
|
_DIFS,
|
|
647
664
|
0,
|
|
648
665
|
[_sTo, _sN, _sS, _dSa],
|
|
649
|
-
[0, 0, () => DataIntegrationFlowS3SourceConfiguration
|
|
666
|
+
[0, 0, () => DataIntegrationFlowS3SourceConfiguration$, () => DataIntegrationFlowDatasetSourceConfiguration$],
|
|
650
667
|
];
|
|
651
|
-
var DataIntegrationFlowSQLTransformationConfiguration = [
|
|
668
|
+
var DataIntegrationFlowSQLTransformationConfiguration$ = [
|
|
652
669
|
3,
|
|
653
670
|
n0,
|
|
654
671
|
_DIFSQLTC,
|
|
@@ -656,40 +673,40 @@ var DataIntegrationFlowSQLTransformationConfiguration = [
|
|
|
656
673
|
[_q],
|
|
657
674
|
[[() => DataIntegrationFlowSQLQuery, 0]],
|
|
658
675
|
];
|
|
659
|
-
var DataIntegrationFlowTarget = [
|
|
676
|
+
var DataIntegrationFlowTarget$ = [
|
|
660
677
|
3,
|
|
661
678
|
n0,
|
|
662
679
|
_DIFT,
|
|
663
680
|
0,
|
|
664
681
|
[_tT, _sTa, _dT],
|
|
665
|
-
[0, () => DataIntegrationFlowS3TargetConfiguration
|
|
682
|
+
[0, () => DataIntegrationFlowS3TargetConfiguration$, () => DataIntegrationFlowDatasetTargetConfiguration$],
|
|
666
683
|
];
|
|
667
|
-
var DataIntegrationFlowTransformation = [
|
|
684
|
+
var DataIntegrationFlowTransformation$ = [
|
|
668
685
|
3,
|
|
669
686
|
n0,
|
|
670
687
|
_DIFTa,
|
|
671
688
|
0,
|
|
672
689
|
[_tTr, _sTq],
|
|
673
|
-
[0, [() => DataIntegrationFlowSQLTransformationConfiguration
|
|
690
|
+
[0, [() => DataIntegrationFlowSQLTransformationConfiguration$, 0]],
|
|
674
691
|
];
|
|
675
|
-
var DataLakeDataset = [
|
|
692
|
+
var DataLakeDataset$ = [
|
|
676
693
|
3,
|
|
677
694
|
n0,
|
|
678
695
|
_DLD,
|
|
679
696
|
0,
|
|
680
697
|
[_iI, _na, _n, _a, _sc, _d, _pS, _cTr, _lMT],
|
|
681
|
-
[0, 0, 0, 0, () => DataLakeDatasetSchema
|
|
698
|
+
[0, 0, 0, 0, () => DataLakeDatasetSchema$, 0, () => DataLakeDatasetPartitionSpec$, 4, 4],
|
|
682
699
|
];
|
|
683
|
-
var DataLakeDatasetPartitionField = [
|
|
700
|
+
var DataLakeDatasetPartitionField$ = [
|
|
684
701
|
3,
|
|
685
702
|
n0,
|
|
686
703
|
_DLDPF,
|
|
687
704
|
0,
|
|
688
705
|
[_n, _tr],
|
|
689
|
-
[0, () => DataLakeDatasetPartitionFieldTransform],
|
|
706
|
+
[0, () => DataLakeDatasetPartitionFieldTransform$],
|
|
690
707
|
];
|
|
691
|
-
var DataLakeDatasetPartitionFieldTransform = [3, n0, _DLDPFT, 0, [_ty], [0]];
|
|
692
|
-
var DataLakeDatasetPartitionSpec = [
|
|
708
|
+
var DataLakeDatasetPartitionFieldTransform$ = [3, n0, _DLDPFT, 0, [_ty], [0]];
|
|
709
|
+
var DataLakeDatasetPartitionSpec$ = [
|
|
693
710
|
3,
|
|
694
711
|
n0,
|
|
695
712
|
_DLDPS,
|
|
@@ -697,8 +714,8 @@ var DataLakeDatasetPartitionSpec = [
|
|
|
697
714
|
[_f],
|
|
698
715
|
[() => DataLakeDatasetPartitionFieldList],
|
|
699
716
|
];
|
|
700
|
-
var DataLakeDatasetPrimaryKeyField = [3, n0, _DLDPKF, 0, [_n], [0]];
|
|
701
|
-
var DataLakeDatasetSchema = [
|
|
717
|
+
var DataLakeDatasetPrimaryKeyField$ = [3, n0, _DLDPKF, 0, [_n], [0]];
|
|
718
|
+
var DataLakeDatasetSchema$ = [
|
|
702
719
|
3,
|
|
703
720
|
n0,
|
|
704
721
|
_DLDS,
|
|
@@ -706,8 +723,8 @@ var DataLakeDatasetSchema = [
|
|
|
706
723
|
[_n, _f, _pK],
|
|
707
724
|
[0, () => DataLakeDatasetSchemaFieldList, () => DataLakeDatasetPrimaryKeyFieldList],
|
|
708
725
|
];
|
|
709
|
-
var DataLakeDatasetSchemaField = [3, n0, _DLDSF, 0, [_n, _ty, _iR], [0, 0, 2]];
|
|
710
|
-
var DataLakeNamespace = [
|
|
726
|
+
var DataLakeDatasetSchemaField$ = [3, n0, _DLDSF, 0, [_n, _ty, _iR], [0, 0, 2]];
|
|
727
|
+
var DataLakeNamespace$ = [
|
|
711
728
|
3,
|
|
712
729
|
n0,
|
|
713
730
|
_DLN,
|
|
@@ -715,7 +732,7 @@ var DataLakeNamespace = [
|
|
|
715
732
|
[_iI, _n, _a, _d, _cTr, _lMT],
|
|
716
733
|
[0, 0, 0, 0, 4, 4],
|
|
717
734
|
];
|
|
718
|
-
var DeleteDataIntegrationFlowRequest = [
|
|
735
|
+
var DeleteDataIntegrationFlowRequest$ = [
|
|
719
736
|
3,
|
|
720
737
|
n0,
|
|
721
738
|
_DDIFR,
|
|
@@ -726,8 +743,8 @@ var DeleteDataIntegrationFlowRequest = [
|
|
|
726
743
|
[0, 1],
|
|
727
744
|
],
|
|
728
745
|
];
|
|
729
|
-
var DeleteDataIntegrationFlowResponse = [3, n0, _DDIFRe, 0, [_iI, _n], [0, 0]];
|
|
730
|
-
var DeleteDataLakeDatasetRequest = [
|
|
746
|
+
var DeleteDataIntegrationFlowResponse$ = [3, n0, _DDIFRe, 0, [_iI, _n], [0, 0]];
|
|
747
|
+
var DeleteDataLakeDatasetRequest$ = [
|
|
731
748
|
3,
|
|
732
749
|
n0,
|
|
733
750
|
_DDLDR,
|
|
@@ -739,8 +756,8 @@ var DeleteDataLakeDatasetRequest = [
|
|
|
739
756
|
[0, 1],
|
|
740
757
|
],
|
|
741
758
|
];
|
|
742
|
-
var DeleteDataLakeDatasetResponse = [3, n0, _DDLDRe, 0, [_iI, _na, _n], [0, 0, 0]];
|
|
743
|
-
var DeleteDataLakeNamespaceRequest = [
|
|
759
|
+
var DeleteDataLakeDatasetResponse$ = [3, n0, _DDLDRe, 0, [_iI, _na, _n], [0, 0, 0]];
|
|
760
|
+
var DeleteDataLakeNamespaceRequest$ = [
|
|
744
761
|
3,
|
|
745
762
|
n0,
|
|
746
763
|
_DDLNR,
|
|
@@ -751,10 +768,10 @@ var DeleteDataLakeNamespaceRequest = [
|
|
|
751
768
|
[0, 1],
|
|
752
769
|
],
|
|
753
770
|
];
|
|
754
|
-
var DeleteDataLakeNamespaceResponse = [3, n0, _DDLNRe, 0, [_iI, _n], [0, 0]];
|
|
755
|
-
var DeleteInstanceRequest = [3, n0, _DIR, 0, [_iI], [[0, 1]]];
|
|
756
|
-
var DeleteInstanceResponse = [3, n0, _DIRe, 0, [_i], [() => Instance]];
|
|
757
|
-
var GetBillOfMaterialsImportJobRequest = [
|
|
771
|
+
var DeleteDataLakeNamespaceResponse$ = [3, n0, _DDLNRe, 0, [_iI, _n], [0, 0]];
|
|
772
|
+
var DeleteInstanceRequest$ = [3, n0, _DIR, 0, [_iI], [[0, 1]]];
|
|
773
|
+
var DeleteInstanceResponse$ = [3, n0, _DIRe, 0, [_i], [() => Instance$]];
|
|
774
|
+
var GetBillOfMaterialsImportJobRequest$ = [
|
|
758
775
|
3,
|
|
759
776
|
n0,
|
|
760
777
|
_GBOMIJR,
|
|
@@ -765,15 +782,15 @@ var GetBillOfMaterialsImportJobRequest = [
|
|
|
765
782
|
[0, 1],
|
|
766
783
|
],
|
|
767
784
|
];
|
|
768
|
-
var GetBillOfMaterialsImportJobResponse = [
|
|
785
|
+
var GetBillOfMaterialsImportJobResponse$ = [
|
|
769
786
|
3,
|
|
770
787
|
n0,
|
|
771
788
|
_GBOMIJRe,
|
|
772
789
|
0,
|
|
773
790
|
[_j],
|
|
774
|
-
[() => BillOfMaterialsImportJob],
|
|
791
|
+
[() => BillOfMaterialsImportJob$],
|
|
775
792
|
];
|
|
776
|
-
var GetDataIntegrationEventRequest = [
|
|
793
|
+
var GetDataIntegrationEventRequest$ = [
|
|
777
794
|
3,
|
|
778
795
|
n0,
|
|
779
796
|
_GDIER,
|
|
@@ -784,15 +801,15 @@ var GetDataIntegrationEventRequest = [
|
|
|
784
801
|
[0, 1],
|
|
785
802
|
],
|
|
786
803
|
];
|
|
787
|
-
var GetDataIntegrationEventResponse = [
|
|
804
|
+
var GetDataIntegrationEventResponse$ = [
|
|
788
805
|
3,
|
|
789
806
|
n0,
|
|
790
807
|
_GDIERe,
|
|
791
808
|
0,
|
|
792
809
|
[_ev],
|
|
793
|
-
[() => DataIntegrationEvent],
|
|
810
|
+
[() => DataIntegrationEvent$],
|
|
794
811
|
];
|
|
795
|
-
var GetDataIntegrationFlowExecutionRequest = [
|
|
812
|
+
var GetDataIntegrationFlowExecutionRequest$ = [
|
|
796
813
|
3,
|
|
797
814
|
n0,
|
|
798
815
|
_GDIFER,
|
|
@@ -804,15 +821,15 @@ var GetDataIntegrationFlowExecutionRequest = [
|
|
|
804
821
|
[0, 1],
|
|
805
822
|
],
|
|
806
823
|
];
|
|
807
|
-
var GetDataIntegrationFlowExecutionResponse = [
|
|
824
|
+
var GetDataIntegrationFlowExecutionResponse$ = [
|
|
808
825
|
3,
|
|
809
826
|
n0,
|
|
810
827
|
_GDIFERe,
|
|
811
828
|
0,
|
|
812
829
|
[_fE],
|
|
813
|
-
[() => DataIntegrationFlowExecution],
|
|
830
|
+
[() => DataIntegrationFlowExecution$],
|
|
814
831
|
];
|
|
815
|
-
var GetDataIntegrationFlowRequest = [
|
|
832
|
+
var GetDataIntegrationFlowRequest$ = [
|
|
816
833
|
3,
|
|
817
834
|
n0,
|
|
818
835
|
_GDIFR,
|
|
@@ -823,15 +840,15 @@ var GetDataIntegrationFlowRequest = [
|
|
|
823
840
|
[0, 1],
|
|
824
841
|
],
|
|
825
842
|
];
|
|
826
|
-
var GetDataIntegrationFlowResponse = [
|
|
843
|
+
var GetDataIntegrationFlowResponse$ = [
|
|
827
844
|
3,
|
|
828
845
|
n0,
|
|
829
846
|
_GDIFRe,
|
|
830
847
|
0,
|
|
831
848
|
[_fl],
|
|
832
|
-
[[() => DataIntegrationFlow
|
|
849
|
+
[[() => DataIntegrationFlow$, 0]],
|
|
833
850
|
];
|
|
834
|
-
var GetDataLakeDatasetRequest = [
|
|
851
|
+
var GetDataLakeDatasetRequest$ = [
|
|
835
852
|
3,
|
|
836
853
|
n0,
|
|
837
854
|
_GDLDR,
|
|
@@ -843,8 +860,8 @@ var GetDataLakeDatasetRequest = [
|
|
|
843
860
|
[0, 1],
|
|
844
861
|
],
|
|
845
862
|
];
|
|
846
|
-
var GetDataLakeDatasetResponse = [3, n0, _GDLDRe, 0, [_da], [() => DataLakeDataset]];
|
|
847
|
-
var GetDataLakeNamespaceRequest = [
|
|
863
|
+
var GetDataLakeDatasetResponse$ = [3, n0, _GDLDRe, 0, [_da], [() => DataLakeDataset$]];
|
|
864
|
+
var GetDataLakeNamespaceRequest$ = [
|
|
848
865
|
3,
|
|
849
866
|
n0,
|
|
850
867
|
_GDLNR,
|
|
@@ -855,10 +872,17 @@ var GetDataLakeNamespaceRequest = [
|
|
|
855
872
|
[0, 1],
|
|
856
873
|
],
|
|
857
874
|
];
|
|
858
|
-
var GetDataLakeNamespaceResponse = [
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
875
|
+
var GetDataLakeNamespaceResponse$ = [
|
|
876
|
+
3,
|
|
877
|
+
n0,
|
|
878
|
+
_GDLNRe,
|
|
879
|
+
0,
|
|
880
|
+
[_na],
|
|
881
|
+
[() => DataLakeNamespace$],
|
|
882
|
+
];
|
|
883
|
+
var GetInstanceRequest$ = [3, n0, _GIR, 0, [_iI], [[0, 1]]];
|
|
884
|
+
var GetInstanceResponse$ = [3, n0, _GIRe, 0, [_i], [() => Instance$]];
|
|
885
|
+
var Instance$ = [
|
|
862
886
|
3,
|
|
863
887
|
n0,
|
|
864
888
|
_I,
|
|
@@ -866,9 +890,9 @@ var Instance = [
|
|
|
866
890
|
[_iI, _aAI, _st, _eM, _wADD, _cTr, _lMT, _iN, _iD, _kKA, _vN],
|
|
867
891
|
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 1],
|
|
868
892
|
];
|
|
869
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
870
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
871
|
-
var ListDataIntegrationEventsRequest = [
|
|
893
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
894
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
895
|
+
var ListDataIntegrationEventsRequest$ = [
|
|
872
896
|
3,
|
|
873
897
|
n0,
|
|
874
898
|
_LDIER,
|
|
@@ -881,7 +905,7 @@ var ListDataIntegrationEventsRequest = [
|
|
|
881
905
|
[1, { [_hQ]: _mR }],
|
|
882
906
|
],
|
|
883
907
|
];
|
|
884
|
-
var ListDataIntegrationEventsResponse = [
|
|
908
|
+
var ListDataIntegrationEventsResponse$ = [
|
|
885
909
|
3,
|
|
886
910
|
n0,
|
|
887
911
|
_LDIERi,
|
|
@@ -889,7 +913,7 @@ var ListDataIntegrationEventsResponse = [
|
|
|
889
913
|
[_eve, _nT],
|
|
890
914
|
[() => DataIntegrationEventList, 0],
|
|
891
915
|
];
|
|
892
|
-
var ListDataIntegrationFlowExecutionsRequest = [
|
|
916
|
+
var ListDataIntegrationFlowExecutionsRequest$ = [
|
|
893
917
|
3,
|
|
894
918
|
n0,
|
|
895
919
|
_LDIFER,
|
|
@@ -902,7 +926,7 @@ var ListDataIntegrationFlowExecutionsRequest = [
|
|
|
902
926
|
[1, { [_hQ]: _mR }],
|
|
903
927
|
],
|
|
904
928
|
];
|
|
905
|
-
var ListDataIntegrationFlowExecutionsResponse = [
|
|
929
|
+
var ListDataIntegrationFlowExecutionsResponse$ = [
|
|
906
930
|
3,
|
|
907
931
|
n0,
|
|
908
932
|
_LDIFERi,
|
|
@@ -910,7 +934,7 @@ var ListDataIntegrationFlowExecutionsResponse = [
|
|
|
910
934
|
[_fEl, _nT],
|
|
911
935
|
[() => DataIntegrationFlowExecutionList, 0],
|
|
912
936
|
];
|
|
913
|
-
var ListDataIntegrationFlowsRequest = [
|
|
937
|
+
var ListDataIntegrationFlowsRequest$ = [
|
|
914
938
|
3,
|
|
915
939
|
n0,
|
|
916
940
|
_LDIFR,
|
|
@@ -922,7 +946,7 @@ var ListDataIntegrationFlowsRequest = [
|
|
|
922
946
|
[1, { [_hQ]: _mR }],
|
|
923
947
|
],
|
|
924
948
|
];
|
|
925
|
-
var ListDataIntegrationFlowsResponse = [
|
|
949
|
+
var ListDataIntegrationFlowsResponse$ = [
|
|
926
950
|
3,
|
|
927
951
|
n0,
|
|
928
952
|
_LDIFRi,
|
|
@@ -930,7 +954,7 @@ var ListDataIntegrationFlowsResponse = [
|
|
|
930
954
|
[_flo, _nT],
|
|
931
955
|
[[() => DataIntegrationFlowList, 0], 0],
|
|
932
956
|
];
|
|
933
|
-
var ListDataLakeDatasetsRequest = [
|
|
957
|
+
var ListDataLakeDatasetsRequest$ = [
|
|
934
958
|
3,
|
|
935
959
|
n0,
|
|
936
960
|
_LDLDR,
|
|
@@ -943,7 +967,7 @@ var ListDataLakeDatasetsRequest = [
|
|
|
943
967
|
[1, { [_hQ]: _mR }],
|
|
944
968
|
],
|
|
945
969
|
];
|
|
946
|
-
var ListDataLakeDatasetsResponse = [
|
|
970
|
+
var ListDataLakeDatasetsResponse$ = [
|
|
947
971
|
3,
|
|
948
972
|
n0,
|
|
949
973
|
_LDLDRi,
|
|
@@ -951,7 +975,7 @@ var ListDataLakeDatasetsResponse = [
|
|
|
951
975
|
[_dat, _nT],
|
|
952
976
|
[() => DataLakeDatasetList, 0],
|
|
953
977
|
];
|
|
954
|
-
var ListDataLakeNamespacesRequest = [
|
|
978
|
+
var ListDataLakeNamespacesRequest$ = [
|
|
955
979
|
3,
|
|
956
980
|
n0,
|
|
957
981
|
_LDLNR,
|
|
@@ -963,7 +987,7 @@ var ListDataLakeNamespacesRequest = [
|
|
|
963
987
|
[1, { [_hQ]: _mR }],
|
|
964
988
|
],
|
|
965
989
|
];
|
|
966
|
-
var ListDataLakeNamespacesResponse = [
|
|
990
|
+
var ListDataLakeNamespacesResponse$ = [
|
|
967
991
|
3,
|
|
968
992
|
n0,
|
|
969
993
|
_LDLNRi,
|
|
@@ -971,7 +995,7 @@ var ListDataLakeNamespacesResponse = [
|
|
|
971
995
|
[_nam, _nT],
|
|
972
996
|
[() => DataLakeNamespaceList, 0],
|
|
973
997
|
];
|
|
974
|
-
var ListInstancesRequest = [
|
|
998
|
+
var ListInstancesRequest$ = [
|
|
975
999
|
3,
|
|
976
1000
|
n0,
|
|
977
1001
|
_LIR,
|
|
@@ -984,27 +1008,27 @@ var ListInstancesRequest = [
|
|
|
984
1008
|
[64 | 0, { [_hQ]: _iSF }],
|
|
985
1009
|
],
|
|
986
1010
|
];
|
|
987
|
-
var ListInstancesResponse = [3, n0, _LIRi, 0, [_in, _nT], [() => InstanceList, 0]];
|
|
988
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
989
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_tag], [128 | 0]];
|
|
990
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
991
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
992
|
-
var SendDataIntegrationEventRequest = [
|
|
1011
|
+
var ListInstancesResponse$ = [3, n0, _LIRi, 0, [_in, _nT], [() => InstanceList, 0]];
|
|
1012
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1013
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_tag], [128 | 0]];
|
|
1014
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1015
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1016
|
+
var SendDataIntegrationEventRequest$ = [
|
|
993
1017
|
3,
|
|
994
1018
|
n0,
|
|
995
1019
|
_SDIER,
|
|
996
1020
|
0,
|
|
997
1021
|
[_iI, _eT, _data, _eGI, _eTv, _cT, _dT],
|
|
998
|
-
[[0, 1], 0, [() => DataIntegrationEventData, 0], 0, 7, [0, 4], () => DataIntegrationEventDatasetTargetConfiguration],
|
|
999
|
-
];
|
|
1000
|
-
var SendDataIntegrationEventResponse = [3, n0, _SDIERe, 0, [_eI], [0]];
|
|
1001
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1002
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1003
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _tag], [[0, 1], 128 | 0]];
|
|
1004
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1005
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
1006
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1007
|
-
var UntagResourceRequest = [
|
|
1022
|
+
[[0, 1], 0, [() => DataIntegrationEventData, 0], 0, 7, [0, 4], () => DataIntegrationEventDatasetTargetConfiguration$],
|
|
1023
|
+
];
|
|
1024
|
+
var SendDataIntegrationEventResponse$ = [3, n0, _SDIERe, 0, [_eI], [0]];
|
|
1025
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1026
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1027
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _tag], [[0, 1], 128 | 0]];
|
|
1028
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1029
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
1030
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1031
|
+
var UntagResourceRequest$ = [
|
|
1008
1032
|
3,
|
|
1009
1033
|
n0,
|
|
1010
1034
|
_URR,
|
|
@@ -1015,8 +1039,8 @@ var UntagResourceRequest = [
|
|
|
1015
1039
|
[64 | 0, { [_hQ]: _tK }],
|
|
1016
1040
|
],
|
|
1017
1041
|
];
|
|
1018
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1019
|
-
var UpdateDataIntegrationFlowRequest = [
|
|
1042
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1043
|
+
var UpdateDataIntegrationFlowRequest$ = [
|
|
1020
1044
|
3,
|
|
1021
1045
|
n0,
|
|
1022
1046
|
_UDIFR,
|
|
@@ -1026,19 +1050,19 @@ var UpdateDataIntegrationFlowRequest = [
|
|
|
1026
1050
|
[0, 1],
|
|
1027
1051
|
[0, 1],
|
|
1028
1052
|
() => DataIntegrationFlowSourceList,
|
|
1029
|
-
[() => DataIntegrationFlowTransformation
|
|
1030
|
-
() => DataIntegrationFlowTarget
|
|
1053
|
+
[() => DataIntegrationFlowTransformation$, 0],
|
|
1054
|
+
() => DataIntegrationFlowTarget$,
|
|
1031
1055
|
],
|
|
1032
1056
|
];
|
|
1033
|
-
var UpdateDataIntegrationFlowResponse = [
|
|
1057
|
+
var UpdateDataIntegrationFlowResponse$ = [
|
|
1034
1058
|
3,
|
|
1035
1059
|
n0,
|
|
1036
1060
|
_UDIFRp,
|
|
1037
1061
|
0,
|
|
1038
1062
|
[_fl],
|
|
1039
|
-
[[() => DataIntegrationFlow
|
|
1063
|
+
[[() => DataIntegrationFlow$, 0]],
|
|
1040
1064
|
];
|
|
1041
|
-
var UpdateDataLakeDatasetRequest = [
|
|
1065
|
+
var UpdateDataLakeDatasetRequest$ = [
|
|
1042
1066
|
3,
|
|
1043
1067
|
n0,
|
|
1044
1068
|
_UDLDR,
|
|
@@ -1046,8 +1070,8 @@ var UpdateDataLakeDatasetRequest = [
|
|
|
1046
1070
|
[_iI, _na, _n, _d],
|
|
1047
1071
|
[[0, 1], [0, 1], [0, 1], 0],
|
|
1048
1072
|
];
|
|
1049
|
-
var UpdateDataLakeDatasetResponse = [3, n0, _UDLDRp, 0, [_da], [() => DataLakeDataset]];
|
|
1050
|
-
var UpdateDataLakeNamespaceRequest = [
|
|
1073
|
+
var UpdateDataLakeDatasetResponse$ = [3, n0, _UDLDRp, 0, [_da], [() => DataLakeDataset$]];
|
|
1074
|
+
var UpdateDataLakeNamespaceRequest$ = [
|
|
1051
1075
|
3,
|
|
1052
1076
|
n0,
|
|
1053
1077
|
_UDLNR,
|
|
@@ -1055,146 +1079,134 @@ var UpdateDataLakeNamespaceRequest = [
|
|
|
1055
1079
|
[_iI, _n, _d],
|
|
1056
1080
|
[[0, 1], [0, 1], 0],
|
|
1057
1081
|
];
|
|
1058
|
-
var UpdateDataLakeNamespaceResponse = [
|
|
1082
|
+
var UpdateDataLakeNamespaceResponse$ = [
|
|
1059
1083
|
3,
|
|
1060
1084
|
n0,
|
|
1061
1085
|
_UDLNRp,
|
|
1062
1086
|
0,
|
|
1063
1087
|
[_na],
|
|
1064
|
-
[() => DataLakeNamespace],
|
|
1065
|
-
];
|
|
1066
|
-
var UpdateInstanceRequest = [3, n0, _UIR, 0, [_iI, _iN, _iD], [[0, 1], 0, 0]];
|
|
1067
|
-
var UpdateInstanceResponse = [3, n0, _UIRp, 0, [_i], [() => Instance]];
|
|
1068
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1069
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
1070
|
-
var SupplyChainServiceException = [-3, _sm, "SupplyChainServiceException", 0, [], []];
|
|
1071
|
-
schema.TypeRegistry.for(_sm).registerError(SupplyChainServiceException
|
|
1072
|
-
var DataIntegrationEventList = [1, n0, _DIEL, 0, () => DataIntegrationEvent];
|
|
1073
|
-
var DataIntegrationFlowExecutionList = [1, n0, _DIFEL, 0, () => DataIntegrationFlowExecution];
|
|
1088
|
+
[() => DataLakeNamespace$],
|
|
1089
|
+
];
|
|
1090
|
+
var UpdateInstanceRequest$ = [3, n0, _UIR, 0, [_iI, _iN, _iD], [[0, 1], 0, 0]];
|
|
1091
|
+
var UpdateInstanceResponse$ = [3, n0, _UIRp, 0, [_i], [() => Instance$]];
|
|
1092
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1093
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1094
|
+
var SupplyChainServiceException$ = [-3, _sm, "SupplyChainServiceException", 0, [], []];
|
|
1095
|
+
schema.TypeRegistry.for(_sm).registerError(SupplyChainServiceException$, SupplyChainServiceException);
|
|
1096
|
+
var DataIntegrationEventList = [1, n0, _DIEL, 0, () => DataIntegrationEvent$];
|
|
1097
|
+
var DataIntegrationFlowExecutionList = [1, n0, _DIFEL, 0, () => DataIntegrationFlowExecution$];
|
|
1074
1098
|
var DataIntegrationFlowFieldPriorityDedupeFieldList = [
|
|
1075
1099
|
1,
|
|
1076
1100
|
n0,
|
|
1077
1101
|
_DIFFPDFL,
|
|
1078
1102
|
0,
|
|
1079
|
-
() => DataIntegrationFlowFieldPriorityDedupeField
|
|
1080
|
-
];
|
|
1081
|
-
var DataIntegrationFlowList = [1, n0, _DIFL, 0, [() => DataIntegrationFlow
|
|
1082
|
-
var DataIntegrationFlowSourceList = [1, n0, _DIFSL, 0, () => DataIntegrationFlowSource];
|
|
1083
|
-
var DataLakeDatasetList = [1, n0, _DLDL, 0, () => DataLakeDataset];
|
|
1084
|
-
var DataLakeDatasetPartitionFieldList = [
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
];
|
|
1091
|
-
var DataLakeDatasetPrimaryKeyFieldList = [
|
|
1092
|
-
1,
|
|
1093
|
-
n0,
|
|
1094
|
-
_DLDPKFL,
|
|
1095
|
-
0,
|
|
1096
|
-
() => DataLakeDatasetPrimaryKeyField,
|
|
1097
|
-
];
|
|
1098
|
-
var DataLakeDatasetSchemaFieldList = [1, n0, _DLDSFL, 0, () => DataLakeDatasetSchemaField];
|
|
1099
|
-
var DataLakeNamespaceList = [1, n0, _DLNL, 0, () => DataLakeNamespace];
|
|
1100
|
-
var InstanceList = [1, n0, _IL, 0, () => Instance];
|
|
1101
|
-
var CreateBillOfMaterialsImportJob = [
|
|
1103
|
+
() => DataIntegrationFlowFieldPriorityDedupeField$,
|
|
1104
|
+
];
|
|
1105
|
+
var DataIntegrationFlowList = [1, n0, _DIFL, 0, [() => DataIntegrationFlow$, 0]];
|
|
1106
|
+
var DataIntegrationFlowSourceList = [1, n0, _DIFSL, 0, () => DataIntegrationFlowSource$];
|
|
1107
|
+
var DataLakeDatasetList = [1, n0, _DLDL, 0, () => DataLakeDataset$];
|
|
1108
|
+
var DataLakeDatasetPartitionFieldList = [1, n0, _DLDPFL, 0, () => DataLakeDatasetPartitionField$];
|
|
1109
|
+
var DataLakeDatasetPrimaryKeyFieldList = [1, n0, _DLDPKFL, 0, () => DataLakeDatasetPrimaryKeyField$];
|
|
1110
|
+
var DataLakeDatasetSchemaFieldList = [1, n0, _DLDSFL, 0, () => DataLakeDatasetSchemaField$];
|
|
1111
|
+
var DataLakeNamespaceList = [1, n0, _DLNL, 0, () => DataLakeNamespace$];
|
|
1112
|
+
var InstanceList = [1, n0, _IL, 0, () => Instance$];
|
|
1113
|
+
var CreateBillOfMaterialsImportJob$ = [
|
|
1102
1114
|
9,
|
|
1103
1115
|
n0,
|
|
1104
1116
|
_CBOMIJ,
|
|
1105
1117
|
{ [_h]: ["POST", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs", 200] },
|
|
1106
|
-
() => CreateBillOfMaterialsImportJobRequest
|
|
1107
|
-
() => CreateBillOfMaterialsImportJobResponse
|
|
1118
|
+
() => CreateBillOfMaterialsImportJobRequest$,
|
|
1119
|
+
() => CreateBillOfMaterialsImportJobResponse$,
|
|
1108
1120
|
];
|
|
1109
|
-
var CreateDataIntegrationFlow = [
|
|
1121
|
+
var CreateDataIntegrationFlow$ = [
|
|
1110
1122
|
9,
|
|
1111
1123
|
n0,
|
|
1112
1124
|
_CDIF,
|
|
1113
1125
|
{ [_h]: ["PUT", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
1114
|
-
() => CreateDataIntegrationFlowRequest
|
|
1115
|
-
() => CreateDataIntegrationFlowResponse
|
|
1126
|
+
() => CreateDataIntegrationFlowRequest$,
|
|
1127
|
+
() => CreateDataIntegrationFlowResponse$,
|
|
1116
1128
|
];
|
|
1117
|
-
var CreateDataLakeDataset = [
|
|
1129
|
+
var CreateDataLakeDataset$ = [
|
|
1118
1130
|
9,
|
|
1119
1131
|
n0,
|
|
1120
1132
|
_CDLD,
|
|
1121
1133
|
{ [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1122
|
-
() => CreateDataLakeDatasetRequest
|
|
1123
|
-
() => CreateDataLakeDatasetResponse
|
|
1134
|
+
() => CreateDataLakeDatasetRequest$,
|
|
1135
|
+
() => CreateDataLakeDatasetResponse$,
|
|
1124
1136
|
];
|
|
1125
|
-
var CreateDataLakeNamespace = [
|
|
1137
|
+
var CreateDataLakeNamespace$ = [
|
|
1126
1138
|
9,
|
|
1127
1139
|
n0,
|
|
1128
1140
|
_CDLN,
|
|
1129
1141
|
{ [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1130
|
-
() => CreateDataLakeNamespaceRequest
|
|
1131
|
-
() => CreateDataLakeNamespaceResponse
|
|
1142
|
+
() => CreateDataLakeNamespaceRequest$,
|
|
1143
|
+
() => CreateDataLakeNamespaceResponse$,
|
|
1132
1144
|
];
|
|
1133
|
-
var CreateInstance = [
|
|
1145
|
+
var CreateInstance$ = [
|
|
1134
1146
|
9,
|
|
1135
1147
|
n0,
|
|
1136
1148
|
_CI,
|
|
1137
1149
|
{ [_h]: ["POST", "/api/instance", 200] },
|
|
1138
|
-
() => CreateInstanceRequest
|
|
1139
|
-
() => CreateInstanceResponse
|
|
1150
|
+
() => CreateInstanceRequest$,
|
|
1151
|
+
() => CreateInstanceResponse$,
|
|
1140
1152
|
];
|
|
1141
|
-
var DeleteDataIntegrationFlow = [
|
|
1153
|
+
var DeleteDataIntegrationFlow$ = [
|
|
1142
1154
|
9,
|
|
1143
1155
|
n0,
|
|
1144
1156
|
_DDIF,
|
|
1145
1157
|
{ [_h]: ["DELETE", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
1146
|
-
() => DeleteDataIntegrationFlowRequest
|
|
1147
|
-
() => DeleteDataIntegrationFlowResponse
|
|
1158
|
+
() => DeleteDataIntegrationFlowRequest$,
|
|
1159
|
+
() => DeleteDataIntegrationFlowResponse$,
|
|
1148
1160
|
];
|
|
1149
|
-
var DeleteDataLakeDataset = [
|
|
1161
|
+
var DeleteDataLakeDataset$ = [
|
|
1150
1162
|
9,
|
|
1151
1163
|
n0,
|
|
1152
1164
|
_DDLD,
|
|
1153
1165
|
{ [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1154
|
-
() => DeleteDataLakeDatasetRequest
|
|
1155
|
-
() => DeleteDataLakeDatasetResponse
|
|
1166
|
+
() => DeleteDataLakeDatasetRequest$,
|
|
1167
|
+
() => DeleteDataLakeDatasetResponse$,
|
|
1156
1168
|
];
|
|
1157
|
-
var DeleteDataLakeNamespace = [
|
|
1169
|
+
var DeleteDataLakeNamespace$ = [
|
|
1158
1170
|
9,
|
|
1159
1171
|
n0,
|
|
1160
1172
|
_DDLN,
|
|
1161
1173
|
{ [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1162
|
-
() => DeleteDataLakeNamespaceRequest
|
|
1163
|
-
() => DeleteDataLakeNamespaceResponse
|
|
1174
|
+
() => DeleteDataLakeNamespaceRequest$,
|
|
1175
|
+
() => DeleteDataLakeNamespaceResponse$,
|
|
1164
1176
|
];
|
|
1165
|
-
var DeleteInstance = [
|
|
1177
|
+
var DeleteInstance$ = [
|
|
1166
1178
|
9,
|
|
1167
1179
|
n0,
|
|
1168
1180
|
_DI,
|
|
1169
1181
|
{ [_h]: ["DELETE", "/api/instance/{instanceId}", 200] },
|
|
1170
|
-
() => DeleteInstanceRequest
|
|
1171
|
-
() => DeleteInstanceResponse
|
|
1182
|
+
() => DeleteInstanceRequest$,
|
|
1183
|
+
() => DeleteInstanceResponse$,
|
|
1172
1184
|
];
|
|
1173
|
-
var GetBillOfMaterialsImportJob = [
|
|
1185
|
+
var GetBillOfMaterialsImportJob$ = [
|
|
1174
1186
|
9,
|
|
1175
1187
|
n0,
|
|
1176
1188
|
_GBOMIJ,
|
|
1177
1189
|
{ [_h]: ["GET", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs/{jobId}", 200] },
|
|
1178
|
-
() => GetBillOfMaterialsImportJobRequest
|
|
1179
|
-
() => GetBillOfMaterialsImportJobResponse
|
|
1190
|
+
() => GetBillOfMaterialsImportJobRequest$,
|
|
1191
|
+
() => GetBillOfMaterialsImportJobResponse$,
|
|
1180
1192
|
];
|
|
1181
|
-
var GetDataIntegrationEvent = [
|
|
1193
|
+
var GetDataIntegrationEvent$ = [
|
|
1182
1194
|
9,
|
|
1183
1195
|
n0,
|
|
1184
1196
|
_GDIE,
|
|
1185
1197
|
{ [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events/{eventId}", 200] },
|
|
1186
|
-
() => GetDataIntegrationEventRequest
|
|
1187
|
-
() => GetDataIntegrationEventResponse
|
|
1198
|
+
() => GetDataIntegrationEventRequest$,
|
|
1199
|
+
() => GetDataIntegrationEventResponse$,
|
|
1188
1200
|
];
|
|
1189
|
-
var GetDataIntegrationFlow = [
|
|
1201
|
+
var GetDataIntegrationFlow$ = [
|
|
1190
1202
|
9,
|
|
1191
1203
|
n0,
|
|
1192
1204
|
_GDIF,
|
|
1193
1205
|
{ [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
1194
|
-
() => GetDataIntegrationFlowRequest
|
|
1195
|
-
() => GetDataIntegrationFlowResponse
|
|
1206
|
+
() => GetDataIntegrationFlowRequest$,
|
|
1207
|
+
() => GetDataIntegrationFlowResponse$,
|
|
1196
1208
|
];
|
|
1197
|
-
var GetDataIntegrationFlowExecution = [
|
|
1209
|
+
var GetDataIntegrationFlowExecution$ = [
|
|
1198
1210
|
9,
|
|
1199
1211
|
n0,
|
|
1200
1212
|
_GDIFE,
|
|
@@ -1205,146 +1217,146 @@ var GetDataIntegrationFlowExecution = [
|
|
|
1205
1217
|
200,
|
|
1206
1218
|
],
|
|
1207
1219
|
},
|
|
1208
|
-
() => GetDataIntegrationFlowExecutionRequest
|
|
1209
|
-
() => GetDataIntegrationFlowExecutionResponse
|
|
1220
|
+
() => GetDataIntegrationFlowExecutionRequest$,
|
|
1221
|
+
() => GetDataIntegrationFlowExecutionResponse$,
|
|
1210
1222
|
];
|
|
1211
|
-
var GetDataLakeDataset = [
|
|
1223
|
+
var GetDataLakeDataset$ = [
|
|
1212
1224
|
9,
|
|
1213
1225
|
n0,
|
|
1214
1226
|
_GDLD,
|
|
1215
1227
|
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1216
|
-
() => GetDataLakeDatasetRequest
|
|
1217
|
-
() => GetDataLakeDatasetResponse
|
|
1228
|
+
() => GetDataLakeDatasetRequest$,
|
|
1229
|
+
() => GetDataLakeDatasetResponse$,
|
|
1218
1230
|
];
|
|
1219
|
-
var GetDataLakeNamespace = [
|
|
1231
|
+
var GetDataLakeNamespace$ = [
|
|
1220
1232
|
9,
|
|
1221
1233
|
n0,
|
|
1222
1234
|
_GDLN,
|
|
1223
1235
|
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1224
|
-
() => GetDataLakeNamespaceRequest
|
|
1225
|
-
() => GetDataLakeNamespaceResponse
|
|
1236
|
+
() => GetDataLakeNamespaceRequest$,
|
|
1237
|
+
() => GetDataLakeNamespaceResponse$,
|
|
1226
1238
|
];
|
|
1227
|
-
var GetInstance = [
|
|
1239
|
+
var GetInstance$ = [
|
|
1228
1240
|
9,
|
|
1229
1241
|
n0,
|
|
1230
1242
|
_GI,
|
|
1231
1243
|
{ [_h]: ["GET", "/api/instance/{instanceId}", 200] },
|
|
1232
|
-
() => GetInstanceRequest
|
|
1233
|
-
() => GetInstanceResponse
|
|
1244
|
+
() => GetInstanceRequest$,
|
|
1245
|
+
() => GetInstanceResponse$,
|
|
1234
1246
|
];
|
|
1235
|
-
var ListDataIntegrationEvents = [
|
|
1247
|
+
var ListDataIntegrationEvents$ = [
|
|
1236
1248
|
9,
|
|
1237
1249
|
n0,
|
|
1238
1250
|
_LDIE,
|
|
1239
1251
|
{ [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200] },
|
|
1240
|
-
() => ListDataIntegrationEventsRequest
|
|
1241
|
-
() => ListDataIntegrationEventsResponse
|
|
1252
|
+
() => ListDataIntegrationEventsRequest$,
|
|
1253
|
+
() => ListDataIntegrationEventsResponse$,
|
|
1242
1254
|
];
|
|
1243
|
-
var ListDataIntegrationFlowExecutions = [
|
|
1255
|
+
var ListDataIntegrationFlowExecutions$ = [
|
|
1244
1256
|
9,
|
|
1245
1257
|
n0,
|
|
1246
1258
|
_LDIFE,
|
|
1247
1259
|
{
|
|
1248
1260
|
[_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-flows/{flowName}/executions", 200],
|
|
1249
1261
|
},
|
|
1250
|
-
() => ListDataIntegrationFlowExecutionsRequest
|
|
1251
|
-
() => ListDataIntegrationFlowExecutionsResponse
|
|
1262
|
+
() => ListDataIntegrationFlowExecutionsRequest$,
|
|
1263
|
+
() => ListDataIntegrationFlowExecutionsResponse$,
|
|
1252
1264
|
];
|
|
1253
|
-
var ListDataIntegrationFlows = [
|
|
1265
|
+
var ListDataIntegrationFlows$ = [
|
|
1254
1266
|
9,
|
|
1255
1267
|
n0,
|
|
1256
1268
|
_LDIF,
|
|
1257
1269
|
{ [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows", 200] },
|
|
1258
|
-
() => ListDataIntegrationFlowsRequest
|
|
1259
|
-
() => ListDataIntegrationFlowsResponse
|
|
1270
|
+
() => ListDataIntegrationFlowsRequest$,
|
|
1271
|
+
() => ListDataIntegrationFlowsResponse$,
|
|
1260
1272
|
];
|
|
1261
|
-
var ListDataLakeDatasets = [
|
|
1273
|
+
var ListDataLakeDatasets$ = [
|
|
1262
1274
|
9,
|
|
1263
1275
|
n0,
|
|
1264
1276
|
_LDLD,
|
|
1265
1277
|
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets", 200] },
|
|
1266
|
-
() => ListDataLakeDatasetsRequest
|
|
1267
|
-
() => ListDataLakeDatasetsResponse
|
|
1278
|
+
() => ListDataLakeDatasetsRequest$,
|
|
1279
|
+
() => ListDataLakeDatasetsResponse$,
|
|
1268
1280
|
];
|
|
1269
|
-
var ListDataLakeNamespaces = [
|
|
1281
|
+
var ListDataLakeNamespaces$ = [
|
|
1270
1282
|
9,
|
|
1271
1283
|
n0,
|
|
1272
1284
|
_LDLN,
|
|
1273
1285
|
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces", 200] },
|
|
1274
|
-
() => ListDataLakeNamespacesRequest
|
|
1275
|
-
() => ListDataLakeNamespacesResponse
|
|
1286
|
+
() => ListDataLakeNamespacesRequest$,
|
|
1287
|
+
() => ListDataLakeNamespacesResponse$,
|
|
1276
1288
|
];
|
|
1277
|
-
var ListInstances = [
|
|
1289
|
+
var ListInstances$ = [
|
|
1278
1290
|
9,
|
|
1279
1291
|
n0,
|
|
1280
1292
|
_LI,
|
|
1281
1293
|
{ [_h]: ["GET", "/api/instance", 200] },
|
|
1282
|
-
() => ListInstancesRequest
|
|
1283
|
-
() => ListInstancesResponse
|
|
1294
|
+
() => ListInstancesRequest$,
|
|
1295
|
+
() => ListInstancesResponse$,
|
|
1284
1296
|
];
|
|
1285
|
-
var ListTagsForResource = [
|
|
1297
|
+
var ListTagsForResource$ = [
|
|
1286
1298
|
9,
|
|
1287
1299
|
n0,
|
|
1288
1300
|
_LTFR,
|
|
1289
1301
|
{ [_h]: ["GET", "/api/tags/{resourceArn}", 200] },
|
|
1290
|
-
() => ListTagsForResourceRequest
|
|
1291
|
-
() => ListTagsForResourceResponse
|
|
1302
|
+
() => ListTagsForResourceRequest$,
|
|
1303
|
+
() => ListTagsForResourceResponse$,
|
|
1292
1304
|
];
|
|
1293
|
-
var SendDataIntegrationEvent = [
|
|
1305
|
+
var SendDataIntegrationEvent$ = [
|
|
1294
1306
|
9,
|
|
1295
1307
|
n0,
|
|
1296
1308
|
_SDIE,
|
|
1297
1309
|
{ [_h]: ["POST", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200] },
|
|
1298
|
-
() => SendDataIntegrationEventRequest
|
|
1299
|
-
() => SendDataIntegrationEventResponse
|
|
1310
|
+
() => SendDataIntegrationEventRequest$,
|
|
1311
|
+
() => SendDataIntegrationEventResponse$,
|
|
1300
1312
|
];
|
|
1301
|
-
var TagResource = [
|
|
1313
|
+
var TagResource$ = [
|
|
1302
1314
|
9,
|
|
1303
1315
|
n0,
|
|
1304
1316
|
_TR,
|
|
1305
1317
|
{ [_h]: ["POST", "/api/tags/{resourceArn}", 200] },
|
|
1306
|
-
() => TagResourceRequest
|
|
1307
|
-
() => TagResourceResponse
|
|
1318
|
+
() => TagResourceRequest$,
|
|
1319
|
+
() => TagResourceResponse$,
|
|
1308
1320
|
];
|
|
1309
|
-
var UntagResource = [
|
|
1321
|
+
var UntagResource$ = [
|
|
1310
1322
|
9,
|
|
1311
1323
|
n0,
|
|
1312
1324
|
_UR,
|
|
1313
1325
|
{ [_h]: ["DELETE", "/api/tags/{resourceArn}", 200] },
|
|
1314
|
-
() => UntagResourceRequest
|
|
1315
|
-
() => UntagResourceResponse
|
|
1326
|
+
() => UntagResourceRequest$,
|
|
1327
|
+
() => UntagResourceResponse$,
|
|
1316
1328
|
];
|
|
1317
|
-
var UpdateDataIntegrationFlow = [
|
|
1329
|
+
var UpdateDataIntegrationFlow$ = [
|
|
1318
1330
|
9,
|
|
1319
1331
|
n0,
|
|
1320
1332
|
_UDIF,
|
|
1321
1333
|
{ [_h]: ["PATCH", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
1322
|
-
() => UpdateDataIntegrationFlowRequest
|
|
1323
|
-
() => UpdateDataIntegrationFlowResponse
|
|
1334
|
+
() => UpdateDataIntegrationFlowRequest$,
|
|
1335
|
+
() => UpdateDataIntegrationFlowResponse$,
|
|
1324
1336
|
];
|
|
1325
|
-
var UpdateDataLakeDataset = [
|
|
1337
|
+
var UpdateDataLakeDataset$ = [
|
|
1326
1338
|
9,
|
|
1327
1339
|
n0,
|
|
1328
1340
|
_UDLD,
|
|
1329
1341
|
{ [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1330
|
-
() => UpdateDataLakeDatasetRequest
|
|
1331
|
-
() => UpdateDataLakeDatasetResponse
|
|
1342
|
+
() => UpdateDataLakeDatasetRequest$,
|
|
1343
|
+
() => UpdateDataLakeDatasetResponse$,
|
|
1332
1344
|
];
|
|
1333
|
-
var UpdateDataLakeNamespace = [
|
|
1345
|
+
var UpdateDataLakeNamespace$ = [
|
|
1334
1346
|
9,
|
|
1335
1347
|
n0,
|
|
1336
1348
|
_UDLN,
|
|
1337
1349
|
{ [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1338
|
-
() => UpdateDataLakeNamespaceRequest
|
|
1339
|
-
() => UpdateDataLakeNamespaceResponse
|
|
1350
|
+
() => UpdateDataLakeNamespaceRequest$,
|
|
1351
|
+
() => UpdateDataLakeNamespaceResponse$,
|
|
1340
1352
|
];
|
|
1341
|
-
var UpdateInstance = [
|
|
1353
|
+
var UpdateInstance$ = [
|
|
1342
1354
|
9,
|
|
1343
1355
|
n0,
|
|
1344
1356
|
_UI,
|
|
1345
1357
|
{ [_h]: ["PATCH", "/api/instance/{instanceId}", 200] },
|
|
1346
|
-
() => UpdateInstanceRequest
|
|
1347
|
-
() => UpdateInstanceResponse
|
|
1358
|
+
() => UpdateInstanceRequest$,
|
|
1359
|
+
() => UpdateInstanceResponse$,
|
|
1348
1360
|
];
|
|
1349
1361
|
|
|
1350
1362
|
class CreateBillOfMaterialsImportJobCommand extends smithyClient.Command
|
|
@@ -1355,7 +1367,7 @@ class CreateBillOfMaterialsImportJobCommand extends smithyClient.Command
|
|
|
1355
1367
|
})
|
|
1356
1368
|
.s("GalaxyPublicAPIGateway", "CreateBillOfMaterialsImportJob", {})
|
|
1357
1369
|
.n("SupplyChainClient", "CreateBillOfMaterialsImportJobCommand")
|
|
1358
|
-
.sc(CreateBillOfMaterialsImportJob)
|
|
1370
|
+
.sc(CreateBillOfMaterialsImportJob$)
|
|
1359
1371
|
.build() {
|
|
1360
1372
|
}
|
|
1361
1373
|
|
|
@@ -1367,7 +1379,7 @@ class CreateDataIntegrationFlowCommand extends smithyClient.Command
|
|
|
1367
1379
|
})
|
|
1368
1380
|
.s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {})
|
|
1369
1381
|
.n("SupplyChainClient", "CreateDataIntegrationFlowCommand")
|
|
1370
|
-
.sc(CreateDataIntegrationFlow)
|
|
1382
|
+
.sc(CreateDataIntegrationFlow$)
|
|
1371
1383
|
.build() {
|
|
1372
1384
|
}
|
|
1373
1385
|
|
|
@@ -1379,7 +1391,7 @@ class CreateDataLakeDatasetCommand extends smithyClient.Command
|
|
|
1379
1391
|
})
|
|
1380
1392
|
.s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {})
|
|
1381
1393
|
.n("SupplyChainClient", "CreateDataLakeDatasetCommand")
|
|
1382
|
-
.sc(CreateDataLakeDataset)
|
|
1394
|
+
.sc(CreateDataLakeDataset$)
|
|
1383
1395
|
.build() {
|
|
1384
1396
|
}
|
|
1385
1397
|
|
|
@@ -1391,7 +1403,7 @@ class CreateDataLakeNamespaceCommand extends smithyClient.Command
|
|
|
1391
1403
|
})
|
|
1392
1404
|
.s("GalaxyPublicAPIGateway", "CreateDataLakeNamespace", {})
|
|
1393
1405
|
.n("SupplyChainClient", "CreateDataLakeNamespaceCommand")
|
|
1394
|
-
.sc(CreateDataLakeNamespace)
|
|
1406
|
+
.sc(CreateDataLakeNamespace$)
|
|
1395
1407
|
.build() {
|
|
1396
1408
|
}
|
|
1397
1409
|
|
|
@@ -1403,7 +1415,7 @@ class CreateInstanceCommand extends smithyClient.Command
|
|
|
1403
1415
|
})
|
|
1404
1416
|
.s("GalaxyPublicAPIGateway", "CreateInstance", {})
|
|
1405
1417
|
.n("SupplyChainClient", "CreateInstanceCommand")
|
|
1406
|
-
.sc(CreateInstance)
|
|
1418
|
+
.sc(CreateInstance$)
|
|
1407
1419
|
.build() {
|
|
1408
1420
|
}
|
|
1409
1421
|
|
|
@@ -1415,7 +1427,7 @@ class DeleteDataIntegrationFlowCommand extends smithyClient.Command
|
|
|
1415
1427
|
})
|
|
1416
1428
|
.s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {})
|
|
1417
1429
|
.n("SupplyChainClient", "DeleteDataIntegrationFlowCommand")
|
|
1418
|
-
.sc(DeleteDataIntegrationFlow)
|
|
1430
|
+
.sc(DeleteDataIntegrationFlow$)
|
|
1419
1431
|
.build() {
|
|
1420
1432
|
}
|
|
1421
1433
|
|
|
@@ -1427,7 +1439,7 @@ class DeleteDataLakeDatasetCommand extends smithyClient.Command
|
|
|
1427
1439
|
})
|
|
1428
1440
|
.s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {})
|
|
1429
1441
|
.n("SupplyChainClient", "DeleteDataLakeDatasetCommand")
|
|
1430
|
-
.sc(DeleteDataLakeDataset)
|
|
1442
|
+
.sc(DeleteDataLakeDataset$)
|
|
1431
1443
|
.build() {
|
|
1432
1444
|
}
|
|
1433
1445
|
|
|
@@ -1439,7 +1451,7 @@ class DeleteDataLakeNamespaceCommand extends smithyClient.Command
|
|
|
1439
1451
|
})
|
|
1440
1452
|
.s("GalaxyPublicAPIGateway", "DeleteDataLakeNamespace", {})
|
|
1441
1453
|
.n("SupplyChainClient", "DeleteDataLakeNamespaceCommand")
|
|
1442
|
-
.sc(DeleteDataLakeNamespace)
|
|
1454
|
+
.sc(DeleteDataLakeNamespace$)
|
|
1443
1455
|
.build() {
|
|
1444
1456
|
}
|
|
1445
1457
|
|
|
@@ -1451,7 +1463,7 @@ class DeleteInstanceCommand extends smithyClient.Command
|
|
|
1451
1463
|
})
|
|
1452
1464
|
.s("GalaxyPublicAPIGateway", "DeleteInstance", {})
|
|
1453
1465
|
.n("SupplyChainClient", "DeleteInstanceCommand")
|
|
1454
|
-
.sc(DeleteInstance)
|
|
1466
|
+
.sc(DeleteInstance$)
|
|
1455
1467
|
.build() {
|
|
1456
1468
|
}
|
|
1457
1469
|
|
|
@@ -1463,7 +1475,7 @@ class GetBillOfMaterialsImportJobCommand extends smithyClient.Command
|
|
|
1463
1475
|
})
|
|
1464
1476
|
.s("GalaxyPublicAPIGateway", "GetBillOfMaterialsImportJob", {})
|
|
1465
1477
|
.n("SupplyChainClient", "GetBillOfMaterialsImportJobCommand")
|
|
1466
|
-
.sc(GetBillOfMaterialsImportJob)
|
|
1478
|
+
.sc(GetBillOfMaterialsImportJob$)
|
|
1467
1479
|
.build() {
|
|
1468
1480
|
}
|
|
1469
1481
|
|
|
@@ -1475,7 +1487,7 @@ class GetDataIntegrationEventCommand extends smithyClient.Command
|
|
|
1475
1487
|
})
|
|
1476
1488
|
.s("GalaxyPublicAPIGateway", "GetDataIntegrationEvent", {})
|
|
1477
1489
|
.n("SupplyChainClient", "GetDataIntegrationEventCommand")
|
|
1478
|
-
.sc(GetDataIntegrationEvent)
|
|
1490
|
+
.sc(GetDataIntegrationEvent$)
|
|
1479
1491
|
.build() {
|
|
1480
1492
|
}
|
|
1481
1493
|
|
|
@@ -1487,7 +1499,7 @@ class GetDataIntegrationFlowCommand extends smithyClient.Command
|
|
|
1487
1499
|
})
|
|
1488
1500
|
.s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {})
|
|
1489
1501
|
.n("SupplyChainClient", "GetDataIntegrationFlowCommand")
|
|
1490
|
-
.sc(GetDataIntegrationFlow)
|
|
1502
|
+
.sc(GetDataIntegrationFlow$)
|
|
1491
1503
|
.build() {
|
|
1492
1504
|
}
|
|
1493
1505
|
|
|
@@ -1499,7 +1511,7 @@ class GetDataIntegrationFlowExecutionCommand extends smithyClient.Command
|
|
|
1499
1511
|
})
|
|
1500
1512
|
.s("GalaxyPublicAPIGateway", "GetDataIntegrationFlowExecution", {})
|
|
1501
1513
|
.n("SupplyChainClient", "GetDataIntegrationFlowExecutionCommand")
|
|
1502
|
-
.sc(GetDataIntegrationFlowExecution)
|
|
1514
|
+
.sc(GetDataIntegrationFlowExecution$)
|
|
1503
1515
|
.build() {
|
|
1504
1516
|
}
|
|
1505
1517
|
|
|
@@ -1511,7 +1523,7 @@ class GetDataLakeDatasetCommand extends smithyClient.Command
|
|
|
1511
1523
|
})
|
|
1512
1524
|
.s("GalaxyPublicAPIGateway", "GetDataLakeDataset", {})
|
|
1513
1525
|
.n("SupplyChainClient", "GetDataLakeDatasetCommand")
|
|
1514
|
-
.sc(GetDataLakeDataset)
|
|
1526
|
+
.sc(GetDataLakeDataset$)
|
|
1515
1527
|
.build() {
|
|
1516
1528
|
}
|
|
1517
1529
|
|
|
@@ -1523,7 +1535,7 @@ class GetDataLakeNamespaceCommand extends smithyClient.Command
|
|
|
1523
1535
|
})
|
|
1524
1536
|
.s("GalaxyPublicAPIGateway", "GetDataLakeNamespace", {})
|
|
1525
1537
|
.n("SupplyChainClient", "GetDataLakeNamespaceCommand")
|
|
1526
|
-
.sc(GetDataLakeNamespace)
|
|
1538
|
+
.sc(GetDataLakeNamespace$)
|
|
1527
1539
|
.build() {
|
|
1528
1540
|
}
|
|
1529
1541
|
|
|
@@ -1535,7 +1547,7 @@ class GetInstanceCommand extends smithyClient.Command
|
|
|
1535
1547
|
})
|
|
1536
1548
|
.s("GalaxyPublicAPIGateway", "GetInstance", {})
|
|
1537
1549
|
.n("SupplyChainClient", "GetInstanceCommand")
|
|
1538
|
-
.sc(GetInstance)
|
|
1550
|
+
.sc(GetInstance$)
|
|
1539
1551
|
.build() {
|
|
1540
1552
|
}
|
|
1541
1553
|
|
|
@@ -1547,7 +1559,7 @@ class ListDataIntegrationEventsCommand extends smithyClient.Command
|
|
|
1547
1559
|
})
|
|
1548
1560
|
.s("GalaxyPublicAPIGateway", "ListDataIntegrationEvents", {})
|
|
1549
1561
|
.n("SupplyChainClient", "ListDataIntegrationEventsCommand")
|
|
1550
|
-
.sc(ListDataIntegrationEvents)
|
|
1562
|
+
.sc(ListDataIntegrationEvents$)
|
|
1551
1563
|
.build() {
|
|
1552
1564
|
}
|
|
1553
1565
|
|
|
@@ -1559,7 +1571,7 @@ class ListDataIntegrationFlowExecutionsCommand extends smithyClient.Command
|
|
|
1559
1571
|
})
|
|
1560
1572
|
.s("GalaxyPublicAPIGateway", "ListDataIntegrationFlowExecutions", {})
|
|
1561
1573
|
.n("SupplyChainClient", "ListDataIntegrationFlowExecutionsCommand")
|
|
1562
|
-
.sc(ListDataIntegrationFlowExecutions)
|
|
1574
|
+
.sc(ListDataIntegrationFlowExecutions$)
|
|
1563
1575
|
.build() {
|
|
1564
1576
|
}
|
|
1565
1577
|
|
|
@@ -1571,7 +1583,7 @@ class ListDataIntegrationFlowsCommand extends smithyClient.Command
|
|
|
1571
1583
|
})
|
|
1572
1584
|
.s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {})
|
|
1573
1585
|
.n("SupplyChainClient", "ListDataIntegrationFlowsCommand")
|
|
1574
|
-
.sc(ListDataIntegrationFlows)
|
|
1586
|
+
.sc(ListDataIntegrationFlows$)
|
|
1575
1587
|
.build() {
|
|
1576
1588
|
}
|
|
1577
1589
|
|
|
@@ -1583,7 +1595,7 @@ class ListDataLakeDatasetsCommand extends smithyClient.Command
|
|
|
1583
1595
|
})
|
|
1584
1596
|
.s("GalaxyPublicAPIGateway", "ListDataLakeDatasets", {})
|
|
1585
1597
|
.n("SupplyChainClient", "ListDataLakeDatasetsCommand")
|
|
1586
|
-
.sc(ListDataLakeDatasets)
|
|
1598
|
+
.sc(ListDataLakeDatasets$)
|
|
1587
1599
|
.build() {
|
|
1588
1600
|
}
|
|
1589
1601
|
|
|
@@ -1595,7 +1607,7 @@ class ListDataLakeNamespacesCommand extends smithyClient.Command
|
|
|
1595
1607
|
})
|
|
1596
1608
|
.s("GalaxyPublicAPIGateway", "ListDataLakeNamespaces", {})
|
|
1597
1609
|
.n("SupplyChainClient", "ListDataLakeNamespacesCommand")
|
|
1598
|
-
.sc(ListDataLakeNamespaces)
|
|
1610
|
+
.sc(ListDataLakeNamespaces$)
|
|
1599
1611
|
.build() {
|
|
1600
1612
|
}
|
|
1601
1613
|
|
|
@@ -1607,7 +1619,7 @@ class ListInstancesCommand extends smithyClient.Command
|
|
|
1607
1619
|
})
|
|
1608
1620
|
.s("GalaxyPublicAPIGateway", "ListInstances", {})
|
|
1609
1621
|
.n("SupplyChainClient", "ListInstancesCommand")
|
|
1610
|
-
.sc(ListInstances)
|
|
1622
|
+
.sc(ListInstances$)
|
|
1611
1623
|
.build() {
|
|
1612
1624
|
}
|
|
1613
1625
|
|
|
@@ -1619,7 +1631,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1619
1631
|
})
|
|
1620
1632
|
.s("GalaxyPublicAPIGateway", "ListTagsForResource", {})
|
|
1621
1633
|
.n("SupplyChainClient", "ListTagsForResourceCommand")
|
|
1622
|
-
.sc(ListTagsForResource)
|
|
1634
|
+
.sc(ListTagsForResource$)
|
|
1623
1635
|
.build() {
|
|
1624
1636
|
}
|
|
1625
1637
|
|
|
@@ -1631,7 +1643,7 @@ class SendDataIntegrationEventCommand extends smithyClient.Command
|
|
|
1631
1643
|
})
|
|
1632
1644
|
.s("GalaxyPublicAPIGateway", "SendDataIntegrationEvent", {})
|
|
1633
1645
|
.n("SupplyChainClient", "SendDataIntegrationEventCommand")
|
|
1634
|
-
.sc(SendDataIntegrationEvent)
|
|
1646
|
+
.sc(SendDataIntegrationEvent$)
|
|
1635
1647
|
.build() {
|
|
1636
1648
|
}
|
|
1637
1649
|
|
|
@@ -1643,7 +1655,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1643
1655
|
})
|
|
1644
1656
|
.s("GalaxyPublicAPIGateway", "TagResource", {})
|
|
1645
1657
|
.n("SupplyChainClient", "TagResourceCommand")
|
|
1646
|
-
.sc(TagResource)
|
|
1658
|
+
.sc(TagResource$)
|
|
1647
1659
|
.build() {
|
|
1648
1660
|
}
|
|
1649
1661
|
|
|
@@ -1655,7 +1667,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1655
1667
|
})
|
|
1656
1668
|
.s("GalaxyPublicAPIGateway", "UntagResource", {})
|
|
1657
1669
|
.n("SupplyChainClient", "UntagResourceCommand")
|
|
1658
|
-
.sc(UntagResource)
|
|
1670
|
+
.sc(UntagResource$)
|
|
1659
1671
|
.build() {
|
|
1660
1672
|
}
|
|
1661
1673
|
|
|
@@ -1667,7 +1679,7 @@ class UpdateDataIntegrationFlowCommand extends smithyClient.Command
|
|
|
1667
1679
|
})
|
|
1668
1680
|
.s("GalaxyPublicAPIGateway", "UpdateDataIntegrationFlow", {})
|
|
1669
1681
|
.n("SupplyChainClient", "UpdateDataIntegrationFlowCommand")
|
|
1670
|
-
.sc(UpdateDataIntegrationFlow)
|
|
1682
|
+
.sc(UpdateDataIntegrationFlow$)
|
|
1671
1683
|
.build() {
|
|
1672
1684
|
}
|
|
1673
1685
|
|
|
@@ -1679,7 +1691,7 @@ class UpdateDataLakeDatasetCommand extends smithyClient.Command
|
|
|
1679
1691
|
})
|
|
1680
1692
|
.s("GalaxyPublicAPIGateway", "UpdateDataLakeDataset", {})
|
|
1681
1693
|
.n("SupplyChainClient", "UpdateDataLakeDatasetCommand")
|
|
1682
|
-
.sc(UpdateDataLakeDataset)
|
|
1694
|
+
.sc(UpdateDataLakeDataset$)
|
|
1683
1695
|
.build() {
|
|
1684
1696
|
}
|
|
1685
1697
|
|
|
@@ -1691,7 +1703,7 @@ class UpdateDataLakeNamespaceCommand extends smithyClient.Command
|
|
|
1691
1703
|
})
|
|
1692
1704
|
.s("GalaxyPublicAPIGateway", "UpdateDataLakeNamespace", {})
|
|
1693
1705
|
.n("SupplyChainClient", "UpdateDataLakeNamespaceCommand")
|
|
1694
|
-
.sc(UpdateDataLakeNamespace)
|
|
1706
|
+
.sc(UpdateDataLakeNamespace$)
|
|
1695
1707
|
.build() {
|
|
1696
1708
|
}
|
|
1697
1709
|
|
|
@@ -1703,7 +1715,7 @@ class UpdateInstanceCommand extends smithyClient.Command
|
|
|
1703
1715
|
})
|
|
1704
1716
|
.s("GalaxyPublicAPIGateway", "UpdateInstance", {})
|
|
1705
1717
|
.n("SupplyChainClient", "UpdateInstanceCommand")
|
|
1706
|
-
.sc(UpdateInstance)
|
|
1718
|
+
.sc(UpdateInstance$)
|
|
1707
1719
|
.build() {
|
|
1708
1720
|
}
|
|
1709
1721
|
|
|
@@ -1854,61 +1866,192 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1854
1866
|
enumerable: true,
|
|
1855
1867
|
get: function () { return smithyClient.Client; }
|
|
1856
1868
|
});
|
|
1857
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1869
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1870
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1871
|
+
exports.BillOfMaterialsImportJob$ = BillOfMaterialsImportJob$;
|
|
1858
1872
|
exports.ConfigurationJobStatus = ConfigurationJobStatus;
|
|
1859
|
-
exports.ConflictException = ConflictException
|
|
1873
|
+
exports.ConflictException = ConflictException;
|
|
1874
|
+
exports.ConflictException$ = ConflictException$;
|
|
1875
|
+
exports.CreateBillOfMaterialsImportJob$ = CreateBillOfMaterialsImportJob$;
|
|
1860
1876
|
exports.CreateBillOfMaterialsImportJobCommand = CreateBillOfMaterialsImportJobCommand;
|
|
1877
|
+
exports.CreateBillOfMaterialsImportJobRequest$ = CreateBillOfMaterialsImportJobRequest$;
|
|
1878
|
+
exports.CreateBillOfMaterialsImportJobResponse$ = CreateBillOfMaterialsImportJobResponse$;
|
|
1879
|
+
exports.CreateDataIntegrationFlow$ = CreateDataIntegrationFlow$;
|
|
1861
1880
|
exports.CreateDataIntegrationFlowCommand = CreateDataIntegrationFlowCommand;
|
|
1881
|
+
exports.CreateDataIntegrationFlowRequest$ = CreateDataIntegrationFlowRequest$;
|
|
1882
|
+
exports.CreateDataIntegrationFlowResponse$ = CreateDataIntegrationFlowResponse$;
|
|
1883
|
+
exports.CreateDataLakeDataset$ = CreateDataLakeDataset$;
|
|
1862
1884
|
exports.CreateDataLakeDatasetCommand = CreateDataLakeDatasetCommand;
|
|
1885
|
+
exports.CreateDataLakeDatasetRequest$ = CreateDataLakeDatasetRequest$;
|
|
1886
|
+
exports.CreateDataLakeDatasetResponse$ = CreateDataLakeDatasetResponse$;
|
|
1887
|
+
exports.CreateDataLakeNamespace$ = CreateDataLakeNamespace$;
|
|
1863
1888
|
exports.CreateDataLakeNamespaceCommand = CreateDataLakeNamespaceCommand;
|
|
1889
|
+
exports.CreateDataLakeNamespaceRequest$ = CreateDataLakeNamespaceRequest$;
|
|
1890
|
+
exports.CreateDataLakeNamespaceResponse$ = CreateDataLakeNamespaceResponse$;
|
|
1891
|
+
exports.CreateInstance$ = CreateInstance$;
|
|
1864
1892
|
exports.CreateInstanceCommand = CreateInstanceCommand;
|
|
1893
|
+
exports.CreateInstanceRequest$ = CreateInstanceRequest$;
|
|
1894
|
+
exports.CreateInstanceResponse$ = CreateInstanceResponse$;
|
|
1895
|
+
exports.DataIntegrationEvent$ = DataIntegrationEvent$;
|
|
1896
|
+
exports.DataIntegrationEventDatasetLoadExecutionDetails$ = DataIntegrationEventDatasetLoadExecutionDetails$;
|
|
1865
1897
|
exports.DataIntegrationEventDatasetLoadStatus = DataIntegrationEventDatasetLoadStatus;
|
|
1866
1898
|
exports.DataIntegrationEventDatasetOperationType = DataIntegrationEventDatasetOperationType;
|
|
1899
|
+
exports.DataIntegrationEventDatasetTargetConfiguration$ = DataIntegrationEventDatasetTargetConfiguration$;
|
|
1900
|
+
exports.DataIntegrationEventDatasetTargetDetails$ = DataIntegrationEventDatasetTargetDetails$;
|
|
1867
1901
|
exports.DataIntegrationEventType = DataIntegrationEventType;
|
|
1902
|
+
exports.DataIntegrationFlow$ = DataIntegrationFlow$;
|
|
1903
|
+
exports.DataIntegrationFlowDatasetOptions$ = DataIntegrationFlowDatasetOptions$;
|
|
1904
|
+
exports.DataIntegrationFlowDatasetSource$ = DataIntegrationFlowDatasetSource$;
|
|
1905
|
+
exports.DataIntegrationFlowDatasetSourceConfiguration$ = DataIntegrationFlowDatasetSourceConfiguration$;
|
|
1906
|
+
exports.DataIntegrationFlowDatasetTargetConfiguration$ = DataIntegrationFlowDatasetTargetConfiguration$;
|
|
1907
|
+
exports.DataIntegrationFlowDedupeStrategy$ = DataIntegrationFlowDedupeStrategy$;
|
|
1868
1908
|
exports.DataIntegrationFlowDedupeStrategyType = DataIntegrationFlowDedupeStrategyType;
|
|
1909
|
+
exports.DataIntegrationFlowExecution$ = DataIntegrationFlowExecution$;
|
|
1910
|
+
exports.DataIntegrationFlowExecutionOutputMetadata$ = DataIntegrationFlowExecutionOutputMetadata$;
|
|
1911
|
+
exports.DataIntegrationFlowExecutionSourceInfo$ = DataIntegrationFlowExecutionSourceInfo$;
|
|
1869
1912
|
exports.DataIntegrationFlowExecutionStatus = DataIntegrationFlowExecutionStatus;
|
|
1913
|
+
exports.DataIntegrationFlowFieldPriorityDedupeField$ = DataIntegrationFlowFieldPriorityDedupeField$;
|
|
1870
1914
|
exports.DataIntegrationFlowFieldPriorityDedupeSortOrder = DataIntegrationFlowFieldPriorityDedupeSortOrder;
|
|
1915
|
+
exports.DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration$ = DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration$;
|
|
1871
1916
|
exports.DataIntegrationFlowFileType = DataIntegrationFlowFileType;
|
|
1872
1917
|
exports.DataIntegrationFlowLoadType = DataIntegrationFlowLoadType;
|
|
1918
|
+
exports.DataIntegrationFlowS3Options$ = DataIntegrationFlowS3Options$;
|
|
1919
|
+
exports.DataIntegrationFlowS3Source$ = DataIntegrationFlowS3Source$;
|
|
1920
|
+
exports.DataIntegrationFlowS3SourceConfiguration$ = DataIntegrationFlowS3SourceConfiguration$;
|
|
1921
|
+
exports.DataIntegrationFlowS3TargetConfiguration$ = DataIntegrationFlowS3TargetConfiguration$;
|
|
1922
|
+
exports.DataIntegrationFlowSQLTransformationConfiguration$ = DataIntegrationFlowSQLTransformationConfiguration$;
|
|
1923
|
+
exports.DataIntegrationFlowSource$ = DataIntegrationFlowSource$;
|
|
1873
1924
|
exports.DataIntegrationFlowSourceType = DataIntegrationFlowSourceType;
|
|
1925
|
+
exports.DataIntegrationFlowTarget$ = DataIntegrationFlowTarget$;
|
|
1874
1926
|
exports.DataIntegrationFlowTargetType = DataIntegrationFlowTargetType;
|
|
1927
|
+
exports.DataIntegrationFlowTransformation$ = DataIntegrationFlowTransformation$;
|
|
1875
1928
|
exports.DataIntegrationFlowTransformationType = DataIntegrationFlowTransformationType;
|
|
1929
|
+
exports.DataLakeDataset$ = DataLakeDataset$;
|
|
1930
|
+
exports.DataLakeDatasetPartitionField$ = DataLakeDatasetPartitionField$;
|
|
1931
|
+
exports.DataLakeDatasetPartitionFieldTransform$ = DataLakeDatasetPartitionFieldTransform$;
|
|
1932
|
+
exports.DataLakeDatasetPartitionSpec$ = DataLakeDatasetPartitionSpec$;
|
|
1876
1933
|
exports.DataLakeDatasetPartitionTransformType = DataLakeDatasetPartitionTransformType;
|
|
1934
|
+
exports.DataLakeDatasetPrimaryKeyField$ = DataLakeDatasetPrimaryKeyField$;
|
|
1935
|
+
exports.DataLakeDatasetSchema$ = DataLakeDatasetSchema$;
|
|
1936
|
+
exports.DataLakeDatasetSchemaField$ = DataLakeDatasetSchemaField$;
|
|
1877
1937
|
exports.DataLakeDatasetSchemaFieldType = DataLakeDatasetSchemaFieldType;
|
|
1938
|
+
exports.DataLakeNamespace$ = DataLakeNamespace$;
|
|
1939
|
+
exports.DeleteDataIntegrationFlow$ = DeleteDataIntegrationFlow$;
|
|
1878
1940
|
exports.DeleteDataIntegrationFlowCommand = DeleteDataIntegrationFlowCommand;
|
|
1941
|
+
exports.DeleteDataIntegrationFlowRequest$ = DeleteDataIntegrationFlowRequest$;
|
|
1942
|
+
exports.DeleteDataIntegrationFlowResponse$ = DeleteDataIntegrationFlowResponse$;
|
|
1943
|
+
exports.DeleteDataLakeDataset$ = DeleteDataLakeDataset$;
|
|
1879
1944
|
exports.DeleteDataLakeDatasetCommand = DeleteDataLakeDatasetCommand;
|
|
1945
|
+
exports.DeleteDataLakeDatasetRequest$ = DeleteDataLakeDatasetRequest$;
|
|
1946
|
+
exports.DeleteDataLakeDatasetResponse$ = DeleteDataLakeDatasetResponse$;
|
|
1947
|
+
exports.DeleteDataLakeNamespace$ = DeleteDataLakeNamespace$;
|
|
1880
1948
|
exports.DeleteDataLakeNamespaceCommand = DeleteDataLakeNamespaceCommand;
|
|
1949
|
+
exports.DeleteDataLakeNamespaceRequest$ = DeleteDataLakeNamespaceRequest$;
|
|
1950
|
+
exports.DeleteDataLakeNamespaceResponse$ = DeleteDataLakeNamespaceResponse$;
|
|
1951
|
+
exports.DeleteInstance$ = DeleteInstance$;
|
|
1881
1952
|
exports.DeleteInstanceCommand = DeleteInstanceCommand;
|
|
1953
|
+
exports.DeleteInstanceRequest$ = DeleteInstanceRequest$;
|
|
1954
|
+
exports.DeleteInstanceResponse$ = DeleteInstanceResponse$;
|
|
1955
|
+
exports.GetBillOfMaterialsImportJob$ = GetBillOfMaterialsImportJob$;
|
|
1882
1956
|
exports.GetBillOfMaterialsImportJobCommand = GetBillOfMaterialsImportJobCommand;
|
|
1957
|
+
exports.GetBillOfMaterialsImportJobRequest$ = GetBillOfMaterialsImportJobRequest$;
|
|
1958
|
+
exports.GetBillOfMaterialsImportJobResponse$ = GetBillOfMaterialsImportJobResponse$;
|
|
1959
|
+
exports.GetDataIntegrationEvent$ = GetDataIntegrationEvent$;
|
|
1883
1960
|
exports.GetDataIntegrationEventCommand = GetDataIntegrationEventCommand;
|
|
1961
|
+
exports.GetDataIntegrationEventRequest$ = GetDataIntegrationEventRequest$;
|
|
1962
|
+
exports.GetDataIntegrationEventResponse$ = GetDataIntegrationEventResponse$;
|
|
1963
|
+
exports.GetDataIntegrationFlow$ = GetDataIntegrationFlow$;
|
|
1884
1964
|
exports.GetDataIntegrationFlowCommand = GetDataIntegrationFlowCommand;
|
|
1965
|
+
exports.GetDataIntegrationFlowExecution$ = GetDataIntegrationFlowExecution$;
|
|
1885
1966
|
exports.GetDataIntegrationFlowExecutionCommand = GetDataIntegrationFlowExecutionCommand;
|
|
1967
|
+
exports.GetDataIntegrationFlowExecutionRequest$ = GetDataIntegrationFlowExecutionRequest$;
|
|
1968
|
+
exports.GetDataIntegrationFlowExecutionResponse$ = GetDataIntegrationFlowExecutionResponse$;
|
|
1969
|
+
exports.GetDataIntegrationFlowRequest$ = GetDataIntegrationFlowRequest$;
|
|
1970
|
+
exports.GetDataIntegrationFlowResponse$ = GetDataIntegrationFlowResponse$;
|
|
1971
|
+
exports.GetDataLakeDataset$ = GetDataLakeDataset$;
|
|
1886
1972
|
exports.GetDataLakeDatasetCommand = GetDataLakeDatasetCommand;
|
|
1973
|
+
exports.GetDataLakeDatasetRequest$ = GetDataLakeDatasetRequest$;
|
|
1974
|
+
exports.GetDataLakeDatasetResponse$ = GetDataLakeDatasetResponse$;
|
|
1975
|
+
exports.GetDataLakeNamespace$ = GetDataLakeNamespace$;
|
|
1887
1976
|
exports.GetDataLakeNamespaceCommand = GetDataLakeNamespaceCommand;
|
|
1977
|
+
exports.GetDataLakeNamespaceRequest$ = GetDataLakeNamespaceRequest$;
|
|
1978
|
+
exports.GetDataLakeNamespaceResponse$ = GetDataLakeNamespaceResponse$;
|
|
1979
|
+
exports.GetInstance$ = GetInstance$;
|
|
1888
1980
|
exports.GetInstanceCommand = GetInstanceCommand;
|
|
1981
|
+
exports.GetInstanceRequest$ = GetInstanceRequest$;
|
|
1982
|
+
exports.GetInstanceResponse$ = GetInstanceResponse$;
|
|
1983
|
+
exports.Instance$ = Instance$;
|
|
1889
1984
|
exports.InstanceState = InstanceState;
|
|
1890
|
-
exports.InternalServerException = InternalServerException
|
|
1985
|
+
exports.InternalServerException = InternalServerException;
|
|
1986
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1987
|
+
exports.ListDataIntegrationEvents$ = ListDataIntegrationEvents$;
|
|
1891
1988
|
exports.ListDataIntegrationEventsCommand = ListDataIntegrationEventsCommand;
|
|
1989
|
+
exports.ListDataIntegrationEventsRequest$ = ListDataIntegrationEventsRequest$;
|
|
1990
|
+
exports.ListDataIntegrationEventsResponse$ = ListDataIntegrationEventsResponse$;
|
|
1991
|
+
exports.ListDataIntegrationFlowExecutions$ = ListDataIntegrationFlowExecutions$;
|
|
1892
1992
|
exports.ListDataIntegrationFlowExecutionsCommand = ListDataIntegrationFlowExecutionsCommand;
|
|
1993
|
+
exports.ListDataIntegrationFlowExecutionsRequest$ = ListDataIntegrationFlowExecutionsRequest$;
|
|
1994
|
+
exports.ListDataIntegrationFlowExecutionsResponse$ = ListDataIntegrationFlowExecutionsResponse$;
|
|
1995
|
+
exports.ListDataIntegrationFlows$ = ListDataIntegrationFlows$;
|
|
1893
1996
|
exports.ListDataIntegrationFlowsCommand = ListDataIntegrationFlowsCommand;
|
|
1997
|
+
exports.ListDataIntegrationFlowsRequest$ = ListDataIntegrationFlowsRequest$;
|
|
1998
|
+
exports.ListDataIntegrationFlowsResponse$ = ListDataIntegrationFlowsResponse$;
|
|
1999
|
+
exports.ListDataLakeDatasets$ = ListDataLakeDatasets$;
|
|
1894
2000
|
exports.ListDataLakeDatasetsCommand = ListDataLakeDatasetsCommand;
|
|
2001
|
+
exports.ListDataLakeDatasetsRequest$ = ListDataLakeDatasetsRequest$;
|
|
2002
|
+
exports.ListDataLakeDatasetsResponse$ = ListDataLakeDatasetsResponse$;
|
|
2003
|
+
exports.ListDataLakeNamespaces$ = ListDataLakeNamespaces$;
|
|
1895
2004
|
exports.ListDataLakeNamespacesCommand = ListDataLakeNamespacesCommand;
|
|
2005
|
+
exports.ListDataLakeNamespacesRequest$ = ListDataLakeNamespacesRequest$;
|
|
2006
|
+
exports.ListDataLakeNamespacesResponse$ = ListDataLakeNamespacesResponse$;
|
|
2007
|
+
exports.ListInstances$ = ListInstances$;
|
|
1896
2008
|
exports.ListInstancesCommand = ListInstancesCommand;
|
|
2009
|
+
exports.ListInstancesRequest$ = ListInstancesRequest$;
|
|
2010
|
+
exports.ListInstancesResponse$ = ListInstancesResponse$;
|
|
2011
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1897
2012
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1898
|
-
exports.
|
|
2013
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
2014
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
2015
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2016
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
2017
|
+
exports.SendDataIntegrationEvent$ = SendDataIntegrationEvent$;
|
|
1899
2018
|
exports.SendDataIntegrationEventCommand = SendDataIntegrationEventCommand;
|
|
1900
|
-
exports.
|
|
2019
|
+
exports.SendDataIntegrationEventRequest$ = SendDataIntegrationEventRequest$;
|
|
2020
|
+
exports.SendDataIntegrationEventResponse$ = SendDataIntegrationEventResponse$;
|
|
2021
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2022
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1901
2023
|
exports.SupplyChain = SupplyChain;
|
|
1902
2024
|
exports.SupplyChainClient = SupplyChainClient;
|
|
1903
|
-
exports.SupplyChainServiceException = SupplyChainServiceException
|
|
2025
|
+
exports.SupplyChainServiceException = SupplyChainServiceException;
|
|
2026
|
+
exports.SupplyChainServiceException$ = SupplyChainServiceException$;
|
|
2027
|
+
exports.TagResource$ = TagResource$;
|
|
1904
2028
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1905
|
-
exports.
|
|
2029
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
2030
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
2031
|
+
exports.ThrottlingException = ThrottlingException;
|
|
2032
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
2033
|
+
exports.UntagResource$ = UntagResource$;
|
|
1906
2034
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2035
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
2036
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
2037
|
+
exports.UpdateDataIntegrationFlow$ = UpdateDataIntegrationFlow$;
|
|
1907
2038
|
exports.UpdateDataIntegrationFlowCommand = UpdateDataIntegrationFlowCommand;
|
|
2039
|
+
exports.UpdateDataIntegrationFlowRequest$ = UpdateDataIntegrationFlowRequest$;
|
|
2040
|
+
exports.UpdateDataIntegrationFlowResponse$ = UpdateDataIntegrationFlowResponse$;
|
|
2041
|
+
exports.UpdateDataLakeDataset$ = UpdateDataLakeDataset$;
|
|
1908
2042
|
exports.UpdateDataLakeDatasetCommand = UpdateDataLakeDatasetCommand;
|
|
2043
|
+
exports.UpdateDataLakeDatasetRequest$ = UpdateDataLakeDatasetRequest$;
|
|
2044
|
+
exports.UpdateDataLakeDatasetResponse$ = UpdateDataLakeDatasetResponse$;
|
|
2045
|
+
exports.UpdateDataLakeNamespace$ = UpdateDataLakeNamespace$;
|
|
1909
2046
|
exports.UpdateDataLakeNamespaceCommand = UpdateDataLakeNamespaceCommand;
|
|
2047
|
+
exports.UpdateDataLakeNamespaceRequest$ = UpdateDataLakeNamespaceRequest$;
|
|
2048
|
+
exports.UpdateDataLakeNamespaceResponse$ = UpdateDataLakeNamespaceResponse$;
|
|
2049
|
+
exports.UpdateInstance$ = UpdateInstance$;
|
|
1910
2050
|
exports.UpdateInstanceCommand = UpdateInstanceCommand;
|
|
1911
|
-
exports.
|
|
2051
|
+
exports.UpdateInstanceRequest$ = UpdateInstanceRequest$;
|
|
2052
|
+
exports.UpdateInstanceResponse$ = UpdateInstanceResponse$;
|
|
2053
|
+
exports.ValidationException = ValidationException;
|
|
2054
|
+
exports.ValidationException$ = ValidationException$;
|
|
1912
2055
|
exports.paginateListDataIntegrationEvents = paginateListDataIntegrationEvents;
|
|
1913
2056
|
exports.paginateListDataIntegrationFlowExecutions = paginateListDataIntegrationFlowExecutions;
|
|
1914
2057
|
exports.paginateListDataIntegrationFlows = paginateListDataIntegrationFlows;
|