@aws-sdk/client-elastic-load-balancing-v2 3.1045.0 → 3.1046.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 (205) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +159 -161
  5. package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ElasticLoadBalancingV2.js +1 -1
  10. package/dist-es/ElasticLoadBalancingV2Client.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddListenerCertificatesCommand.js +2 -2
  13. package/dist-es/commands/AddTagsCommand.js +2 -2
  14. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +2 -2
  15. package/dist-es/commands/CreateListenerCommand.js +2 -2
  16. package/dist-es/commands/CreateLoadBalancerCommand.js +2 -2
  17. package/dist-es/commands/CreateRuleCommand.js +2 -2
  18. package/dist-es/commands/CreateTargetGroupCommand.js +2 -2
  19. package/dist-es/commands/CreateTrustStoreCommand.js +2 -2
  20. package/dist-es/commands/DeleteListenerCommand.js +2 -2
  21. package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -2
  22. package/dist-es/commands/DeleteRuleCommand.js +2 -2
  23. package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +2 -2
  24. package/dist-es/commands/DeleteTargetGroupCommand.js +2 -2
  25. package/dist-es/commands/DeleteTrustStoreCommand.js +2 -2
  26. package/dist-es/commands/DeregisterTargetsCommand.js +2 -2
  27. package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
  28. package/dist-es/commands/DescribeCapacityReservationCommand.js +2 -2
  29. package/dist-es/commands/DescribeListenerAttributesCommand.js +2 -2
  30. package/dist-es/commands/DescribeListenerCertificatesCommand.js +2 -2
  31. package/dist-es/commands/DescribeListenersCommand.js +2 -2
  32. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
  33. package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
  34. package/dist-es/commands/DescribeRulesCommand.js +2 -2
  35. package/dist-es/commands/DescribeSSLPoliciesCommand.js +2 -2
  36. package/dist-es/commands/DescribeTagsCommand.js +2 -2
  37. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +2 -2
  38. package/dist-es/commands/DescribeTargetGroupsCommand.js +2 -2
  39. package/dist-es/commands/DescribeTargetHealthCommand.js +2 -2
  40. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +2 -2
  41. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +2 -2
  42. package/dist-es/commands/DescribeTrustStoresCommand.js +2 -2
  43. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  44. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +2 -2
  45. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +2 -2
  46. package/dist-es/commands/ModifyCapacityReservationCommand.js +2 -2
  47. package/dist-es/commands/ModifyIpPoolsCommand.js +2 -2
  48. package/dist-es/commands/ModifyListenerAttributesCommand.js +2 -2
  49. package/dist-es/commands/ModifyListenerCommand.js +2 -2
  50. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
  51. package/dist-es/commands/ModifyRuleCommand.js +2 -2
  52. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +2 -2
  53. package/dist-es/commands/ModifyTargetGroupCommand.js +2 -2
  54. package/dist-es/commands/ModifyTrustStoreCommand.js +2 -2
  55. package/dist-es/commands/RegisterTargetsCommand.js +2 -2
  56. package/dist-es/commands/RemoveListenerCertificatesCommand.js +2 -2
  57. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  58. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +2 -2
  59. package/dist-es/commands/SetIpAddressTypeCommand.js +2 -2
  60. package/dist-es/commands/SetRulePrioritiesCommand.js +2 -2
  61. package/dist-es/commands/SetSecurityGroupsCommand.js +2 -2
  62. package/dist-es/commands/SetSubnetsCommand.js +2 -2
  63. package/dist-es/endpoint/bdd.js +1 -1
  64. package/dist-es/endpoint/endpointResolver.js +1 -1
  65. package/dist-es/models/ElasticLoadBalancingV2ServiceException.js +1 -1
  66. package/dist-es/runtimeConfig.browser.js +4 -6
  67. package/dist-es/runtimeConfig.js +4 -8
  68. package/dist-es/runtimeConfig.shared.js +3 -4
  69. package/dist-es/runtimeExtensions.js +2 -2
  70. package/dist-es/waiters/waitForLoadBalancerAvailable.js +1 -1
  71. package/dist-es/waiters/waitForLoadBalancerExists.js +1 -1
  72. package/dist-es/waiters/waitForLoadBalancersDeleted.js +1 -1
  73. package/dist-es/waiters/waitForTargetDeregistered.js +1 -1
  74. package/dist-es/waiters/waitForTargetInService.js +1 -1
  75. package/dist-types/ElasticLoadBalancingV2.d.ts +1 -1
  76. package/dist-types/ElasticLoadBalancingV2Client.d.ts +5 -5
  77. package/dist-types/commands/AddListenerCertificatesCommand.d.ts +6 -4
  78. package/dist-types/commands/AddTagsCommand.d.ts +6 -4
  79. package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +6 -4
  80. package/dist-types/commands/CreateListenerCommand.d.ts +6 -4
  81. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -4
  82. package/dist-types/commands/CreateRuleCommand.d.ts +6 -4
  83. package/dist-types/commands/CreateTargetGroupCommand.d.ts +6 -4
  84. package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -4
  85. package/dist-types/commands/DeleteListenerCommand.d.ts +6 -4
  86. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -4
  87. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -4
  88. package/dist-types/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +6 -4
  89. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +6 -4
  90. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -4
  91. package/dist-types/commands/DeregisterTargetsCommand.d.ts +6 -4
  92. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -4
  93. package/dist-types/commands/DescribeCapacityReservationCommand.d.ts +6 -4
  94. package/dist-types/commands/DescribeListenerAttributesCommand.d.ts +6 -4
  95. package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +6 -4
  96. package/dist-types/commands/DescribeListenersCommand.d.ts +6 -4
  97. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
  98. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -4
  99. package/dist-types/commands/DescribeRulesCommand.d.ts +6 -4
  100. package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +6 -4
  101. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
  102. package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -4
  103. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +6 -4
  104. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +6 -4
  105. package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -4
  106. package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -4
  107. package/dist-types/commands/DescribeTrustStoresCommand.d.ts +6 -4
  108. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  109. package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -4
  110. package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -4
  111. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +6 -4
  112. package/dist-types/commands/ModifyIpPoolsCommand.d.ts +6 -4
  113. package/dist-types/commands/ModifyListenerAttributesCommand.d.ts +6 -4
  114. package/dist-types/commands/ModifyListenerCommand.d.ts +6 -4
  115. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
  116. package/dist-types/commands/ModifyRuleCommand.d.ts +6 -4
  117. package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -4
  118. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +6 -4
  119. package/dist-types/commands/ModifyTrustStoreCommand.d.ts +6 -4
  120. package/dist-types/commands/RegisterTargetsCommand.d.ts +6 -4
  121. package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +6 -4
  122. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
  123. package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -4
  124. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -4
  125. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +6 -4
  126. package/dist-types/commands/SetSecurityGroupsCommand.d.ts +6 -4
  127. package/dist-types/commands/SetSubnetsCommand.d.ts +6 -4
  128. package/dist-types/endpoint/bdd.d.ts +1 -1
  129. package/dist-types/extensionConfiguration.d.ts +1 -1
  130. package/dist-types/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -1
  131. package/dist-types/models/errors.d.ts +1 -1
  132. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  133. package/dist-types/runtimeConfig.d.ts +2 -2
  134. package/dist-types/runtimeConfig.native.d.ts +2 -2
  135. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +1 -1
  136. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +8 -14
  137. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/DescribeCapacityReservationCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/DescribeListenerAttributesCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  169. package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -4
  170. package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -4
  171. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +6 -4
  172. package/dist-types/ts3.4/commands/ModifyIpPoolsCommand.d.ts +6 -4
  173. package/dist-types/ts3.4/commands/ModifyListenerAttributesCommand.d.ts +6 -4
  174. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +6 -4
  175. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
  176. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +6 -4
  177. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -4
  178. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +6 -4
  179. package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +6 -4
  180. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +6 -4
  181. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +6 -4
  182. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
  183. package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -4
  184. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +6 -4
  185. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +6 -4
  186. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +6 -4
  187. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +6 -4
  188. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  189. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  190. package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -1
  191. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  192. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  193. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  194. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  195. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +1 -1
  196. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +1 -1
  197. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +1 -1
  198. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +1 -1
  199. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +1 -1
  200. package/dist-types/waiters/waitForLoadBalancerAvailable.d.ts +1 -1
  201. package/dist-types/waiters/waitForLoadBalancerExists.d.ts +1 -1
  202. package/dist-types/waiters/waitForLoadBalancersDeleted.d.ts +1 -1
  203. package/dist-types/waiters/waitForTargetDeregistered.d.ts +1 -1
  204. package/dist-types/waiters/waitForTargetInService.d.ts +1 -1
  205. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits
22
22
  export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeAccountLimitsCommand_base: {
25
- new (input: DescribeAccountLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAccountLimitsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeAccountLimitsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeAccountLimitsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeCapacityReservationInput, DescribeCapacityReservationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeCapacityReservationCommandInput extends DescribeCapacit
22
22
  export interface DescribeCapacityReservationCommandOutput extends DescribeCapacityReservationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeCapacityReservationCommand_base: {
25
- new (input: DescribeCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityReservationCommandInput, DescribeCapacityReservationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityReservationCommandInput, DescribeCapacityReservationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeCapacityReservationCommandInput): import("@smithy/core/client").CommandImpl<DescribeCapacityReservationCommandInput, DescribeCapacityReservationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeCapacityReservationCommandInput): import("@smithy/core/client").CommandImpl<DescribeCapacityReservationCommandInput, DescribeCapacityReservationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the capacity reservation status for the specified load balancer.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeListenerAttributesInput, DescribeListenerAttributesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeListenerAttributesCommandInput extends DescribeListener
22
22
  export interface DescribeListenerAttributesCommandOutput extends DescribeListenerAttributesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeListenerAttributesCommand_base: {
25
- new (input: DescribeListenerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerAttributesCommandInput, DescribeListenerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeListenerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerAttributesCommandInput, DescribeListenerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeListenerAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeListenerAttributesCommandInput, DescribeListenerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeListenerAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeListenerAttributesCommandInput, DescribeListenerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the attributes for the specified listener.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeListenerCertificatesInput, DescribeListenerCertificatesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeListenerCertificatesCommandInput extends DescribeListen
22
22
  export interface DescribeListenerCertificatesCommandOutput extends DescribeListenerCertificatesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeListenerCertificatesCommand_base: {
25
- new (input: DescribeListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeListenerCertificatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeListenerCertificatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the default certificate and the certificate list for the specified HTTPS or TLS
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeListenersInput, DescribeListenersOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeListenersCommandInput extends DescribeListenersInput {
22
22
  export interface DescribeListenersCommandOutput extends DescribeListenersOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeListenersCommand_base: {
25
- new (input: DescribeListenersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeListenersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeListenersCommandInput): import("@smithy/core/client").CommandImpl<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeListenersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified listeners or the listeners for the specified Application Load
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoad
22
22
  export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoadBalancerAttributesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeLoadBalancerAttributesCommand_base: {
25
- new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the attributes for the specified Application Load Balancer, Network Load
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeLoadBalancersInput, DescribeLoadBalancersOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeLoadBalancersCommandInput extends DescribeLoadBalancers
22
22
  export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancersOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeLoadBalancersCommand_base: {
25
- new (input: DescribeLoadBalancersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeLoadBalancersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeLoadBalancersCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeLoadBalancersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified load balancers or all of your load balancers.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeRulesInput, DescribeRulesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRulesCommandInput extends DescribeRulesInput {
22
22
  export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRulesCommand_base: {
25
- new (input: DescribeRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRulesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeRulesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified rules or the rules for the specified listener. You must specify
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeSSLPoliciesInput, DescribeSSLPoliciesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeSSLPoliciesCommandInput extends DescribeSSLPoliciesInpu
22
22
  export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSSLPoliciesCommand_base: {
25
- new (input: DescribeSSLPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeSSLPoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeSSLPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeSSLPoliciesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified policies or all policies used for SSL negotiation.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {
22
22
  export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTagsCommand_base: {
25
- new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeTargetGroupAttributesInput, DescribeTargetGroupAttributesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTargetGroupAttributesCommandInput extends DescribeTarge
22
22
  export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTargetGroupAttributesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTargetGroupAttributesCommand_base: {
25
- new (input: DescribeTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTargetGroupAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTargetGroupAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the attributes for the specified target group.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeTargetGroupsInput, DescribeTargetGroupsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTargetGroupsCommandInput extends DescribeTargetGroupsIn
22
22
  export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTargetGroupsCommand_base: {
25
- new (input: DescribeTargetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeTargetGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTargetGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeTargetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified target groups or all of your target groups. By default, all target
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeTargetHealthInput, DescribeTargetHealthOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTargetHealthCommandInput extends DescribeTargetHealthIn
22
22
  export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTargetHealthCommand_base: {
25
- new (input: DescribeTargetHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTargetHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTargetHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTargetHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the health of the specified targets or all of your targets.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeTrustStoreAssociationsInput, DescribeTrustStoreAssociationsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTrustStoreAssociationsCommandInput extends DescribeTrus
22
22
  export interface DescribeTrustStoreAssociationsCommandOutput extends DescribeTrustStoreAssociationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTrustStoreAssociationsCommand_base: {
25
- new (input: DescribeTrustStoreAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTrustStoreAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTrustStoreAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTrustStoreAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes all resources associated with the specified trust store.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeTrustStoreRevocationsInput, DescribeTrustStoreRevocationsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTrustStoreRevocationsCommandInput extends DescribeTrust
22
22
  export interface DescribeTrustStoreRevocationsCommandOutput extends DescribeTrustStoreRevocationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTrustStoreRevocationsCommand_base: {
25
- new (input: DescribeTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTrustStoreRevocationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTrustStoreRevocationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the revocation files in use by the specified trust store or revocation
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { DescribeTrustStoresInput, DescribeTrustStoresOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTrustStoresCommandInput extends DescribeTrustStoresInpu
22
22
  export interface DescribeTrustStoresCommandOutput extends DescribeTrustStoresOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTrustStoresCommand_base: {
25
- new (input: DescribeTrustStoresCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeTrustStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTrustStoresCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeTrustStoresCommandInput]): import("@smithy/core/client").CommandImpl<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes all trust stores for the specified account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {
22
22
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetResourcePolicyCommand_base: {
25
- new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the resource policy for a specified resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { GetTrustStoreCaCertificatesBundleInput, GetTrustStoreCaCertificatesBundleOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTrustStoreCaCertificatesBundleCommandInput extends GetTrustS
22
22
  export interface GetTrustStoreCaCertificatesBundleCommandOutput extends GetTrustStoreCaCertificatesBundleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetTrustStoreCaCertificatesBundleCommand_base: {
25
- new (input: GetTrustStoreCaCertificatesBundleCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTrustStoreCaCertificatesBundleCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTrustStoreCaCertificatesBundleCommandInput): import("@smithy/core/client").CommandImpl<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTrustStoreCaCertificatesBundleCommandInput): import("@smithy/core/client").CommandImpl<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the ca certificate bundle.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { GetTrustStoreRevocationContentInput, GetTrustStoreRevocationContentOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTrustStoreRevocationContentCommandInput extends GetTrustStor
22
22
  export interface GetTrustStoreRevocationContentCommandOutput extends GetTrustStoreRevocationContentOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetTrustStoreRevocationContentCommand_base: {
25
- new (input: GetTrustStoreRevocationContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTrustStoreRevocationContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTrustStoreRevocationContentCommandInput): import("@smithy/core/client").CommandImpl<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTrustStoreRevocationContentCommandInput): import("@smithy/core/client").CommandImpl<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the specified revocation file.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { ModifyCapacityReservationInput, ModifyCapacityReservationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyCapacityReservationCommandInput extends ModifyCapacityRes
22
22
  export interface ModifyCapacityReservationCommandOutput extends ModifyCapacityReservationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyCapacityReservationCommand_base: {
25
- new (input: ModifyCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyCapacityReservationCommandInput): import("@smithy/core/client").CommandImpl<ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyCapacityReservationCommandInput): import("@smithy/core/client").CommandImpl<ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the capacity reservation of the specified load balancer.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { ModifyIpPoolsInput, ModifyIpPoolsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyIpPoolsCommandInput extends ModifyIpPoolsInput {
22
22
  export interface ModifyIpPoolsCommandOutput extends ModifyIpPoolsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyIpPoolsCommand_base: {
25
- new (input: ModifyIpPoolsCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyIpPoolsCommandInput, ModifyIpPoolsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyIpPoolsCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyIpPoolsCommandInput, ModifyIpPoolsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyIpPoolsCommandInput): import("@smithy/core/client").CommandImpl<ModifyIpPoolsCommandInput, ModifyIpPoolsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyIpPoolsCommandInput): import("@smithy/core/client").CommandImpl<ModifyIpPoolsCommandInput, ModifyIpPoolsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>[Application Load Balancers] Modify the IP pool associated to a load balancer.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { ModifyListenerAttributesInput, ModifyListenerAttributesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyListenerAttributesCommandInput extends ModifyListenerAttr
22
22
  export interface ModifyListenerAttributesCommandOutput extends ModifyListenerAttributesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyListenerAttributesCommand_base: {
25
- new (input: ModifyListenerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyListenerAttributesCommandInput, ModifyListenerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyListenerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyListenerAttributesCommandInput, ModifyListenerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyListenerAttributesCommandInput): import("@smithy/core/client").CommandImpl<ModifyListenerAttributesCommandInput, ModifyListenerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyListenerAttributesCommandInput): import("@smithy/core/client").CommandImpl<ModifyListenerAttributesCommandInput, ModifyListenerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the specified attributes of the specified listener.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { ModifyListenerInput, ModifyListenerOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyListenerCommandInput extends ModifyListenerInput {
22
22
  export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyListenerCommand_base: {
25
- new (input: ModifyListenerCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyListenerCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyListenerCommandInput): import("@smithy/core/client").CommandImpl<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyListenerCommandInput): import("@smithy/core/client").CommandImpl<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Replaces the specified properties of the specified listener. Any properties that you do
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyLoadBalancerAttributesCommandInput extends ModifyLoadBala
22
22
  export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBalancerAttributesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyLoadBalancerAttributesCommand_base: {
25
- new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/core/client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/core/client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the specified attributes of the specified Application Load Balancer, Network Load
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { ModifyRuleInput, ModifyRuleOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyRuleCommandInput extends ModifyRuleInput {
22
22
  export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyRuleCommand_base: {
25
- new (input: ModifyRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyRuleCommandInput): import("@smithy/core/client").CommandImpl<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyRuleCommandInput): import("@smithy/core/client").CommandImpl<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Replaces the specified properties of the specified rule. Any properties that you do not
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
4
  import type { ModifyTargetGroupAttributesInput, ModifyTargetGroupAttributesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyTargetGroupAttributesCommandInput extends ModifyTargetGro
22
22
  export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGroupAttributesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyTargetGroupAttributesCommand_base: {
25
- new (input: ModifyTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyTargetGroupAttributesCommandInput): import("@smithy/core/client").CommandImpl<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyTargetGroupAttributesCommandInput): import("@smithy/core/client").CommandImpl<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the specified attributes of the specified target group.</p>