@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 { DeleteLoadBalancerInput, DeleteLoadBalancerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLoadBalancerCommandInput extends DeleteLoadBalancerInput
21
20
  */
22
21
  export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLoadBalancerCommand_base: {
24
+ new (input: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load
@@ -75,23 +78,5 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutpu
75
78
  * ```
76
79
  *
77
80
  */
78
- export declare class DeleteLoadBalancerCommand extends $Command<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
79
- readonly input: DeleteLoadBalancerCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DeleteLoadBalancerCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {
97
82
  }
@@ -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 { DeleteRuleInput, DeleteRuleOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRuleCommandInput extends DeleteRuleInput {
21
20
  */
22
21
  export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteRuleCommand_base: {
24
+ new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified rule.</p>
@@ -67,23 +70,5 @@ export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBea
67
70
  * ```
68
71
  *
69
72
  */
70
- export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
71
- readonly input: DeleteRuleCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteRuleCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
89
74
  }
@@ -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 { DeleteTargetGroupInput, DeleteTargetGroupOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteTargetGroupCommandInput extends DeleteTargetGroupInput {
21
20
  */
22
21
  export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteTargetGroupCommand_base: {
24
+ new (input: DeleteTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified target group.</p>
@@ -67,23 +70,5 @@ export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput,
67
70
  * ```
68
71
  *
69
72
  */
70
- export declare class DeleteTargetGroupCommand extends $Command<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
71
- readonly input: DeleteTargetGroupCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteTargetGroupCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {
89
74
  }
@@ -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 { DeleteTrustStoreInput, DeleteTrustStoreOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreInput {
21
20
  */
22
21
  export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteTrustStoreCommand_base: {
24
+ new (input: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a trust store.</p>
@@ -55,23 +58,5 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreOutput, _
55
58
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
56
59
  *
57
60
  */
58
- export declare class DeleteTrustStoreCommand extends $Command<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
59
- readonly input: DeleteTrustStoreCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: DeleteTrustStoreCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
77
62
  }
@@ -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 { DeregisterTargetsInput, DeregisterTargetsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeregisterTargetsCommandInput extends DeregisterTargetsInput {
21
20
  */
22
21
  export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeregisterTargetsCommand_base: {
24
+ new (input: DeregisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deregisters the specified targets from the specified target group. After the targets are
@@ -105,23 +108,5 @@ export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput,
105
108
  * ```
106
109
  *
107
110
  */
108
- export declare class DeregisterTargetsCommand extends $Command<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
109
- readonly input: DeregisterTargetsCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: DeregisterTargetsCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {
127
112
  }
@@ -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 { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits
21
20
  */
22
21
  export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAccountLimitsCommand_base: {
24
+ new (input: DescribeAccountLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services
@@ -80,23 +83,5 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
80
83
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
81
84
  *
82
85
  */
83
- export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
84
- readonly input: DescribeAccountLimitsCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: DescribeAccountLimitsCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
102
87
  }
@@ -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 { DescribeListenerCertificatesInput, DescribeListenerCertificatesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeListenerCertificatesCommandInput extends DescribeListen
21
20
  */
22
21
  export interface DescribeListenerCertificatesCommandOutput extends DescribeListenerCertificatesOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeListenerCertificatesCommand_base: {
24
+ new (input: DescribeListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the default certificate and the certificate list for the specified HTTPS or TLS
@@ -69,23 +72,5 @@ export interface DescribeListenerCertificatesCommandOutput extends DescribeListe
69
72
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
70
73
  *
71
74
  */
72
- export declare class DescribeListenerCertificatesCommand extends $Command<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
73
- readonly input: DescribeListenerCertificatesCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DescribeListenerCertificatesCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DescribeListenerCertificatesCommand extends DescribeListenerCertificatesCommand_base {
91
76
  }
@@ -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 { DescribeListenersInput, DescribeListenersOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeListenersCommandInput extends DescribeListenersInput {
21
20
  */
22
21
  export interface DescribeListenersCommandOutput extends DescribeListenersOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeListenersCommand_base: {
24
+ new (input: DescribeListenersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified listeners or the listeners for the specified Application Load
@@ -181,23 +184,5 @@ export interface DescribeListenersCommandOutput extends DescribeListenersOutput,
181
184
  * ```
182
185
  *
183
186
  */
184
- export declare class DescribeListenersCommand extends $Command<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
185
- readonly input: DescribeListenersCommandInput;
186
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
187
- /**
188
- * @public
189
- */
190
- constructor(input: DescribeListenersCommandInput);
191
- /**
192
- * @internal
193
- */
194
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenersCommandInput, DescribeListenersCommandOutput>;
195
- /**
196
- * @internal
197
- */
198
- private serialize;
199
- /**
200
- * @internal
201
- */
202
- private deserialize;
187
+ export declare class DescribeListenersCommand extends DescribeListenersCommand_base {
203
188
  }
@@ -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
  }