@aws-sdk/client-elastic-load-balancing-v2 3.490.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,99 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticLoadBalancingV2 = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddListenerCertificatesCommand_1 = require("./commands/AddListenerCertificatesCommand");
6
- const AddTagsCommand_1 = require("./commands/AddTagsCommand");
7
- const AddTrustStoreRevocationsCommand_1 = require("./commands/AddTrustStoreRevocationsCommand");
8
- const CreateListenerCommand_1 = require("./commands/CreateListenerCommand");
9
- const CreateLoadBalancerCommand_1 = require("./commands/CreateLoadBalancerCommand");
10
- const CreateRuleCommand_1 = require("./commands/CreateRuleCommand");
11
- const CreateTargetGroupCommand_1 = require("./commands/CreateTargetGroupCommand");
12
- const CreateTrustStoreCommand_1 = require("./commands/CreateTrustStoreCommand");
13
- const DeleteListenerCommand_1 = require("./commands/DeleteListenerCommand");
14
- const DeleteLoadBalancerCommand_1 = require("./commands/DeleteLoadBalancerCommand");
15
- const DeleteRuleCommand_1 = require("./commands/DeleteRuleCommand");
16
- const DeleteTargetGroupCommand_1 = require("./commands/DeleteTargetGroupCommand");
17
- const DeleteTrustStoreCommand_1 = require("./commands/DeleteTrustStoreCommand");
18
- const DeregisterTargetsCommand_1 = require("./commands/DeregisterTargetsCommand");
19
- const DescribeAccountLimitsCommand_1 = require("./commands/DescribeAccountLimitsCommand");
20
- const DescribeListenerCertificatesCommand_1 = require("./commands/DescribeListenerCertificatesCommand");
21
- const DescribeListenersCommand_1 = require("./commands/DescribeListenersCommand");
22
- const DescribeLoadBalancerAttributesCommand_1 = require("./commands/DescribeLoadBalancerAttributesCommand");
23
- const DescribeLoadBalancersCommand_1 = require("./commands/DescribeLoadBalancersCommand");
24
- const DescribeRulesCommand_1 = require("./commands/DescribeRulesCommand");
25
- const DescribeSSLPoliciesCommand_1 = require("./commands/DescribeSSLPoliciesCommand");
26
- const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
27
- const DescribeTargetGroupAttributesCommand_1 = require("./commands/DescribeTargetGroupAttributesCommand");
28
- const DescribeTargetGroupsCommand_1 = require("./commands/DescribeTargetGroupsCommand");
29
- const DescribeTargetHealthCommand_1 = require("./commands/DescribeTargetHealthCommand");
30
- const DescribeTrustStoreAssociationsCommand_1 = require("./commands/DescribeTrustStoreAssociationsCommand");
31
- const DescribeTrustStoreRevocationsCommand_1 = require("./commands/DescribeTrustStoreRevocationsCommand");
32
- const DescribeTrustStoresCommand_1 = require("./commands/DescribeTrustStoresCommand");
33
- const GetTrustStoreCaCertificatesBundleCommand_1 = require("./commands/GetTrustStoreCaCertificatesBundleCommand");
34
- const GetTrustStoreRevocationContentCommand_1 = require("./commands/GetTrustStoreRevocationContentCommand");
35
- const ModifyListenerCommand_1 = require("./commands/ModifyListenerCommand");
36
- const ModifyLoadBalancerAttributesCommand_1 = require("./commands/ModifyLoadBalancerAttributesCommand");
37
- const ModifyRuleCommand_1 = require("./commands/ModifyRuleCommand");
38
- const ModifyTargetGroupAttributesCommand_1 = require("./commands/ModifyTargetGroupAttributesCommand");
39
- const ModifyTargetGroupCommand_1 = require("./commands/ModifyTargetGroupCommand");
40
- const ModifyTrustStoreCommand_1 = require("./commands/ModifyTrustStoreCommand");
41
- const RegisterTargetsCommand_1 = require("./commands/RegisterTargetsCommand");
42
- const RemoveListenerCertificatesCommand_1 = require("./commands/RemoveListenerCertificatesCommand");
43
- const RemoveTagsCommand_1 = require("./commands/RemoveTagsCommand");
44
- const RemoveTrustStoreRevocationsCommand_1 = require("./commands/RemoveTrustStoreRevocationsCommand");
45
- const SetIpAddressTypeCommand_1 = require("./commands/SetIpAddressTypeCommand");
46
- const SetRulePrioritiesCommand_1 = require("./commands/SetRulePrioritiesCommand");
47
- const SetSecurityGroupsCommand_1 = require("./commands/SetSecurityGroupsCommand");
48
- const SetSubnetsCommand_1 = require("./commands/SetSubnetsCommand");
49
- const ElasticLoadBalancingV2Client_1 = require("./ElasticLoadBalancingV2Client");
50
- const commands = {
51
- AddListenerCertificatesCommand: AddListenerCertificatesCommand_1.AddListenerCertificatesCommand,
52
- AddTagsCommand: AddTagsCommand_1.AddTagsCommand,
53
- AddTrustStoreRevocationsCommand: AddTrustStoreRevocationsCommand_1.AddTrustStoreRevocationsCommand,
54
- CreateListenerCommand: CreateListenerCommand_1.CreateListenerCommand,
55
- CreateLoadBalancerCommand: CreateLoadBalancerCommand_1.CreateLoadBalancerCommand,
56
- CreateRuleCommand: CreateRuleCommand_1.CreateRuleCommand,
57
- CreateTargetGroupCommand: CreateTargetGroupCommand_1.CreateTargetGroupCommand,
58
- CreateTrustStoreCommand: CreateTrustStoreCommand_1.CreateTrustStoreCommand,
59
- DeleteListenerCommand: DeleteListenerCommand_1.DeleteListenerCommand,
60
- DeleteLoadBalancerCommand: DeleteLoadBalancerCommand_1.DeleteLoadBalancerCommand,
61
- DeleteRuleCommand: DeleteRuleCommand_1.DeleteRuleCommand,
62
- DeleteTargetGroupCommand: DeleteTargetGroupCommand_1.DeleteTargetGroupCommand,
63
- DeleteTrustStoreCommand: DeleteTrustStoreCommand_1.DeleteTrustStoreCommand,
64
- DeregisterTargetsCommand: DeregisterTargetsCommand_1.DeregisterTargetsCommand,
65
- DescribeAccountLimitsCommand: DescribeAccountLimitsCommand_1.DescribeAccountLimitsCommand,
66
- DescribeListenerCertificatesCommand: DescribeListenerCertificatesCommand_1.DescribeListenerCertificatesCommand,
67
- DescribeListenersCommand: DescribeListenersCommand_1.DescribeListenersCommand,
68
- DescribeLoadBalancerAttributesCommand: DescribeLoadBalancerAttributesCommand_1.DescribeLoadBalancerAttributesCommand,
69
- DescribeLoadBalancersCommand: DescribeLoadBalancersCommand_1.DescribeLoadBalancersCommand,
70
- DescribeRulesCommand: DescribeRulesCommand_1.DescribeRulesCommand,
71
- DescribeSSLPoliciesCommand: DescribeSSLPoliciesCommand_1.DescribeSSLPoliciesCommand,
72
- DescribeTagsCommand: DescribeTagsCommand_1.DescribeTagsCommand,
73
- DescribeTargetGroupAttributesCommand: DescribeTargetGroupAttributesCommand_1.DescribeTargetGroupAttributesCommand,
74
- DescribeTargetGroupsCommand: DescribeTargetGroupsCommand_1.DescribeTargetGroupsCommand,
75
- DescribeTargetHealthCommand: DescribeTargetHealthCommand_1.DescribeTargetHealthCommand,
76
- DescribeTrustStoreAssociationsCommand: DescribeTrustStoreAssociationsCommand_1.DescribeTrustStoreAssociationsCommand,
77
- DescribeTrustStoreRevocationsCommand: DescribeTrustStoreRevocationsCommand_1.DescribeTrustStoreRevocationsCommand,
78
- DescribeTrustStoresCommand: DescribeTrustStoresCommand_1.DescribeTrustStoresCommand,
79
- GetTrustStoreCaCertificatesBundleCommand: GetTrustStoreCaCertificatesBundleCommand_1.GetTrustStoreCaCertificatesBundleCommand,
80
- GetTrustStoreRevocationContentCommand: GetTrustStoreRevocationContentCommand_1.GetTrustStoreRevocationContentCommand,
81
- ModifyListenerCommand: ModifyListenerCommand_1.ModifyListenerCommand,
82
- ModifyLoadBalancerAttributesCommand: ModifyLoadBalancerAttributesCommand_1.ModifyLoadBalancerAttributesCommand,
83
- ModifyRuleCommand: ModifyRuleCommand_1.ModifyRuleCommand,
84
- ModifyTargetGroupCommand: ModifyTargetGroupCommand_1.ModifyTargetGroupCommand,
85
- ModifyTargetGroupAttributesCommand: ModifyTargetGroupAttributesCommand_1.ModifyTargetGroupAttributesCommand,
86
- ModifyTrustStoreCommand: ModifyTrustStoreCommand_1.ModifyTrustStoreCommand,
87
- RegisterTargetsCommand: RegisterTargetsCommand_1.RegisterTargetsCommand,
88
- RemoveListenerCertificatesCommand: RemoveListenerCertificatesCommand_1.RemoveListenerCertificatesCommand,
89
- RemoveTagsCommand: RemoveTagsCommand_1.RemoveTagsCommand,
90
- RemoveTrustStoreRevocationsCommand: RemoveTrustStoreRevocationsCommand_1.RemoveTrustStoreRevocationsCommand,
91
- SetIpAddressTypeCommand: SetIpAddressTypeCommand_1.SetIpAddressTypeCommand,
92
- SetRulePrioritiesCommand: SetRulePrioritiesCommand_1.SetRulePrioritiesCommand,
93
- SetSecurityGroupsCommand: SetSecurityGroupsCommand_1.SetSecurityGroupsCommand,
94
- SetSubnetsCommand: SetSubnetsCommand_1.SetSubnetsCommand,
95
- };
96
- class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client_1.ElasticLoadBalancingV2Client {
97
- }
98
- exports.ElasticLoadBalancingV2 = ElasticLoadBalancingV2;
99
- (0, smithy_client_1.createAggregatedClient)(commands, ElasticLoadBalancingV2);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticLoadBalancingV2Client = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class ElasticLoadBalancingV2Client extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.ElasticLoadBalancingV2Client = ElasticLoadBalancingV2Client;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddListenerCertificatesCommand = 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 AddListenerCertificatesCommand 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", "AddListenerCertificates", {})
22
- .n("ElasticLoadBalancingV2Client", "AddListenerCertificatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_AddListenerCertificatesCommand)
25
- .de(Aws_query_1.de_AddListenerCertificatesCommand)
26
- .build() {
27
- }
28
- exports.AddListenerCertificatesCommand = AddListenerCertificatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsCommand = 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 AddTagsCommand 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", "AddTags", {})
22
- .n("ElasticLoadBalancingV2Client", "AddTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_AddTagsCommand)
25
- .de(Aws_query_1.de_AddTagsCommand)
26
- .build() {
27
- }
28
- exports.AddTagsCommand = AddTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTrustStoreRevocationsCommand = 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 AddTrustStoreRevocationsCommand 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", "AddTrustStoreRevocations", {})
22
- .n("ElasticLoadBalancingV2Client", "AddTrustStoreRevocationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_AddTrustStoreRevocationsCommand)
25
- .de(Aws_query_1.de_AddTrustStoreRevocationsCommand)
26
- .build() {
27
- }
28
- exports.AddTrustStoreRevocationsCommand = AddTrustStoreRevocationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateListenerCommand = 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 CreateListenerCommand 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", "CreateListener", {})
22
- .n("ElasticLoadBalancingV2Client", "CreateListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_CreateListenerCommand)
25
- .de(Aws_query_1.de_CreateListenerCommand)
26
- .build() {
27
- }
28
- exports.CreateListenerCommand = CreateListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLoadBalancerCommand = 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 CreateLoadBalancerCommand 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", "CreateLoadBalancer", {})
22
- .n("ElasticLoadBalancingV2Client", "CreateLoadBalancerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_CreateLoadBalancerCommand)
25
- .de(Aws_query_1.de_CreateLoadBalancerCommand)
26
- .build() {
27
- }
28
- exports.CreateLoadBalancerCommand = CreateLoadBalancerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRuleCommand = 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 CreateRuleCommand 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", "CreateRule", {})
22
- .n("ElasticLoadBalancingV2Client", "CreateRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_CreateRuleCommand)
25
- .de(Aws_query_1.de_CreateRuleCommand)
26
- .build() {
27
- }
28
- exports.CreateRuleCommand = CreateRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTargetGroupCommand = 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 CreateTargetGroupCommand 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", "CreateTargetGroup", {})
22
- .n("ElasticLoadBalancingV2Client", "CreateTargetGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_CreateTargetGroupCommand)
25
- .de(Aws_query_1.de_CreateTargetGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateTargetGroupCommand = CreateTargetGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTrustStoreCommand = 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 CreateTrustStoreCommand 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", "CreateTrustStore", {})
22
- .n("ElasticLoadBalancingV2Client", "CreateTrustStoreCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_CreateTrustStoreCommand)
25
- .de(Aws_query_1.de_CreateTrustStoreCommand)
26
- .build() {
27
- }
28
- exports.CreateTrustStoreCommand = CreateTrustStoreCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteListenerCommand = 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 DeleteListenerCommand 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", "DeleteListener", {})
22
- .n("ElasticLoadBalancingV2Client", "DeleteListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteListenerCommand)
25
- .de(Aws_query_1.de_DeleteListenerCommand)
26
- .build() {
27
- }
28
- exports.DeleteListenerCommand = DeleteListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLoadBalancerCommand = 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 DeleteLoadBalancerCommand 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", "DeleteLoadBalancer", {})
22
- .n("ElasticLoadBalancingV2Client", "DeleteLoadBalancerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteLoadBalancerCommand)
25
- .de(Aws_query_1.de_DeleteLoadBalancerCommand)
26
- .build() {
27
- }
28
- exports.DeleteLoadBalancerCommand = DeleteLoadBalancerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRuleCommand = 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 DeleteRuleCommand 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", "DeleteRule", {})
22
- .n("ElasticLoadBalancingV2Client", "DeleteRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteRuleCommand)
25
- .de(Aws_query_1.de_DeleteRuleCommand)
26
- .build() {
27
- }
28
- exports.DeleteRuleCommand = DeleteRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTargetGroupCommand = 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 DeleteTargetGroupCommand 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", "DeleteTargetGroup", {})
22
- .n("ElasticLoadBalancingV2Client", "DeleteTargetGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteTargetGroupCommand)
25
- .de(Aws_query_1.de_DeleteTargetGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteTargetGroupCommand = DeleteTargetGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTrustStoreCommand = 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 DeleteTrustStoreCommand 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", "DeleteTrustStore", {})
22
- .n("ElasticLoadBalancingV2Client", "DeleteTrustStoreCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteTrustStoreCommand)
25
- .de(Aws_query_1.de_DeleteTrustStoreCommand)
26
- .build() {
27
- }
28
- exports.DeleteTrustStoreCommand = DeleteTrustStoreCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeregisterTargetsCommand = 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 DeregisterTargetsCommand 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", "DeregisterTargets", {})
22
- .n("ElasticLoadBalancingV2Client", "DeregisterTargetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeregisterTargetsCommand)
25
- .de(Aws_query_1.de_DeregisterTargetsCommand)
26
- .build() {
27
- }
28
- exports.DeregisterTargetsCommand = DeregisterTargetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccountLimitsCommand = 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 DescribeAccountLimitsCommand 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", "DescribeAccountLimits", {})
22
- .n("ElasticLoadBalancingV2Client", "DescribeAccountLimitsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeAccountLimitsCommand)
25
- .de(Aws_query_1.de_DescribeAccountLimitsCommand)
26
- .build() {
27
- }
28
- exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeListenerCertificatesCommand = 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 DescribeListenerCertificatesCommand 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", "DescribeListenerCertificates", {})
22
- .n("ElasticLoadBalancingV2Client", "DescribeListenerCertificatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeListenerCertificatesCommand)
25
- .de(Aws_query_1.de_DescribeListenerCertificatesCommand)
26
- .build() {
27
- }
28
- exports.DescribeListenerCertificatesCommand = DescribeListenerCertificatesCommand;
1
+ module.exports = require("../index.js");