@aws-sdk/client-elastic-load-balancing 3.50.0 → 3.53.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.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ElasticLoadBalancingServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +312 -2
- package/dist-cjs/protocols/Aws_query.js +263 -874
- package/dist-es/index.js +1 -0
- package/dist-es/models/ElasticLoadBalancingServiceException.js +12 -0
- package/dist-es/models/models_0.js +288 -1
- package/dist-es/protocols/Aws_query.js +567 -933
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ElasticLoadBalancingServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +156 -67
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +150 -0
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +29 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/ElasticLoadBalancingServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1100 -0
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +7 -0
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ElasticLoadBalancingServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./ElasticLoadBalancing"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ElasticLoadBalancingClient"), exports);
|
|
@@ -7,3 +8,5 @@ tslib_1.__exportStar(require("./commands"), exports);
|
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./waiters"), exports);
|
|
11
|
+
var ElasticLoadBalancingServiceException_1 = require("./models/ElasticLoadBalancingServiceException");
|
|
12
|
+
Object.defineProperty(exports, "ElasticLoadBalancingServiceException", { enumerable: true, get: function () { return ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ElasticLoadBalancingServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class ElasticLoadBalancingServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, ElasticLoadBalancingServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.ElasticLoadBalancingServiceException = ElasticLoadBalancingServiceException;
|
|
@@ -1,13 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.DeleteAccessPointOutput = exports.DeleteAccessPointInput = exports.CrossZoneLoadBalancing = exports.PolicyTypeNotFoundException = exports.CreateLoadBalancerPolicyOutput = exports.CreateLoadBalancerPolicyInput = exports.PolicyAttribute = exports.DuplicateListenerException = exports.CreateLoadBalancerListenerOutput = exports.CreateLoadBalancerListenerInput = exports.UnsupportedProtocolException = exports.TooManyAccessPointsException = exports.OperationNotPermittedException = exports.InvalidSchemeException = exports.DuplicateAccessPointNameException = exports.CreateLBCookieStickinessPolicyOutput = exports.CreateLBCookieStickinessPolicyInput = exports.TooManyPoliciesException = exports.DuplicatePolicyNameException = exports.CreateAppCookieStickinessPolicyOutput = exports.CreateAppCookieStickinessPolicyInput = exports.CreateAccessPointOutput = exports.CreateAccessPointInput = exports.Listener = exports.ConnectionSettings = exports.ConnectionDraining = exports.ConfigureHealthCheckOutput = exports.ConfigureHealthCheckInput = exports.HealthCheck = exports.CertificateNotFoundException = exports.BackendServerDescription = exports.SubnetNotFoundException = exports.InvalidSubnetException = exports.AttachLoadBalancerToSubnetsOutput = exports.AttachLoadBalancerToSubnetsInput = exports.InvalidSecurityGroupException = exports.InvalidConfigurationRequestException = exports.ApplySecurityGroupsToLoadBalancerOutput = exports.ApplySecurityGroupsToLoadBalancerInput = exports.AppCookieStickinessPolicy = exports.TooManyTagsException = exports.DuplicateTagKeysException = exports.AddTagsOutput = exports.AddTagsInput = exports.Tag = exports.AdditionalAttribute = exports.AddAvailabilityZonesOutput = exports.AddAvailabilityZonesInput = exports.AccessPointNotFoundException = exports.AccessLog = void 0;
|
|
4
|
+
exports.ListenerNotFoundException = exports.RemoveTagsOutput = exports.RemoveTagsInput = exports.TagKeyOnly = exports.RegisterEndPointsOutput = exports.RegisterEndPointsInput = exports.ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesInput = exports.RemoveAvailabilityZonesOutput = exports.RemoveAvailabilityZonesInput = exports.DetachLoadBalancerFromSubnetsOutput = exports.DetachLoadBalancerFromSubnetsInput = exports.DescribeTagsOutput = exports.TagDescription = exports.DescribeTagsInput = exports.DescribeLoadBalancerPolicyTypesOutput = exports.PolicyTypeDescription = exports.PolicyAttributeTypeDescription = exports.DescribeLoadBalancerPolicyTypesInput = exports.PolicyNotFoundException = exports.DescribeLoadBalancerPoliciesOutput = exports.PolicyDescription = exports.PolicyAttributeDescription = exports.DescribeLoadBalancerPoliciesInput = exports.LoadBalancerAttributeNotFoundException = exports.DescribeLoadBalancerAttributesOutput = exports.LoadBalancerAttributes = exports.DescribeLoadBalancerAttributesInput = exports.DescribeEndPointStateOutput = exports.InstanceState = exports.DescribeEndPointStateInput = exports.DescribeAccountLimitsOutput = exports.Limit = exports.DescribeAccountLimitsInput = exports.DescribeAccessPointsOutput = exports.LoadBalancerDescription = exports.SourceSecurityGroup = exports.Policies = exports.LBCookieStickinessPolicy = exports.ListenerDescription = exports.DescribeAccessPointsInput = exports.InvalidEndPointException = exports.DeregisterEndPointsOutput = exports.DeregisterEndPointsInput = exports.Instance = exports.DependencyThrottleException = exports.DeleteLoadBalancerPolicyOutput = exports.DeleteLoadBalancerPolicyInput = exports.DeleteLoadBalancerListenerOutput = exports.DeleteLoadBalancerListenerInput = void 0;
|
|
5
|
+
exports.SetLoadBalancerPoliciesOfListenerOutput = exports.SetLoadBalancerPoliciesOfListenerInput = exports.SetLoadBalancerPoliciesForBackendServerOutput = exports.SetLoadBalancerPoliciesForBackendServerInput = exports.SetLoadBalancerListenerSSLCertificateOutput = exports.SetLoadBalancerListenerSSLCertificateInput = void 0;
|
|
6
|
+
const ElasticLoadBalancingServiceException_1 = require("./ElasticLoadBalancingServiceException");
|
|
5
7
|
var AccessLog;
|
|
6
8
|
(function (AccessLog) {
|
|
7
9
|
AccessLog.filterSensitiveLog = (obj) => ({
|
|
8
10
|
...obj,
|
|
9
11
|
});
|
|
10
12
|
})(AccessLog = exports.AccessLog || (exports.AccessLog = {}));
|
|
13
|
+
class AccessPointNotFoundException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
14
|
+
constructor(opts) {
|
|
15
|
+
super({
|
|
16
|
+
name: "AccessPointNotFoundException",
|
|
17
|
+
$fault: "client",
|
|
18
|
+
...opts,
|
|
19
|
+
});
|
|
20
|
+
this.name = "AccessPointNotFoundException";
|
|
21
|
+
this.$fault = "client";
|
|
22
|
+
Object.setPrototypeOf(this, AccessPointNotFoundException.prototype);
|
|
23
|
+
this.Message = opts.Message;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.AccessPointNotFoundException = AccessPointNotFoundException;
|
|
11
27
|
var AddAvailabilityZonesInput;
|
|
12
28
|
(function (AddAvailabilityZonesInput) {
|
|
13
29
|
AddAvailabilityZonesInput.filterSensitiveLog = (obj) => ({
|
|
@@ -44,6 +60,34 @@ var AddTagsOutput;
|
|
|
44
60
|
...obj,
|
|
45
61
|
});
|
|
46
62
|
})(AddTagsOutput = exports.AddTagsOutput || (exports.AddTagsOutput = {}));
|
|
63
|
+
class DuplicateTagKeysException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
64
|
+
constructor(opts) {
|
|
65
|
+
super({
|
|
66
|
+
name: "DuplicateTagKeysException",
|
|
67
|
+
$fault: "client",
|
|
68
|
+
...opts,
|
|
69
|
+
});
|
|
70
|
+
this.name = "DuplicateTagKeysException";
|
|
71
|
+
this.$fault = "client";
|
|
72
|
+
Object.setPrototypeOf(this, DuplicateTagKeysException.prototype);
|
|
73
|
+
this.Message = opts.Message;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.DuplicateTagKeysException = DuplicateTagKeysException;
|
|
77
|
+
class TooManyTagsException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
78
|
+
constructor(opts) {
|
|
79
|
+
super({
|
|
80
|
+
name: "TooManyTagsException",
|
|
81
|
+
$fault: "client",
|
|
82
|
+
...opts,
|
|
83
|
+
});
|
|
84
|
+
this.name = "TooManyTagsException";
|
|
85
|
+
this.$fault = "client";
|
|
86
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
87
|
+
this.Message = opts.Message;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
47
91
|
var AppCookieStickinessPolicy;
|
|
48
92
|
(function (AppCookieStickinessPolicy) {
|
|
49
93
|
AppCookieStickinessPolicy.filterSensitiveLog = (obj) => ({
|
|
@@ -62,6 +106,34 @@ var ApplySecurityGroupsToLoadBalancerOutput;
|
|
|
62
106
|
...obj,
|
|
63
107
|
});
|
|
64
108
|
})(ApplySecurityGroupsToLoadBalancerOutput = exports.ApplySecurityGroupsToLoadBalancerOutput || (exports.ApplySecurityGroupsToLoadBalancerOutput = {}));
|
|
109
|
+
class InvalidConfigurationRequestException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
110
|
+
constructor(opts) {
|
|
111
|
+
super({
|
|
112
|
+
name: "InvalidConfigurationRequestException",
|
|
113
|
+
$fault: "client",
|
|
114
|
+
...opts,
|
|
115
|
+
});
|
|
116
|
+
this.name = "InvalidConfigurationRequestException";
|
|
117
|
+
this.$fault = "client";
|
|
118
|
+
Object.setPrototypeOf(this, InvalidConfigurationRequestException.prototype);
|
|
119
|
+
this.Message = opts.Message;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
exports.InvalidConfigurationRequestException = InvalidConfigurationRequestException;
|
|
123
|
+
class InvalidSecurityGroupException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
124
|
+
constructor(opts) {
|
|
125
|
+
super({
|
|
126
|
+
name: "InvalidSecurityGroupException",
|
|
127
|
+
$fault: "client",
|
|
128
|
+
...opts,
|
|
129
|
+
});
|
|
130
|
+
this.name = "InvalidSecurityGroupException";
|
|
131
|
+
this.$fault = "client";
|
|
132
|
+
Object.setPrototypeOf(this, InvalidSecurityGroupException.prototype);
|
|
133
|
+
this.Message = opts.Message;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
exports.InvalidSecurityGroupException = InvalidSecurityGroupException;
|
|
65
137
|
var AttachLoadBalancerToSubnetsInput;
|
|
66
138
|
(function (AttachLoadBalancerToSubnetsInput) {
|
|
67
139
|
AttachLoadBalancerToSubnetsInput.filterSensitiveLog = (obj) => ({
|
|
@@ -74,12 +146,54 @@ var AttachLoadBalancerToSubnetsOutput;
|
|
|
74
146
|
...obj,
|
|
75
147
|
});
|
|
76
148
|
})(AttachLoadBalancerToSubnetsOutput = exports.AttachLoadBalancerToSubnetsOutput || (exports.AttachLoadBalancerToSubnetsOutput = {}));
|
|
149
|
+
class InvalidSubnetException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
150
|
+
constructor(opts) {
|
|
151
|
+
super({
|
|
152
|
+
name: "InvalidSubnetException",
|
|
153
|
+
$fault: "client",
|
|
154
|
+
...opts,
|
|
155
|
+
});
|
|
156
|
+
this.name = "InvalidSubnetException";
|
|
157
|
+
this.$fault = "client";
|
|
158
|
+
Object.setPrototypeOf(this, InvalidSubnetException.prototype);
|
|
159
|
+
this.Message = opts.Message;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
exports.InvalidSubnetException = InvalidSubnetException;
|
|
163
|
+
class SubnetNotFoundException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
164
|
+
constructor(opts) {
|
|
165
|
+
super({
|
|
166
|
+
name: "SubnetNotFoundException",
|
|
167
|
+
$fault: "client",
|
|
168
|
+
...opts,
|
|
169
|
+
});
|
|
170
|
+
this.name = "SubnetNotFoundException";
|
|
171
|
+
this.$fault = "client";
|
|
172
|
+
Object.setPrototypeOf(this, SubnetNotFoundException.prototype);
|
|
173
|
+
this.Message = opts.Message;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
exports.SubnetNotFoundException = SubnetNotFoundException;
|
|
77
177
|
var BackendServerDescription;
|
|
78
178
|
(function (BackendServerDescription) {
|
|
79
179
|
BackendServerDescription.filterSensitiveLog = (obj) => ({
|
|
80
180
|
...obj,
|
|
81
181
|
});
|
|
82
182
|
})(BackendServerDescription = exports.BackendServerDescription || (exports.BackendServerDescription = {}));
|
|
183
|
+
class CertificateNotFoundException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
184
|
+
constructor(opts) {
|
|
185
|
+
super({
|
|
186
|
+
name: "CertificateNotFoundException",
|
|
187
|
+
$fault: "client",
|
|
188
|
+
...opts,
|
|
189
|
+
});
|
|
190
|
+
this.name = "CertificateNotFoundException";
|
|
191
|
+
this.$fault = "client";
|
|
192
|
+
Object.setPrototypeOf(this, CertificateNotFoundException.prototype);
|
|
193
|
+
this.Message = opts.Message;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
exports.CertificateNotFoundException = CertificateNotFoundException;
|
|
83
197
|
var HealthCheck;
|
|
84
198
|
(function (HealthCheck) {
|
|
85
199
|
HealthCheck.filterSensitiveLog = (obj) => ({
|
|
@@ -140,6 +254,34 @@ var CreateAppCookieStickinessPolicyOutput;
|
|
|
140
254
|
...obj,
|
|
141
255
|
});
|
|
142
256
|
})(CreateAppCookieStickinessPolicyOutput = exports.CreateAppCookieStickinessPolicyOutput || (exports.CreateAppCookieStickinessPolicyOutput = {}));
|
|
257
|
+
class DuplicatePolicyNameException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
258
|
+
constructor(opts) {
|
|
259
|
+
super({
|
|
260
|
+
name: "DuplicatePolicyNameException",
|
|
261
|
+
$fault: "client",
|
|
262
|
+
...opts,
|
|
263
|
+
});
|
|
264
|
+
this.name = "DuplicatePolicyNameException";
|
|
265
|
+
this.$fault = "client";
|
|
266
|
+
Object.setPrototypeOf(this, DuplicatePolicyNameException.prototype);
|
|
267
|
+
this.Message = opts.Message;
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
exports.DuplicatePolicyNameException = DuplicatePolicyNameException;
|
|
271
|
+
class TooManyPoliciesException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
272
|
+
constructor(opts) {
|
|
273
|
+
super({
|
|
274
|
+
name: "TooManyPoliciesException",
|
|
275
|
+
$fault: "client",
|
|
276
|
+
...opts,
|
|
277
|
+
});
|
|
278
|
+
this.name = "TooManyPoliciesException";
|
|
279
|
+
this.$fault = "client";
|
|
280
|
+
Object.setPrototypeOf(this, TooManyPoliciesException.prototype);
|
|
281
|
+
this.Message = opts.Message;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
exports.TooManyPoliciesException = TooManyPoliciesException;
|
|
143
285
|
var CreateLBCookieStickinessPolicyInput;
|
|
144
286
|
(function (CreateLBCookieStickinessPolicyInput) {
|
|
145
287
|
CreateLBCookieStickinessPolicyInput.filterSensitiveLog = (obj) => ({
|
|
@@ -152,6 +294,76 @@ var CreateLBCookieStickinessPolicyOutput;
|
|
|
152
294
|
...obj,
|
|
153
295
|
});
|
|
154
296
|
})(CreateLBCookieStickinessPolicyOutput = exports.CreateLBCookieStickinessPolicyOutput || (exports.CreateLBCookieStickinessPolicyOutput = {}));
|
|
297
|
+
class DuplicateAccessPointNameException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
298
|
+
constructor(opts) {
|
|
299
|
+
super({
|
|
300
|
+
name: "DuplicateAccessPointNameException",
|
|
301
|
+
$fault: "client",
|
|
302
|
+
...opts,
|
|
303
|
+
});
|
|
304
|
+
this.name = "DuplicateAccessPointNameException";
|
|
305
|
+
this.$fault = "client";
|
|
306
|
+
Object.setPrototypeOf(this, DuplicateAccessPointNameException.prototype);
|
|
307
|
+
this.Message = opts.Message;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
exports.DuplicateAccessPointNameException = DuplicateAccessPointNameException;
|
|
311
|
+
class InvalidSchemeException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
312
|
+
constructor(opts) {
|
|
313
|
+
super({
|
|
314
|
+
name: "InvalidSchemeException",
|
|
315
|
+
$fault: "client",
|
|
316
|
+
...opts,
|
|
317
|
+
});
|
|
318
|
+
this.name = "InvalidSchemeException";
|
|
319
|
+
this.$fault = "client";
|
|
320
|
+
Object.setPrototypeOf(this, InvalidSchemeException.prototype);
|
|
321
|
+
this.Message = opts.Message;
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
exports.InvalidSchemeException = InvalidSchemeException;
|
|
325
|
+
class OperationNotPermittedException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
326
|
+
constructor(opts) {
|
|
327
|
+
super({
|
|
328
|
+
name: "OperationNotPermittedException",
|
|
329
|
+
$fault: "client",
|
|
330
|
+
...opts,
|
|
331
|
+
});
|
|
332
|
+
this.name = "OperationNotPermittedException";
|
|
333
|
+
this.$fault = "client";
|
|
334
|
+
Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
|
|
335
|
+
this.Message = opts.Message;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
exports.OperationNotPermittedException = OperationNotPermittedException;
|
|
339
|
+
class TooManyAccessPointsException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
340
|
+
constructor(opts) {
|
|
341
|
+
super({
|
|
342
|
+
name: "TooManyAccessPointsException",
|
|
343
|
+
$fault: "client",
|
|
344
|
+
...opts,
|
|
345
|
+
});
|
|
346
|
+
this.name = "TooManyAccessPointsException";
|
|
347
|
+
this.$fault = "client";
|
|
348
|
+
Object.setPrototypeOf(this, TooManyAccessPointsException.prototype);
|
|
349
|
+
this.Message = opts.Message;
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
exports.TooManyAccessPointsException = TooManyAccessPointsException;
|
|
353
|
+
class UnsupportedProtocolException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
354
|
+
constructor(opts) {
|
|
355
|
+
super({
|
|
356
|
+
name: "UnsupportedProtocolException",
|
|
357
|
+
$fault: "client",
|
|
358
|
+
...opts,
|
|
359
|
+
});
|
|
360
|
+
this.name = "UnsupportedProtocolException";
|
|
361
|
+
this.$fault = "client";
|
|
362
|
+
Object.setPrototypeOf(this, UnsupportedProtocolException.prototype);
|
|
363
|
+
this.Message = opts.Message;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
exports.UnsupportedProtocolException = UnsupportedProtocolException;
|
|
155
367
|
var CreateLoadBalancerListenerInput;
|
|
156
368
|
(function (CreateLoadBalancerListenerInput) {
|
|
157
369
|
CreateLoadBalancerListenerInput.filterSensitiveLog = (obj) => ({
|
|
@@ -164,6 +376,20 @@ var CreateLoadBalancerListenerOutput;
|
|
|
164
376
|
...obj,
|
|
165
377
|
});
|
|
166
378
|
})(CreateLoadBalancerListenerOutput = exports.CreateLoadBalancerListenerOutput || (exports.CreateLoadBalancerListenerOutput = {}));
|
|
379
|
+
class DuplicateListenerException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
380
|
+
constructor(opts) {
|
|
381
|
+
super({
|
|
382
|
+
name: "DuplicateListenerException",
|
|
383
|
+
$fault: "client",
|
|
384
|
+
...opts,
|
|
385
|
+
});
|
|
386
|
+
this.name = "DuplicateListenerException";
|
|
387
|
+
this.$fault = "client";
|
|
388
|
+
Object.setPrototypeOf(this, DuplicateListenerException.prototype);
|
|
389
|
+
this.Message = opts.Message;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
exports.DuplicateListenerException = DuplicateListenerException;
|
|
167
393
|
var PolicyAttribute;
|
|
168
394
|
(function (PolicyAttribute) {
|
|
169
395
|
PolicyAttribute.filterSensitiveLog = (obj) => ({
|
|
@@ -182,6 +408,20 @@ var CreateLoadBalancerPolicyOutput;
|
|
|
182
408
|
...obj,
|
|
183
409
|
});
|
|
184
410
|
})(CreateLoadBalancerPolicyOutput = exports.CreateLoadBalancerPolicyOutput || (exports.CreateLoadBalancerPolicyOutput = {}));
|
|
411
|
+
class PolicyTypeNotFoundException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
412
|
+
constructor(opts) {
|
|
413
|
+
super({
|
|
414
|
+
name: "PolicyTypeNotFoundException",
|
|
415
|
+
$fault: "client",
|
|
416
|
+
...opts,
|
|
417
|
+
});
|
|
418
|
+
this.name = "PolicyTypeNotFoundException";
|
|
419
|
+
this.$fault = "client";
|
|
420
|
+
Object.setPrototypeOf(this, PolicyTypeNotFoundException.prototype);
|
|
421
|
+
this.Message = opts.Message;
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
exports.PolicyTypeNotFoundException = PolicyTypeNotFoundException;
|
|
185
425
|
var CrossZoneLoadBalancing;
|
|
186
426
|
(function (CrossZoneLoadBalancing) {
|
|
187
427
|
CrossZoneLoadBalancing.filterSensitiveLog = (obj) => ({
|
|
@@ -224,6 +464,20 @@ var DeleteLoadBalancerPolicyOutput;
|
|
|
224
464
|
...obj,
|
|
225
465
|
});
|
|
226
466
|
})(DeleteLoadBalancerPolicyOutput = exports.DeleteLoadBalancerPolicyOutput || (exports.DeleteLoadBalancerPolicyOutput = {}));
|
|
467
|
+
class DependencyThrottleException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
468
|
+
constructor(opts) {
|
|
469
|
+
super({
|
|
470
|
+
name: "DependencyThrottleException",
|
|
471
|
+
$fault: "client",
|
|
472
|
+
...opts,
|
|
473
|
+
});
|
|
474
|
+
this.name = "DependencyThrottleException";
|
|
475
|
+
this.$fault = "client";
|
|
476
|
+
Object.setPrototypeOf(this, DependencyThrottleException.prototype);
|
|
477
|
+
this.Message = opts.Message;
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
exports.DependencyThrottleException = DependencyThrottleException;
|
|
227
481
|
var Instance;
|
|
228
482
|
(function (Instance) {
|
|
229
483
|
Instance.filterSensitiveLog = (obj) => ({
|
|
@@ -242,6 +496,20 @@ var DeregisterEndPointsOutput;
|
|
|
242
496
|
...obj,
|
|
243
497
|
});
|
|
244
498
|
})(DeregisterEndPointsOutput = exports.DeregisterEndPointsOutput || (exports.DeregisterEndPointsOutput = {}));
|
|
499
|
+
class InvalidEndPointException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
500
|
+
constructor(opts) {
|
|
501
|
+
super({
|
|
502
|
+
name: "InvalidEndPointException",
|
|
503
|
+
$fault: "client",
|
|
504
|
+
...opts,
|
|
505
|
+
});
|
|
506
|
+
this.name = "InvalidEndPointException";
|
|
507
|
+
this.$fault = "client";
|
|
508
|
+
Object.setPrototypeOf(this, InvalidEndPointException.prototype);
|
|
509
|
+
this.Message = opts.Message;
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
exports.InvalidEndPointException = InvalidEndPointException;
|
|
245
513
|
var DescribeAccessPointsInput;
|
|
246
514
|
(function (DescribeAccessPointsInput) {
|
|
247
515
|
DescribeAccessPointsInput.filterSensitiveLog = (obj) => ({
|
|
@@ -338,6 +606,20 @@ var DescribeLoadBalancerAttributesOutput;
|
|
|
338
606
|
...obj,
|
|
339
607
|
});
|
|
340
608
|
})(DescribeLoadBalancerAttributesOutput = exports.DescribeLoadBalancerAttributesOutput || (exports.DescribeLoadBalancerAttributesOutput = {}));
|
|
609
|
+
class LoadBalancerAttributeNotFoundException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
610
|
+
constructor(opts) {
|
|
611
|
+
super({
|
|
612
|
+
name: "LoadBalancerAttributeNotFoundException",
|
|
613
|
+
$fault: "client",
|
|
614
|
+
...opts,
|
|
615
|
+
});
|
|
616
|
+
this.name = "LoadBalancerAttributeNotFoundException";
|
|
617
|
+
this.$fault = "client";
|
|
618
|
+
Object.setPrototypeOf(this, LoadBalancerAttributeNotFoundException.prototype);
|
|
619
|
+
this.Message = opts.Message;
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
exports.LoadBalancerAttributeNotFoundException = LoadBalancerAttributeNotFoundException;
|
|
341
623
|
var DescribeLoadBalancerPoliciesInput;
|
|
342
624
|
(function (DescribeLoadBalancerPoliciesInput) {
|
|
343
625
|
DescribeLoadBalancerPoliciesInput.filterSensitiveLog = (obj) => ({
|
|
@@ -362,6 +644,20 @@ var DescribeLoadBalancerPoliciesOutput;
|
|
|
362
644
|
...obj,
|
|
363
645
|
});
|
|
364
646
|
})(DescribeLoadBalancerPoliciesOutput = exports.DescribeLoadBalancerPoliciesOutput || (exports.DescribeLoadBalancerPoliciesOutput = {}));
|
|
647
|
+
class PolicyNotFoundException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
648
|
+
constructor(opts) {
|
|
649
|
+
super({
|
|
650
|
+
name: "PolicyNotFoundException",
|
|
651
|
+
$fault: "client",
|
|
652
|
+
...opts,
|
|
653
|
+
});
|
|
654
|
+
this.name = "PolicyNotFoundException";
|
|
655
|
+
this.$fault = "client";
|
|
656
|
+
Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
|
|
657
|
+
this.Message = opts.Message;
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
exports.PolicyNotFoundException = PolicyNotFoundException;
|
|
365
661
|
var DescribeLoadBalancerPolicyTypesInput;
|
|
366
662
|
(function (DescribeLoadBalancerPolicyTypesInput) {
|
|
367
663
|
DescribeLoadBalancerPolicyTypesInput.filterSensitiveLog = (obj) => ({
|
|
@@ -470,6 +766,20 @@ var RemoveTagsOutput;
|
|
|
470
766
|
...obj,
|
|
471
767
|
});
|
|
472
768
|
})(RemoveTagsOutput = exports.RemoveTagsOutput || (exports.RemoveTagsOutput = {}));
|
|
769
|
+
class ListenerNotFoundException extends ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException {
|
|
770
|
+
constructor(opts) {
|
|
771
|
+
super({
|
|
772
|
+
name: "ListenerNotFoundException",
|
|
773
|
+
$fault: "client",
|
|
774
|
+
...opts,
|
|
775
|
+
});
|
|
776
|
+
this.name = "ListenerNotFoundException";
|
|
777
|
+
this.$fault = "client";
|
|
778
|
+
Object.setPrototypeOf(this, ListenerNotFoundException.prototype);
|
|
779
|
+
this.Message = opts.Message;
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
exports.ListenerNotFoundException = ListenerNotFoundException;
|
|
473
783
|
var SetLoadBalancerListenerSSLCertificateInput;
|
|
474
784
|
(function (SetLoadBalancerListenerSSLCertificateInput) {
|
|
475
785
|
SetLoadBalancerListenerSSLCertificateInput.filterSensitiveLog = (obj) => ({
|