@aws-sdk/client-elastic-load-balancing-v2 3.477.0 → 3.481.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/commands/AddListenerCertificatesCommand.js +18 -41
  2. package/dist-cjs/commands/AddTagsCommand.js +18 -41
  3. package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +18 -41
  4. package/dist-cjs/commands/CreateListenerCommand.js +18 -41
  5. package/dist-cjs/commands/CreateLoadBalancerCommand.js +18 -41
  6. package/dist-cjs/commands/CreateRuleCommand.js +18 -41
  7. package/dist-cjs/commands/CreateTargetGroupCommand.js +18 -41
  8. package/dist-cjs/commands/CreateTrustStoreCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteListenerCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteTargetGroupCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteTrustStoreCommand.js +18 -41
  14. package/dist-cjs/commands/DeregisterTargetsCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeListenersCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeRulesCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeTargetHealthCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeTrustStoresCommand.js +18 -41
  29. package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +18 -41
  30. package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +18 -41
  31. package/dist-cjs/commands/ModifyListenerCommand.js +18 -41
  32. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
  33. package/dist-cjs/commands/ModifyRuleCommand.js +18 -41
  34. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +18 -41
  35. package/dist-cjs/commands/ModifyTargetGroupCommand.js +18 -41
  36. package/dist-cjs/commands/ModifyTrustStoreCommand.js +18 -41
  37. package/dist-cjs/commands/RegisterTargetsCommand.js +18 -41
  38. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +18 -41
  39. package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
  40. package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +18 -41
  41. package/dist-cjs/commands/SetIpAddressTypeCommand.js +18 -41
  42. package/dist-cjs/commands/SetRulePrioritiesCommand.js +18 -41
  43. package/dist-cjs/commands/SetSecurityGroupsCommand.js +18 -41
  44. package/dist-cjs/commands/SetSubnetsCommand.js +18 -41
  45. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  46. package/dist-cjs/pagination/DescribeListenersPaginator.js +2 -23
  47. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +2 -23
  48. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +2 -23
  49. package/dist-cjs/pagination/DescribeTrustStoreAssociationsPaginator.js +2 -24
  50. package/dist-cjs/pagination/DescribeTrustStoreRevocationsPaginator.js +2 -24
  51. package/dist-cjs/pagination/DescribeTrustStoresPaginator.js +2 -24
  52. package/dist-es/commands/AddListenerCertificatesCommand.js +18 -41
  53. package/dist-es/commands/AddTagsCommand.js +18 -41
  54. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +18 -41
  55. package/dist-es/commands/CreateListenerCommand.js +18 -41
  56. package/dist-es/commands/CreateLoadBalancerCommand.js +18 -41
  57. package/dist-es/commands/CreateRuleCommand.js +18 -41
  58. package/dist-es/commands/CreateTargetGroupCommand.js +18 -41
  59. package/dist-es/commands/CreateTrustStoreCommand.js +18 -41
  60. package/dist-es/commands/DeleteListenerCommand.js +18 -41
  61. package/dist-es/commands/DeleteLoadBalancerCommand.js +18 -41
  62. package/dist-es/commands/DeleteRuleCommand.js +18 -41
  63. package/dist-es/commands/DeleteTargetGroupCommand.js +18 -41
  64. package/dist-es/commands/DeleteTrustStoreCommand.js +18 -41
  65. package/dist-es/commands/DeregisterTargetsCommand.js +18 -41
  66. package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
  67. package/dist-es/commands/DescribeListenerCertificatesCommand.js +18 -41
  68. package/dist-es/commands/DescribeListenersCommand.js +18 -41
  69. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
  70. package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
  71. package/dist-es/commands/DescribeRulesCommand.js +18 -41
  72. package/dist-es/commands/DescribeSSLPoliciesCommand.js +18 -41
  73. package/dist-es/commands/DescribeTagsCommand.js +18 -41
  74. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +18 -41
  75. package/dist-es/commands/DescribeTargetGroupsCommand.js +18 -41
  76. package/dist-es/commands/DescribeTargetHealthCommand.js +18 -41
  77. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +18 -41
  78. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +18 -41
  79. package/dist-es/commands/DescribeTrustStoresCommand.js +18 -41
  80. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +18 -41
  81. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +18 -41
  82. package/dist-es/commands/ModifyListenerCommand.js +18 -41
  83. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
  84. package/dist-es/commands/ModifyRuleCommand.js +18 -41
  85. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +18 -41
  86. package/dist-es/commands/ModifyTargetGroupCommand.js +18 -41
  87. package/dist-es/commands/ModifyTrustStoreCommand.js +18 -41
  88. package/dist-es/commands/RegisterTargetsCommand.js +18 -41
  89. package/dist-es/commands/RemoveListenerCertificatesCommand.js +18 -41
  90. package/dist-es/commands/RemoveTagsCommand.js +18 -41
  91. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +18 -41
  92. package/dist-es/commands/SetIpAddressTypeCommand.js +18 -41
  93. package/dist-es/commands/SetRulePrioritiesCommand.js +18 -41
  94. package/dist-es/commands/SetSecurityGroupsCommand.js +18 -41
  95. package/dist-es/commands/SetSubnetsCommand.js +18 -41
  96. package/dist-es/endpoint/EndpointParameters.js +6 -0
  97. package/dist-es/pagination/DescribeListenersPaginator.js +2 -22
  98. package/dist-es/pagination/DescribeLoadBalancersPaginator.js +2 -22
  99. package/dist-es/pagination/DescribeTargetGroupsPaginator.js +2 -22
  100. package/dist-es/pagination/DescribeTrustStoreAssociationsPaginator.js +2 -23
  101. package/dist-es/pagination/DescribeTrustStoreRevocationsPaginator.js +2 -23
  102. package/dist-es/pagination/DescribeTrustStoresPaginator.js +2 -23
  103. package/dist-types/commands/AddListenerCertificatesCommand.d.ts +6 -21
  104. package/dist-types/commands/AddTagsCommand.d.ts +6 -21
  105. package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +6 -21
  106. package/dist-types/commands/CreateListenerCommand.d.ts +6 -21
  107. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -21
  108. package/dist-types/commands/CreateRuleCommand.d.ts +6 -21
  109. package/dist-types/commands/CreateTargetGroupCommand.d.ts +6 -21
  110. package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -21
  111. package/dist-types/commands/DeleteListenerCommand.d.ts +6 -21
  112. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -21
  113. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
  114. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +6 -21
  115. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -21
  116. package/dist-types/commands/DeregisterTargetsCommand.d.ts +6 -21
  117. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
  118. package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +6 -21
  119. package/dist-types/commands/DescribeListenersCommand.d.ts +6 -21
  120. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -21
  121. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
  122. package/dist-types/commands/DescribeRulesCommand.d.ts +6 -21
  123. package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +6 -21
  124. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
  125. package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -21
  126. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +6 -21
  127. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +6 -21
  128. package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -21
  129. package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -21
  130. package/dist-types/commands/DescribeTrustStoresCommand.d.ts +6 -21
  131. package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -21
  132. package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -21
  133. package/dist-types/commands/ModifyListenerCommand.d.ts +6 -21
  134. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -21
  135. package/dist-types/commands/ModifyRuleCommand.d.ts +6 -21
  136. package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -21
  137. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +6 -21
  138. package/dist-types/commands/ModifyTrustStoreCommand.d.ts +6 -21
  139. package/dist-types/commands/RegisterTargetsCommand.d.ts +6 -21
  140. package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +6 -21
  141. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
  142. package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -21
  143. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -21
  144. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +6 -21
  145. package/dist-types/commands/SetSecurityGroupsCommand.d.ts +6 -21
  146. package/dist-types/commands/SetSubnetsCommand.d.ts +6 -21
  147. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  148. package/dist-types/pagination/DescribeListenersPaginator.d.ts +1 -1
  149. package/dist-types/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
  150. package/dist-types/pagination/DescribeTargetGroupsPaginator.d.ts +1 -1
  151. package/dist-types/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +1 -1
  152. package/dist-types/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +1 -1
  153. package/dist-types/pagination/DescribeTrustStoresPaginator.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
  156. package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  199. package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +3 -3
  200. package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +3 -3
  201. package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +3 -3
  202. package/dist-types/ts3.4/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +3 -3
  203. package/dist-types/ts3.4/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +3 -3
  204. package/dist-types/ts3.4/pagination/DescribeTrustStoresPaginator.d.ts +3 -3
  205. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
4
  import { RemoveListenerCertificatesInput, RemoveListenerCertificatesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveListenerCertificatesCommandInput extends RemoveListenerCe
21
20
  */
22
21
  export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerCertificatesOutput, __MetadataBearer {
23
22
  }
23
+ declare const RemoveListenerCertificatesCommand_base: {
24
+ new (input: RemoveListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified certificate from the certificate list for the specified HTTPS or TLS
@@ -62,23 +65,5 @@ export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerC
62
65
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
63
66
  *
64
67
  */
65
- export declare class RemoveListenerCertificatesCommand extends $Command<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
66
- readonly input: RemoveListenerCertificatesCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: RemoveListenerCertificatesCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class RemoveListenerCertificatesCommand extends RemoveListenerCertificatesCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
4
  import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {
21
20
  */
22
21
  export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
23
22
  }
23
+ declare const RemoveTagsCommand_base: {
24
+ new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified tags from the specified Elastic Load Balancing resources. You can
@@ -91,23 +94,5 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
91
94
  * ```
92
95
  *
93
96
  */
94
- export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
95
- readonly input: RemoveTagsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: RemoveTagsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
4
  import { RemoveTrustStoreRevocationsInput, RemoveTrustStoreRevocationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTrustStoreRevocationsCommandInput extends RemoveTrustStor
21
20
  */
22
21
  export interface RemoveTrustStoreRevocationsCommandOutput extends RemoveTrustStoreRevocationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const RemoveTrustStoreRevocationsCommand_base: {
24
+ new (input: RemoveTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified revocation file from the specified trust store.</p>
@@ -58,23 +61,5 @@ export interface RemoveTrustStoreRevocationsCommandOutput extends RemoveTrustSto
58
61
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
59
62
  *
60
63
  */
61
- export declare class RemoveTrustStoreRevocationsCommand extends $Command<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
62
- readonly input: RemoveTrustStoreRevocationsCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: RemoveTrustStoreRevocationsCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class RemoveTrustStoreRevocationsCommand extends RemoveTrustStoreRevocationsCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
4
  import { SetIpAddressTypeInput, SetIpAddressTypeOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {
21
20
  */
22
21
  export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, __MetadataBearer {
23
22
  }
23
+ declare const SetIpAddressTypeCommand_base: {
24
+ new (input: SetIpAddressTypeCommandInput): import("@smithy/smithy-client").CommandImpl<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the type of IP addresses used by the subnets of the specified load balancer.</p>
@@ -61,23 +64,5 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, _
61
64
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
62
65
  *
63
66
  */
64
- export declare class SetIpAddressTypeCommand extends $Command<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
65
- readonly input: SetIpAddressTypeCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: SetIpAddressTypeCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class SetIpAddressTypeCommand extends SetIpAddressTypeCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
4
  import { SetRulePrioritiesInput, SetRulePrioritiesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {
21
20
  */
22
21
  export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput, __MetadataBearer {
23
22
  }
23
+ declare const SetRulePrioritiesCommand_base: {
24
+ new (input: SetRulePrioritiesCommandInput): import("@smithy/smithy-client").CommandImpl<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the priorities of the specified rules.</p>
@@ -214,23 +217,5 @@ export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput,
214
217
  * ```
215
218
  *
216
219
  */
217
- export declare class SetRulePrioritiesCommand extends $Command<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
218
- readonly input: SetRulePrioritiesCommandInput;
219
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
220
- /**
221
- * @public
222
- */
223
- constructor(input: SetRulePrioritiesCommandInput);
224
- /**
225
- * @internal
226
- */
227
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput>;
228
- /**
229
- * @internal
230
- */
231
- private serialize;
232
- /**
233
- * @internal
234
- */
235
- private deserialize;
220
+ export declare class SetRulePrioritiesCommand extends SetRulePrioritiesCommand_base {
236
221
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
4
  import { SetSecurityGroupsInput, SetSecurityGroupsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {
21
20
  */
22
21
  export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput, __MetadataBearer {
23
22
  }
23
+ declare const SetSecurityGroupsCommand_base: {
24
+ new (input: SetSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates the specified security groups with the specified Application Load Balancer or
@@ -93,23 +96,5 @@ export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput,
93
96
  * ```
94
97
  *
95
98
  */
96
- export declare class SetSecurityGroupsCommand extends $Command<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
97
- readonly input: SetSecurityGroupsCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: SetSecurityGroupsCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class SetSecurityGroupsCommand extends SetSecurityGroupsCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
4
  import { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetSubnetsCommandInput extends SetSubnetsInput {
21
20
  */
22
21
  export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBearer {
23
22
  }
23
+ declare const SetSubnetsCommand_base: {
24
+ new (input: SetSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables the Availability Zones for the specified public subnets for the specified
@@ -130,23 +133,5 @@ export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBea
130
133
  * ```
131
134
  *
132
135
  */
133
- export declare class SetSubnetsCommand extends $Command<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
134
- readonly input: SetSubnetsCommandInput;
135
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
136
- /**
137
- * @public
138
- */
139
- constructor(input: SetSubnetsCommandInput);
140
- /**
141
- * @internal
142
- */
143
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetSubnetsCommandInput, SetSubnetsCommandOutput>;
144
- /**
145
- * @internal
146
- */
147
- private serialize;
148
- /**
149
- * @internal
150
- */
151
- private deserialize;
136
+ export declare class SetSubnetsCommand extends SetSubnetsCommand_base {
152
137
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeListeners(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeListenersCommandInput, ...additionalArguments: any): Paginator<DescribeListenersCommandOutput>;
7
+ export declare const paginateDescribeListeners: (config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeListenersCommandInput, ...rest: any[]) => Paginator<DescribeListenersCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeLoadBalancers(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeLoadBalancersCommandInput, ...additionalArguments: any): Paginator<DescribeLoadBalancersCommandOutput>;
7
+ export declare const paginateDescribeLoadBalancers: (config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeLoadBalancersCommandInput, ...rest: any[]) => Paginator<DescribeLoadBalancersCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeTargetGroups(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTargetGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeTargetGroupsCommandOutput>;
7
+ export declare const paginateDescribeTargetGroups: (config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTargetGroupsCommandInput, ...rest: any[]) => Paginator<DescribeTargetGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeTrustStoreAssociations(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoreAssociationsCommandInput, ...additionalArguments: any): Paginator<DescribeTrustStoreAssociationsCommandOutput>;
7
+ export declare const paginateDescribeTrustStoreAssociations: (config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoreAssociationsCommandInput, ...rest: any[]) => Paginator<DescribeTrustStoreAssociationsCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeTrustStoreRevocations(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoreRevocationsCommandInput, ...additionalArguments: any): Paginator<DescribeTrustStoreRevocationsCommandOutput>;
7
+ export declare const paginateDescribeTrustStoreRevocations: (config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoreRevocationsCommandInput, ...rest: any[]) => Paginator<DescribeTrustStoreRevocationsCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeTrustStores(config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoresCommandInput, ...additionalArguments: any): Paginator<DescribeTrustStoresCommandOutput>;
7
+ export declare const paginateDescribeTrustStores: (config: ElasticLoadBalancingV2PaginationConfiguration, input: DescribeTrustStoresCommandInput, ...rest: any[]) => Paginator<DescribeTrustStoresCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AddListenerCertificatesCommandInput
21
15
  export interface AddListenerCertificatesCommandOutput
22
16
  extends AddListenerCertificatesOutput,
23
17
  __MetadataBearer {}
24
- export declare class AddListenerCertificatesCommand extends $Command<
25
- AddListenerCertificatesCommandInput,
26
- AddListenerCertificatesCommandOutput,
27
- ElasticLoadBalancingV2ClientResolvedConfig
28
- > {
29
- readonly input: AddListenerCertificatesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddListenerCertificatesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddListenerCertificatesCommand_base: {
19
+ new (
20
+ input: AddListenerCertificatesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddListenerCertificatesCommandInput,
38
- AddListenerCertificatesCommandOutput
23
+ AddListenerCertificatesCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddListenerCertificatesCommand extends AddListenerCertificatesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,14 @@ import { AddTagsInput, AddTagsOutput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface AddTagsCommandInput extends AddTagsInput {}
17
11
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
18
- export declare class AddTagsCommand extends $Command<
19
- AddTagsCommandInput,
20
- AddTagsCommandOutput,
21
- ElasticLoadBalancingV2ClientResolvedConfig
22
- > {
23
- readonly input: AddTagsCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: AddTagsCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const AddTagsCommand_base: {
13
+ new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ AddTagsCommandInput,
15
+ AddTagsCommandOutput,
16
+ ElasticLoadBalancingV2ClientResolvedConfig,
17
+ ServiceInputTypes,
18
+ ServiceOutputTypes
19
+ >;
20
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
+ };
22
+ export declare class AddTagsCommand extends AddTagsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AddTrustStoreRevocationsCommandInput
21
15
  export interface AddTrustStoreRevocationsCommandOutput
22
16
  extends AddTrustStoreRevocationsOutput,
23
17
  __MetadataBearer {}
24
- export declare class AddTrustStoreRevocationsCommand extends $Command<
25
- AddTrustStoreRevocationsCommandInput,
26
- AddTrustStoreRevocationsCommandOutput,
27
- ElasticLoadBalancingV2ClientResolvedConfig
28
- > {
29
- readonly input: AddTrustStoreRevocationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddTrustStoreRevocationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddTrustStoreRevocationsCommand_base: {
19
+ new (
20
+ input: AddTrustStoreRevocationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddTrustStoreRevocationsCommandInput,
38
- AddTrustStoreRevocationsCommandOutput
23
+ AddTrustStoreRevocationsCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddTrustStoreRevocationsCommand extends AddTrustStoreRevocationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateListenerCommandInput extends CreateListenerInput {}
17
11
  export interface CreateListenerCommandOutput
18
12
  extends CreateListenerOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateListenerCommand extends $Command<
21
- CreateListenerCommandInput,
22
- CreateListenerCommandOutput,
23
- ElasticLoadBalancingV2ClientResolvedConfig
24
- > {
25
- readonly input: CreateListenerCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateListenerCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateListenerCommand_base: {
15
+ new (
16
+ input: CreateListenerCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateListenerCommandInput,
19
+ CreateListenerCommandOutput,
20
+ ElasticLoadBalancingV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateListenerCommand extends CreateListenerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateLoadBalancerCommandInput
21
15
  export interface CreateLoadBalancerCommandOutput
22
16
  extends CreateLoadBalancerOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateLoadBalancerCommand extends $Command<
25
- CreateLoadBalancerCommandInput,
26
- CreateLoadBalancerCommandOutput,
27
- ElasticLoadBalancingV2ClientResolvedConfig
28
- > {
29
- readonly input: CreateLoadBalancerCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateLoadBalancerCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateLoadBalancerCommand_base: {
19
+ new (
20
+ input: CreateLoadBalancerCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateLoadBalancerCommandInput,
23
+ CreateLoadBalancerCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {}