@aws-sdk/client-rtbfabric 3.1077.0 → 3.1079.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 (116) hide show
  1. package/dist-cjs/index.js +44 -363
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptLinkCommand.js +2 -14
  4. package/dist-es/commands/AssociateCertificateCommand.js +2 -14
  5. package/dist-es/commands/CreateInboundExternalLinkCommand.js +2 -14
  6. package/dist-es/commands/CreateLinkCommand.js +2 -14
  7. package/dist-es/commands/CreateLinkRoutingRuleCommand.js +2 -14
  8. package/dist-es/commands/CreateOutboundExternalLinkCommand.js +2 -14
  9. package/dist-es/commands/CreateRequesterGatewayCommand.js +2 -14
  10. package/dist-es/commands/CreateResponderGatewayCommand.js +2 -14
  11. package/dist-es/commands/DeleteInboundExternalLinkCommand.js +2 -14
  12. package/dist-es/commands/DeleteLinkCommand.js +2 -14
  13. package/dist-es/commands/DeleteLinkRoutingRuleCommand.js +2 -14
  14. package/dist-es/commands/DeleteOutboundExternalLinkCommand.js +2 -14
  15. package/dist-es/commands/DeleteRequesterGatewayCommand.js +2 -14
  16. package/dist-es/commands/DeleteResponderGatewayCommand.js +2 -14
  17. package/dist-es/commands/DisassociateCertificateCommand.js +2 -14
  18. package/dist-es/commands/GetCertificateAssociationCommand.js +2 -14
  19. package/dist-es/commands/GetInboundExternalLinkCommand.js +2 -14
  20. package/dist-es/commands/GetLinkCommand.js +2 -14
  21. package/dist-es/commands/GetLinkRoutingRuleCommand.js +2 -14
  22. package/dist-es/commands/GetOutboundExternalLinkCommand.js +2 -14
  23. package/dist-es/commands/GetRequesterGatewayCommand.js +2 -14
  24. package/dist-es/commands/GetResponderGatewayCommand.js +2 -14
  25. package/dist-es/commands/ListCertificateAssociationsCommand.js +2 -14
  26. package/dist-es/commands/ListLinkRoutingRulesCommand.js +2 -14
  27. package/dist-es/commands/ListLinksCommand.js +2 -14
  28. package/dist-es/commands/ListRequesterGatewaysCommand.js +2 -14
  29. package/dist-es/commands/ListResponderGatewaysCommand.js +2 -14
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  31. package/dist-es/commands/RejectLinkCommand.js +2 -14
  32. package/dist-es/commands/TagResourceCommand.js +2 -14
  33. package/dist-es/commands/UntagResourceCommand.js +2 -14
  34. package/dist-es/commands/UpdateLinkCommand.js +2 -14
  35. package/dist-es/commands/UpdateLinkModuleFlowCommand.js +2 -14
  36. package/dist-es/commands/UpdateLinkRoutingRuleCommand.js +2 -14
  37. package/dist-es/commands/UpdateRequesterGatewayCommand.js +2 -14
  38. package/dist-es/commands/UpdateResponderGatewayCommand.js +2 -14
  39. package/dist-es/index.js +1 -0
  40. package/dist-types/commandBuilder.d.ts +18 -0
  41. package/dist-types/commands/AcceptLinkCommand.d.ts +3 -8
  42. package/dist-types/commands/AssociateCertificateCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateLinkCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateLinkRoutingRuleCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateRequesterGatewayCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateResponderGatewayCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteInboundExternalLinkCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteLinkCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteLinkRoutingRuleCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteOutboundExternalLinkCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteRequesterGatewayCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteResponderGatewayCommand.d.ts +3 -8
  55. package/dist-types/commands/DisassociateCertificateCommand.d.ts +3 -8
  56. package/dist-types/commands/GetCertificateAssociationCommand.d.ts +3 -8
  57. package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +3 -8
  58. package/dist-types/commands/GetLinkCommand.d.ts +3 -8
  59. package/dist-types/commands/GetLinkRoutingRuleCommand.d.ts +3 -8
  60. package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +3 -8
  61. package/dist-types/commands/GetRequesterGatewayCommand.d.ts +3 -8
  62. package/dist-types/commands/GetResponderGatewayCommand.d.ts +3 -8
  63. package/dist-types/commands/ListCertificateAssociationsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListLinkRoutingRulesCommand.d.ts +3 -8
  65. package/dist-types/commands/ListLinksCommand.d.ts +3 -8
  66. package/dist-types/commands/ListRequesterGatewaysCommand.d.ts +3 -8
  67. package/dist-types/commands/ListResponderGatewaysCommand.d.ts +3 -8
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/RejectLinkCommand.d.ts +3 -8
  70. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  71. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  72. package/dist-types/commands/UpdateLinkCommand.d.ts +3 -8
  73. package/dist-types/commands/UpdateLinkModuleFlowCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdateLinkRoutingRuleCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdateRequesterGatewayCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateResponderGatewayCommand.d.ts +3 -8
  77. package/dist-types/index.d.ts +1 -0
  78. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  79. package/dist-types/ts3.4/commands/AcceptLinkCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/RejectLinkCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/index.d.ts +1 -0
  116. 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, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, 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.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1305,436 +1306,116 @@ class RTBFabricClient extends Client {
1305
1306
  }
1306
1307
  }
1307
1308
 
1308
- class AcceptLinkCommand extends Command
1309
- .classBuilder()
1310
- .ep(commonParams)
1311
- .m(function (Command, cs, config, o) {
1312
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1313
- })
1314
- .s("RTBFabric", "AcceptLink", {})
1315
- .n("RTBFabricClient", "AcceptLinkCommand")
1316
- .sc(AcceptLink$)
1317
- .build() {
1309
+ const command = makeBuilder(commonParams, "RTBFabric", "RTBFabricClient", getEndpointPlugin);
1310
+ const _ep0 = {};
1311
+ const _mw0 = (Command, cs, config, o) => [];
1312
+
1313
+ class AcceptLinkCommand extends command(_ep0, _mw0, "AcceptLink", AcceptLink$) {
1318
1314
  }
1319
1315
 
1320
- class AssociateCertificateCommand extends Command
1321
- .classBuilder()
1322
- .ep(commonParams)
1323
- .m(function (Command, cs, config, o) {
1324
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1325
- })
1326
- .s("RTBFabric", "AssociateCertificate", {})
1327
- .n("RTBFabricClient", "AssociateCertificateCommand")
1328
- .sc(AssociateCertificate$)
1329
- .build() {
1316
+ class AssociateCertificateCommand extends command(_ep0, _mw0, "AssociateCertificate", AssociateCertificate$) {
1330
1317
  }
1331
1318
 
1332
- class CreateInboundExternalLinkCommand extends Command
1333
- .classBuilder()
1334
- .ep(commonParams)
1335
- .m(function (Command, cs, config, o) {
1336
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1337
- })
1338
- .s("RTBFabric", "CreateInboundExternalLink", {})
1339
- .n("RTBFabricClient", "CreateInboundExternalLinkCommand")
1340
- .sc(CreateInboundExternalLink$)
1341
- .build() {
1319
+ class CreateInboundExternalLinkCommand extends command(_ep0, _mw0, "CreateInboundExternalLink", CreateInboundExternalLink$) {
1342
1320
  }
1343
1321
 
1344
- class CreateLinkCommand extends Command
1345
- .classBuilder()
1346
- .ep(commonParams)
1347
- .m(function (Command, cs, config, o) {
1348
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1349
- })
1350
- .s("RTBFabric", "CreateLink", {})
1351
- .n("RTBFabricClient", "CreateLinkCommand")
1352
- .sc(CreateLink$)
1353
- .build() {
1322
+ class CreateLinkCommand extends command(_ep0, _mw0, "CreateLink", CreateLink$) {
1354
1323
  }
1355
1324
 
1356
- class CreateLinkRoutingRuleCommand extends Command
1357
- .classBuilder()
1358
- .ep(commonParams)
1359
- .m(function (Command, cs, config, o) {
1360
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1361
- })
1362
- .s("RTBFabric", "CreateLinkRoutingRule", {})
1363
- .n("RTBFabricClient", "CreateLinkRoutingRuleCommand")
1364
- .sc(CreateLinkRoutingRule$)
1365
- .build() {
1325
+ class CreateLinkRoutingRuleCommand extends command(_ep0, _mw0, "CreateLinkRoutingRule", CreateLinkRoutingRule$) {
1366
1326
  }
1367
1327
 
1368
- class CreateOutboundExternalLinkCommand extends Command
1369
- .classBuilder()
1370
- .ep(commonParams)
1371
- .m(function (Command, cs, config, o) {
1372
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1373
- })
1374
- .s("RTBFabric", "CreateOutboundExternalLink", {})
1375
- .n("RTBFabricClient", "CreateOutboundExternalLinkCommand")
1376
- .sc(CreateOutboundExternalLink$)
1377
- .build() {
1328
+ class CreateOutboundExternalLinkCommand extends command(_ep0, _mw0, "CreateOutboundExternalLink", CreateOutboundExternalLink$) {
1378
1329
  }
1379
1330
 
1380
- class CreateRequesterGatewayCommand extends Command
1381
- .classBuilder()
1382
- .ep(commonParams)
1383
- .m(function (Command, cs, config, o) {
1384
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1385
- })
1386
- .s("RTBFabric", "CreateRequesterGateway", {})
1387
- .n("RTBFabricClient", "CreateRequesterGatewayCommand")
1388
- .sc(CreateRequesterGateway$)
1389
- .build() {
1331
+ class CreateRequesterGatewayCommand extends command(_ep0, _mw0, "CreateRequesterGateway", CreateRequesterGateway$) {
1390
1332
  }
1391
1333
 
1392
- class CreateResponderGatewayCommand extends Command
1393
- .classBuilder()
1394
- .ep(commonParams)
1395
- .m(function (Command, cs, config, o) {
1396
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1397
- })
1398
- .s("RTBFabric", "CreateResponderGateway", {})
1399
- .n("RTBFabricClient", "CreateResponderGatewayCommand")
1400
- .sc(CreateResponderGateway$)
1401
- .build() {
1334
+ class CreateResponderGatewayCommand extends command(_ep0, _mw0, "CreateResponderGateway", CreateResponderGateway$) {
1402
1335
  }
1403
1336
 
1404
- class DeleteInboundExternalLinkCommand extends Command
1405
- .classBuilder()
1406
- .ep(commonParams)
1407
- .m(function (Command, cs, config, o) {
1408
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1409
- })
1410
- .s("RTBFabric", "DeleteInboundExternalLink", {})
1411
- .n("RTBFabricClient", "DeleteInboundExternalLinkCommand")
1412
- .sc(DeleteInboundExternalLink$)
1413
- .build() {
1337
+ class DeleteInboundExternalLinkCommand extends command(_ep0, _mw0, "DeleteInboundExternalLink", DeleteInboundExternalLink$) {
1414
1338
  }
1415
1339
 
1416
- class DeleteLinkCommand extends Command
1417
- .classBuilder()
1418
- .ep(commonParams)
1419
- .m(function (Command, cs, config, o) {
1420
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1421
- })
1422
- .s("RTBFabric", "DeleteLink", {})
1423
- .n("RTBFabricClient", "DeleteLinkCommand")
1424
- .sc(DeleteLink$)
1425
- .build() {
1340
+ class DeleteLinkCommand extends command(_ep0, _mw0, "DeleteLink", DeleteLink$) {
1426
1341
  }
1427
1342
 
1428
- class DeleteLinkRoutingRuleCommand extends Command
1429
- .classBuilder()
1430
- .ep(commonParams)
1431
- .m(function (Command, cs, config, o) {
1432
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1433
- })
1434
- .s("RTBFabric", "DeleteLinkRoutingRule", {})
1435
- .n("RTBFabricClient", "DeleteLinkRoutingRuleCommand")
1436
- .sc(DeleteLinkRoutingRule$)
1437
- .build() {
1343
+ class DeleteLinkRoutingRuleCommand extends command(_ep0, _mw0, "DeleteLinkRoutingRule", DeleteLinkRoutingRule$) {
1438
1344
  }
1439
1345
 
1440
- class DeleteOutboundExternalLinkCommand extends Command
1441
- .classBuilder()
1442
- .ep(commonParams)
1443
- .m(function (Command, cs, config, o) {
1444
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1445
- })
1446
- .s("RTBFabric", "DeleteOutboundExternalLink", {})
1447
- .n("RTBFabricClient", "DeleteOutboundExternalLinkCommand")
1448
- .sc(DeleteOutboundExternalLink$)
1449
- .build() {
1346
+ class DeleteOutboundExternalLinkCommand extends command(_ep0, _mw0, "DeleteOutboundExternalLink", DeleteOutboundExternalLink$) {
1450
1347
  }
1451
1348
 
1452
- class DeleteRequesterGatewayCommand extends Command
1453
- .classBuilder()
1454
- .ep(commonParams)
1455
- .m(function (Command, cs, config, o) {
1456
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1457
- })
1458
- .s("RTBFabric", "DeleteRequesterGateway", {})
1459
- .n("RTBFabricClient", "DeleteRequesterGatewayCommand")
1460
- .sc(DeleteRequesterGateway$)
1461
- .build() {
1349
+ class DeleteRequesterGatewayCommand extends command(_ep0, _mw0, "DeleteRequesterGateway", DeleteRequesterGateway$) {
1462
1350
  }
1463
1351
 
1464
- class DeleteResponderGatewayCommand extends Command
1465
- .classBuilder()
1466
- .ep(commonParams)
1467
- .m(function (Command, cs, config, o) {
1468
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1469
- })
1470
- .s("RTBFabric", "DeleteResponderGateway", {})
1471
- .n("RTBFabricClient", "DeleteResponderGatewayCommand")
1472
- .sc(DeleteResponderGateway$)
1473
- .build() {
1352
+ class DeleteResponderGatewayCommand extends command(_ep0, _mw0, "DeleteResponderGateway", DeleteResponderGateway$) {
1474
1353
  }
1475
1354
 
1476
- class DisassociateCertificateCommand extends Command
1477
- .classBuilder()
1478
- .ep(commonParams)
1479
- .m(function (Command, cs, config, o) {
1480
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1481
- })
1482
- .s("RTBFabric", "DisassociateCertificate", {})
1483
- .n("RTBFabricClient", "DisassociateCertificateCommand")
1484
- .sc(DisassociateCertificate$)
1485
- .build() {
1355
+ class DisassociateCertificateCommand extends command(_ep0, _mw0, "DisassociateCertificate", DisassociateCertificate$) {
1486
1356
  }
1487
1357
 
1488
- class GetCertificateAssociationCommand extends Command
1489
- .classBuilder()
1490
- .ep(commonParams)
1491
- .m(function (Command, cs, config, o) {
1492
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1493
- })
1494
- .s("RTBFabric", "GetCertificateAssociation", {})
1495
- .n("RTBFabricClient", "GetCertificateAssociationCommand")
1496
- .sc(GetCertificateAssociation$)
1497
- .build() {
1358
+ class GetCertificateAssociationCommand extends command(_ep0, _mw0, "GetCertificateAssociation", GetCertificateAssociation$) {
1498
1359
  }
1499
1360
 
1500
- class GetInboundExternalLinkCommand extends Command
1501
- .classBuilder()
1502
- .ep(commonParams)
1503
- .m(function (Command, cs, config, o) {
1504
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1505
- })
1506
- .s("RTBFabric", "GetInboundExternalLink", {})
1507
- .n("RTBFabricClient", "GetInboundExternalLinkCommand")
1508
- .sc(GetInboundExternalLink$)
1509
- .build() {
1361
+ class GetInboundExternalLinkCommand extends command(_ep0, _mw0, "GetInboundExternalLink", GetInboundExternalLink$) {
1510
1362
  }
1511
1363
 
1512
- class GetLinkCommand extends Command
1513
- .classBuilder()
1514
- .ep(commonParams)
1515
- .m(function (Command, cs, config, o) {
1516
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1517
- })
1518
- .s("RTBFabric", "GetLink", {})
1519
- .n("RTBFabricClient", "GetLinkCommand")
1520
- .sc(GetLink$)
1521
- .build() {
1364
+ class GetLinkCommand extends command(_ep0, _mw0, "GetLink", GetLink$) {
1522
1365
  }
1523
1366
 
1524
- class GetLinkRoutingRuleCommand extends Command
1525
- .classBuilder()
1526
- .ep(commonParams)
1527
- .m(function (Command, cs, config, o) {
1528
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1529
- })
1530
- .s("RTBFabric", "GetLinkRoutingRule", {})
1531
- .n("RTBFabricClient", "GetLinkRoutingRuleCommand")
1532
- .sc(GetLinkRoutingRule$)
1533
- .build() {
1367
+ class GetLinkRoutingRuleCommand extends command(_ep0, _mw0, "GetLinkRoutingRule", GetLinkRoutingRule$) {
1534
1368
  }
1535
1369
 
1536
- class GetOutboundExternalLinkCommand extends Command
1537
- .classBuilder()
1538
- .ep(commonParams)
1539
- .m(function (Command, cs, config, o) {
1540
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1541
- })
1542
- .s("RTBFabric", "GetOutboundExternalLink", {})
1543
- .n("RTBFabricClient", "GetOutboundExternalLinkCommand")
1544
- .sc(GetOutboundExternalLink$)
1545
- .build() {
1370
+ class GetOutboundExternalLinkCommand extends command(_ep0, _mw0, "GetOutboundExternalLink", GetOutboundExternalLink$) {
1546
1371
  }
1547
1372
 
1548
- class GetRequesterGatewayCommand extends Command
1549
- .classBuilder()
1550
- .ep(commonParams)
1551
- .m(function (Command, cs, config, o) {
1552
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1553
- })
1554
- .s("RTBFabric", "GetRequesterGateway", {})
1555
- .n("RTBFabricClient", "GetRequesterGatewayCommand")
1556
- .sc(GetRequesterGateway$)
1557
- .build() {
1373
+ class GetRequesterGatewayCommand extends command(_ep0, _mw0, "GetRequesterGateway", GetRequesterGateway$) {
1558
1374
  }
1559
1375
 
1560
- class GetResponderGatewayCommand extends Command
1561
- .classBuilder()
1562
- .ep(commonParams)
1563
- .m(function (Command, cs, config, o) {
1564
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1565
- })
1566
- .s("RTBFabric", "GetResponderGateway", {})
1567
- .n("RTBFabricClient", "GetResponderGatewayCommand")
1568
- .sc(GetResponderGateway$)
1569
- .build() {
1376
+ class GetResponderGatewayCommand extends command(_ep0, _mw0, "GetResponderGateway", GetResponderGateway$) {
1570
1377
  }
1571
1378
 
1572
- class ListCertificateAssociationsCommand extends Command
1573
- .classBuilder()
1574
- .ep(commonParams)
1575
- .m(function (Command, cs, config, o) {
1576
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1577
- })
1578
- .s("RTBFabric", "ListCertificateAssociations", {})
1579
- .n("RTBFabricClient", "ListCertificateAssociationsCommand")
1580
- .sc(ListCertificateAssociations$)
1581
- .build() {
1379
+ class ListCertificateAssociationsCommand extends command(_ep0, _mw0, "ListCertificateAssociations", ListCertificateAssociations$) {
1582
1380
  }
1583
1381
 
1584
- class ListLinkRoutingRulesCommand extends Command
1585
- .classBuilder()
1586
- .ep(commonParams)
1587
- .m(function (Command, cs, config, o) {
1588
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1589
- })
1590
- .s("RTBFabric", "ListLinkRoutingRules", {})
1591
- .n("RTBFabricClient", "ListLinkRoutingRulesCommand")
1592
- .sc(ListLinkRoutingRules$)
1593
- .build() {
1382
+ class ListLinkRoutingRulesCommand extends command(_ep0, _mw0, "ListLinkRoutingRules", ListLinkRoutingRules$) {
1594
1383
  }
1595
1384
 
1596
- class ListLinksCommand extends Command
1597
- .classBuilder()
1598
- .ep(commonParams)
1599
- .m(function (Command, cs, config, o) {
1600
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1601
- })
1602
- .s("RTBFabric", "ListLinks", {})
1603
- .n("RTBFabricClient", "ListLinksCommand")
1604
- .sc(ListLinks$)
1605
- .build() {
1385
+ class ListLinksCommand extends command(_ep0, _mw0, "ListLinks", ListLinks$) {
1606
1386
  }
1607
1387
 
1608
- class ListRequesterGatewaysCommand extends Command
1609
- .classBuilder()
1610
- .ep(commonParams)
1611
- .m(function (Command, cs, config, o) {
1612
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1613
- })
1614
- .s("RTBFabric", "ListRequesterGateways", {})
1615
- .n("RTBFabricClient", "ListRequesterGatewaysCommand")
1616
- .sc(ListRequesterGateways$)
1617
- .build() {
1388
+ class ListRequesterGatewaysCommand extends command(_ep0, _mw0, "ListRequesterGateways", ListRequesterGateways$) {
1618
1389
  }
1619
1390
 
1620
- class ListResponderGatewaysCommand extends Command
1621
- .classBuilder()
1622
- .ep(commonParams)
1623
- .m(function (Command, cs, config, o) {
1624
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1625
- })
1626
- .s("RTBFabric", "ListResponderGateways", {})
1627
- .n("RTBFabricClient", "ListResponderGatewaysCommand")
1628
- .sc(ListResponderGateways$)
1629
- .build() {
1391
+ class ListResponderGatewaysCommand extends command(_ep0, _mw0, "ListResponderGateways", ListResponderGateways$) {
1630
1392
  }
1631
1393
 
1632
- class ListTagsForResourceCommand extends Command
1633
- .classBuilder()
1634
- .ep(commonParams)
1635
- .m(function (Command, cs, config, o) {
1636
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1637
- })
1638
- .s("RTBFabric", "ListTagsForResource", {})
1639
- .n("RTBFabricClient", "ListTagsForResourceCommand")
1640
- .sc(ListTagsForResource$)
1641
- .build() {
1394
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1642
1395
  }
1643
1396
 
1644
- class RejectLinkCommand extends Command
1645
- .classBuilder()
1646
- .ep(commonParams)
1647
- .m(function (Command, cs, config, o) {
1648
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1649
- })
1650
- .s("RTBFabric", "RejectLink", {})
1651
- .n("RTBFabricClient", "RejectLinkCommand")
1652
- .sc(RejectLink$)
1653
- .build() {
1397
+ class RejectLinkCommand extends command(_ep0, _mw0, "RejectLink", RejectLink$) {
1654
1398
  }
1655
1399
 
1656
- class TagResourceCommand extends Command
1657
- .classBuilder()
1658
- .ep(commonParams)
1659
- .m(function (Command, cs, config, o) {
1660
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1661
- })
1662
- .s("RTBFabric", "TagResource", {})
1663
- .n("RTBFabricClient", "TagResourceCommand")
1664
- .sc(TagResource$)
1665
- .build() {
1400
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1666
1401
  }
1667
1402
 
1668
- class UntagResourceCommand extends Command
1669
- .classBuilder()
1670
- .ep(commonParams)
1671
- .m(function (Command, cs, config, o) {
1672
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1673
- })
1674
- .s("RTBFabric", "UntagResource", {})
1675
- .n("RTBFabricClient", "UntagResourceCommand")
1676
- .sc(UntagResource$)
1677
- .build() {
1403
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1678
1404
  }
1679
1405
 
1680
- class UpdateLinkCommand extends Command
1681
- .classBuilder()
1682
- .ep(commonParams)
1683
- .m(function (Command, cs, config, o) {
1684
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1685
- })
1686
- .s("RTBFabric", "UpdateLink", {})
1687
- .n("RTBFabricClient", "UpdateLinkCommand")
1688
- .sc(UpdateLink$)
1689
- .build() {
1406
+ class UpdateLinkCommand extends command(_ep0, _mw0, "UpdateLink", UpdateLink$) {
1690
1407
  }
1691
1408
 
1692
- class UpdateLinkModuleFlowCommand extends Command
1693
- .classBuilder()
1694
- .ep(commonParams)
1695
- .m(function (Command, cs, config, o) {
1696
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1697
- })
1698
- .s("RTBFabric", "UpdateLinkModuleFlow", {})
1699
- .n("RTBFabricClient", "UpdateLinkModuleFlowCommand")
1700
- .sc(UpdateLinkModuleFlow$)
1701
- .build() {
1409
+ class UpdateLinkModuleFlowCommand extends command(_ep0, _mw0, "UpdateLinkModuleFlow", UpdateLinkModuleFlow$) {
1702
1410
  }
1703
1411
 
1704
- class UpdateLinkRoutingRuleCommand extends Command
1705
- .classBuilder()
1706
- .ep(commonParams)
1707
- .m(function (Command, cs, config, o) {
1708
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1709
- })
1710
- .s("RTBFabric", "UpdateLinkRoutingRule", {})
1711
- .n("RTBFabricClient", "UpdateLinkRoutingRuleCommand")
1712
- .sc(UpdateLinkRoutingRule$)
1713
- .build() {
1412
+ class UpdateLinkRoutingRuleCommand extends command(_ep0, _mw0, "UpdateLinkRoutingRule", UpdateLinkRoutingRule$) {
1714
1413
  }
1715
1414
 
1716
- class UpdateRequesterGatewayCommand extends Command
1717
- .classBuilder()
1718
- .ep(commonParams)
1719
- .m(function (Command, cs, config, o) {
1720
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1721
- })
1722
- .s("RTBFabric", "UpdateRequesterGateway", {})
1723
- .n("RTBFabricClient", "UpdateRequesterGatewayCommand")
1724
- .sc(UpdateRequesterGateway$)
1725
- .build() {
1415
+ class UpdateRequesterGatewayCommand extends command(_ep0, _mw0, "UpdateRequesterGateway", UpdateRequesterGateway$) {
1726
1416
  }
1727
1417
 
1728
- class UpdateResponderGatewayCommand extends Command
1729
- .classBuilder()
1730
- .ep(commonParams)
1731
- .m(function (Command, cs, config, o) {
1732
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1733
- })
1734
- .s("RTBFabric", "UpdateResponderGateway", {})
1735
- .n("RTBFabricClient", "UpdateResponderGatewayCommand")
1736
- .sc(UpdateResponderGateway$)
1737
- .build() {
1418
+ class UpdateResponderGatewayCommand extends command(_ep0, _mw0, "UpdateResponderGateway", UpdateResponderGateway$) {
1738
1419
  }
1739
1420
 
1740
1421
  const paginateListCertificateAssociations = createPaginator(RTBFabricClient, ListCertificateAssociationsCommand, "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, "RTBFabric", "RTBFabricClient", 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 { AcceptLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AcceptLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "AcceptLink", {})
13
- .n("RTBFabricClient", "AcceptLinkCommand")
14
- .sc(AcceptLink$)
15
- .build() {
3
+ export class AcceptLinkCommand extends command(_ep0, _mw0, "AcceptLink", AcceptLink$) {
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 { AssociateCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "AssociateCertificate", {})
13
- .n("RTBFabricClient", "AssociateCertificateCommand")
14
- .sc(AssociateCertificate$)
15
- .build() {
3
+ export class AssociateCertificateCommand extends command(_ep0, _mw0, "AssociateCertificate", AssociateCertificate$) {
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 { CreateInboundExternalLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateInboundExternalLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "CreateInboundExternalLink", {})
13
- .n("RTBFabricClient", "CreateInboundExternalLinkCommand")
14
- .sc(CreateInboundExternalLink$)
15
- .build() {
3
+ export class CreateInboundExternalLinkCommand extends command(_ep0, _mw0, "CreateInboundExternalLink", CreateInboundExternalLink$) {
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 { CreateLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "CreateLink", {})
13
- .n("RTBFabricClient", "CreateLinkCommand")
14
- .sc(CreateLink$)
15
- .build() {
3
+ export class CreateLinkCommand extends command(_ep0, _mw0, "CreateLink", CreateLink$) {
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 { CreateLinkRoutingRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLinkRoutingRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "CreateLinkRoutingRule", {})
13
- .n("RTBFabricClient", "CreateLinkRoutingRuleCommand")
14
- .sc(CreateLinkRoutingRule$)
15
- .build() {
3
+ export class CreateLinkRoutingRuleCommand extends command(_ep0, _mw0, "CreateLinkRoutingRule", CreateLinkRoutingRule$) {
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 { CreateOutboundExternalLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateOutboundExternalLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "CreateOutboundExternalLink", {})
13
- .n("RTBFabricClient", "CreateOutboundExternalLinkCommand")
14
- .sc(CreateOutboundExternalLink$)
15
- .build() {
3
+ export class CreateOutboundExternalLinkCommand extends command(_ep0, _mw0, "CreateOutboundExternalLink", CreateOutboundExternalLink$) {
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 { CreateRequesterGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateRequesterGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "CreateRequesterGateway", {})
13
- .n("RTBFabricClient", "CreateRequesterGatewayCommand")
14
- .sc(CreateRequesterGateway$)
15
- .build() {
3
+ export class CreateRequesterGatewayCommand extends command(_ep0, _mw0, "CreateRequesterGateway", CreateRequesterGateway$) {
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 { CreateResponderGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateResponderGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "CreateResponderGateway", {})
13
- .n("RTBFabricClient", "CreateResponderGatewayCommand")
14
- .sc(CreateResponderGateway$)
15
- .build() {
3
+ export class CreateResponderGatewayCommand extends command(_ep0, _mw0, "CreateResponderGateway", CreateResponderGateway$) {
16
4
  }