@aws-sdk/client-supplychain 3.806.0 → 3.810.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 +72 -0
- package/dist-cjs/index.js +585 -4
- package/dist-es/SupplyChain.js +18 -0
- package/dist-es/commands/CreateDataIntegrationFlowCommand.js +2 -1
- package/dist-es/commands/CreateDataLakeNamespaceCommand.js +22 -0
- package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +22 -0
- package/dist-es/commands/GetDataIntegrationEventCommand.js +22 -0
- package/dist-es/commands/GetDataIntegrationFlowCommand.js +2 -1
- package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +22 -0
- package/dist-es/commands/GetDataLakeNamespaceCommand.js +22 -0
- package/dist-es/commands/ListDataIntegrationEventsCommand.js +22 -0
- package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +22 -0
- package/dist-es/commands/ListDataIntegrationFlowsCommand.js +2 -1
- package/dist-es/commands/ListDataLakeNamespacesCommand.js +22 -0
- package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +2 -1
- package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +22 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +71 -0
- package/dist-es/pagination/ListDataIntegrationEventsPaginator.js +4 -0
- package/dist-es/pagination/ListDataIntegrationFlowExecutionsPaginator.js +4 -0
- package/dist-es/pagination/ListDataLakeNamespacesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +304 -0
- package/dist-types/SupplyChain.d.ts +63 -0
- package/dist-types/SupplyChainClient.d.ts +11 -2
- package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +38 -1
- package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +89 -7
- package/dist-types/commands/CreateDataLakeNamespaceCommand.d.ts +133 -0
- package/dist-types/commands/DeleteDataLakeNamespaceCommand.d.ts +112 -0
- package/dist-types/commands/GetDataIntegrationEventCommand.d.ts +137 -0
- package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +22 -0
- package/dist-types/commands/GetDataIntegrationFlowExecutionCommand.d.ts +177 -0
- package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +43 -2
- package/dist-types/commands/GetDataLakeNamespaceCommand.d.ts +146 -0
- package/dist-types/commands/ListDataIntegrationEventsCommand.d.ts +143 -0
- package/dist-types/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +152 -0
- package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +38 -1
- package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +43 -2
- package/dist-types/commands/ListDataLakeNamespacesCommand.d.ts +161 -0
- package/dist-types/commands/SendDataIntegrationEventCommand.d.ts +29 -2
- package/dist-types/commands/UpdateDataIntegrationFlowCommand.d.ts +76 -2
- package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +43 -2
- package/dist-types/commands/UpdateDataLakeNamespaceCommand.d.ts +126 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +938 -34
- package/dist-types/pagination/ListDataIntegrationEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataIntegrationFlowExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataLakeNamespacesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/SupplyChain.d.ts +159 -0
- package/dist-types/ts3.4/SupplyChainClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateDataLakeNamespaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataLakeNamespaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataIntegrationEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataIntegrationFlowExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataLakeNamespaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataIntegrationEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataLakeNamespacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataLakeNamespaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +237 -6
- package/dist-types/ts3.4/pagination/ListDataIntegrationEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataIntegrationFlowExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataLakeNamespacesPaginator.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 +108 -0
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -26,26 +26,46 @@ __export(index_exports, {
|
|
|
26
26
|
ConflictException: () => ConflictException,
|
|
27
27
|
CreateBillOfMaterialsImportJobCommand: () => CreateBillOfMaterialsImportJobCommand,
|
|
28
28
|
CreateDataIntegrationFlowCommand: () => CreateDataIntegrationFlowCommand,
|
|
29
|
+
CreateDataIntegrationFlowRequestFilterSensitiveLog: () => CreateDataIntegrationFlowRequestFilterSensitiveLog,
|
|
29
30
|
CreateDataLakeDatasetCommand: () => CreateDataLakeDatasetCommand,
|
|
31
|
+
CreateDataLakeNamespaceCommand: () => CreateDataLakeNamespaceCommand,
|
|
30
32
|
CreateInstanceCommand: () => CreateInstanceCommand,
|
|
33
|
+
DataIntegrationEventDatasetLoadStatus: () => DataIntegrationEventDatasetLoadStatus,
|
|
34
|
+
DataIntegrationEventDatasetOperationType: () => DataIntegrationEventDatasetOperationType,
|
|
31
35
|
DataIntegrationEventType: () => DataIntegrationEventType,
|
|
36
|
+
DataIntegrationFlowDedupeStrategyType: () => DataIntegrationFlowDedupeStrategyType,
|
|
37
|
+
DataIntegrationFlowExecutionStatus: () => DataIntegrationFlowExecutionStatus,
|
|
38
|
+
DataIntegrationFlowFieldPriorityDedupeSortOrder: () => DataIntegrationFlowFieldPriorityDedupeSortOrder,
|
|
32
39
|
DataIntegrationFlowFileType: () => DataIntegrationFlowFileType,
|
|
40
|
+
DataIntegrationFlowFilterSensitiveLog: () => DataIntegrationFlowFilterSensitiveLog,
|
|
33
41
|
DataIntegrationFlowLoadType: () => DataIntegrationFlowLoadType,
|
|
42
|
+
DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog: () => DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog,
|
|
34
43
|
DataIntegrationFlowSourceType: () => DataIntegrationFlowSourceType,
|
|
35
44
|
DataIntegrationFlowTargetType: () => DataIntegrationFlowTargetType,
|
|
45
|
+
DataIntegrationFlowTransformationFilterSensitiveLog: () => DataIntegrationFlowTransformationFilterSensitiveLog,
|
|
36
46
|
DataIntegrationFlowTransformationType: () => DataIntegrationFlowTransformationType,
|
|
47
|
+
DataLakeDatasetPartitionTransformType: () => DataLakeDatasetPartitionTransformType,
|
|
37
48
|
DataLakeDatasetSchemaFieldType: () => DataLakeDatasetSchemaFieldType,
|
|
38
49
|
DeleteDataIntegrationFlowCommand: () => DeleteDataIntegrationFlowCommand,
|
|
39
50
|
DeleteDataLakeDatasetCommand: () => DeleteDataLakeDatasetCommand,
|
|
51
|
+
DeleteDataLakeNamespaceCommand: () => DeleteDataLakeNamespaceCommand,
|
|
40
52
|
DeleteInstanceCommand: () => DeleteInstanceCommand,
|
|
41
53
|
GetBillOfMaterialsImportJobCommand: () => GetBillOfMaterialsImportJobCommand,
|
|
54
|
+
GetDataIntegrationEventCommand: () => GetDataIntegrationEventCommand,
|
|
42
55
|
GetDataIntegrationFlowCommand: () => GetDataIntegrationFlowCommand,
|
|
56
|
+
GetDataIntegrationFlowExecutionCommand: () => GetDataIntegrationFlowExecutionCommand,
|
|
57
|
+
GetDataIntegrationFlowResponseFilterSensitiveLog: () => GetDataIntegrationFlowResponseFilterSensitiveLog,
|
|
43
58
|
GetDataLakeDatasetCommand: () => GetDataLakeDatasetCommand,
|
|
59
|
+
GetDataLakeNamespaceCommand: () => GetDataLakeNamespaceCommand,
|
|
44
60
|
GetInstanceCommand: () => GetInstanceCommand,
|
|
45
61
|
InstanceState: () => InstanceState,
|
|
46
62
|
InternalServerException: () => InternalServerException,
|
|
63
|
+
ListDataIntegrationEventsCommand: () => ListDataIntegrationEventsCommand,
|
|
64
|
+
ListDataIntegrationFlowExecutionsCommand: () => ListDataIntegrationFlowExecutionsCommand,
|
|
47
65
|
ListDataIntegrationFlowsCommand: () => ListDataIntegrationFlowsCommand,
|
|
66
|
+
ListDataIntegrationFlowsResponseFilterSensitiveLog: () => ListDataIntegrationFlowsResponseFilterSensitiveLog,
|
|
48
67
|
ListDataLakeDatasetsCommand: () => ListDataLakeDatasetsCommand,
|
|
68
|
+
ListDataLakeNamespacesCommand: () => ListDataLakeNamespacesCommand,
|
|
49
69
|
ListInstancesCommand: () => ListInstancesCommand,
|
|
50
70
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
51
71
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
@@ -59,12 +79,18 @@ __export(index_exports, {
|
|
|
59
79
|
ThrottlingException: () => ThrottlingException,
|
|
60
80
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
61
81
|
UpdateDataIntegrationFlowCommand: () => UpdateDataIntegrationFlowCommand,
|
|
82
|
+
UpdateDataIntegrationFlowRequestFilterSensitiveLog: () => UpdateDataIntegrationFlowRequestFilterSensitiveLog,
|
|
83
|
+
UpdateDataIntegrationFlowResponseFilterSensitiveLog: () => UpdateDataIntegrationFlowResponseFilterSensitiveLog,
|
|
62
84
|
UpdateDataLakeDatasetCommand: () => UpdateDataLakeDatasetCommand,
|
|
85
|
+
UpdateDataLakeNamespaceCommand: () => UpdateDataLakeNamespaceCommand,
|
|
63
86
|
UpdateInstanceCommand: () => UpdateInstanceCommand,
|
|
64
87
|
ValidationException: () => ValidationException,
|
|
65
88
|
__Client: () => import_smithy_client.Client,
|
|
89
|
+
paginateListDataIntegrationEvents: () => paginateListDataIntegrationEvents,
|
|
90
|
+
paginateListDataIntegrationFlowExecutions: () => paginateListDataIntegrationFlowExecutions,
|
|
66
91
|
paginateListDataIntegrationFlows: () => paginateListDataIntegrationFlows,
|
|
67
92
|
paginateListDataLakeDatasets: () => paginateListDataLakeDatasets,
|
|
93
|
+
paginateListDataLakeNamespaces: () => paginateListDataLakeNamespaces,
|
|
68
94
|
paginateListInstances: () => paginateListInstances
|
|
69
95
|
});
|
|
70
96
|
module.exports = __toCommonJS(index_exports);
|
|
@@ -380,6 +406,13 @@ var ValidationException = class _ValidationException extends SupplyChainServiceE
|
|
|
380
406
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
381
407
|
}
|
|
382
408
|
};
|
|
409
|
+
var DataIntegrationFlowFieldPriorityDedupeSortOrder = {
|
|
410
|
+
ASC: "ASC",
|
|
411
|
+
DESC: "DESC"
|
|
412
|
+
};
|
|
413
|
+
var DataIntegrationFlowDedupeStrategyType = {
|
|
414
|
+
FIELD_PRIORITY: "FIELD_PRIORITY"
|
|
415
|
+
};
|
|
383
416
|
var DataIntegrationFlowLoadType = {
|
|
384
417
|
INCREMENTAL: "INCREMENTAL",
|
|
385
418
|
REPLACE: "REPLACE"
|
|
@@ -401,9 +434,17 @@ var DataIntegrationFlowTransformationType = {
|
|
|
401
434
|
NONE: "NONE",
|
|
402
435
|
SQL: "SQL"
|
|
403
436
|
};
|
|
437
|
+
var DataLakeDatasetPartitionTransformType = {
|
|
438
|
+
DAY: "DAY",
|
|
439
|
+
HOUR: "HOUR",
|
|
440
|
+
IDENTITY: "IDENTITY",
|
|
441
|
+
MONTH: "MONTH",
|
|
442
|
+
YEAR: "YEAR"
|
|
443
|
+
};
|
|
404
444
|
var DataLakeDatasetSchemaFieldType = {
|
|
405
445
|
DOUBLE: "DOUBLE",
|
|
406
446
|
INT: "INT",
|
|
447
|
+
LONG: "LONG",
|
|
407
448
|
STRING: "STRING",
|
|
408
449
|
TIMESTAMP: "TIMESTAMP"
|
|
409
450
|
};
|
|
@@ -415,7 +456,18 @@ var InstanceState = {
|
|
|
415
456
|
DELETING: "Deleting",
|
|
416
457
|
INITIALIZING: "Initializing"
|
|
417
458
|
};
|
|
459
|
+
var DataIntegrationEventDatasetLoadStatus = {
|
|
460
|
+
FAILED: "FAILED",
|
|
461
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
462
|
+
SUCCEEDED: "SUCCEEDED"
|
|
463
|
+
};
|
|
464
|
+
var DataIntegrationEventDatasetOperationType = {
|
|
465
|
+
APPEND: "APPEND",
|
|
466
|
+
DELETE: "DELETE",
|
|
467
|
+
UPSERT: "UPSERT"
|
|
468
|
+
};
|
|
418
469
|
var DataIntegrationEventType = {
|
|
470
|
+
DATASET: "scn.data.dataset",
|
|
419
471
|
FORECAST: "scn.data.forecast",
|
|
420
472
|
INBOUND_ORDER: "scn.data.inboundorder",
|
|
421
473
|
INBOUND_ORDER_LINE: "scn.data.inboundorderline",
|
|
@@ -432,6 +484,51 @@ var DataIntegrationEventType = {
|
|
|
432
484
|
SHIPMENT_STOP_ORDER: "scn.data.shipmentstoporder",
|
|
433
485
|
SUPPLY_PLAN: "scn.data.supplyplan"
|
|
434
486
|
};
|
|
487
|
+
var DataIntegrationFlowExecutionStatus = {
|
|
488
|
+
FAILED: "FAILED",
|
|
489
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
490
|
+
SUCCEEDED: "SUCCEEDED"
|
|
491
|
+
};
|
|
492
|
+
var DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
...obj.query && { query: import_smithy_client.SENSITIVE_STRING }
|
|
495
|
+
}), "DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog");
|
|
496
|
+
var DataIntegrationFlowTransformationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
497
|
+
...obj,
|
|
498
|
+
...obj.sqlTransformation && {
|
|
499
|
+
sqlTransformation: DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog(obj.sqlTransformation)
|
|
500
|
+
}
|
|
501
|
+
}), "DataIntegrationFlowTransformationFilterSensitiveLog");
|
|
502
|
+
var CreateDataIntegrationFlowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
...obj.transformation && {
|
|
505
|
+
transformation: DataIntegrationFlowTransformationFilterSensitiveLog(obj.transformation)
|
|
506
|
+
}
|
|
507
|
+
}), "CreateDataIntegrationFlowRequestFilterSensitiveLog");
|
|
508
|
+
var DataIntegrationFlowFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
509
|
+
...obj,
|
|
510
|
+
...obj.transformation && {
|
|
511
|
+
transformation: DataIntegrationFlowTransformationFilterSensitiveLog(obj.transformation)
|
|
512
|
+
}
|
|
513
|
+
}), "DataIntegrationFlowFilterSensitiveLog");
|
|
514
|
+
var GetDataIntegrationFlowResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
...obj.flow && { flow: DataIntegrationFlowFilterSensitiveLog(obj.flow) }
|
|
517
|
+
}), "GetDataIntegrationFlowResponseFilterSensitiveLog");
|
|
518
|
+
var ListDataIntegrationFlowsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
...obj.flows && { flows: obj.flows.map((item) => DataIntegrationFlowFilterSensitiveLog(item)) }
|
|
521
|
+
}), "ListDataIntegrationFlowsResponseFilterSensitiveLog");
|
|
522
|
+
var UpdateDataIntegrationFlowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
523
|
+
...obj,
|
|
524
|
+
...obj.transformation && {
|
|
525
|
+
transformation: DataIntegrationFlowTransformationFilterSensitiveLog(obj.transformation)
|
|
526
|
+
}
|
|
527
|
+
}), "UpdateDataIntegrationFlowRequestFilterSensitiveLog");
|
|
528
|
+
var UpdateDataIntegrationFlowResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
529
|
+
...obj,
|
|
530
|
+
...obj.flow && { flow: DataIntegrationFlowFilterSensitiveLog(obj.flow) }
|
|
531
|
+
}), "UpdateDataIntegrationFlowResponseFilterSensitiveLog");
|
|
435
532
|
var SendDataIntegrationEventRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
436
533
|
...obj,
|
|
437
534
|
...obj.data && { data: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -488,6 +585,7 @@ var se_CreateDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
488
585
|
body = JSON.stringify(
|
|
489
586
|
(0, import_smithy_client.take)(input, {
|
|
490
587
|
description: [],
|
|
588
|
+
partitionSpec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "partitionSpec"),
|
|
491
589
|
schema: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schema"),
|
|
492
590
|
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
493
591
|
})
|
|
@@ -495,6 +593,24 @@ var se_CreateDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
495
593
|
b.m("PUT").h(headers).b(body);
|
|
496
594
|
return b.build();
|
|
497
595
|
}, "se_CreateDataLakeDatasetCommand");
|
|
596
|
+
var se_CreateDataLakeNamespaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
597
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
598
|
+
const headers = {
|
|
599
|
+
"content-type": "application/json"
|
|
600
|
+
};
|
|
601
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
602
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
603
|
+
b.p("name", () => input.name, "{name}", false);
|
|
604
|
+
let body;
|
|
605
|
+
body = JSON.stringify(
|
|
606
|
+
(0, import_smithy_client.take)(input, {
|
|
607
|
+
description: [],
|
|
608
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
609
|
+
})
|
|
610
|
+
);
|
|
611
|
+
b.m("PUT").h(headers).b(body);
|
|
612
|
+
return b.build();
|
|
613
|
+
}, "se_CreateDataLakeNamespaceCommand");
|
|
498
614
|
var se_CreateInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
499
615
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
500
616
|
const headers = {
|
|
@@ -536,6 +652,16 @@ var se_DeleteDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
536
652
|
b.m("DELETE").h(headers).b(body);
|
|
537
653
|
return b.build();
|
|
538
654
|
}, "se_DeleteDataLakeDatasetCommand");
|
|
655
|
+
var se_DeleteDataLakeNamespaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
656
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
657
|
+
const headers = {};
|
|
658
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
659
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
660
|
+
b.p("name", () => input.name, "{name}", false);
|
|
661
|
+
let body;
|
|
662
|
+
b.m("DELETE").h(headers).b(body);
|
|
663
|
+
return b.build();
|
|
664
|
+
}, "se_DeleteDataLakeNamespaceCommand");
|
|
539
665
|
var se_DeleteInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
540
666
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
541
667
|
const headers = {};
|
|
@@ -555,6 +681,16 @@ var se_GetBillOfMaterialsImportJobCommand = /* @__PURE__ */ __name(async (input,
|
|
|
555
681
|
b.m("GET").h(headers).b(body);
|
|
556
682
|
return b.build();
|
|
557
683
|
}, "se_GetBillOfMaterialsImportJobCommand");
|
|
684
|
+
var se_GetDataIntegrationEventCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
685
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
686
|
+
const headers = {};
|
|
687
|
+
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-events/{eventId}");
|
|
688
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
689
|
+
b.p("eventId", () => input.eventId, "{eventId}", false);
|
|
690
|
+
let body;
|
|
691
|
+
b.m("GET").h(headers).b(body);
|
|
692
|
+
return b.build();
|
|
693
|
+
}, "se_GetDataIntegrationEventCommand");
|
|
558
694
|
var se_GetDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
559
695
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
560
696
|
const headers = {};
|
|
@@ -565,6 +701,17 @@ var se_GetDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
565
701
|
b.m("GET").h(headers).b(body);
|
|
566
702
|
return b.build();
|
|
567
703
|
}, "se_GetDataIntegrationFlowCommand");
|
|
704
|
+
var se_GetDataIntegrationFlowExecutionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
705
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
706
|
+
const headers = {};
|
|
707
|
+
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-flows/{flowName}/executions/{executionId}");
|
|
708
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
709
|
+
b.p("flowName", () => input.flowName, "{flowName}", false);
|
|
710
|
+
b.p("executionId", () => input.executionId, "{executionId}", false);
|
|
711
|
+
let body;
|
|
712
|
+
b.m("GET").h(headers).b(body);
|
|
713
|
+
return b.build();
|
|
714
|
+
}, "se_GetDataIntegrationFlowExecutionCommand");
|
|
568
715
|
var se_GetDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
569
716
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
570
717
|
const headers = {};
|
|
@@ -576,6 +723,16 @@ var se_GetDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
576
723
|
b.m("GET").h(headers).b(body);
|
|
577
724
|
return b.build();
|
|
578
725
|
}, "se_GetDataLakeDatasetCommand");
|
|
726
|
+
var se_GetDataLakeNamespaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
727
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
728
|
+
const headers = {};
|
|
729
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
730
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
731
|
+
b.p("name", () => input.name, "{name}", false);
|
|
732
|
+
let body;
|
|
733
|
+
b.m("GET").h(headers).b(body);
|
|
734
|
+
return b.build();
|
|
735
|
+
}, "se_GetDataLakeNamespaceCommand");
|
|
579
736
|
var se_GetInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
580
737
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
581
738
|
const headers = {};
|
|
@@ -585,6 +742,34 @@ var se_GetInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
585
742
|
b.m("GET").h(headers).b(body);
|
|
586
743
|
return b.build();
|
|
587
744
|
}, "se_GetInstanceCommand");
|
|
745
|
+
var se_ListDataIntegrationEventsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
746
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
747
|
+
const headers = {};
|
|
748
|
+
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-events");
|
|
749
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
750
|
+
const query = (0, import_smithy_client.map)({
|
|
751
|
+
[_eT]: [, input[_eT]],
|
|
752
|
+
[_nT]: [, input[_nT]],
|
|
753
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
754
|
+
});
|
|
755
|
+
let body;
|
|
756
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
757
|
+
return b.build();
|
|
758
|
+
}, "se_ListDataIntegrationEventsCommand");
|
|
759
|
+
var se_ListDataIntegrationFlowExecutionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
760
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
761
|
+
const headers = {};
|
|
762
|
+
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-flows/{flowName}/executions");
|
|
763
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
764
|
+
b.p("flowName", () => input.flowName, "{flowName}", false);
|
|
765
|
+
const query = (0, import_smithy_client.map)({
|
|
766
|
+
[_nT]: [, input[_nT]],
|
|
767
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
768
|
+
});
|
|
769
|
+
let body;
|
|
770
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
771
|
+
return b.build();
|
|
772
|
+
}, "se_ListDataIntegrationFlowExecutionsCommand");
|
|
588
773
|
var se_ListDataIntegrationFlowsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
589
774
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
590
775
|
const headers = {};
|
|
@@ -612,6 +797,19 @@ var se_ListDataLakeDatasetsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
612
797
|
b.m("GET").h(headers).q(query).b(body);
|
|
613
798
|
return b.build();
|
|
614
799
|
}, "se_ListDataLakeDatasetsCommand");
|
|
800
|
+
var se_ListDataLakeNamespacesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
801
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
802
|
+
const headers = {};
|
|
803
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces");
|
|
804
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
805
|
+
const query = (0, import_smithy_client.map)({
|
|
806
|
+
[_nT]: [, input[_nT]],
|
|
807
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
808
|
+
});
|
|
809
|
+
let body;
|
|
810
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
811
|
+
return b.build();
|
|
812
|
+
}, "se_ListDataLakeNamespacesCommand");
|
|
615
813
|
var se_ListInstancesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
616
814
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
617
815
|
const headers = {};
|
|
@@ -647,6 +845,7 @@ var se_SendDataIntegrationEventCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
647
845
|
(0, import_smithy_client.take)(input, {
|
|
648
846
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
649
847
|
data: [],
|
|
848
|
+
datasetTarget: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "datasetTarget"),
|
|
650
849
|
eventGroupId: [],
|
|
651
850
|
eventTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "eventTimestamp"),
|
|
652
851
|
eventType: []
|
|
@@ -720,6 +919,23 @@ var se_UpdateDataLakeDatasetCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
720
919
|
b.m("PATCH").h(headers).b(body);
|
|
721
920
|
return b.build();
|
|
722
921
|
}, "se_UpdateDataLakeDatasetCommand");
|
|
922
|
+
var se_UpdateDataLakeNamespaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
923
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
924
|
+
const headers = {
|
|
925
|
+
"content-type": "application/json"
|
|
926
|
+
};
|
|
927
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
928
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
929
|
+
b.p("name", () => input.name, "{name}", false);
|
|
930
|
+
let body;
|
|
931
|
+
body = JSON.stringify(
|
|
932
|
+
(0, import_smithy_client.take)(input, {
|
|
933
|
+
description: []
|
|
934
|
+
})
|
|
935
|
+
);
|
|
936
|
+
b.m("PATCH").h(headers).b(body);
|
|
937
|
+
return b.build();
|
|
938
|
+
}, "se_UpdateDataLakeNamespaceCommand");
|
|
723
939
|
var se_UpdateInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
724
940
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
725
941
|
const headers = {
|
|
@@ -780,6 +996,20 @@ var de_CreateDataLakeDatasetCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
780
996
|
Object.assign(contents, doc);
|
|
781
997
|
return contents;
|
|
782
998
|
}, "de_CreateDataLakeDatasetCommand");
|
|
999
|
+
var de_CreateDataLakeNamespaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1000
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1001
|
+
return de_CommandError(output, context);
|
|
1002
|
+
}
|
|
1003
|
+
const contents = (0, import_smithy_client.map)({
|
|
1004
|
+
$metadata: deserializeMetadata(output)
|
|
1005
|
+
});
|
|
1006
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1007
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1008
|
+
namespace: /* @__PURE__ */ __name((_) => de_DataLakeNamespace(_, context), "namespace")
|
|
1009
|
+
});
|
|
1010
|
+
Object.assign(contents, doc);
|
|
1011
|
+
return contents;
|
|
1012
|
+
}, "de_CreateDataLakeNamespaceCommand");
|
|
783
1013
|
var de_CreateInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
784
1014
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
785
1015
|
return de_CommandError(output, context);
|
|
@@ -825,6 +1055,21 @@ var de_DeleteDataLakeDatasetCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
825
1055
|
Object.assign(contents, doc);
|
|
826
1056
|
return contents;
|
|
827
1057
|
}, "de_DeleteDataLakeDatasetCommand");
|
|
1058
|
+
var de_DeleteDataLakeNamespaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1059
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1060
|
+
return de_CommandError(output, context);
|
|
1061
|
+
}
|
|
1062
|
+
const contents = (0, import_smithy_client.map)({
|
|
1063
|
+
$metadata: deserializeMetadata(output)
|
|
1064
|
+
});
|
|
1065
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1066
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1067
|
+
instanceId: import_smithy_client.expectString,
|
|
1068
|
+
name: import_smithy_client.expectString
|
|
1069
|
+
});
|
|
1070
|
+
Object.assign(contents, doc);
|
|
1071
|
+
return contents;
|
|
1072
|
+
}, "de_DeleteDataLakeNamespaceCommand");
|
|
828
1073
|
var de_DeleteInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
829
1074
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
830
1075
|
return de_CommandError(output, context);
|
|
@@ -853,6 +1098,20 @@ var de_GetBillOfMaterialsImportJobCommand = /* @__PURE__ */ __name(async (output
|
|
|
853
1098
|
Object.assign(contents, doc);
|
|
854
1099
|
return contents;
|
|
855
1100
|
}, "de_GetBillOfMaterialsImportJobCommand");
|
|
1101
|
+
var de_GetDataIntegrationEventCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1102
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1103
|
+
return de_CommandError(output, context);
|
|
1104
|
+
}
|
|
1105
|
+
const contents = (0, import_smithy_client.map)({
|
|
1106
|
+
$metadata: deserializeMetadata(output)
|
|
1107
|
+
});
|
|
1108
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1109
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1110
|
+
event: /* @__PURE__ */ __name((_) => de_DataIntegrationEvent(_, context), "event")
|
|
1111
|
+
});
|
|
1112
|
+
Object.assign(contents, doc);
|
|
1113
|
+
return contents;
|
|
1114
|
+
}, "de_GetDataIntegrationEventCommand");
|
|
856
1115
|
var de_GetDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
857
1116
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
858
1117
|
return de_CommandError(output, context);
|
|
@@ -867,6 +1126,20 @@ var de_GetDataIntegrationFlowCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
867
1126
|
Object.assign(contents, doc);
|
|
868
1127
|
return contents;
|
|
869
1128
|
}, "de_GetDataIntegrationFlowCommand");
|
|
1129
|
+
var de_GetDataIntegrationFlowExecutionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1130
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1131
|
+
return de_CommandError(output, context);
|
|
1132
|
+
}
|
|
1133
|
+
const contents = (0, import_smithy_client.map)({
|
|
1134
|
+
$metadata: deserializeMetadata(output)
|
|
1135
|
+
});
|
|
1136
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1137
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1138
|
+
flowExecution: /* @__PURE__ */ __name((_) => de_DataIntegrationFlowExecution(_, context), "flowExecution")
|
|
1139
|
+
});
|
|
1140
|
+
Object.assign(contents, doc);
|
|
1141
|
+
return contents;
|
|
1142
|
+
}, "de_GetDataIntegrationFlowExecutionCommand");
|
|
870
1143
|
var de_GetDataLakeDatasetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
871
1144
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
872
1145
|
return de_CommandError(output, context);
|
|
@@ -881,6 +1154,20 @@ var de_GetDataLakeDatasetCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
881
1154
|
Object.assign(contents, doc);
|
|
882
1155
|
return contents;
|
|
883
1156
|
}, "de_GetDataLakeDatasetCommand");
|
|
1157
|
+
var de_GetDataLakeNamespaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1158
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1159
|
+
return de_CommandError(output, context);
|
|
1160
|
+
}
|
|
1161
|
+
const contents = (0, import_smithy_client.map)({
|
|
1162
|
+
$metadata: deserializeMetadata(output)
|
|
1163
|
+
});
|
|
1164
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1165
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1166
|
+
namespace: /* @__PURE__ */ __name((_) => de_DataLakeNamespace(_, context), "namespace")
|
|
1167
|
+
});
|
|
1168
|
+
Object.assign(contents, doc);
|
|
1169
|
+
return contents;
|
|
1170
|
+
}, "de_GetDataLakeNamespaceCommand");
|
|
884
1171
|
var de_GetInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
885
1172
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
886
1173
|
return de_CommandError(output, context);
|
|
@@ -895,6 +1182,36 @@ var de_GetInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
895
1182
|
Object.assign(contents, doc);
|
|
896
1183
|
return contents;
|
|
897
1184
|
}, "de_GetInstanceCommand");
|
|
1185
|
+
var de_ListDataIntegrationEventsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1186
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1187
|
+
return de_CommandError(output, context);
|
|
1188
|
+
}
|
|
1189
|
+
const contents = (0, import_smithy_client.map)({
|
|
1190
|
+
$metadata: deserializeMetadata(output)
|
|
1191
|
+
});
|
|
1192
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1193
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1194
|
+
events: /* @__PURE__ */ __name((_) => de_DataIntegrationEventList(_, context), "events"),
|
|
1195
|
+
nextToken: import_smithy_client.expectString
|
|
1196
|
+
});
|
|
1197
|
+
Object.assign(contents, doc);
|
|
1198
|
+
return contents;
|
|
1199
|
+
}, "de_ListDataIntegrationEventsCommand");
|
|
1200
|
+
var de_ListDataIntegrationFlowExecutionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1201
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1202
|
+
return de_CommandError(output, context);
|
|
1203
|
+
}
|
|
1204
|
+
const contents = (0, import_smithy_client.map)({
|
|
1205
|
+
$metadata: deserializeMetadata(output)
|
|
1206
|
+
});
|
|
1207
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1208
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1209
|
+
flowExecutions: /* @__PURE__ */ __name((_) => de_DataIntegrationFlowExecutionList(_, context), "flowExecutions"),
|
|
1210
|
+
nextToken: import_smithy_client.expectString
|
|
1211
|
+
});
|
|
1212
|
+
Object.assign(contents, doc);
|
|
1213
|
+
return contents;
|
|
1214
|
+
}, "de_ListDataIntegrationFlowExecutionsCommand");
|
|
898
1215
|
var de_ListDataIntegrationFlowsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
899
1216
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
900
1217
|
return de_CommandError(output, context);
|
|
@@ -925,6 +1242,21 @@ var de_ListDataLakeDatasetsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
925
1242
|
Object.assign(contents, doc);
|
|
926
1243
|
return contents;
|
|
927
1244
|
}, "de_ListDataLakeDatasetsCommand");
|
|
1245
|
+
var de_ListDataLakeNamespacesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1246
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1247
|
+
return de_CommandError(output, context);
|
|
1248
|
+
}
|
|
1249
|
+
const contents = (0, import_smithy_client.map)({
|
|
1250
|
+
$metadata: deserializeMetadata(output)
|
|
1251
|
+
});
|
|
1252
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1253
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1254
|
+
namespaces: /* @__PURE__ */ __name((_) => de_DataLakeNamespaceList(_, context), "namespaces"),
|
|
1255
|
+
nextToken: import_smithy_client.expectString
|
|
1256
|
+
});
|
|
1257
|
+
Object.assign(contents, doc);
|
|
1258
|
+
return contents;
|
|
1259
|
+
}, "de_ListDataLakeNamespacesCommand");
|
|
928
1260
|
var de_ListInstancesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
929
1261
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
930
1262
|
return de_CommandError(output, context);
|
|
@@ -1016,6 +1348,20 @@ var de_UpdateDataLakeDatasetCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1016
1348
|
Object.assign(contents, doc);
|
|
1017
1349
|
return contents;
|
|
1018
1350
|
}, "de_UpdateDataLakeDatasetCommand");
|
|
1351
|
+
var de_UpdateDataLakeNamespaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1352
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1353
|
+
return de_CommandError(output, context);
|
|
1354
|
+
}
|
|
1355
|
+
const contents = (0, import_smithy_client.map)({
|
|
1356
|
+
$metadata: deserializeMetadata(output)
|
|
1357
|
+
});
|
|
1358
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1359
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1360
|
+
namespace: /* @__PURE__ */ __name((_) => de_DataLakeNamespace(_, context), "namespace")
|
|
1361
|
+
});
|
|
1362
|
+
Object.assign(contents, doc);
|
|
1363
|
+
return contents;
|
|
1364
|
+
}, "de_UpdateDataLakeNamespaceCommand");
|
|
1019
1365
|
var de_UpdateInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1020
1366
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1021
1367
|
return de_CommandError(output, context);
|
|
@@ -1159,6 +1505,22 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1159
1505
|
});
|
|
1160
1506
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
1161
1507
|
}, "de_ValidationExceptionRes");
|
|
1508
|
+
var de_DataIntegrationEvent = /* @__PURE__ */ __name((output, context) => {
|
|
1509
|
+
return (0, import_smithy_client.take)(output, {
|
|
1510
|
+
datasetTargetDetails: import_smithy_client._json,
|
|
1511
|
+
eventGroupId: import_smithy_client.expectString,
|
|
1512
|
+
eventId: import_smithy_client.expectString,
|
|
1513
|
+
eventTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "eventTimestamp"),
|
|
1514
|
+
eventType: import_smithy_client.expectString,
|
|
1515
|
+
instanceId: import_smithy_client.expectString
|
|
1516
|
+
});
|
|
1517
|
+
}, "de_DataIntegrationEvent");
|
|
1518
|
+
var de_DataIntegrationEventList = /* @__PURE__ */ __name((output, context) => {
|
|
1519
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1520
|
+
return de_DataIntegrationEvent(entry, context);
|
|
1521
|
+
});
|
|
1522
|
+
return retVal;
|
|
1523
|
+
}, "de_DataIntegrationEventList");
|
|
1162
1524
|
var de_DataIntegrationFlow = /* @__PURE__ */ __name((output, context) => {
|
|
1163
1525
|
return (0, import_smithy_client.take)(output, {
|
|
1164
1526
|
createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdTime"),
|
|
@@ -1170,6 +1532,25 @@ var de_DataIntegrationFlow = /* @__PURE__ */ __name((output, context) => {
|
|
|
1170
1532
|
transformation: import_smithy_client._json
|
|
1171
1533
|
});
|
|
1172
1534
|
}, "de_DataIntegrationFlow");
|
|
1535
|
+
var de_DataIntegrationFlowExecution = /* @__PURE__ */ __name((output, context) => {
|
|
1536
|
+
return (0, import_smithy_client.take)(output, {
|
|
1537
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1538
|
+
executionId: import_smithy_client.expectString,
|
|
1539
|
+
flowName: import_smithy_client.expectString,
|
|
1540
|
+
instanceId: import_smithy_client.expectString,
|
|
1541
|
+
message: import_smithy_client.expectString,
|
|
1542
|
+
outputMetadata: import_smithy_client._json,
|
|
1543
|
+
sourceInfo: import_smithy_client._json,
|
|
1544
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1545
|
+
status: import_smithy_client.expectString
|
|
1546
|
+
});
|
|
1547
|
+
}, "de_DataIntegrationFlowExecution");
|
|
1548
|
+
var de_DataIntegrationFlowExecutionList = /* @__PURE__ */ __name((output, context) => {
|
|
1549
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1550
|
+
return de_DataIntegrationFlowExecution(entry, context);
|
|
1551
|
+
});
|
|
1552
|
+
return retVal;
|
|
1553
|
+
}, "de_DataIntegrationFlowExecutionList");
|
|
1173
1554
|
var de_DataIntegrationFlowList = /* @__PURE__ */ __name((output, context) => {
|
|
1174
1555
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1175
1556
|
return de_DataIntegrationFlow(entry, context);
|
|
@@ -1185,6 +1566,7 @@ var de_DataLakeDataset = /* @__PURE__ */ __name((output, context) => {
|
|
|
1185
1566
|
lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedTime"),
|
|
1186
1567
|
name: import_smithy_client.expectString,
|
|
1187
1568
|
namespace: import_smithy_client.expectString,
|
|
1569
|
+
partitionSpec: import_smithy_client._json,
|
|
1188
1570
|
schema: import_smithy_client._json
|
|
1189
1571
|
});
|
|
1190
1572
|
}, "de_DataLakeDataset");
|
|
@@ -1194,6 +1576,22 @@ var de_DataLakeDatasetList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1194
1576
|
});
|
|
1195
1577
|
return retVal;
|
|
1196
1578
|
}, "de_DataLakeDatasetList");
|
|
1579
|
+
var de_DataLakeNamespace = /* @__PURE__ */ __name((output, context) => {
|
|
1580
|
+
return (0, import_smithy_client.take)(output, {
|
|
1581
|
+
arn: import_smithy_client.expectString,
|
|
1582
|
+
createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdTime"),
|
|
1583
|
+
description: import_smithy_client.expectString,
|
|
1584
|
+
instanceId: import_smithy_client.expectString,
|
|
1585
|
+
lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedTime"),
|
|
1586
|
+
name: import_smithy_client.expectString
|
|
1587
|
+
});
|
|
1588
|
+
}, "de_DataLakeNamespace");
|
|
1589
|
+
var de_DataLakeNamespaceList = /* @__PURE__ */ __name((output, context) => {
|
|
1590
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1591
|
+
return de_DataLakeNamespace(entry, context);
|
|
1592
|
+
});
|
|
1593
|
+
return retVal;
|
|
1594
|
+
}, "de_DataLakeNamespaceList");
|
|
1197
1595
|
var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
1198
1596
|
return (0, import_smithy_client.take)(output, {
|
|
1199
1597
|
awsAccountId: import_smithy_client.expectString,
|
|
@@ -1221,6 +1619,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1221
1619
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1222
1620
|
cfId: output.headers["x-amz-cf-id"]
|
|
1223
1621
|
}), "deserializeMetadata");
|
|
1622
|
+
var _eT = "eventType";
|
|
1224
1623
|
var _iNF = "instanceNameFilter";
|
|
1225
1624
|
var _iSF = "instanceStateFilter";
|
|
1226
1625
|
var _mR = "maxResults";
|
|
@@ -1248,7 +1647,7 @@ var CreateDataIntegrationFlowCommand = class extends import_smithy_client.Comman
|
|
|
1248
1647
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1249
1648
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1250
1649
|
];
|
|
1251
|
-
}).s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {}).n("SupplyChainClient", "CreateDataIntegrationFlowCommand").f(
|
|
1650
|
+
}).s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {}).n("SupplyChainClient", "CreateDataIntegrationFlowCommand").f(CreateDataIntegrationFlowRequestFilterSensitiveLog, void 0).ser(se_CreateDataIntegrationFlowCommand).de(de_CreateDataIntegrationFlowCommand).build() {
|
|
1252
1651
|
static {
|
|
1253
1652
|
__name(this, "CreateDataIntegrationFlowCommand");
|
|
1254
1653
|
}
|
|
@@ -1269,6 +1668,21 @@ var CreateDataLakeDatasetCommand = class extends import_smithy_client.Command.cl
|
|
|
1269
1668
|
}
|
|
1270
1669
|
};
|
|
1271
1670
|
|
|
1671
|
+
// src/commands/CreateDataLakeNamespaceCommand.ts
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
var CreateDataLakeNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1676
|
+
return [
|
|
1677
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1678
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1679
|
+
];
|
|
1680
|
+
}).s("GalaxyPublicAPIGateway", "CreateDataLakeNamespace", {}).n("SupplyChainClient", "CreateDataLakeNamespaceCommand").f(void 0, void 0).ser(se_CreateDataLakeNamespaceCommand).de(de_CreateDataLakeNamespaceCommand).build() {
|
|
1681
|
+
static {
|
|
1682
|
+
__name(this, "CreateDataLakeNamespaceCommand");
|
|
1683
|
+
}
|
|
1684
|
+
};
|
|
1685
|
+
|
|
1272
1686
|
// src/commands/CreateInstanceCommand.ts
|
|
1273
1687
|
|
|
1274
1688
|
|
|
@@ -1314,6 +1728,21 @@ var DeleteDataLakeDatasetCommand = class extends import_smithy_client.Command.cl
|
|
|
1314
1728
|
}
|
|
1315
1729
|
};
|
|
1316
1730
|
|
|
1731
|
+
// src/commands/DeleteDataLakeNamespaceCommand.ts
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
var DeleteDataLakeNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1736
|
+
return [
|
|
1737
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1738
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1739
|
+
];
|
|
1740
|
+
}).s("GalaxyPublicAPIGateway", "DeleteDataLakeNamespace", {}).n("SupplyChainClient", "DeleteDataLakeNamespaceCommand").f(void 0, void 0).ser(se_DeleteDataLakeNamespaceCommand).de(de_DeleteDataLakeNamespaceCommand).build() {
|
|
1741
|
+
static {
|
|
1742
|
+
__name(this, "DeleteDataLakeNamespaceCommand");
|
|
1743
|
+
}
|
|
1744
|
+
};
|
|
1745
|
+
|
|
1317
1746
|
// src/commands/DeleteInstanceCommand.ts
|
|
1318
1747
|
|
|
1319
1748
|
|
|
@@ -1344,6 +1773,21 @@ var GetBillOfMaterialsImportJobCommand = class extends import_smithy_client.Comm
|
|
|
1344
1773
|
}
|
|
1345
1774
|
};
|
|
1346
1775
|
|
|
1776
|
+
// src/commands/GetDataIntegrationEventCommand.ts
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
var GetDataIntegrationEventCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1781
|
+
return [
|
|
1782
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1783
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1784
|
+
];
|
|
1785
|
+
}).s("GalaxyPublicAPIGateway", "GetDataIntegrationEvent", {}).n("SupplyChainClient", "GetDataIntegrationEventCommand").f(void 0, void 0).ser(se_GetDataIntegrationEventCommand).de(de_GetDataIntegrationEventCommand).build() {
|
|
1786
|
+
static {
|
|
1787
|
+
__name(this, "GetDataIntegrationEventCommand");
|
|
1788
|
+
}
|
|
1789
|
+
};
|
|
1790
|
+
|
|
1347
1791
|
// src/commands/GetDataIntegrationFlowCommand.ts
|
|
1348
1792
|
|
|
1349
1793
|
|
|
@@ -1353,12 +1797,27 @@ var GetDataIntegrationFlowCommand = class extends import_smithy_client.Command.c
|
|
|
1353
1797
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1354
1798
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1355
1799
|
];
|
|
1356
|
-
}).s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {}).n("SupplyChainClient", "GetDataIntegrationFlowCommand").f(void 0,
|
|
1800
|
+
}).s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {}).n("SupplyChainClient", "GetDataIntegrationFlowCommand").f(void 0, GetDataIntegrationFlowResponseFilterSensitiveLog).ser(se_GetDataIntegrationFlowCommand).de(de_GetDataIntegrationFlowCommand).build() {
|
|
1357
1801
|
static {
|
|
1358
1802
|
__name(this, "GetDataIntegrationFlowCommand");
|
|
1359
1803
|
}
|
|
1360
1804
|
};
|
|
1361
1805
|
|
|
1806
|
+
// src/commands/GetDataIntegrationFlowExecutionCommand.ts
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
var GetDataIntegrationFlowExecutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1811
|
+
return [
|
|
1812
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1813
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1814
|
+
];
|
|
1815
|
+
}).s("GalaxyPublicAPIGateway", "GetDataIntegrationFlowExecution", {}).n("SupplyChainClient", "GetDataIntegrationFlowExecutionCommand").f(void 0, void 0).ser(se_GetDataIntegrationFlowExecutionCommand).de(de_GetDataIntegrationFlowExecutionCommand).build() {
|
|
1816
|
+
static {
|
|
1817
|
+
__name(this, "GetDataIntegrationFlowExecutionCommand");
|
|
1818
|
+
}
|
|
1819
|
+
};
|
|
1820
|
+
|
|
1362
1821
|
// src/commands/GetDataLakeDatasetCommand.ts
|
|
1363
1822
|
|
|
1364
1823
|
|
|
@@ -1374,6 +1833,21 @@ var GetDataLakeDatasetCommand = class extends import_smithy_client.Command.class
|
|
|
1374
1833
|
}
|
|
1375
1834
|
};
|
|
1376
1835
|
|
|
1836
|
+
// src/commands/GetDataLakeNamespaceCommand.ts
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
var GetDataLakeNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1841
|
+
return [
|
|
1842
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1843
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1844
|
+
];
|
|
1845
|
+
}).s("GalaxyPublicAPIGateway", "GetDataLakeNamespace", {}).n("SupplyChainClient", "GetDataLakeNamespaceCommand").f(void 0, void 0).ser(se_GetDataLakeNamespaceCommand).de(de_GetDataLakeNamespaceCommand).build() {
|
|
1846
|
+
static {
|
|
1847
|
+
__name(this, "GetDataLakeNamespaceCommand");
|
|
1848
|
+
}
|
|
1849
|
+
};
|
|
1850
|
+
|
|
1377
1851
|
// src/commands/GetInstanceCommand.ts
|
|
1378
1852
|
|
|
1379
1853
|
|
|
@@ -1389,6 +1863,36 @@ var GetInstanceCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
1389
1863
|
}
|
|
1390
1864
|
};
|
|
1391
1865
|
|
|
1866
|
+
// src/commands/ListDataIntegrationEventsCommand.ts
|
|
1867
|
+
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
var ListDataIntegrationEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1871
|
+
return [
|
|
1872
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1873
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1874
|
+
];
|
|
1875
|
+
}).s("GalaxyPublicAPIGateway", "ListDataIntegrationEvents", {}).n("SupplyChainClient", "ListDataIntegrationEventsCommand").f(void 0, void 0).ser(se_ListDataIntegrationEventsCommand).de(de_ListDataIntegrationEventsCommand).build() {
|
|
1876
|
+
static {
|
|
1877
|
+
__name(this, "ListDataIntegrationEventsCommand");
|
|
1878
|
+
}
|
|
1879
|
+
};
|
|
1880
|
+
|
|
1881
|
+
// src/commands/ListDataIntegrationFlowExecutionsCommand.ts
|
|
1882
|
+
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
var ListDataIntegrationFlowExecutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1886
|
+
return [
|
|
1887
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1888
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1889
|
+
];
|
|
1890
|
+
}).s("GalaxyPublicAPIGateway", "ListDataIntegrationFlowExecutions", {}).n("SupplyChainClient", "ListDataIntegrationFlowExecutionsCommand").f(void 0, void 0).ser(se_ListDataIntegrationFlowExecutionsCommand).de(de_ListDataIntegrationFlowExecutionsCommand).build() {
|
|
1891
|
+
static {
|
|
1892
|
+
__name(this, "ListDataIntegrationFlowExecutionsCommand");
|
|
1893
|
+
}
|
|
1894
|
+
};
|
|
1895
|
+
|
|
1392
1896
|
// src/commands/ListDataIntegrationFlowsCommand.ts
|
|
1393
1897
|
|
|
1394
1898
|
|
|
@@ -1398,7 +1902,7 @@ var ListDataIntegrationFlowsCommand = class extends import_smithy_client.Command
|
|
|
1398
1902
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1399
1903
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1400
1904
|
];
|
|
1401
|
-
}).s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {}).n("SupplyChainClient", "ListDataIntegrationFlowsCommand").f(void 0,
|
|
1905
|
+
}).s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {}).n("SupplyChainClient", "ListDataIntegrationFlowsCommand").f(void 0, ListDataIntegrationFlowsResponseFilterSensitiveLog).ser(se_ListDataIntegrationFlowsCommand).de(de_ListDataIntegrationFlowsCommand).build() {
|
|
1402
1906
|
static {
|
|
1403
1907
|
__name(this, "ListDataIntegrationFlowsCommand");
|
|
1404
1908
|
}
|
|
@@ -1419,6 +1923,21 @@ var ListDataLakeDatasetsCommand = class extends import_smithy_client.Command.cla
|
|
|
1419
1923
|
}
|
|
1420
1924
|
};
|
|
1421
1925
|
|
|
1926
|
+
// src/commands/ListDataLakeNamespacesCommand.ts
|
|
1927
|
+
|
|
1928
|
+
|
|
1929
|
+
|
|
1930
|
+
var ListDataLakeNamespacesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1931
|
+
return [
|
|
1932
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1933
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1934
|
+
];
|
|
1935
|
+
}).s("GalaxyPublicAPIGateway", "ListDataLakeNamespaces", {}).n("SupplyChainClient", "ListDataLakeNamespacesCommand").f(void 0, void 0).ser(se_ListDataLakeNamespacesCommand).de(de_ListDataLakeNamespacesCommand).build() {
|
|
1936
|
+
static {
|
|
1937
|
+
__name(this, "ListDataLakeNamespacesCommand");
|
|
1938
|
+
}
|
|
1939
|
+
};
|
|
1940
|
+
|
|
1422
1941
|
// src/commands/ListInstancesCommand.ts
|
|
1423
1942
|
|
|
1424
1943
|
|
|
@@ -1503,7 +2022,7 @@ var UpdateDataIntegrationFlowCommand = class extends import_smithy_client.Comman
|
|
|
1503
2022
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1504
2023
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1505
2024
|
];
|
|
1506
|
-
}).s("GalaxyPublicAPIGateway", "UpdateDataIntegrationFlow", {}).n("SupplyChainClient", "UpdateDataIntegrationFlowCommand").f(
|
|
2025
|
+
}).s("GalaxyPublicAPIGateway", "UpdateDataIntegrationFlow", {}).n("SupplyChainClient", "UpdateDataIntegrationFlowCommand").f(UpdateDataIntegrationFlowRequestFilterSensitiveLog, UpdateDataIntegrationFlowResponseFilterSensitiveLog).ser(se_UpdateDataIntegrationFlowCommand).de(de_UpdateDataIntegrationFlowCommand).build() {
|
|
1507
2026
|
static {
|
|
1508
2027
|
__name(this, "UpdateDataIntegrationFlowCommand");
|
|
1509
2028
|
}
|
|
@@ -1524,6 +2043,21 @@ var UpdateDataLakeDatasetCommand = class extends import_smithy_client.Command.cl
|
|
|
1524
2043
|
}
|
|
1525
2044
|
};
|
|
1526
2045
|
|
|
2046
|
+
// src/commands/UpdateDataLakeNamespaceCommand.ts
|
|
2047
|
+
|
|
2048
|
+
|
|
2049
|
+
|
|
2050
|
+
var UpdateDataLakeNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2051
|
+
return [
|
|
2052
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2053
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2054
|
+
];
|
|
2055
|
+
}).s("GalaxyPublicAPIGateway", "UpdateDataLakeNamespace", {}).n("SupplyChainClient", "UpdateDataLakeNamespaceCommand").f(void 0, void 0).ser(se_UpdateDataLakeNamespaceCommand).de(de_UpdateDataLakeNamespaceCommand).build() {
|
|
2056
|
+
static {
|
|
2057
|
+
__name(this, "UpdateDataLakeNamespaceCommand");
|
|
2058
|
+
}
|
|
2059
|
+
};
|
|
2060
|
+
|
|
1527
2061
|
// src/commands/UpdateInstanceCommand.ts
|
|
1528
2062
|
|
|
1529
2063
|
|
|
@@ -1544,16 +2078,24 @@ var commands = {
|
|
|
1544
2078
|
CreateBillOfMaterialsImportJobCommand,
|
|
1545
2079
|
CreateDataIntegrationFlowCommand,
|
|
1546
2080
|
CreateDataLakeDatasetCommand,
|
|
2081
|
+
CreateDataLakeNamespaceCommand,
|
|
1547
2082
|
CreateInstanceCommand,
|
|
1548
2083
|
DeleteDataIntegrationFlowCommand,
|
|
1549
2084
|
DeleteDataLakeDatasetCommand,
|
|
2085
|
+
DeleteDataLakeNamespaceCommand,
|
|
1550
2086
|
DeleteInstanceCommand,
|
|
1551
2087
|
GetBillOfMaterialsImportJobCommand,
|
|
2088
|
+
GetDataIntegrationEventCommand,
|
|
1552
2089
|
GetDataIntegrationFlowCommand,
|
|
2090
|
+
GetDataIntegrationFlowExecutionCommand,
|
|
1553
2091
|
GetDataLakeDatasetCommand,
|
|
2092
|
+
GetDataLakeNamespaceCommand,
|
|
1554
2093
|
GetInstanceCommand,
|
|
2094
|
+
ListDataIntegrationEventsCommand,
|
|
2095
|
+
ListDataIntegrationFlowExecutionsCommand,
|
|
1555
2096
|
ListDataIntegrationFlowsCommand,
|
|
1556
2097
|
ListDataLakeDatasetsCommand,
|
|
2098
|
+
ListDataLakeNamespacesCommand,
|
|
1557
2099
|
ListInstancesCommand,
|
|
1558
2100
|
ListTagsForResourceCommand,
|
|
1559
2101
|
SendDataIntegrationEventCommand,
|
|
@@ -1561,6 +2103,7 @@ var commands = {
|
|
|
1561
2103
|
UntagResourceCommand,
|
|
1562
2104
|
UpdateDataIntegrationFlowCommand,
|
|
1563
2105
|
UpdateDataLakeDatasetCommand,
|
|
2106
|
+
UpdateDataLakeNamespaceCommand,
|
|
1564
2107
|
UpdateInstanceCommand
|
|
1565
2108
|
};
|
|
1566
2109
|
var SupplyChain = class extends SupplyChainClient {
|
|
@@ -1570,6 +2113,14 @@ var SupplyChain = class extends SupplyChainClient {
|
|
|
1570
2113
|
};
|
|
1571
2114
|
(0, import_smithy_client.createAggregatedClient)(commands, SupplyChain);
|
|
1572
2115
|
|
|
2116
|
+
// src/pagination/ListDataIntegrationEventsPaginator.ts
|
|
2117
|
+
|
|
2118
|
+
var paginateListDataIntegrationEvents = (0, import_core.createPaginator)(SupplyChainClient, ListDataIntegrationEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
2119
|
+
|
|
2120
|
+
// src/pagination/ListDataIntegrationFlowExecutionsPaginator.ts
|
|
2121
|
+
|
|
2122
|
+
var paginateListDataIntegrationFlowExecutions = (0, import_core.createPaginator)(SupplyChainClient, ListDataIntegrationFlowExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2123
|
+
|
|
1573
2124
|
// src/pagination/ListDataIntegrationFlowsPaginator.ts
|
|
1574
2125
|
|
|
1575
2126
|
var paginateListDataIntegrationFlows = (0, import_core.createPaginator)(SupplyChainClient, ListDataIntegrationFlowsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1578,6 +2129,10 @@ var paginateListDataIntegrationFlows = (0, import_core.createPaginator)(SupplyCh
|
|
|
1578
2129
|
|
|
1579
2130
|
var paginateListDataLakeDatasets = (0, import_core.createPaginator)(SupplyChainClient, ListDataLakeDatasetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1580
2131
|
|
|
2132
|
+
// src/pagination/ListDataLakeNamespacesPaginator.ts
|
|
2133
|
+
|
|
2134
|
+
var paginateListDataLakeNamespaces = (0, import_core.createPaginator)(SupplyChainClient, ListDataLakeNamespacesCommand, "nextToken", "nextToken", "maxResults");
|
|
2135
|
+
|
|
1581
2136
|
// src/pagination/ListInstancesPaginator.ts
|
|
1582
2137
|
|
|
1583
2138
|
var paginateListInstances = (0, import_core.createPaginator)(SupplyChainClient, ListInstancesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1592,16 +2147,24 @@ var paginateListInstances = (0, import_core.createPaginator)(SupplyChainClient,
|
|
|
1592
2147
|
CreateBillOfMaterialsImportJobCommand,
|
|
1593
2148
|
CreateDataIntegrationFlowCommand,
|
|
1594
2149
|
CreateDataLakeDatasetCommand,
|
|
2150
|
+
CreateDataLakeNamespaceCommand,
|
|
1595
2151
|
CreateInstanceCommand,
|
|
1596
2152
|
DeleteDataIntegrationFlowCommand,
|
|
1597
2153
|
DeleteDataLakeDatasetCommand,
|
|
2154
|
+
DeleteDataLakeNamespaceCommand,
|
|
1598
2155
|
DeleteInstanceCommand,
|
|
1599
2156
|
GetBillOfMaterialsImportJobCommand,
|
|
2157
|
+
GetDataIntegrationEventCommand,
|
|
1600
2158
|
GetDataIntegrationFlowCommand,
|
|
2159
|
+
GetDataIntegrationFlowExecutionCommand,
|
|
1601
2160
|
GetDataLakeDatasetCommand,
|
|
2161
|
+
GetDataLakeNamespaceCommand,
|
|
1602
2162
|
GetInstanceCommand,
|
|
2163
|
+
ListDataIntegrationEventsCommand,
|
|
2164
|
+
ListDataIntegrationFlowExecutionsCommand,
|
|
1603
2165
|
ListDataIntegrationFlowsCommand,
|
|
1604
2166
|
ListDataLakeDatasetsCommand,
|
|
2167
|
+
ListDataLakeNamespacesCommand,
|
|
1605
2168
|
ListInstancesCommand,
|
|
1606
2169
|
ListTagsForResourceCommand,
|
|
1607
2170
|
SendDataIntegrationEventCommand,
|
|
@@ -1609,9 +2172,13 @@ var paginateListInstances = (0, import_core.createPaginator)(SupplyChainClient,
|
|
|
1609
2172
|
UntagResourceCommand,
|
|
1610
2173
|
UpdateDataIntegrationFlowCommand,
|
|
1611
2174
|
UpdateDataLakeDatasetCommand,
|
|
2175
|
+
UpdateDataLakeNamespaceCommand,
|
|
1612
2176
|
UpdateInstanceCommand,
|
|
2177
|
+
paginateListDataIntegrationEvents,
|
|
2178
|
+
paginateListDataIntegrationFlowExecutions,
|
|
1613
2179
|
paginateListDataIntegrationFlows,
|
|
1614
2180
|
paginateListDataLakeDatasets,
|
|
2181
|
+
paginateListDataLakeNamespaces,
|
|
1615
2182
|
paginateListInstances,
|
|
1616
2183
|
AccessDeniedException,
|
|
1617
2184
|
ConfigurationJobStatus,
|
|
@@ -1621,14 +2188,28 @@ var paginateListInstances = (0, import_core.createPaginator)(SupplyChainClient,
|
|
|
1621
2188
|
ServiceQuotaExceededException,
|
|
1622
2189
|
ThrottlingException,
|
|
1623
2190
|
ValidationException,
|
|
2191
|
+
DataIntegrationFlowFieldPriorityDedupeSortOrder,
|
|
2192
|
+
DataIntegrationFlowDedupeStrategyType,
|
|
1624
2193
|
DataIntegrationFlowLoadType,
|
|
1625
2194
|
DataIntegrationFlowFileType,
|
|
1626
2195
|
DataIntegrationFlowSourceType,
|
|
1627
2196
|
DataIntegrationFlowTargetType,
|
|
1628
2197
|
DataIntegrationFlowTransformationType,
|
|
2198
|
+
DataLakeDatasetPartitionTransformType,
|
|
1629
2199
|
DataLakeDatasetSchemaFieldType,
|
|
1630
2200
|
InstanceState,
|
|
2201
|
+
DataIntegrationEventDatasetLoadStatus,
|
|
2202
|
+
DataIntegrationEventDatasetOperationType,
|
|
1631
2203
|
DataIntegrationEventType,
|
|
2204
|
+
DataIntegrationFlowExecutionStatus,
|
|
2205
|
+
DataIntegrationFlowSQLTransformationConfigurationFilterSensitiveLog,
|
|
2206
|
+
DataIntegrationFlowTransformationFilterSensitiveLog,
|
|
2207
|
+
CreateDataIntegrationFlowRequestFilterSensitiveLog,
|
|
2208
|
+
DataIntegrationFlowFilterSensitiveLog,
|
|
2209
|
+
GetDataIntegrationFlowResponseFilterSensitiveLog,
|
|
2210
|
+
ListDataIntegrationFlowsResponseFilterSensitiveLog,
|
|
2211
|
+
UpdateDataIntegrationFlowRequestFilterSensitiveLog,
|
|
2212
|
+
UpdateDataIntegrationFlowResponseFilterSensitiveLog,
|
|
1632
2213
|
SendDataIntegrationEventRequestFilterSensitiveLog
|
|
1633
2214
|
});
|
|
1634
2215
|
|