@aws-sdk/client-elastic-load-balancing-v2 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/ElasticLoadBalancingV2ServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +523 -3
- package/dist-cjs/protocols/Aws_query.js +398 -1419
- package/dist-es/index.js +1 -0
- package/dist-es/models/ElasticLoadBalancingV2ServiceException.js +12 -0
- package/dist-es/models/models_0.js +483 -1
- package/dist-es/protocols/Aws_query.js +816 -1475
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ElasticLoadBalancingV2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +261 -112
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +175 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +107 -0
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +34 -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/ElasticLoadBalancingV2ServiceException.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 +750 -0
- package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +104 -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 +5 -0
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +7 -0
- package/package.json +34 -34
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var ElasticLoadBalancingV2ServiceException = (function (_super) {
|
|
4
|
+
__extends(ElasticLoadBalancingV2ServiceException, _super);
|
|
5
|
+
function ElasticLoadBalancingV2ServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, ElasticLoadBalancingV2ServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return ElasticLoadBalancingV2ServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { ElasticLoadBalancingV2ServiceException };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
|
+
import { ElasticLoadBalancingV2ServiceException as __BaseException } from "./ElasticLoadBalancingV2ServiceException";
|
|
2
3
|
export var AuthenticateCognitoActionConditionalBehaviorEnum;
|
|
3
4
|
(function (AuthenticateCognitoActionConditionalBehaviorEnum) {
|
|
4
5
|
AuthenticateCognitoActionConditionalBehaviorEnum["ALLOW"] = "allow";
|
|
@@ -68,6 +69,45 @@ export var AddListenerCertificatesOutput;
|
|
|
68
69
|
(function (AddListenerCertificatesOutput) {
|
|
69
70
|
AddListenerCertificatesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
71
|
})(AddListenerCertificatesOutput || (AddListenerCertificatesOutput = {}));
|
|
72
|
+
var CertificateNotFoundException = (function (_super) {
|
|
73
|
+
__extends(CertificateNotFoundException, _super);
|
|
74
|
+
function CertificateNotFoundException(opts) {
|
|
75
|
+
var _this = _super.call(this, __assign({ name: "CertificateNotFoundException", $fault: "client" }, opts)) || this;
|
|
76
|
+
_this.name = "CertificateNotFoundException";
|
|
77
|
+
_this.$fault = "client";
|
|
78
|
+
Object.setPrototypeOf(_this, CertificateNotFoundException.prototype);
|
|
79
|
+
_this.Message = opts.Message;
|
|
80
|
+
return _this;
|
|
81
|
+
}
|
|
82
|
+
return CertificateNotFoundException;
|
|
83
|
+
}(__BaseException));
|
|
84
|
+
export { CertificateNotFoundException };
|
|
85
|
+
var ListenerNotFoundException = (function (_super) {
|
|
86
|
+
__extends(ListenerNotFoundException, _super);
|
|
87
|
+
function ListenerNotFoundException(opts) {
|
|
88
|
+
var _this = _super.call(this, __assign({ name: "ListenerNotFoundException", $fault: "client" }, opts)) || this;
|
|
89
|
+
_this.name = "ListenerNotFoundException";
|
|
90
|
+
_this.$fault = "client";
|
|
91
|
+
Object.setPrototypeOf(_this, ListenerNotFoundException.prototype);
|
|
92
|
+
_this.Message = opts.Message;
|
|
93
|
+
return _this;
|
|
94
|
+
}
|
|
95
|
+
return ListenerNotFoundException;
|
|
96
|
+
}(__BaseException));
|
|
97
|
+
export { ListenerNotFoundException };
|
|
98
|
+
var TooManyCertificatesException = (function (_super) {
|
|
99
|
+
__extends(TooManyCertificatesException, _super);
|
|
100
|
+
function TooManyCertificatesException(opts) {
|
|
101
|
+
var _this = _super.call(this, __assign({ name: "TooManyCertificatesException", $fault: "client" }, opts)) || this;
|
|
102
|
+
_this.name = "TooManyCertificatesException";
|
|
103
|
+
_this.$fault = "client";
|
|
104
|
+
Object.setPrototypeOf(_this, TooManyCertificatesException.prototype);
|
|
105
|
+
_this.Message = opts.Message;
|
|
106
|
+
return _this;
|
|
107
|
+
}
|
|
108
|
+
return TooManyCertificatesException;
|
|
109
|
+
}(__BaseException));
|
|
110
|
+
export { TooManyCertificatesException };
|
|
71
111
|
export var Tag;
|
|
72
112
|
(function (Tag) {
|
|
73
113
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -80,6 +120,97 @@ export var AddTagsOutput;
|
|
|
80
120
|
(function (AddTagsOutput) {
|
|
81
121
|
AddTagsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
122
|
})(AddTagsOutput || (AddTagsOutput = {}));
|
|
123
|
+
var DuplicateTagKeysException = (function (_super) {
|
|
124
|
+
__extends(DuplicateTagKeysException, _super);
|
|
125
|
+
function DuplicateTagKeysException(opts) {
|
|
126
|
+
var _this = _super.call(this, __assign({ name: "DuplicateTagKeysException", $fault: "client" }, opts)) || this;
|
|
127
|
+
_this.name = "DuplicateTagKeysException";
|
|
128
|
+
_this.$fault = "client";
|
|
129
|
+
Object.setPrototypeOf(_this, DuplicateTagKeysException.prototype);
|
|
130
|
+
_this.Message = opts.Message;
|
|
131
|
+
return _this;
|
|
132
|
+
}
|
|
133
|
+
return DuplicateTagKeysException;
|
|
134
|
+
}(__BaseException));
|
|
135
|
+
export { DuplicateTagKeysException };
|
|
136
|
+
var LoadBalancerNotFoundException = (function (_super) {
|
|
137
|
+
__extends(LoadBalancerNotFoundException, _super);
|
|
138
|
+
function LoadBalancerNotFoundException(opts) {
|
|
139
|
+
var _this = _super.call(this, __assign({ name: "LoadBalancerNotFoundException", $fault: "client" }, opts)) || this;
|
|
140
|
+
_this.name = "LoadBalancerNotFoundException";
|
|
141
|
+
_this.$fault = "client";
|
|
142
|
+
Object.setPrototypeOf(_this, LoadBalancerNotFoundException.prototype);
|
|
143
|
+
_this.Message = opts.Message;
|
|
144
|
+
return _this;
|
|
145
|
+
}
|
|
146
|
+
return LoadBalancerNotFoundException;
|
|
147
|
+
}(__BaseException));
|
|
148
|
+
export { LoadBalancerNotFoundException };
|
|
149
|
+
var RuleNotFoundException = (function (_super) {
|
|
150
|
+
__extends(RuleNotFoundException, _super);
|
|
151
|
+
function RuleNotFoundException(opts) {
|
|
152
|
+
var _this = _super.call(this, __assign({ name: "RuleNotFoundException", $fault: "client" }, opts)) || this;
|
|
153
|
+
_this.name = "RuleNotFoundException";
|
|
154
|
+
_this.$fault = "client";
|
|
155
|
+
Object.setPrototypeOf(_this, RuleNotFoundException.prototype);
|
|
156
|
+
_this.Message = opts.Message;
|
|
157
|
+
return _this;
|
|
158
|
+
}
|
|
159
|
+
return RuleNotFoundException;
|
|
160
|
+
}(__BaseException));
|
|
161
|
+
export { RuleNotFoundException };
|
|
162
|
+
var TargetGroupNotFoundException = (function (_super) {
|
|
163
|
+
__extends(TargetGroupNotFoundException, _super);
|
|
164
|
+
function TargetGroupNotFoundException(opts) {
|
|
165
|
+
var _this = _super.call(this, __assign({ name: "TargetGroupNotFoundException", $fault: "client" }, opts)) || this;
|
|
166
|
+
_this.name = "TargetGroupNotFoundException";
|
|
167
|
+
_this.$fault = "client";
|
|
168
|
+
Object.setPrototypeOf(_this, TargetGroupNotFoundException.prototype);
|
|
169
|
+
_this.Message = opts.Message;
|
|
170
|
+
return _this;
|
|
171
|
+
}
|
|
172
|
+
return TargetGroupNotFoundException;
|
|
173
|
+
}(__BaseException));
|
|
174
|
+
export { TargetGroupNotFoundException };
|
|
175
|
+
var TooManyTagsException = (function (_super) {
|
|
176
|
+
__extends(TooManyTagsException, _super);
|
|
177
|
+
function TooManyTagsException(opts) {
|
|
178
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
|
|
179
|
+
_this.name = "TooManyTagsException";
|
|
180
|
+
_this.$fault = "client";
|
|
181
|
+
Object.setPrototypeOf(_this, TooManyTagsException.prototype);
|
|
182
|
+
_this.Message = opts.Message;
|
|
183
|
+
return _this;
|
|
184
|
+
}
|
|
185
|
+
return TooManyTagsException;
|
|
186
|
+
}(__BaseException));
|
|
187
|
+
export { TooManyTagsException };
|
|
188
|
+
var AllocationIdNotFoundException = (function (_super) {
|
|
189
|
+
__extends(AllocationIdNotFoundException, _super);
|
|
190
|
+
function AllocationIdNotFoundException(opts) {
|
|
191
|
+
var _this = _super.call(this, __assign({ name: "AllocationIdNotFoundException", $fault: "client" }, opts)) || this;
|
|
192
|
+
_this.name = "AllocationIdNotFoundException";
|
|
193
|
+
_this.$fault = "client";
|
|
194
|
+
Object.setPrototypeOf(_this, AllocationIdNotFoundException.prototype);
|
|
195
|
+
_this.Message = opts.Message;
|
|
196
|
+
return _this;
|
|
197
|
+
}
|
|
198
|
+
return AllocationIdNotFoundException;
|
|
199
|
+
}(__BaseException));
|
|
200
|
+
export { AllocationIdNotFoundException };
|
|
201
|
+
var ALPNPolicyNotSupportedException = (function (_super) {
|
|
202
|
+
__extends(ALPNPolicyNotSupportedException, _super);
|
|
203
|
+
function ALPNPolicyNotSupportedException(opts) {
|
|
204
|
+
var _this = _super.call(this, __assign({ name: "ALPNPolicyNotSupportedException", $fault: "client" }, opts)) || this;
|
|
205
|
+
_this.name = "ALPNPolicyNotSupportedException";
|
|
206
|
+
_this.$fault = "client";
|
|
207
|
+
Object.setPrototypeOf(_this, ALPNPolicyNotSupportedException.prototype);
|
|
208
|
+
_this.Message = opts.Message;
|
|
209
|
+
return _this;
|
|
210
|
+
}
|
|
211
|
+
return ALPNPolicyNotSupportedException;
|
|
212
|
+
}(__BaseException));
|
|
213
|
+
export { ALPNPolicyNotSupportedException };
|
|
83
214
|
export var LoadBalancerAddress;
|
|
84
215
|
(function (LoadBalancerAddress) {
|
|
85
216
|
LoadBalancerAddress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -88,6 +219,19 @@ export var AvailabilityZone;
|
|
|
88
219
|
(function (AvailabilityZone) {
|
|
89
220
|
AvailabilityZone.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
221
|
})(AvailabilityZone || (AvailabilityZone = {}));
|
|
222
|
+
var AvailabilityZoneNotSupportedException = (function (_super) {
|
|
223
|
+
__extends(AvailabilityZoneNotSupportedException, _super);
|
|
224
|
+
function AvailabilityZoneNotSupportedException(opts) {
|
|
225
|
+
var _this = _super.call(this, __assign({ name: "AvailabilityZoneNotSupportedException", $fault: "client" }, opts)) || this;
|
|
226
|
+
_this.name = "AvailabilityZoneNotSupportedException";
|
|
227
|
+
_this.$fault = "client";
|
|
228
|
+
Object.setPrototypeOf(_this, AvailabilityZoneNotSupportedException.prototype);
|
|
229
|
+
_this.Message = opts.Message;
|
|
230
|
+
return _this;
|
|
231
|
+
}
|
|
232
|
+
return AvailabilityZoneNotSupportedException;
|
|
233
|
+
}(__BaseException));
|
|
234
|
+
export { AvailabilityZoneNotSupportedException };
|
|
91
235
|
export var Cipher;
|
|
92
236
|
(function (Cipher) {
|
|
93
237
|
Cipher.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -104,6 +248,162 @@ export var CreateListenerOutput;
|
|
|
104
248
|
(function (CreateListenerOutput) {
|
|
105
249
|
CreateListenerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
250
|
})(CreateListenerOutput || (CreateListenerOutput = {}));
|
|
251
|
+
var DuplicateListenerException = (function (_super) {
|
|
252
|
+
__extends(DuplicateListenerException, _super);
|
|
253
|
+
function DuplicateListenerException(opts) {
|
|
254
|
+
var _this = _super.call(this, __assign({ name: "DuplicateListenerException", $fault: "client" }, opts)) || this;
|
|
255
|
+
_this.name = "DuplicateListenerException";
|
|
256
|
+
_this.$fault = "client";
|
|
257
|
+
Object.setPrototypeOf(_this, DuplicateListenerException.prototype);
|
|
258
|
+
_this.Message = opts.Message;
|
|
259
|
+
return _this;
|
|
260
|
+
}
|
|
261
|
+
return DuplicateListenerException;
|
|
262
|
+
}(__BaseException));
|
|
263
|
+
export { DuplicateListenerException };
|
|
264
|
+
var IncompatibleProtocolsException = (function (_super) {
|
|
265
|
+
__extends(IncompatibleProtocolsException, _super);
|
|
266
|
+
function IncompatibleProtocolsException(opts) {
|
|
267
|
+
var _this = _super.call(this, __assign({ name: "IncompatibleProtocolsException", $fault: "client" }, opts)) || this;
|
|
268
|
+
_this.name = "IncompatibleProtocolsException";
|
|
269
|
+
_this.$fault = "client";
|
|
270
|
+
Object.setPrototypeOf(_this, IncompatibleProtocolsException.prototype);
|
|
271
|
+
_this.Message = opts.Message;
|
|
272
|
+
return _this;
|
|
273
|
+
}
|
|
274
|
+
return IncompatibleProtocolsException;
|
|
275
|
+
}(__BaseException));
|
|
276
|
+
export { IncompatibleProtocolsException };
|
|
277
|
+
var InvalidConfigurationRequestException = (function (_super) {
|
|
278
|
+
__extends(InvalidConfigurationRequestException, _super);
|
|
279
|
+
function InvalidConfigurationRequestException(opts) {
|
|
280
|
+
var _this = _super.call(this, __assign({ name: "InvalidConfigurationRequestException", $fault: "client" }, opts)) || this;
|
|
281
|
+
_this.name = "InvalidConfigurationRequestException";
|
|
282
|
+
_this.$fault = "client";
|
|
283
|
+
Object.setPrototypeOf(_this, InvalidConfigurationRequestException.prototype);
|
|
284
|
+
_this.Message = opts.Message;
|
|
285
|
+
return _this;
|
|
286
|
+
}
|
|
287
|
+
return InvalidConfigurationRequestException;
|
|
288
|
+
}(__BaseException));
|
|
289
|
+
export { InvalidConfigurationRequestException };
|
|
290
|
+
var InvalidLoadBalancerActionException = (function (_super) {
|
|
291
|
+
__extends(InvalidLoadBalancerActionException, _super);
|
|
292
|
+
function InvalidLoadBalancerActionException(opts) {
|
|
293
|
+
var _this = _super.call(this, __assign({ name: "InvalidLoadBalancerActionException", $fault: "client" }, opts)) || this;
|
|
294
|
+
_this.name = "InvalidLoadBalancerActionException";
|
|
295
|
+
_this.$fault = "client";
|
|
296
|
+
Object.setPrototypeOf(_this, InvalidLoadBalancerActionException.prototype);
|
|
297
|
+
_this.Message = opts.Message;
|
|
298
|
+
return _this;
|
|
299
|
+
}
|
|
300
|
+
return InvalidLoadBalancerActionException;
|
|
301
|
+
}(__BaseException));
|
|
302
|
+
export { InvalidLoadBalancerActionException };
|
|
303
|
+
var SSLPolicyNotFoundException = (function (_super) {
|
|
304
|
+
__extends(SSLPolicyNotFoundException, _super);
|
|
305
|
+
function SSLPolicyNotFoundException(opts) {
|
|
306
|
+
var _this = _super.call(this, __assign({ name: "SSLPolicyNotFoundException", $fault: "client" }, opts)) || this;
|
|
307
|
+
_this.name = "SSLPolicyNotFoundException";
|
|
308
|
+
_this.$fault = "client";
|
|
309
|
+
Object.setPrototypeOf(_this, SSLPolicyNotFoundException.prototype);
|
|
310
|
+
_this.Message = opts.Message;
|
|
311
|
+
return _this;
|
|
312
|
+
}
|
|
313
|
+
return SSLPolicyNotFoundException;
|
|
314
|
+
}(__BaseException));
|
|
315
|
+
export { SSLPolicyNotFoundException };
|
|
316
|
+
var TargetGroupAssociationLimitException = (function (_super) {
|
|
317
|
+
__extends(TargetGroupAssociationLimitException, _super);
|
|
318
|
+
function TargetGroupAssociationLimitException(opts) {
|
|
319
|
+
var _this = _super.call(this, __assign({ name: "TargetGroupAssociationLimitException", $fault: "client" }, opts)) || this;
|
|
320
|
+
_this.name = "TargetGroupAssociationLimitException";
|
|
321
|
+
_this.$fault = "client";
|
|
322
|
+
Object.setPrototypeOf(_this, TargetGroupAssociationLimitException.prototype);
|
|
323
|
+
_this.Message = opts.Message;
|
|
324
|
+
return _this;
|
|
325
|
+
}
|
|
326
|
+
return TargetGroupAssociationLimitException;
|
|
327
|
+
}(__BaseException));
|
|
328
|
+
export { TargetGroupAssociationLimitException };
|
|
329
|
+
var TooManyActionsException = (function (_super) {
|
|
330
|
+
__extends(TooManyActionsException, _super);
|
|
331
|
+
function TooManyActionsException(opts) {
|
|
332
|
+
var _this = _super.call(this, __assign({ name: "TooManyActionsException", $fault: "client" }, opts)) || this;
|
|
333
|
+
_this.name = "TooManyActionsException";
|
|
334
|
+
_this.$fault = "client";
|
|
335
|
+
Object.setPrototypeOf(_this, TooManyActionsException.prototype);
|
|
336
|
+
_this.Message = opts.Message;
|
|
337
|
+
return _this;
|
|
338
|
+
}
|
|
339
|
+
return TooManyActionsException;
|
|
340
|
+
}(__BaseException));
|
|
341
|
+
export { TooManyActionsException };
|
|
342
|
+
var TooManyListenersException = (function (_super) {
|
|
343
|
+
__extends(TooManyListenersException, _super);
|
|
344
|
+
function TooManyListenersException(opts) {
|
|
345
|
+
var _this = _super.call(this, __assign({ name: "TooManyListenersException", $fault: "client" }, opts)) || this;
|
|
346
|
+
_this.name = "TooManyListenersException";
|
|
347
|
+
_this.$fault = "client";
|
|
348
|
+
Object.setPrototypeOf(_this, TooManyListenersException.prototype);
|
|
349
|
+
_this.Message = opts.Message;
|
|
350
|
+
return _this;
|
|
351
|
+
}
|
|
352
|
+
return TooManyListenersException;
|
|
353
|
+
}(__BaseException));
|
|
354
|
+
export { TooManyListenersException };
|
|
355
|
+
var TooManyRegistrationsForTargetIdException = (function (_super) {
|
|
356
|
+
__extends(TooManyRegistrationsForTargetIdException, _super);
|
|
357
|
+
function TooManyRegistrationsForTargetIdException(opts) {
|
|
358
|
+
var _this = _super.call(this, __assign({ name: "TooManyRegistrationsForTargetIdException", $fault: "client" }, opts)) || this;
|
|
359
|
+
_this.name = "TooManyRegistrationsForTargetIdException";
|
|
360
|
+
_this.$fault = "client";
|
|
361
|
+
Object.setPrototypeOf(_this, TooManyRegistrationsForTargetIdException.prototype);
|
|
362
|
+
_this.Message = opts.Message;
|
|
363
|
+
return _this;
|
|
364
|
+
}
|
|
365
|
+
return TooManyRegistrationsForTargetIdException;
|
|
366
|
+
}(__BaseException));
|
|
367
|
+
export { TooManyRegistrationsForTargetIdException };
|
|
368
|
+
var TooManyTargetsException = (function (_super) {
|
|
369
|
+
__extends(TooManyTargetsException, _super);
|
|
370
|
+
function TooManyTargetsException(opts) {
|
|
371
|
+
var _this = _super.call(this, __assign({ name: "TooManyTargetsException", $fault: "client" }, opts)) || this;
|
|
372
|
+
_this.name = "TooManyTargetsException";
|
|
373
|
+
_this.$fault = "client";
|
|
374
|
+
Object.setPrototypeOf(_this, TooManyTargetsException.prototype);
|
|
375
|
+
_this.Message = opts.Message;
|
|
376
|
+
return _this;
|
|
377
|
+
}
|
|
378
|
+
return TooManyTargetsException;
|
|
379
|
+
}(__BaseException));
|
|
380
|
+
export { TooManyTargetsException };
|
|
381
|
+
var TooManyUniqueTargetGroupsPerLoadBalancerException = (function (_super) {
|
|
382
|
+
__extends(TooManyUniqueTargetGroupsPerLoadBalancerException, _super);
|
|
383
|
+
function TooManyUniqueTargetGroupsPerLoadBalancerException(opts) {
|
|
384
|
+
var _this = _super.call(this, __assign({ name: "TooManyUniqueTargetGroupsPerLoadBalancerException", $fault: "client" }, opts)) || this;
|
|
385
|
+
_this.name = "TooManyUniqueTargetGroupsPerLoadBalancerException";
|
|
386
|
+
_this.$fault = "client";
|
|
387
|
+
Object.setPrototypeOf(_this, TooManyUniqueTargetGroupsPerLoadBalancerException.prototype);
|
|
388
|
+
_this.Message = opts.Message;
|
|
389
|
+
return _this;
|
|
390
|
+
}
|
|
391
|
+
return TooManyUniqueTargetGroupsPerLoadBalancerException;
|
|
392
|
+
}(__BaseException));
|
|
393
|
+
export { TooManyUniqueTargetGroupsPerLoadBalancerException };
|
|
394
|
+
var UnsupportedProtocolException = (function (_super) {
|
|
395
|
+
__extends(UnsupportedProtocolException, _super);
|
|
396
|
+
function UnsupportedProtocolException(opts) {
|
|
397
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedProtocolException", $fault: "client" }, opts)) || this;
|
|
398
|
+
_this.name = "UnsupportedProtocolException";
|
|
399
|
+
_this.$fault = "client";
|
|
400
|
+
Object.setPrototypeOf(_this, UnsupportedProtocolException.prototype);
|
|
401
|
+
_this.Message = opts.Message;
|
|
402
|
+
return _this;
|
|
403
|
+
}
|
|
404
|
+
return UnsupportedProtocolException;
|
|
405
|
+
}(__BaseException));
|
|
406
|
+
export { UnsupportedProtocolException };
|
|
107
407
|
export var IpAddressType;
|
|
108
408
|
(function (IpAddressType) {
|
|
109
409
|
IpAddressType["DUALSTACK"] = "dualstack";
|
|
@@ -147,6 +447,110 @@ export var CreateLoadBalancerOutput;
|
|
|
147
447
|
(function (CreateLoadBalancerOutput) {
|
|
148
448
|
CreateLoadBalancerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
449
|
})(CreateLoadBalancerOutput || (CreateLoadBalancerOutput = {}));
|
|
450
|
+
var DuplicateLoadBalancerNameException = (function (_super) {
|
|
451
|
+
__extends(DuplicateLoadBalancerNameException, _super);
|
|
452
|
+
function DuplicateLoadBalancerNameException(opts) {
|
|
453
|
+
var _this = _super.call(this, __assign({ name: "DuplicateLoadBalancerNameException", $fault: "client" }, opts)) || this;
|
|
454
|
+
_this.name = "DuplicateLoadBalancerNameException";
|
|
455
|
+
_this.$fault = "client";
|
|
456
|
+
Object.setPrototypeOf(_this, DuplicateLoadBalancerNameException.prototype);
|
|
457
|
+
_this.Message = opts.Message;
|
|
458
|
+
return _this;
|
|
459
|
+
}
|
|
460
|
+
return DuplicateLoadBalancerNameException;
|
|
461
|
+
}(__BaseException));
|
|
462
|
+
export { DuplicateLoadBalancerNameException };
|
|
463
|
+
var InvalidSchemeException = (function (_super) {
|
|
464
|
+
__extends(InvalidSchemeException, _super);
|
|
465
|
+
function InvalidSchemeException(opts) {
|
|
466
|
+
var _this = _super.call(this, __assign({ name: "InvalidSchemeException", $fault: "client" }, opts)) || this;
|
|
467
|
+
_this.name = "InvalidSchemeException";
|
|
468
|
+
_this.$fault = "client";
|
|
469
|
+
Object.setPrototypeOf(_this, InvalidSchemeException.prototype);
|
|
470
|
+
_this.Message = opts.Message;
|
|
471
|
+
return _this;
|
|
472
|
+
}
|
|
473
|
+
return InvalidSchemeException;
|
|
474
|
+
}(__BaseException));
|
|
475
|
+
export { InvalidSchemeException };
|
|
476
|
+
var InvalidSecurityGroupException = (function (_super) {
|
|
477
|
+
__extends(InvalidSecurityGroupException, _super);
|
|
478
|
+
function InvalidSecurityGroupException(opts) {
|
|
479
|
+
var _this = _super.call(this, __assign({ name: "InvalidSecurityGroupException", $fault: "client" }, opts)) || this;
|
|
480
|
+
_this.name = "InvalidSecurityGroupException";
|
|
481
|
+
_this.$fault = "client";
|
|
482
|
+
Object.setPrototypeOf(_this, InvalidSecurityGroupException.prototype);
|
|
483
|
+
_this.Message = opts.Message;
|
|
484
|
+
return _this;
|
|
485
|
+
}
|
|
486
|
+
return InvalidSecurityGroupException;
|
|
487
|
+
}(__BaseException));
|
|
488
|
+
export { InvalidSecurityGroupException };
|
|
489
|
+
var InvalidSubnetException = (function (_super) {
|
|
490
|
+
__extends(InvalidSubnetException, _super);
|
|
491
|
+
function InvalidSubnetException(opts) {
|
|
492
|
+
var _this = _super.call(this, __assign({ name: "InvalidSubnetException", $fault: "client" }, opts)) || this;
|
|
493
|
+
_this.name = "InvalidSubnetException";
|
|
494
|
+
_this.$fault = "client";
|
|
495
|
+
Object.setPrototypeOf(_this, InvalidSubnetException.prototype);
|
|
496
|
+
_this.Message = opts.Message;
|
|
497
|
+
return _this;
|
|
498
|
+
}
|
|
499
|
+
return InvalidSubnetException;
|
|
500
|
+
}(__BaseException));
|
|
501
|
+
export { InvalidSubnetException };
|
|
502
|
+
var OperationNotPermittedException = (function (_super) {
|
|
503
|
+
__extends(OperationNotPermittedException, _super);
|
|
504
|
+
function OperationNotPermittedException(opts) {
|
|
505
|
+
var _this = _super.call(this, __assign({ name: "OperationNotPermittedException", $fault: "client" }, opts)) || this;
|
|
506
|
+
_this.name = "OperationNotPermittedException";
|
|
507
|
+
_this.$fault = "client";
|
|
508
|
+
Object.setPrototypeOf(_this, OperationNotPermittedException.prototype);
|
|
509
|
+
_this.Message = opts.Message;
|
|
510
|
+
return _this;
|
|
511
|
+
}
|
|
512
|
+
return OperationNotPermittedException;
|
|
513
|
+
}(__BaseException));
|
|
514
|
+
export { OperationNotPermittedException };
|
|
515
|
+
var ResourceInUseException = (function (_super) {
|
|
516
|
+
__extends(ResourceInUseException, _super);
|
|
517
|
+
function ResourceInUseException(opts) {
|
|
518
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
519
|
+
_this.name = "ResourceInUseException";
|
|
520
|
+
_this.$fault = "client";
|
|
521
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
522
|
+
_this.Message = opts.Message;
|
|
523
|
+
return _this;
|
|
524
|
+
}
|
|
525
|
+
return ResourceInUseException;
|
|
526
|
+
}(__BaseException));
|
|
527
|
+
export { ResourceInUseException };
|
|
528
|
+
var SubnetNotFoundException = (function (_super) {
|
|
529
|
+
__extends(SubnetNotFoundException, _super);
|
|
530
|
+
function SubnetNotFoundException(opts) {
|
|
531
|
+
var _this = _super.call(this, __assign({ name: "SubnetNotFoundException", $fault: "client" }, opts)) || this;
|
|
532
|
+
_this.name = "SubnetNotFoundException";
|
|
533
|
+
_this.$fault = "client";
|
|
534
|
+
Object.setPrototypeOf(_this, SubnetNotFoundException.prototype);
|
|
535
|
+
_this.Message = opts.Message;
|
|
536
|
+
return _this;
|
|
537
|
+
}
|
|
538
|
+
return SubnetNotFoundException;
|
|
539
|
+
}(__BaseException));
|
|
540
|
+
export { SubnetNotFoundException };
|
|
541
|
+
var TooManyLoadBalancersException = (function (_super) {
|
|
542
|
+
__extends(TooManyLoadBalancersException, _super);
|
|
543
|
+
function TooManyLoadBalancersException(opts) {
|
|
544
|
+
var _this = _super.call(this, __assign({ name: "TooManyLoadBalancersException", $fault: "client" }, opts)) || this;
|
|
545
|
+
_this.name = "TooManyLoadBalancersException";
|
|
546
|
+
_this.$fault = "client";
|
|
547
|
+
Object.setPrototypeOf(_this, TooManyLoadBalancersException.prototype);
|
|
548
|
+
_this.Message = opts.Message;
|
|
549
|
+
return _this;
|
|
550
|
+
}
|
|
551
|
+
return TooManyLoadBalancersException;
|
|
552
|
+
}(__BaseException));
|
|
553
|
+
export { TooManyLoadBalancersException };
|
|
150
554
|
export var HostHeaderConditionConfig;
|
|
151
555
|
(function (HostHeaderConditionConfig) {
|
|
152
556
|
HostHeaderConditionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -191,6 +595,45 @@ export var CreateRuleOutput;
|
|
|
191
595
|
(function (CreateRuleOutput) {
|
|
192
596
|
CreateRuleOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
597
|
})(CreateRuleOutput || (CreateRuleOutput = {}));
|
|
598
|
+
var PriorityInUseException = (function (_super) {
|
|
599
|
+
__extends(PriorityInUseException, _super);
|
|
600
|
+
function PriorityInUseException(opts) {
|
|
601
|
+
var _this = _super.call(this, __assign({ name: "PriorityInUseException", $fault: "client" }, opts)) || this;
|
|
602
|
+
_this.name = "PriorityInUseException";
|
|
603
|
+
_this.$fault = "client";
|
|
604
|
+
Object.setPrototypeOf(_this, PriorityInUseException.prototype);
|
|
605
|
+
_this.Message = opts.Message;
|
|
606
|
+
return _this;
|
|
607
|
+
}
|
|
608
|
+
return PriorityInUseException;
|
|
609
|
+
}(__BaseException));
|
|
610
|
+
export { PriorityInUseException };
|
|
611
|
+
var TooManyRulesException = (function (_super) {
|
|
612
|
+
__extends(TooManyRulesException, _super);
|
|
613
|
+
function TooManyRulesException(opts) {
|
|
614
|
+
var _this = _super.call(this, __assign({ name: "TooManyRulesException", $fault: "client" }, opts)) || this;
|
|
615
|
+
_this.name = "TooManyRulesException";
|
|
616
|
+
_this.$fault = "client";
|
|
617
|
+
Object.setPrototypeOf(_this, TooManyRulesException.prototype);
|
|
618
|
+
_this.Message = opts.Message;
|
|
619
|
+
return _this;
|
|
620
|
+
}
|
|
621
|
+
return TooManyRulesException;
|
|
622
|
+
}(__BaseException));
|
|
623
|
+
export { TooManyRulesException };
|
|
624
|
+
var TooManyTargetGroupsException = (function (_super) {
|
|
625
|
+
__extends(TooManyTargetGroupsException, _super);
|
|
626
|
+
function TooManyTargetGroupsException(opts) {
|
|
627
|
+
var _this = _super.call(this, __assign({ name: "TooManyTargetGroupsException", $fault: "client" }, opts)) || this;
|
|
628
|
+
_this.name = "TooManyTargetGroupsException";
|
|
629
|
+
_this.$fault = "client";
|
|
630
|
+
Object.setPrototypeOf(_this, TooManyTargetGroupsException.prototype);
|
|
631
|
+
_this.Message = opts.Message;
|
|
632
|
+
return _this;
|
|
633
|
+
}
|
|
634
|
+
return TooManyTargetGroupsException;
|
|
635
|
+
}(__BaseException));
|
|
636
|
+
export { TooManyTargetGroupsException };
|
|
194
637
|
export var TargetGroupIpAddressTypeEnum;
|
|
195
638
|
(function (TargetGroupIpAddressTypeEnum) {
|
|
196
639
|
TargetGroupIpAddressTypeEnum["IPV4"] = "ipv4";
|
|
@@ -219,6 +662,19 @@ export var CreateTargetGroupOutput;
|
|
|
219
662
|
(function (CreateTargetGroupOutput) {
|
|
220
663
|
CreateTargetGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
664
|
})(CreateTargetGroupOutput || (CreateTargetGroupOutput = {}));
|
|
665
|
+
var DuplicateTargetGroupNameException = (function (_super) {
|
|
666
|
+
__extends(DuplicateTargetGroupNameException, _super);
|
|
667
|
+
function DuplicateTargetGroupNameException(opts) {
|
|
668
|
+
var _this = _super.call(this, __assign({ name: "DuplicateTargetGroupNameException", $fault: "client" }, opts)) || this;
|
|
669
|
+
_this.name = "DuplicateTargetGroupNameException";
|
|
670
|
+
_this.$fault = "client";
|
|
671
|
+
Object.setPrototypeOf(_this, DuplicateTargetGroupNameException.prototype);
|
|
672
|
+
_this.Message = opts.Message;
|
|
673
|
+
return _this;
|
|
674
|
+
}
|
|
675
|
+
return DuplicateTargetGroupNameException;
|
|
676
|
+
}(__BaseException));
|
|
677
|
+
export { DuplicateTargetGroupNameException };
|
|
222
678
|
export var DeleteListenerInput;
|
|
223
679
|
(function (DeleteListenerInput) {
|
|
224
680
|
DeleteListenerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -263,6 +719,19 @@ export var DeregisterTargetsOutput;
|
|
|
263
719
|
(function (DeregisterTargetsOutput) {
|
|
264
720
|
DeregisterTargetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
721
|
})(DeregisterTargetsOutput || (DeregisterTargetsOutput = {}));
|
|
722
|
+
var InvalidTargetException = (function (_super) {
|
|
723
|
+
__extends(InvalidTargetException, _super);
|
|
724
|
+
function InvalidTargetException(opts) {
|
|
725
|
+
var _this = _super.call(this, __assign({ name: "InvalidTargetException", $fault: "client" }, opts)) || this;
|
|
726
|
+
_this.name = "InvalidTargetException";
|
|
727
|
+
_this.$fault = "client";
|
|
728
|
+
Object.setPrototypeOf(_this, InvalidTargetException.prototype);
|
|
729
|
+
_this.Message = opts.Message;
|
|
730
|
+
return _this;
|
|
731
|
+
}
|
|
732
|
+
return InvalidTargetException;
|
|
733
|
+
}(__BaseException));
|
|
734
|
+
export { InvalidTargetException };
|
|
266
735
|
export var DescribeAccountLimitsInput;
|
|
267
736
|
(function (DescribeAccountLimitsInput) {
|
|
268
737
|
DescribeAccountLimitsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -403,6 +872,19 @@ export var DescribeTargetHealthOutput;
|
|
|
403
872
|
(function (DescribeTargetHealthOutput) {
|
|
404
873
|
DescribeTargetHealthOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
874
|
})(DescribeTargetHealthOutput || (DescribeTargetHealthOutput = {}));
|
|
875
|
+
var HealthUnavailableException = (function (_super) {
|
|
876
|
+
__extends(HealthUnavailableException, _super);
|
|
877
|
+
function HealthUnavailableException(opts) {
|
|
878
|
+
var _this = _super.call(this, __assign({ name: "HealthUnavailableException", $fault: "server" }, opts)) || this;
|
|
879
|
+
_this.name = "HealthUnavailableException";
|
|
880
|
+
_this.$fault = "server";
|
|
881
|
+
Object.setPrototypeOf(_this, HealthUnavailableException.prototype);
|
|
882
|
+
_this.Message = opts.Message;
|
|
883
|
+
return _this;
|
|
884
|
+
}
|
|
885
|
+
return HealthUnavailableException;
|
|
886
|
+
}(__BaseException));
|
|
887
|
+
export { HealthUnavailableException };
|
|
406
888
|
export var ModifyListenerInput;
|
|
407
889
|
(function (ModifyListenerInput) {
|
|
408
890
|
ModifyListenerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|