@aws-sdk/client-elastic-load-balancing-v2 3.478.0 → 3.484.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 (181) 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-es/commands/AddListenerCertificatesCommand.js +18 -41
  47. package/dist-es/commands/AddTagsCommand.js +18 -41
  48. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +18 -41
  49. package/dist-es/commands/CreateListenerCommand.js +18 -41
  50. package/dist-es/commands/CreateLoadBalancerCommand.js +18 -41
  51. package/dist-es/commands/CreateRuleCommand.js +18 -41
  52. package/dist-es/commands/CreateTargetGroupCommand.js +18 -41
  53. package/dist-es/commands/CreateTrustStoreCommand.js +18 -41
  54. package/dist-es/commands/DeleteListenerCommand.js +18 -41
  55. package/dist-es/commands/DeleteLoadBalancerCommand.js +18 -41
  56. package/dist-es/commands/DeleteRuleCommand.js +18 -41
  57. package/dist-es/commands/DeleteTargetGroupCommand.js +18 -41
  58. package/dist-es/commands/DeleteTrustStoreCommand.js +18 -41
  59. package/dist-es/commands/DeregisterTargetsCommand.js +18 -41
  60. package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
  61. package/dist-es/commands/DescribeListenerCertificatesCommand.js +18 -41
  62. package/dist-es/commands/DescribeListenersCommand.js +18 -41
  63. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
  64. package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
  65. package/dist-es/commands/DescribeRulesCommand.js +18 -41
  66. package/dist-es/commands/DescribeSSLPoliciesCommand.js +18 -41
  67. package/dist-es/commands/DescribeTagsCommand.js +18 -41
  68. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +18 -41
  69. package/dist-es/commands/DescribeTargetGroupsCommand.js +18 -41
  70. package/dist-es/commands/DescribeTargetHealthCommand.js +18 -41
  71. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +18 -41
  72. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +18 -41
  73. package/dist-es/commands/DescribeTrustStoresCommand.js +18 -41
  74. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +18 -41
  75. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +18 -41
  76. package/dist-es/commands/ModifyListenerCommand.js +18 -41
  77. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
  78. package/dist-es/commands/ModifyRuleCommand.js +18 -41
  79. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +18 -41
  80. package/dist-es/commands/ModifyTargetGroupCommand.js +18 -41
  81. package/dist-es/commands/ModifyTrustStoreCommand.js +18 -41
  82. package/dist-es/commands/RegisterTargetsCommand.js +18 -41
  83. package/dist-es/commands/RemoveListenerCertificatesCommand.js +18 -41
  84. package/dist-es/commands/RemoveTagsCommand.js +18 -41
  85. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +18 -41
  86. package/dist-es/commands/SetIpAddressTypeCommand.js +18 -41
  87. package/dist-es/commands/SetRulePrioritiesCommand.js +18 -41
  88. package/dist-es/commands/SetSecurityGroupsCommand.js +18 -41
  89. package/dist-es/commands/SetSubnetsCommand.js +18 -41
  90. package/dist-es/endpoint/EndpointParameters.js +6 -0
  91. package/dist-types/commands/AddListenerCertificatesCommand.d.ts +6 -21
  92. package/dist-types/commands/AddTagsCommand.d.ts +6 -21
  93. package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +6 -21
  94. package/dist-types/commands/CreateListenerCommand.d.ts +6 -21
  95. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -21
  96. package/dist-types/commands/CreateRuleCommand.d.ts +6 -21
  97. package/dist-types/commands/CreateTargetGroupCommand.d.ts +6 -21
  98. package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -21
  99. package/dist-types/commands/DeleteListenerCommand.d.ts +6 -21
  100. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -21
  101. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
  102. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +6 -21
  103. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -21
  104. package/dist-types/commands/DeregisterTargetsCommand.d.ts +6 -21
  105. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
  106. package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +6 -21
  107. package/dist-types/commands/DescribeListenersCommand.d.ts +6 -21
  108. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -21
  109. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
  110. package/dist-types/commands/DescribeRulesCommand.d.ts +6 -21
  111. package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +6 -21
  112. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
  113. package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -21
  114. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +6 -21
  115. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +6 -21
  116. package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +6 -21
  117. package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +6 -21
  118. package/dist-types/commands/DescribeTrustStoresCommand.d.ts +6 -21
  119. package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +6 -21
  120. package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +6 -21
  121. package/dist-types/commands/ModifyListenerCommand.d.ts +6 -21
  122. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -21
  123. package/dist-types/commands/ModifyRuleCommand.d.ts +6 -21
  124. package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -21
  125. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +6 -21
  126. package/dist-types/commands/ModifyTrustStoreCommand.d.ts +6 -21
  127. package/dist-types/commands/RegisterTargetsCommand.d.ts +6 -21
  128. package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +6 -21
  129. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
  130. package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +6 -21
  131. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -21
  132. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +6 -21
  133. package/dist-types/commands/SetSecurityGroupsCommand.d.ts +6 -21
  134. package/dist-types/commands/SetSubnetsCommand.d.ts +6 -21
  135. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  136. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
  138. package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +12 -24
  159. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +12 -24
  162. package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  181. package/package.json +11 -11
@@ -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 { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoad
21
20
  */
22
21
  export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoadBalancerAttributesOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeLoadBalancerAttributesCommand_base: {
24
+ new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the attributes for the specified Application Load Balancer, Network Load
@@ -118,23 +121,5 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
118
121
  * ```
119
122
  *
120
123
  */
121
- export declare class DescribeLoadBalancerAttributesCommand extends $Command<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
122
- readonly input: DescribeLoadBalancerAttributesCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: DescribeLoadBalancerAttributesCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {
140
125
  }
@@ -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 { DescribeLoadBalancersInput, DescribeLoadBalancersOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeLoadBalancersCommandInput extends DescribeLoadBalancers
21
20
  */
22
21
  export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancersOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeLoadBalancersCommand_base: {
24
+ new (input: DescribeLoadBalancersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified load balancers or all of your load balancers.</p>
@@ -143,23 +146,5 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
143
146
  * ```
144
147
  *
145
148
  */
146
- export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
147
- readonly input: DescribeLoadBalancersCommandInput;
148
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
149
- /**
150
- * @public
151
- */
152
- constructor(input: DescribeLoadBalancersCommandInput);
153
- /**
154
- * @internal
155
- */
156
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput>;
157
- /**
158
- * @internal
159
- */
160
- private serialize;
161
- /**
162
- * @internal
163
- */
164
- private deserialize;
149
+ export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {
165
150
  }
@@ -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 { DescribeRulesInput, DescribeRulesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeRulesCommandInput extends DescribeRulesInput {
21
20
  */
22
21
  export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeRulesCommand_base: {
24
+ new (input: DescribeRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified rules or the rules for the specified listener. You must specify
@@ -211,23 +214,5 @@ export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __Metad
211
214
  * ```
212
215
  *
213
216
  */
214
- export declare class DescribeRulesCommand extends $Command<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
215
- readonly input: DescribeRulesCommandInput;
216
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
217
- /**
218
- * @public
219
- */
220
- constructor(input: DescribeRulesCommandInput);
221
- /**
222
- * @internal
223
- */
224
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRulesCommandInput, DescribeRulesCommandOutput>;
225
- /**
226
- * @internal
227
- */
228
- private serialize;
229
- /**
230
- * @internal
231
- */
232
- private deserialize;
217
+ export declare class DescribeRulesCommand extends DescribeRulesCommand_base {
233
218
  }
@@ -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 { DescribeSSLPoliciesInput, DescribeSSLPoliciesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSSLPoliciesCommandInput extends DescribeSSLPoliciesInpu
21
20
  */
22
21
  export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSSLPoliciesCommand_base: {
24
+ new (input: DescribeSSLPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified policies or all policies used for SSL negotiation.</p>
@@ -183,23 +186,5 @@ export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOut
183
186
  * ```
184
187
  *
185
188
  */
186
- export declare class DescribeSSLPoliciesCommand extends $Command<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
187
- readonly input: DescribeSSLPoliciesCommandInput;
188
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
189
- /**
190
- * @public
191
- */
192
- constructor(input: DescribeSSLPoliciesCommandInput);
193
- /**
194
- * @internal
195
- */
196
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput>;
197
- /**
198
- * @internal
199
- */
200
- private serialize;
201
- /**
202
- * @internal
203
- */
204
- private deserialize;
189
+ export declare class DescribeSSLPoliciesCommand extends DescribeSSLPoliciesCommand_base {
205
190
  }
@@ -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 { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {
21
20
  */
22
21
  export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTagsCommand_base: {
24
+ new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
@@ -112,23 +115,5 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
112
115
  * ```
113
116
  *
114
117
  */
115
- export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
116
- readonly input: DescribeTagsCommandInput;
117
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
118
- /**
119
- * @public
120
- */
121
- constructor(input: DescribeTagsCommandInput);
122
- /**
123
- * @internal
124
- */
125
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
126
- /**
127
- * @internal
128
- */
129
- private serialize;
130
- /**
131
- * @internal
132
- */
133
- private deserialize;
118
+ export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
134
119
  }
@@ -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 { DescribeTargetGroupAttributesInput, DescribeTargetGroupAttributesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTargetGroupAttributesCommandInput extends DescribeTarge
21
20
  */
22
21
  export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTargetGroupAttributesOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTargetGroupAttributesCommand_base: {
24
+ new (input: DescribeTargetGroupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the attributes for the specified target group.</p>
@@ -113,23 +116,5 @@ export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTarg
113
116
  * ```
114
117
  *
115
118
  */
116
- export declare class DescribeTargetGroupAttributesCommand extends $Command<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
117
- readonly input: DescribeTargetGroupAttributesCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: DescribeTargetGroupAttributesCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class DescribeTargetGroupAttributesCommand extends DescribeTargetGroupAttributesCommand_base {
135
120
  }
@@ -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 { DescribeTargetGroupsInput, DescribeTargetGroupsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTargetGroupsCommandInput extends DescribeTargetGroupsIn
21
20
  */
22
21
  export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTargetGroupsCommand_base: {
24
+ new (input: DescribeTargetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified target groups or all of your target groups. By default, all target
@@ -134,23 +137,5 @@ export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsO
134
137
  * ```
135
138
  *
136
139
  */
137
- export declare class DescribeTargetGroupsCommand extends $Command<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
138
- readonly input: DescribeTargetGroupsCommandInput;
139
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
140
- /**
141
- * @public
142
- */
143
- constructor(input: DescribeTargetGroupsCommandInput);
144
- /**
145
- * @internal
146
- */
147
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput>;
148
- /**
149
- * @internal
150
- */
151
- private serialize;
152
- /**
153
- * @internal
154
- */
155
- private deserialize;
140
+ export declare class DescribeTargetGroupsCommand extends DescribeTargetGroupsCommand_base {
156
141
  }
@@ -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 { DescribeTargetHealthInput, DescribeTargetHealthOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTargetHealthCommandInput extends DescribeTargetHealthIn
21
20
  */
22
21
  export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTargetHealthCommand_base: {
24
+ new (input: DescribeTargetHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the health of the specified targets or all of your targets.</p>
@@ -161,23 +164,5 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
161
164
  * ```
162
165
  *
163
166
  */
164
- export declare class DescribeTargetHealthCommand extends $Command<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
165
- readonly input: DescribeTargetHealthCommandInput;
166
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
167
- /**
168
- * @public
169
- */
170
- constructor(input: DescribeTargetHealthCommandInput);
171
- /**
172
- * @internal
173
- */
174
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput>;
175
- /**
176
- * @internal
177
- */
178
- private serialize;
179
- /**
180
- * @internal
181
- */
182
- private deserialize;
167
+ export declare class DescribeTargetHealthCommand extends DescribeTargetHealthCommand_base {
183
168
  }
@@ -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 { DescribeTrustStoreAssociationsInput, DescribeTrustStoreAssociationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTrustStoreAssociationsCommandInput extends DescribeTrus
21
20
  */
22
21
  export interface DescribeTrustStoreAssociationsCommandOutput extends DescribeTrustStoreAssociationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTrustStoreAssociationsCommand_base: {
24
+ new (input: DescribeTrustStoreAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes all resources associated with the specified trust store.</p>
@@ -61,23 +64,5 @@ export interface DescribeTrustStoreAssociationsCommandOutput extends DescribeTru
61
64
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
62
65
  *
63
66
  */
64
- export declare class DescribeTrustStoreAssociationsCommand extends $Command<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
65
- readonly input: DescribeTrustStoreAssociationsCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: DescribeTrustStoreAssociationsCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class DescribeTrustStoreAssociationsCommand extends DescribeTrustStoreAssociationsCommand_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 { DescribeTrustStoreRevocationsInput, DescribeTrustStoreRevocationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTrustStoreRevocationsCommandInput extends DescribeTrust
21
20
  */
22
21
  export interface DescribeTrustStoreRevocationsCommandOutput extends DescribeTrustStoreRevocationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTrustStoreRevocationsCommand_base: {
24
+ new (input: DescribeTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the revocation files in use by the specified
@@ -71,23 +74,5 @@ export interface DescribeTrustStoreRevocationsCommandOutput extends DescribeTrus
71
74
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
72
75
  *
73
76
  */
74
- export declare class DescribeTrustStoreRevocationsCommand extends $Command<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
75
- readonly input: DescribeTrustStoreRevocationsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DescribeTrustStoreRevocationsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DescribeTrustStoreRevocationsCommand extends DescribeTrustStoreRevocationsCommand_base {
93
78
  }
@@ -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 { DescribeTrustStoresInput, DescribeTrustStoresOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTrustStoresCommandInput extends DescribeTrustStoresInpu
21
20
  */
22
21
  export interface DescribeTrustStoresCommandOutput extends DescribeTrustStoresOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTrustStoresCommand_base: {
24
+ new (input: DescribeTrustStoresCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes all trust stores for a given account
@@ -71,23 +74,5 @@ export interface DescribeTrustStoresCommandOutput extends DescribeTrustStoresOut
71
74
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
72
75
  *
73
76
  */
74
- export declare class DescribeTrustStoresCommand extends $Command<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
75
- readonly input: DescribeTrustStoresCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DescribeTrustStoresCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DescribeTrustStoresCommand extends DescribeTrustStoresCommand_base {
93
78
  }
@@ -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 { GetTrustStoreCaCertificatesBundleInput, GetTrustStoreCaCertificatesBundleOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTrustStoreCaCertificatesBundleCommandInput extends GetTrustS
21
20
  */
22
21
  export interface GetTrustStoreCaCertificatesBundleCommandOutput extends GetTrustStoreCaCertificatesBundleOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetTrustStoreCaCertificatesBundleCommand_base: {
24
+ new (input: GetTrustStoreCaCertificatesBundleCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the ca certificate bundle.</p>
@@ -56,23 +59,5 @@ export interface GetTrustStoreCaCertificatesBundleCommandOutput extends GetTrust
56
59
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
57
60
  *
58
61
  */
59
- export declare class GetTrustStoreCaCertificatesBundleCommand extends $Command<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
60
- readonly input: GetTrustStoreCaCertificatesBundleCommandInput;
61
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
- /**
63
- * @public
64
- */
65
- constructor(input: GetTrustStoreCaCertificatesBundleCommandInput);
66
- /**
67
- * @internal
68
- */
69
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput>;
70
- /**
71
- * @internal
72
- */
73
- private serialize;
74
- /**
75
- * @internal
76
- */
77
- private deserialize;
62
+ export declare class GetTrustStoreCaCertificatesBundleCommand extends GetTrustStoreCaCertificatesBundleCommand_base {
78
63
  }
@@ -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 { GetTrustStoreRevocationContentInput, GetTrustStoreRevocationContentOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTrustStoreRevocationContentCommandInput extends GetTrustStor
21
20
  */
22
21
  export interface GetTrustStoreRevocationContentCommandOutput extends GetTrustStoreRevocationContentOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetTrustStoreRevocationContentCommand_base: {
24
+ new (input: GetTrustStoreRevocationContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the specified revocation file.</p>
@@ -60,23 +63,5 @@ export interface GetTrustStoreRevocationContentCommandOutput extends GetTrustSto
60
63
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
61
64
  *
62
65
  */
63
- export declare class GetTrustStoreRevocationContentCommand extends $Command<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
64
- readonly input: GetTrustStoreRevocationContentCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: GetTrustStoreRevocationContentCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class GetTrustStoreRevocationContentCommand extends GetTrustStoreRevocationContentCommand_base {
82
67
  }
@@ -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 { ModifyListenerInput, ModifyListenerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyListenerCommandInput extends ModifyListenerInput {
21
20
  */
22
21
  export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __MetadataBearer {
23
22
  }
23
+ declare const ModifyListenerCommand_base: {
24
+ new (input: ModifyListenerCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Replaces the specified properties of the specified listener. Any properties that you do
@@ -352,23 +355,5 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
352
355
  * ```
353
356
  *
354
357
  */
355
- export declare class ModifyListenerCommand extends $Command<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
356
- readonly input: ModifyListenerCommandInput;
357
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
358
- /**
359
- * @public
360
- */
361
- constructor(input: ModifyListenerCommandInput);
362
- /**
363
- * @internal
364
- */
365
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyListenerCommandInput, ModifyListenerCommandOutput>;
366
- /**
367
- * @internal
368
- */
369
- private serialize;
370
- /**
371
- * @internal
372
- */
373
- private deserialize;
358
+ export declare class ModifyListenerCommand extends ModifyListenerCommand_base {
374
359
  }