@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
@@ -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
  }
@@ -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";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),