@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
@@ -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 { DeleteInboundExternalLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteInboundExternalLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "DeleteInboundExternalLink", {})
13
- .n("RTBFabricClient", "DeleteInboundExternalLinkCommand")
14
- .sc(DeleteInboundExternalLink$)
15
- .build() {
3
+ export class DeleteInboundExternalLinkCommand extends command(_ep0, _mw0, "DeleteInboundExternalLink", DeleteInboundExternalLink$) {
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 { DeleteLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "DeleteLink", {})
13
- .n("RTBFabricClient", "DeleteLinkCommand")
14
- .sc(DeleteLink$)
15
- .build() {
3
+ export class DeleteLinkCommand extends command(_ep0, _mw0, "DeleteLink", DeleteLink$) {
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 { DeleteLinkRoutingRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteLinkRoutingRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "DeleteLinkRoutingRule", {})
13
- .n("RTBFabricClient", "DeleteLinkRoutingRuleCommand")
14
- .sc(DeleteLinkRoutingRule$)
15
- .build() {
3
+ export class DeleteLinkRoutingRuleCommand extends command(_ep0, _mw0, "DeleteLinkRoutingRule", DeleteLinkRoutingRule$) {
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 { DeleteOutboundExternalLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteOutboundExternalLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "DeleteOutboundExternalLink", {})
13
- .n("RTBFabricClient", "DeleteOutboundExternalLinkCommand")
14
- .sc(DeleteOutboundExternalLink$)
15
- .build() {
3
+ export class DeleteOutboundExternalLinkCommand extends command(_ep0, _mw0, "DeleteOutboundExternalLink", DeleteOutboundExternalLink$) {
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 { DeleteRequesterGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRequesterGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "DeleteRequesterGateway", {})
13
- .n("RTBFabricClient", "DeleteRequesterGatewayCommand")
14
- .sc(DeleteRequesterGateway$)
15
- .build() {
3
+ export class DeleteRequesterGatewayCommand extends command(_ep0, _mw0, "DeleteRequesterGateway", DeleteRequesterGateway$) {
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 { DeleteResponderGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteResponderGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "DeleteResponderGateway", {})
13
- .n("RTBFabricClient", "DeleteResponderGatewayCommand")
14
- .sc(DeleteResponderGateway$)
15
- .build() {
3
+ export class DeleteResponderGatewayCommand extends command(_ep0, _mw0, "DeleteResponderGateway", DeleteResponderGateway$) {
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 { DisassociateCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "DisassociateCertificate", {})
13
- .n("RTBFabricClient", "DisassociateCertificateCommand")
14
- .sc(DisassociateCertificate$)
15
- .build() {
3
+ export class DisassociateCertificateCommand extends command(_ep0, _mw0, "DisassociateCertificate", DisassociateCertificate$) {
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 { GetCertificateAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCertificateAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "GetCertificateAssociation", {})
13
- .n("RTBFabricClient", "GetCertificateAssociationCommand")
14
- .sc(GetCertificateAssociation$)
15
- .build() {
3
+ export class GetCertificateAssociationCommand extends command(_ep0, _mw0, "GetCertificateAssociation", GetCertificateAssociation$) {
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 { GetInboundExternalLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetInboundExternalLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "GetInboundExternalLink", {})
13
- .n("RTBFabricClient", "GetInboundExternalLinkCommand")
14
- .sc(GetInboundExternalLink$)
15
- .build() {
3
+ export class GetInboundExternalLinkCommand extends command(_ep0, _mw0, "GetInboundExternalLink", GetInboundExternalLink$) {
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 { GetLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "GetLink", {})
13
- .n("RTBFabricClient", "GetLinkCommand")
14
- .sc(GetLink$)
15
- .build() {
3
+ export class GetLinkCommand extends command(_ep0, _mw0, "GetLink", GetLink$) {
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 { GetLinkRoutingRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetLinkRoutingRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "GetLinkRoutingRule", {})
13
- .n("RTBFabricClient", "GetLinkRoutingRuleCommand")
14
- .sc(GetLinkRoutingRule$)
15
- .build() {
3
+ export class GetLinkRoutingRuleCommand extends command(_ep0, _mw0, "GetLinkRoutingRule", GetLinkRoutingRule$) {
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 { GetOutboundExternalLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetOutboundExternalLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "GetOutboundExternalLink", {})
13
- .n("RTBFabricClient", "GetOutboundExternalLinkCommand")
14
- .sc(GetOutboundExternalLink$)
15
- .build() {
3
+ export class GetOutboundExternalLinkCommand extends command(_ep0, _mw0, "GetOutboundExternalLink", GetOutboundExternalLink$) {
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 { GetRequesterGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetRequesterGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "GetRequesterGateway", {})
13
- .n("RTBFabricClient", "GetRequesterGatewayCommand")
14
- .sc(GetRequesterGateway$)
15
- .build() {
3
+ export class GetRequesterGatewayCommand extends command(_ep0, _mw0, "GetRequesterGateway", GetRequesterGateway$) {
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 { GetResponderGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetResponderGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "GetResponderGateway", {})
13
- .n("RTBFabricClient", "GetResponderGatewayCommand")
14
- .sc(GetResponderGateway$)
15
- .build() {
3
+ export class GetResponderGatewayCommand extends command(_ep0, _mw0, "GetResponderGateway", GetResponderGateway$) {
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 { ListCertificateAssociations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCertificateAssociationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "ListCertificateAssociations", {})
13
- .n("RTBFabricClient", "ListCertificateAssociationsCommand")
14
- .sc(ListCertificateAssociations$)
15
- .build() {
3
+ export class ListCertificateAssociationsCommand extends command(_ep0, _mw0, "ListCertificateAssociations", ListCertificateAssociations$) {
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 { ListLinkRoutingRules$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListLinkRoutingRulesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "ListLinkRoutingRules", {})
13
- .n("RTBFabricClient", "ListLinkRoutingRulesCommand")
14
- .sc(ListLinkRoutingRules$)
15
- .build() {
3
+ export class ListLinkRoutingRulesCommand extends command(_ep0, _mw0, "ListLinkRoutingRules", ListLinkRoutingRules$) {
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 { ListLinks$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListLinksCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "ListLinks", {})
13
- .n("RTBFabricClient", "ListLinksCommand")
14
- .sc(ListLinks$)
15
- .build() {
3
+ export class ListLinksCommand extends command(_ep0, _mw0, "ListLinks", ListLinks$) {
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 { ListRequesterGateways$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRequesterGatewaysCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "ListRequesterGateways", {})
13
- .n("RTBFabricClient", "ListRequesterGatewaysCommand")
14
- .sc(ListRequesterGateways$)
15
- .build() {
3
+ export class ListRequesterGatewaysCommand extends command(_ep0, _mw0, "ListRequesterGateways", ListRequesterGateways$) {
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 { ListResponderGateways$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListResponderGatewaysCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "ListResponderGateways", {})
13
- .n("RTBFabricClient", "ListResponderGatewaysCommand")
14
- .sc(ListResponderGateways$)
15
- .build() {
3
+ export class ListResponderGatewaysCommand extends command(_ep0, _mw0, "ListResponderGateways", ListResponderGateways$) {
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 { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "ListTagsForResource", {})
13
- .n("RTBFabricClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
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 { RejectLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RejectLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "RejectLink", {})
13
- .n("RTBFabricClient", "RejectLinkCommand")
14
- .sc(RejectLink$)
15
- .build() {
3
+ export class RejectLinkCommand extends command(_ep0, _mw0, "RejectLink", RejectLink$) {
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 { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "TagResource", {})
13
- .n("RTBFabricClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "UntagResource", {})
13
- .n("RTBFabricClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
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 { UpdateLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "UpdateLink", {})
13
- .n("RTBFabricClient", "UpdateLinkCommand")
14
- .sc(UpdateLink$)
15
- .build() {
3
+ export class UpdateLinkCommand extends command(_ep0, _mw0, "UpdateLink", UpdateLink$) {
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 { UpdateLinkModuleFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateLinkModuleFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "UpdateLinkModuleFlow", {})
13
- .n("RTBFabricClient", "UpdateLinkModuleFlowCommand")
14
- .sc(UpdateLinkModuleFlow$)
15
- .build() {
3
+ export class UpdateLinkModuleFlowCommand extends command(_ep0, _mw0, "UpdateLinkModuleFlow", UpdateLinkModuleFlow$) {
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 { UpdateLinkRoutingRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateLinkRoutingRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "UpdateLinkRoutingRule", {})
13
- .n("RTBFabricClient", "UpdateLinkRoutingRuleCommand")
14
- .sc(UpdateLinkRoutingRule$)
15
- .build() {
3
+ export class UpdateLinkRoutingRuleCommand extends command(_ep0, _mw0, "UpdateLinkRoutingRule", UpdateLinkRoutingRule$) {
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 { UpdateRequesterGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRequesterGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "UpdateRequesterGateway", {})
13
- .n("RTBFabricClient", "UpdateRequesterGatewayCommand")
14
- .sc(UpdateRequesterGateway$)
15
- .build() {
3
+ export class UpdateRequesterGatewayCommand extends command(_ep0, _mw0, "UpdateRequesterGateway", UpdateRequesterGateway$) {
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 { UpdateResponderGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateResponderGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RTBFabric", "UpdateResponderGateway", {})
13
- .n("RTBFabricClient", "UpdateResponderGatewayCommand")
14
- .sc(UpdateResponderGateway$)
15
- .build() {
3
+ export class UpdateResponderGatewayCommand extends command(_ep0, _mw0, "UpdateResponderGateway", UpdateResponderGateway$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./RTBFabricClient";
2
2
  export * from "./RTBFabric";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./RTBFabricClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AcceptLinkRequest, AcceptLinkResponse } from "../models/models_0";
4
- import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AcceptLinkCommandInput extends AcceptLinkRequest {
22
19
  export interface AcceptLinkCommandOutput extends AcceptLinkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AcceptLinkCommand_base: {
25
- new (input: AcceptLinkCommandInput): import("@smithy/core/client").CommandImpl<AcceptLinkCommandInput, AcceptLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcceptLinkCommandInput): import("@smithy/core/client").CommandImpl<AcceptLinkCommandInput, AcceptLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AcceptLinkCommandInput): import("@smithy/core/client").CommandImpl<AcceptLinkCommandInput, AcceptLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AcceptLinkCommandInput): import("@smithy/core/client").CommandImpl<AcceptLinkCommandInput, AcceptLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Accepts a link request between gateways.</p> <p>When a requester gateway requests to link with a responder gateway, the responder can use this operation to accept the link request and establish the connection.</p>