@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,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ModifyTargetGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ModifyTrustStore$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { RegisterTargets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { RemoveListenerCertificates$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { RemoveTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { RemoveTrustStoreRevocations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { SetIpAddressType$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { SetRulePriorities$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { SetSecurityGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { SetSubnets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,4 +1,4 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  const k = "ref";
3
3
  const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
4
4
  const _data = {
@@ -1,5 +1,5 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
3
3
  import { bdd } from "./bdd";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
1
+ import { ServiceException as __ServiceException, } from "@smithy/core/client";
2
2
  export { __ServiceException };
3
3
  export class ElasticLoadBalancingV2ServiceException extends __ServiceException {
4
4
  constructor(options) {
@@ -1,13 +1,11 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
4
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
7
+ import { calculateBodyLength } from "@smithy/core/serde";
5
8
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
- import { invalidProvider } from "@smithy/invalid-dependency";
7
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
10
  export const getRuntimeConfig = (config) => {
13
11
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultElasticLoadBalancingV2HttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeLoadBalancersCommand, } from "../commands/DescribeLoadBalancersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeLoadBalancersCommand, } from "../commands/DescribeLoadBalancersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeLoadBalancersCommand, } from "../commands/DescribeLoadBalancersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeTargetHealthCommand, } from "../commands/DescribeTargetHealthCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeTargetHealthCommand, } from "../commands/DescribeTargetHealthCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,5 +1,5 @@
1
+ import { type WaiterResult } from "@smithy/core/client";
1
2
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
- import type { WaiterResult } from "@smithy/util-waiter";
3
3
  import { type AddListenerCertificatesCommandInput, type AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
4
4
  import { type AddTagsCommandInput, type AddTagsCommandOutput } from "./commands/AddTagsCommand";
5
5
  import { type AddTrustStoreRevocationsCommandInput, type AddTrustStoreRevocationsCommandOutput } from "./commands/AddTrustStoreRevocationsCommand";
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
@@ -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 { AddListenerCertificatesInput, AddListenerCertificatesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AddListenerCertificatesCommandInput extends AddListenerCertific
22
22
  export interface AddListenerCertificatesCommandOutput extends AddListenerCertificatesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const AddListenerCertificatesCommand_base: {
25
- new (input: AddListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AddListenerCertificatesCommandInput): import("@smithy/core/client").CommandImpl<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddListenerCertificatesCommandInput): import("@smithy/core/client").CommandImpl<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
@@ -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 { AddTagsInput, AddTagsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AddTagsCommandInput extends AddTagsInput {
22
22
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const AddTagsCommand_base: {
25
- new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
@@ -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 { AddTrustStoreRevocationsInput, AddTrustStoreRevocationsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AddTrustStoreRevocationsCommandInput extends AddTrustStoreRevoc
22
22
  export interface AddTrustStoreRevocationsCommandOutput extends AddTrustStoreRevocationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const AddTrustStoreRevocationsCommand_base: {
25
- new (input: AddTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AddTrustStoreRevocationsCommandInput): import("@smithy/core/client").CommandImpl<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddTrustStoreRevocationsCommandInput): import("@smithy/core/client").CommandImpl<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds the specified revocation file to 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 { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateListenerCommandInput extends CreateListenerInput {
22
22
  export interface CreateListenerCommandOutput extends CreateListenerOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateListenerCommand_base: {
25
- new (input: CreateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateListenerCommandInput): import("@smithy/core/client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or
@@ -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 { CreateLoadBalancerInput, CreateLoadBalancerOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateLoadBalancerCommandInput extends CreateLoadBalancerInput
22
22
  export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateLoadBalancerCommand_base: {
25
- new (input: CreateLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Application Load Balancer, Network Load Balancer, or Gateway 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 { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateRuleCommandInput extends CreateRuleInput {
22
22
  export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateRuleCommand_base: {
25
- new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a rule for the specified listener. The listener must be associated with an
@@ -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 { CreateTargetGroupInput, CreateTargetGroupOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateTargetGroupCommandInput extends CreateTargetGroupInput {
22
22
  export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateTargetGroupCommand_base: {
25
- new (input: CreateTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTargetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTargetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a 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 { CreateTrustStoreInput, CreateTrustStoreOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateTrustStoreCommandInput extends CreateTrustStoreInput {
22
22
  export interface CreateTrustStoreCommandOutput extends CreateTrustStoreOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateTrustStoreCommand_base: {
25
- new (input: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTrustStoreCommandInput): import("@smithy/core/client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTrustStoreCommandInput): import("@smithy/core/client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a 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 { DeleteListenerInput, DeleteListenerOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteListenerCommandInput extends DeleteListenerInput {
22
22
  export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteListenerCommand_base: {
25
- new (input: DeleteListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteListenerCommandInput): import("@smithy/core/client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes 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 { DeleteLoadBalancerInput, DeleteLoadBalancerOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteLoadBalancerCommandInput extends DeleteLoadBalancerInput
22
22
  export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLoadBalancerCommand_base: {
25
- new (input: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway 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 { DeleteRuleInput, DeleteRuleOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteRuleCommandInput extends DeleteRuleInput {
22
22
  export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRuleCommand_base: {
25
- new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified rule.</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 { DeleteSharedTrustStoreAssociationInput, DeleteSharedTrustStoreAssociationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteSharedTrustStoreAssociationCommandInput extends DeleteSha
22
22
  export interface DeleteSharedTrustStoreAssociationCommandOutput extends DeleteSharedTrustStoreAssociationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSharedTrustStoreAssociationCommand_base: {
25
- new (input: DeleteSharedTrustStoreAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSharedTrustStoreAssociationCommandInput, DeleteSharedTrustStoreAssociationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSharedTrustStoreAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSharedTrustStoreAssociationCommandInput, DeleteSharedTrustStoreAssociationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSharedTrustStoreAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSharedTrustStoreAssociationCommandInput, DeleteSharedTrustStoreAssociationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSharedTrustStoreAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSharedTrustStoreAssociationCommandInput, DeleteSharedTrustStoreAssociationCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a shared trust store association.</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 { DeleteTargetGroupInput, DeleteTargetGroupOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteTargetGroupCommandInput extends DeleteTargetGroupInput {
22
22
  export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTargetGroupCommand_base: {
25
- new (input: DeleteTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTargetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTargetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes 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 { DeleteTrustStoreInput, DeleteTrustStoreOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreInput {
22
22
  export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTrustStoreCommand_base: {
25
- new (input: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTrustStoreCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTrustStoreCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a 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 { DeregisterTargetsInput, DeregisterTargetsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeregisterTargetsCommandInput extends DeregisterTargetsInput {
22
22
  export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeregisterTargetsCommand_base: {
25
- new (input: DeregisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeregisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeregisterTargetsCommandInput): import("@smithy/core/client").CommandImpl<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeregisterTargetsCommandInput): import("@smithy/core/client").CommandImpl<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deregisters the specified targets from the specified target group. After the targets are