@aws-sdk/client-elastic-load-balancing 3.490.0 → 3.496.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 (48) hide show
  1. package/dist-cjs/ElasticLoadBalancing.js +1 -69
  2. package/dist-cjs/ElasticLoadBalancingClient.js +1 -43
  3. package/dist-cjs/commands/AddTagsCommand.js +1 -28
  4. package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +1 -28
  5. package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +1 -28
  6. package/dist-cjs/commands/ConfigureHealthCheckCommand.js +1 -28
  7. package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +1 -28
  8. package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +1 -28
  9. package/dist-cjs/commands/CreateLoadBalancerCommand.js +1 -28
  10. package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +1 -28
  11. package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +1 -28
  15. package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeInstanceHealthCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeTagsCommand.js +1 -28
  23. package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +1 -28
  24. package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +1 -28
  25. package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +1 -28
  26. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +1 -28
  27. package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +1 -28
  28. package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
  29. package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +1 -28
  30. package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +1 -28
  31. package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +1 -28
  32. package/dist-cjs/commands/index.js +1 -32
  33. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  34. package/dist-cjs/extensionConfiguration.js +1 -2
  35. package/dist-cjs/index.js +4756 -12
  36. package/dist-cjs/models/ElasticLoadBalancingServiceException.js +1 -12
  37. package/dist-cjs/models/index.js +1 -4
  38. package/dist-cjs/models/models_0.js +1 -312
  39. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +1 -7
  40. package/dist-cjs/pagination/Interfaces.js +1 -2
  41. package/dist-cjs/pagination/index.js +1 -5
  42. package/dist-cjs/protocols/Aws_query.js +1 -3545
  43. package/dist-cjs/runtimeExtensions.js +1 -22
  44. package/dist-cjs/waiters/index.js +1 -6
  45. package/dist-cjs/waiters/waitForAnyInstanceInService.js +1 -42
  46. package/dist-cjs/waiters/waitForInstanceDeregistered.js +1 -47
  47. package/dist-cjs/waiters/waitForInstanceInService.js +1 -47
  48. package/package.json +41 -41
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLoadBalancerPolicyTypesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeLoadBalancerPolicyTypesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "DescribeLoadBalancerPolicyTypes", {})
22
- .n("ElasticLoadBalancingClient", "DescribeLoadBalancerPolicyTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeLoadBalancerPolicyTypesCommand)
25
- .de(Aws_query_1.de_DescribeLoadBalancerPolicyTypesCommand)
26
- .build() {
27
- }
28
- exports.DescribeLoadBalancerPolicyTypesCommand = DescribeLoadBalancerPolicyTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLoadBalancersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeLoadBalancersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "DescribeLoadBalancers", {})
22
- .n("ElasticLoadBalancingClient", "DescribeLoadBalancersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeLoadBalancersCommand)
25
- .de(Aws_query_1.de_DescribeLoadBalancersCommand)
26
- .build() {
27
- }
28
- exports.DescribeLoadBalancersCommand = DescribeLoadBalancersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeTagsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeTagsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "DescribeTags", {})
22
- .n("ElasticLoadBalancingClient", "DescribeTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeTagsCommand)
25
- .de(Aws_query_1.de_DescribeTagsCommand)
26
- .build() {
27
- }
28
- exports.DescribeTagsCommand = DescribeTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetachLoadBalancerFromSubnetsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DetachLoadBalancerFromSubnetsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "DetachLoadBalancerFromSubnets", {})
22
- .n("ElasticLoadBalancingClient", "DetachLoadBalancerFromSubnetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DetachLoadBalancerFromSubnetsCommand)
25
- .de(Aws_query_1.de_DetachLoadBalancerFromSubnetsCommand)
26
- .build() {
27
- }
28
- exports.DetachLoadBalancerFromSubnetsCommand = DetachLoadBalancerFromSubnetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisableAvailabilityZonesForLoadBalancerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DisableAvailabilityZonesForLoadBalancerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "DisableAvailabilityZonesForLoadBalancer", {})
22
- .n("ElasticLoadBalancingClient", "DisableAvailabilityZonesForLoadBalancerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DisableAvailabilityZonesForLoadBalancerCommand)
25
- .de(Aws_query_1.de_DisableAvailabilityZonesForLoadBalancerCommand)
26
- .build() {
27
- }
28
- exports.DisableAvailabilityZonesForLoadBalancerCommand = DisableAvailabilityZonesForLoadBalancerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EnableAvailabilityZonesForLoadBalancerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class EnableAvailabilityZonesForLoadBalancerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "EnableAvailabilityZonesForLoadBalancer", {})
22
- .n("ElasticLoadBalancingClient", "EnableAvailabilityZonesForLoadBalancerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_EnableAvailabilityZonesForLoadBalancerCommand)
25
- .de(Aws_query_1.de_EnableAvailabilityZonesForLoadBalancerCommand)
26
- .build() {
27
- }
28
- exports.EnableAvailabilityZonesForLoadBalancerCommand = EnableAvailabilityZonesForLoadBalancerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyLoadBalancerAttributesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ModifyLoadBalancerAttributesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "ModifyLoadBalancerAttributes", {})
22
- .n("ElasticLoadBalancingClient", "ModifyLoadBalancerAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ModifyLoadBalancerAttributesCommand)
25
- .de(Aws_query_1.de_ModifyLoadBalancerAttributesCommand)
26
- .build() {
27
- }
28
- exports.ModifyLoadBalancerAttributesCommand = ModifyLoadBalancerAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterInstancesWithLoadBalancerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class RegisterInstancesWithLoadBalancerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "RegisterInstancesWithLoadBalancer", {})
22
- .n("ElasticLoadBalancingClient", "RegisterInstancesWithLoadBalancerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RegisterInstancesWithLoadBalancerCommand)
25
- .de(Aws_query_1.de_RegisterInstancesWithLoadBalancerCommand)
26
- .build() {
27
- }
28
- exports.RegisterInstancesWithLoadBalancerCommand = RegisterInstancesWithLoadBalancerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveTagsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class RemoveTagsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "RemoveTags", {})
22
- .n("ElasticLoadBalancingClient", "RemoveTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RemoveTagsCommand)
25
- .de(Aws_query_1.de_RemoveTagsCommand)
26
- .build() {
27
- }
28
- exports.RemoveTagsCommand = RemoveTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetLoadBalancerListenerSSLCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class SetLoadBalancerListenerSSLCertificateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "SetLoadBalancerListenerSSLCertificate", {})
22
- .n("ElasticLoadBalancingClient", "SetLoadBalancerListenerSSLCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_SetLoadBalancerListenerSSLCertificateCommand)
25
- .de(Aws_query_1.de_SetLoadBalancerListenerSSLCertificateCommand)
26
- .build() {
27
- }
28
- exports.SetLoadBalancerListenerSSLCertificateCommand = SetLoadBalancerListenerSSLCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetLoadBalancerPoliciesForBackendServerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class SetLoadBalancerPoliciesForBackendServerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "SetLoadBalancerPoliciesForBackendServer", {})
22
- .n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesForBackendServerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_SetLoadBalancerPoliciesForBackendServerCommand)
25
- .de(Aws_query_1.de_SetLoadBalancerPoliciesForBackendServerCommand)
26
- .build() {
27
- }
28
- exports.SetLoadBalancerPoliciesForBackendServerCommand = SetLoadBalancerPoliciesForBackendServerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetLoadBalancerPoliciesOfListenerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class SetLoadBalancerPoliciesOfListenerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ElasticLoadBalancing_v7", "SetLoadBalancerPoliciesOfListener", {})
22
- .n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesOfListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_SetLoadBalancerPoliciesOfListenerCommand)
25
- .de(Aws_query_1.de_SetLoadBalancerPoliciesOfListenerCommand)
26
- .build() {
27
- }
28
- exports.SetLoadBalancerPoliciesOfListenerCommand = SetLoadBalancerPoliciesOfListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,32 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AddTagsCommand"), exports);
5
- tslib_1.__exportStar(require("./ApplySecurityGroupsToLoadBalancerCommand"), exports);
6
- tslib_1.__exportStar(require("./AttachLoadBalancerToSubnetsCommand"), exports);
7
- tslib_1.__exportStar(require("./ConfigureHealthCheckCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateAppCookieStickinessPolicyCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateLBCookieStickinessPolicyCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateLoadBalancerCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateLoadBalancerListenersCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateLoadBalancerPolicyCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteLoadBalancerCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteLoadBalancerListenersCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteLoadBalancerPolicyCommand"), exports);
16
- tslib_1.__exportStar(require("./DeregisterInstancesFromLoadBalancerCommand"), exports);
17
- tslib_1.__exportStar(require("./DescribeAccountLimitsCommand"), exports);
18
- tslib_1.__exportStar(require("./DescribeInstanceHealthCommand"), exports);
19
- tslib_1.__exportStar(require("./DescribeLoadBalancerAttributesCommand"), exports);
20
- tslib_1.__exportStar(require("./DescribeLoadBalancerPoliciesCommand"), exports);
21
- tslib_1.__exportStar(require("./DescribeLoadBalancerPolicyTypesCommand"), exports);
22
- tslib_1.__exportStar(require("./DescribeLoadBalancersCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
24
- tslib_1.__exportStar(require("./DetachLoadBalancerFromSubnetsCommand"), exports);
25
- tslib_1.__exportStar(require("./DisableAvailabilityZonesForLoadBalancerCommand"), exports);
26
- tslib_1.__exportStar(require("./EnableAvailabilityZonesForLoadBalancerCommand"), exports);
27
- tslib_1.__exportStar(require("./ModifyLoadBalancerAttributesCommand"), exports);
28
- tslib_1.__exportStar(require("./RegisterInstancesWithLoadBalancerCommand"), exports);
29
- tslib_1.__exportStar(require("./RemoveTagsCommand"), exports);
30
- tslib_1.__exportStar(require("./SetLoadBalancerListenerSSLCertificateCommand"), exports);
31
- tslib_1.__exportStar(require("./SetLoadBalancerPoliciesForBackendServerCommand"), exports);
32
- tslib_1.__exportStar(require("./SetLoadBalancerPoliciesOfListenerCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "elasticloadbalancing",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");