@aws-sdk/client-supplychain 3.952.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
|
@@ -235,13 +235,13 @@ const _vN = "versionNumber";
|
|
|
235
235
|
const _wADD = "webAppDnsDomain";
|
|
236
236
|
const n0 = "com.amazonaws.supplychain";
|
|
237
237
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
238
|
-
import { AccessDeniedException
|
|
239
|
-
import { SupplyChainServiceException
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
243
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
244
|
-
export var BillOfMaterialsImportJob = [
|
|
238
|
+
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
239
|
+
import { SupplyChainServiceException } from "../models/SupplyChainServiceException";
|
|
240
|
+
var DataIntegrationEventData = [0, n0, _DIED, 8, 0];
|
|
241
|
+
var DataIntegrationFlowSQLQuery = [0, n0, _DIFSQLQ, 8, 0];
|
|
242
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
243
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
244
|
+
export var BillOfMaterialsImportJob$ = [
|
|
245
245
|
3,
|
|
246
246
|
n0,
|
|
247
247
|
_BOMIJ,
|
|
@@ -249,9 +249,9 @@ export var BillOfMaterialsImportJob = [
|
|
|
249
249
|
[_iI, _jI, _s, _su, _m],
|
|
250
250
|
[0, 0, 0, 0, 0],
|
|
251
251
|
];
|
|
252
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
253
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
254
|
-
export var CreateBillOfMaterialsImportJobRequest = [
|
|
252
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
253
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
254
|
+
export var CreateBillOfMaterialsImportJobRequest$ = [
|
|
255
255
|
3,
|
|
256
256
|
n0,
|
|
257
257
|
_CBOMIJR,
|
|
@@ -259,8 +259,8 @@ export var CreateBillOfMaterialsImportJobRequest = [
|
|
|
259
259
|
[_iI, _su, _cT],
|
|
260
260
|
[[0, 1], 0, [0, 4]],
|
|
261
261
|
];
|
|
262
|
-
export var CreateBillOfMaterialsImportJobResponse = [3, n0, _CBOMIJRr, 0, [_jI], [0]];
|
|
263
|
-
export var CreateDataIntegrationFlowRequest = [
|
|
262
|
+
export var CreateBillOfMaterialsImportJobResponse$ = [3, n0, _CBOMIJRr, 0, [_jI], [0]];
|
|
263
|
+
export var CreateDataIntegrationFlowRequest$ = [
|
|
264
264
|
3,
|
|
265
265
|
n0,
|
|
266
266
|
_CDIFR,
|
|
@@ -270,22 +270,22 @@ export var CreateDataIntegrationFlowRequest = [
|
|
|
270
270
|
[0, 1],
|
|
271
271
|
[0, 1],
|
|
272
272
|
() => DataIntegrationFlowSourceList,
|
|
273
|
-
[() => DataIntegrationFlowTransformation
|
|
274
|
-
() => DataIntegrationFlowTarget
|
|
273
|
+
[() => DataIntegrationFlowTransformation$, 0],
|
|
274
|
+
() => DataIntegrationFlowTarget$,
|
|
275
275
|
128 | 0,
|
|
276
276
|
],
|
|
277
277
|
];
|
|
278
|
-
export var CreateDataIntegrationFlowResponse = [3, n0, _CDIFRr, 0, [_iI, _n], [0, 0]];
|
|
279
|
-
export var CreateDataLakeDatasetRequest = [
|
|
278
|
+
export var CreateDataIntegrationFlowResponse$ = [3, n0, _CDIFRr, 0, [_iI, _n], [0, 0]];
|
|
279
|
+
export var CreateDataLakeDatasetRequest$ = [
|
|
280
280
|
3,
|
|
281
281
|
n0,
|
|
282
282
|
_CDLDR,
|
|
283
283
|
0,
|
|
284
284
|
[_iI, _na, _n, _sc, _d, _pS, _tag],
|
|
285
|
-
[[0, 1], [0, 1], [0, 1], () => DataLakeDatasetSchema
|
|
285
|
+
[[0, 1], [0, 1], [0, 1], () => DataLakeDatasetSchema$, 0, () => DataLakeDatasetPartitionSpec$, 128 | 0],
|
|
286
286
|
];
|
|
287
|
-
export var CreateDataLakeDatasetResponse = [3, n0, _CDLDRr, 0, [_da], [() => DataLakeDataset]];
|
|
288
|
-
export var CreateDataLakeNamespaceRequest = [
|
|
287
|
+
export var CreateDataLakeDatasetResponse$ = [3, n0, _CDLDRr, 0, [_da], [() => DataLakeDataset$]];
|
|
288
|
+
export var CreateDataLakeNamespaceRequest$ = [
|
|
289
289
|
3,
|
|
290
290
|
n0,
|
|
291
291
|
_CDLNR,
|
|
@@ -293,15 +293,15 @@ export var CreateDataLakeNamespaceRequest = [
|
|
|
293
293
|
[_iI, _n, _d, _tag],
|
|
294
294
|
[[0, 1], [0, 1], 0, 128 | 0],
|
|
295
295
|
];
|
|
296
|
-
export var CreateDataLakeNamespaceResponse = [
|
|
296
|
+
export var CreateDataLakeNamespaceResponse$ = [
|
|
297
297
|
3,
|
|
298
298
|
n0,
|
|
299
299
|
_CDLNRr,
|
|
300
300
|
0,
|
|
301
301
|
[_na],
|
|
302
|
-
[() => DataLakeNamespace],
|
|
302
|
+
[() => DataLakeNamespace$],
|
|
303
303
|
];
|
|
304
|
-
export var CreateInstanceRequest = [
|
|
304
|
+
export var CreateInstanceRequest$ = [
|
|
305
305
|
3,
|
|
306
306
|
n0,
|
|
307
307
|
_CIR,
|
|
@@ -309,16 +309,16 @@ export var CreateInstanceRequest = [
|
|
|
309
309
|
[_iN, _iD, _kKA, _wADD, _tag, _cT],
|
|
310
310
|
[0, 0, 0, 0, 128 | 0, [0, 4]],
|
|
311
311
|
];
|
|
312
|
-
export var CreateInstanceResponse = [3, n0, _CIRr, 0, [_i], [() => Instance]];
|
|
313
|
-
export var DataIntegrationEvent = [
|
|
312
|
+
export var CreateInstanceResponse$ = [3, n0, _CIRr, 0, [_i], [() => Instance$]];
|
|
313
|
+
export var DataIntegrationEvent$ = [
|
|
314
314
|
3,
|
|
315
315
|
n0,
|
|
316
316
|
_DIE,
|
|
317
317
|
0,
|
|
318
318
|
[_iI, _eI, _eT, _eGI, _eTv, _dTD],
|
|
319
|
-
[0, 0, 0, 0, 4, () => DataIntegrationEventDatasetTargetDetails],
|
|
319
|
+
[0, 0, 0, 0, 4, () => DataIntegrationEventDatasetTargetDetails$],
|
|
320
320
|
];
|
|
321
|
-
export var DataIntegrationEventDatasetLoadExecutionDetails = [
|
|
321
|
+
export var DataIntegrationEventDatasetLoadExecutionDetails$ = [
|
|
322
322
|
3,
|
|
323
323
|
n0,
|
|
324
324
|
_DIEDLED,
|
|
@@ -326,7 +326,7 @@ export var DataIntegrationEventDatasetLoadExecutionDetails = [
|
|
|
326
326
|
[_s, _m],
|
|
327
327
|
[0, 0],
|
|
328
328
|
];
|
|
329
|
-
export var DataIntegrationEventDatasetTargetConfiguration = [
|
|
329
|
+
export var DataIntegrationEventDatasetTargetConfiguration$ = [
|
|
330
330
|
3,
|
|
331
331
|
n0,
|
|
332
332
|
_DIEDTC,
|
|
@@ -334,15 +334,15 @@ export var DataIntegrationEventDatasetTargetConfiguration = [
|
|
|
334
334
|
[_dI, _oT],
|
|
335
335
|
[0, 0],
|
|
336
336
|
];
|
|
337
|
-
export var DataIntegrationEventDatasetTargetDetails = [
|
|
337
|
+
export var DataIntegrationEventDatasetTargetDetails$ = [
|
|
338
338
|
3,
|
|
339
339
|
n0,
|
|
340
340
|
_DIEDTD,
|
|
341
341
|
0,
|
|
342
342
|
[_dI, _oT, _dLE],
|
|
343
|
-
[0, 0, () => DataIntegrationEventDatasetLoadExecutionDetails],
|
|
343
|
+
[0, 0, () => DataIntegrationEventDatasetLoadExecutionDetails$],
|
|
344
344
|
];
|
|
345
|
-
export var DataIntegrationFlow = [
|
|
345
|
+
export var DataIntegrationFlow$ = [
|
|
346
346
|
3,
|
|
347
347
|
n0,
|
|
348
348
|
_DIF,
|
|
@@ -352,64 +352,81 @@ export var DataIntegrationFlow = [
|
|
|
352
352
|
0,
|
|
353
353
|
0,
|
|
354
354
|
() => DataIntegrationFlowSourceList,
|
|
355
|
-
[() => DataIntegrationFlowTransformation
|
|
356
|
-
() => DataIntegrationFlowTarget
|
|
355
|
+
[() => DataIntegrationFlowTransformation$, 0],
|
|
356
|
+
() => DataIntegrationFlowTarget$,
|
|
357
357
|
4,
|
|
358
358
|
4,
|
|
359
359
|
],
|
|
360
360
|
];
|
|
361
|
-
export var DataIntegrationFlowDatasetOptions = [
|
|
361
|
+
export var DataIntegrationFlowDatasetOptions$ = [
|
|
362
362
|
3,
|
|
363
363
|
n0,
|
|
364
364
|
_DIFDO,
|
|
365
365
|
0,
|
|
366
366
|
[_lT, _dR, _dS],
|
|
367
|
-
[0, 2, () => DataIntegrationFlowDedupeStrategy],
|
|
367
|
+
[0, 2, () => DataIntegrationFlowDedupeStrategy$],
|
|
368
368
|
];
|
|
369
|
-
export var DataIntegrationFlowDatasetSource = [3, n0, _DIFDS, 0, [_dI], [0]];
|
|
370
|
-
export var DataIntegrationFlowDatasetSourceConfiguration = [
|
|
369
|
+
export var DataIntegrationFlowDatasetSource$ = [3, n0, _DIFDS, 0, [_dI], [0]];
|
|
370
|
+
export var DataIntegrationFlowDatasetSourceConfiguration$ = [
|
|
371
371
|
3,
|
|
372
372
|
n0,
|
|
373
373
|
_DIFDSC,
|
|
374
374
|
0,
|
|
375
375
|
[_dI, _o],
|
|
376
|
-
[0, () => DataIntegrationFlowDatasetOptions],
|
|
376
|
+
[0, () => DataIntegrationFlowDatasetOptions$],
|
|
377
377
|
];
|
|
378
|
-
export var DataIntegrationFlowDatasetTargetConfiguration = [
|
|
378
|
+
export var DataIntegrationFlowDatasetTargetConfiguration$ = [
|
|
379
379
|
3,
|
|
380
380
|
n0,
|
|
381
381
|
_DIFDTC,
|
|
382
382
|
0,
|
|
383
383
|
[_dI, _o],
|
|
384
|
-
[0, () => DataIntegrationFlowDatasetOptions],
|
|
384
|
+
[0, () => DataIntegrationFlowDatasetOptions$],
|
|
385
385
|
];
|
|
386
|
-
export var DataIntegrationFlowDedupeStrategy = [
|
|
386
|
+
export var DataIntegrationFlowDedupeStrategy$ = [
|
|
387
387
|
3,
|
|
388
388
|
n0,
|
|
389
389
|
_DIFDSa,
|
|
390
390
|
0,
|
|
391
391
|
[_ty, _fP],
|
|
392
|
-
[0, () => DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration],
|
|
392
|
+
[0, () => DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration$],
|
|
393
393
|
];
|
|
394
|
-
export var DataIntegrationFlowExecution = [
|
|
394
|
+
export var DataIntegrationFlowExecution$ = [
|
|
395
395
|
3,
|
|
396
396
|
n0,
|
|
397
397
|
_DIFE,
|
|
398
398
|
0,
|
|
399
399
|
[_iI, _fN, _eIx, _s, _sI, _m, _sT, _eTn, _oM],
|
|
400
|
-
[
|
|
400
|
+
[
|
|
401
|
+
0,
|
|
402
|
+
0,
|
|
403
|
+
0,
|
|
404
|
+
0,
|
|
405
|
+
() => DataIntegrationFlowExecutionSourceInfo$,
|
|
406
|
+
0,
|
|
407
|
+
4,
|
|
408
|
+
4,
|
|
409
|
+
() => DataIntegrationFlowExecutionOutputMetadata$,
|
|
410
|
+
],
|
|
401
411
|
];
|
|
402
|
-
export var DataIntegrationFlowExecutionOutputMetadata = [3, n0, _DIFEOM, 0, [_dRRSURI], [0]];
|
|
403
|
-
export var DataIntegrationFlowExecutionSourceInfo = [
|
|
412
|
+
export var DataIntegrationFlowExecutionOutputMetadata$ = [3, n0, _DIFEOM, 0, [_dRRSURI], [0]];
|
|
413
|
+
export var DataIntegrationFlowExecutionSourceInfo$ = [
|
|
404
414
|
3,
|
|
405
415
|
n0,
|
|
406
416
|
_DIFESI,
|
|
407
417
|
0,
|
|
408
418
|
[_sTo, _sS, _dSa],
|
|
409
|
-
[0, () => DataIntegrationFlowS3Source
|
|
419
|
+
[0, () => DataIntegrationFlowS3Source$, () => DataIntegrationFlowDatasetSource$],
|
|
410
420
|
];
|
|
411
|
-
export var DataIntegrationFlowFieldPriorityDedupeField = [
|
|
412
|
-
|
|
421
|
+
export var DataIntegrationFlowFieldPriorityDedupeField$ = [
|
|
422
|
+
3,
|
|
423
|
+
n0,
|
|
424
|
+
_DIFFPDF,
|
|
425
|
+
0,
|
|
426
|
+
[_n, _sO],
|
|
427
|
+
[0, 0],
|
|
428
|
+
];
|
|
429
|
+
export var DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration$ = [
|
|
413
430
|
3,
|
|
414
431
|
n0,
|
|
415
432
|
_DIFFPDSC,
|
|
@@ -417,33 +434,33 @@ export var DataIntegrationFlowFieldPriorityDedupeStrategyConfiguration = [
|
|
|
417
434
|
[_f],
|
|
418
435
|
[() => DataIntegrationFlowFieldPriorityDedupeFieldList],
|
|
419
436
|
];
|
|
420
|
-
export var DataIntegrationFlowS3Options = [3, n0, _DIFSO, 0, [_fT], [0]];
|
|
421
|
-
export var DataIntegrationFlowS3Source = [3, n0, _DIFSS, 0, [_bN, _k], [0, 0]];
|
|
422
|
-
export var DataIntegrationFlowS3SourceConfiguration = [
|
|
437
|
+
export var DataIntegrationFlowS3Options$ = [3, n0, _DIFSO, 0, [_fT], [0]];
|
|
438
|
+
export var DataIntegrationFlowS3Source$ = [3, n0, _DIFSS, 0, [_bN, _k], [0, 0]];
|
|
439
|
+
export var DataIntegrationFlowS3SourceConfiguration$ = [
|
|
423
440
|
3,
|
|
424
441
|
n0,
|
|
425
442
|
_DIFSSC,
|
|
426
443
|
0,
|
|
427
444
|
[_bN, _p, _o],
|
|
428
|
-
[0, 0, () => DataIntegrationFlowS3Options],
|
|
445
|
+
[0, 0, () => DataIntegrationFlowS3Options$],
|
|
429
446
|
];
|
|
430
|
-
export var DataIntegrationFlowS3TargetConfiguration = [
|
|
447
|
+
export var DataIntegrationFlowS3TargetConfiguration$ = [
|
|
431
448
|
3,
|
|
432
449
|
n0,
|
|
433
450
|
_DIFSTC,
|
|
434
451
|
0,
|
|
435
452
|
[_bN, _p, _o],
|
|
436
|
-
[0, 0, () => DataIntegrationFlowS3Options],
|
|
453
|
+
[0, 0, () => DataIntegrationFlowS3Options$],
|
|
437
454
|
];
|
|
438
|
-
export var DataIntegrationFlowSource = [
|
|
455
|
+
export var DataIntegrationFlowSource$ = [
|
|
439
456
|
3,
|
|
440
457
|
n0,
|
|
441
458
|
_DIFS,
|
|
442
459
|
0,
|
|
443
460
|
[_sTo, _sN, _sS, _dSa],
|
|
444
|
-
[0, 0, () => DataIntegrationFlowS3SourceConfiguration
|
|
461
|
+
[0, 0, () => DataIntegrationFlowS3SourceConfiguration$, () => DataIntegrationFlowDatasetSourceConfiguration$],
|
|
445
462
|
];
|
|
446
|
-
export var DataIntegrationFlowSQLTransformationConfiguration = [
|
|
463
|
+
export var DataIntegrationFlowSQLTransformationConfiguration$ = [
|
|
447
464
|
3,
|
|
448
465
|
n0,
|
|
449
466
|
_DIFSQLTC,
|
|
@@ -451,40 +468,40 @@ export var DataIntegrationFlowSQLTransformationConfiguration = [
|
|
|
451
468
|
[_q],
|
|
452
469
|
[[() => DataIntegrationFlowSQLQuery, 0]],
|
|
453
470
|
];
|
|
454
|
-
export var DataIntegrationFlowTarget = [
|
|
471
|
+
export var DataIntegrationFlowTarget$ = [
|
|
455
472
|
3,
|
|
456
473
|
n0,
|
|
457
474
|
_DIFT,
|
|
458
475
|
0,
|
|
459
476
|
[_tT, _sTa, _dT],
|
|
460
|
-
[0, () => DataIntegrationFlowS3TargetConfiguration
|
|
477
|
+
[0, () => DataIntegrationFlowS3TargetConfiguration$, () => DataIntegrationFlowDatasetTargetConfiguration$],
|
|
461
478
|
];
|
|
462
|
-
export var DataIntegrationFlowTransformation = [
|
|
479
|
+
export var DataIntegrationFlowTransformation$ = [
|
|
463
480
|
3,
|
|
464
481
|
n0,
|
|
465
482
|
_DIFTa,
|
|
466
483
|
0,
|
|
467
484
|
[_tTr, _sTq],
|
|
468
|
-
[0, [() => DataIntegrationFlowSQLTransformationConfiguration
|
|
485
|
+
[0, [() => DataIntegrationFlowSQLTransformationConfiguration$, 0]],
|
|
469
486
|
];
|
|
470
|
-
export var DataLakeDataset = [
|
|
487
|
+
export var DataLakeDataset$ = [
|
|
471
488
|
3,
|
|
472
489
|
n0,
|
|
473
490
|
_DLD,
|
|
474
491
|
0,
|
|
475
492
|
[_iI, _na, _n, _a, _sc, _d, _pS, _cTr, _lMT],
|
|
476
|
-
[0, 0, 0, 0, () => DataLakeDatasetSchema
|
|
493
|
+
[0, 0, 0, 0, () => DataLakeDatasetSchema$, 0, () => DataLakeDatasetPartitionSpec$, 4, 4],
|
|
477
494
|
];
|
|
478
|
-
export var DataLakeDatasetPartitionField = [
|
|
495
|
+
export var DataLakeDatasetPartitionField$ = [
|
|
479
496
|
3,
|
|
480
497
|
n0,
|
|
481
498
|
_DLDPF,
|
|
482
499
|
0,
|
|
483
500
|
[_n, _tr],
|
|
484
|
-
[0, () => DataLakeDatasetPartitionFieldTransform],
|
|
501
|
+
[0, () => DataLakeDatasetPartitionFieldTransform$],
|
|
485
502
|
];
|
|
486
|
-
export var DataLakeDatasetPartitionFieldTransform = [3, n0, _DLDPFT, 0, [_ty], [0]];
|
|
487
|
-
export var DataLakeDatasetPartitionSpec = [
|
|
503
|
+
export var DataLakeDatasetPartitionFieldTransform$ = [3, n0, _DLDPFT, 0, [_ty], [0]];
|
|
504
|
+
export var DataLakeDatasetPartitionSpec$ = [
|
|
488
505
|
3,
|
|
489
506
|
n0,
|
|
490
507
|
_DLDPS,
|
|
@@ -492,8 +509,8 @@ export var DataLakeDatasetPartitionSpec = [
|
|
|
492
509
|
[_f],
|
|
493
510
|
[() => DataLakeDatasetPartitionFieldList],
|
|
494
511
|
];
|
|
495
|
-
export var DataLakeDatasetPrimaryKeyField = [3, n0, _DLDPKF, 0, [_n], [0]];
|
|
496
|
-
export var DataLakeDatasetSchema = [
|
|
512
|
+
export var DataLakeDatasetPrimaryKeyField$ = [3, n0, _DLDPKF, 0, [_n], [0]];
|
|
513
|
+
export var DataLakeDatasetSchema$ = [
|
|
497
514
|
3,
|
|
498
515
|
n0,
|
|
499
516
|
_DLDS,
|
|
@@ -501,8 +518,8 @@ export var DataLakeDatasetSchema = [
|
|
|
501
518
|
[_n, _f, _pK],
|
|
502
519
|
[0, () => DataLakeDatasetSchemaFieldList, () => DataLakeDatasetPrimaryKeyFieldList],
|
|
503
520
|
];
|
|
504
|
-
export var DataLakeDatasetSchemaField = [3, n0, _DLDSF, 0, [_n, _ty, _iR], [0, 0, 2]];
|
|
505
|
-
export var DataLakeNamespace = [
|
|
521
|
+
export var DataLakeDatasetSchemaField$ = [3, n0, _DLDSF, 0, [_n, _ty, _iR], [0, 0, 2]];
|
|
522
|
+
export var DataLakeNamespace$ = [
|
|
506
523
|
3,
|
|
507
524
|
n0,
|
|
508
525
|
_DLN,
|
|
@@ -510,7 +527,7 @@ export var DataLakeNamespace = [
|
|
|
510
527
|
[_iI, _n, _a, _d, _cTr, _lMT],
|
|
511
528
|
[0, 0, 0, 0, 4, 4],
|
|
512
529
|
];
|
|
513
|
-
export var DeleteDataIntegrationFlowRequest = [
|
|
530
|
+
export var DeleteDataIntegrationFlowRequest$ = [
|
|
514
531
|
3,
|
|
515
532
|
n0,
|
|
516
533
|
_DDIFR,
|
|
@@ -521,8 +538,8 @@ export var DeleteDataIntegrationFlowRequest = [
|
|
|
521
538
|
[0, 1],
|
|
522
539
|
],
|
|
523
540
|
];
|
|
524
|
-
export var DeleteDataIntegrationFlowResponse = [3, n0, _DDIFRe, 0, [_iI, _n], [0, 0]];
|
|
525
|
-
export var DeleteDataLakeDatasetRequest = [
|
|
541
|
+
export var DeleteDataIntegrationFlowResponse$ = [3, n0, _DDIFRe, 0, [_iI, _n], [0, 0]];
|
|
542
|
+
export var DeleteDataLakeDatasetRequest$ = [
|
|
526
543
|
3,
|
|
527
544
|
n0,
|
|
528
545
|
_DDLDR,
|
|
@@ -534,8 +551,8 @@ export var DeleteDataLakeDatasetRequest = [
|
|
|
534
551
|
[0, 1],
|
|
535
552
|
],
|
|
536
553
|
];
|
|
537
|
-
export var DeleteDataLakeDatasetResponse = [3, n0, _DDLDRe, 0, [_iI, _na, _n], [0, 0, 0]];
|
|
538
|
-
export var DeleteDataLakeNamespaceRequest = [
|
|
554
|
+
export var DeleteDataLakeDatasetResponse$ = [3, n0, _DDLDRe, 0, [_iI, _na, _n], [0, 0, 0]];
|
|
555
|
+
export var DeleteDataLakeNamespaceRequest$ = [
|
|
539
556
|
3,
|
|
540
557
|
n0,
|
|
541
558
|
_DDLNR,
|
|
@@ -546,10 +563,10 @@ export var DeleteDataLakeNamespaceRequest = [
|
|
|
546
563
|
[0, 1],
|
|
547
564
|
],
|
|
548
565
|
];
|
|
549
|
-
export var DeleteDataLakeNamespaceResponse = [3, n0, _DDLNRe, 0, [_iI, _n], [0, 0]];
|
|
550
|
-
export var DeleteInstanceRequest = [3, n0, _DIR, 0, [_iI], [[0, 1]]];
|
|
551
|
-
export var DeleteInstanceResponse = [3, n0, _DIRe, 0, [_i], [() => Instance]];
|
|
552
|
-
export var GetBillOfMaterialsImportJobRequest = [
|
|
566
|
+
export var DeleteDataLakeNamespaceResponse$ = [3, n0, _DDLNRe, 0, [_iI, _n], [0, 0]];
|
|
567
|
+
export var DeleteInstanceRequest$ = [3, n0, _DIR, 0, [_iI], [[0, 1]]];
|
|
568
|
+
export var DeleteInstanceResponse$ = [3, n0, _DIRe, 0, [_i], [() => Instance$]];
|
|
569
|
+
export var GetBillOfMaterialsImportJobRequest$ = [
|
|
553
570
|
3,
|
|
554
571
|
n0,
|
|
555
572
|
_GBOMIJR,
|
|
@@ -560,15 +577,15 @@ export var GetBillOfMaterialsImportJobRequest = [
|
|
|
560
577
|
[0, 1],
|
|
561
578
|
],
|
|
562
579
|
];
|
|
563
|
-
export var GetBillOfMaterialsImportJobResponse = [
|
|
580
|
+
export var GetBillOfMaterialsImportJobResponse$ = [
|
|
564
581
|
3,
|
|
565
582
|
n0,
|
|
566
583
|
_GBOMIJRe,
|
|
567
584
|
0,
|
|
568
585
|
[_j],
|
|
569
|
-
[() => BillOfMaterialsImportJob],
|
|
586
|
+
[() => BillOfMaterialsImportJob$],
|
|
570
587
|
];
|
|
571
|
-
export var GetDataIntegrationEventRequest = [
|
|
588
|
+
export var GetDataIntegrationEventRequest$ = [
|
|
572
589
|
3,
|
|
573
590
|
n0,
|
|
574
591
|
_GDIER,
|
|
@@ -579,15 +596,15 @@ export var GetDataIntegrationEventRequest = [
|
|
|
579
596
|
[0, 1],
|
|
580
597
|
],
|
|
581
598
|
];
|
|
582
|
-
export var GetDataIntegrationEventResponse = [
|
|
599
|
+
export var GetDataIntegrationEventResponse$ = [
|
|
583
600
|
3,
|
|
584
601
|
n0,
|
|
585
602
|
_GDIERe,
|
|
586
603
|
0,
|
|
587
604
|
[_ev],
|
|
588
|
-
[() => DataIntegrationEvent],
|
|
605
|
+
[() => DataIntegrationEvent$],
|
|
589
606
|
];
|
|
590
|
-
export var GetDataIntegrationFlowExecutionRequest = [
|
|
607
|
+
export var GetDataIntegrationFlowExecutionRequest$ = [
|
|
591
608
|
3,
|
|
592
609
|
n0,
|
|
593
610
|
_GDIFER,
|
|
@@ -599,15 +616,15 @@ export var GetDataIntegrationFlowExecutionRequest = [
|
|
|
599
616
|
[0, 1],
|
|
600
617
|
],
|
|
601
618
|
];
|
|
602
|
-
export var GetDataIntegrationFlowExecutionResponse = [
|
|
619
|
+
export var GetDataIntegrationFlowExecutionResponse$ = [
|
|
603
620
|
3,
|
|
604
621
|
n0,
|
|
605
622
|
_GDIFERe,
|
|
606
623
|
0,
|
|
607
624
|
[_fE],
|
|
608
|
-
[() => DataIntegrationFlowExecution],
|
|
625
|
+
[() => DataIntegrationFlowExecution$],
|
|
609
626
|
];
|
|
610
|
-
export var GetDataIntegrationFlowRequest = [
|
|
627
|
+
export var GetDataIntegrationFlowRequest$ = [
|
|
611
628
|
3,
|
|
612
629
|
n0,
|
|
613
630
|
_GDIFR,
|
|
@@ -618,15 +635,15 @@ export var GetDataIntegrationFlowRequest = [
|
|
|
618
635
|
[0, 1],
|
|
619
636
|
],
|
|
620
637
|
];
|
|
621
|
-
export var GetDataIntegrationFlowResponse = [
|
|
638
|
+
export var GetDataIntegrationFlowResponse$ = [
|
|
622
639
|
3,
|
|
623
640
|
n0,
|
|
624
641
|
_GDIFRe,
|
|
625
642
|
0,
|
|
626
643
|
[_fl],
|
|
627
|
-
[[() => DataIntegrationFlow
|
|
644
|
+
[[() => DataIntegrationFlow$, 0]],
|
|
628
645
|
];
|
|
629
|
-
export var GetDataLakeDatasetRequest = [
|
|
646
|
+
export var GetDataLakeDatasetRequest$ = [
|
|
630
647
|
3,
|
|
631
648
|
n0,
|
|
632
649
|
_GDLDR,
|
|
@@ -638,8 +655,8 @@ export var GetDataLakeDatasetRequest = [
|
|
|
638
655
|
[0, 1],
|
|
639
656
|
],
|
|
640
657
|
];
|
|
641
|
-
export var GetDataLakeDatasetResponse = [3, n0, _GDLDRe, 0, [_da], [() => DataLakeDataset]];
|
|
642
|
-
export var GetDataLakeNamespaceRequest = [
|
|
658
|
+
export var GetDataLakeDatasetResponse$ = [3, n0, _GDLDRe, 0, [_da], [() => DataLakeDataset$]];
|
|
659
|
+
export var GetDataLakeNamespaceRequest$ = [
|
|
643
660
|
3,
|
|
644
661
|
n0,
|
|
645
662
|
_GDLNR,
|
|
@@ -650,10 +667,17 @@ export var GetDataLakeNamespaceRequest = [
|
|
|
650
667
|
[0, 1],
|
|
651
668
|
],
|
|
652
669
|
];
|
|
653
|
-
export var GetDataLakeNamespaceResponse = [
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
670
|
+
export var GetDataLakeNamespaceResponse$ = [
|
|
671
|
+
3,
|
|
672
|
+
n0,
|
|
673
|
+
_GDLNRe,
|
|
674
|
+
0,
|
|
675
|
+
[_na],
|
|
676
|
+
[() => DataLakeNamespace$],
|
|
677
|
+
];
|
|
678
|
+
export var GetInstanceRequest$ = [3, n0, _GIR, 0, [_iI], [[0, 1]]];
|
|
679
|
+
export var GetInstanceResponse$ = [3, n0, _GIRe, 0, [_i], [() => Instance$]];
|
|
680
|
+
export var Instance$ = [
|
|
657
681
|
3,
|
|
658
682
|
n0,
|
|
659
683
|
_I,
|
|
@@ -661,9 +685,9 @@ export var Instance = [
|
|
|
661
685
|
[_iI, _aAI, _st, _eM, _wADD, _cTr, _lMT, _iN, _iD, _kKA, _vN],
|
|
662
686
|
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 1],
|
|
663
687
|
];
|
|
664
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
665
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
666
|
-
export var ListDataIntegrationEventsRequest = [
|
|
688
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
689
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
690
|
+
export var ListDataIntegrationEventsRequest$ = [
|
|
667
691
|
3,
|
|
668
692
|
n0,
|
|
669
693
|
_LDIER,
|
|
@@ -676,7 +700,7 @@ export var ListDataIntegrationEventsRequest = [
|
|
|
676
700
|
[1, { [_hQ]: _mR }],
|
|
677
701
|
],
|
|
678
702
|
];
|
|
679
|
-
export var ListDataIntegrationEventsResponse = [
|
|
703
|
+
export var ListDataIntegrationEventsResponse$ = [
|
|
680
704
|
3,
|
|
681
705
|
n0,
|
|
682
706
|
_LDIERi,
|
|
@@ -684,7 +708,7 @@ export var ListDataIntegrationEventsResponse = [
|
|
|
684
708
|
[_eve, _nT],
|
|
685
709
|
[() => DataIntegrationEventList, 0],
|
|
686
710
|
];
|
|
687
|
-
export var ListDataIntegrationFlowExecutionsRequest = [
|
|
711
|
+
export var ListDataIntegrationFlowExecutionsRequest$ = [
|
|
688
712
|
3,
|
|
689
713
|
n0,
|
|
690
714
|
_LDIFER,
|
|
@@ -697,7 +721,7 @@ export var ListDataIntegrationFlowExecutionsRequest = [
|
|
|
697
721
|
[1, { [_hQ]: _mR }],
|
|
698
722
|
],
|
|
699
723
|
];
|
|
700
|
-
export var ListDataIntegrationFlowExecutionsResponse = [
|
|
724
|
+
export var ListDataIntegrationFlowExecutionsResponse$ = [
|
|
701
725
|
3,
|
|
702
726
|
n0,
|
|
703
727
|
_LDIFERi,
|
|
@@ -705,7 +729,7 @@ export var ListDataIntegrationFlowExecutionsResponse = [
|
|
|
705
729
|
[_fEl, _nT],
|
|
706
730
|
[() => DataIntegrationFlowExecutionList, 0],
|
|
707
731
|
];
|
|
708
|
-
export var ListDataIntegrationFlowsRequest = [
|
|
732
|
+
export var ListDataIntegrationFlowsRequest$ = [
|
|
709
733
|
3,
|
|
710
734
|
n0,
|
|
711
735
|
_LDIFR,
|
|
@@ -717,7 +741,7 @@ export var ListDataIntegrationFlowsRequest = [
|
|
|
717
741
|
[1, { [_hQ]: _mR }],
|
|
718
742
|
],
|
|
719
743
|
];
|
|
720
|
-
export var ListDataIntegrationFlowsResponse = [
|
|
744
|
+
export var ListDataIntegrationFlowsResponse$ = [
|
|
721
745
|
3,
|
|
722
746
|
n0,
|
|
723
747
|
_LDIFRi,
|
|
@@ -725,7 +749,7 @@ export var ListDataIntegrationFlowsResponse = [
|
|
|
725
749
|
[_flo, _nT],
|
|
726
750
|
[[() => DataIntegrationFlowList, 0], 0],
|
|
727
751
|
];
|
|
728
|
-
export var ListDataLakeDatasetsRequest = [
|
|
752
|
+
export var ListDataLakeDatasetsRequest$ = [
|
|
729
753
|
3,
|
|
730
754
|
n0,
|
|
731
755
|
_LDLDR,
|
|
@@ -738,7 +762,7 @@ export var ListDataLakeDatasetsRequest = [
|
|
|
738
762
|
[1, { [_hQ]: _mR }],
|
|
739
763
|
],
|
|
740
764
|
];
|
|
741
|
-
export var ListDataLakeDatasetsResponse = [
|
|
765
|
+
export var ListDataLakeDatasetsResponse$ = [
|
|
742
766
|
3,
|
|
743
767
|
n0,
|
|
744
768
|
_LDLDRi,
|
|
@@ -746,7 +770,7 @@ export var ListDataLakeDatasetsResponse = [
|
|
|
746
770
|
[_dat, _nT],
|
|
747
771
|
[() => DataLakeDatasetList, 0],
|
|
748
772
|
];
|
|
749
|
-
export var ListDataLakeNamespacesRequest = [
|
|
773
|
+
export var ListDataLakeNamespacesRequest$ = [
|
|
750
774
|
3,
|
|
751
775
|
n0,
|
|
752
776
|
_LDLNR,
|
|
@@ -758,7 +782,7 @@ export var ListDataLakeNamespacesRequest = [
|
|
|
758
782
|
[1, { [_hQ]: _mR }],
|
|
759
783
|
],
|
|
760
784
|
];
|
|
761
|
-
export var ListDataLakeNamespacesResponse = [
|
|
785
|
+
export var ListDataLakeNamespacesResponse$ = [
|
|
762
786
|
3,
|
|
763
787
|
n0,
|
|
764
788
|
_LDLNRi,
|
|
@@ -766,7 +790,7 @@ export var ListDataLakeNamespacesResponse = [
|
|
|
766
790
|
[_nam, _nT],
|
|
767
791
|
[() => DataLakeNamespaceList, 0],
|
|
768
792
|
];
|
|
769
|
-
export var ListInstancesRequest = [
|
|
793
|
+
export var ListInstancesRequest$ = [
|
|
770
794
|
3,
|
|
771
795
|
n0,
|
|
772
796
|
_LIR,
|
|
@@ -779,27 +803,27 @@ export var ListInstancesRequest = [
|
|
|
779
803
|
[64 | 0, { [_hQ]: _iSF }],
|
|
780
804
|
],
|
|
781
805
|
];
|
|
782
|
-
export var ListInstancesResponse = [3, n0, _LIRi, 0, [_in, _nT], [() => InstanceList, 0]];
|
|
783
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
784
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_tag], [128 | 0]];
|
|
785
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
786
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
787
|
-
export var SendDataIntegrationEventRequest = [
|
|
806
|
+
export var ListInstancesResponse$ = [3, n0, _LIRi, 0, [_in, _nT], [() => InstanceList, 0]];
|
|
807
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
808
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_tag], [128 | 0]];
|
|
809
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
810
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
811
|
+
export var SendDataIntegrationEventRequest$ = [
|
|
788
812
|
3,
|
|
789
813
|
n0,
|
|
790
814
|
_SDIER,
|
|
791
815
|
0,
|
|
792
816
|
[_iI, _eT, _data, _eGI, _eTv, _cT, _dT],
|
|
793
|
-
[[0, 1], 0, [() => DataIntegrationEventData, 0], 0, 7, [0, 4], () => DataIntegrationEventDatasetTargetConfiguration],
|
|
794
|
-
];
|
|
795
|
-
export var SendDataIntegrationEventResponse = [3, n0, _SDIERe, 0, [_eI], [0]];
|
|
796
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
797
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
798
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _tag], [[0, 1], 128 | 0]];
|
|
799
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
800
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
801
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
802
|
-
export var UntagResourceRequest = [
|
|
817
|
+
[[0, 1], 0, [() => DataIntegrationEventData, 0], 0, 7, [0, 4], () => DataIntegrationEventDatasetTargetConfiguration$],
|
|
818
|
+
];
|
|
819
|
+
export var SendDataIntegrationEventResponse$ = [3, n0, _SDIERe, 0, [_eI], [0]];
|
|
820
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
821
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
822
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _tag], [[0, 1], 128 | 0]];
|
|
823
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
824
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
825
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
826
|
+
export var UntagResourceRequest$ = [
|
|
803
827
|
3,
|
|
804
828
|
n0,
|
|
805
829
|
_URR,
|
|
@@ -810,8 +834,8 @@ export var UntagResourceRequest = [
|
|
|
810
834
|
[64 | 0, { [_hQ]: _tK }],
|
|
811
835
|
],
|
|
812
836
|
];
|
|
813
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
814
|
-
export var UpdateDataIntegrationFlowRequest = [
|
|
837
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
838
|
+
export var UpdateDataIntegrationFlowRequest$ = [
|
|
815
839
|
3,
|
|
816
840
|
n0,
|
|
817
841
|
_UDIFR,
|
|
@@ -821,19 +845,19 @@ export var UpdateDataIntegrationFlowRequest = [
|
|
|
821
845
|
[0, 1],
|
|
822
846
|
[0, 1],
|
|
823
847
|
() => DataIntegrationFlowSourceList,
|
|
824
|
-
[() => DataIntegrationFlowTransformation
|
|
825
|
-
() => DataIntegrationFlowTarget
|
|
848
|
+
[() => DataIntegrationFlowTransformation$, 0],
|
|
849
|
+
() => DataIntegrationFlowTarget$,
|
|
826
850
|
],
|
|
827
851
|
];
|
|
828
|
-
export var UpdateDataIntegrationFlowResponse = [
|
|
852
|
+
export var UpdateDataIntegrationFlowResponse$ = [
|
|
829
853
|
3,
|
|
830
854
|
n0,
|
|
831
855
|
_UDIFRp,
|
|
832
856
|
0,
|
|
833
857
|
[_fl],
|
|
834
|
-
[[() => DataIntegrationFlow
|
|
858
|
+
[[() => DataIntegrationFlow$, 0]],
|
|
835
859
|
];
|
|
836
|
-
export var UpdateDataLakeDatasetRequest = [
|
|
860
|
+
export var UpdateDataLakeDatasetRequest$ = [
|
|
837
861
|
3,
|
|
838
862
|
n0,
|
|
839
863
|
_UDLDR,
|
|
@@ -841,8 +865,8 @@ export var UpdateDataLakeDatasetRequest = [
|
|
|
841
865
|
[_iI, _na, _n, _d],
|
|
842
866
|
[[0, 1], [0, 1], [0, 1], 0],
|
|
843
867
|
];
|
|
844
|
-
export var UpdateDataLakeDatasetResponse = [3, n0, _UDLDRp, 0, [_da], [() => DataLakeDataset]];
|
|
845
|
-
export var UpdateDataLakeNamespaceRequest = [
|
|
868
|
+
export var UpdateDataLakeDatasetResponse$ = [3, n0, _UDLDRp, 0, [_da], [() => DataLakeDataset$]];
|
|
869
|
+
export var UpdateDataLakeNamespaceRequest$ = [
|
|
846
870
|
3,
|
|
847
871
|
n0,
|
|
848
872
|
_UDLNR,
|
|
@@ -850,150 +874,138 @@ export var UpdateDataLakeNamespaceRequest = [
|
|
|
850
874
|
[_iI, _n, _d],
|
|
851
875
|
[[0, 1], [0, 1], 0],
|
|
852
876
|
];
|
|
853
|
-
export var UpdateDataLakeNamespaceResponse = [
|
|
877
|
+
export var UpdateDataLakeNamespaceResponse$ = [
|
|
854
878
|
3,
|
|
855
879
|
n0,
|
|
856
880
|
_UDLNRp,
|
|
857
881
|
0,
|
|
858
882
|
[_na],
|
|
859
|
-
[() => DataLakeNamespace],
|
|
860
|
-
];
|
|
861
|
-
export var UpdateInstanceRequest = [3, n0, _UIR, 0, [_iI, _iN, _iD], [[0, 1], 0, 0]];
|
|
862
|
-
export var UpdateInstanceResponse = [3, n0, _UIRp, 0, [_i], [() => Instance]];
|
|
863
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
864
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
865
|
-
export var SupplyChainServiceException = [-3, _sm, "SupplyChainServiceException", 0, [], []];
|
|
866
|
-
TypeRegistry.for(_sm).registerError(SupplyChainServiceException
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
883
|
+
[() => DataLakeNamespace$],
|
|
884
|
+
];
|
|
885
|
+
export var UpdateInstanceRequest$ = [3, n0, _UIR, 0, [_iI, _iN, _iD], [[0, 1], 0, 0]];
|
|
886
|
+
export var UpdateInstanceResponse$ = [3, n0, _UIRp, 0, [_i], [() => Instance$]];
|
|
887
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
888
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
889
|
+
export var SupplyChainServiceException$ = [-3, _sm, "SupplyChainServiceException", 0, [], []];
|
|
890
|
+
TypeRegistry.for(_sm).registerError(SupplyChainServiceException$, SupplyChainServiceException);
|
|
891
|
+
var DataIntegrationEventList = [1, n0, _DIEL, 0, () => DataIntegrationEvent$];
|
|
892
|
+
var DataIntegrationFlowExecutionList = [1, n0, _DIFEL, 0, () => DataIntegrationFlowExecution$];
|
|
893
|
+
var DataIntegrationFlowFieldPriorityDedupeFieldList = [
|
|
870
894
|
1,
|
|
871
895
|
n0,
|
|
872
896
|
_DIFFPDFL,
|
|
873
897
|
0,
|
|
874
|
-
() => DataIntegrationFlowFieldPriorityDedupeField
|
|
875
|
-
];
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
_DLDPKFL,
|
|
890
|
-
0,
|
|
891
|
-
() => DataLakeDatasetPrimaryKeyField,
|
|
892
|
-
];
|
|
893
|
-
export var DataLakeDatasetSchemaFieldList = [1, n0, _DLDSFL, 0, () => DataLakeDatasetSchemaField];
|
|
894
|
-
export var DataLakeNamespaceList = [1, n0, _DLNL, 0, () => DataLakeNamespace];
|
|
895
|
-
export var InstanceList = [1, n0, _IL, 0, () => Instance];
|
|
896
|
-
export var InstanceNameList = 64 | 0;
|
|
897
|
-
export var InstanceStateList = 64 | 0;
|
|
898
|
-
export var TagKeyList = 64 | 0;
|
|
899
|
-
export var TagMap = 128 | 0;
|
|
900
|
-
export var CreateBillOfMaterialsImportJob = [
|
|
898
|
+
() => DataIntegrationFlowFieldPriorityDedupeField$,
|
|
899
|
+
];
|
|
900
|
+
var DataIntegrationFlowList = [1, n0, _DIFL, 0, [() => DataIntegrationFlow$, 0]];
|
|
901
|
+
var DataIntegrationFlowSourceList = [1, n0, _DIFSL, 0, () => DataIntegrationFlowSource$];
|
|
902
|
+
var DataLakeDatasetList = [1, n0, _DLDL, 0, () => DataLakeDataset$];
|
|
903
|
+
var DataLakeDatasetPartitionFieldList = [1, n0, _DLDPFL, 0, () => DataLakeDatasetPartitionField$];
|
|
904
|
+
var DataLakeDatasetPrimaryKeyFieldList = [1, n0, _DLDPKFL, 0, () => DataLakeDatasetPrimaryKeyField$];
|
|
905
|
+
var DataLakeDatasetSchemaFieldList = [1, n0, _DLDSFL, 0, () => DataLakeDatasetSchemaField$];
|
|
906
|
+
var DataLakeNamespaceList = [1, n0, _DLNL, 0, () => DataLakeNamespace$];
|
|
907
|
+
var InstanceList = [1, n0, _IL, 0, () => Instance$];
|
|
908
|
+
var InstanceNameList = 64 | 0;
|
|
909
|
+
var InstanceStateList = 64 | 0;
|
|
910
|
+
var TagKeyList = 64 | 0;
|
|
911
|
+
var TagMap = 128 | 0;
|
|
912
|
+
export var CreateBillOfMaterialsImportJob$ = [
|
|
901
913
|
9,
|
|
902
914
|
n0,
|
|
903
915
|
_CBOMIJ,
|
|
904
916
|
{ [_h]: ["POST", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs", 200] },
|
|
905
|
-
() => CreateBillOfMaterialsImportJobRequest
|
|
906
|
-
() => CreateBillOfMaterialsImportJobResponse
|
|
917
|
+
() => CreateBillOfMaterialsImportJobRequest$,
|
|
918
|
+
() => CreateBillOfMaterialsImportJobResponse$,
|
|
907
919
|
];
|
|
908
|
-
export var CreateDataIntegrationFlow = [
|
|
920
|
+
export var CreateDataIntegrationFlow$ = [
|
|
909
921
|
9,
|
|
910
922
|
n0,
|
|
911
923
|
_CDIF,
|
|
912
924
|
{ [_h]: ["PUT", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
913
|
-
() => CreateDataIntegrationFlowRequest
|
|
914
|
-
() => CreateDataIntegrationFlowResponse
|
|
925
|
+
() => CreateDataIntegrationFlowRequest$,
|
|
926
|
+
() => CreateDataIntegrationFlowResponse$,
|
|
915
927
|
];
|
|
916
|
-
export var CreateDataLakeDataset = [
|
|
928
|
+
export var CreateDataLakeDataset$ = [
|
|
917
929
|
9,
|
|
918
930
|
n0,
|
|
919
931
|
_CDLD,
|
|
920
932
|
{ [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
921
|
-
() => CreateDataLakeDatasetRequest
|
|
922
|
-
() => CreateDataLakeDatasetResponse
|
|
933
|
+
() => CreateDataLakeDatasetRequest$,
|
|
934
|
+
() => CreateDataLakeDatasetResponse$,
|
|
923
935
|
];
|
|
924
|
-
export var CreateDataLakeNamespace = [
|
|
936
|
+
export var CreateDataLakeNamespace$ = [
|
|
925
937
|
9,
|
|
926
938
|
n0,
|
|
927
939
|
_CDLN,
|
|
928
940
|
{ [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
929
|
-
() => CreateDataLakeNamespaceRequest
|
|
930
|
-
() => CreateDataLakeNamespaceResponse
|
|
941
|
+
() => CreateDataLakeNamespaceRequest$,
|
|
942
|
+
() => CreateDataLakeNamespaceResponse$,
|
|
931
943
|
];
|
|
932
|
-
export var CreateInstance = [
|
|
944
|
+
export var CreateInstance$ = [
|
|
933
945
|
9,
|
|
934
946
|
n0,
|
|
935
947
|
_CI,
|
|
936
948
|
{ [_h]: ["POST", "/api/instance", 200] },
|
|
937
|
-
() => CreateInstanceRequest
|
|
938
|
-
() => CreateInstanceResponse
|
|
949
|
+
() => CreateInstanceRequest$,
|
|
950
|
+
() => CreateInstanceResponse$,
|
|
939
951
|
];
|
|
940
|
-
export var DeleteDataIntegrationFlow = [
|
|
952
|
+
export var DeleteDataIntegrationFlow$ = [
|
|
941
953
|
9,
|
|
942
954
|
n0,
|
|
943
955
|
_DDIF,
|
|
944
956
|
{ [_h]: ["DELETE", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
945
|
-
() => DeleteDataIntegrationFlowRequest
|
|
946
|
-
() => DeleteDataIntegrationFlowResponse
|
|
957
|
+
() => DeleteDataIntegrationFlowRequest$,
|
|
958
|
+
() => DeleteDataIntegrationFlowResponse$,
|
|
947
959
|
];
|
|
948
|
-
export var DeleteDataLakeDataset = [
|
|
960
|
+
export var DeleteDataLakeDataset$ = [
|
|
949
961
|
9,
|
|
950
962
|
n0,
|
|
951
963
|
_DDLD,
|
|
952
964
|
{ [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
953
|
-
() => DeleteDataLakeDatasetRequest
|
|
954
|
-
() => DeleteDataLakeDatasetResponse
|
|
965
|
+
() => DeleteDataLakeDatasetRequest$,
|
|
966
|
+
() => DeleteDataLakeDatasetResponse$,
|
|
955
967
|
];
|
|
956
|
-
export var DeleteDataLakeNamespace = [
|
|
968
|
+
export var DeleteDataLakeNamespace$ = [
|
|
957
969
|
9,
|
|
958
970
|
n0,
|
|
959
971
|
_DDLN,
|
|
960
972
|
{ [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
961
|
-
() => DeleteDataLakeNamespaceRequest
|
|
962
|
-
() => DeleteDataLakeNamespaceResponse
|
|
973
|
+
() => DeleteDataLakeNamespaceRequest$,
|
|
974
|
+
() => DeleteDataLakeNamespaceResponse$,
|
|
963
975
|
];
|
|
964
|
-
export var DeleteInstance = [
|
|
976
|
+
export var DeleteInstance$ = [
|
|
965
977
|
9,
|
|
966
978
|
n0,
|
|
967
979
|
_DI,
|
|
968
980
|
{ [_h]: ["DELETE", "/api/instance/{instanceId}", 200] },
|
|
969
|
-
() => DeleteInstanceRequest
|
|
970
|
-
() => DeleteInstanceResponse
|
|
981
|
+
() => DeleteInstanceRequest$,
|
|
982
|
+
() => DeleteInstanceResponse$,
|
|
971
983
|
];
|
|
972
|
-
export var GetBillOfMaterialsImportJob = [
|
|
984
|
+
export var GetBillOfMaterialsImportJob$ = [
|
|
973
985
|
9,
|
|
974
986
|
n0,
|
|
975
987
|
_GBOMIJ,
|
|
976
988
|
{ [_h]: ["GET", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs/{jobId}", 200] },
|
|
977
|
-
() => GetBillOfMaterialsImportJobRequest
|
|
978
|
-
() => GetBillOfMaterialsImportJobResponse
|
|
989
|
+
() => GetBillOfMaterialsImportJobRequest$,
|
|
990
|
+
() => GetBillOfMaterialsImportJobResponse$,
|
|
979
991
|
];
|
|
980
|
-
export var GetDataIntegrationEvent = [
|
|
992
|
+
export var GetDataIntegrationEvent$ = [
|
|
981
993
|
9,
|
|
982
994
|
n0,
|
|
983
995
|
_GDIE,
|
|
984
996
|
{ [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events/{eventId}", 200] },
|
|
985
|
-
() => GetDataIntegrationEventRequest
|
|
986
|
-
() => GetDataIntegrationEventResponse
|
|
997
|
+
() => GetDataIntegrationEventRequest$,
|
|
998
|
+
() => GetDataIntegrationEventResponse$,
|
|
987
999
|
];
|
|
988
|
-
export var GetDataIntegrationFlow = [
|
|
1000
|
+
export var GetDataIntegrationFlow$ = [
|
|
989
1001
|
9,
|
|
990
1002
|
n0,
|
|
991
1003
|
_GDIF,
|
|
992
1004
|
{ [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
993
|
-
() => GetDataIntegrationFlowRequest
|
|
994
|
-
() => GetDataIntegrationFlowResponse
|
|
1005
|
+
() => GetDataIntegrationFlowRequest$,
|
|
1006
|
+
() => GetDataIntegrationFlowResponse$,
|
|
995
1007
|
];
|
|
996
|
-
export var GetDataIntegrationFlowExecution = [
|
|
1008
|
+
export var GetDataIntegrationFlowExecution$ = [
|
|
997
1009
|
9,
|
|
998
1010
|
n0,
|
|
999
1011
|
_GDIFE,
|
|
@@ -1004,144 +1016,144 @@ export var GetDataIntegrationFlowExecution = [
|
|
|
1004
1016
|
200,
|
|
1005
1017
|
],
|
|
1006
1018
|
},
|
|
1007
|
-
() => GetDataIntegrationFlowExecutionRequest
|
|
1008
|
-
() => GetDataIntegrationFlowExecutionResponse
|
|
1019
|
+
() => GetDataIntegrationFlowExecutionRequest$,
|
|
1020
|
+
() => GetDataIntegrationFlowExecutionResponse$,
|
|
1009
1021
|
];
|
|
1010
|
-
export var GetDataLakeDataset = [
|
|
1022
|
+
export var GetDataLakeDataset$ = [
|
|
1011
1023
|
9,
|
|
1012
1024
|
n0,
|
|
1013
1025
|
_GDLD,
|
|
1014
1026
|
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1015
|
-
() => GetDataLakeDatasetRequest
|
|
1016
|
-
() => GetDataLakeDatasetResponse
|
|
1027
|
+
() => GetDataLakeDatasetRequest$,
|
|
1028
|
+
() => GetDataLakeDatasetResponse$,
|
|
1017
1029
|
];
|
|
1018
|
-
export var GetDataLakeNamespace = [
|
|
1030
|
+
export var GetDataLakeNamespace$ = [
|
|
1019
1031
|
9,
|
|
1020
1032
|
n0,
|
|
1021
1033
|
_GDLN,
|
|
1022
1034
|
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1023
|
-
() => GetDataLakeNamespaceRequest
|
|
1024
|
-
() => GetDataLakeNamespaceResponse
|
|
1035
|
+
() => GetDataLakeNamespaceRequest$,
|
|
1036
|
+
() => GetDataLakeNamespaceResponse$,
|
|
1025
1037
|
];
|
|
1026
|
-
export var GetInstance = [
|
|
1038
|
+
export var GetInstance$ = [
|
|
1027
1039
|
9,
|
|
1028
1040
|
n0,
|
|
1029
1041
|
_GI,
|
|
1030
1042
|
{ [_h]: ["GET", "/api/instance/{instanceId}", 200] },
|
|
1031
|
-
() => GetInstanceRequest
|
|
1032
|
-
() => GetInstanceResponse
|
|
1043
|
+
() => GetInstanceRequest$,
|
|
1044
|
+
() => GetInstanceResponse$,
|
|
1033
1045
|
];
|
|
1034
|
-
export var ListDataIntegrationEvents = [
|
|
1046
|
+
export var ListDataIntegrationEvents$ = [
|
|
1035
1047
|
9,
|
|
1036
1048
|
n0,
|
|
1037
1049
|
_LDIE,
|
|
1038
1050
|
{ [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200] },
|
|
1039
|
-
() => ListDataIntegrationEventsRequest
|
|
1040
|
-
() => ListDataIntegrationEventsResponse
|
|
1051
|
+
() => ListDataIntegrationEventsRequest$,
|
|
1052
|
+
() => ListDataIntegrationEventsResponse$,
|
|
1041
1053
|
];
|
|
1042
|
-
export var ListDataIntegrationFlowExecutions = [
|
|
1054
|
+
export var ListDataIntegrationFlowExecutions$ = [
|
|
1043
1055
|
9,
|
|
1044
1056
|
n0,
|
|
1045
1057
|
_LDIFE,
|
|
1046
1058
|
{
|
|
1047
1059
|
[_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-flows/{flowName}/executions", 200],
|
|
1048
1060
|
},
|
|
1049
|
-
() => ListDataIntegrationFlowExecutionsRequest
|
|
1050
|
-
() => ListDataIntegrationFlowExecutionsResponse
|
|
1061
|
+
() => ListDataIntegrationFlowExecutionsRequest$,
|
|
1062
|
+
() => ListDataIntegrationFlowExecutionsResponse$,
|
|
1051
1063
|
];
|
|
1052
|
-
export var ListDataIntegrationFlows = [
|
|
1064
|
+
export var ListDataIntegrationFlows$ = [
|
|
1053
1065
|
9,
|
|
1054
1066
|
n0,
|
|
1055
1067
|
_LDIF,
|
|
1056
1068
|
{ [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows", 200] },
|
|
1057
|
-
() => ListDataIntegrationFlowsRequest
|
|
1058
|
-
() => ListDataIntegrationFlowsResponse
|
|
1069
|
+
() => ListDataIntegrationFlowsRequest$,
|
|
1070
|
+
() => ListDataIntegrationFlowsResponse$,
|
|
1059
1071
|
];
|
|
1060
|
-
export var ListDataLakeDatasets = [
|
|
1072
|
+
export var ListDataLakeDatasets$ = [
|
|
1061
1073
|
9,
|
|
1062
1074
|
n0,
|
|
1063
1075
|
_LDLD,
|
|
1064
1076
|
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets", 200] },
|
|
1065
|
-
() => ListDataLakeDatasetsRequest
|
|
1066
|
-
() => ListDataLakeDatasetsResponse
|
|
1077
|
+
() => ListDataLakeDatasetsRequest$,
|
|
1078
|
+
() => ListDataLakeDatasetsResponse$,
|
|
1067
1079
|
];
|
|
1068
|
-
export var ListDataLakeNamespaces = [
|
|
1080
|
+
export var ListDataLakeNamespaces$ = [
|
|
1069
1081
|
9,
|
|
1070
1082
|
n0,
|
|
1071
1083
|
_LDLN,
|
|
1072
1084
|
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces", 200] },
|
|
1073
|
-
() => ListDataLakeNamespacesRequest
|
|
1074
|
-
() => ListDataLakeNamespacesResponse
|
|
1085
|
+
() => ListDataLakeNamespacesRequest$,
|
|
1086
|
+
() => ListDataLakeNamespacesResponse$,
|
|
1075
1087
|
];
|
|
1076
|
-
export var ListInstances = [
|
|
1088
|
+
export var ListInstances$ = [
|
|
1077
1089
|
9,
|
|
1078
1090
|
n0,
|
|
1079
1091
|
_LI,
|
|
1080
1092
|
{ [_h]: ["GET", "/api/instance", 200] },
|
|
1081
|
-
() => ListInstancesRequest
|
|
1082
|
-
() => ListInstancesResponse
|
|
1093
|
+
() => ListInstancesRequest$,
|
|
1094
|
+
() => ListInstancesResponse$,
|
|
1083
1095
|
];
|
|
1084
|
-
export var ListTagsForResource = [
|
|
1096
|
+
export var ListTagsForResource$ = [
|
|
1085
1097
|
9,
|
|
1086
1098
|
n0,
|
|
1087
1099
|
_LTFR,
|
|
1088
1100
|
{ [_h]: ["GET", "/api/tags/{resourceArn}", 200] },
|
|
1089
|
-
() => ListTagsForResourceRequest
|
|
1090
|
-
() => ListTagsForResourceResponse
|
|
1101
|
+
() => ListTagsForResourceRequest$,
|
|
1102
|
+
() => ListTagsForResourceResponse$,
|
|
1091
1103
|
];
|
|
1092
|
-
export var SendDataIntegrationEvent = [
|
|
1104
|
+
export var SendDataIntegrationEvent$ = [
|
|
1093
1105
|
9,
|
|
1094
1106
|
n0,
|
|
1095
1107
|
_SDIE,
|
|
1096
1108
|
{ [_h]: ["POST", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200] },
|
|
1097
|
-
() => SendDataIntegrationEventRequest
|
|
1098
|
-
() => SendDataIntegrationEventResponse
|
|
1109
|
+
() => SendDataIntegrationEventRequest$,
|
|
1110
|
+
() => SendDataIntegrationEventResponse$,
|
|
1099
1111
|
];
|
|
1100
|
-
export var TagResource = [
|
|
1112
|
+
export var TagResource$ = [
|
|
1101
1113
|
9,
|
|
1102
1114
|
n0,
|
|
1103
1115
|
_TR,
|
|
1104
1116
|
{ [_h]: ["POST", "/api/tags/{resourceArn}", 200] },
|
|
1105
|
-
() => TagResourceRequest
|
|
1106
|
-
() => TagResourceResponse
|
|
1117
|
+
() => TagResourceRequest$,
|
|
1118
|
+
() => TagResourceResponse$,
|
|
1107
1119
|
];
|
|
1108
|
-
export var UntagResource = [
|
|
1120
|
+
export var UntagResource$ = [
|
|
1109
1121
|
9,
|
|
1110
1122
|
n0,
|
|
1111
1123
|
_UR,
|
|
1112
1124
|
{ [_h]: ["DELETE", "/api/tags/{resourceArn}", 200] },
|
|
1113
|
-
() => UntagResourceRequest
|
|
1114
|
-
() => UntagResourceResponse
|
|
1125
|
+
() => UntagResourceRequest$,
|
|
1126
|
+
() => UntagResourceResponse$,
|
|
1115
1127
|
];
|
|
1116
|
-
export var UpdateDataIntegrationFlow = [
|
|
1128
|
+
export var UpdateDataIntegrationFlow$ = [
|
|
1117
1129
|
9,
|
|
1118
1130
|
n0,
|
|
1119
1131
|
_UDIF,
|
|
1120
1132
|
{ [_h]: ["PATCH", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
1121
|
-
() => UpdateDataIntegrationFlowRequest
|
|
1122
|
-
() => UpdateDataIntegrationFlowResponse
|
|
1133
|
+
() => UpdateDataIntegrationFlowRequest$,
|
|
1134
|
+
() => UpdateDataIntegrationFlowResponse$,
|
|
1123
1135
|
];
|
|
1124
|
-
export var UpdateDataLakeDataset = [
|
|
1136
|
+
export var UpdateDataLakeDataset$ = [
|
|
1125
1137
|
9,
|
|
1126
1138
|
n0,
|
|
1127
1139
|
_UDLD,
|
|
1128
1140
|
{ [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1129
|
-
() => UpdateDataLakeDatasetRequest
|
|
1130
|
-
() => UpdateDataLakeDatasetResponse
|
|
1141
|
+
() => UpdateDataLakeDatasetRequest$,
|
|
1142
|
+
() => UpdateDataLakeDatasetResponse$,
|
|
1131
1143
|
];
|
|
1132
|
-
export var UpdateDataLakeNamespace = [
|
|
1144
|
+
export var UpdateDataLakeNamespace$ = [
|
|
1133
1145
|
9,
|
|
1134
1146
|
n0,
|
|
1135
1147
|
_UDLN,
|
|
1136
1148
|
{ [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1137
|
-
() => UpdateDataLakeNamespaceRequest
|
|
1138
|
-
() => UpdateDataLakeNamespaceResponse
|
|
1149
|
+
() => UpdateDataLakeNamespaceRequest$,
|
|
1150
|
+
() => UpdateDataLakeNamespaceResponse$,
|
|
1139
1151
|
];
|
|
1140
|
-
export var UpdateInstance = [
|
|
1152
|
+
export var UpdateInstance$ = [
|
|
1141
1153
|
9,
|
|
1142
1154
|
n0,
|
|
1143
1155
|
_UI,
|
|
1144
1156
|
{ [_h]: ["PATCH", "/api/instance/{instanceId}", 200] },
|
|
1145
|
-
() => UpdateInstanceRequest
|
|
1146
|
-
() => UpdateInstanceResponse
|
|
1157
|
+
() => UpdateInstanceRequest$,
|
|
1158
|
+
() => UpdateInstanceResponse$,
|
|
1147
1159
|
];
|