@aws-sdk/client-elastic-load-balancing-v2 3.489.0 → 3.495.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 (70) hide show
  1. package/dist-cjs/ElasticLoadBalancingV2.js +1 -99
  2. package/dist-cjs/ElasticLoadBalancingV2Client.js +1 -43
  3. package/dist-cjs/commands/AddListenerCertificatesCommand.js +1 -28
  4. package/dist-cjs/commands/AddTagsCommand.js +1 -28
  5. package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +1 -28
  6. package/dist-cjs/commands/CreateListenerCommand.js +1 -28
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRuleCommand.js +1 -28
  9. package/dist-cjs/commands/CreateTargetGroupCommand.js +1 -28
  10. package/dist-cjs/commands/CreateTrustStoreCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteListenerCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteTargetGroupCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteTrustStoreCommand.js +1 -28
  16. package/dist-cjs/commands/DeregisterTargetsCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeListenersCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeRulesCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeTagsCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeTargetHealthCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeTrustStoresCommand.js +1 -28
  31. package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +1 -28
  32. package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +1 -28
  33. package/dist-cjs/commands/ModifyListenerCommand.js +1 -28
  34. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +1 -28
  35. package/dist-cjs/commands/ModifyRuleCommand.js +1 -28
  36. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +1 -28
  37. package/dist-cjs/commands/ModifyTargetGroupCommand.js +1 -28
  38. package/dist-cjs/commands/ModifyTrustStoreCommand.js +1 -28
  39. package/dist-cjs/commands/RegisterTargetsCommand.js +1 -28
  40. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +1 -28
  41. package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
  42. package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +1 -28
  43. package/dist-cjs/commands/SetIpAddressTypeCommand.js +1 -28
  44. package/dist-cjs/commands/SetRulePrioritiesCommand.js +1 -28
  45. package/dist-cjs/commands/SetSecurityGroupsCommand.js +1 -28
  46. package/dist-cjs/commands/SetSubnetsCommand.js +1 -28
  47. package/dist-cjs/commands/index.js +1 -47
  48. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  49. package/dist-cjs/extensionConfiguration.js +1 -2
  50. package/dist-cjs/index.js +8836 -12
  51. package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +1 -12
  52. package/dist-cjs/models/index.js +1 -4
  53. package/dist-cjs/models/models_0.js +1 -781
  54. package/dist-cjs/pagination/DescribeListenersPaginator.js +1 -7
  55. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +1 -7
  56. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +1 -7
  57. package/dist-cjs/pagination/DescribeTrustStoreAssociationsPaginator.js +1 -7
  58. package/dist-cjs/pagination/DescribeTrustStoreRevocationsPaginator.js +1 -7
  59. package/dist-cjs/pagination/DescribeTrustStoresPaginator.js +1 -7
  60. package/dist-cjs/pagination/Interfaces.js +1 -2
  61. package/dist-cjs/pagination/index.js +1 -10
  62. package/dist-cjs/protocols/Aws_query.js +1 -6597
  63. package/dist-cjs/runtimeExtensions.js +1 -22
  64. package/dist-cjs/waiters/index.js +1 -8
  65. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +1 -62
  66. package/dist-cjs/waiters/waitForLoadBalancerExists.js +1 -31
  67. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +1 -47
  68. package/dist-cjs/waiters/waitForTargetDeregistered.js +1 -47
  69. package/dist-cjs/waiters/waitForTargetInService.js +1 -47
  70. package/package.json +41 -41
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveListenerCertificatesCommand = 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 RemoveListenerCertificatesCommand 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_v10", "RemoveListenerCertificates", {})
22
- .n("ElasticLoadBalancingV2Client", "RemoveListenerCertificatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RemoveListenerCertificatesCommand)
25
- .de(Aws_query_1.de_RemoveListenerCertificatesCommand)
26
- .build() {
27
- }
28
- exports.RemoveListenerCertificatesCommand = RemoveListenerCertificatesCommand;
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_v10", "RemoveTags", {})
22
- .n("ElasticLoadBalancingV2Client", "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.RemoveTrustStoreRevocationsCommand = 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 RemoveTrustStoreRevocationsCommand 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_v10", "RemoveTrustStoreRevocations", {})
22
- .n("ElasticLoadBalancingV2Client", "RemoveTrustStoreRevocationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RemoveTrustStoreRevocationsCommand)
25
- .de(Aws_query_1.de_RemoveTrustStoreRevocationsCommand)
26
- .build() {
27
- }
28
- exports.RemoveTrustStoreRevocationsCommand = RemoveTrustStoreRevocationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetIpAddressTypeCommand = 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 SetIpAddressTypeCommand 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_v10", "SetIpAddressType", {})
22
- .n("ElasticLoadBalancingV2Client", "SetIpAddressTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_SetIpAddressTypeCommand)
25
- .de(Aws_query_1.de_SetIpAddressTypeCommand)
26
- .build() {
27
- }
28
- exports.SetIpAddressTypeCommand = SetIpAddressTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetRulePrioritiesCommand = 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 SetRulePrioritiesCommand 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_v10", "SetRulePriorities", {})
22
- .n("ElasticLoadBalancingV2Client", "SetRulePrioritiesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_SetRulePrioritiesCommand)
25
- .de(Aws_query_1.de_SetRulePrioritiesCommand)
26
- .build() {
27
- }
28
- exports.SetRulePrioritiesCommand = SetRulePrioritiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetSecurityGroupsCommand = 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 SetSecurityGroupsCommand 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_v10", "SetSecurityGroups", {})
22
- .n("ElasticLoadBalancingV2Client", "SetSecurityGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_SetSecurityGroupsCommand)
25
- .de(Aws_query_1.de_SetSecurityGroupsCommand)
26
- .build() {
27
- }
28
- exports.SetSecurityGroupsCommand = SetSecurityGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetSubnetsCommand = 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 SetSubnetsCommand 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_v10", "SetSubnets", {})
22
- .n("ElasticLoadBalancingV2Client", "SetSubnetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_SetSubnetsCommand)
25
- .de(Aws_query_1.de_SetSubnetsCommand)
26
- .build() {
27
- }
28
- exports.SetSubnetsCommand = SetSubnetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,47 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AddListenerCertificatesCommand"), exports);
5
- tslib_1.__exportStar(require("./AddTagsCommand"), exports);
6
- tslib_1.__exportStar(require("./AddTrustStoreRevocationsCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateListenerCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateLoadBalancerCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateRuleCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateTargetGroupCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateTrustStoreCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteListenerCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteLoadBalancerCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteRuleCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteTargetGroupCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteTrustStoreCommand"), exports);
17
- tslib_1.__exportStar(require("./DeregisterTargetsCommand"), exports);
18
- tslib_1.__exportStar(require("./DescribeAccountLimitsCommand"), exports);
19
- tslib_1.__exportStar(require("./DescribeListenerCertificatesCommand"), exports);
20
- tslib_1.__exportStar(require("./DescribeListenersCommand"), exports);
21
- tslib_1.__exportStar(require("./DescribeLoadBalancerAttributesCommand"), exports);
22
- tslib_1.__exportStar(require("./DescribeLoadBalancersCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeRulesCommand"), exports);
24
- tslib_1.__exportStar(require("./DescribeSSLPoliciesCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeTargetGroupAttributesCommand"), exports);
27
- tslib_1.__exportStar(require("./DescribeTargetGroupsCommand"), exports);
28
- tslib_1.__exportStar(require("./DescribeTargetHealthCommand"), exports);
29
- tslib_1.__exportStar(require("./DescribeTrustStoreAssociationsCommand"), exports);
30
- tslib_1.__exportStar(require("./DescribeTrustStoreRevocationsCommand"), exports);
31
- tslib_1.__exportStar(require("./DescribeTrustStoresCommand"), exports);
32
- tslib_1.__exportStar(require("./GetTrustStoreCaCertificatesBundleCommand"), exports);
33
- tslib_1.__exportStar(require("./GetTrustStoreRevocationContentCommand"), exports);
34
- tslib_1.__exportStar(require("./ModifyListenerCommand"), exports);
35
- tslib_1.__exportStar(require("./ModifyLoadBalancerAttributesCommand"), exports);
36
- tslib_1.__exportStar(require("./ModifyRuleCommand"), exports);
37
- tslib_1.__exportStar(require("./ModifyTargetGroupAttributesCommand"), exports);
38
- tslib_1.__exportStar(require("./ModifyTargetGroupCommand"), exports);
39
- tslib_1.__exportStar(require("./ModifyTrustStoreCommand"), exports);
40
- tslib_1.__exportStar(require("./RegisterTargetsCommand"), exports);
41
- tslib_1.__exportStar(require("./RemoveListenerCertificatesCommand"), exports);
42
- tslib_1.__exportStar(require("./RemoveTagsCommand"), exports);
43
- tslib_1.__exportStar(require("./RemoveTrustStoreRevocationsCommand"), exports);
44
- tslib_1.__exportStar(require("./SetIpAddressTypeCommand"), exports);
45
- tslib_1.__exportStar(require("./SetRulePrioritiesCommand"), exports);
46
- tslib_1.__exportStar(require("./SetSecurityGroupsCommand"), exports);
47
- tslib_1.__exportStar(require("./SetSubnetsCommand"), 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");