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