@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,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_SetSubnetsCommand, se_SetSubnetsCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class SetSubnetsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, SetSubnetsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "SetSubnetsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "SetSubnets",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_SetSubnetsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_SetSubnetsCommand(output, context);
46
- }
7
+ export class SetSubnetsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ElasticLoadBalancing_v10", "SetSubnets", {})
19
+ .n("ElasticLoadBalancingV2Client", "SetSubnetsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_SetSubnetsCommand)
22
+ .de(de_SetSubnetsCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "elasticloadbalancing",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,24 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { DescribeListenersCommand, } from "../commands/DescribeListenersCommand";
2
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new DescribeListenersCommand(input), ...args);
5
- };
6
- export async function* paginateDescribeListeners(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.Marker = token;
12
- if (config.client instanceof ElasticLoadBalancingV2Client) {
13
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
14
- }
15
- else {
16
- throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
17
- }
18
- yield page;
19
- const prevToken = token;
20
- token = page.NextMarker;
21
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
22
- }
23
- return undefined;
24
- }
4
+ export const paginateDescribeListeners = createPaginator(ElasticLoadBalancingV2Client, DescribeListenersCommand, "Marker", "NextMarker", "");
@@ -1,24 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { DescribeLoadBalancersCommand, } from "../commands/DescribeLoadBalancersCommand";
2
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new DescribeLoadBalancersCommand(input), ...args);
5
- };
6
- export async function* paginateDescribeLoadBalancers(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.Marker = token;
12
- if (config.client instanceof ElasticLoadBalancingV2Client) {
13
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
14
- }
15
- else {
16
- throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
17
- }
18
- yield page;
19
- const prevToken = token;
20
- token = page.NextMarker;
21
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
22
- }
23
- return undefined;
24
- }
4
+ export const paginateDescribeLoadBalancers = createPaginator(ElasticLoadBalancingV2Client, DescribeLoadBalancersCommand, "Marker", "NextMarker", "");
@@ -1,24 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { DescribeTargetGroupsCommand, } from "../commands/DescribeTargetGroupsCommand";
2
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new DescribeTargetGroupsCommand(input), ...args);
5
- };
6
- export async function* paginateDescribeTargetGroups(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.Marker = token;
12
- if (config.client instanceof ElasticLoadBalancingV2Client) {
13
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
14
- }
15
- else {
16
- throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
17
- }
18
- yield page;
19
- const prevToken = token;
20
- token = page.NextMarker;
21
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
22
- }
23
- return undefined;
24
- }
4
+ export const paginateDescribeTargetGroups = createPaginator(ElasticLoadBalancingV2Client, DescribeTargetGroupsCommand, "Marker", "NextMarker", "");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { DescribeTrustStoreAssociationsCommand, } from "../commands/DescribeTrustStoreAssociationsCommand";
2
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new DescribeTrustStoreAssociationsCommand(input), ...args);
5
- };
6
- export async function* paginateDescribeTrustStoreAssociations(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.Marker = token;
12
- input["PageSize"] = config.pageSize;
13
- if (config.client instanceof ElasticLoadBalancingV2Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextMarker;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateDescribeTrustStoreAssociations = createPaginator(ElasticLoadBalancingV2Client, DescribeTrustStoreAssociationsCommand, "Marker", "NextMarker", "PageSize");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { DescribeTrustStoreRevocationsCommand, } from "../commands/DescribeTrustStoreRevocationsCommand";
2
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new DescribeTrustStoreRevocationsCommand(input), ...args);
5
- };
6
- export async function* paginateDescribeTrustStoreRevocations(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.Marker = token;
12
- input["PageSize"] = config.pageSize;
13
- if (config.client instanceof ElasticLoadBalancingV2Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextMarker;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateDescribeTrustStoreRevocations = createPaginator(ElasticLoadBalancingV2Client, DescribeTrustStoreRevocationsCommand, "Marker", "NextMarker", "PageSize");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { DescribeTrustStoresCommand, } from "../commands/DescribeTrustStoresCommand";
2
3
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new DescribeTrustStoresCommand(input), ...args);
5
- };
6
- export async function* paginateDescribeTrustStores(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.Marker = token;
12
- input["PageSize"] = config.pageSize;
13
- if (config.client instanceof ElasticLoadBalancingV2Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextMarker;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateDescribeTrustStores = createPaginator(ElasticLoadBalancingV2Client, DescribeTrustStoresCommand, "Marker", "NextMarker", "PageSize");
@@ -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 { AddListenerCertificatesInput, AddListenerCertificatesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddListenerCertificatesCommandInput extends AddListenerCertific
21
20
  */
22
21
  export interface AddListenerCertificatesCommandOutput extends AddListenerCertificatesOutput, __MetadataBearer {
23
22
  }
23
+ declare const AddListenerCertificatesCommand_base: {
24
+ new (input: AddListenerCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
@@ -77,23 +80,5 @@ export interface AddListenerCertificatesCommandOutput extends AddListenerCertifi
77
80
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
78
81
  *
79
82
  */
80
- export declare class AddListenerCertificatesCommand extends $Command<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
81
- readonly input: AddListenerCertificatesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: AddListenerCertificatesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class AddListenerCertificatesCommand extends AddListenerCertificatesCommand_base {
99
84
  }
@@ -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 { AddTagsInput, AddTagsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddTagsCommandInput extends AddTagsInput {
21
20
  */
22
21
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
23
22
  }
23
+ declare const AddTagsCommand_base: {
24
+ new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
@@ -105,23 +108,5 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
105
108
  * ```
106
109
  *
107
110
  */
108
- export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
109
- readonly input: AddTagsCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: AddTagsCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class AddTagsCommand extends AddTagsCommand_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 { AddTrustStoreRevocationsInput, AddTrustStoreRevocationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddTrustStoreRevocationsCommandInput extends AddTrustStoreRevoc
21
20
  */
22
21
  export interface AddTrustStoreRevocationsCommandOutput extends AddTrustStoreRevocationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const AddTrustStoreRevocationsCommand_base: {
24
+ new (input: AddTrustStoreRevocationsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds the specified revocation file to the specified trust store.</p>
@@ -78,23 +81,5 @@ export interface AddTrustStoreRevocationsCommandOutput extends AddTrustStoreRevo
78
81
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
79
82
  *
80
83
  */
81
- export declare class AddTrustStoreRevocationsCommand extends $Command<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
82
- readonly input: AddTrustStoreRevocationsCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: AddTrustStoreRevocationsCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class AddTrustStoreRevocationsCommand extends AddTrustStoreRevocationsCommand_base {
100
85
  }
@@ -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 { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateListenerCommandInput extends CreateListenerInput {
21
20
  */
22
21
  export interface CreateListenerCommandOutput extends CreateListenerOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateListenerCommand_base: {
24
+ new (input: CreateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or
@@ -389,23 +392,5 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
389
392
  * ```
390
393
  *
391
394
  */
392
- export declare class CreateListenerCommand extends $Command<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
393
- readonly input: CreateListenerCommandInput;
394
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
395
- /**
396
- * @public
397
- */
398
- constructor(input: CreateListenerCommandInput);
399
- /**
400
- * @internal
401
- */
402
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
403
- /**
404
- * @internal
405
- */
406
- private serialize;
407
- /**
408
- * @internal
409
- */
410
- private deserialize;
395
+ export declare class CreateListenerCommand extends CreateListenerCommand_base {
411
396
  }
@@ -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 { CreateLoadBalancerInput, CreateLoadBalancerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateLoadBalancerCommandInput extends CreateLoadBalancerInput
21
20
  */
22
21
  export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateLoadBalancerCommand_base: {
24
+ new (input: CreateLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load
@@ -270,23 +273,5 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutpu
270
273
  * ```
271
274
  *
272
275
  */
273
- export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
274
- readonly input: CreateLoadBalancerCommandInput;
275
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
276
- /**
277
- * @public
278
- */
279
- constructor(input: CreateLoadBalancerCommandInput);
280
- /**
281
- * @internal
282
- */
283
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
284
- /**
285
- * @internal
286
- */
287
- private serialize;
288
- /**
289
- * @internal
290
- */
291
- private deserialize;
276
+ export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {
292
277
  }
@@ -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 { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateRuleCommandInput extends CreateRuleInput {
21
20
  */
22
21
  export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateRuleCommand_base: {
24
+ new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a rule for the specified listener. The listener must be associated with an
@@ -369,23 +372,5 @@ export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBea
369
372
  * ```
370
373
  *
371
374
  */
372
- export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
373
- readonly input: CreateRuleCommandInput;
374
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
375
- /**
376
- * @public
377
- */
378
- constructor(input: CreateRuleCommandInput);
379
- /**
380
- * @internal
381
- */
382
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
383
- /**
384
- * @internal
385
- */
386
- private serialize;
387
- /**
388
- * @internal
389
- */
390
- private deserialize;
375
+ export declare class CreateRuleCommand extends CreateRuleCommand_base {
391
376
  }
@@ -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 { CreateTargetGroupInput, CreateTargetGroupOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateTargetGroupCommandInput extends CreateTargetGroupInput {
21
20
  */
22
21
  export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateTargetGroupCommand_base: {
24
+ new (input: CreateTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a target group.</p>
@@ -174,23 +177,5 @@ export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput,
174
177
  * ```
175
178
  *
176
179
  */
177
- export declare class CreateTargetGroupCommand extends $Command<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
178
- readonly input: CreateTargetGroupCommandInput;
179
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
180
- /**
181
- * @public
182
- */
183
- constructor(input: CreateTargetGroupCommandInput);
184
- /**
185
- * @internal
186
- */
187
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput>;
188
- /**
189
- * @internal
190
- */
191
- private serialize;
192
- /**
193
- * @internal
194
- */
195
- private deserialize;
180
+ export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {
196
181
  }
@@ -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 { CreateTrustStoreInput, CreateTrustStoreOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateTrustStoreCommandInput extends CreateTrustStoreInput {
21
20
  */
22
21
  export interface CreateTrustStoreCommandOutput extends CreateTrustStoreOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateTrustStoreCommand_base: {
24
+ new (input: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a trust store.</p>
@@ -86,23 +89,5 @@ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreOutput, _
86
89
  * <p>Base exception class for all service exceptions from ElasticLoadBalancingV2 service.</p>
87
90
  *
88
91
  */
89
- export declare class CreateTrustStoreCommand extends $Command<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
90
- readonly input: CreateTrustStoreCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: CreateTrustStoreCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
108
93
  }
@@ -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 { DeleteListenerInput, DeleteListenerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteListenerCommandInput extends DeleteListenerInput {
21
20
  */
22
21
  export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteListenerCommand_base: {
24
+ new (input: DeleteListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified listener.</p>
@@ -68,23 +71,5 @@ export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __Met
68
71
  * ```
69
72
  *
70
73
  */
71
- export declare class DeleteListenerCommand extends $Command<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
72
- readonly input: DeleteListenerCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteListenerCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
90
75
  }