@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetTrustStoreRevocationContentCommandInput
21
15
  export interface GetTrustStoreRevocationContentCommandOutput
22
16
  extends GetTrustStoreRevocationContentOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetTrustStoreRevocationContentCommand extends $Command<
25
- GetTrustStoreRevocationContentCommandInput,
26
- GetTrustStoreRevocationContentCommandOutput,
27
- ElasticLoadBalancingV2ClientResolvedConfig
28
- > {
29
- readonly input: GetTrustStoreRevocationContentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetTrustStoreRevocationContentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetTrustStoreRevocationContentCommand_base: {
19
+ new (
20
+ input: GetTrustStoreRevocationContentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetTrustStoreRevocationContentCommandInput,
38
- GetTrustStoreRevocationContentCommandOutput
23
+ GetTrustStoreRevocationContentCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetTrustStoreRevocationContentCommand extends GetTrustStoreRevocationContentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ModifyListenerCommandInput extends ModifyListenerInput {}
17
11
  export interface ModifyListenerCommandOutput
18
12
  extends ModifyListenerOutput,
19
13
  __MetadataBearer {}
20
- export declare class ModifyListenerCommand extends $Command<
21
- ModifyListenerCommandInput,
22
- ModifyListenerCommandOutput,
23
- ElasticLoadBalancingV2ClientResolvedConfig
24
- > {
25
- readonly input: ModifyListenerCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ModifyListenerCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ModifyListenerCommandInput, ModifyListenerCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ModifyListenerCommand_base: {
15
+ new (
16
+ input: ModifyListenerCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ModifyListenerCommandInput,
19
+ ModifyListenerCommandOutput,
20
+ ElasticLoadBalancingV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ModifyListenerCommand extends ModifyListenerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ModifyLoadBalancerAttributesCommandInput
21
15
  export interface ModifyLoadBalancerAttributesCommandOutput
22
16
  extends ModifyLoadBalancerAttributesOutput,
23
17
  __MetadataBearer {}
24
- export declare class ModifyLoadBalancerAttributesCommand extends $Command<
25
- ModifyLoadBalancerAttributesCommandInput,
26
- ModifyLoadBalancerAttributesCommandOutput,
27
- ElasticLoadBalancingV2ClientResolvedConfig
28
- > {
29
- readonly input: ModifyLoadBalancerAttributesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ModifyLoadBalancerAttributesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ModifyLoadBalancerAttributesCommand_base: {
19
+ new (
20
+ input: ModifyLoadBalancerAttributesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ModifyLoadBalancerAttributesCommandInput,
38
- ModifyLoadBalancerAttributesCommandOutput
23
+ ModifyLoadBalancerAttributesCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ModifyRuleCommandInput extends ModifyRuleInput {}
17
11
  export interface ModifyRuleCommandOutput
18
12
  extends ModifyRuleOutput,
19
13
  __MetadataBearer {}
20
- export declare class ModifyRuleCommand extends $Command<
21
- ModifyRuleCommandInput,
22
- ModifyRuleCommandOutput,
23
- ElasticLoadBalancingV2ClientResolvedConfig
24
- > {
25
- readonly input: ModifyRuleCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ModifyRuleCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ModifyRuleCommandInput, ModifyRuleCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ModifyRuleCommand_base: {
15
+ new (
16
+ input: ModifyRuleCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ModifyRuleCommandInput,
19
+ ModifyRuleCommandOutput,
20
+ ElasticLoadBalancingV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ModifyRuleCommand extends ModifyRuleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ModifyTargetGroupAttributesCommandInput
21
15
  export interface ModifyTargetGroupAttributesCommandOutput
22
16
  extends ModifyTargetGroupAttributesOutput,
23
17
  __MetadataBearer {}
24
- export declare class ModifyTargetGroupAttributesCommand extends $Command<
25
- ModifyTargetGroupAttributesCommandInput,
26
- ModifyTargetGroupAttributesCommandOutput,
27
- ElasticLoadBalancingV2ClientResolvedConfig
28
- > {
29
- readonly input: ModifyTargetGroupAttributesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ModifyTargetGroupAttributesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ModifyTargetGroupAttributesCommand_base: {
19
+ new (
20
+ input: ModifyTargetGroupAttributesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ModifyTargetGroupAttributesCommandInput,
38
- ModifyTargetGroupAttributesCommandOutput
23
+ ModifyTargetGroupAttributesCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ModifyTargetGroupAttributesCommand extends ModifyTargetGroupAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {}
20
14
  export interface ModifyTargetGroupCommandOutput
21
15
  extends ModifyTargetGroupOutput,
22
16
  __MetadataBearer {}
23
- export declare class ModifyTargetGroupCommand extends $Command<
24
- ModifyTargetGroupCommandInput,
25
- ModifyTargetGroupCommandOutput,
26
- ElasticLoadBalancingV2ClientResolvedConfig
27
- > {
28
- readonly input: ModifyTargetGroupCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ModifyTargetGroupCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ModifyTargetGroupCommand_base: {
18
+ new (
19
+ input: ModifyTargetGroupCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ModifyTargetGroupCommandInput,
22
+ ModifyTargetGroupCommandOutput,
23
+ ElasticLoadBalancingV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ModifyTargetGroupCommand extends ModifyTargetGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ModifyTrustStoreCommandInput extends ModifyTrustStoreInput {}
20
14
  export interface ModifyTrustStoreCommandOutput
21
15
  extends ModifyTrustStoreOutput,
22
16
  __MetadataBearer {}
23
- export declare class ModifyTrustStoreCommand extends $Command<
24
- ModifyTrustStoreCommandInput,
25
- ModifyTrustStoreCommandOutput,
26
- ElasticLoadBalancingV2ClientResolvedConfig
27
- > {
28
- readonly input: ModifyTrustStoreCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ModifyTrustStoreCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ModifyTrustStoreCommand_base: {
18
+ new (
19
+ input: ModifyTrustStoreCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ModifyTrustStoreCommandInput,
22
+ ModifyTrustStoreCommandOutput,
23
+ ElasticLoadBalancingV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ModifyTrustStoreCommand extends ModifyTrustStoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface RegisterTargetsCommandInput extends RegisterTargetsInput {}
20
14
  export interface RegisterTargetsCommandOutput
21
15
  extends RegisterTargetsOutput,
22
16
  __MetadataBearer {}
23
- export declare class RegisterTargetsCommand extends $Command<
24
- RegisterTargetsCommandInput,
25
- RegisterTargetsCommandOutput,
26
- ElasticLoadBalancingV2ClientResolvedConfig
27
- > {
28
- readonly input: RegisterTargetsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: RegisterTargetsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<RegisterTargetsCommandInput, RegisterTargetsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const RegisterTargetsCommand_base: {
18
+ new (
19
+ input: RegisterTargetsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ RegisterTargetsCommandInput,
22
+ RegisterTargetsCommandOutput,
23
+ ElasticLoadBalancingV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface RemoveListenerCertificatesCommandInput
21
15
  export interface RemoveListenerCertificatesCommandOutput
22
16
  extends RemoveListenerCertificatesOutput,
23
17
  __MetadataBearer {}
24
- export declare class RemoveListenerCertificatesCommand extends $Command<
25
- RemoveListenerCertificatesCommandInput,
26
- RemoveListenerCertificatesCommandOutput,
27
- ElasticLoadBalancingV2ClientResolvedConfig
28
- > {
29
- readonly input: RemoveListenerCertificatesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RemoveListenerCertificatesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RemoveListenerCertificatesCommand_base: {
19
+ new (
20
+ input: RemoveListenerCertificatesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RemoveListenerCertificatesCommandInput,
38
- RemoveListenerCertificatesCommandOutput
23
+ RemoveListenerCertificatesCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RemoveListenerCertificatesCommand extends RemoveListenerCertificatesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {}
17
11
  export interface RemoveTagsCommandOutput
18
12
  extends RemoveTagsOutput,
19
13
  __MetadataBearer {}
20
- export declare class RemoveTagsCommand extends $Command<
21
- RemoveTagsCommandInput,
22
- RemoveTagsCommandOutput,
23
- ElasticLoadBalancingV2ClientResolvedConfig
24
- > {
25
- readonly input: RemoveTagsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RemoveTagsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const RemoveTagsCommand_base: {
15
+ new (
16
+ input: RemoveTagsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ RemoveTagsCommandInput,
19
+ RemoveTagsCommandOutput,
20
+ ElasticLoadBalancingV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RemoveTagsCommand extends RemoveTagsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface RemoveTrustStoreRevocationsCommandInput
21
15
  export interface RemoveTrustStoreRevocationsCommandOutput
22
16
  extends RemoveTrustStoreRevocationsOutput,
23
17
  __MetadataBearer {}
24
- export declare class RemoveTrustStoreRevocationsCommand extends $Command<
25
- RemoveTrustStoreRevocationsCommandInput,
26
- RemoveTrustStoreRevocationsCommandOutput,
27
- ElasticLoadBalancingV2ClientResolvedConfig
28
- > {
29
- readonly input: RemoveTrustStoreRevocationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RemoveTrustStoreRevocationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RemoveTrustStoreRevocationsCommand_base: {
19
+ new (
20
+ input: RemoveTrustStoreRevocationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RemoveTrustStoreRevocationsCommandInput,
38
- RemoveTrustStoreRevocationsCommandOutput
23
+ RemoveTrustStoreRevocationsCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RemoveTrustStoreRevocationsCommand extends RemoveTrustStoreRevocationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {}
20
14
  export interface SetIpAddressTypeCommandOutput
21
15
  extends SetIpAddressTypeOutput,
22
16
  __MetadataBearer {}
23
- export declare class SetIpAddressTypeCommand extends $Command<
24
- SetIpAddressTypeCommandInput,
25
- SetIpAddressTypeCommandOutput,
26
- ElasticLoadBalancingV2ClientResolvedConfig
27
- > {
28
- readonly input: SetIpAddressTypeCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: SetIpAddressTypeCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const SetIpAddressTypeCommand_base: {
18
+ new (
19
+ input: SetIpAddressTypeCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ SetIpAddressTypeCommandInput,
22
+ SetIpAddressTypeCommandOutput,
23
+ ElasticLoadBalancingV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class SetIpAddressTypeCommand extends SetIpAddressTypeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {}
20
14
  export interface SetRulePrioritiesCommandOutput
21
15
  extends SetRulePrioritiesOutput,
22
16
  __MetadataBearer {}
23
- export declare class SetRulePrioritiesCommand extends $Command<
24
- SetRulePrioritiesCommandInput,
25
- SetRulePrioritiesCommandOutput,
26
- ElasticLoadBalancingV2ClientResolvedConfig
27
- > {
28
- readonly input: SetRulePrioritiesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: SetRulePrioritiesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const SetRulePrioritiesCommand_base: {
18
+ new (
19
+ input: SetRulePrioritiesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ SetRulePrioritiesCommandInput,
22
+ SetRulePrioritiesCommandOutput,
23
+ ElasticLoadBalancingV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class SetRulePrioritiesCommand extends SetRulePrioritiesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ElasticLoadBalancingV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {}
20
14
  export interface SetSecurityGroupsCommandOutput
21
15
  extends SetSecurityGroupsOutput,
22
16
  __MetadataBearer {}
23
- export declare class SetSecurityGroupsCommand extends $Command<
24
- SetSecurityGroupsCommandInput,
25
- SetSecurityGroupsCommandOutput,
26
- ElasticLoadBalancingV2ClientResolvedConfig
27
- > {
28
- readonly input: SetSecurityGroupsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: SetSecurityGroupsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const SetSecurityGroupsCommand_base: {
18
+ new (
19
+ input: SetSecurityGroupsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ SetSecurityGroupsCommandInput,
22
+ SetSecurityGroupsCommandOutput,
23
+ ElasticLoadBalancingV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class SetSecurityGroupsCommand extends SetSecurityGroupsCommand_base {}