@aws-sdk/client-elastic-load-balancing-v2 3.478.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 (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 +9 -9
@@ -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_DescribeRulesCommand, se_DescribeRulesCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeRulesCommand 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, DescribeRulesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "DescribeRulesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "DescribeRules",
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_DescribeRulesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeRulesCommand(output, context);
46
- }
7
+ export class DescribeRulesCommand 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", "DescribeRules", {})
19
+ .n("ElasticLoadBalancingV2Client", "DescribeRulesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeRulesCommand)
22
+ .de(de_DescribeRulesCommand)
23
+ .build() {
47
24
  }
@@ -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_DescribeSSLPoliciesCommand, se_DescribeSSLPoliciesCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeSSLPoliciesCommand 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, DescribeSSLPoliciesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "DescribeSSLPoliciesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "DescribeSSLPolicies",
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_DescribeSSLPoliciesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeSSLPoliciesCommand(output, context);
46
- }
7
+ export class DescribeSSLPoliciesCommand 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", "DescribeSSLPolicies", {})
19
+ .n("ElasticLoadBalancingV2Client", "DescribeSSLPoliciesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeSSLPoliciesCommand)
22
+ .de(de_DescribeSSLPoliciesCommand)
23
+ .build() {
47
24
  }
@@ -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_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeTagsCommand 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, DescribeTagsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "DescribeTagsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "DescribeTags",
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_DescribeTagsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeTagsCommand(output, context);
46
- }
7
+ export class DescribeTagsCommand 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", "DescribeTags", {})
19
+ .n("ElasticLoadBalancingV2Client", "DescribeTagsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeTagsCommand)
22
+ .de(de_DescribeTagsCommand)
23
+ .build() {
47
24
  }
@@ -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_DescribeTargetGroupAttributesCommand, se_DescribeTargetGroupAttributesCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeTargetGroupAttributesCommand 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, DescribeTargetGroupAttributesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "DescribeTargetGroupAttributesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "DescribeTargetGroupAttributes",
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_DescribeTargetGroupAttributesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeTargetGroupAttributesCommand(output, context);
46
- }
7
+ export class DescribeTargetGroupAttributesCommand 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", "DescribeTargetGroupAttributes", {})
19
+ .n("ElasticLoadBalancingV2Client", "DescribeTargetGroupAttributesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeTargetGroupAttributesCommand)
22
+ .de(de_DescribeTargetGroupAttributesCommand)
23
+ .build() {
47
24
  }
@@ -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_DescribeTargetGroupsCommand, se_DescribeTargetGroupsCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeTargetGroupsCommand 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, DescribeTargetGroupsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "DescribeTargetGroupsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "DescribeTargetGroups",
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_DescribeTargetGroupsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeTargetGroupsCommand(output, context);
46
- }
7
+ export class DescribeTargetGroupsCommand 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", "DescribeTargetGroups", {})
19
+ .n("ElasticLoadBalancingV2Client", "DescribeTargetGroupsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeTargetGroupsCommand)
22
+ .de(de_DescribeTargetGroupsCommand)
23
+ .build() {
47
24
  }
@@ -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_DescribeTargetHealthCommand, se_DescribeTargetHealthCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeTargetHealthCommand 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, DescribeTargetHealthCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "DescribeTargetHealthCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "DescribeTargetHealth",
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_DescribeTargetHealthCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeTargetHealthCommand(output, context);
46
- }
7
+ export class DescribeTargetHealthCommand 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", "DescribeTargetHealth", {})
19
+ .n("ElasticLoadBalancingV2Client", "DescribeTargetHealthCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeTargetHealthCommand)
22
+ .de(de_DescribeTargetHealthCommand)
23
+ .build() {
47
24
  }
@@ -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_DescribeTrustStoreAssociationsCommand, se_DescribeTrustStoreAssociationsCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeTrustStoreAssociationsCommand 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, DescribeTrustStoreAssociationsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "DescribeTrustStoreAssociationsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "DescribeTrustStoreAssociations",
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_DescribeTrustStoreAssociationsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeTrustStoreAssociationsCommand(output, context);
46
- }
7
+ export class DescribeTrustStoreAssociationsCommand 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", "DescribeTrustStoreAssociations", {})
19
+ .n("ElasticLoadBalancingV2Client", "DescribeTrustStoreAssociationsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeTrustStoreAssociationsCommand)
22
+ .de(de_DescribeTrustStoreAssociationsCommand)
23
+ .build() {
47
24
  }
@@ -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_DescribeTrustStoreRevocationsCommand, se_DescribeTrustStoreRevocationsCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeTrustStoreRevocationsCommand 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, DescribeTrustStoreRevocationsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "DescribeTrustStoreRevocationsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "DescribeTrustStoreRevocations",
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_DescribeTrustStoreRevocationsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeTrustStoreRevocationsCommand(output, context);
46
- }
7
+ export class DescribeTrustStoreRevocationsCommand 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", "DescribeTrustStoreRevocations", {})
19
+ .n("ElasticLoadBalancingV2Client", "DescribeTrustStoreRevocationsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeTrustStoreRevocationsCommand)
22
+ .de(de_DescribeTrustStoreRevocationsCommand)
23
+ .build() {
47
24
  }
@@ -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_DescribeTrustStoresCommand, se_DescribeTrustStoresCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeTrustStoresCommand 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, DescribeTrustStoresCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingV2Client";
26
- const commandName = "DescribeTrustStoresCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v10",
35
- operation: "DescribeTrustStores",
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_DescribeTrustStoresCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeTrustStoresCommand(output, context);
46
- }
7
+ export class DescribeTrustStoresCommand 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", "DescribeTrustStores", {})
19
+ .n("ElasticLoadBalancingV2Client", "DescribeTrustStoresCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeTrustStoresCommand)
22
+ .de(de_DescribeTrustStoresCommand)
23
+ .build() {
47
24
  }