@aws-sdk/client-supplychain 3.1077.0 → 3.1078.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.
Files changed (98) hide show
  1. package/dist-cjs/index.js +38 -303
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +2 -14
  4. package/dist-es/commands/CreateDataIntegrationFlowCommand.js +2 -14
  5. package/dist-es/commands/CreateDataLakeDatasetCommand.js +2 -14
  6. package/dist-es/commands/CreateDataLakeNamespaceCommand.js +2 -14
  7. package/dist-es/commands/CreateInstanceCommand.js +2 -14
  8. package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +2 -14
  9. package/dist-es/commands/DeleteDataLakeDatasetCommand.js +2 -14
  10. package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +2 -14
  11. package/dist-es/commands/DeleteInstanceCommand.js +2 -14
  12. package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +2 -14
  13. package/dist-es/commands/GetDataIntegrationEventCommand.js +2 -14
  14. package/dist-es/commands/GetDataIntegrationFlowCommand.js +2 -14
  15. package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +2 -14
  16. package/dist-es/commands/GetDataLakeDatasetCommand.js +2 -14
  17. package/dist-es/commands/GetDataLakeNamespaceCommand.js +2 -14
  18. package/dist-es/commands/GetInstanceCommand.js +2 -14
  19. package/dist-es/commands/ListDataIntegrationEventsCommand.js +2 -14
  20. package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +2 -14
  21. package/dist-es/commands/ListDataIntegrationFlowsCommand.js +2 -14
  22. package/dist-es/commands/ListDataLakeDatasetsCommand.js +2 -14
  23. package/dist-es/commands/ListDataLakeNamespacesCommand.js +2 -14
  24. package/dist-es/commands/ListInstancesCommand.js +2 -14
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  26. package/dist-es/commands/SendDataIntegrationEventCommand.js +2 -14
  27. package/dist-es/commands/TagResourceCommand.js +2 -14
  28. package/dist-es/commands/UntagResourceCommand.js +2 -14
  29. package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +2 -14
  30. package/dist-es/commands/UpdateDataLakeDatasetCommand.js +2 -14
  31. package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +2 -14
  32. package/dist-es/commands/UpdateInstanceCommand.js +2 -14
  33. package/dist-es/index.js +1 -0
  34. package/dist-types/commandBuilder.d.ts +18 -0
  35. package/dist-types/commands/CreateBillOfMaterialsImportJobCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateDataLakeNamespaceCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateInstanceCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteDataIntegrationFlowCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteDataLakeDatasetCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteDataLakeNamespaceCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -8
  44. package/dist-types/commands/GetBillOfMaterialsImportJobCommand.d.ts +3 -8
  45. package/dist-types/commands/GetDataIntegrationEventCommand.d.ts +3 -8
  46. package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +3 -8
  47. package/dist-types/commands/GetDataIntegrationFlowExecutionCommand.d.ts +3 -8
  48. package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +3 -8
  49. package/dist-types/commands/GetDataLakeNamespaceCommand.d.ts +3 -8
  50. package/dist-types/commands/GetInstanceCommand.d.ts +3 -8
  51. package/dist-types/commands/ListDataIntegrationEventsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListDataLakeNamespacesCommand.d.ts +3 -8
  56. package/dist-types/commands/ListInstancesCommand.d.ts +3 -8
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/SendDataIntegrationEventCommand.d.ts +3 -8
  59. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/UpdateDataIntegrationFlowCommand.d.ts +3 -8
  62. package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +3 -8
  63. package/dist-types/commands/UpdateDataLakeNamespaceCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateInstanceCommand.d.ts +3 -8
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  67. package/dist-types/ts3.4/commands/CreateBillOfMaterialsImportJobCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/CreateDataIntegrationFlowCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/CreateDataLakeDatasetCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateDataLakeNamespaceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DeleteDataIntegrationFlowCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DeleteDataLakeDatasetCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteDataLakeNamespaceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/GetBillOfMaterialsImportJobCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetDataIntegrationEventCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/GetDataIntegrationFlowCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetDataIntegrationFlowExecutionCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetDataLakeDatasetCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetDataLakeNamespaceCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListDataIntegrationEventsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListDataIntegrationFlowsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListDataLakeDatasetsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListDataLakeNamespacesCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/SendDataIntegrationEventCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/UpdateDataIntegrationFlowCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/UpdateDataLakeDatasetCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/UpdateDataLakeNamespaceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/index.d.ts +1 -0
  98. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1250,364 +1251,98 @@ class SupplyChainClient extends Client {
1250
1251
  }
1251
1252
  }
1252
1253
 
1253
- class CreateBillOfMaterialsImportJobCommand extends Command
1254
- .classBuilder()
1255
- .ep(commonParams)
1256
- .m(function (Command, cs, config, o) {
1257
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1258
- })
1259
- .s("GalaxyPublicAPIGateway", "CreateBillOfMaterialsImportJob", {})
1260
- .n("SupplyChainClient", "CreateBillOfMaterialsImportJobCommand")
1261
- .sc(CreateBillOfMaterialsImportJob$)
1262
- .build() {
1254
+ const command = makeBuilder(commonParams, "GalaxyPublicAPIGateway", "SupplyChainClient", getEndpointPlugin);
1255
+ const _ep0 = {};
1256
+ const _mw0 = (Command, cs, config, o) => [];
1257
+
1258
+ class CreateBillOfMaterialsImportJobCommand extends command(_ep0, _mw0, "CreateBillOfMaterialsImportJob", CreateBillOfMaterialsImportJob$) {
1263
1259
  }
1264
1260
 
1265
- class CreateDataIntegrationFlowCommand extends Command
1266
- .classBuilder()
1267
- .ep(commonParams)
1268
- .m(function (Command, cs, config, o) {
1269
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1270
- })
1271
- .s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {})
1272
- .n("SupplyChainClient", "CreateDataIntegrationFlowCommand")
1273
- .sc(CreateDataIntegrationFlow$)
1274
- .build() {
1261
+ class CreateDataIntegrationFlowCommand extends command(_ep0, _mw0, "CreateDataIntegrationFlow", CreateDataIntegrationFlow$) {
1275
1262
  }
1276
1263
 
1277
- class CreateDataLakeDatasetCommand extends Command
1278
- .classBuilder()
1279
- .ep(commonParams)
1280
- .m(function (Command, cs, config, o) {
1281
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1282
- })
1283
- .s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {})
1284
- .n("SupplyChainClient", "CreateDataLakeDatasetCommand")
1285
- .sc(CreateDataLakeDataset$)
1286
- .build() {
1264
+ class CreateDataLakeDatasetCommand extends command(_ep0, _mw0, "CreateDataLakeDataset", CreateDataLakeDataset$) {
1287
1265
  }
1288
1266
 
1289
- class CreateDataLakeNamespaceCommand extends Command
1290
- .classBuilder()
1291
- .ep(commonParams)
1292
- .m(function (Command, cs, config, o) {
1293
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1294
- })
1295
- .s("GalaxyPublicAPIGateway", "CreateDataLakeNamespace", {})
1296
- .n("SupplyChainClient", "CreateDataLakeNamespaceCommand")
1297
- .sc(CreateDataLakeNamespace$)
1298
- .build() {
1267
+ class CreateDataLakeNamespaceCommand extends command(_ep0, _mw0, "CreateDataLakeNamespace", CreateDataLakeNamespace$) {
1299
1268
  }
1300
1269
 
1301
- class CreateInstanceCommand extends Command
1302
- .classBuilder()
1303
- .ep(commonParams)
1304
- .m(function (Command, cs, config, o) {
1305
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1306
- })
1307
- .s("GalaxyPublicAPIGateway", "CreateInstance", {})
1308
- .n("SupplyChainClient", "CreateInstanceCommand")
1309
- .sc(CreateInstance$)
1310
- .build() {
1270
+ class CreateInstanceCommand extends command(_ep0, _mw0, "CreateInstance", CreateInstance$) {
1311
1271
  }
1312
1272
 
1313
- class DeleteDataIntegrationFlowCommand extends Command
1314
- .classBuilder()
1315
- .ep(commonParams)
1316
- .m(function (Command, cs, config, o) {
1317
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1318
- })
1319
- .s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {})
1320
- .n("SupplyChainClient", "DeleteDataIntegrationFlowCommand")
1321
- .sc(DeleteDataIntegrationFlow$)
1322
- .build() {
1273
+ class DeleteDataIntegrationFlowCommand extends command(_ep0, _mw0, "DeleteDataIntegrationFlow", DeleteDataIntegrationFlow$) {
1323
1274
  }
1324
1275
 
1325
- class DeleteDataLakeDatasetCommand extends Command
1326
- .classBuilder()
1327
- .ep(commonParams)
1328
- .m(function (Command, cs, config, o) {
1329
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1330
- })
1331
- .s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {})
1332
- .n("SupplyChainClient", "DeleteDataLakeDatasetCommand")
1333
- .sc(DeleteDataLakeDataset$)
1334
- .build() {
1276
+ class DeleteDataLakeDatasetCommand extends command(_ep0, _mw0, "DeleteDataLakeDataset", DeleteDataLakeDataset$) {
1335
1277
  }
1336
1278
 
1337
- class DeleteDataLakeNamespaceCommand extends Command
1338
- .classBuilder()
1339
- .ep(commonParams)
1340
- .m(function (Command, cs, config, o) {
1341
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1342
- })
1343
- .s("GalaxyPublicAPIGateway", "DeleteDataLakeNamespace", {})
1344
- .n("SupplyChainClient", "DeleteDataLakeNamespaceCommand")
1345
- .sc(DeleteDataLakeNamespace$)
1346
- .build() {
1279
+ class DeleteDataLakeNamespaceCommand extends command(_ep0, _mw0, "DeleteDataLakeNamespace", DeleteDataLakeNamespace$) {
1347
1280
  }
1348
1281
 
1349
- class DeleteInstanceCommand extends Command
1350
- .classBuilder()
1351
- .ep(commonParams)
1352
- .m(function (Command, cs, config, o) {
1353
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1354
- })
1355
- .s("GalaxyPublicAPIGateway", "DeleteInstance", {})
1356
- .n("SupplyChainClient", "DeleteInstanceCommand")
1357
- .sc(DeleteInstance$)
1358
- .build() {
1282
+ class DeleteInstanceCommand extends command(_ep0, _mw0, "DeleteInstance", DeleteInstance$) {
1359
1283
  }
1360
1284
 
1361
- class GetBillOfMaterialsImportJobCommand extends Command
1362
- .classBuilder()
1363
- .ep(commonParams)
1364
- .m(function (Command, cs, config, o) {
1365
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1366
- })
1367
- .s("GalaxyPublicAPIGateway", "GetBillOfMaterialsImportJob", {})
1368
- .n("SupplyChainClient", "GetBillOfMaterialsImportJobCommand")
1369
- .sc(GetBillOfMaterialsImportJob$)
1370
- .build() {
1285
+ class GetBillOfMaterialsImportJobCommand extends command(_ep0, _mw0, "GetBillOfMaterialsImportJob", GetBillOfMaterialsImportJob$) {
1371
1286
  }
1372
1287
 
1373
- class GetDataIntegrationEventCommand extends Command
1374
- .classBuilder()
1375
- .ep(commonParams)
1376
- .m(function (Command, cs, config, o) {
1377
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1378
- })
1379
- .s("GalaxyPublicAPIGateway", "GetDataIntegrationEvent", {})
1380
- .n("SupplyChainClient", "GetDataIntegrationEventCommand")
1381
- .sc(GetDataIntegrationEvent$)
1382
- .build() {
1288
+ class GetDataIntegrationEventCommand extends command(_ep0, _mw0, "GetDataIntegrationEvent", GetDataIntegrationEvent$) {
1383
1289
  }
1384
1290
 
1385
- class GetDataIntegrationFlowCommand extends Command
1386
- .classBuilder()
1387
- .ep(commonParams)
1388
- .m(function (Command, cs, config, o) {
1389
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1390
- })
1391
- .s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {})
1392
- .n("SupplyChainClient", "GetDataIntegrationFlowCommand")
1393
- .sc(GetDataIntegrationFlow$)
1394
- .build() {
1291
+ class GetDataIntegrationFlowCommand extends command(_ep0, _mw0, "GetDataIntegrationFlow", GetDataIntegrationFlow$) {
1395
1292
  }
1396
1293
 
1397
- class GetDataIntegrationFlowExecutionCommand extends Command
1398
- .classBuilder()
1399
- .ep(commonParams)
1400
- .m(function (Command, cs, config, o) {
1401
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1402
- })
1403
- .s("GalaxyPublicAPIGateway", "GetDataIntegrationFlowExecution", {})
1404
- .n("SupplyChainClient", "GetDataIntegrationFlowExecutionCommand")
1405
- .sc(GetDataIntegrationFlowExecution$)
1406
- .build() {
1294
+ class GetDataIntegrationFlowExecutionCommand extends command(_ep0, _mw0, "GetDataIntegrationFlowExecution", GetDataIntegrationFlowExecution$) {
1407
1295
  }
1408
1296
 
1409
- class GetDataLakeDatasetCommand extends Command
1410
- .classBuilder()
1411
- .ep(commonParams)
1412
- .m(function (Command, cs, config, o) {
1413
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1414
- })
1415
- .s("GalaxyPublicAPIGateway", "GetDataLakeDataset", {})
1416
- .n("SupplyChainClient", "GetDataLakeDatasetCommand")
1417
- .sc(GetDataLakeDataset$)
1418
- .build() {
1297
+ class GetDataLakeDatasetCommand extends command(_ep0, _mw0, "GetDataLakeDataset", GetDataLakeDataset$) {
1419
1298
  }
1420
1299
 
1421
- class GetDataLakeNamespaceCommand extends Command
1422
- .classBuilder()
1423
- .ep(commonParams)
1424
- .m(function (Command, cs, config, o) {
1425
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1426
- })
1427
- .s("GalaxyPublicAPIGateway", "GetDataLakeNamespace", {})
1428
- .n("SupplyChainClient", "GetDataLakeNamespaceCommand")
1429
- .sc(GetDataLakeNamespace$)
1430
- .build() {
1300
+ class GetDataLakeNamespaceCommand extends command(_ep0, _mw0, "GetDataLakeNamespace", GetDataLakeNamespace$) {
1431
1301
  }
1432
1302
 
1433
- class GetInstanceCommand extends Command
1434
- .classBuilder()
1435
- .ep(commonParams)
1436
- .m(function (Command, cs, config, o) {
1437
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1438
- })
1439
- .s("GalaxyPublicAPIGateway", "GetInstance", {})
1440
- .n("SupplyChainClient", "GetInstanceCommand")
1441
- .sc(GetInstance$)
1442
- .build() {
1303
+ class GetInstanceCommand extends command(_ep0, _mw0, "GetInstance", GetInstance$) {
1443
1304
  }
1444
1305
 
1445
- class ListDataIntegrationEventsCommand extends Command
1446
- .classBuilder()
1447
- .ep(commonParams)
1448
- .m(function (Command, cs, config, o) {
1449
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1450
- })
1451
- .s("GalaxyPublicAPIGateway", "ListDataIntegrationEvents", {})
1452
- .n("SupplyChainClient", "ListDataIntegrationEventsCommand")
1453
- .sc(ListDataIntegrationEvents$)
1454
- .build() {
1306
+ class ListDataIntegrationEventsCommand extends command(_ep0, _mw0, "ListDataIntegrationEvents", ListDataIntegrationEvents$) {
1455
1307
  }
1456
1308
 
1457
- class ListDataIntegrationFlowExecutionsCommand extends Command
1458
- .classBuilder()
1459
- .ep(commonParams)
1460
- .m(function (Command, cs, config, o) {
1461
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1462
- })
1463
- .s("GalaxyPublicAPIGateway", "ListDataIntegrationFlowExecutions", {})
1464
- .n("SupplyChainClient", "ListDataIntegrationFlowExecutionsCommand")
1465
- .sc(ListDataIntegrationFlowExecutions$)
1466
- .build() {
1309
+ class ListDataIntegrationFlowExecutionsCommand extends command(_ep0, _mw0, "ListDataIntegrationFlowExecutions", ListDataIntegrationFlowExecutions$) {
1467
1310
  }
1468
1311
 
1469
- class ListDataIntegrationFlowsCommand extends Command
1470
- .classBuilder()
1471
- .ep(commonParams)
1472
- .m(function (Command, cs, config, o) {
1473
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1474
- })
1475
- .s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {})
1476
- .n("SupplyChainClient", "ListDataIntegrationFlowsCommand")
1477
- .sc(ListDataIntegrationFlows$)
1478
- .build() {
1312
+ class ListDataIntegrationFlowsCommand extends command(_ep0, _mw0, "ListDataIntegrationFlows", ListDataIntegrationFlows$) {
1479
1313
  }
1480
1314
 
1481
- class ListDataLakeDatasetsCommand extends Command
1482
- .classBuilder()
1483
- .ep(commonParams)
1484
- .m(function (Command, cs, config, o) {
1485
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1486
- })
1487
- .s("GalaxyPublicAPIGateway", "ListDataLakeDatasets", {})
1488
- .n("SupplyChainClient", "ListDataLakeDatasetsCommand")
1489
- .sc(ListDataLakeDatasets$)
1490
- .build() {
1315
+ class ListDataLakeDatasetsCommand extends command(_ep0, _mw0, "ListDataLakeDatasets", ListDataLakeDatasets$) {
1491
1316
  }
1492
1317
 
1493
- class ListDataLakeNamespacesCommand extends Command
1494
- .classBuilder()
1495
- .ep(commonParams)
1496
- .m(function (Command, cs, config, o) {
1497
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1498
- })
1499
- .s("GalaxyPublicAPIGateway", "ListDataLakeNamespaces", {})
1500
- .n("SupplyChainClient", "ListDataLakeNamespacesCommand")
1501
- .sc(ListDataLakeNamespaces$)
1502
- .build() {
1318
+ class ListDataLakeNamespacesCommand extends command(_ep0, _mw0, "ListDataLakeNamespaces", ListDataLakeNamespaces$) {
1503
1319
  }
1504
1320
 
1505
- class ListInstancesCommand extends Command
1506
- .classBuilder()
1507
- .ep(commonParams)
1508
- .m(function (Command, cs, config, o) {
1509
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1510
- })
1511
- .s("GalaxyPublicAPIGateway", "ListInstances", {})
1512
- .n("SupplyChainClient", "ListInstancesCommand")
1513
- .sc(ListInstances$)
1514
- .build() {
1321
+ class ListInstancesCommand extends command(_ep0, _mw0, "ListInstances", ListInstances$) {
1515
1322
  }
1516
1323
 
1517
- class ListTagsForResourceCommand extends Command
1518
- .classBuilder()
1519
- .ep(commonParams)
1520
- .m(function (Command, cs, config, o) {
1521
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1522
- })
1523
- .s("GalaxyPublicAPIGateway", "ListTagsForResource", {})
1524
- .n("SupplyChainClient", "ListTagsForResourceCommand")
1525
- .sc(ListTagsForResource$)
1526
- .build() {
1324
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1527
1325
  }
1528
1326
 
1529
- class SendDataIntegrationEventCommand extends Command
1530
- .classBuilder()
1531
- .ep(commonParams)
1532
- .m(function (Command, cs, config, o) {
1533
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1534
- })
1535
- .s("GalaxyPublicAPIGateway", "SendDataIntegrationEvent", {})
1536
- .n("SupplyChainClient", "SendDataIntegrationEventCommand")
1537
- .sc(SendDataIntegrationEvent$)
1538
- .build() {
1327
+ class SendDataIntegrationEventCommand extends command(_ep0, _mw0, "SendDataIntegrationEvent", SendDataIntegrationEvent$) {
1539
1328
  }
1540
1329
 
1541
- class TagResourceCommand extends Command
1542
- .classBuilder()
1543
- .ep(commonParams)
1544
- .m(function (Command, cs, config, o) {
1545
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1546
- })
1547
- .s("GalaxyPublicAPIGateway", "TagResource", {})
1548
- .n("SupplyChainClient", "TagResourceCommand")
1549
- .sc(TagResource$)
1550
- .build() {
1330
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1551
1331
  }
1552
1332
 
1553
- class UntagResourceCommand extends Command
1554
- .classBuilder()
1555
- .ep(commonParams)
1556
- .m(function (Command, cs, config, o) {
1557
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1558
- })
1559
- .s("GalaxyPublicAPIGateway", "UntagResource", {})
1560
- .n("SupplyChainClient", "UntagResourceCommand")
1561
- .sc(UntagResource$)
1562
- .build() {
1333
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1563
1334
  }
1564
1335
 
1565
- class UpdateDataIntegrationFlowCommand extends Command
1566
- .classBuilder()
1567
- .ep(commonParams)
1568
- .m(function (Command, cs, config, o) {
1569
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1570
- })
1571
- .s("GalaxyPublicAPIGateway", "UpdateDataIntegrationFlow", {})
1572
- .n("SupplyChainClient", "UpdateDataIntegrationFlowCommand")
1573
- .sc(UpdateDataIntegrationFlow$)
1574
- .build() {
1336
+ class UpdateDataIntegrationFlowCommand extends command(_ep0, _mw0, "UpdateDataIntegrationFlow", UpdateDataIntegrationFlow$) {
1575
1337
  }
1576
1338
 
1577
- class UpdateDataLakeDatasetCommand extends Command
1578
- .classBuilder()
1579
- .ep(commonParams)
1580
- .m(function (Command, cs, config, o) {
1581
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1582
- })
1583
- .s("GalaxyPublicAPIGateway", "UpdateDataLakeDataset", {})
1584
- .n("SupplyChainClient", "UpdateDataLakeDatasetCommand")
1585
- .sc(UpdateDataLakeDataset$)
1586
- .build() {
1339
+ class UpdateDataLakeDatasetCommand extends command(_ep0, _mw0, "UpdateDataLakeDataset", UpdateDataLakeDataset$) {
1587
1340
  }
1588
1341
 
1589
- class UpdateDataLakeNamespaceCommand extends Command
1590
- .classBuilder()
1591
- .ep(commonParams)
1592
- .m(function (Command, cs, config, o) {
1593
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1594
- })
1595
- .s("GalaxyPublicAPIGateway", "UpdateDataLakeNamespace", {})
1596
- .n("SupplyChainClient", "UpdateDataLakeNamespaceCommand")
1597
- .sc(UpdateDataLakeNamespace$)
1598
- .build() {
1342
+ class UpdateDataLakeNamespaceCommand extends command(_ep0, _mw0, "UpdateDataLakeNamespace", UpdateDataLakeNamespace$) {
1599
1343
  }
1600
1344
 
1601
- class UpdateInstanceCommand extends Command
1602
- .classBuilder()
1603
- .ep(commonParams)
1604
- .m(function (Command, cs, config, o) {
1605
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1606
- })
1607
- .s("GalaxyPublicAPIGateway", "UpdateInstance", {})
1608
- .n("SupplyChainClient", "UpdateInstanceCommand")
1609
- .sc(UpdateInstance$)
1610
- .build() {
1345
+ class UpdateInstanceCommand extends command(_ep0, _mw0, "UpdateInstance", UpdateInstance$) {
1611
1346
  }
1612
1347
 
1613
1348
  const paginateListDataIntegrationEvents = createPaginator(SupplyChainClient, ListDataIntegrationEventsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "GalaxyPublicAPIGateway", "SupplyChainClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateBillOfMaterialsImportJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateBillOfMaterialsImportJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "CreateBillOfMaterialsImportJob", {})
13
- .n("SupplyChainClient", "CreateBillOfMaterialsImportJobCommand")
14
- .sc(CreateBillOfMaterialsImportJob$)
15
- .build() {
3
+ export class CreateBillOfMaterialsImportJobCommand extends command(_ep0, _mw0, "CreateBillOfMaterialsImportJob", CreateBillOfMaterialsImportJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDataIntegrationFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDataIntegrationFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {})
13
- .n("SupplyChainClient", "CreateDataIntegrationFlowCommand")
14
- .sc(CreateDataIntegrationFlow$)
15
- .build() {
3
+ export class CreateDataIntegrationFlowCommand extends command(_ep0, _mw0, "CreateDataIntegrationFlow", CreateDataIntegrationFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDataLakeDataset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDataLakeDatasetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {})
13
- .n("SupplyChainClient", "CreateDataLakeDatasetCommand")
14
- .sc(CreateDataLakeDataset$)
15
- .build() {
3
+ export class CreateDataLakeDatasetCommand extends command(_ep0, _mw0, "CreateDataLakeDataset", CreateDataLakeDataset$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDataLakeNamespace$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDataLakeNamespaceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "CreateDataLakeNamespace", {})
13
- .n("SupplyChainClient", "CreateDataLakeNamespaceCommand")
14
- .sc(CreateDataLakeNamespace$)
15
- .build() {
3
+ export class CreateDataLakeNamespaceCommand extends command(_ep0, _mw0, "CreateDataLakeNamespace", CreateDataLakeNamespace$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "CreateInstance", {})
13
- .n("SupplyChainClient", "CreateInstanceCommand")
14
- .sc(CreateInstance$)
15
- .build() {
3
+ export class CreateInstanceCommand extends command(_ep0, _mw0, "CreateInstance", CreateInstance$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDataIntegrationFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDataIntegrationFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {})
13
- .n("SupplyChainClient", "DeleteDataIntegrationFlowCommand")
14
- .sc(DeleteDataIntegrationFlow$)
15
- .build() {
3
+ export class DeleteDataIntegrationFlowCommand extends command(_ep0, _mw0, "DeleteDataIntegrationFlow", DeleteDataIntegrationFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDataLakeDataset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDataLakeDatasetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {})
13
- .n("SupplyChainClient", "DeleteDataLakeDatasetCommand")
14
- .sc(DeleteDataLakeDataset$)
15
- .build() {
3
+ export class DeleteDataLakeDatasetCommand extends command(_ep0, _mw0, "DeleteDataLakeDataset", DeleteDataLakeDataset$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDataLakeNamespace$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDataLakeNamespaceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "DeleteDataLakeNamespace", {})
13
- .n("SupplyChainClient", "DeleteDataLakeNamespaceCommand")
14
- .sc(DeleteDataLakeNamespace$)
15
- .build() {
3
+ export class DeleteDataLakeNamespaceCommand extends command(_ep0, _mw0, "DeleteDataLakeNamespace", DeleteDataLakeNamespace$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "DeleteInstance", {})
13
- .n("SupplyChainClient", "DeleteInstanceCommand")
14
- .sc(DeleteInstance$)
15
- .build() {
3
+ export class DeleteInstanceCommand extends command(_ep0, _mw0, "DeleteInstance", DeleteInstance$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetBillOfMaterialsImportJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetBillOfMaterialsImportJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "GetBillOfMaterialsImportJob", {})
13
- .n("SupplyChainClient", "GetBillOfMaterialsImportJobCommand")
14
- .sc(GetBillOfMaterialsImportJob$)
15
- .build() {
3
+ export class GetBillOfMaterialsImportJobCommand extends command(_ep0, _mw0, "GetBillOfMaterialsImportJob", GetBillOfMaterialsImportJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDataIntegrationEvent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDataIntegrationEventCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GalaxyPublicAPIGateway", "GetDataIntegrationEvent", {})
13
- .n("SupplyChainClient", "GetDataIntegrationEventCommand")
14
- .sc(GetDataIntegrationEvent$)
15
- .build() {
3
+ export class GetDataIntegrationEventCommand extends command(_ep0, _mw0, "GetDataIntegrationEvent", GetDataIntegrationEvent$) {
16
4
  }