@aws-sdk/client-elastic-load-balancing-v2 3.337.0 → 3.341.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 (149) hide show
  1. package/dist-cjs/ElasticLoadBalancingV2Client.js +2 -1
  2. package/dist-cjs/commands/AddListenerCertificatesCommand.js +2 -1
  3. package/dist-cjs/commands/AddTagsCommand.js +2 -1
  4. package/dist-cjs/commands/CreateListenerCommand.js +2 -1
  5. package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -1
  6. package/dist-cjs/commands/CreateRuleCommand.js +2 -1
  7. package/dist-cjs/commands/CreateTargetGroupCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteListenerCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteRuleCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteTargetGroupCommand.js +2 -1
  12. package/dist-cjs/commands/DeregisterTargetsCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeListenersCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeRulesCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeTagsCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeTargetHealthCommand.js +2 -1
  24. package/dist-cjs/commands/ModifyListenerCommand.js +2 -1
  25. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -1
  26. package/dist-cjs/commands/ModifyRuleCommand.js +2 -1
  27. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +2 -1
  28. package/dist-cjs/commands/ModifyTargetGroupCommand.js +2 -1
  29. package/dist-cjs/commands/RegisterTargetsCommand.js +2 -1
  30. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +2 -1
  31. package/dist-cjs/commands/RemoveTagsCommand.js +2 -1
  32. package/dist-cjs/commands/SetIpAddressTypeCommand.js +2 -1
  33. package/dist-cjs/commands/SetRulePrioritiesCommand.js +2 -1
  34. package/dist-cjs/commands/SetSecurityGroupsCommand.js +2 -1
  35. package/dist-cjs/commands/SetSubnetsCommand.js +2 -1
  36. package/dist-cjs/index.js +2 -2
  37. package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +2 -1
  38. package/dist-es/ElasticLoadBalancingV2Client.js +1 -0
  39. package/dist-es/commands/AddListenerCertificatesCommand.js +1 -0
  40. package/dist-es/commands/AddTagsCommand.js +1 -0
  41. package/dist-es/commands/CreateListenerCommand.js +1 -0
  42. package/dist-es/commands/CreateLoadBalancerCommand.js +1 -0
  43. package/dist-es/commands/CreateRuleCommand.js +1 -0
  44. package/dist-es/commands/CreateTargetGroupCommand.js +1 -0
  45. package/dist-es/commands/DeleteListenerCommand.js +1 -0
  46. package/dist-es/commands/DeleteLoadBalancerCommand.js +1 -0
  47. package/dist-es/commands/DeleteRuleCommand.js +1 -0
  48. package/dist-es/commands/DeleteTargetGroupCommand.js +1 -0
  49. package/dist-es/commands/DeregisterTargetsCommand.js +1 -0
  50. package/dist-es/commands/DescribeAccountLimitsCommand.js +1 -0
  51. package/dist-es/commands/DescribeListenerCertificatesCommand.js +1 -0
  52. package/dist-es/commands/DescribeListenersCommand.js +1 -0
  53. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +1 -0
  54. package/dist-es/commands/DescribeLoadBalancersCommand.js +1 -0
  55. package/dist-es/commands/DescribeRulesCommand.js +1 -0
  56. package/dist-es/commands/DescribeSSLPoliciesCommand.js +1 -0
  57. package/dist-es/commands/DescribeTagsCommand.js +1 -0
  58. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +1 -0
  59. package/dist-es/commands/DescribeTargetGroupsCommand.js +1 -0
  60. package/dist-es/commands/DescribeTargetHealthCommand.js +1 -0
  61. package/dist-es/commands/ModifyListenerCommand.js +1 -0
  62. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +1 -0
  63. package/dist-es/commands/ModifyRuleCommand.js +1 -0
  64. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +1 -0
  65. package/dist-es/commands/ModifyTargetGroupCommand.js +1 -0
  66. package/dist-es/commands/RegisterTargetsCommand.js +1 -0
  67. package/dist-es/commands/RemoveListenerCertificatesCommand.js +1 -0
  68. package/dist-es/commands/RemoveTagsCommand.js +1 -0
  69. package/dist-es/commands/SetIpAddressTypeCommand.js +1 -0
  70. package/dist-es/commands/SetRulePrioritiesCommand.js +1 -0
  71. package/dist-es/commands/SetSecurityGroupsCommand.js +1 -0
  72. package/dist-es/commands/SetSubnetsCommand.js +1 -0
  73. package/dist-es/index.js +2 -2
  74. package/dist-es/models/ElasticLoadBalancingV2ServiceException.js +1 -0
  75. package/dist-types/ElasticLoadBalancingV2Client.d.ts +3 -3
  76. package/dist-types/commands/AddListenerCertificatesCommand.d.ts +4 -0
  77. package/dist-types/commands/AddTagsCommand.d.ts +4 -0
  78. package/dist-types/commands/CreateListenerCommand.d.ts +4 -0
  79. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +4 -0
  80. package/dist-types/commands/CreateRuleCommand.d.ts +4 -0
  81. package/dist-types/commands/CreateTargetGroupCommand.d.ts +4 -0
  82. package/dist-types/commands/DeleteListenerCommand.d.ts +4 -0
  83. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +4 -0
  84. package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
  85. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +4 -0
  86. package/dist-types/commands/DeregisterTargetsCommand.d.ts +4 -0
  87. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +4 -0
  88. package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +4 -0
  89. package/dist-types/commands/DescribeListenersCommand.d.ts +4 -0
  90. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +4 -0
  91. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +4 -0
  92. package/dist-types/commands/DescribeRulesCommand.d.ts +4 -0
  93. package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +4 -0
  94. package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
  95. package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +4 -0
  96. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +4 -0
  97. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +4 -0
  98. package/dist-types/commands/ModifyListenerCommand.d.ts +4 -0
  99. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +4 -0
  100. package/dist-types/commands/ModifyRuleCommand.d.ts +4 -0
  101. package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +4 -0
  102. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +4 -0
  103. package/dist-types/commands/RegisterTargetsCommand.d.ts +4 -0
  104. package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +4 -0
  105. package/dist-types/commands/RemoveTagsCommand.d.ts +4 -0
  106. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +4 -0
  107. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +4 -0
  108. package/dist-types/commands/SetSecurityGroupsCommand.d.ts +4 -0
  109. package/dist-types/commands/SetSubnetsCommand.d.ts +4 -0
  110. package/dist-types/index.d.ts +35 -2
  111. package/dist-types/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -0
  112. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +3 -3
  113. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/index.d.ts +2 -2
  148. package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -0
  149. package/package.json +29 -29
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeListenerCertificatesCommand, se_DescribeListenerCertificatesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeListenerCertificatesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeListenersCommand, se_DescribeListenersCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeListenersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeLoadBalancerAttributesCommand, se_DescribeLoadBalancerAttributesCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeLoadBalancerAttributesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeLoadBalancersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeRulesCommand, se_DescribeRulesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeRulesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeSSLPoliciesCommand, se_DescribeSSLPoliciesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeSSLPoliciesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeTargetGroupAttributesCommand, se_DescribeTargetGroupAttributesCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeTargetGroupAttributesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeTargetGroupsCommand, se_DescribeTargetGroupsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeTargetGroupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeTargetHealthCommand, se_DescribeTargetHealthCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeTargetHealthCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyListenerCommand, se_ModifyListenerCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyListenerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyLoadBalancerAttributesCommand, se_ModifyLoadBalancerAttributesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyLoadBalancerAttributesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyRuleCommand, se_ModifyRuleCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyTargetGroupAttributesCommand, se_ModifyTargetGroupAttributesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyTargetGroupAttributesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ModifyTargetGroupCommand, se_ModifyTargetGroupCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ModifyTargetGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RegisterTargetsCommand, se_RegisterTargetsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class RegisterTargetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveListenerCertificatesCommand, se_RemoveListenerCertificatesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class RemoveListenerCertificatesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class RemoveTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetIpAddressTypeCommand, se_SetIpAddressTypeCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetIpAddressTypeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetRulePrioritiesCommand, se_SetRulePrioritiesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetRulePrioritiesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetSecurityGroupsCommand, se_SetSecurityGroupsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetSecurityGroupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetSubnetsCommand, se_SetSubnetsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetSubnetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./ElasticLoadBalancingV2";
2
1
  export * from "./ElasticLoadBalancingV2Client";
2
+ export * from "./ElasticLoadBalancingV2";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { ElasticLoadBalancingV2ServiceException } from "./models/ElasticLoadBalancingV2ServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class ElasticLoadBalancingV2ServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -43,6 +43,7 @@ import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from ".
43
43
  import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "./commands/SetSecurityGroupsCommand";
44
44
  import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "./commands/SetSubnetsCommand";
45
45
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
46
+ export { __Client };
46
47
  /**
47
48
  * @public
48
49
  */
@@ -157,7 +158,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
157
158
  /**
158
159
  * @public
159
160
  */
160
- type ElasticLoadBalancingV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
161
+ export type ElasticLoadBalancingV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
161
162
  /**
162
163
  * @public
163
164
  *
@@ -168,7 +169,7 @@ export interface ElasticLoadBalancingV2ClientConfig extends ElasticLoadBalancing
168
169
  /**
169
170
  * @public
170
171
  */
171
- type ElasticLoadBalancingV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
172
+ export type ElasticLoadBalancingV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
172
173
  /**
173
174
  * @public
174
175
  *
@@ -221,4 +222,3 @@ export declare class ElasticLoadBalancingV2Client extends __Client<__HttpHandler
221
222
  */
222
223
  destroy(): void;
223
224
  }
224
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { AddListenerCertificatesInput, AddListenerCertificatesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { CreateLoadBalancerInput, CreateLoadBalancerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { CreateTargetGroupInput, CreateTargetGroupOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeleteListenerInput, DeleteListenerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeleteLoadBalancerInput, DeleteLoadBalancerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeleteRuleInput, DeleteRuleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeleteTargetGroupInput, DeleteTargetGroupOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeregisterTargetsInput, DeregisterTargetsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeListenerCertificatesInput, DescribeListenerCertificatesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeListenersInput, DescribeListenersOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeLoadBalancersInput, DescribeLoadBalancersOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeRulesInput, DescribeRulesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeSSLPoliciesInput, DescribeSSLPoliciesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeTargetGroupAttributesInput, DescribeTargetGroupAttributesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeTargetGroupsInput, DescribeTargetGroupsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeTargetHealthInput, DescribeTargetHealthOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyListenerInput, ModifyListenerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyRuleInput, ModifyRuleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyTargetGroupAttributesInput, ModifyTargetGroupAttributesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyTargetGroupInput, ModifyTargetGroupOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { RegisterTargetsInput, RegisterTargetsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { RemoveListenerCertificatesInput, RemoveListenerCertificatesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *