@aws-sdk/client-supplychain 3.658.1 → 3.662.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/README.md +111 -7
- package/dist-cjs/index.js +675 -2
- package/dist-es/SupplyChain.js +26 -0
- package/dist-es/commands/CreateDataIntegrationFlowCommand.js +22 -0
- package/dist-es/commands/CreateDataLakeDatasetCommand.js +22 -0
- package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +22 -0
- package/dist-es/commands/DeleteDataLakeDatasetCommand.js +22 -0
- package/dist-es/commands/GetDataIntegrationFlowCommand.js +22 -0
- package/dist-es/commands/GetDataLakeDatasetCommand.js +22 -0
- package/dist-es/commands/ListDataIntegrationFlowsCommand.js +22 -0
- package/dist-es/commands/ListDataLakeDatasetsCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +22 -0
- package/dist-es/commands/UpdateDataLakeDatasetCommand.js +22 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +27 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListDataIntegrationFlowsPaginator.js +4 -0
- package/dist-es/pagination/ListDataLakeDatasetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +396 -1
- package/dist-types/SupplyChain.d.ts +91 -0
- package/dist-types/SupplyChainClient.d.ts +15 -2
- package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +232 -0
- package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +393 -0
- package/dist-types/commands/DeleteDataIntegrationFlowCommand.d.ts +112 -0
- package/dist-types/commands/DeleteDataLakeDatasetCommand.d.ts +136 -0
- package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +185 -0
- package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +344 -0
- package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +224 -0
- package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +377 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +112 -0
- package/dist-types/commands/TagResourceCommand.d.ts +107 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +107 -0
- package/dist-types/commands/UpdateDataIntegrationFlowCommand.d.ts +328 -0
- package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +347 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +909 -18
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListDataIntegrationFlowsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataLakeDatasetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/SupplyChain.d.ts +221 -0
- package/dist-types/ts3.4/SupplyChainClient.d.ts +80 -2
- package/dist-types/ts3.4/commands/CreateDataIntegrationFlowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataLakeDatasetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataIntegrationFlowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataLakeDatasetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataIntegrationFlowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataLakeDatasetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataIntegrationFlowsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataLakeDatasetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateDataIntegrationFlowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataLakeDatasetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +220 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDataIntegrationFlowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataLakeDatasetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -25,9 +25,24 @@ __export(src_exports, {
|
|
|
25
25
|
ConfigurationJobStatus: () => ConfigurationJobStatus,
|
|
26
26
|
ConflictException: () => ConflictException,
|
|
27
27
|
CreateBillOfMaterialsImportJobCommand: () => CreateBillOfMaterialsImportJobCommand,
|
|
28
|
+
CreateDataIntegrationFlowCommand: () => CreateDataIntegrationFlowCommand,
|
|
29
|
+
CreateDataLakeDatasetCommand: () => CreateDataLakeDatasetCommand,
|
|
28
30
|
DataIntegrationEventType: () => DataIntegrationEventType,
|
|
31
|
+
DataIntegrationFlowFileType: () => DataIntegrationFlowFileType,
|
|
32
|
+
DataIntegrationFlowLoadType: () => DataIntegrationFlowLoadType,
|
|
33
|
+
DataIntegrationFlowSourceType: () => DataIntegrationFlowSourceType,
|
|
34
|
+
DataIntegrationFlowTargetType: () => DataIntegrationFlowTargetType,
|
|
35
|
+
DataIntegrationFlowTransformationType: () => DataIntegrationFlowTransformationType,
|
|
36
|
+
DataLakeDatasetSchemaFieldType: () => DataLakeDatasetSchemaFieldType,
|
|
37
|
+
DeleteDataIntegrationFlowCommand: () => DeleteDataIntegrationFlowCommand,
|
|
38
|
+
DeleteDataLakeDatasetCommand: () => DeleteDataLakeDatasetCommand,
|
|
29
39
|
GetBillOfMaterialsImportJobCommand: () => GetBillOfMaterialsImportJobCommand,
|
|
40
|
+
GetDataIntegrationFlowCommand: () => GetDataIntegrationFlowCommand,
|
|
41
|
+
GetDataLakeDatasetCommand: () => GetDataLakeDatasetCommand,
|
|
30
42
|
InternalServerException: () => InternalServerException,
|
|
43
|
+
ListDataIntegrationFlowsCommand: () => ListDataIntegrationFlowsCommand,
|
|
44
|
+
ListDataLakeDatasetsCommand: () => ListDataLakeDatasetsCommand,
|
|
45
|
+
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
31
46
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
32
47
|
SendDataIntegrationEventCommand: () => SendDataIntegrationEventCommand,
|
|
33
48
|
SendDataIntegrationEventRequestFilterSensitiveLog: () => SendDataIntegrationEventRequestFilterSensitiveLog,
|
|
@@ -35,9 +50,15 @@ __export(src_exports, {
|
|
|
35
50
|
SupplyChain: () => SupplyChain,
|
|
36
51
|
SupplyChainClient: () => SupplyChainClient,
|
|
37
52
|
SupplyChainServiceException: () => SupplyChainServiceException,
|
|
53
|
+
TagResourceCommand: () => TagResourceCommand,
|
|
38
54
|
ThrottlingException: () => ThrottlingException,
|
|
55
|
+
UntagResourceCommand: () => UntagResourceCommand,
|
|
56
|
+
UpdateDataIntegrationFlowCommand: () => UpdateDataIntegrationFlowCommand,
|
|
57
|
+
UpdateDataLakeDatasetCommand: () => UpdateDataLakeDatasetCommand,
|
|
39
58
|
ValidationException: () => ValidationException,
|
|
40
|
-
__Client: () => import_smithy_client.Client
|
|
59
|
+
__Client: () => import_smithy_client.Client,
|
|
60
|
+
paginateListDataIntegrationFlows: () => paginateListDataIntegrationFlows,
|
|
61
|
+
paginateListDataLakeDatasets: () => paginateListDataLakeDatasets
|
|
41
62
|
});
|
|
42
63
|
module.exports = __toCommonJS(src_exports);
|
|
43
64
|
|
|
@@ -340,6 +361,33 @@ var _ValidationException = class _ValidationException extends SupplyChainService
|
|
|
340
361
|
};
|
|
341
362
|
__name(_ValidationException, "ValidationException");
|
|
342
363
|
var ValidationException = _ValidationException;
|
|
364
|
+
var DataIntegrationFlowLoadType = {
|
|
365
|
+
INCREMENTAL: "INCREMENTAL",
|
|
366
|
+
REPLACE: "REPLACE"
|
|
367
|
+
};
|
|
368
|
+
var DataIntegrationFlowFileType = {
|
|
369
|
+
CSV: "CSV",
|
|
370
|
+
JSON: "JSON",
|
|
371
|
+
PARQUET: "PARQUET"
|
|
372
|
+
};
|
|
373
|
+
var DataIntegrationFlowSourceType = {
|
|
374
|
+
DATASET: "DATASET",
|
|
375
|
+
S3: "S3"
|
|
376
|
+
};
|
|
377
|
+
var DataIntegrationFlowTargetType = {
|
|
378
|
+
DATASET: "DATASET",
|
|
379
|
+
S3: "S3"
|
|
380
|
+
};
|
|
381
|
+
var DataIntegrationFlowTransformationType = {
|
|
382
|
+
NONE: "NONE",
|
|
383
|
+
SQL: "SQL"
|
|
384
|
+
};
|
|
385
|
+
var DataLakeDatasetSchemaFieldType = {
|
|
386
|
+
DOUBLE: "DOUBLE",
|
|
387
|
+
INT: "INT",
|
|
388
|
+
STRING: "STRING",
|
|
389
|
+
TIMESTAMP: "TIMESTAMP"
|
|
390
|
+
};
|
|
343
391
|
var DataIntegrationEventType = {
|
|
344
392
|
FORECAST: "scn.data.forecast",
|
|
345
393
|
INBOUND_ORDER: "scn.data.inboundorder",
|
|
@@ -380,6 +428,67 @@ var se_CreateBillOfMaterialsImportJobCommand = /* @__PURE__ */ __name(async (inp
|
|
|
380
428
|
b.m("POST").h(headers).b(body);
|
|
381
429
|
return b.build();
|
|
382
430
|
}, "se_CreateBillOfMaterialsImportJobCommand");
|
|
431
|
+
var se_CreateDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
432
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
433
|
+
const headers = {
|
|
434
|
+
"content-type": "application/json"
|
|
435
|
+
};
|
|
436
|
+
b.bp("/api/data-integration/instance/{instanceId}/data-integration-flows/{name}");
|
|
437
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
438
|
+
b.p("name", () => input.name, "{name}", false);
|
|
439
|
+
let body;
|
|
440
|
+
body = JSON.stringify(
|
|
441
|
+
(0, import_smithy_client.take)(input, {
|
|
442
|
+
sources: (_) => (0, import_smithy_client._json)(_),
|
|
443
|
+
tags: (_) => (0, import_smithy_client._json)(_),
|
|
444
|
+
target: (_) => (0, import_smithy_client._json)(_),
|
|
445
|
+
transformation: (_) => (0, import_smithy_client._json)(_)
|
|
446
|
+
})
|
|
447
|
+
);
|
|
448
|
+
b.m("PUT").h(headers).b(body);
|
|
449
|
+
return b.build();
|
|
450
|
+
}, "se_CreateDataIntegrationFlowCommand");
|
|
451
|
+
var se_CreateDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
452
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
453
|
+
const headers = {
|
|
454
|
+
"content-type": "application/json"
|
|
455
|
+
};
|
|
456
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}");
|
|
457
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
458
|
+
b.p("namespace", () => input.namespace, "{namespace}", false);
|
|
459
|
+
b.p("name", () => input.name, "{name}", false);
|
|
460
|
+
let body;
|
|
461
|
+
body = JSON.stringify(
|
|
462
|
+
(0, import_smithy_client.take)(input, {
|
|
463
|
+
description: [],
|
|
464
|
+
schema: (_) => (0, import_smithy_client._json)(_),
|
|
465
|
+
tags: (_) => (0, import_smithy_client._json)(_)
|
|
466
|
+
})
|
|
467
|
+
);
|
|
468
|
+
b.m("PUT").h(headers).b(body);
|
|
469
|
+
return b.build();
|
|
470
|
+
}, "se_CreateDataLakeDatasetCommand");
|
|
471
|
+
var se_DeleteDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
472
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
473
|
+
const headers = {};
|
|
474
|
+
b.bp("/api/data-integration/instance/{instanceId}/data-integration-flows/{name}");
|
|
475
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
476
|
+
b.p("name", () => input.name, "{name}", false);
|
|
477
|
+
let body;
|
|
478
|
+
b.m("DELETE").h(headers).b(body);
|
|
479
|
+
return b.build();
|
|
480
|
+
}, "se_DeleteDataIntegrationFlowCommand");
|
|
481
|
+
var se_DeleteDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
482
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
483
|
+
const headers = {};
|
|
484
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}");
|
|
485
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
486
|
+
b.p("namespace", () => input.namespace, "{namespace}", false);
|
|
487
|
+
b.p("name", () => input.name, "{name}", false);
|
|
488
|
+
let body;
|
|
489
|
+
b.m("DELETE").h(headers).b(body);
|
|
490
|
+
return b.build();
|
|
491
|
+
}, "se_DeleteDataLakeDatasetCommand");
|
|
383
492
|
var se_GetBillOfMaterialsImportJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
384
493
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
385
494
|
const headers = {};
|
|
@@ -390,6 +499,63 @@ var se_GetBillOfMaterialsImportJobCommand = /* @__PURE__ */ __name(async (input,
|
|
|
390
499
|
b.m("GET").h(headers).b(body);
|
|
391
500
|
return b.build();
|
|
392
501
|
}, "se_GetBillOfMaterialsImportJobCommand");
|
|
502
|
+
var se_GetDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
503
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
504
|
+
const headers = {};
|
|
505
|
+
b.bp("/api/data-integration/instance/{instanceId}/data-integration-flows/{name}");
|
|
506
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
507
|
+
b.p("name", () => input.name, "{name}", false);
|
|
508
|
+
let body;
|
|
509
|
+
b.m("GET").h(headers).b(body);
|
|
510
|
+
return b.build();
|
|
511
|
+
}, "se_GetDataIntegrationFlowCommand");
|
|
512
|
+
var se_GetDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
513
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
514
|
+
const headers = {};
|
|
515
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}");
|
|
516
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
517
|
+
b.p("namespace", () => input.namespace, "{namespace}", false);
|
|
518
|
+
b.p("name", () => input.name, "{name}", false);
|
|
519
|
+
let body;
|
|
520
|
+
b.m("GET").h(headers).b(body);
|
|
521
|
+
return b.build();
|
|
522
|
+
}, "se_GetDataLakeDatasetCommand");
|
|
523
|
+
var se_ListDataIntegrationFlowsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
524
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
525
|
+
const headers = {};
|
|
526
|
+
b.bp("/api/data-integration/instance/{instanceId}/data-integration-flows");
|
|
527
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
528
|
+
const query = (0, import_smithy_client.map)({
|
|
529
|
+
[_nT]: [, input[_nT]],
|
|
530
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
531
|
+
});
|
|
532
|
+
let body;
|
|
533
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
534
|
+
return b.build();
|
|
535
|
+
}, "se_ListDataIntegrationFlowsCommand");
|
|
536
|
+
var se_ListDataLakeDatasetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
537
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
538
|
+
const headers = {};
|
|
539
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets");
|
|
540
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
541
|
+
b.p("namespace", () => input.namespace, "{namespace}", false);
|
|
542
|
+
const query = (0, import_smithy_client.map)({
|
|
543
|
+
[_nT]: [, input[_nT]],
|
|
544
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
545
|
+
});
|
|
546
|
+
let body;
|
|
547
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
548
|
+
return b.build();
|
|
549
|
+
}, "se_ListDataLakeDatasetsCommand");
|
|
550
|
+
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
551
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
552
|
+
const headers = {};
|
|
553
|
+
b.bp("/api/tags/{resourceArn}");
|
|
554
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
555
|
+
let body;
|
|
556
|
+
b.m("GET").h(headers).b(body);
|
|
557
|
+
return b.build();
|
|
558
|
+
}, "se_ListTagsForResourceCommand");
|
|
393
559
|
var se_SendDataIntegrationEventCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
394
560
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
395
561
|
const headers = {
|
|
@@ -410,6 +576,71 @@ var se_SendDataIntegrationEventCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
410
576
|
b.m("POST").h(headers).b(body);
|
|
411
577
|
return b.build();
|
|
412
578
|
}, "se_SendDataIntegrationEventCommand");
|
|
579
|
+
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
580
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
581
|
+
const headers = {
|
|
582
|
+
"content-type": "application/json"
|
|
583
|
+
};
|
|
584
|
+
b.bp("/api/tags/{resourceArn}");
|
|
585
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
586
|
+
let body;
|
|
587
|
+
body = JSON.stringify(
|
|
588
|
+
(0, import_smithy_client.take)(input, {
|
|
589
|
+
tags: (_) => (0, import_smithy_client._json)(_)
|
|
590
|
+
})
|
|
591
|
+
);
|
|
592
|
+
b.m("POST").h(headers).b(body);
|
|
593
|
+
return b.build();
|
|
594
|
+
}, "se_TagResourceCommand");
|
|
595
|
+
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
596
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
597
|
+
const headers = {};
|
|
598
|
+
b.bp("/api/tags/{resourceArn}");
|
|
599
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
600
|
+
const query = (0, import_smithy_client.map)({
|
|
601
|
+
[_tK]: [(0, import_smithy_client.expectNonNull)(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []]
|
|
602
|
+
});
|
|
603
|
+
let body;
|
|
604
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
605
|
+
return b.build();
|
|
606
|
+
}, "se_UntagResourceCommand");
|
|
607
|
+
var se_UpdateDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
608
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
609
|
+
const headers = {
|
|
610
|
+
"content-type": "application/json"
|
|
611
|
+
};
|
|
612
|
+
b.bp("/api/data-integration/instance/{instanceId}/data-integration-flows/{name}");
|
|
613
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
614
|
+
b.p("name", () => input.name, "{name}", false);
|
|
615
|
+
let body;
|
|
616
|
+
body = JSON.stringify(
|
|
617
|
+
(0, import_smithy_client.take)(input, {
|
|
618
|
+
sources: (_) => (0, import_smithy_client._json)(_),
|
|
619
|
+
target: (_) => (0, import_smithy_client._json)(_),
|
|
620
|
+
transformation: (_) => (0, import_smithy_client._json)(_)
|
|
621
|
+
})
|
|
622
|
+
);
|
|
623
|
+
b.m("PATCH").h(headers).b(body);
|
|
624
|
+
return b.build();
|
|
625
|
+
}, "se_UpdateDataIntegrationFlowCommand");
|
|
626
|
+
var se_UpdateDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
627
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
628
|
+
const headers = {
|
|
629
|
+
"content-type": "application/json"
|
|
630
|
+
};
|
|
631
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}");
|
|
632
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
633
|
+
b.p("namespace", () => input.namespace, "{namespace}", false);
|
|
634
|
+
b.p("name", () => input.name, "{name}", false);
|
|
635
|
+
let body;
|
|
636
|
+
body = JSON.stringify(
|
|
637
|
+
(0, import_smithy_client.take)(input, {
|
|
638
|
+
description: []
|
|
639
|
+
})
|
|
640
|
+
);
|
|
641
|
+
b.m("PATCH").h(headers).b(body);
|
|
642
|
+
return b.build();
|
|
643
|
+
}, "se_UpdateDataLakeDatasetCommand");
|
|
413
644
|
var de_CreateBillOfMaterialsImportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
414
645
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
415
646
|
return de_CommandError(output, context);
|
|
@@ -424,6 +655,66 @@ var de_CreateBillOfMaterialsImportJobCommand = /* @__PURE__ */ __name(async (out
|
|
|
424
655
|
Object.assign(contents, doc);
|
|
425
656
|
return contents;
|
|
426
657
|
}, "de_CreateBillOfMaterialsImportJobCommand");
|
|
658
|
+
var de_CreateDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
659
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
660
|
+
return de_CommandError(output, context);
|
|
661
|
+
}
|
|
662
|
+
const contents = (0, import_smithy_client.map)({
|
|
663
|
+
$metadata: deserializeMetadata(output)
|
|
664
|
+
});
|
|
665
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
666
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
667
|
+
instanceId: import_smithy_client.expectString,
|
|
668
|
+
name: import_smithy_client.expectString
|
|
669
|
+
});
|
|
670
|
+
Object.assign(contents, doc);
|
|
671
|
+
return contents;
|
|
672
|
+
}, "de_CreateDataIntegrationFlowCommand");
|
|
673
|
+
var de_CreateDataLakeDatasetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
674
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
675
|
+
return de_CommandError(output, context);
|
|
676
|
+
}
|
|
677
|
+
const contents = (0, import_smithy_client.map)({
|
|
678
|
+
$metadata: deserializeMetadata(output)
|
|
679
|
+
});
|
|
680
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
681
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
682
|
+
dataset: (_) => de_DataLakeDataset(_, context)
|
|
683
|
+
});
|
|
684
|
+
Object.assign(contents, doc);
|
|
685
|
+
return contents;
|
|
686
|
+
}, "de_CreateDataLakeDatasetCommand");
|
|
687
|
+
var de_DeleteDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
688
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
689
|
+
return de_CommandError(output, context);
|
|
690
|
+
}
|
|
691
|
+
const contents = (0, import_smithy_client.map)({
|
|
692
|
+
$metadata: deserializeMetadata(output)
|
|
693
|
+
});
|
|
694
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
695
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
696
|
+
instanceId: import_smithy_client.expectString,
|
|
697
|
+
name: import_smithy_client.expectString
|
|
698
|
+
});
|
|
699
|
+
Object.assign(contents, doc);
|
|
700
|
+
return contents;
|
|
701
|
+
}, "de_DeleteDataIntegrationFlowCommand");
|
|
702
|
+
var de_DeleteDataLakeDatasetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
703
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
704
|
+
return de_CommandError(output, context);
|
|
705
|
+
}
|
|
706
|
+
const contents = (0, import_smithy_client.map)({
|
|
707
|
+
$metadata: deserializeMetadata(output)
|
|
708
|
+
});
|
|
709
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
710
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
711
|
+
instanceId: import_smithy_client.expectString,
|
|
712
|
+
name: import_smithy_client.expectString,
|
|
713
|
+
namespace: import_smithy_client.expectString
|
|
714
|
+
});
|
|
715
|
+
Object.assign(contents, doc);
|
|
716
|
+
return contents;
|
|
717
|
+
}, "de_DeleteDataLakeDatasetCommand");
|
|
427
718
|
var de_GetBillOfMaterialsImportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
428
719
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
429
720
|
return de_CommandError(output, context);
|
|
@@ -438,6 +729,78 @@ var de_GetBillOfMaterialsImportJobCommand = /* @__PURE__ */ __name(async (output
|
|
|
438
729
|
Object.assign(contents, doc);
|
|
439
730
|
return contents;
|
|
440
731
|
}, "de_GetBillOfMaterialsImportJobCommand");
|
|
732
|
+
var de_GetDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
733
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
734
|
+
return de_CommandError(output, context);
|
|
735
|
+
}
|
|
736
|
+
const contents = (0, import_smithy_client.map)({
|
|
737
|
+
$metadata: deserializeMetadata(output)
|
|
738
|
+
});
|
|
739
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
740
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
741
|
+
flow: (_) => de_DataIntegrationFlow(_, context)
|
|
742
|
+
});
|
|
743
|
+
Object.assign(contents, doc);
|
|
744
|
+
return contents;
|
|
745
|
+
}, "de_GetDataIntegrationFlowCommand");
|
|
746
|
+
var de_GetDataLakeDatasetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
747
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
748
|
+
return de_CommandError(output, context);
|
|
749
|
+
}
|
|
750
|
+
const contents = (0, import_smithy_client.map)({
|
|
751
|
+
$metadata: deserializeMetadata(output)
|
|
752
|
+
});
|
|
753
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
754
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
755
|
+
dataset: (_) => de_DataLakeDataset(_, context)
|
|
756
|
+
});
|
|
757
|
+
Object.assign(contents, doc);
|
|
758
|
+
return contents;
|
|
759
|
+
}, "de_GetDataLakeDatasetCommand");
|
|
760
|
+
var de_ListDataIntegrationFlowsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
761
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
762
|
+
return de_CommandError(output, context);
|
|
763
|
+
}
|
|
764
|
+
const contents = (0, import_smithy_client.map)({
|
|
765
|
+
$metadata: deserializeMetadata(output)
|
|
766
|
+
});
|
|
767
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
768
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
769
|
+
flows: (_) => de_DataIntegrationFlowList(_, context),
|
|
770
|
+
nextToken: import_smithy_client.expectString
|
|
771
|
+
});
|
|
772
|
+
Object.assign(contents, doc);
|
|
773
|
+
return contents;
|
|
774
|
+
}, "de_ListDataIntegrationFlowsCommand");
|
|
775
|
+
var de_ListDataLakeDatasetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
776
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
777
|
+
return de_CommandError(output, context);
|
|
778
|
+
}
|
|
779
|
+
const contents = (0, import_smithy_client.map)({
|
|
780
|
+
$metadata: deserializeMetadata(output)
|
|
781
|
+
});
|
|
782
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
783
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
784
|
+
datasets: (_) => de_DataLakeDatasetList(_, context),
|
|
785
|
+
nextToken: import_smithy_client.expectString
|
|
786
|
+
});
|
|
787
|
+
Object.assign(contents, doc);
|
|
788
|
+
return contents;
|
|
789
|
+
}, "de_ListDataLakeDatasetsCommand");
|
|
790
|
+
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
791
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
792
|
+
return de_CommandError(output, context);
|
|
793
|
+
}
|
|
794
|
+
const contents = (0, import_smithy_client.map)({
|
|
795
|
+
$metadata: deserializeMetadata(output)
|
|
796
|
+
});
|
|
797
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
798
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
799
|
+
tags: import_smithy_client._json
|
|
800
|
+
});
|
|
801
|
+
Object.assign(contents, doc);
|
|
802
|
+
return contents;
|
|
803
|
+
}, "de_ListTagsForResourceCommand");
|
|
441
804
|
var de_SendDataIntegrationEventCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
442
805
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
443
806
|
return de_CommandError(output, context);
|
|
@@ -452,6 +815,54 @@ var de_SendDataIntegrationEventCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
452
815
|
Object.assign(contents, doc);
|
|
453
816
|
return contents;
|
|
454
817
|
}, "de_SendDataIntegrationEventCommand");
|
|
818
|
+
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
819
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
820
|
+
return de_CommandError(output, context);
|
|
821
|
+
}
|
|
822
|
+
const contents = (0, import_smithy_client.map)({
|
|
823
|
+
$metadata: deserializeMetadata(output)
|
|
824
|
+
});
|
|
825
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
826
|
+
return contents;
|
|
827
|
+
}, "de_TagResourceCommand");
|
|
828
|
+
var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
829
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
830
|
+
return de_CommandError(output, context);
|
|
831
|
+
}
|
|
832
|
+
const contents = (0, import_smithy_client.map)({
|
|
833
|
+
$metadata: deserializeMetadata(output)
|
|
834
|
+
});
|
|
835
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
836
|
+
return contents;
|
|
837
|
+
}, "de_UntagResourceCommand");
|
|
838
|
+
var de_UpdateDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
839
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
840
|
+
return de_CommandError(output, context);
|
|
841
|
+
}
|
|
842
|
+
const contents = (0, import_smithy_client.map)({
|
|
843
|
+
$metadata: deserializeMetadata(output)
|
|
844
|
+
});
|
|
845
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
846
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
847
|
+
flow: (_) => de_DataIntegrationFlow(_, context)
|
|
848
|
+
});
|
|
849
|
+
Object.assign(contents, doc);
|
|
850
|
+
return contents;
|
|
851
|
+
}, "de_UpdateDataIntegrationFlowCommand");
|
|
852
|
+
var de_UpdateDataLakeDatasetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
853
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
854
|
+
return de_CommandError(output, context);
|
|
855
|
+
}
|
|
856
|
+
const contents = (0, import_smithy_client.map)({
|
|
857
|
+
$metadata: deserializeMetadata(output)
|
|
858
|
+
});
|
|
859
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
860
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
861
|
+
dataset: (_) => de_DataLakeDataset(_, context)
|
|
862
|
+
});
|
|
863
|
+
Object.assign(contents, doc);
|
|
864
|
+
return contents;
|
|
865
|
+
}, "de_UpdateDataLakeDatasetCommand");
|
|
455
866
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
456
867
|
const parsedOutput = {
|
|
457
868
|
...output,
|
|
@@ -581,12 +992,50 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
581
992
|
});
|
|
582
993
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
583
994
|
}, "de_ValidationExceptionRes");
|
|
995
|
+
var de_DataIntegrationFlow = /* @__PURE__ */ __name((output, context) => {
|
|
996
|
+
return (0, import_smithy_client.take)(output, {
|
|
997
|
+
createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
998
|
+
instanceId: import_smithy_client.expectString,
|
|
999
|
+
lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1000
|
+
name: import_smithy_client.expectString,
|
|
1001
|
+
sources: import_smithy_client._json,
|
|
1002
|
+
target: import_smithy_client._json,
|
|
1003
|
+
transformation: import_smithy_client._json
|
|
1004
|
+
});
|
|
1005
|
+
}, "de_DataIntegrationFlow");
|
|
1006
|
+
var de_DataIntegrationFlowList = /* @__PURE__ */ __name((output, context) => {
|
|
1007
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1008
|
+
return de_DataIntegrationFlow(entry, context);
|
|
1009
|
+
});
|
|
1010
|
+
return retVal;
|
|
1011
|
+
}, "de_DataIntegrationFlowList");
|
|
1012
|
+
var de_DataLakeDataset = /* @__PURE__ */ __name((output, context) => {
|
|
1013
|
+
return (0, import_smithy_client.take)(output, {
|
|
1014
|
+
arn: import_smithy_client.expectString,
|
|
1015
|
+
createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1016
|
+
description: import_smithy_client.expectString,
|
|
1017
|
+
instanceId: import_smithy_client.expectString,
|
|
1018
|
+
lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1019
|
+
name: import_smithy_client.expectString,
|
|
1020
|
+
namespace: import_smithy_client.expectString,
|
|
1021
|
+
schema: import_smithy_client._json
|
|
1022
|
+
});
|
|
1023
|
+
}, "de_DataLakeDataset");
|
|
1024
|
+
var de_DataLakeDatasetList = /* @__PURE__ */ __name((output, context) => {
|
|
1025
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1026
|
+
return de_DataLakeDataset(entry, context);
|
|
1027
|
+
});
|
|
1028
|
+
return retVal;
|
|
1029
|
+
}, "de_DataLakeDatasetList");
|
|
584
1030
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
585
1031
|
httpStatusCode: output.statusCode,
|
|
586
1032
|
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
587
1033
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
588
1034
|
cfId: output.headers["x-amz-cf-id"]
|
|
589
1035
|
}), "deserializeMetadata");
|
|
1036
|
+
var _mR = "maxResults";
|
|
1037
|
+
var _nT = "nextToken";
|
|
1038
|
+
var _tK = "tagKeys";
|
|
590
1039
|
|
|
591
1040
|
// src/commands/CreateBillOfMaterialsImportJobCommand.ts
|
|
592
1041
|
var _CreateBillOfMaterialsImportJobCommand = class _CreateBillOfMaterialsImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -599,6 +1048,62 @@ var _CreateBillOfMaterialsImportJobCommand = class _CreateBillOfMaterialsImportJ
|
|
|
599
1048
|
__name(_CreateBillOfMaterialsImportJobCommand, "CreateBillOfMaterialsImportJobCommand");
|
|
600
1049
|
var CreateBillOfMaterialsImportJobCommand = _CreateBillOfMaterialsImportJobCommand;
|
|
601
1050
|
|
|
1051
|
+
// src/commands/CreateDataIntegrationFlowCommand.ts
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
var _CreateDataIntegrationFlowCommand = class _CreateDataIntegrationFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1056
|
+
return [
|
|
1057
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1058
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1059
|
+
];
|
|
1060
|
+
}).s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {}).n("SupplyChainClient", "CreateDataIntegrationFlowCommand").f(void 0, void 0).ser(se_CreateDataIntegrationFlowCommand).de(de_CreateDataIntegrationFlowCommand).build() {
|
|
1061
|
+
};
|
|
1062
|
+
__name(_CreateDataIntegrationFlowCommand, "CreateDataIntegrationFlowCommand");
|
|
1063
|
+
var CreateDataIntegrationFlowCommand = _CreateDataIntegrationFlowCommand;
|
|
1064
|
+
|
|
1065
|
+
// src/commands/CreateDataLakeDatasetCommand.ts
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
var _CreateDataLakeDatasetCommand = class _CreateDataLakeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1070
|
+
return [
|
|
1071
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1072
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1073
|
+
];
|
|
1074
|
+
}).s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {}).n("SupplyChainClient", "CreateDataLakeDatasetCommand").f(void 0, void 0).ser(se_CreateDataLakeDatasetCommand).de(de_CreateDataLakeDatasetCommand).build() {
|
|
1075
|
+
};
|
|
1076
|
+
__name(_CreateDataLakeDatasetCommand, "CreateDataLakeDatasetCommand");
|
|
1077
|
+
var CreateDataLakeDatasetCommand = _CreateDataLakeDatasetCommand;
|
|
1078
|
+
|
|
1079
|
+
// src/commands/DeleteDataIntegrationFlowCommand.ts
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
var _DeleteDataIntegrationFlowCommand = class _DeleteDataIntegrationFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1084
|
+
return [
|
|
1085
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1086
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1087
|
+
];
|
|
1088
|
+
}).s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {}).n("SupplyChainClient", "DeleteDataIntegrationFlowCommand").f(void 0, void 0).ser(se_DeleteDataIntegrationFlowCommand).de(de_DeleteDataIntegrationFlowCommand).build() {
|
|
1089
|
+
};
|
|
1090
|
+
__name(_DeleteDataIntegrationFlowCommand, "DeleteDataIntegrationFlowCommand");
|
|
1091
|
+
var DeleteDataIntegrationFlowCommand = _DeleteDataIntegrationFlowCommand;
|
|
1092
|
+
|
|
1093
|
+
// src/commands/DeleteDataLakeDatasetCommand.ts
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
var _DeleteDataLakeDatasetCommand = class _DeleteDataLakeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1098
|
+
return [
|
|
1099
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1100
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1101
|
+
];
|
|
1102
|
+
}).s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {}).n("SupplyChainClient", "DeleteDataLakeDatasetCommand").f(void 0, void 0).ser(se_DeleteDataLakeDatasetCommand).de(de_DeleteDataLakeDatasetCommand).build() {
|
|
1103
|
+
};
|
|
1104
|
+
__name(_DeleteDataLakeDatasetCommand, "DeleteDataLakeDatasetCommand");
|
|
1105
|
+
var DeleteDataLakeDatasetCommand = _DeleteDataLakeDatasetCommand;
|
|
1106
|
+
|
|
602
1107
|
// src/commands/GetBillOfMaterialsImportJobCommand.ts
|
|
603
1108
|
|
|
604
1109
|
|
|
@@ -613,6 +1118,76 @@ var _GetBillOfMaterialsImportJobCommand = class _GetBillOfMaterialsImportJobComm
|
|
|
613
1118
|
__name(_GetBillOfMaterialsImportJobCommand, "GetBillOfMaterialsImportJobCommand");
|
|
614
1119
|
var GetBillOfMaterialsImportJobCommand = _GetBillOfMaterialsImportJobCommand;
|
|
615
1120
|
|
|
1121
|
+
// src/commands/GetDataIntegrationFlowCommand.ts
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
var _GetDataIntegrationFlowCommand = class _GetDataIntegrationFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1126
|
+
return [
|
|
1127
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1128
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1129
|
+
];
|
|
1130
|
+
}).s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {}).n("SupplyChainClient", "GetDataIntegrationFlowCommand").f(void 0, void 0).ser(se_GetDataIntegrationFlowCommand).de(de_GetDataIntegrationFlowCommand).build() {
|
|
1131
|
+
};
|
|
1132
|
+
__name(_GetDataIntegrationFlowCommand, "GetDataIntegrationFlowCommand");
|
|
1133
|
+
var GetDataIntegrationFlowCommand = _GetDataIntegrationFlowCommand;
|
|
1134
|
+
|
|
1135
|
+
// src/commands/GetDataLakeDatasetCommand.ts
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
var _GetDataLakeDatasetCommand = class _GetDataLakeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1140
|
+
return [
|
|
1141
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1142
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1143
|
+
];
|
|
1144
|
+
}).s("GalaxyPublicAPIGateway", "GetDataLakeDataset", {}).n("SupplyChainClient", "GetDataLakeDatasetCommand").f(void 0, void 0).ser(se_GetDataLakeDatasetCommand).de(de_GetDataLakeDatasetCommand).build() {
|
|
1145
|
+
};
|
|
1146
|
+
__name(_GetDataLakeDatasetCommand, "GetDataLakeDatasetCommand");
|
|
1147
|
+
var GetDataLakeDatasetCommand = _GetDataLakeDatasetCommand;
|
|
1148
|
+
|
|
1149
|
+
// src/commands/ListDataIntegrationFlowsCommand.ts
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
var _ListDataIntegrationFlowsCommand = class _ListDataIntegrationFlowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1154
|
+
return [
|
|
1155
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1156
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1157
|
+
];
|
|
1158
|
+
}).s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {}).n("SupplyChainClient", "ListDataIntegrationFlowsCommand").f(void 0, void 0).ser(se_ListDataIntegrationFlowsCommand).de(de_ListDataIntegrationFlowsCommand).build() {
|
|
1159
|
+
};
|
|
1160
|
+
__name(_ListDataIntegrationFlowsCommand, "ListDataIntegrationFlowsCommand");
|
|
1161
|
+
var ListDataIntegrationFlowsCommand = _ListDataIntegrationFlowsCommand;
|
|
1162
|
+
|
|
1163
|
+
// src/commands/ListDataLakeDatasetsCommand.ts
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
var _ListDataLakeDatasetsCommand = class _ListDataLakeDatasetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1168
|
+
return [
|
|
1169
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1170
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1171
|
+
];
|
|
1172
|
+
}).s("GalaxyPublicAPIGateway", "ListDataLakeDatasets", {}).n("SupplyChainClient", "ListDataLakeDatasetsCommand").f(void 0, void 0).ser(se_ListDataLakeDatasetsCommand).de(de_ListDataLakeDatasetsCommand).build() {
|
|
1173
|
+
};
|
|
1174
|
+
__name(_ListDataLakeDatasetsCommand, "ListDataLakeDatasetsCommand");
|
|
1175
|
+
var ListDataLakeDatasetsCommand = _ListDataLakeDatasetsCommand;
|
|
1176
|
+
|
|
1177
|
+
// src/commands/ListTagsForResourceCommand.ts
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1182
|
+
return [
|
|
1183
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1184
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1185
|
+
];
|
|
1186
|
+
}).s("GalaxyPublicAPIGateway", "ListTagsForResource", {}).n("SupplyChainClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
1187
|
+
};
|
|
1188
|
+
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
1189
|
+
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
1190
|
+
|
|
616
1191
|
// src/commands/SendDataIntegrationEventCommand.ts
|
|
617
1192
|
|
|
618
1193
|
|
|
@@ -627,17 +1202,94 @@ var _SendDataIntegrationEventCommand = class _SendDataIntegrationEventCommand ex
|
|
|
627
1202
|
__name(_SendDataIntegrationEventCommand, "SendDataIntegrationEventCommand");
|
|
628
1203
|
var SendDataIntegrationEventCommand = _SendDataIntegrationEventCommand;
|
|
629
1204
|
|
|
1205
|
+
// src/commands/TagResourceCommand.ts
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1210
|
+
return [
|
|
1211
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1212
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1213
|
+
];
|
|
1214
|
+
}).s("GalaxyPublicAPIGateway", "TagResource", {}).n("SupplyChainClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
1215
|
+
};
|
|
1216
|
+
__name(_TagResourceCommand, "TagResourceCommand");
|
|
1217
|
+
var TagResourceCommand = _TagResourceCommand;
|
|
1218
|
+
|
|
1219
|
+
// src/commands/UntagResourceCommand.ts
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1224
|
+
return [
|
|
1225
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1226
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1227
|
+
];
|
|
1228
|
+
}).s("GalaxyPublicAPIGateway", "UntagResource", {}).n("SupplyChainClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
1229
|
+
};
|
|
1230
|
+
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
1231
|
+
var UntagResourceCommand = _UntagResourceCommand;
|
|
1232
|
+
|
|
1233
|
+
// src/commands/UpdateDataIntegrationFlowCommand.ts
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
var _UpdateDataIntegrationFlowCommand = class _UpdateDataIntegrationFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1238
|
+
return [
|
|
1239
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1240
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1241
|
+
];
|
|
1242
|
+
}).s("GalaxyPublicAPIGateway", "UpdateDataIntegrationFlow", {}).n("SupplyChainClient", "UpdateDataIntegrationFlowCommand").f(void 0, void 0).ser(se_UpdateDataIntegrationFlowCommand).de(de_UpdateDataIntegrationFlowCommand).build() {
|
|
1243
|
+
};
|
|
1244
|
+
__name(_UpdateDataIntegrationFlowCommand, "UpdateDataIntegrationFlowCommand");
|
|
1245
|
+
var UpdateDataIntegrationFlowCommand = _UpdateDataIntegrationFlowCommand;
|
|
1246
|
+
|
|
1247
|
+
// src/commands/UpdateDataLakeDatasetCommand.ts
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
var _UpdateDataLakeDatasetCommand = class _UpdateDataLakeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1252
|
+
return [
|
|
1253
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1254
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1255
|
+
];
|
|
1256
|
+
}).s("GalaxyPublicAPIGateway", "UpdateDataLakeDataset", {}).n("SupplyChainClient", "UpdateDataLakeDatasetCommand").f(void 0, void 0).ser(se_UpdateDataLakeDatasetCommand).de(de_UpdateDataLakeDatasetCommand).build() {
|
|
1257
|
+
};
|
|
1258
|
+
__name(_UpdateDataLakeDatasetCommand, "UpdateDataLakeDatasetCommand");
|
|
1259
|
+
var UpdateDataLakeDatasetCommand = _UpdateDataLakeDatasetCommand;
|
|
1260
|
+
|
|
630
1261
|
// src/SupplyChain.ts
|
|
631
1262
|
var commands = {
|
|
632
1263
|
CreateBillOfMaterialsImportJobCommand,
|
|
1264
|
+
CreateDataIntegrationFlowCommand,
|
|
1265
|
+
CreateDataLakeDatasetCommand,
|
|
1266
|
+
DeleteDataIntegrationFlowCommand,
|
|
1267
|
+
DeleteDataLakeDatasetCommand,
|
|
633
1268
|
GetBillOfMaterialsImportJobCommand,
|
|
634
|
-
|
|
1269
|
+
GetDataIntegrationFlowCommand,
|
|
1270
|
+
GetDataLakeDatasetCommand,
|
|
1271
|
+
ListDataIntegrationFlowsCommand,
|
|
1272
|
+
ListDataLakeDatasetsCommand,
|
|
1273
|
+
ListTagsForResourceCommand,
|
|
1274
|
+
SendDataIntegrationEventCommand,
|
|
1275
|
+
TagResourceCommand,
|
|
1276
|
+
UntagResourceCommand,
|
|
1277
|
+
UpdateDataIntegrationFlowCommand,
|
|
1278
|
+
UpdateDataLakeDatasetCommand
|
|
635
1279
|
};
|
|
636
1280
|
var _SupplyChain = class _SupplyChain extends SupplyChainClient {
|
|
637
1281
|
};
|
|
638
1282
|
__name(_SupplyChain, "SupplyChain");
|
|
639
1283
|
var SupplyChain = _SupplyChain;
|
|
640
1284
|
(0, import_smithy_client.createAggregatedClient)(commands, SupplyChain);
|
|
1285
|
+
|
|
1286
|
+
// src/pagination/ListDataIntegrationFlowsPaginator.ts
|
|
1287
|
+
|
|
1288
|
+
var paginateListDataIntegrationFlows = (0, import_core.createPaginator)(SupplyChainClient, ListDataIntegrationFlowsCommand, "nextToken", "nextToken", "maxResults");
|
|
1289
|
+
|
|
1290
|
+
// src/pagination/ListDataLakeDatasetsPaginator.ts
|
|
1291
|
+
|
|
1292
|
+
var paginateListDataLakeDatasets = (0, import_core.createPaginator)(SupplyChainClient, ListDataLakeDatasetsCommand, "nextToken", "nextToken", "maxResults");
|
|
641
1293
|
// Annotate the CommonJS export names for ESM import in node:
|
|
642
1294
|
|
|
643
1295
|
0 && (module.exports = {
|
|
@@ -647,8 +1299,23 @@ var SupplyChain = _SupplyChain;
|
|
|
647
1299
|
SupplyChain,
|
|
648
1300
|
$Command,
|
|
649
1301
|
CreateBillOfMaterialsImportJobCommand,
|
|
1302
|
+
CreateDataIntegrationFlowCommand,
|
|
1303
|
+
CreateDataLakeDatasetCommand,
|
|
1304
|
+
DeleteDataIntegrationFlowCommand,
|
|
1305
|
+
DeleteDataLakeDatasetCommand,
|
|
650
1306
|
GetBillOfMaterialsImportJobCommand,
|
|
1307
|
+
GetDataIntegrationFlowCommand,
|
|
1308
|
+
GetDataLakeDatasetCommand,
|
|
1309
|
+
ListDataIntegrationFlowsCommand,
|
|
1310
|
+
ListDataLakeDatasetsCommand,
|
|
1311
|
+
ListTagsForResourceCommand,
|
|
651
1312
|
SendDataIntegrationEventCommand,
|
|
1313
|
+
TagResourceCommand,
|
|
1314
|
+
UntagResourceCommand,
|
|
1315
|
+
UpdateDataIntegrationFlowCommand,
|
|
1316
|
+
UpdateDataLakeDatasetCommand,
|
|
1317
|
+
paginateListDataIntegrationFlows,
|
|
1318
|
+
paginateListDataLakeDatasets,
|
|
652
1319
|
AccessDeniedException,
|
|
653
1320
|
ConfigurationJobStatus,
|
|
654
1321
|
ConflictException,
|
|
@@ -657,6 +1324,12 @@ var SupplyChain = _SupplyChain;
|
|
|
657
1324
|
ServiceQuotaExceededException,
|
|
658
1325
|
ThrottlingException,
|
|
659
1326
|
ValidationException,
|
|
1327
|
+
DataIntegrationFlowLoadType,
|
|
1328
|
+
DataIntegrationFlowFileType,
|
|
1329
|
+
DataIntegrationFlowSourceType,
|
|
1330
|
+
DataIntegrationFlowTargetType,
|
|
1331
|
+
DataIntegrationFlowTransformationType,
|
|
1332
|
+
DataLakeDatasetSchemaFieldType,
|
|
660
1333
|
DataIntegrationEventType,
|
|
661
1334
|
SendDataIntegrationEventRequestFilterSensitiveLog
|
|
662
1335
|
});
|