@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 { ModifyTargetGroupInput, ModifyTargetGroupOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {
22
22
  export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyTargetGroupCommand_base: {
25
- new (input: ModifyTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyTargetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyTargetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the health checks used when evaluating the health state of the targets in the
@@ -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 { ModifyTrustStoreInput, ModifyTrustStoreOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyTrustStoreCommandInput extends ModifyTrustStoreInput {
22
22
  export interface ModifyTrustStoreCommandOutput extends ModifyTrustStoreOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyTrustStoreCommand_base: {
25
- new (input: ModifyTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyTrustStoreCommandInput): import("@smithy/core/client").CommandImpl<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyTrustStoreCommandInput): import("@smithy/core/client").CommandImpl<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Update the ca certificate bundle for 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 { RegisterTargetsInput, RegisterTargetsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RegisterTargetsCommandInput extends RegisterTargetsInput {
22
22
  export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const RegisterTargetsCommand_base: {
25
- new (input: RegisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RegisterTargetsCommandInput): import("@smithy/core/client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RegisterTargetsCommandInput): import("@smithy/core/client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Registers the specified targets with 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 { RemoveListenerCertificatesInput, RemoveListenerCertificatesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RemoveListenerCertificatesCommandInput extends RemoveListenerCe
22
22
  export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerCertificatesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const RemoveListenerCertificatesCommand_base: {
25
- new (input: RemoveListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RemoveListenerCertificatesCommandInput): import("@smithy/core/client").CommandImpl<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemoveListenerCertificatesCommandInput): import("@smithy/core/client").CommandImpl<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified certificate from 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 { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {
22
22
  export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const RemoveTagsCommand_base: {
25
- new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified tags from the specified Elastic Load Balancing resources. You can
@@ -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 { RemoveTrustStoreRevocationsInput, RemoveTrustStoreRevocationsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RemoveTrustStoreRevocationsCommandInput extends RemoveTrustStor
22
22
  export interface RemoveTrustStoreRevocationsCommandOutput extends RemoveTrustStoreRevocationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const RemoveTrustStoreRevocationsCommand_base: {
25
- new (input: RemoveTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RemoveTrustStoreRevocationsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemoveTrustStoreRevocationsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified revocation file from 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 { SetIpAddressTypeInput, SetIpAddressTypeOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {
22
22
  export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, __MetadataBearer {
23
23
  }
24
24
  declare const SetIpAddressTypeCommand_base: {
25
- new (input: SetIpAddressTypeCommandInput): import("@smithy/smithy-client").CommandImpl<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetIpAddressTypeCommandInput): import("@smithy/smithy-client").CommandImpl<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SetIpAddressTypeCommandInput): import("@smithy/core/client").CommandImpl<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetIpAddressTypeCommandInput): import("@smithy/core/client").CommandImpl<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets the type of IP addresses used by the subnets 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 { SetRulePrioritiesInput, SetRulePrioritiesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {
22
22
  export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const SetRulePrioritiesCommand_base: {
25
- new (input: SetRulePrioritiesCommandInput): import("@smithy/smithy-client").CommandImpl<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetRulePrioritiesCommandInput): import("@smithy/smithy-client").CommandImpl<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SetRulePrioritiesCommandInput): import("@smithy/core/client").CommandImpl<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetRulePrioritiesCommandInput): import("@smithy/core/client").CommandImpl<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets the priorities of the specified rules.</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 { SetSecurityGroupsInput, SetSecurityGroupsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {
22
22
  export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const SetSecurityGroupsCommand_base: {
25
- new (input: SetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Associates the specified security groups with the specified Application 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 { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SetSubnetsCommandInput extends SetSubnetsInput {
22
22
  export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const SetSubnetsCommand_base: {
25
- new (input: SetSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SetSubnetsCommandInput): import("@smithy/core/client").CommandImpl<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetSubnetsCommandInput): import("@smithy/core/client").CommandImpl<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Enables the Availability Zones for the specified public subnets for the specified
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { ElasticLoadBalancingV2ServiceException as __BaseException } from "./ElasticLoadBalancingV2ServiceException";
3
3
  /**
4
4
  * <p>The specified certificate does not exist.</p>
@@ -5,13 +5,13 @@ import type { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV
5
5
  export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -1,10 +1,10 @@
1
+ import { WaiterResult } from "@smithy/core/client";
1
2
  import {
2
3
  HttpHandlerOptions as __HttpHandlerOptions,
3
4
  PaginationConfiguration,
4
5
  Paginator,
5
6
  WaiterConfiguration,
6
7
  } from "@smithy/types";
7
- import { WaiterResult } from "@smithy/util-waiter";
8
8
  import {
9
9
  AddListenerCertificatesCommandInput,
10
10
  AddListenerCertificatesCommandOutput,
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface AddListenerCertificatesCommandOutput
19
19
  declare const AddListenerCertificatesCommand_base: {
20
20
  new (
21
21
  input: AddListenerCertificatesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  AddListenerCertificatesCommandInput,
24
24
  AddListenerCertificatesCommandOutput,
25
25
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const AddListenerCertificatesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: AddListenerCertificatesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  AddListenerCertificatesCommandInput,
33
33
  AddListenerCertificatesCommandOutput,
34
34
  ElasticLoadBalancingV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class AddListenerCertificatesCommand extends AddListenerCertificatesCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -11,21 +11,23 @@ export { $Command };
11
11
  export interface AddTagsCommandInput extends AddTagsInput {}
12
12
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
13
13
  declare const AddTagsCommand_base: {
14
- new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
15
15
  AddTagsCommandInput,
16
16
  AddTagsCommandOutput,
17
17
  ElasticLoadBalancingV2ClientResolvedConfig,
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
22
22
  AddTagsCommandInput,
23
23
  AddTagsCommandOutput,
24
24
  ElasticLoadBalancingV2ClientResolvedConfig,
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  export declare class AddTagsCommand extends AddTagsCommand_base {
31
33
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface AddTrustStoreRevocationsCommandOutput
19
19
  declare const AddTrustStoreRevocationsCommand_base: {
20
20
  new (
21
21
  input: AddTrustStoreRevocationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  AddTrustStoreRevocationsCommandInput,
24
24
  AddTrustStoreRevocationsCommandOutput,
25
25
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const AddTrustStoreRevocationsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: AddTrustStoreRevocationsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  AddTrustStoreRevocationsCommandInput,
33
33
  AddTrustStoreRevocationsCommandOutput,
34
34
  ElasticLoadBalancingV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class AddTrustStoreRevocationsCommand extends AddTrustStoreRevocationsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateListenerCommandOutput
15
15
  declare const CreateListenerCommand_base: {
16
16
  new (
17
17
  input: CreateListenerCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateListenerCommandInput,
20
20
  CreateListenerCommandOutput,
21
21
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateListenerCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateListenerCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateListenerCommandInput,
29
29
  CreateListenerCommandOutput,
30
30
  ElasticLoadBalancingV2ClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateListenerCommand extends CreateListenerCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateLoadBalancerCommandOutput
19
19
  declare const CreateLoadBalancerCommand_base: {
20
20
  new (
21
21
  input: CreateLoadBalancerCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateLoadBalancerCommandInput,
24
24
  CreateLoadBalancerCommandOutput,
25
25
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateLoadBalancerCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateLoadBalancerCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateLoadBalancerCommandInput,
33
33
  CreateLoadBalancerCommandOutput,
34
34
  ElasticLoadBalancingV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateRuleCommandOutput
15
15
  declare const CreateRuleCommand_base: {
16
16
  new (
17
17
  input: CreateRuleCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateRuleCommandInput,
20
20
  CreateRuleCommandOutput,
21
21
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateRuleCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateRuleCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateRuleCommandInput,
29
29
  CreateRuleCommandOutput,
30
30
  ElasticLoadBalancingV2ClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateRuleCommand extends CreateRuleCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateTargetGroupCommandOutput
18
18
  declare const CreateTargetGroupCommand_base: {
19
19
  new (
20
20
  input: CreateTargetGroupCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateTargetGroupCommandInput,
23
23
  CreateTargetGroupCommandOutput,
24
24
  ElasticLoadBalancingV2ClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateTargetGroupCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateTargetGroupCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateTargetGroupCommandInput,
32
32
  CreateTargetGroupCommandOutput,
33
33
  ElasticLoadBalancingV2ClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {
40
42
  protected static __types: {