@aws-sdk/client-elastic-load-balancing 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 (125) hide show
  1. package/dist-cjs/commands/AddTagsCommand.js +18 -41
  2. package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +18 -41
  3. package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +18 -41
  4. package/dist-cjs/commands/ConfigureHealthCheckCommand.js +18 -41
  5. package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +18 -41
  6. package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +18 -41
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +18 -41
  8. package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +18 -41
  9. package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +18 -41
  13. package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeInstanceHealthCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
  21. package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +18 -41
  22. package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +18 -41
  23. package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +18 -41
  24. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
  25. package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +18 -41
  26. package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
  27. package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +18 -41
  28. package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +18 -41
  29. package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +18 -41
  30. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  31. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +2 -23
  32. package/dist-es/commands/AddTagsCommand.js +18 -41
  33. package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +18 -41
  34. package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +18 -41
  35. package/dist-es/commands/ConfigureHealthCheckCommand.js +18 -41
  36. package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +18 -41
  37. package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +18 -41
  38. package/dist-es/commands/CreateLoadBalancerCommand.js +18 -41
  39. package/dist-es/commands/CreateLoadBalancerListenersCommand.js +18 -41
  40. package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +18 -41
  41. package/dist-es/commands/DeleteLoadBalancerCommand.js +18 -41
  42. package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +18 -41
  43. package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +18 -41
  44. package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +18 -41
  45. package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
  46. package/dist-es/commands/DescribeInstanceHealthCommand.js +18 -41
  47. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
  48. package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +18 -41
  49. package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +18 -41
  50. package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
  51. package/dist-es/commands/DescribeTagsCommand.js +18 -41
  52. package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +18 -41
  53. package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +18 -41
  54. package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +18 -41
  55. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
  56. package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +18 -41
  57. package/dist-es/commands/RemoveTagsCommand.js +18 -41
  58. package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +18 -41
  59. package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +18 -41
  60. package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +18 -41
  61. package/dist-es/endpoint/EndpointParameters.js +6 -0
  62. package/dist-es/pagination/DescribeLoadBalancersPaginator.js +2 -22
  63. package/dist-types/commands/AddTagsCommand.d.ts +6 -21
  64. package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +6 -21
  65. package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +6 -21
  66. package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +6 -21
  69. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +6 -21
  75. package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +6 -21
  76. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
  77. package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +6 -21
  78. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +6 -21
  80. package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +6 -21
  81. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
  82. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
  83. package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +6 -21
  84. package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -21
  85. package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -21
  86. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -21
  87. package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +6 -21
  88. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
  89. package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +6 -21
  90. package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +6 -21
  91. package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +6 -21
  92. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  93. package/dist-types/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
  95. package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  124. package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +3 -3
  125. 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_RegisterInstancesWithLoadBalancerCommand, se_RegisterInstancesWithLoadBalancerCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class RegisterInstancesWithLoadBalancerCommand 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, RegisterInstancesWithLoadBalancerCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingClient";
26
- const commandName = "RegisterInstancesWithLoadBalancerCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v7",
35
- operation: "RegisterInstancesWithLoadBalancer",
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_RegisterInstancesWithLoadBalancerCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_RegisterInstancesWithLoadBalancerCommand(output, context);
46
- }
7
+ export class RegisterInstancesWithLoadBalancerCommand 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_v7", "RegisterInstancesWithLoadBalancer", {})
19
+ .n("ElasticLoadBalancingClient", "RegisterInstancesWithLoadBalancerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_RegisterInstancesWithLoadBalancerCommand)
22
+ .de(de_RegisterInstancesWithLoadBalancerCommand)
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_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class RemoveTagsCommand 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, RemoveTagsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingClient";
26
- const commandName = "RemoveTagsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v7",
35
- operation: "RemoveTags",
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_RemoveTagsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_RemoveTagsCommand(output, context);
46
- }
7
+ export class RemoveTagsCommand 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_v7", "RemoveTags", {})
19
+ .n("ElasticLoadBalancingClient", "RemoveTagsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_RemoveTagsCommand)
22
+ .de(de_RemoveTagsCommand)
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_SetLoadBalancerListenerSSLCertificateCommand, se_SetLoadBalancerListenerSSLCertificateCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class SetLoadBalancerListenerSSLCertificateCommand 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, SetLoadBalancerListenerSSLCertificateCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingClient";
26
- const commandName = "SetLoadBalancerListenerSSLCertificateCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v7",
35
- operation: "SetLoadBalancerListenerSSLCertificate",
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_SetLoadBalancerListenerSSLCertificateCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_SetLoadBalancerListenerSSLCertificateCommand(output, context);
46
- }
7
+ export class SetLoadBalancerListenerSSLCertificateCommand 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_v7", "SetLoadBalancerListenerSSLCertificate", {})
19
+ .n("ElasticLoadBalancingClient", "SetLoadBalancerListenerSSLCertificateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_SetLoadBalancerListenerSSLCertificateCommand)
22
+ .de(de_SetLoadBalancerListenerSSLCertificateCommand)
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_SetLoadBalancerPoliciesForBackendServerCommand, se_SetLoadBalancerPoliciesForBackendServerCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class SetLoadBalancerPoliciesForBackendServerCommand 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, SetLoadBalancerPoliciesForBackendServerCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingClient";
26
- const commandName = "SetLoadBalancerPoliciesForBackendServerCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v7",
35
- operation: "SetLoadBalancerPoliciesForBackendServer",
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_SetLoadBalancerPoliciesForBackendServerCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_SetLoadBalancerPoliciesForBackendServerCommand(output, context);
46
- }
7
+ export class SetLoadBalancerPoliciesForBackendServerCommand 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_v7", "SetLoadBalancerPoliciesForBackendServer", {})
19
+ .n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesForBackendServerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_SetLoadBalancerPoliciesForBackendServerCommand)
22
+ .de(de_SetLoadBalancerPoliciesForBackendServerCommand)
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_SetLoadBalancerPoliciesOfListenerCommand, se_SetLoadBalancerPoliciesOfListenerCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class SetLoadBalancerPoliciesOfListenerCommand 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, SetLoadBalancerPoliciesOfListenerCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ElasticLoadBalancingClient";
26
- const commandName = "SetLoadBalancerPoliciesOfListenerCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ElasticLoadBalancing_v7",
35
- operation: "SetLoadBalancerPoliciesOfListener",
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_SetLoadBalancerPoliciesOfListenerCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_SetLoadBalancerPoliciesOfListenerCommand(output, context);
46
- }
7
+ export class SetLoadBalancerPoliciesOfListenerCommand 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_v7", "SetLoadBalancerPoliciesOfListener", {})
19
+ .n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesOfListenerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_SetLoadBalancerPoliciesOfListenerCommand)
22
+ .de(de_SetLoadBalancerPoliciesOfListenerCommand)
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 { DescribeLoadBalancersCommand, } from "../commands/DescribeLoadBalancersCommand";
2
3
  import { ElasticLoadBalancingClient } from "../ElasticLoadBalancingClient";
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 ElasticLoadBalancingClient) {
13
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
14
- }
15
- else {
16
- throw new Error("Invalid client, expected ElasticLoadBalancing | ElasticLoadBalancingClient");
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(ElasticLoadBalancingClient, DescribeLoadBalancersCommand, "Marker", "NextMarker", "");
@@ -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 { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
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, ElasticLoadBalancingClientResolvedConfig, 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 load balancer. Each load balancer can have a maximum of 10 tags.</p>
@@ -95,23 +98,5 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
95
98
  * ```
96
99
  *
97
100
  */
98
- export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
99
- readonly input: AddTagsCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: AddTagsCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class AddTagsCommand extends AddTagsCommand_base {
117
102
  }
@@ -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 { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { ApplySecurityGroupsToLoadBalancerInput, ApplySecurityGroupsToLoadBalancerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ApplySecurityGroupsToLoadBalancerCommandInput extends ApplySecu
21
20
  */
22
21
  export interface ApplySecurityGroupsToLoadBalancerCommandOutput extends ApplySecurityGroupsToLoadBalancerOutput, __MetadataBearer {
23
22
  }
23
+ declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
24
+ new (input: ApplySecurityGroupsToLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.</p>
@@ -88,23 +91,5 @@ export interface ApplySecurityGroupsToLoadBalancerCommandOutput extends ApplySec
88
91
  * ```
89
92
  *
90
93
  */
91
- export declare class ApplySecurityGroupsToLoadBalancerCommand extends $Command<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
92
- readonly input: ApplySecurityGroupsToLoadBalancerCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: ApplySecurityGroupsToLoadBalancerCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class ApplySecurityGroupsToLoadBalancerCommand extends ApplySecurityGroupsToLoadBalancerCommand_base {
110
95
  }
@@ -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 { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { AttachLoadBalancerToSubnetsInput, AttachLoadBalancerToSubnetsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AttachLoadBalancerToSubnetsCommandInput extends AttachLoadBalan
21
20
  */
22
21
  export interface AttachLoadBalancerToSubnetsCommandOutput extends AttachLoadBalancerToSubnetsOutput, __MetadataBearer {
23
22
  }
23
+ declare const AttachLoadBalancerToSubnetsCommand_base: {
24
+ new (input: AttachLoadBalancerToSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds one or more subnets to the set of configured subnets for the specified load balancer.</p>
@@ -93,23 +96,5 @@ export interface AttachLoadBalancerToSubnetsCommandOutput extends AttachLoadBala
93
96
  * ```
94
97
  *
95
98
  */
96
- export declare class AttachLoadBalancerToSubnetsCommand extends $Command<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
97
- readonly input: AttachLoadBalancerToSubnetsCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: AttachLoadBalancerToSubnetsCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class AttachLoadBalancerToSubnetsCommand extends AttachLoadBalancerToSubnetsCommand_base {
115
100
  }
@@ -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 { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { ConfigureHealthCheckInput, ConfigureHealthCheckOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ConfigureHealthCheckCommandInput extends ConfigureHealthCheckIn
21
20
  */
22
21
  export interface ConfigureHealthCheckCommandOutput extends ConfigureHealthCheckOutput, __MetadataBearer {
23
22
  }
23
+ declare const ConfigureHealthCheckCommand_base: {
24
+ new (input: ConfigureHealthCheckCommandInput): import("@smithy/smithy-client").CommandImpl<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Specifies the health check settings to use when evaluating the health state of your EC2 instances.</p>
@@ -98,23 +101,5 @@ export interface ConfigureHealthCheckCommandOutput extends ConfigureHealthCheckO
98
101
  * ```
99
102
  *
100
103
  */
101
- export declare class ConfigureHealthCheckCommand extends $Command<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
102
- readonly input: ConfigureHealthCheckCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: ConfigureHealthCheckCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class ConfigureHealthCheckCommand extends ConfigureHealthCheckCommand_base {
120
105
  }
@@ -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 { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { CreateAppCookieStickinessPolicyInput, CreateAppCookieStickinessPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAppCookieStickinessPolicyCommandInput extends CreateAppCo
21
20
  */
22
21
  export interface CreateAppCookieStickinessPolicyCommandOutput extends CreateAppCookieStickinessPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateAppCookieStickinessPolicyCommand_base: {
24
+ new (input: CreateAppCookieStickinessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.</p>
@@ -84,23 +87,5 @@ export interface CreateAppCookieStickinessPolicyCommandOutput extends CreateAppC
84
87
  * ```
85
88
  *
86
89
  */
87
- export declare class CreateAppCookieStickinessPolicyCommand extends $Command<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
88
- readonly input: CreateAppCookieStickinessPolicyCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: CreateAppCookieStickinessPolicyCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class CreateAppCookieStickinessPolicyCommand extends CreateAppCookieStickinessPolicyCommand_base {
106
91
  }
@@ -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 { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
5
4
  import { CreateLBCookieStickinessPolicyInput, CreateLBCookieStickinessPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateLBCookieStickinessPolicyCommandInput extends CreateLBCook
21
20
  */
22
21
  export interface CreateLBCookieStickinessPolicyCommandOutput extends CreateLBCookieStickinessPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateLBCookieStickinessPolicyCommand_base: {
24
+ new (input: CreateLBCookieStickinessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.</p>
@@ -82,23 +85,5 @@ export interface CreateLBCookieStickinessPolicyCommandOutput extends CreateLBCoo
82
85
  * ```
83
86
  *
84
87
  */
85
- export declare class CreateLBCookieStickinessPolicyCommand extends $Command<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
86
- readonly input: CreateLBCookieStickinessPolicyCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: CreateLBCookieStickinessPolicyCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class CreateLBCookieStickinessPolicyCommand extends CreateLBCookieStickinessPolicyCommand_base {
104
89
  }