@aws-sdk/client-elastic-load-balancing 3.987.0 → 3.989.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/dist-cjs/index.js CHANGED
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
18
19
  var utilWaiter = require('@smithy/util-waiter');
20
+ var errors = require('./models/errors');
21
+ var ElasticLoadBalancingServiceException = require('./models/ElasticLoadBalancingServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,1231 +114,6 @@ class ElasticLoadBalancingClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class ElasticLoadBalancingServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, ElasticLoadBalancingServiceException.prototype);
118
- }
119
- }
120
-
121
- class AccessPointNotFoundException extends ElasticLoadBalancingServiceException {
122
- name = "AccessPointNotFoundException";
123
- $fault = "client";
124
- Message;
125
- constructor(opts) {
126
- super({
127
- name: "AccessPointNotFoundException",
128
- $fault: "client",
129
- ...opts,
130
- });
131
- Object.setPrototypeOf(this, AccessPointNotFoundException.prototype);
132
- this.Message = opts.Message;
133
- }
134
- }
135
- class DuplicateTagKeysException extends ElasticLoadBalancingServiceException {
136
- name = "DuplicateTagKeysException";
137
- $fault = "client";
138
- Message;
139
- constructor(opts) {
140
- super({
141
- name: "DuplicateTagKeysException",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- Object.setPrototypeOf(this, DuplicateTagKeysException.prototype);
146
- this.Message = opts.Message;
147
- }
148
- }
149
- class TooManyTagsException extends ElasticLoadBalancingServiceException {
150
- name = "TooManyTagsException";
151
- $fault = "client";
152
- Message;
153
- constructor(opts) {
154
- super({
155
- name: "TooManyTagsException",
156
- $fault: "client",
157
- ...opts,
158
- });
159
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
160
- this.Message = opts.Message;
161
- }
162
- }
163
- class InvalidConfigurationRequestException extends ElasticLoadBalancingServiceException {
164
- name = "InvalidConfigurationRequestException";
165
- $fault = "client";
166
- Message;
167
- constructor(opts) {
168
- super({
169
- name: "InvalidConfigurationRequestException",
170
- $fault: "client",
171
- ...opts,
172
- });
173
- Object.setPrototypeOf(this, InvalidConfigurationRequestException.prototype);
174
- this.Message = opts.Message;
175
- }
176
- }
177
- class InvalidSecurityGroupException extends ElasticLoadBalancingServiceException {
178
- name = "InvalidSecurityGroupException";
179
- $fault = "client";
180
- Message;
181
- constructor(opts) {
182
- super({
183
- name: "InvalidSecurityGroupException",
184
- $fault: "client",
185
- ...opts,
186
- });
187
- Object.setPrototypeOf(this, InvalidSecurityGroupException.prototype);
188
- this.Message = opts.Message;
189
- }
190
- }
191
- class InvalidSubnetException extends ElasticLoadBalancingServiceException {
192
- name = "InvalidSubnetException";
193
- $fault = "client";
194
- Message;
195
- constructor(opts) {
196
- super({
197
- name: "InvalidSubnetException",
198
- $fault: "client",
199
- ...opts,
200
- });
201
- Object.setPrototypeOf(this, InvalidSubnetException.prototype);
202
- this.Message = opts.Message;
203
- }
204
- }
205
- class SubnetNotFoundException extends ElasticLoadBalancingServiceException {
206
- name = "SubnetNotFoundException";
207
- $fault = "client";
208
- Message;
209
- constructor(opts) {
210
- super({
211
- name: "SubnetNotFoundException",
212
- $fault: "client",
213
- ...opts,
214
- });
215
- Object.setPrototypeOf(this, SubnetNotFoundException.prototype);
216
- this.Message = opts.Message;
217
- }
218
- }
219
- class CertificateNotFoundException extends ElasticLoadBalancingServiceException {
220
- name = "CertificateNotFoundException";
221
- $fault = "client";
222
- Message;
223
- constructor(opts) {
224
- super({
225
- name: "CertificateNotFoundException",
226
- $fault: "client",
227
- ...opts,
228
- });
229
- Object.setPrototypeOf(this, CertificateNotFoundException.prototype);
230
- this.Message = opts.Message;
231
- }
232
- }
233
- class DuplicatePolicyNameException extends ElasticLoadBalancingServiceException {
234
- name = "DuplicatePolicyNameException";
235
- $fault = "client";
236
- Message;
237
- constructor(opts) {
238
- super({
239
- name: "DuplicatePolicyNameException",
240
- $fault: "client",
241
- ...opts,
242
- });
243
- Object.setPrototypeOf(this, DuplicatePolicyNameException.prototype);
244
- this.Message = opts.Message;
245
- }
246
- }
247
- class TooManyPoliciesException extends ElasticLoadBalancingServiceException {
248
- name = "TooManyPoliciesException";
249
- $fault = "client";
250
- Message;
251
- constructor(opts) {
252
- super({
253
- name: "TooManyPoliciesException",
254
- $fault: "client",
255
- ...opts,
256
- });
257
- Object.setPrototypeOf(this, TooManyPoliciesException.prototype);
258
- this.Message = opts.Message;
259
- }
260
- }
261
- class DuplicateAccessPointNameException extends ElasticLoadBalancingServiceException {
262
- name = "DuplicateAccessPointNameException";
263
- $fault = "client";
264
- Message;
265
- constructor(opts) {
266
- super({
267
- name: "DuplicateAccessPointNameException",
268
- $fault: "client",
269
- ...opts,
270
- });
271
- Object.setPrototypeOf(this, DuplicateAccessPointNameException.prototype);
272
- this.Message = opts.Message;
273
- }
274
- }
275
- class InvalidSchemeException extends ElasticLoadBalancingServiceException {
276
- name = "InvalidSchemeException";
277
- $fault = "client";
278
- Message;
279
- constructor(opts) {
280
- super({
281
- name: "InvalidSchemeException",
282
- $fault: "client",
283
- ...opts,
284
- });
285
- Object.setPrototypeOf(this, InvalidSchemeException.prototype);
286
- this.Message = opts.Message;
287
- }
288
- }
289
- class OperationNotPermittedException extends ElasticLoadBalancingServiceException {
290
- name = "OperationNotPermittedException";
291
- $fault = "client";
292
- Message;
293
- constructor(opts) {
294
- super({
295
- name: "OperationNotPermittedException",
296
- $fault: "client",
297
- ...opts,
298
- });
299
- Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
300
- this.Message = opts.Message;
301
- }
302
- }
303
- class TooManyAccessPointsException extends ElasticLoadBalancingServiceException {
304
- name = "TooManyAccessPointsException";
305
- $fault = "client";
306
- Message;
307
- constructor(opts) {
308
- super({
309
- name: "TooManyAccessPointsException",
310
- $fault: "client",
311
- ...opts,
312
- });
313
- Object.setPrototypeOf(this, TooManyAccessPointsException.prototype);
314
- this.Message = opts.Message;
315
- }
316
- }
317
- class UnsupportedProtocolException extends ElasticLoadBalancingServiceException {
318
- name = "UnsupportedProtocolException";
319
- $fault = "client";
320
- Message;
321
- constructor(opts) {
322
- super({
323
- name: "UnsupportedProtocolException",
324
- $fault: "client",
325
- ...opts,
326
- });
327
- Object.setPrototypeOf(this, UnsupportedProtocolException.prototype);
328
- this.Message = opts.Message;
329
- }
330
- }
331
- class DuplicateListenerException extends ElasticLoadBalancingServiceException {
332
- name = "DuplicateListenerException";
333
- $fault = "client";
334
- Message;
335
- constructor(opts) {
336
- super({
337
- name: "DuplicateListenerException",
338
- $fault: "client",
339
- ...opts,
340
- });
341
- Object.setPrototypeOf(this, DuplicateListenerException.prototype);
342
- this.Message = opts.Message;
343
- }
344
- }
345
- class PolicyTypeNotFoundException extends ElasticLoadBalancingServiceException {
346
- name = "PolicyTypeNotFoundException";
347
- $fault = "client";
348
- Message;
349
- constructor(opts) {
350
- super({
351
- name: "PolicyTypeNotFoundException",
352
- $fault: "client",
353
- ...opts,
354
- });
355
- Object.setPrototypeOf(this, PolicyTypeNotFoundException.prototype);
356
- this.Message = opts.Message;
357
- }
358
- }
359
- class DependencyThrottleException extends ElasticLoadBalancingServiceException {
360
- name = "DependencyThrottleException";
361
- $fault = "client";
362
- Message;
363
- constructor(opts) {
364
- super({
365
- name: "DependencyThrottleException",
366
- $fault: "client",
367
- ...opts,
368
- });
369
- Object.setPrototypeOf(this, DependencyThrottleException.prototype);
370
- this.Message = opts.Message;
371
- }
372
- }
373
- class InvalidEndPointException extends ElasticLoadBalancingServiceException {
374
- name = "InvalidEndPointException";
375
- $fault = "client";
376
- Message;
377
- constructor(opts) {
378
- super({
379
- name: "InvalidEndPointException",
380
- $fault: "client",
381
- ...opts,
382
- });
383
- Object.setPrototypeOf(this, InvalidEndPointException.prototype);
384
- this.Message = opts.Message;
385
- }
386
- }
387
- class LoadBalancerAttributeNotFoundException extends ElasticLoadBalancingServiceException {
388
- name = "LoadBalancerAttributeNotFoundException";
389
- $fault = "client";
390
- Message;
391
- constructor(opts) {
392
- super({
393
- name: "LoadBalancerAttributeNotFoundException",
394
- $fault: "client",
395
- ...opts,
396
- });
397
- Object.setPrototypeOf(this, LoadBalancerAttributeNotFoundException.prototype);
398
- this.Message = opts.Message;
399
- }
400
- }
401
- class PolicyNotFoundException extends ElasticLoadBalancingServiceException {
402
- name = "PolicyNotFoundException";
403
- $fault = "client";
404
- Message;
405
- constructor(opts) {
406
- super({
407
- name: "PolicyNotFoundException",
408
- $fault: "client",
409
- ...opts,
410
- });
411
- Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
412
- this.Message = opts.Message;
413
- }
414
- }
415
- class ListenerNotFoundException extends ElasticLoadBalancingServiceException {
416
- name = "ListenerNotFoundException";
417
- $fault = "client";
418
- Message;
419
- constructor(opts) {
420
- super({
421
- name: "ListenerNotFoundException",
422
- $fault: "client",
423
- ...opts,
424
- });
425
- Object.setPrototypeOf(this, ListenerNotFoundException.prototype);
426
- this.Message = opts.Message;
427
- }
428
- }
429
-
430
- const _AA = "AdditionalAttribute";
431
- const _AAZI = "AddAvailabilityZonesInput";
432
- const _AAZO = "AddAvailabilityZonesOutput";
433
- const _AAd = "AdditionalAttributes";
434
- const _ACSP = "AppCookieStickinessPolicy";
435
- const _ACSPp = "AppCookieStickinessPolicies";
436
- const _AL = "AccessLog";
437
- const _ALBTS = "AttachLoadBalancerToSubnets";
438
- const _ALBTSI = "AttachLoadBalancerToSubnetsInput";
439
- const _ALBTSO = "AttachLoadBalancerToSubnetsOutput";
440
- const _AN = "AttributeName";
441
- const _APNFE = "AccessPointNotFoundException";
442
- const _ASGTLB = "ApplySecurityGroupsToLoadBalancer";
443
- const _ASGTLBI = "ApplySecurityGroupsToLoadBalancerInput";
444
- const _ASGTLBO = "ApplySecurityGroupsToLoadBalancerOutput";
445
- const _AT = "AttributeType";
446
- const _ATI = "AddTagsInput";
447
- const _ATO = "AddTagsOutput";
448
- const _ATd = "AddTags";
449
- const _AV = "AttributeValue";
450
- const _AZ = "AvailabilityZones";
451
- const _BSD = "BackendServerDescription";
452
- const _BSDa = "BackendServerDescriptions";
453
- const _C = "Cardinality";
454
- const _CACSP = "CreateAppCookieStickinessPolicy";
455
- const _CACSPI = "CreateAppCookieStickinessPolicyInput";
456
- const _CACSPO = "CreateAppCookieStickinessPolicyOutput";
457
- const _CAPI = "CreateAccessPointInput";
458
- const _CAPO = "CreateAccessPointOutput";
459
- const _CD = "ConnectionDraining";
460
- const _CEP = "CookieExpirationPeriod";
461
- const _CHC = "ConfigureHealthCheck";
462
- const _CHCI = "ConfigureHealthCheckInput";
463
- const _CHCO = "ConfigureHealthCheckOutput";
464
- const _CHZN = "CanonicalHostedZoneName";
465
- const _CHZNID = "CanonicalHostedZoneNameID";
466
- const _CLB = "CreateLoadBalancer";
467
- const _CLBCSP = "CreateLBCookieStickinessPolicy";
468
- const _CLBCSPI = "CreateLBCookieStickinessPolicyInput";
469
- const _CLBCSPO = "CreateLBCookieStickinessPolicyOutput";
470
- const _CLBL = "CreateLoadBalancerListeners";
471
- const _CLBLI = "CreateLoadBalancerListenerInput";
472
- const _CLBLO = "CreateLoadBalancerListenerOutput";
473
- const _CLBP = "CreateLoadBalancerPolicy";
474
- const _CLBPI = "CreateLoadBalancerPolicyInput";
475
- const _CLBPO = "CreateLoadBalancerPolicyOutput";
476
- const _CN = "CookieName";
477
- const _CNFE = "CertificateNotFoundException";
478
- const _CS = "ConnectionSettings";
479
- const _CT = "CreatedTime";
480
- const _CZLB = "CrossZoneLoadBalancing";
481
- const _D = "Description";
482
- const _DAL = "DescribeAccountLimits";
483
- const _DALI = "DescribeAccountLimitsInput";
484
- const _DALO = "DescribeAccountLimitsOutput";
485
- const _DAPI = "DeleteAccessPointInput";
486
- const _DAPIe = "DescribeAccessPointsInput";
487
- const _DAPNE = "DuplicateAccessPointNameException";
488
- const _DAPO = "DeleteAccessPointOutput";
489
- const _DAPOe = "DescribeAccessPointsOutput";
490
- const _DAZFLB = "DisableAvailabilityZonesForLoadBalancer";
491
- const _DEPI = "DeregisterEndPointsInput";
492
- const _DEPO = "DeregisterEndPointsOutput";
493
- const _DEPSI = "DescribeEndPointStateInput";
494
- const _DEPSO = "DescribeEndPointStateOutput";
495
- const _DIFLB = "DeregisterInstancesFromLoadBalancer";
496
- const _DIH = "DescribeInstanceHealth";
497
- const _DLB = "DeleteLoadBalancer";
498
- const _DLBA = "DescribeLoadBalancerAttributes";
499
- const _DLBAI = "DescribeLoadBalancerAttributesInput";
500
- const _DLBAO = "DescribeLoadBalancerAttributesOutput";
501
- const _DLBFS = "DetachLoadBalancerFromSubnets";
502
- const _DLBFSI = "DetachLoadBalancerFromSubnetsInput";
503
- const _DLBFSO = "DetachLoadBalancerFromSubnetsOutput";
504
- const _DLBL = "DeleteLoadBalancerListeners";
505
- const _DLBLI = "DeleteLoadBalancerListenerInput";
506
- const _DLBLO = "DeleteLoadBalancerListenerOutput";
507
- const _DLBP = "DeleteLoadBalancerPolicy";
508
- const _DLBPI = "DeleteLoadBalancerPolicyInput";
509
- const _DLBPIe = "DescribeLoadBalancerPoliciesInput";
510
- const _DLBPO = "DeleteLoadBalancerPolicyOutput";
511
- const _DLBPOe = "DescribeLoadBalancerPoliciesOutput";
512
- const _DLBPT = "DescribeLoadBalancerPolicyTypes";
513
- const _DLBPTI = "DescribeLoadBalancerPolicyTypesInput";
514
- const _DLBPTO = "DescribeLoadBalancerPolicyTypesOutput";
515
- const _DLBPe = "DescribeLoadBalancerPolicies";
516
- const _DLBe = "DescribeLoadBalancers";
517
- const _DLE = "DuplicateListenerException";
518
- const _DNSN = "DNSName";
519
- const _DPNE = "DuplicatePolicyNameException";
520
- const _DT = "DescribeTags";
521
- const _DTE = "DependencyThrottleException";
522
- const _DTI = "DescribeTagsInput";
523
- const _DTKE = "DuplicateTagKeysException";
524
- const _DTO = "DescribeTagsOutput";
525
- const _DV = "DefaultValue";
526
- const _E = "Enabled";
527
- const _EAZFLB = "EnableAvailabilityZonesForLoadBalancer";
528
- const _EI = "EmitInterval";
529
- const _GN = "GroupName";
530
- const _HC = "HealthCheck";
531
- const _HT = "HealthyThreshold";
532
- const _I = "Instances";
533
- const _ICRE = "InvalidConfigurationRequestException";
534
- const _IEPE = "InvalidEndPointException";
535
- const _II = "InstanceId";
536
- const _IP = "InstancePort";
537
- const _IPn = "InstanceProtocol";
538
- const _IS = "InstanceStates";
539
- const _ISE = "InvalidSchemeException";
540
- const _ISEn = "InvalidSubnetException";
541
- const _ISGE = "InvalidSecurityGroupException";
542
- const _ISn = "InstanceState";
543
- const _IT = "IdleTimeout";
544
- const _In = "Interval";
545
- const _Ins = "Instance";
546
- const _K = "Key";
547
- const _L = "Listeners";
548
- const _LBA = "LoadBalancerAttributes";
549
- const _LBANFE = "LoadBalancerAttributeNotFoundException";
550
- const _LBCSP = "LBCookieStickinessPolicy";
551
- const _LBCSPo = "LBCookieStickinessPolicies";
552
- const _LBD = "LoadBalancerDescriptions";
553
- const _LBDo = "LoadBalancerDescription";
554
- const _LBN = "LoadBalancerName";
555
- const _LBNo = "LoadBalancerNames";
556
- const _LBP = "LoadBalancerPorts";
557
- const _LBPo = "LoadBalancerPort";
558
- const _LD = "ListenerDescription";
559
- const _LDi = "ListenerDescriptions";
560
- const _LNFE = "ListenerNotFoundException";
561
- const _Li = "Limits";
562
- const _Lim = "Limit";
563
- const _Lis = "Listener";
564
- const _M = "Message";
565
- const _MLBA = "ModifyLoadBalancerAttributes";
566
- const _MLBAI = "ModifyLoadBalancerAttributesInput";
567
- const _MLBAO = "ModifyLoadBalancerAttributesOutput";
568
- const _Ma = "Marker";
569
- const _Max = "Max";
570
- const _N = "Name";
571
- const _NM = "NextMarker";
572
- const _OA = "OwnerAlias";
573
- const _ONPE = "OperationNotPermittedException";
574
- const _OP = "OtherPolicies";
575
- const _P = "Protocol";
576
- const _PA = "PolicyAttributes";
577
- const _PAD = "PolicyAttributeDescription";
578
- const _PADo = "PolicyAttributeDescriptions";
579
- const _PATD = "PolicyAttributeTypeDescription";
580
- const _PATDo = "PolicyAttributeTypeDescriptions";
581
- const _PAo = "PolicyAttribute";
582
- const _PD = "PolicyDescriptions";
583
- const _PDo = "PolicyDescription";
584
- const _PN = "PolicyName";
585
- const _PNFE = "PolicyNotFoundException";
586
- const _PNo = "PolicyNames";
587
- const _PS = "PageSize";
588
- const _PTD = "PolicyTypeDescriptions";
589
- const _PTDo = "PolicyTypeDescription";
590
- const _PTN = "PolicyTypeName";
591
- const _PTNFE = "PolicyTypeNotFoundException";
592
- const _PTNo = "PolicyTypeNames";
593
- const _Po = "Policies";
594
- const _RAZI = "RemoveAvailabilityZonesInput";
595
- const _RAZO = "RemoveAvailabilityZonesOutput";
596
- const _RC = "ReasonCode";
597
- const _REPI = "RegisterEndPointsInput";
598
- const _REPO = "RegisterEndPointsOutput";
599
- const _RIWLB = "RegisterInstancesWithLoadBalancer";
600
- const _RT = "RemoveTags";
601
- const _RTI = "RemoveTagsInput";
602
- const _RTO = "RemoveTagsOutput";
603
- const _S = "Subnets";
604
- const _SBN = "S3BucketName";
605
- const _SBP = "S3BucketPrefix";
606
- const _SG = "SecurityGroups";
607
- const _SLBLSSLC = "SetLoadBalancerListenerSSLCertificate";
608
- const _SLBLSSLCI = "SetLoadBalancerListenerSSLCertificateInput";
609
- const _SLBLSSLCO = "SetLoadBalancerListenerSSLCertificateOutput";
610
- const _SLBPFBS = "SetLoadBalancerPoliciesForBackendServer";
611
- const _SLBPFBSI = "SetLoadBalancerPoliciesForBackendServerInput";
612
- const _SLBPFBSO = "SetLoadBalancerPoliciesForBackendServerOutput";
613
- const _SLBPOL = "SetLoadBalancerPoliciesOfListener";
614
- const _SLBPOLI = "SetLoadBalancerPoliciesOfListenerInput";
615
- const _SLBPOLO = "SetLoadBalancerPoliciesOfListenerOutput";
616
- const _SNFE = "SubnetNotFoundException";
617
- const _SSG = "SourceSecurityGroup";
618
- const _SSLCI = "SSLCertificateId";
619
- const _Sc = "Scheme";
620
- const _St = "State";
621
- const _T = "Tags";
622
- const _TD = "TagDescriptions";
623
- const _TDa = "TagDescription";
624
- const _TKL = "TagKeyList";
625
- const _TKO = "TagKeyOnly";
626
- const _TL = "TagList";
627
- const _TMAPE = "TooManyAccessPointsException";
628
- const _TMPE = "TooManyPoliciesException";
629
- const _TMTE = "TooManyTagsException";
630
- const _Ta = "Target";
631
- const _Tag = "Tag";
632
- const _Ti = "Timeout";
633
- const _UPE = "UnsupportedProtocolException";
634
- const _UT = "UnhealthyThreshold";
635
- const _V = "Value";
636
- const _VPCI = "VPCId";
637
- const _aQE = "awsQueryError";
638
- const _c = "client";
639
- const _e = "error";
640
- const _hE = "httpError";
641
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.elasticloadbalancing";
642
- const n0 = "com.amazonaws.elasticloadbalancing";
643
- var AccessLog$ = [3, n0, _AL,
644
- 0,
645
- [_E, _SBN, _EI, _SBP],
646
- [2, 0, 1, 0], 1
647
- ];
648
- var AccessPointNotFoundException$ = [-3, n0, _APNFE,
649
- { [_aQE]: [`LoadBalancerNotFound`, 400], [_e]: _c, [_hE]: 400 },
650
- [_M],
651
- [0]
652
- ];
653
- schema.TypeRegistry.for(n0).registerError(AccessPointNotFoundException$, AccessPointNotFoundException);
654
- var AddAvailabilityZonesInput$ = [3, n0, _AAZI,
655
- 0,
656
- [_LBN, _AZ],
657
- [0, 64 | 0], 2
658
- ];
659
- var AddAvailabilityZonesOutput$ = [3, n0, _AAZO,
660
- 0,
661
- [_AZ],
662
- [64 | 0]
663
- ];
664
- var AdditionalAttribute$ = [3, n0, _AA,
665
- 0,
666
- [_K, _V],
667
- [0, 0]
668
- ];
669
- var AddTagsInput$ = [3, n0, _ATI,
670
- 0,
671
- [_LBNo, _T],
672
- [64 | 0, () => TagList], 2
673
- ];
674
- var AddTagsOutput$ = [3, n0, _ATO,
675
- 0,
676
- [],
677
- []
678
- ];
679
- var AppCookieStickinessPolicy$ = [3, n0, _ACSP,
680
- 0,
681
- [_PN, _CN],
682
- [0, 0]
683
- ];
684
- var ApplySecurityGroupsToLoadBalancerInput$ = [3, n0, _ASGTLBI,
685
- 0,
686
- [_LBN, _SG],
687
- [0, 64 | 0], 2
688
- ];
689
- var ApplySecurityGroupsToLoadBalancerOutput$ = [3, n0, _ASGTLBO,
690
- 0,
691
- [_SG],
692
- [64 | 0]
693
- ];
694
- var AttachLoadBalancerToSubnetsInput$ = [3, n0, _ALBTSI,
695
- 0,
696
- [_LBN, _S],
697
- [0, 64 | 0], 2
698
- ];
699
- var AttachLoadBalancerToSubnetsOutput$ = [3, n0, _ALBTSO,
700
- 0,
701
- [_S],
702
- [64 | 0]
703
- ];
704
- var BackendServerDescription$ = [3, n0, _BSD,
705
- 0,
706
- [_IP, _PNo],
707
- [1, 64 | 0]
708
- ];
709
- var CertificateNotFoundException$ = [-3, n0, _CNFE,
710
- { [_aQE]: [`CertificateNotFound`, 400], [_e]: _c, [_hE]: 400 },
711
- [_M],
712
- [0]
713
- ];
714
- schema.TypeRegistry.for(n0).registerError(CertificateNotFoundException$, CertificateNotFoundException);
715
- var ConfigureHealthCheckInput$ = [3, n0, _CHCI,
716
- 0,
717
- [_LBN, _HC],
718
- [0, () => HealthCheck$], 2
719
- ];
720
- var ConfigureHealthCheckOutput$ = [3, n0, _CHCO,
721
- 0,
722
- [_HC],
723
- [() => HealthCheck$]
724
- ];
725
- var ConnectionDraining$ = [3, n0, _CD,
726
- 0,
727
- [_E, _Ti],
728
- [2, 1], 1
729
- ];
730
- var ConnectionSettings$ = [3, n0, _CS,
731
- 0,
732
- [_IT],
733
- [1], 1
734
- ];
735
- var CreateAccessPointInput$ = [3, n0, _CAPI,
736
- 0,
737
- [_LBN, _L, _AZ, _S, _SG, _Sc, _T],
738
- [0, () => Listeners, 64 | 0, 64 | 0, 64 | 0, 0, () => TagList], 2
739
- ];
740
- var CreateAccessPointOutput$ = [3, n0, _CAPO,
741
- 0,
742
- [_DNSN],
743
- [0]
744
- ];
745
- var CreateAppCookieStickinessPolicyInput$ = [3, n0, _CACSPI,
746
- 0,
747
- [_LBN, _PN, _CN],
748
- [0, 0, 0], 3
749
- ];
750
- var CreateAppCookieStickinessPolicyOutput$ = [3, n0, _CACSPO,
751
- 0,
752
- [],
753
- []
754
- ];
755
- var CreateLBCookieStickinessPolicyInput$ = [3, n0, _CLBCSPI,
756
- 0,
757
- [_LBN, _PN, _CEP],
758
- [0, 0, 1], 2
759
- ];
760
- var CreateLBCookieStickinessPolicyOutput$ = [3, n0, _CLBCSPO,
761
- 0,
762
- [],
763
- []
764
- ];
765
- var CreateLoadBalancerListenerInput$ = [3, n0, _CLBLI,
766
- 0,
767
- [_LBN, _L],
768
- [0, () => Listeners], 2
769
- ];
770
- var CreateLoadBalancerListenerOutput$ = [3, n0, _CLBLO,
771
- 0,
772
- [],
773
- []
774
- ];
775
- var CreateLoadBalancerPolicyInput$ = [3, n0, _CLBPI,
776
- 0,
777
- [_LBN, _PN, _PTN, _PA],
778
- [0, 0, 0, () => PolicyAttributes], 3
779
- ];
780
- var CreateLoadBalancerPolicyOutput$ = [3, n0, _CLBPO,
781
- 0,
782
- [],
783
- []
784
- ];
785
- var CrossZoneLoadBalancing$ = [3, n0, _CZLB,
786
- 0,
787
- [_E],
788
- [2], 1
789
- ];
790
- var DeleteAccessPointInput$ = [3, n0, _DAPI,
791
- 0,
792
- [_LBN],
793
- [0], 1
794
- ];
795
- var DeleteAccessPointOutput$ = [3, n0, _DAPO,
796
- 0,
797
- [],
798
- []
799
- ];
800
- var DeleteLoadBalancerListenerInput$ = [3, n0, _DLBLI,
801
- 0,
802
- [_LBN, _LBP],
803
- [0, 64 | 1], 2
804
- ];
805
- var DeleteLoadBalancerListenerOutput$ = [3, n0, _DLBLO,
806
- 0,
807
- [],
808
- []
809
- ];
810
- var DeleteLoadBalancerPolicyInput$ = [3, n0, _DLBPI,
811
- 0,
812
- [_LBN, _PN],
813
- [0, 0], 2
814
- ];
815
- var DeleteLoadBalancerPolicyOutput$ = [3, n0, _DLBPO,
816
- 0,
817
- [],
818
- []
819
- ];
820
- var DependencyThrottleException$ = [-3, n0, _DTE,
821
- { [_aQE]: [`DependencyThrottle`, 400], [_e]: _c, [_hE]: 400 },
822
- [_M],
823
- [0]
824
- ];
825
- schema.TypeRegistry.for(n0).registerError(DependencyThrottleException$, DependencyThrottleException);
826
- var DeregisterEndPointsInput$ = [3, n0, _DEPI,
827
- 0,
828
- [_LBN, _I],
829
- [0, () => Instances], 2
830
- ];
831
- var DeregisterEndPointsOutput$ = [3, n0, _DEPO,
832
- 0,
833
- [_I],
834
- [() => Instances]
835
- ];
836
- var DescribeAccessPointsInput$ = [3, n0, _DAPIe,
837
- 0,
838
- [_LBNo, _Ma, _PS],
839
- [64 | 0, 0, 1]
840
- ];
841
- var DescribeAccessPointsOutput$ = [3, n0, _DAPOe,
842
- 0,
843
- [_LBD, _NM],
844
- [() => LoadBalancerDescriptions, 0]
845
- ];
846
- var DescribeAccountLimitsInput$ = [3, n0, _DALI,
847
- 0,
848
- [_Ma, _PS],
849
- [0, 1]
850
- ];
851
- var DescribeAccountLimitsOutput$ = [3, n0, _DALO,
852
- 0,
853
- [_Li, _NM],
854
- [() => Limits, 0]
855
- ];
856
- var DescribeEndPointStateInput$ = [3, n0, _DEPSI,
857
- 0,
858
- [_LBN, _I],
859
- [0, () => Instances], 1
860
- ];
861
- var DescribeEndPointStateOutput$ = [3, n0, _DEPSO,
862
- 0,
863
- [_IS],
864
- [() => InstanceStates]
865
- ];
866
- var DescribeLoadBalancerAttributesInput$ = [3, n0, _DLBAI,
867
- 0,
868
- [_LBN],
869
- [0], 1
870
- ];
871
- var DescribeLoadBalancerAttributesOutput$ = [3, n0, _DLBAO,
872
- 0,
873
- [_LBA],
874
- [() => LoadBalancerAttributes$]
875
- ];
876
- var DescribeLoadBalancerPoliciesInput$ = [3, n0, _DLBPIe,
877
- 0,
878
- [_LBN, _PNo],
879
- [0, 64 | 0]
880
- ];
881
- var DescribeLoadBalancerPoliciesOutput$ = [3, n0, _DLBPOe,
882
- 0,
883
- [_PD],
884
- [() => PolicyDescriptions]
885
- ];
886
- var DescribeLoadBalancerPolicyTypesInput$ = [3, n0, _DLBPTI,
887
- 0,
888
- [_PTNo],
889
- [64 | 0]
890
- ];
891
- var DescribeLoadBalancerPolicyTypesOutput$ = [3, n0, _DLBPTO,
892
- 0,
893
- [_PTD],
894
- [() => PolicyTypeDescriptions]
895
- ];
896
- var DescribeTagsInput$ = [3, n0, _DTI,
897
- 0,
898
- [_LBNo],
899
- [64 | 0], 1
900
- ];
901
- var DescribeTagsOutput$ = [3, n0, _DTO,
902
- 0,
903
- [_TD],
904
- [() => TagDescriptions]
905
- ];
906
- var DetachLoadBalancerFromSubnetsInput$ = [3, n0, _DLBFSI,
907
- 0,
908
- [_LBN, _S],
909
- [0, 64 | 0], 2
910
- ];
911
- var DetachLoadBalancerFromSubnetsOutput$ = [3, n0, _DLBFSO,
912
- 0,
913
- [_S],
914
- [64 | 0]
915
- ];
916
- var DuplicateAccessPointNameException$ = [-3, n0, _DAPNE,
917
- { [_aQE]: [`DuplicateLoadBalancerName`, 400], [_e]: _c, [_hE]: 400 },
918
- [_M],
919
- [0]
920
- ];
921
- schema.TypeRegistry.for(n0).registerError(DuplicateAccessPointNameException$, DuplicateAccessPointNameException);
922
- var DuplicateListenerException$ = [-3, n0, _DLE,
923
- { [_aQE]: [`DuplicateListener`, 400], [_e]: _c, [_hE]: 400 },
924
- [_M],
925
- [0]
926
- ];
927
- schema.TypeRegistry.for(n0).registerError(DuplicateListenerException$, DuplicateListenerException);
928
- var DuplicatePolicyNameException$ = [-3, n0, _DPNE,
929
- { [_aQE]: [`DuplicatePolicyName`, 400], [_e]: _c, [_hE]: 400 },
930
- [_M],
931
- [0]
932
- ];
933
- schema.TypeRegistry.for(n0).registerError(DuplicatePolicyNameException$, DuplicatePolicyNameException);
934
- var DuplicateTagKeysException$ = [-3, n0, _DTKE,
935
- { [_aQE]: [`DuplicateTagKeys`, 400], [_e]: _c, [_hE]: 400 },
936
- [_M],
937
- [0]
938
- ];
939
- schema.TypeRegistry.for(n0).registerError(DuplicateTagKeysException$, DuplicateTagKeysException);
940
- var HealthCheck$ = [3, n0, _HC,
941
- 0,
942
- [_Ta, _In, _Ti, _UT, _HT],
943
- [0, 1, 1, 1, 1], 5
944
- ];
945
- var Instance$ = [3, n0, _Ins,
946
- 0,
947
- [_II],
948
- [0]
949
- ];
950
- var InstanceState$ = [3, n0, _ISn,
951
- 0,
952
- [_II, _St, _RC, _D],
953
- [0, 0, 0, 0]
954
- ];
955
- var InvalidConfigurationRequestException$ = [-3, n0, _ICRE,
956
- { [_aQE]: [`InvalidConfigurationRequest`, 409], [_e]: _c, [_hE]: 409 },
957
- [_M],
958
- [0]
959
- ];
960
- schema.TypeRegistry.for(n0).registerError(InvalidConfigurationRequestException$, InvalidConfigurationRequestException);
961
- var InvalidEndPointException$ = [-3, n0, _IEPE,
962
- { [_aQE]: [`InvalidInstance`, 400], [_e]: _c, [_hE]: 400 },
963
- [_M],
964
- [0]
965
- ];
966
- schema.TypeRegistry.for(n0).registerError(InvalidEndPointException$, InvalidEndPointException);
967
- var InvalidSchemeException$ = [-3, n0, _ISE,
968
- { [_aQE]: [`InvalidScheme`, 400], [_e]: _c, [_hE]: 400 },
969
- [_M],
970
- [0]
971
- ];
972
- schema.TypeRegistry.for(n0).registerError(InvalidSchemeException$, InvalidSchemeException);
973
- var InvalidSecurityGroupException$ = [-3, n0, _ISGE,
974
- { [_aQE]: [`InvalidSecurityGroup`, 400], [_e]: _c, [_hE]: 400 },
975
- [_M],
976
- [0]
977
- ];
978
- schema.TypeRegistry.for(n0).registerError(InvalidSecurityGroupException$, InvalidSecurityGroupException);
979
- var InvalidSubnetException$ = [-3, n0, _ISEn,
980
- { [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
981
- [_M],
982
- [0]
983
- ];
984
- schema.TypeRegistry.for(n0).registerError(InvalidSubnetException$, InvalidSubnetException);
985
- var LBCookieStickinessPolicy$ = [3, n0, _LBCSP,
986
- 0,
987
- [_PN, _CEP],
988
- [0, 1]
989
- ];
990
- var Limit$ = [3, n0, _Lim,
991
- 0,
992
- [_N, _Max],
993
- [0, 0]
994
- ];
995
- var Listener$ = [3, n0, _Lis,
996
- 0,
997
- [_P, _LBPo, _IP, _IPn, _SSLCI],
998
- [0, 1, 1, 0, 0], 3
999
- ];
1000
- var ListenerDescription$ = [3, n0, _LD,
1001
- 0,
1002
- [_Lis, _PNo],
1003
- [() => Listener$, 64 | 0]
1004
- ];
1005
- var ListenerNotFoundException$ = [-3, n0, _LNFE,
1006
- { [_aQE]: [`ListenerNotFound`, 400], [_e]: _c, [_hE]: 400 },
1007
- [_M],
1008
- [0]
1009
- ];
1010
- schema.TypeRegistry.for(n0).registerError(ListenerNotFoundException$, ListenerNotFoundException);
1011
- var LoadBalancerAttributeNotFoundException$ = [-3, n0, _LBANFE,
1012
- { [_aQE]: [`LoadBalancerAttributeNotFound`, 400], [_e]: _c, [_hE]: 400 },
1013
- [_M],
1014
- [0]
1015
- ];
1016
- schema.TypeRegistry.for(n0).registerError(LoadBalancerAttributeNotFoundException$, LoadBalancerAttributeNotFoundException);
1017
- var LoadBalancerAttributes$ = [3, n0, _LBA,
1018
- 0,
1019
- [_CZLB, _AL, _CD, _CS, _AAd],
1020
- [() => CrossZoneLoadBalancing$, () => AccessLog$, () => ConnectionDraining$, () => ConnectionSettings$, () => AdditionalAttributes]
1021
- ];
1022
- var LoadBalancerDescription$ = [3, n0, _LBDo,
1023
- 0,
1024
- [_LBN, _DNSN, _CHZN, _CHZNID, _LDi, _Po, _BSDa, _AZ, _S, _VPCI, _I, _HC, _SSG, _SG, _CT, _Sc],
1025
- [0, 0, 0, 0, () => ListenerDescriptions, () => Policies$, () => BackendServerDescriptions, 64 | 0, 64 | 0, 0, () => Instances, () => HealthCheck$, () => SourceSecurityGroup$, 64 | 0, 4, 0]
1026
- ];
1027
- var ModifyLoadBalancerAttributesInput$ = [3, n0, _MLBAI,
1028
- 0,
1029
- [_LBN, _LBA],
1030
- [0, () => LoadBalancerAttributes$], 2
1031
- ];
1032
- var ModifyLoadBalancerAttributesOutput$ = [3, n0, _MLBAO,
1033
- 0,
1034
- [_LBN, _LBA],
1035
- [0, () => LoadBalancerAttributes$]
1036
- ];
1037
- var OperationNotPermittedException$ = [-3, n0, _ONPE,
1038
- { [_aQE]: [`OperationNotPermitted`, 400], [_e]: _c, [_hE]: 400 },
1039
- [_M],
1040
- [0]
1041
- ];
1042
- schema.TypeRegistry.for(n0).registerError(OperationNotPermittedException$, OperationNotPermittedException);
1043
- var Policies$ = [3, n0, _Po,
1044
- 0,
1045
- [_ACSPp, _LBCSPo, _OP],
1046
- [() => AppCookieStickinessPolicies, () => LBCookieStickinessPolicies, 64 | 0]
1047
- ];
1048
- var PolicyAttribute$ = [3, n0, _PAo,
1049
- 0,
1050
- [_AN, _AV],
1051
- [0, 0]
1052
- ];
1053
- var PolicyAttributeDescription$ = [3, n0, _PAD,
1054
- 0,
1055
- [_AN, _AV],
1056
- [0, 0]
1057
- ];
1058
- var PolicyAttributeTypeDescription$ = [3, n0, _PATD,
1059
- 0,
1060
- [_AN, _AT, _D, _DV, _C],
1061
- [0, 0, 0, 0, 0]
1062
- ];
1063
- var PolicyDescription$ = [3, n0, _PDo,
1064
- 0,
1065
- [_PN, _PTN, _PADo],
1066
- [0, 0, () => PolicyAttributeDescriptions]
1067
- ];
1068
- var PolicyNotFoundException$ = [-3, n0, _PNFE,
1069
- { [_aQE]: [`PolicyNotFound`, 400], [_e]: _c, [_hE]: 400 },
1070
- [_M],
1071
- [0]
1072
- ];
1073
- schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException$, PolicyNotFoundException);
1074
- var PolicyTypeDescription$ = [3, n0, _PTDo,
1075
- 0,
1076
- [_PTN, _D, _PATDo],
1077
- [0, 0, () => PolicyAttributeTypeDescriptions]
1078
- ];
1079
- var PolicyTypeNotFoundException$ = [-3, n0, _PTNFE,
1080
- { [_aQE]: [`PolicyTypeNotFound`, 400], [_e]: _c, [_hE]: 400 },
1081
- [_M],
1082
- [0]
1083
- ];
1084
- schema.TypeRegistry.for(n0).registerError(PolicyTypeNotFoundException$, PolicyTypeNotFoundException);
1085
- var RegisterEndPointsInput$ = [3, n0, _REPI,
1086
- 0,
1087
- [_LBN, _I],
1088
- [0, () => Instances], 2
1089
- ];
1090
- var RegisterEndPointsOutput$ = [3, n0, _REPO,
1091
- 0,
1092
- [_I],
1093
- [() => Instances]
1094
- ];
1095
- var RemoveAvailabilityZonesInput$ = [3, n0, _RAZI,
1096
- 0,
1097
- [_LBN, _AZ],
1098
- [0, 64 | 0], 2
1099
- ];
1100
- var RemoveAvailabilityZonesOutput$ = [3, n0, _RAZO,
1101
- 0,
1102
- [_AZ],
1103
- [64 | 0]
1104
- ];
1105
- var RemoveTagsInput$ = [3, n0, _RTI,
1106
- 0,
1107
- [_LBNo, _T],
1108
- [64 | 0, () => TagKeyList], 2
1109
- ];
1110
- var RemoveTagsOutput$ = [3, n0, _RTO,
1111
- 0,
1112
- [],
1113
- []
1114
- ];
1115
- var SetLoadBalancerListenerSSLCertificateInput$ = [3, n0, _SLBLSSLCI,
1116
- 0,
1117
- [_LBN, _LBPo, _SSLCI],
1118
- [0, 1, 0], 3
1119
- ];
1120
- var SetLoadBalancerListenerSSLCertificateOutput$ = [3, n0, _SLBLSSLCO,
1121
- 0,
1122
- [],
1123
- []
1124
- ];
1125
- var SetLoadBalancerPoliciesForBackendServerInput$ = [3, n0, _SLBPFBSI,
1126
- 0,
1127
- [_LBN, _IP, _PNo],
1128
- [0, 1, 64 | 0], 3
1129
- ];
1130
- var SetLoadBalancerPoliciesForBackendServerOutput$ = [3, n0, _SLBPFBSO,
1131
- 0,
1132
- [],
1133
- []
1134
- ];
1135
- var SetLoadBalancerPoliciesOfListenerInput$ = [3, n0, _SLBPOLI,
1136
- 0,
1137
- [_LBN, _LBPo, _PNo],
1138
- [0, 1, 64 | 0], 3
1139
- ];
1140
- var SetLoadBalancerPoliciesOfListenerOutput$ = [3, n0, _SLBPOLO,
1141
- 0,
1142
- [],
1143
- []
1144
- ];
1145
- var SourceSecurityGroup$ = [3, n0, _SSG,
1146
- 0,
1147
- [_OA, _GN],
1148
- [0, 0]
1149
- ];
1150
- var SubnetNotFoundException$ = [-3, n0, _SNFE,
1151
- { [_aQE]: [`SubnetNotFound`, 400], [_e]: _c, [_hE]: 400 },
1152
- [_M],
1153
- [0]
1154
- ];
1155
- schema.TypeRegistry.for(n0).registerError(SubnetNotFoundException$, SubnetNotFoundException);
1156
- var Tag$ = [3, n0, _Tag,
1157
- 0,
1158
- [_K, _V],
1159
- [0, 0], 1
1160
- ];
1161
- var TagDescription$ = [3, n0, _TDa,
1162
- 0,
1163
- [_LBN, _T],
1164
- [0, () => TagList]
1165
- ];
1166
- var TagKeyOnly$ = [3, n0, _TKO,
1167
- 0,
1168
- [_K],
1169
- [0]
1170
- ];
1171
- var TooManyAccessPointsException$ = [-3, n0, _TMAPE,
1172
- { [_aQE]: [`TooManyLoadBalancers`, 400], [_e]: _c, [_hE]: 400 },
1173
- [_M],
1174
- [0]
1175
- ];
1176
- schema.TypeRegistry.for(n0).registerError(TooManyAccessPointsException$, TooManyAccessPointsException);
1177
- var TooManyPoliciesException$ = [-3, n0, _TMPE,
1178
- { [_aQE]: [`TooManyPolicies`, 400], [_e]: _c, [_hE]: 400 },
1179
- [_M],
1180
- [0]
1181
- ];
1182
- schema.TypeRegistry.for(n0).registerError(TooManyPoliciesException$, TooManyPoliciesException);
1183
- var TooManyTagsException$ = [-3, n0, _TMTE,
1184
- { [_aQE]: [`TooManyTags`, 400], [_e]: _c, [_hE]: 400 },
1185
- [_M],
1186
- [0]
1187
- ];
1188
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1189
- var UnsupportedProtocolException$ = [-3, n0, _UPE,
1190
- { [_aQE]: [`UnsupportedProtocol`, 400], [_e]: _c, [_hE]: 400 },
1191
- [_M],
1192
- [0]
1193
- ];
1194
- schema.TypeRegistry.for(n0).registerError(UnsupportedProtocolException$, UnsupportedProtocolException);
1195
- var ElasticLoadBalancingServiceException$ = [-3, _s, "ElasticLoadBalancingServiceException", 0, [], []];
1196
- schema.TypeRegistry.for(_s).registerError(ElasticLoadBalancingServiceException$, ElasticLoadBalancingServiceException);
1197
- var AdditionalAttributes = [1, n0, _AAd,
1198
- 0, () => AdditionalAttribute$
1199
- ];
1200
- var AppCookieStickinessPolicies = [1, n0, _ACSPp,
1201
- 0, () => AppCookieStickinessPolicy$
1202
- ];
1203
- var BackendServerDescriptions = [1, n0, _BSDa,
1204
- 0, () => BackendServerDescription$
1205
- ];
1206
- var Instances = [1, n0, _I,
1207
- 0, () => Instance$
1208
- ];
1209
- var InstanceStates = [1, n0, _IS,
1210
- 0, () => InstanceState$
1211
- ];
1212
- var LBCookieStickinessPolicies = [1, n0, _LBCSPo,
1213
- 0, () => LBCookieStickinessPolicy$
1214
- ];
1215
- var Limits = [1, n0, _Li,
1216
- 0, () => Limit$
1217
- ];
1218
- var ListenerDescriptions = [1, n0, _LDi,
1219
- 0, () => ListenerDescription$
1220
- ];
1221
- var Listeners = [1, n0, _L,
1222
- 0, () => Listener$
1223
- ];
1224
- var LoadBalancerDescriptions = [1, n0, _LBD,
1225
- 0, () => LoadBalancerDescription$
1226
- ];
1227
- var PolicyAttributeDescriptions = [1, n0, _PADo,
1228
- 0, () => PolicyAttributeDescription$
1229
- ];
1230
- var PolicyAttributes = [1, n0, _PA,
1231
- 0, () => PolicyAttribute$
1232
- ];
1233
- var PolicyAttributeTypeDescriptions = [1, n0, _PATDo,
1234
- 0, () => PolicyAttributeTypeDescription$
1235
- ];
1236
- var PolicyDescriptions = [1, n0, _PD,
1237
- 0, () => PolicyDescription$
1238
- ];
1239
- var PolicyTypeDescriptions = [1, n0, _PTD,
1240
- 0, () => PolicyTypeDescription$
1241
- ];
1242
- var TagDescriptions = [1, n0, _TD,
1243
- 0, () => TagDescription$
1244
- ];
1245
- var TagKeyList = [1, n0, _TKL,
1246
- 0, () => TagKeyOnly$
1247
- ];
1248
- var TagList = [1, n0, _TL,
1249
- 0, () => Tag$
1250
- ];
1251
- var AddTags$ = [9, n0, _ATd,
1252
- 0, () => AddTagsInput$, () => AddTagsOutput$
1253
- ];
1254
- var ApplySecurityGroupsToLoadBalancer$ = [9, n0, _ASGTLB,
1255
- 0, () => ApplySecurityGroupsToLoadBalancerInput$, () => ApplySecurityGroupsToLoadBalancerOutput$
1256
- ];
1257
- var AttachLoadBalancerToSubnets$ = [9, n0, _ALBTS,
1258
- 0, () => AttachLoadBalancerToSubnetsInput$, () => AttachLoadBalancerToSubnetsOutput$
1259
- ];
1260
- var ConfigureHealthCheck$ = [9, n0, _CHC,
1261
- 0, () => ConfigureHealthCheckInput$, () => ConfigureHealthCheckOutput$
1262
- ];
1263
- var CreateAppCookieStickinessPolicy$ = [9, n0, _CACSP,
1264
- 0, () => CreateAppCookieStickinessPolicyInput$, () => CreateAppCookieStickinessPolicyOutput$
1265
- ];
1266
- var CreateLBCookieStickinessPolicy$ = [9, n0, _CLBCSP,
1267
- 0, () => CreateLBCookieStickinessPolicyInput$, () => CreateLBCookieStickinessPolicyOutput$
1268
- ];
1269
- var CreateLoadBalancer$ = [9, n0, _CLB,
1270
- 0, () => CreateAccessPointInput$, () => CreateAccessPointOutput$
1271
- ];
1272
- var CreateLoadBalancerListeners$ = [9, n0, _CLBL,
1273
- 0, () => CreateLoadBalancerListenerInput$, () => CreateLoadBalancerListenerOutput$
1274
- ];
1275
- var CreateLoadBalancerPolicy$ = [9, n0, _CLBP,
1276
- 0, () => CreateLoadBalancerPolicyInput$, () => CreateLoadBalancerPolicyOutput$
1277
- ];
1278
- var DeleteLoadBalancer$ = [9, n0, _DLB,
1279
- 0, () => DeleteAccessPointInput$, () => DeleteAccessPointOutput$
1280
- ];
1281
- var DeleteLoadBalancerListeners$ = [9, n0, _DLBL,
1282
- 0, () => DeleteLoadBalancerListenerInput$, () => DeleteLoadBalancerListenerOutput$
1283
- ];
1284
- var DeleteLoadBalancerPolicy$ = [9, n0, _DLBP,
1285
- 0, () => DeleteLoadBalancerPolicyInput$, () => DeleteLoadBalancerPolicyOutput$
1286
- ];
1287
- var DeregisterInstancesFromLoadBalancer$ = [9, n0, _DIFLB,
1288
- 0, () => DeregisterEndPointsInput$, () => DeregisterEndPointsOutput$
1289
- ];
1290
- var DescribeAccountLimits$ = [9, n0, _DAL,
1291
- 0, () => DescribeAccountLimitsInput$, () => DescribeAccountLimitsOutput$
1292
- ];
1293
- var DescribeInstanceHealth$ = [9, n0, _DIH,
1294
- 0, () => DescribeEndPointStateInput$, () => DescribeEndPointStateOutput$
1295
- ];
1296
- var DescribeLoadBalancerAttributes$ = [9, n0, _DLBA,
1297
- 0, () => DescribeLoadBalancerAttributesInput$, () => DescribeLoadBalancerAttributesOutput$
1298
- ];
1299
- var DescribeLoadBalancerPolicies$ = [9, n0, _DLBPe,
1300
- 0, () => DescribeLoadBalancerPoliciesInput$, () => DescribeLoadBalancerPoliciesOutput$
1301
- ];
1302
- var DescribeLoadBalancerPolicyTypes$ = [9, n0, _DLBPT,
1303
- 0, () => DescribeLoadBalancerPolicyTypesInput$, () => DescribeLoadBalancerPolicyTypesOutput$
1304
- ];
1305
- var DescribeLoadBalancers$ = [9, n0, _DLBe,
1306
- 0, () => DescribeAccessPointsInput$, () => DescribeAccessPointsOutput$
1307
- ];
1308
- var DescribeTags$ = [9, n0, _DT,
1309
- 0, () => DescribeTagsInput$, () => DescribeTagsOutput$
1310
- ];
1311
- var DetachLoadBalancerFromSubnets$ = [9, n0, _DLBFS,
1312
- 0, () => DetachLoadBalancerFromSubnetsInput$, () => DetachLoadBalancerFromSubnetsOutput$
1313
- ];
1314
- var DisableAvailabilityZonesForLoadBalancer$ = [9, n0, _DAZFLB,
1315
- 0, () => RemoveAvailabilityZonesInput$, () => RemoveAvailabilityZonesOutput$
1316
- ];
1317
- var EnableAvailabilityZonesForLoadBalancer$ = [9, n0, _EAZFLB,
1318
- 0, () => AddAvailabilityZonesInput$, () => AddAvailabilityZonesOutput$
1319
- ];
1320
- var ModifyLoadBalancerAttributes$ = [9, n0, _MLBA,
1321
- 0, () => ModifyLoadBalancerAttributesInput$, () => ModifyLoadBalancerAttributesOutput$
1322
- ];
1323
- var RegisterInstancesWithLoadBalancer$ = [9, n0, _RIWLB,
1324
- 0, () => RegisterEndPointsInput$, () => RegisterEndPointsOutput$
1325
- ];
1326
- var RemoveTags$ = [9, n0, _RT,
1327
- 0, () => RemoveTagsInput$, () => RemoveTagsOutput$
1328
- ];
1329
- var SetLoadBalancerListenerSSLCertificate$ = [9, n0, _SLBLSSLC,
1330
- 0, () => SetLoadBalancerListenerSSLCertificateInput$, () => SetLoadBalancerListenerSSLCertificateOutput$
1331
- ];
1332
- var SetLoadBalancerPoliciesForBackendServer$ = [9, n0, _SLBPFBS,
1333
- 0, () => SetLoadBalancerPoliciesForBackendServerInput$, () => SetLoadBalancerPoliciesForBackendServerOutput$
1334
- ];
1335
- var SetLoadBalancerPoliciesOfListener$ = [9, n0, _SLBPOL,
1336
- 0, () => SetLoadBalancerPoliciesOfListenerInput$, () => SetLoadBalancerPoliciesOfListenerOutput$
1337
- ];
1338
-
1339
117
  class AddTagsCommand extends smithyClient.Command
1340
118
  .classBuilder()
1341
119
  .ep(commonParams)
@@ -1344,7 +122,7 @@ class AddTagsCommand extends smithyClient.Command
1344
122
  })
1345
123
  .s("ElasticLoadBalancing_v7", "AddTags", {})
1346
124
  .n("ElasticLoadBalancingClient", "AddTagsCommand")
1347
- .sc(AddTags$)
125
+ .sc(schemas_0.AddTags$)
1348
126
  .build() {
1349
127
  }
1350
128
 
@@ -1356,7 +134,7 @@ class ApplySecurityGroupsToLoadBalancerCommand extends smithyClient.Command
1356
134
  })
1357
135
  .s("ElasticLoadBalancing_v7", "ApplySecurityGroupsToLoadBalancer", {})
1358
136
  .n("ElasticLoadBalancingClient", "ApplySecurityGroupsToLoadBalancerCommand")
1359
- .sc(ApplySecurityGroupsToLoadBalancer$)
137
+ .sc(schemas_0.ApplySecurityGroupsToLoadBalancer$)
1360
138
  .build() {
1361
139
  }
1362
140
 
@@ -1368,7 +146,7 @@ class AttachLoadBalancerToSubnetsCommand extends smithyClient.Command
1368
146
  })
1369
147
  .s("ElasticLoadBalancing_v7", "AttachLoadBalancerToSubnets", {})
1370
148
  .n("ElasticLoadBalancingClient", "AttachLoadBalancerToSubnetsCommand")
1371
- .sc(AttachLoadBalancerToSubnets$)
149
+ .sc(schemas_0.AttachLoadBalancerToSubnets$)
1372
150
  .build() {
1373
151
  }
1374
152
 
@@ -1380,7 +158,7 @@ class ConfigureHealthCheckCommand extends smithyClient.Command
1380
158
  })
1381
159
  .s("ElasticLoadBalancing_v7", "ConfigureHealthCheck", {})
1382
160
  .n("ElasticLoadBalancingClient", "ConfigureHealthCheckCommand")
1383
- .sc(ConfigureHealthCheck$)
161
+ .sc(schemas_0.ConfigureHealthCheck$)
1384
162
  .build() {
1385
163
  }
1386
164
 
@@ -1392,7 +170,7 @@ class CreateAppCookieStickinessPolicyCommand extends smithyClient.Command
1392
170
  })
1393
171
  .s("ElasticLoadBalancing_v7", "CreateAppCookieStickinessPolicy", {})
1394
172
  .n("ElasticLoadBalancingClient", "CreateAppCookieStickinessPolicyCommand")
1395
- .sc(CreateAppCookieStickinessPolicy$)
173
+ .sc(schemas_0.CreateAppCookieStickinessPolicy$)
1396
174
  .build() {
1397
175
  }
1398
176
 
@@ -1404,7 +182,7 @@ class CreateLBCookieStickinessPolicyCommand extends smithyClient.Command
1404
182
  })
1405
183
  .s("ElasticLoadBalancing_v7", "CreateLBCookieStickinessPolicy", {})
1406
184
  .n("ElasticLoadBalancingClient", "CreateLBCookieStickinessPolicyCommand")
1407
- .sc(CreateLBCookieStickinessPolicy$)
185
+ .sc(schemas_0.CreateLBCookieStickinessPolicy$)
1408
186
  .build() {
1409
187
  }
1410
188
 
@@ -1416,7 +194,7 @@ class CreateLoadBalancerCommand extends smithyClient.Command
1416
194
  })
1417
195
  .s("ElasticLoadBalancing_v7", "CreateLoadBalancer", {})
1418
196
  .n("ElasticLoadBalancingClient", "CreateLoadBalancerCommand")
1419
- .sc(CreateLoadBalancer$)
197
+ .sc(schemas_0.CreateLoadBalancer$)
1420
198
  .build() {
1421
199
  }
1422
200
 
@@ -1428,7 +206,7 @@ class CreateLoadBalancerListenersCommand extends smithyClient.Command
1428
206
  })
1429
207
  .s("ElasticLoadBalancing_v7", "CreateLoadBalancerListeners", {})
1430
208
  .n("ElasticLoadBalancingClient", "CreateLoadBalancerListenersCommand")
1431
- .sc(CreateLoadBalancerListeners$)
209
+ .sc(schemas_0.CreateLoadBalancerListeners$)
1432
210
  .build() {
1433
211
  }
1434
212
 
@@ -1440,7 +218,7 @@ class CreateLoadBalancerPolicyCommand extends smithyClient.Command
1440
218
  })
1441
219
  .s("ElasticLoadBalancing_v7", "CreateLoadBalancerPolicy", {})
1442
220
  .n("ElasticLoadBalancingClient", "CreateLoadBalancerPolicyCommand")
1443
- .sc(CreateLoadBalancerPolicy$)
221
+ .sc(schemas_0.CreateLoadBalancerPolicy$)
1444
222
  .build() {
1445
223
  }
1446
224
 
@@ -1452,7 +230,7 @@ class DeleteLoadBalancerCommand extends smithyClient.Command
1452
230
  })
1453
231
  .s("ElasticLoadBalancing_v7", "DeleteLoadBalancer", {})
1454
232
  .n("ElasticLoadBalancingClient", "DeleteLoadBalancerCommand")
1455
- .sc(DeleteLoadBalancer$)
233
+ .sc(schemas_0.DeleteLoadBalancer$)
1456
234
  .build() {
1457
235
  }
1458
236
 
@@ -1464,7 +242,7 @@ class DeleteLoadBalancerListenersCommand extends smithyClient.Command
1464
242
  })
1465
243
  .s("ElasticLoadBalancing_v7", "DeleteLoadBalancerListeners", {})
1466
244
  .n("ElasticLoadBalancingClient", "DeleteLoadBalancerListenersCommand")
1467
- .sc(DeleteLoadBalancerListeners$)
245
+ .sc(schemas_0.DeleteLoadBalancerListeners$)
1468
246
  .build() {
1469
247
  }
1470
248
 
@@ -1476,7 +254,7 @@ class DeleteLoadBalancerPolicyCommand extends smithyClient.Command
1476
254
  })
1477
255
  .s("ElasticLoadBalancing_v7", "DeleteLoadBalancerPolicy", {})
1478
256
  .n("ElasticLoadBalancingClient", "DeleteLoadBalancerPolicyCommand")
1479
- .sc(DeleteLoadBalancerPolicy$)
257
+ .sc(schemas_0.DeleteLoadBalancerPolicy$)
1480
258
  .build() {
1481
259
  }
1482
260
 
@@ -1488,7 +266,7 @@ class DeregisterInstancesFromLoadBalancerCommand extends smithyClient.Command
1488
266
  })
1489
267
  .s("ElasticLoadBalancing_v7", "DeregisterInstancesFromLoadBalancer", {})
1490
268
  .n("ElasticLoadBalancingClient", "DeregisterInstancesFromLoadBalancerCommand")
1491
- .sc(DeregisterInstancesFromLoadBalancer$)
269
+ .sc(schemas_0.DeregisterInstancesFromLoadBalancer$)
1492
270
  .build() {
1493
271
  }
1494
272
 
@@ -1500,7 +278,7 @@ class DescribeAccountLimitsCommand extends smithyClient.Command
1500
278
  })
1501
279
  .s("ElasticLoadBalancing_v7", "DescribeAccountLimits", {})
1502
280
  .n("ElasticLoadBalancingClient", "DescribeAccountLimitsCommand")
1503
- .sc(DescribeAccountLimits$)
281
+ .sc(schemas_0.DescribeAccountLimits$)
1504
282
  .build() {
1505
283
  }
1506
284
 
@@ -1512,7 +290,7 @@ class DescribeInstanceHealthCommand extends smithyClient.Command
1512
290
  })
1513
291
  .s("ElasticLoadBalancing_v7", "DescribeInstanceHealth", {})
1514
292
  .n("ElasticLoadBalancingClient", "DescribeInstanceHealthCommand")
1515
- .sc(DescribeInstanceHealth$)
293
+ .sc(schemas_0.DescribeInstanceHealth$)
1516
294
  .build() {
1517
295
  }
1518
296
 
@@ -1524,7 +302,7 @@ class DescribeLoadBalancerAttributesCommand extends smithyClient.Command
1524
302
  })
1525
303
  .s("ElasticLoadBalancing_v7", "DescribeLoadBalancerAttributes", {})
1526
304
  .n("ElasticLoadBalancingClient", "DescribeLoadBalancerAttributesCommand")
1527
- .sc(DescribeLoadBalancerAttributes$)
305
+ .sc(schemas_0.DescribeLoadBalancerAttributes$)
1528
306
  .build() {
1529
307
  }
1530
308
 
@@ -1536,7 +314,7 @@ class DescribeLoadBalancerPoliciesCommand extends smithyClient.Command
1536
314
  })
1537
315
  .s("ElasticLoadBalancing_v7", "DescribeLoadBalancerPolicies", {})
1538
316
  .n("ElasticLoadBalancingClient", "DescribeLoadBalancerPoliciesCommand")
1539
- .sc(DescribeLoadBalancerPolicies$)
317
+ .sc(schemas_0.DescribeLoadBalancerPolicies$)
1540
318
  .build() {
1541
319
  }
1542
320
 
@@ -1548,7 +326,7 @@ class DescribeLoadBalancerPolicyTypesCommand extends smithyClient.Command
1548
326
  })
1549
327
  .s("ElasticLoadBalancing_v7", "DescribeLoadBalancerPolicyTypes", {})
1550
328
  .n("ElasticLoadBalancingClient", "DescribeLoadBalancerPolicyTypesCommand")
1551
- .sc(DescribeLoadBalancerPolicyTypes$)
329
+ .sc(schemas_0.DescribeLoadBalancerPolicyTypes$)
1552
330
  .build() {
1553
331
  }
1554
332
 
@@ -1560,7 +338,7 @@ class DescribeLoadBalancersCommand extends smithyClient.Command
1560
338
  })
1561
339
  .s("ElasticLoadBalancing_v7", "DescribeLoadBalancers", {})
1562
340
  .n("ElasticLoadBalancingClient", "DescribeLoadBalancersCommand")
1563
- .sc(DescribeLoadBalancers$)
341
+ .sc(schemas_0.DescribeLoadBalancers$)
1564
342
  .build() {
1565
343
  }
1566
344
 
@@ -1572,7 +350,7 @@ class DescribeTagsCommand extends smithyClient.Command
1572
350
  })
1573
351
  .s("ElasticLoadBalancing_v7", "DescribeTags", {})
1574
352
  .n("ElasticLoadBalancingClient", "DescribeTagsCommand")
1575
- .sc(DescribeTags$)
353
+ .sc(schemas_0.DescribeTags$)
1576
354
  .build() {
1577
355
  }
1578
356
 
@@ -1584,7 +362,7 @@ class DetachLoadBalancerFromSubnetsCommand extends smithyClient.Command
1584
362
  })
1585
363
  .s("ElasticLoadBalancing_v7", "DetachLoadBalancerFromSubnets", {})
1586
364
  .n("ElasticLoadBalancingClient", "DetachLoadBalancerFromSubnetsCommand")
1587
- .sc(DetachLoadBalancerFromSubnets$)
365
+ .sc(schemas_0.DetachLoadBalancerFromSubnets$)
1588
366
  .build() {
1589
367
  }
1590
368
 
@@ -1596,7 +374,7 @@ class DisableAvailabilityZonesForLoadBalancerCommand extends smithyClient.Comman
1596
374
  })
1597
375
  .s("ElasticLoadBalancing_v7", "DisableAvailabilityZonesForLoadBalancer", {})
1598
376
  .n("ElasticLoadBalancingClient", "DisableAvailabilityZonesForLoadBalancerCommand")
1599
- .sc(DisableAvailabilityZonesForLoadBalancer$)
377
+ .sc(schemas_0.DisableAvailabilityZonesForLoadBalancer$)
1600
378
  .build() {
1601
379
  }
1602
380
 
@@ -1608,7 +386,7 @@ class EnableAvailabilityZonesForLoadBalancerCommand extends smithyClient.Command
1608
386
  })
1609
387
  .s("ElasticLoadBalancing_v7", "EnableAvailabilityZonesForLoadBalancer", {})
1610
388
  .n("ElasticLoadBalancingClient", "EnableAvailabilityZonesForLoadBalancerCommand")
1611
- .sc(EnableAvailabilityZonesForLoadBalancer$)
389
+ .sc(schemas_0.EnableAvailabilityZonesForLoadBalancer$)
1612
390
  .build() {
1613
391
  }
1614
392
 
@@ -1620,7 +398,7 @@ class ModifyLoadBalancerAttributesCommand extends smithyClient.Command
1620
398
  })
1621
399
  .s("ElasticLoadBalancing_v7", "ModifyLoadBalancerAttributes", {})
1622
400
  .n("ElasticLoadBalancingClient", "ModifyLoadBalancerAttributesCommand")
1623
- .sc(ModifyLoadBalancerAttributes$)
401
+ .sc(schemas_0.ModifyLoadBalancerAttributes$)
1624
402
  .build() {
1625
403
  }
1626
404
 
@@ -1632,7 +410,7 @@ class RegisterInstancesWithLoadBalancerCommand extends smithyClient.Command
1632
410
  })
1633
411
  .s("ElasticLoadBalancing_v7", "RegisterInstancesWithLoadBalancer", {})
1634
412
  .n("ElasticLoadBalancingClient", "RegisterInstancesWithLoadBalancerCommand")
1635
- .sc(RegisterInstancesWithLoadBalancer$)
413
+ .sc(schemas_0.RegisterInstancesWithLoadBalancer$)
1636
414
  .build() {
1637
415
  }
1638
416
 
@@ -1644,7 +422,7 @@ class RemoveTagsCommand extends smithyClient.Command
1644
422
  })
1645
423
  .s("ElasticLoadBalancing_v7", "RemoveTags", {})
1646
424
  .n("ElasticLoadBalancingClient", "RemoveTagsCommand")
1647
- .sc(RemoveTags$)
425
+ .sc(schemas_0.RemoveTags$)
1648
426
  .build() {
1649
427
  }
1650
428
 
@@ -1656,7 +434,7 @@ class SetLoadBalancerListenerSSLCertificateCommand extends smithyClient.Command
1656
434
  })
1657
435
  .s("ElasticLoadBalancing_v7", "SetLoadBalancerListenerSSLCertificate", {})
1658
436
  .n("ElasticLoadBalancingClient", "SetLoadBalancerListenerSSLCertificateCommand")
1659
- .sc(SetLoadBalancerListenerSSLCertificate$)
437
+ .sc(schemas_0.SetLoadBalancerListenerSSLCertificate$)
1660
438
  .build() {
1661
439
  }
1662
440
 
@@ -1668,7 +446,7 @@ class SetLoadBalancerPoliciesForBackendServerCommand extends smithyClient.Comman
1668
446
  })
1669
447
  .s("ElasticLoadBalancing_v7", "SetLoadBalancerPoliciesForBackendServer", {})
1670
448
  .n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesForBackendServerCommand")
1671
- .sc(SetLoadBalancerPoliciesForBackendServer$)
449
+ .sc(schemas_0.SetLoadBalancerPoliciesForBackendServer$)
1672
450
  .build() {
1673
451
  }
1674
452
 
@@ -1680,7 +458,7 @@ class SetLoadBalancerPoliciesOfListenerCommand extends smithyClient.Command
1680
458
  })
1681
459
  .s("ElasticLoadBalancing_v7", "SetLoadBalancerPoliciesOfListener", {})
1682
460
  .n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesOfListenerCommand")
1683
- .sc(SetLoadBalancerPoliciesOfListener$)
461
+ .sc(schemas_0.SetLoadBalancerPoliciesOfListener$)
1684
462
  .build() {
1685
463
  }
1686
464
 
@@ -1855,196 +633,41 @@ Object.defineProperty(exports, "__Client", {
1855
633
  enumerable: true,
1856
634
  get: function () { return smithyClient.Client; }
1857
635
  });
1858
- exports.AccessLog$ = AccessLog$;
1859
- exports.AccessPointNotFoundException = AccessPointNotFoundException;
1860
- exports.AccessPointNotFoundException$ = AccessPointNotFoundException$;
1861
- exports.AddAvailabilityZonesInput$ = AddAvailabilityZonesInput$;
1862
- exports.AddAvailabilityZonesOutput$ = AddAvailabilityZonesOutput$;
1863
- exports.AddTags$ = AddTags$;
636
+ Object.defineProperty(exports, "ElasticLoadBalancingServiceException", {
637
+ enumerable: true,
638
+ get: function () { return ElasticLoadBalancingServiceException.ElasticLoadBalancingServiceException; }
639
+ });
1864
640
  exports.AddTagsCommand = AddTagsCommand;
1865
- exports.AddTagsInput$ = AddTagsInput$;
1866
- exports.AddTagsOutput$ = AddTagsOutput$;
1867
- exports.AdditionalAttribute$ = AdditionalAttribute$;
1868
- exports.AppCookieStickinessPolicy$ = AppCookieStickinessPolicy$;
1869
- exports.ApplySecurityGroupsToLoadBalancer$ = ApplySecurityGroupsToLoadBalancer$;
1870
641
  exports.ApplySecurityGroupsToLoadBalancerCommand = ApplySecurityGroupsToLoadBalancerCommand;
1871
- exports.ApplySecurityGroupsToLoadBalancerInput$ = ApplySecurityGroupsToLoadBalancerInput$;
1872
- exports.ApplySecurityGroupsToLoadBalancerOutput$ = ApplySecurityGroupsToLoadBalancerOutput$;
1873
- exports.AttachLoadBalancerToSubnets$ = AttachLoadBalancerToSubnets$;
1874
642
  exports.AttachLoadBalancerToSubnetsCommand = AttachLoadBalancerToSubnetsCommand;
1875
- exports.AttachLoadBalancerToSubnetsInput$ = AttachLoadBalancerToSubnetsInput$;
1876
- exports.AttachLoadBalancerToSubnetsOutput$ = AttachLoadBalancerToSubnetsOutput$;
1877
- exports.BackendServerDescription$ = BackendServerDescription$;
1878
- exports.CertificateNotFoundException = CertificateNotFoundException;
1879
- exports.CertificateNotFoundException$ = CertificateNotFoundException$;
1880
- exports.ConfigureHealthCheck$ = ConfigureHealthCheck$;
1881
643
  exports.ConfigureHealthCheckCommand = ConfigureHealthCheckCommand;
1882
- exports.ConfigureHealthCheckInput$ = ConfigureHealthCheckInput$;
1883
- exports.ConfigureHealthCheckOutput$ = ConfigureHealthCheckOutput$;
1884
- exports.ConnectionDraining$ = ConnectionDraining$;
1885
- exports.ConnectionSettings$ = ConnectionSettings$;
1886
- exports.CreateAccessPointInput$ = CreateAccessPointInput$;
1887
- exports.CreateAccessPointOutput$ = CreateAccessPointOutput$;
1888
- exports.CreateAppCookieStickinessPolicy$ = CreateAppCookieStickinessPolicy$;
1889
644
  exports.CreateAppCookieStickinessPolicyCommand = CreateAppCookieStickinessPolicyCommand;
1890
- exports.CreateAppCookieStickinessPolicyInput$ = CreateAppCookieStickinessPolicyInput$;
1891
- exports.CreateAppCookieStickinessPolicyOutput$ = CreateAppCookieStickinessPolicyOutput$;
1892
- exports.CreateLBCookieStickinessPolicy$ = CreateLBCookieStickinessPolicy$;
1893
645
  exports.CreateLBCookieStickinessPolicyCommand = CreateLBCookieStickinessPolicyCommand;
1894
- exports.CreateLBCookieStickinessPolicyInput$ = CreateLBCookieStickinessPolicyInput$;
1895
- exports.CreateLBCookieStickinessPolicyOutput$ = CreateLBCookieStickinessPolicyOutput$;
1896
- exports.CreateLoadBalancer$ = CreateLoadBalancer$;
1897
646
  exports.CreateLoadBalancerCommand = CreateLoadBalancerCommand;
1898
- exports.CreateLoadBalancerListenerInput$ = CreateLoadBalancerListenerInput$;
1899
- exports.CreateLoadBalancerListenerOutput$ = CreateLoadBalancerListenerOutput$;
1900
- exports.CreateLoadBalancerListeners$ = CreateLoadBalancerListeners$;
1901
647
  exports.CreateLoadBalancerListenersCommand = CreateLoadBalancerListenersCommand;
1902
- exports.CreateLoadBalancerPolicy$ = CreateLoadBalancerPolicy$;
1903
648
  exports.CreateLoadBalancerPolicyCommand = CreateLoadBalancerPolicyCommand;
1904
- exports.CreateLoadBalancerPolicyInput$ = CreateLoadBalancerPolicyInput$;
1905
- exports.CreateLoadBalancerPolicyOutput$ = CreateLoadBalancerPolicyOutput$;
1906
- exports.CrossZoneLoadBalancing$ = CrossZoneLoadBalancing$;
1907
- exports.DeleteAccessPointInput$ = DeleteAccessPointInput$;
1908
- exports.DeleteAccessPointOutput$ = DeleteAccessPointOutput$;
1909
- exports.DeleteLoadBalancer$ = DeleteLoadBalancer$;
1910
649
  exports.DeleteLoadBalancerCommand = DeleteLoadBalancerCommand;
1911
- exports.DeleteLoadBalancerListenerInput$ = DeleteLoadBalancerListenerInput$;
1912
- exports.DeleteLoadBalancerListenerOutput$ = DeleteLoadBalancerListenerOutput$;
1913
- exports.DeleteLoadBalancerListeners$ = DeleteLoadBalancerListeners$;
1914
650
  exports.DeleteLoadBalancerListenersCommand = DeleteLoadBalancerListenersCommand;
1915
- exports.DeleteLoadBalancerPolicy$ = DeleteLoadBalancerPolicy$;
1916
651
  exports.DeleteLoadBalancerPolicyCommand = DeleteLoadBalancerPolicyCommand;
1917
- exports.DeleteLoadBalancerPolicyInput$ = DeleteLoadBalancerPolicyInput$;
1918
- exports.DeleteLoadBalancerPolicyOutput$ = DeleteLoadBalancerPolicyOutput$;
1919
- exports.DependencyThrottleException = DependencyThrottleException;
1920
- exports.DependencyThrottleException$ = DependencyThrottleException$;
1921
- exports.DeregisterEndPointsInput$ = DeregisterEndPointsInput$;
1922
- exports.DeregisterEndPointsOutput$ = DeregisterEndPointsOutput$;
1923
- exports.DeregisterInstancesFromLoadBalancer$ = DeregisterInstancesFromLoadBalancer$;
1924
652
  exports.DeregisterInstancesFromLoadBalancerCommand = DeregisterInstancesFromLoadBalancerCommand;
1925
- exports.DescribeAccessPointsInput$ = DescribeAccessPointsInput$;
1926
- exports.DescribeAccessPointsOutput$ = DescribeAccessPointsOutput$;
1927
- exports.DescribeAccountLimits$ = DescribeAccountLimits$;
1928
653
  exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
1929
- exports.DescribeAccountLimitsInput$ = DescribeAccountLimitsInput$;
1930
- exports.DescribeAccountLimitsOutput$ = DescribeAccountLimitsOutput$;
1931
- exports.DescribeEndPointStateInput$ = DescribeEndPointStateInput$;
1932
- exports.DescribeEndPointStateOutput$ = DescribeEndPointStateOutput$;
1933
- exports.DescribeInstanceHealth$ = DescribeInstanceHealth$;
1934
654
  exports.DescribeInstanceHealthCommand = DescribeInstanceHealthCommand;
1935
- exports.DescribeLoadBalancerAttributes$ = DescribeLoadBalancerAttributes$;
1936
655
  exports.DescribeLoadBalancerAttributesCommand = DescribeLoadBalancerAttributesCommand;
1937
- exports.DescribeLoadBalancerAttributesInput$ = DescribeLoadBalancerAttributesInput$;
1938
- exports.DescribeLoadBalancerAttributesOutput$ = DescribeLoadBalancerAttributesOutput$;
1939
- exports.DescribeLoadBalancerPolicies$ = DescribeLoadBalancerPolicies$;
1940
656
  exports.DescribeLoadBalancerPoliciesCommand = DescribeLoadBalancerPoliciesCommand;
1941
- exports.DescribeLoadBalancerPoliciesInput$ = DescribeLoadBalancerPoliciesInput$;
1942
- exports.DescribeLoadBalancerPoliciesOutput$ = DescribeLoadBalancerPoliciesOutput$;
1943
- exports.DescribeLoadBalancerPolicyTypes$ = DescribeLoadBalancerPolicyTypes$;
1944
657
  exports.DescribeLoadBalancerPolicyTypesCommand = DescribeLoadBalancerPolicyTypesCommand;
1945
- exports.DescribeLoadBalancerPolicyTypesInput$ = DescribeLoadBalancerPolicyTypesInput$;
1946
- exports.DescribeLoadBalancerPolicyTypesOutput$ = DescribeLoadBalancerPolicyTypesOutput$;
1947
- exports.DescribeLoadBalancers$ = DescribeLoadBalancers$;
1948
658
  exports.DescribeLoadBalancersCommand = DescribeLoadBalancersCommand;
1949
- exports.DescribeTags$ = DescribeTags$;
1950
659
  exports.DescribeTagsCommand = DescribeTagsCommand;
1951
- exports.DescribeTagsInput$ = DescribeTagsInput$;
1952
- exports.DescribeTagsOutput$ = DescribeTagsOutput$;
1953
- exports.DetachLoadBalancerFromSubnets$ = DetachLoadBalancerFromSubnets$;
1954
660
  exports.DetachLoadBalancerFromSubnetsCommand = DetachLoadBalancerFromSubnetsCommand;
1955
- exports.DetachLoadBalancerFromSubnetsInput$ = DetachLoadBalancerFromSubnetsInput$;
1956
- exports.DetachLoadBalancerFromSubnetsOutput$ = DetachLoadBalancerFromSubnetsOutput$;
1957
- exports.DisableAvailabilityZonesForLoadBalancer$ = DisableAvailabilityZonesForLoadBalancer$;
1958
661
  exports.DisableAvailabilityZonesForLoadBalancerCommand = DisableAvailabilityZonesForLoadBalancerCommand;
1959
- exports.DuplicateAccessPointNameException = DuplicateAccessPointNameException;
1960
- exports.DuplicateAccessPointNameException$ = DuplicateAccessPointNameException$;
1961
- exports.DuplicateListenerException = DuplicateListenerException;
1962
- exports.DuplicateListenerException$ = DuplicateListenerException$;
1963
- exports.DuplicatePolicyNameException = DuplicatePolicyNameException;
1964
- exports.DuplicatePolicyNameException$ = DuplicatePolicyNameException$;
1965
- exports.DuplicateTagKeysException = DuplicateTagKeysException;
1966
- exports.DuplicateTagKeysException$ = DuplicateTagKeysException$;
1967
662
  exports.ElasticLoadBalancing = ElasticLoadBalancing;
1968
663
  exports.ElasticLoadBalancingClient = ElasticLoadBalancingClient;
1969
- exports.ElasticLoadBalancingServiceException = ElasticLoadBalancingServiceException;
1970
- exports.ElasticLoadBalancingServiceException$ = ElasticLoadBalancingServiceException$;
1971
- exports.EnableAvailabilityZonesForLoadBalancer$ = EnableAvailabilityZonesForLoadBalancer$;
1972
664
  exports.EnableAvailabilityZonesForLoadBalancerCommand = EnableAvailabilityZonesForLoadBalancerCommand;
1973
- exports.HealthCheck$ = HealthCheck$;
1974
- exports.Instance$ = Instance$;
1975
- exports.InstanceState$ = InstanceState$;
1976
- exports.InvalidConfigurationRequestException = InvalidConfigurationRequestException;
1977
- exports.InvalidConfigurationRequestException$ = InvalidConfigurationRequestException$;
1978
- exports.InvalidEndPointException = InvalidEndPointException;
1979
- exports.InvalidEndPointException$ = InvalidEndPointException$;
1980
- exports.InvalidSchemeException = InvalidSchemeException;
1981
- exports.InvalidSchemeException$ = InvalidSchemeException$;
1982
- exports.InvalidSecurityGroupException = InvalidSecurityGroupException;
1983
- exports.InvalidSecurityGroupException$ = InvalidSecurityGroupException$;
1984
- exports.InvalidSubnetException = InvalidSubnetException;
1985
- exports.InvalidSubnetException$ = InvalidSubnetException$;
1986
- exports.LBCookieStickinessPolicy$ = LBCookieStickinessPolicy$;
1987
- exports.Limit$ = Limit$;
1988
- exports.Listener$ = Listener$;
1989
- exports.ListenerDescription$ = ListenerDescription$;
1990
- exports.ListenerNotFoundException = ListenerNotFoundException;
1991
- exports.ListenerNotFoundException$ = ListenerNotFoundException$;
1992
- exports.LoadBalancerAttributeNotFoundException = LoadBalancerAttributeNotFoundException;
1993
- exports.LoadBalancerAttributeNotFoundException$ = LoadBalancerAttributeNotFoundException$;
1994
- exports.LoadBalancerAttributes$ = LoadBalancerAttributes$;
1995
- exports.LoadBalancerDescription$ = LoadBalancerDescription$;
1996
- exports.ModifyLoadBalancerAttributes$ = ModifyLoadBalancerAttributes$;
1997
665
  exports.ModifyLoadBalancerAttributesCommand = ModifyLoadBalancerAttributesCommand;
1998
- exports.ModifyLoadBalancerAttributesInput$ = ModifyLoadBalancerAttributesInput$;
1999
- exports.ModifyLoadBalancerAttributesOutput$ = ModifyLoadBalancerAttributesOutput$;
2000
- exports.OperationNotPermittedException = OperationNotPermittedException;
2001
- exports.OperationNotPermittedException$ = OperationNotPermittedException$;
2002
- exports.Policies$ = Policies$;
2003
- exports.PolicyAttribute$ = PolicyAttribute$;
2004
- exports.PolicyAttributeDescription$ = PolicyAttributeDescription$;
2005
- exports.PolicyAttributeTypeDescription$ = PolicyAttributeTypeDescription$;
2006
- exports.PolicyDescription$ = PolicyDescription$;
2007
- exports.PolicyNotFoundException = PolicyNotFoundException;
2008
- exports.PolicyNotFoundException$ = PolicyNotFoundException$;
2009
- exports.PolicyTypeDescription$ = PolicyTypeDescription$;
2010
- exports.PolicyTypeNotFoundException = PolicyTypeNotFoundException;
2011
- exports.PolicyTypeNotFoundException$ = PolicyTypeNotFoundException$;
2012
- exports.RegisterEndPointsInput$ = RegisterEndPointsInput$;
2013
- exports.RegisterEndPointsOutput$ = RegisterEndPointsOutput$;
2014
- exports.RegisterInstancesWithLoadBalancer$ = RegisterInstancesWithLoadBalancer$;
2015
666
  exports.RegisterInstancesWithLoadBalancerCommand = RegisterInstancesWithLoadBalancerCommand;
2016
- exports.RemoveAvailabilityZonesInput$ = RemoveAvailabilityZonesInput$;
2017
- exports.RemoveAvailabilityZonesOutput$ = RemoveAvailabilityZonesOutput$;
2018
- exports.RemoveTags$ = RemoveTags$;
2019
667
  exports.RemoveTagsCommand = RemoveTagsCommand;
2020
- exports.RemoveTagsInput$ = RemoveTagsInput$;
2021
- exports.RemoveTagsOutput$ = RemoveTagsOutput$;
2022
- exports.SetLoadBalancerListenerSSLCertificate$ = SetLoadBalancerListenerSSLCertificate$;
2023
668
  exports.SetLoadBalancerListenerSSLCertificateCommand = SetLoadBalancerListenerSSLCertificateCommand;
2024
- exports.SetLoadBalancerListenerSSLCertificateInput$ = SetLoadBalancerListenerSSLCertificateInput$;
2025
- exports.SetLoadBalancerListenerSSLCertificateOutput$ = SetLoadBalancerListenerSSLCertificateOutput$;
2026
- exports.SetLoadBalancerPoliciesForBackendServer$ = SetLoadBalancerPoliciesForBackendServer$;
2027
669
  exports.SetLoadBalancerPoliciesForBackendServerCommand = SetLoadBalancerPoliciesForBackendServerCommand;
2028
- exports.SetLoadBalancerPoliciesForBackendServerInput$ = SetLoadBalancerPoliciesForBackendServerInput$;
2029
- exports.SetLoadBalancerPoliciesForBackendServerOutput$ = SetLoadBalancerPoliciesForBackendServerOutput$;
2030
- exports.SetLoadBalancerPoliciesOfListener$ = SetLoadBalancerPoliciesOfListener$;
2031
670
  exports.SetLoadBalancerPoliciesOfListenerCommand = SetLoadBalancerPoliciesOfListenerCommand;
2032
- exports.SetLoadBalancerPoliciesOfListenerInput$ = SetLoadBalancerPoliciesOfListenerInput$;
2033
- exports.SetLoadBalancerPoliciesOfListenerOutput$ = SetLoadBalancerPoliciesOfListenerOutput$;
2034
- exports.SourceSecurityGroup$ = SourceSecurityGroup$;
2035
- exports.SubnetNotFoundException = SubnetNotFoundException;
2036
- exports.SubnetNotFoundException$ = SubnetNotFoundException$;
2037
- exports.Tag$ = Tag$;
2038
- exports.TagDescription$ = TagDescription$;
2039
- exports.TagKeyOnly$ = TagKeyOnly$;
2040
- exports.TooManyAccessPointsException = TooManyAccessPointsException;
2041
- exports.TooManyAccessPointsException$ = TooManyAccessPointsException$;
2042
- exports.TooManyPoliciesException = TooManyPoliciesException;
2043
- exports.TooManyPoliciesException$ = TooManyPoliciesException$;
2044
- exports.TooManyTagsException = TooManyTagsException;
2045
- exports.TooManyTagsException$ = TooManyTagsException$;
2046
- exports.UnsupportedProtocolException = UnsupportedProtocolException;
2047
- exports.UnsupportedProtocolException$ = UnsupportedProtocolException$;
2048
671
  exports.paginateDescribeLoadBalancers = paginateDescribeLoadBalancers;
2049
672
  exports.waitForAnyInstanceInService = waitForAnyInstanceInService;
2050
673
  exports.waitForInstanceDeregistered = waitForInstanceDeregistered;
@@ -2052,3 +675,15 @@ exports.waitForInstanceInService = waitForInstanceInService;
2052
675
  exports.waitUntilAnyInstanceInService = waitUntilAnyInstanceInService;
2053
676
  exports.waitUntilInstanceDeregistered = waitUntilInstanceDeregistered;
2054
677
  exports.waitUntilInstanceInService = waitUntilInstanceInService;
678
+ Object.keys(schemas_0).forEach(function (k) {
679
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
680
+ enumerable: true,
681
+ get: function () { return schemas_0[k]; }
682
+ });
683
+ });
684
+ Object.keys(errors).forEach(function (k) {
685
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
686
+ enumerable: true,
687
+ get: function () { return errors[k]; }
688
+ });
689
+ });