@aws-sdk/client-rtbfabric 3.948.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist-cjs/index.js +363 -260
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AcceptLinkCommand.js +2 -2
  4. package/dist-es/commands/CreateInboundExternalLinkCommand.js +2 -2
  5. package/dist-es/commands/CreateLinkCommand.js +2 -2
  6. package/dist-es/commands/CreateOutboundExternalLinkCommand.js +2 -2
  7. package/dist-es/commands/CreateRequesterGatewayCommand.js +2 -2
  8. package/dist-es/commands/CreateResponderGatewayCommand.js +2 -2
  9. package/dist-es/commands/DeleteInboundExternalLinkCommand.js +2 -2
  10. package/dist-es/commands/DeleteLinkCommand.js +2 -2
  11. package/dist-es/commands/DeleteOutboundExternalLinkCommand.js +2 -2
  12. package/dist-es/commands/DeleteRequesterGatewayCommand.js +2 -2
  13. package/dist-es/commands/DeleteResponderGatewayCommand.js +2 -2
  14. package/dist-es/commands/GetInboundExternalLinkCommand.js +2 -2
  15. package/dist-es/commands/GetLinkCommand.js +2 -2
  16. package/dist-es/commands/GetOutboundExternalLinkCommand.js +2 -2
  17. package/dist-es/commands/GetRequesterGatewayCommand.js +2 -2
  18. package/dist-es/commands/GetResponderGatewayCommand.js +2 -2
  19. package/dist-es/commands/ListLinksCommand.js +2 -2
  20. package/dist-es/commands/ListRequesterGatewaysCommand.js +2 -2
  21. package/dist-es/commands/ListResponderGatewaysCommand.js +2 -2
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-es/commands/RejectLinkCommand.js +2 -2
  24. package/dist-es/commands/TagResourceCommand.js +2 -2
  25. package/dist-es/commands/UntagResourceCommand.js +2 -2
  26. package/dist-es/commands/UpdateLinkCommand.js +2 -2
  27. package/dist-es/commands/UpdateLinkModuleFlowCommand.js +2 -2
  28. package/dist-es/commands/UpdateRequesterGatewayCommand.js +2 -2
  29. package/dist-es/commands/UpdateResponderGatewayCommand.js +2 -2
  30. package/dist-es/index.js +1 -0
  31. package/dist-es/runtimeConfig.shared.js +6 -1
  32. package/dist-es/schemas/schemas_0.js +214 -220
  33. package/dist-types/RTBFabricClient.d.ts +1 -10
  34. package/dist-types/index.d.ts +1 -0
  35. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  36. package/dist-types/runtimeConfig.d.ts +6 -2
  37. package/dist-types/runtimeConfig.native.d.ts +6 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  39. package/dist-types/schemas/schemas_0.d.ts +110 -126
  40. package/dist-types/ts3.4/RTBFabricClient.d.ts +0 -4
  41. package/dist-types/ts3.4/index.d.ts +1 -0
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +109 -127
  47. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class RTBFabricClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let RTBFabricServiceException$1 = class RTBFabricServiceException extends smithyClient.ServiceException {
114
+ class RTBFabricServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, RTBFabricServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- let AccessDeniedException$1 = class AccessDeniedException extends RTBFabricServiceException$1 {
121
+ class AccessDeniedException extends RTBFabricServiceException {
122
122
  name = "AccessDeniedException";
123
123
  $fault = "client";
124
124
  constructor(opts) {
@@ -129,8 +129,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends RTBFabricServi
129
129
  });
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  }
132
- };
133
- let ConflictException$1 = class ConflictException extends RTBFabricServiceException$1 {
132
+ }
133
+ class ConflictException extends RTBFabricServiceException {
134
134
  name = "ConflictException";
135
135
  $fault = "client";
136
136
  constructor(opts) {
@@ -141,8 +141,8 @@ let ConflictException$1 = class ConflictException extends RTBFabricServiceExcept
141
141
  });
142
142
  Object.setPrototypeOf(this, ConflictException.prototype);
143
143
  }
144
- };
145
- let InternalServerException$1 = class InternalServerException extends RTBFabricServiceException$1 {
144
+ }
145
+ class InternalServerException extends RTBFabricServiceException {
146
146
  name = "InternalServerException";
147
147
  $fault = "server";
148
148
  $retryable = {};
@@ -154,8 +154,8 @@ let InternalServerException$1 = class InternalServerException extends RTBFabricS
154
154
  });
155
155
  Object.setPrototypeOf(this, InternalServerException.prototype);
156
156
  }
157
- };
158
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends RTBFabricServiceException$1 {
157
+ }
158
+ class ResourceNotFoundException extends RTBFabricServiceException {
159
159
  name = "ResourceNotFoundException";
160
160
  $fault = "client";
161
161
  constructor(opts) {
@@ -166,8 +166,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends RTBFab
166
166
  });
167
167
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
168
168
  }
169
- };
170
- let ThrottlingException$1 = class ThrottlingException extends RTBFabricServiceException$1 {
169
+ }
170
+ class ThrottlingException extends RTBFabricServiceException {
171
171
  name = "ThrottlingException";
172
172
  $fault = "client";
173
173
  $retryable = {};
@@ -179,8 +179,8 @@ let ThrottlingException$1 = class ThrottlingException extends RTBFabricServiceEx
179
179
  });
180
180
  Object.setPrototypeOf(this, ThrottlingException.prototype);
181
181
  }
182
- };
183
- let ValidationException$1 = class ValidationException extends RTBFabricServiceException$1 {
182
+ }
183
+ class ValidationException extends RTBFabricServiceException {
184
184
  name = "ValidationException";
185
185
  $fault = "client";
186
186
  constructor(opts) {
@@ -191,8 +191,8 @@ let ValidationException$1 = class ValidationException extends RTBFabricServiceEx
191
191
  });
192
192
  Object.setPrototypeOf(this, ValidationException.prototype);
193
193
  }
194
- };
195
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends RTBFabricServiceException$1 {
194
+ }
195
+ class ServiceQuotaExceededException extends RTBFabricServiceException {
196
196
  name = "ServiceQuotaExceededException";
197
197
  $fault = "client";
198
198
  constructor(opts) {
@@ -203,7 +203,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
203
203
  });
204
204
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
205
205
  }
206
- };
206
+ }
207
207
 
208
208
  const _A = "Action";
209
209
  const _ADE = "AccessDeniedException";
@@ -404,36 +404,36 @@ const _va = "value";
404
404
  const _ve = "version";
405
405
  const n0 = "com.amazonaws.rtbfabric";
406
406
  var Base64EncodedCertificateChain = [0, n0, _BECC, 8, 0];
407
- var AcceptLinkRequest = [
407
+ var AcceptLinkRequest$ = [
408
408
  3,
409
409
  n0,
410
410
  _ALR,
411
411
  0,
412
412
  [_gI, _lI, _a, _lS],
413
- [[0, 1], [0, 1], () => LinkAttributes, () => LinkLogSettings],
413
+ [[0, 1], [0, 1], () => LinkAttributes$, () => LinkLogSettings$],
414
414
  ];
415
- var AcceptLinkResponse = [
415
+ var AcceptLinkResponse$ = [
416
416
  3,
417
417
  n0,
418
418
  _ALRc,
419
419
  0,
420
420
  [_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI],
421
- [0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0],
422
- ];
423
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
424
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
425
- var AutoScalingGroupsConfiguration = [3, n0, _ASGC, 0, [_aSGN, _rA], [64 | 0, 0]];
426
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
427
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
428
- var CreateInboundExternalLinkRequest = [
421
+ [0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 0],
422
+ ];
423
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
424
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
425
+ var AutoScalingGroupsConfiguration$ = [3, n0, _ASGC, 0, [_aSGN, _rA], [64 | 0, 0]];
426
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
427
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
428
+ var CreateInboundExternalLinkRequest$ = [
429
429
  3,
430
430
  n0,
431
431
  _CIELR,
432
432
  0,
433
433
  [_cT, _gI, _a, _lS, _t],
434
- [[0, 4], [0, 1], () => LinkAttributes, () => LinkLogSettings, 128 | 0],
434
+ [[0, 4], [0, 1], () => LinkAttributes$, () => LinkLogSettings$, 128 | 0],
435
435
  ];
436
- var CreateInboundExternalLinkResponse = [
436
+ var CreateInboundExternalLinkResponse$ = [
437
437
  3,
438
438
  n0,
439
439
  _CIELRr,
@@ -441,32 +441,32 @@ var CreateInboundExternalLinkResponse = [
441
441
  [_gI, _lI, _s, _dN],
442
442
  [0, 0, 0, 0],
443
443
  ];
444
- var CreateLinkRequest = [
444
+ var CreateLinkRequest$ = [
445
445
  3,
446
446
  n0,
447
447
  _CLR,
448
448
  0,
449
449
  [_gI, _pGI, _a, _hRA, _t, _lS],
450
- [[0, 1], 0, () => LinkAttributes, 2, 128 | 0, () => LinkLogSettings],
450
+ [[0, 1], 0, () => LinkAttributes$, 2, 128 | 0, () => LinkLogSettings$],
451
451
  ];
452
- var CreateLinkResponse = [
452
+ var CreateLinkResponse$ = [
453
453
  3,
454
454
  n0,
455
455
  _CLRr,
456
456
  0,
457
457
  [_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI, _cPI],
458
- [0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0, 0],
458
+ [0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 0, 0],
459
459
  ];
460
- var CreateOutboundExternalLinkRequest = [
460
+ var CreateOutboundExternalLinkRequest$ = [
461
461
  3,
462
462
  n0,
463
463
  _COELR,
464
464
  0,
465
465
  [_cT, _gI, _a, _pE, _lS, _t],
466
- [[0, 4], [0, 1], () => LinkAttributes, 0, () => LinkLogSettings, 128 | 0],
466
+ [[0, 4], [0, 1], () => LinkAttributes$, 0, () => LinkLogSettings$, 128 | 0],
467
467
  ];
468
- var CreateOutboundExternalLinkResponse = [3, n0, _COELRr, 0, [_gI, _lI, _s], [0, 0, 0]];
469
- var CreateRequesterGatewayRequest = [
468
+ var CreateOutboundExternalLinkResponse$ = [3, n0, _COELRr, 0, [_gI, _lI, _s], [0, 0, 0]];
469
+ var CreateRequesterGatewayRequest$ = [
470
470
  3,
471
471
  n0,
472
472
  _CRGR,
@@ -474,8 +474,8 @@ var CreateRequesterGatewayRequest = [
474
474
  [_vI, _sI, _sGI, _cT, _de, _t],
475
475
  [0, 64 | 0, 64 | 0, [0, 4], 0, 128 | 0],
476
476
  ];
477
- var CreateRequesterGatewayResponse = [3, n0, _CRGRr, 0, [_gI, _dN, _s], [0, 0, 0]];
478
- var CreateResponderGatewayRequest = [
477
+ var CreateRequesterGatewayResponse$ = [3, n0, _CRGRr, 0, [_gI, _dN, _s], [0, 0, 0]];
478
+ var CreateResponderGatewayRequest$ = [
479
479
  3,
480
480
  n0,
481
481
  _CRGRre,
@@ -488,15 +488,15 @@ var CreateResponderGatewayRequest = [
488
488
  0,
489
489
  1,
490
490
  0,
491
- [() => TrustStoreConfiguration, 0],
492
- [() => ManagedEndpointConfiguration, 0],
491
+ [() => TrustStoreConfiguration$, 0],
492
+ [() => ManagedEndpointConfiguration$, 0],
493
493
  [0, 4],
494
494
  0,
495
495
  128 | 0,
496
496
  ],
497
497
  ];
498
- var CreateResponderGatewayResponse = [3, n0, _CRGRrea, 0, [_gI, _s], [0, 0]];
499
- var DeleteInboundExternalLinkRequest = [
498
+ var CreateResponderGatewayResponse$ = [3, n0, _CRGRrea, 0, [_gI, _s], [0, 0]];
499
+ var DeleteInboundExternalLinkRequest$ = [
500
500
  3,
501
501
  n0,
502
502
  _DIELR,
@@ -507,8 +507,8 @@ var DeleteInboundExternalLinkRequest = [
507
507
  [0, 1],
508
508
  ],
509
509
  ];
510
- var DeleteInboundExternalLinkResponse = [3, n0, _DIELRe, 0, [_lI, _s], [0, 0]];
511
- var DeleteLinkRequest = [
510
+ var DeleteInboundExternalLinkResponse$ = [3, n0, _DIELRe, 0, [_lI, _s], [0, 0]];
511
+ var DeleteLinkRequest$ = [
512
512
  3,
513
513
  n0,
514
514
  _DLR,
@@ -519,8 +519,8 @@ var DeleteLinkRequest = [
519
519
  [0, 1],
520
520
  ],
521
521
  ];
522
- var DeleteLinkResponse = [3, n0, _DLRe, 0, [_lI, _s], [0, 0]];
523
- var DeleteOutboundExternalLinkRequest = [
522
+ var DeleteLinkResponse$ = [3, n0, _DLRe, 0, [_lI, _s], [0, 0]];
523
+ var DeleteOutboundExternalLinkRequest$ = [
524
524
  3,
525
525
  n0,
526
526
  _DOELR,
@@ -531,12 +531,12 @@ var DeleteOutboundExternalLinkRequest = [
531
531
  [0, 1],
532
532
  ],
533
533
  ];
534
- var DeleteOutboundExternalLinkResponse = [3, n0, _DOELRe, 0, [_lI, _s], [0, 0]];
535
- var DeleteRequesterGatewayRequest = [3, n0, _DRGR, 0, [_gI], [[0, 1]]];
536
- var DeleteRequesterGatewayResponse = [3, n0, _DRGRe, 0, [_gI, _s], [0, 0]];
537
- var DeleteResponderGatewayRequest = [3, n0, _DRGRel, 0, [_gI], [[0, 1]]];
538
- var DeleteResponderGatewayResponse = [3, n0, _DRGRele, 0, [_gI, _s], [0, 0]];
539
- var EksEndpointsConfiguration = [
534
+ var DeleteOutboundExternalLinkResponse$ = [3, n0, _DOELRe, 0, [_lI, _s], [0, 0]];
535
+ var DeleteRequesterGatewayRequest$ = [3, n0, _DRGR, 0, [_gI], [[0, 1]]];
536
+ var DeleteRequesterGatewayResponse$ = [3, n0, _DRGRe, 0, [_gI, _s], [0, 0]];
537
+ var DeleteResponderGatewayRequest$ = [3, n0, _DRGRel, 0, [_gI], [[0, 1]]];
538
+ var DeleteResponderGatewayResponse$ = [3, n0, _DRGRele, 0, [_gI, _s], [0, 0]];
539
+ var EksEndpointsConfiguration$ = [
540
540
  3,
541
541
  n0,
542
542
  _EEC,
@@ -544,9 +544,9 @@ var EksEndpointsConfiguration = [
544
544
  [_eRN, _eRNn, _cASEU, _cASCCC, _cN, _rA],
545
545
  [0, 0, 0, [() => Base64EncodedCertificateChain, 0], 0, 0],
546
546
  ];
547
- var Filter = [3, n0, _F, 0, [_cr], [() => FilterCriteria]];
548
- var FilterCriterion = [3, n0, _FC, 0, [_pa, _v], [0, 64 | 0]];
549
- var GetInboundExternalLinkRequest = [
547
+ var Filter$ = [3, n0, _F, 0, [_cr], [() => FilterCriteria]];
548
+ var FilterCriterion$ = [3, n0, _FC, 0, [_pa, _v], [0, 64 | 0]];
549
+ var GetInboundExternalLinkRequest$ = [
550
550
  3,
551
551
  n0,
552
552
  _GIELR,
@@ -557,7 +557,7 @@ var GetInboundExternalLinkRequest = [
557
557
  [0, 1],
558
558
  ],
559
559
  ];
560
- var GetInboundExternalLinkResponse = [
560
+ var GetInboundExternalLinkResponse$ = [
561
561
  3,
562
562
  n0,
563
563
  _GIELRe,
@@ -570,14 +570,14 @@ var GetInboundExternalLinkResponse = [
570
570
  0,
571
571
  () => ModuleConfigurationList,
572
572
  () => ModuleConfigurationList,
573
- () => LinkAttributes,
573
+ () => LinkAttributes$,
574
574
  4,
575
575
  4,
576
576
  128 | 0,
577
- () => LinkLogSettings,
577
+ () => LinkLogSettings$,
578
578
  ],
579
579
  ];
580
- var GetLinkRequest = [
580
+ var GetLinkRequest$ = [
581
581
  3,
582
582
  n0,
583
583
  _GLR,
@@ -588,7 +588,7 @@ var GetLinkRequest = [
588
588
  [0, 1],
589
589
  ],
590
590
  ];
591
- var GetLinkResponse = [
591
+ var GetLinkResponse$ = [
592
592
  3,
593
593
  n0,
594
594
  _GLRe,
@@ -603,13 +603,13 @@ var GetLinkResponse = [
603
603
  0,
604
604
  () => ModuleConfigurationList,
605
605
  () => ModuleConfigurationList,
606
- () => LinkAttributes,
606
+ () => LinkAttributes$,
607
607
  0,
608
608
  128 | 0,
609
- () => LinkLogSettings,
609
+ () => LinkLogSettings$,
610
610
  ],
611
611
  ];
612
- var GetOutboundExternalLinkRequest = [
612
+ var GetOutboundExternalLinkRequest$ = [
613
613
  3,
614
614
  n0,
615
615
  _GOELR,
@@ -620,16 +620,16 @@ var GetOutboundExternalLinkRequest = [
620
620
  [0, 1],
621
621
  ],
622
622
  ];
623
- var GetOutboundExternalLinkResponse = [
623
+ var GetOutboundExternalLinkResponse$ = [
624
624
  3,
625
625
  n0,
626
626
  _GOELRe,
627
627
  0,
628
628
  [_gI, _lI, _s, _pE, _cA, _uA, _t, _lS],
629
- [0, 0, 0, 0, 4, 4, 128 | 0, () => LinkLogSettings],
629
+ [0, 0, 0, 0, 4, 4, 128 | 0, () => LinkLogSettings$],
630
630
  ];
631
- var GetRequesterGatewayRequest = [3, n0, _GRGR, 0, [_gI], [[0, 1]]];
632
- var GetRequesterGatewayResponse = [
631
+ var GetRequesterGatewayRequest$ = [3, n0, _GRGR, 0, [_gI], [[0, 1]]];
632
+ var GetRequesterGatewayResponse$ = [
633
633
  3,
634
634
  n0,
635
635
  _GRGRe,
@@ -637,8 +637,8 @@ var GetRequesterGatewayResponse = [
637
637
  [_s, _dN, _de, _cA, _uA, _vI, _sI, _sGI, _gI, _t, _aLC, _tLC],
638
638
  [0, 0, 0, 4, 4, 0, 64 | 0, 64 | 0, 0, 128 | 0, 1, 1],
639
639
  ];
640
- var GetResponderGatewayRequest = [3, n0, _GRGRet, 0, [_gI], [[0, 1]]];
641
- var GetResponderGatewayResponse = [
640
+ var GetResponderGatewayRequest$ = [3, n0, _GRGRet, 0, [_gI], [[0, 1]]];
641
+ var GetResponderGatewayResponse$ = [
642
642
  3,
643
643
  n0,
644
644
  _GRGRete,
@@ -655,8 +655,8 @@ var GetResponderGatewayResponse = [
655
655
  0,
656
656
  1,
657
657
  0,
658
- [() => TrustStoreConfiguration, 0],
659
- [() => ManagedEndpointConfiguration, 0],
658
+ [() => TrustStoreConfiguration$, 0],
659
+ [() => ManagedEndpointConfiguration$, 0],
660
660
  0,
661
661
  128 | 0,
662
662
  1,
@@ -664,21 +664,21 @@ var GetResponderGatewayResponse = [
664
664
  1,
665
665
  ],
666
666
  ];
667
- var HeaderTagAction = [3, n0, _HTA, 0, [_n, _va], [0, 0]];
668
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
669
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
670
- var LinkApplicationLogConfiguration = [
667
+ var HeaderTagAction$ = [3, n0, _HTA, 0, [_n, _va], [0, 0]];
668
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
669
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
670
+ var LinkApplicationLogConfiguration$ = [
671
671
  3,
672
672
  n0,
673
673
  _LALC,
674
674
  0,
675
675
  [_sa],
676
- [() => LinkApplicationLogSampling],
676
+ [() => LinkApplicationLogSampling$],
677
677
  ];
678
- var LinkApplicationLogSampling = [3, n0, _LALS, 0, [_eL, _fL], [1, 1]];
679
- var LinkAttributes = [3, n0, _LA, 0, [_rEM, _cPI], [() => ResponderErrorMasking, 0]];
680
- var LinkLogSettings = [3, n0, _LLS, 0, [_aL], [() => LinkApplicationLogConfiguration]];
681
- var ListLinksRequest = [
678
+ var LinkApplicationLogSampling$ = [3, n0, _LALS, 0, [_eL, _fL], [1, 1]];
679
+ var LinkAttributes$ = [3, n0, _LA, 0, [_rEM, _cPI], [() => ResponderErrorMasking, 0]];
680
+ var LinkLogSettings$ = [3, n0, _LLS, 0, [_aL], [() => LinkApplicationLogConfiguration$]];
681
+ var ListLinksRequest$ = [
682
682
  3,
683
683
  n0,
684
684
  _LLR,
@@ -690,16 +690,16 @@ var ListLinksRequest = [
690
690
  [1, { [_hQ]: _mR }],
691
691
  ],
692
692
  ];
693
- var ListLinksResponse = [3, n0, _LLRi, 0, [_l, _nT], [() => LinkList, 0]];
694
- var ListLinksResponseStructure = [
693
+ var ListLinksResponse$ = [3, n0, _LLRi, 0, [_l, _nT], [() => LinkList, 0]];
694
+ var ListLinksResponseStructure$ = [
695
695
  3,
696
696
  n0,
697
697
  _LLRS,
698
698
  0,
699
699
  [_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI, _t],
700
- [0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0, 128 | 0],
700
+ [0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 0, 128 | 0],
701
701
  ];
702
- var ListRequesterGatewaysRequest = [
702
+ var ListRequesterGatewaysRequest$ = [
703
703
  3,
704
704
  n0,
705
705
  _LRGR,
@@ -710,8 +710,8 @@ var ListRequesterGatewaysRequest = [
710
710
  [0, { [_hQ]: _nT }],
711
711
  ],
712
712
  ];
713
- var ListRequesterGatewaysResponse = [3, n0, _LRGRi, 0, [_gIa, _nT], [64 | 0, 0]];
714
- var ListResponderGatewaysRequest = [
713
+ var ListRequesterGatewaysResponse$ = [3, n0, _LRGRi, 0, [_gIa, _nT], [64 | 0, 0]];
714
+ var ListResponderGatewaysRequest$ = [
715
715
  3,
716
716
  n0,
717
717
  _LRGRis,
@@ -722,29 +722,29 @@ var ListResponderGatewaysRequest = [
722
722
  [0, { [_hQ]: _nT }],
723
723
  ],
724
724
  ];
725
- var ListResponderGatewaysResponse = [3, n0, _LRGRist, 0, [_gIa, _nT], [64 | 0, 0]];
726
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
727
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
728
- var ModuleConfiguration = [
725
+ var ListResponderGatewaysResponse$ = [3, n0, _LRGRist, 0, [_gIa, _nT], [64 | 0, 0]];
726
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
727
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
728
+ var ModuleConfiguration$ = [
729
729
  3,
730
730
  n0,
731
731
  _MC,
732
732
  0,
733
733
  [_ve, _n, _dO, _mP],
734
- [0, 0, 64 | 0, () => ModuleParameters],
734
+ [0, 0, 64 | 0, () => ModuleParameters$],
735
735
  ];
736
- var NoBidAction = [3, n0, _NBA, 0, [_nBRC], [1]];
737
- var NoBidModuleParameters = [3, n0, _NBMP, 0, [_r, _rC, _pTP], [0, 1, 1]];
738
- var OpenRtbAttributeModuleParameters = [
736
+ var NoBidAction$ = [3, n0, _NBA, 0, [_nBRC], [1]];
737
+ var NoBidModuleParameters$ = [3, n0, _NBMP, 0, [_r, _rC, _pTP], [0, 1, 1]];
738
+ var OpenRtbAttributeModuleParameters$ = [
739
739
  3,
740
740
  n0,
741
741
  _ORAMP,
742
742
  0,
743
743
  [_fT, _fC, _ac, _hP],
744
- [0, () => FilterConfiguration, () => Action, 1],
744
+ [0, () => FilterConfiguration, () => Action$, 1],
745
745
  ];
746
- var RateLimiterModuleParameters = [3, n0, _RLMP, 0, [_tp], [1]];
747
- var RejectLinkRequest = [
746
+ var RateLimiterModuleParameters$ = [3, n0, _RLMP, 0, [_tp], [1]];
747
+ var RejectLinkRequest$ = [
748
748
  3,
749
749
  n0,
750
750
  _RLR,
@@ -755,17 +755,17 @@ var RejectLinkRequest = [
755
755
  [0, 1],
756
756
  ],
757
757
  ];
758
- var RejectLinkResponse = [
758
+ var RejectLinkResponse$ = [
759
759
  3,
760
760
  n0,
761
761
  _RLRe,
762
762
  0,
763
763
  [_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI],
764
- [0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0],
764
+ [0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 0],
765
765
  ];
766
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
767
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
768
- var ResponderErrorMaskingForHttpCode = [
766
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
767
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
768
+ var ResponderErrorMaskingForHttpCode$ = [
769
769
  3,
770
770
  n0,
771
771
  _REMFHC,
@@ -773,13 +773,13 @@ var ResponderErrorMaskingForHttpCode = [
773
773
  [_hC, _ac, _lT, _rLP],
774
774
  [0, 0, 64 | 0, 1],
775
775
  ];
776
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
777
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
778
- var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
779
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
780
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
781
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
782
- var TrustStoreConfiguration = [
776
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
777
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
778
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
779
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
780
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
781
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
782
+ var TrustStoreConfiguration$ = [
783
783
  3,
784
784
  n0,
785
785
  _TSC,
@@ -787,7 +787,7 @@ var TrustStoreConfiguration = [
787
787
  [_cAC],
788
788
  [[() => CertificateAuthorityCertificates, 0]],
789
789
  ];
790
- var UntagResourceRequest = [
790
+ var UntagResourceRequest$ = [
791
791
  3,
792
792
  n0,
793
793
  _URR,
@@ -798,8 +798,8 @@ var UntagResourceRequest = [
798
798
  [64 | 0, { [_hQ]: _tK }],
799
799
  ],
800
800
  ];
801
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
802
- var UpdateLinkModuleFlowRequest = [
801
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
802
+ var UpdateLinkModuleFlowRequest$ = [
803
803
  3,
804
804
  n0,
805
805
  _ULMFR,
@@ -807,17 +807,17 @@ var UpdateLinkModuleFlowRequest = [
807
807
  [_cT, _gI, _lI, _mo],
808
808
  [[0, 4], [0, 1], [0, 1], () => ModuleConfigurationList],
809
809
  ];
810
- var UpdateLinkModuleFlowResponse = [3, n0, _ULMFRp, 0, [_gI, _lI, _s], [0, 0, 0]];
811
- var UpdateLinkRequest = [
810
+ var UpdateLinkModuleFlowResponse$ = [3, n0, _ULMFRp, 0, [_gI, _lI, _s], [0, 0, 0]];
811
+ var UpdateLinkRequest$ = [
812
812
  3,
813
813
  n0,
814
814
  _ULR,
815
815
  0,
816
816
  [_gI, _lI, _lS],
817
- [[0, 1], [0, 1], () => LinkLogSettings],
817
+ [[0, 1], [0, 1], () => LinkLogSettings$],
818
818
  ];
819
- var UpdateLinkResponse = [3, n0, _ULRp, 0, [_lI, _s], [0, 0]];
820
- var UpdateRequesterGatewayRequest = [
819
+ var UpdateLinkResponse$ = [3, n0, _ULRp, 0, [_lI, _s], [0, 0]];
820
+ var UpdateRequesterGatewayRequest$ = [
821
821
  3,
822
822
  n0,
823
823
  _URGR,
@@ -825,264 +825,258 @@ var UpdateRequesterGatewayRequest = [
825
825
  [_cT, _gI, _de],
826
826
  [[0, 4], [0, 1], 0],
827
827
  ];
828
- var UpdateRequesterGatewayResponse = [3, n0, _URGRp, 0, [_gI, _s], [0, 0]];
829
- var UpdateResponderGatewayRequest = [
828
+ var UpdateRequesterGatewayResponse$ = [3, n0, _URGRp, 0, [_gI, _s], [0, 0]];
829
+ var UpdateResponderGatewayRequest$ = [
830
830
  3,
831
831
  n0,
832
832
  _URGRpd,
833
833
  0,
834
834
  [_dN, _p, _pr, _tSC, _mEC, _cT, _gI, _de],
835
- [0, 1, 0, [() => TrustStoreConfiguration, 0], [() => ManagedEndpointConfiguration, 0], [0, 4], [0, 1], 0],
836
- ];
837
- var UpdateResponderGatewayResponse = [3, n0, _URGRpda, 0, [_gI, _s], [0, 0]];
838
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
839
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
840
- var RTBFabricServiceException = [-3, _sm, "RTBFabricServiceException", 0, [], []];
841
- schema.TypeRegistry.for(_sm).registerError(RTBFabricServiceException, RTBFabricServiceException$1);
842
- var CertificateAuthorityCertificates = [
843
- 1,
844
- n0,
845
- _CAC,
846
- 0,
847
- [() => Base64EncodedCertificateChain, 0],
848
- ];
849
- var FilterConfiguration = [1, n0, _FCi, 0, () => Filter];
850
- var FilterCriteria = [1, n0, _FCil, 0, () => FilterCriterion];
851
- var LinkList = [1, n0, _LL, 0, () => ListLinksResponseStructure];
852
- var ModuleConfigurationList = [1, n0, _MCL, 0, () => ModuleConfiguration];
853
- var ResponderErrorMasking = [1, n0, _REM, 0, () => ResponderErrorMaskingForHttpCode];
854
- var Action = [3, n0, _A, 0, [_nB, _hT], [() => NoBidAction, () => HeaderTagAction]];
855
- var ManagedEndpointConfiguration = [
835
+ [0, 1, 0, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], [0, 4], [0, 1], 0],
836
+ ];
837
+ var UpdateResponderGatewayResponse$ = [3, n0, _URGRpda, 0, [_gI, _s], [0, 0]];
838
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
839
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
840
+ var RTBFabricServiceException$ = [-3, _sm, "RTBFabricServiceException", 0, [], []];
841
+ schema.TypeRegistry.for(_sm).registerError(RTBFabricServiceException$, RTBFabricServiceException);
842
+ var CertificateAuthorityCertificates = [1, n0, _CAC, 0, [() => Base64EncodedCertificateChain, 0]];
843
+ var FilterConfiguration = [1, n0, _FCi, 0, () => Filter$];
844
+ var FilterCriteria = [1, n0, _FCil, 0, () => FilterCriterion$];
845
+ var LinkList = [1, n0, _LL, 0, () => ListLinksResponseStructure$];
846
+ var ModuleConfigurationList = [1, n0, _MCL, 0, () => ModuleConfiguration$];
847
+ var ResponderErrorMasking = [1, n0, _REM, 0, () => ResponderErrorMaskingForHttpCode$];
848
+ var Action$ = [3, n0, _A, 0, [_nB, _hT], [() => NoBidAction$, () => HeaderTagAction$]];
849
+ var ManagedEndpointConfiguration$ = [
856
850
  3,
857
851
  n0,
858
852
  _MEC,
859
853
  0,
860
854
  [_aSG, _eE],
861
- [() => AutoScalingGroupsConfiguration, [() => EksEndpointsConfiguration, 0]],
855
+ [() => AutoScalingGroupsConfiguration$, [() => EksEndpointsConfiguration$, 0]],
862
856
  ];
863
- var ModuleParameters = [
857
+ var ModuleParameters$ = [
864
858
  3,
865
859
  n0,
866
860
  _MP,
867
861
  0,
868
862
  [_nB, _oRA, _rL],
869
- [() => NoBidModuleParameters, () => OpenRtbAttributeModuleParameters, () => RateLimiterModuleParameters],
863
+ [() => NoBidModuleParameters$, () => OpenRtbAttributeModuleParameters$, () => RateLimiterModuleParameters$],
870
864
  ];
871
- var AcceptLink = [
865
+ var AcceptLink$ = [
872
866
  9,
873
867
  n0,
874
868
  _AL,
875
869
  { [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200] },
876
- () => AcceptLinkRequest,
877
- () => AcceptLinkResponse,
870
+ () => AcceptLinkRequest$,
871
+ () => AcceptLinkResponse$,
878
872
  ];
879
- var CreateInboundExternalLink = [
873
+ var CreateInboundExternalLink$ = [
880
874
  9,
881
875
  n0,
882
876
  _CIEL,
883
877
  { [_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200] },
884
- () => CreateInboundExternalLinkRequest,
885
- () => CreateInboundExternalLinkResponse,
878
+ () => CreateInboundExternalLinkRequest$,
879
+ () => CreateInboundExternalLinkResponse$,
886
880
  ];
887
- var CreateLink = [
881
+ var CreateLink$ = [
888
882
  9,
889
883
  n0,
890
884
  _CL,
891
885
  { [_h]: ["POST", "/gateway/{gatewayId}/create-link", 200] },
892
- () => CreateLinkRequest,
893
- () => CreateLinkResponse,
886
+ () => CreateLinkRequest$,
887
+ () => CreateLinkResponse$,
894
888
  ];
895
- var CreateOutboundExternalLink = [
889
+ var CreateOutboundExternalLink$ = [
896
890
  9,
897
891
  n0,
898
892
  _COEL,
899
893
  { [_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200] },
900
- () => CreateOutboundExternalLinkRequest,
901
- () => CreateOutboundExternalLinkResponse,
894
+ () => CreateOutboundExternalLinkRequest$,
895
+ () => CreateOutboundExternalLinkResponse$,
902
896
  ];
903
- var CreateRequesterGateway = [
897
+ var CreateRequesterGateway$ = [
904
898
  9,
905
899
  n0,
906
900
  _CRG,
907
901
  { [_h]: ["POST", "/requester-gateway", 200] },
908
- () => CreateRequesterGatewayRequest,
909
- () => CreateRequesterGatewayResponse,
902
+ () => CreateRequesterGatewayRequest$,
903
+ () => CreateRequesterGatewayResponse$,
910
904
  ];
911
- var CreateResponderGateway = [
905
+ var CreateResponderGateway$ = [
912
906
  9,
913
907
  n0,
914
908
  _CRGr,
915
909
  { [_h]: ["POST", "/responder-gateway", 200] },
916
- () => CreateResponderGatewayRequest,
917
- () => CreateResponderGatewayResponse,
910
+ () => CreateResponderGatewayRequest$,
911
+ () => CreateResponderGatewayResponse$,
918
912
  ];
919
- var DeleteInboundExternalLink = [
913
+ var DeleteInboundExternalLink$ = [
920
914
  9,
921
915
  n0,
922
916
  _DIEL,
923
917
  { [_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] },
924
- () => DeleteInboundExternalLinkRequest,
925
- () => DeleteInboundExternalLinkResponse,
918
+ () => DeleteInboundExternalLinkRequest$,
919
+ () => DeleteInboundExternalLinkResponse$,
926
920
  ];
927
- var DeleteLink = [
921
+ var DeleteLink$ = [
928
922
  9,
929
923
  n0,
930
924
  _DL,
931
925
  { [_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200] },
932
- () => DeleteLinkRequest,
933
- () => DeleteLinkResponse,
926
+ () => DeleteLinkRequest$,
927
+ () => DeleteLinkResponse$,
934
928
  ];
935
- var DeleteOutboundExternalLink = [
929
+ var DeleteOutboundExternalLink$ = [
936
930
  9,
937
931
  n0,
938
932
  _DOEL,
939
933
  { [_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] },
940
- () => DeleteOutboundExternalLinkRequest,
941
- () => DeleteOutboundExternalLinkResponse,
934
+ () => DeleteOutboundExternalLinkRequest$,
935
+ () => DeleteOutboundExternalLinkResponse$,
942
936
  ];
943
- var DeleteRequesterGateway = [
937
+ var DeleteRequesterGateway$ = [
944
938
  9,
945
939
  n0,
946
940
  _DRG,
947
941
  { [_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200] },
948
- () => DeleteRequesterGatewayRequest,
949
- () => DeleteRequesterGatewayResponse,
942
+ () => DeleteRequesterGatewayRequest$,
943
+ () => DeleteRequesterGatewayResponse$,
950
944
  ];
951
- var DeleteResponderGateway = [
945
+ var DeleteResponderGateway$ = [
952
946
  9,
953
947
  n0,
954
948
  _DRGe,
955
949
  { [_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200] },
956
- () => DeleteResponderGatewayRequest,
957
- () => DeleteResponderGatewayResponse,
950
+ () => DeleteResponderGatewayRequest$,
951
+ () => DeleteResponderGatewayResponse$,
958
952
  ];
959
- var GetInboundExternalLink = [
953
+ var GetInboundExternalLink$ = [
960
954
  9,
961
955
  n0,
962
956
  _GIEL,
963
957
  { [_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] },
964
- () => GetInboundExternalLinkRequest,
965
- () => GetInboundExternalLinkResponse,
958
+ () => GetInboundExternalLinkRequest$,
959
+ () => GetInboundExternalLinkResponse$,
966
960
  ];
967
- var GetLink = [
961
+ var GetLink$ = [
968
962
  9,
969
963
  n0,
970
964
  _GL,
971
965
  { [_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200] },
972
- () => GetLinkRequest,
973
- () => GetLinkResponse,
966
+ () => GetLinkRequest$,
967
+ () => GetLinkResponse$,
974
968
  ];
975
- var GetOutboundExternalLink = [
969
+ var GetOutboundExternalLink$ = [
976
970
  9,
977
971
  n0,
978
972
  _GOEL,
979
973
  { [_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] },
980
- () => GetOutboundExternalLinkRequest,
981
- () => GetOutboundExternalLinkResponse,
974
+ () => GetOutboundExternalLinkRequest$,
975
+ () => GetOutboundExternalLinkResponse$,
982
976
  ];
983
- var GetRequesterGateway = [
977
+ var GetRequesterGateway$ = [
984
978
  9,
985
979
  n0,
986
980
  _GRG,
987
981
  { [_h]: ["GET", "/requester-gateway/{gatewayId}", 200] },
988
- () => GetRequesterGatewayRequest,
989
- () => GetRequesterGatewayResponse,
982
+ () => GetRequesterGatewayRequest$,
983
+ () => GetRequesterGatewayResponse$,
990
984
  ];
991
- var GetResponderGateway = [
985
+ var GetResponderGateway$ = [
992
986
  9,
993
987
  n0,
994
988
  _GRGe,
995
989
  { [_h]: ["GET", "/responder-gateway/{gatewayId}", 200] },
996
- () => GetResponderGatewayRequest,
997
- () => GetResponderGatewayResponse,
990
+ () => GetResponderGatewayRequest$,
991
+ () => GetResponderGatewayResponse$,
998
992
  ];
999
- var ListLinks = [
993
+ var ListLinks$ = [
1000
994
  9,
1001
995
  n0,
1002
996
  _LLi,
1003
997
  { [_h]: ["GET", "/gateway/{gatewayId}/links/", 200] },
1004
- () => ListLinksRequest,
1005
- () => ListLinksResponse,
998
+ () => ListLinksRequest$,
999
+ () => ListLinksResponse$,
1006
1000
  ];
1007
- var ListRequesterGateways = [
1001
+ var ListRequesterGateways$ = [
1008
1002
  9,
1009
1003
  n0,
1010
1004
  _LRG,
1011
1005
  { [_h]: ["GET", "/requester-gateways", 200] },
1012
- () => ListRequesterGatewaysRequest,
1013
- () => ListRequesterGatewaysResponse,
1006
+ () => ListRequesterGatewaysRequest$,
1007
+ () => ListRequesterGatewaysResponse$,
1014
1008
  ];
1015
- var ListResponderGateways = [
1009
+ var ListResponderGateways$ = [
1016
1010
  9,
1017
1011
  n0,
1018
1012
  _LRGi,
1019
1013
  { [_h]: ["GET", "/responder-gateways", 200] },
1020
- () => ListResponderGatewaysRequest,
1021
- () => ListResponderGatewaysResponse,
1014
+ () => ListResponderGatewaysRequest$,
1015
+ () => ListResponderGatewaysResponse$,
1022
1016
  ];
1023
- var ListTagsForResource = [
1017
+ var ListTagsForResource$ = [
1024
1018
  9,
1025
1019
  n0,
1026
1020
  _LTFR,
1027
1021
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1028
- () => ListTagsForResourceRequest,
1029
- () => ListTagsForResourceResponse,
1022
+ () => ListTagsForResourceRequest$,
1023
+ () => ListTagsForResourceResponse$,
1030
1024
  ];
1031
- var RejectLink = [
1025
+ var RejectLink$ = [
1032
1026
  9,
1033
1027
  n0,
1034
1028
  _RL,
1035
1029
  { [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200] },
1036
- () => RejectLinkRequest,
1037
- () => RejectLinkResponse,
1030
+ () => RejectLinkRequest$,
1031
+ () => RejectLinkResponse$,
1038
1032
  ];
1039
- var TagResource = [
1033
+ var TagResource$ = [
1040
1034
  9,
1041
1035
  n0,
1042
1036
  _TR,
1043
1037
  { [_h]: ["POST", "/tags/{resourceArn}", 204] },
1044
- () => TagResourceRequest,
1045
- () => TagResourceResponse,
1038
+ () => TagResourceRequest$,
1039
+ () => TagResourceResponse$,
1046
1040
  ];
1047
- var UntagResource = [
1041
+ var UntagResource$ = [
1048
1042
  9,
1049
1043
  n0,
1050
1044
  _UR,
1051
1045
  { [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
1052
- () => UntagResourceRequest,
1053
- () => UntagResourceResponse,
1046
+ () => UntagResourceRequest$,
1047
+ () => UntagResourceResponse$,
1054
1048
  ];
1055
- var UpdateLink = [
1049
+ var UpdateLink$ = [
1056
1050
  9,
1057
1051
  n0,
1058
1052
  _UL,
1059
1053
  { [_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200] },
1060
- () => UpdateLinkRequest,
1061
- () => UpdateLinkResponse,
1054
+ () => UpdateLinkRequest$,
1055
+ () => UpdateLinkResponse$,
1062
1056
  ];
1063
- var UpdateLinkModuleFlow = [
1057
+ var UpdateLinkModuleFlow$ = [
1064
1058
  9,
1065
1059
  n0,
1066
1060
  _ULMF,
1067
1061
  { [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200] },
1068
- () => UpdateLinkModuleFlowRequest,
1069
- () => UpdateLinkModuleFlowResponse,
1062
+ () => UpdateLinkModuleFlowRequest$,
1063
+ () => UpdateLinkModuleFlowResponse$,
1070
1064
  ];
1071
- var UpdateRequesterGateway = [
1065
+ var UpdateRequesterGateway$ = [
1072
1066
  9,
1073
1067
  n0,
1074
1068
  _URG,
1075
1069
  { [_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200] },
1076
- () => UpdateRequesterGatewayRequest,
1077
- () => UpdateRequesterGatewayResponse,
1070
+ () => UpdateRequesterGatewayRequest$,
1071
+ () => UpdateRequesterGatewayResponse$,
1078
1072
  ];
1079
- var UpdateResponderGateway = [
1073
+ var UpdateResponderGateway$ = [
1080
1074
  9,
1081
1075
  n0,
1082
1076
  _URGp,
1083
1077
  { [_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200] },
1084
- () => UpdateResponderGatewayRequest,
1085
- () => UpdateResponderGatewayResponse,
1078
+ () => UpdateResponderGatewayRequest$,
1079
+ () => UpdateResponderGatewayResponse$,
1086
1080
  ];
1087
1081
 
1088
1082
  class AcceptLinkCommand extends smithyClient.Command
@@ -1093,7 +1087,7 @@ class AcceptLinkCommand extends smithyClient.Command
1093
1087
  })
1094
1088
  .s("RTBFabric", "AcceptLink", {})
1095
1089
  .n("RTBFabricClient", "AcceptLinkCommand")
1096
- .sc(AcceptLink)
1090
+ .sc(AcceptLink$)
1097
1091
  .build() {
1098
1092
  }
1099
1093
 
@@ -1105,7 +1099,7 @@ class CreateInboundExternalLinkCommand extends smithyClient.Command
1105
1099
  })
1106
1100
  .s("RTBFabric", "CreateInboundExternalLink", {})
1107
1101
  .n("RTBFabricClient", "CreateInboundExternalLinkCommand")
1108
- .sc(CreateInboundExternalLink)
1102
+ .sc(CreateInboundExternalLink$)
1109
1103
  .build() {
1110
1104
  }
1111
1105
 
@@ -1117,7 +1111,7 @@ class CreateLinkCommand extends smithyClient.Command
1117
1111
  })
1118
1112
  .s("RTBFabric", "CreateLink", {})
1119
1113
  .n("RTBFabricClient", "CreateLinkCommand")
1120
- .sc(CreateLink)
1114
+ .sc(CreateLink$)
1121
1115
  .build() {
1122
1116
  }
1123
1117
 
@@ -1129,7 +1123,7 @@ class CreateOutboundExternalLinkCommand extends smithyClient.Command
1129
1123
  })
1130
1124
  .s("RTBFabric", "CreateOutboundExternalLink", {})
1131
1125
  .n("RTBFabricClient", "CreateOutboundExternalLinkCommand")
1132
- .sc(CreateOutboundExternalLink)
1126
+ .sc(CreateOutboundExternalLink$)
1133
1127
  .build() {
1134
1128
  }
1135
1129
 
@@ -1141,7 +1135,7 @@ class CreateRequesterGatewayCommand extends smithyClient.Command
1141
1135
  })
1142
1136
  .s("RTBFabric", "CreateRequesterGateway", {})
1143
1137
  .n("RTBFabricClient", "CreateRequesterGatewayCommand")
1144
- .sc(CreateRequesterGateway)
1138
+ .sc(CreateRequesterGateway$)
1145
1139
  .build() {
1146
1140
  }
1147
1141
 
@@ -1153,7 +1147,7 @@ class CreateResponderGatewayCommand extends smithyClient.Command
1153
1147
  })
1154
1148
  .s("RTBFabric", "CreateResponderGateway", {})
1155
1149
  .n("RTBFabricClient", "CreateResponderGatewayCommand")
1156
- .sc(CreateResponderGateway)
1150
+ .sc(CreateResponderGateway$)
1157
1151
  .build() {
1158
1152
  }
1159
1153
 
@@ -1165,7 +1159,7 @@ class DeleteInboundExternalLinkCommand extends smithyClient.Command
1165
1159
  })
1166
1160
  .s("RTBFabric", "DeleteInboundExternalLink", {})
1167
1161
  .n("RTBFabricClient", "DeleteInboundExternalLinkCommand")
1168
- .sc(DeleteInboundExternalLink)
1162
+ .sc(DeleteInboundExternalLink$)
1169
1163
  .build() {
1170
1164
  }
1171
1165
 
@@ -1177,7 +1171,7 @@ class DeleteLinkCommand extends smithyClient.Command
1177
1171
  })
1178
1172
  .s("RTBFabric", "DeleteLink", {})
1179
1173
  .n("RTBFabricClient", "DeleteLinkCommand")
1180
- .sc(DeleteLink)
1174
+ .sc(DeleteLink$)
1181
1175
  .build() {
1182
1176
  }
1183
1177
 
@@ -1189,7 +1183,7 @@ class DeleteOutboundExternalLinkCommand extends smithyClient.Command
1189
1183
  })
1190
1184
  .s("RTBFabric", "DeleteOutboundExternalLink", {})
1191
1185
  .n("RTBFabricClient", "DeleteOutboundExternalLinkCommand")
1192
- .sc(DeleteOutboundExternalLink)
1186
+ .sc(DeleteOutboundExternalLink$)
1193
1187
  .build() {
1194
1188
  }
1195
1189
 
@@ -1201,7 +1195,7 @@ class DeleteRequesterGatewayCommand extends smithyClient.Command
1201
1195
  })
1202
1196
  .s("RTBFabric", "DeleteRequesterGateway", {})
1203
1197
  .n("RTBFabricClient", "DeleteRequesterGatewayCommand")
1204
- .sc(DeleteRequesterGateway)
1198
+ .sc(DeleteRequesterGateway$)
1205
1199
  .build() {
1206
1200
  }
1207
1201
 
@@ -1213,7 +1207,7 @@ class DeleteResponderGatewayCommand extends smithyClient.Command
1213
1207
  })
1214
1208
  .s("RTBFabric", "DeleteResponderGateway", {})
1215
1209
  .n("RTBFabricClient", "DeleteResponderGatewayCommand")
1216
- .sc(DeleteResponderGateway)
1210
+ .sc(DeleteResponderGateway$)
1217
1211
  .build() {
1218
1212
  }
1219
1213
 
@@ -1225,7 +1219,7 @@ class GetInboundExternalLinkCommand extends smithyClient.Command
1225
1219
  })
1226
1220
  .s("RTBFabric", "GetInboundExternalLink", {})
1227
1221
  .n("RTBFabricClient", "GetInboundExternalLinkCommand")
1228
- .sc(GetInboundExternalLink)
1222
+ .sc(GetInboundExternalLink$)
1229
1223
  .build() {
1230
1224
  }
1231
1225
 
@@ -1237,7 +1231,7 @@ class GetLinkCommand extends smithyClient.Command
1237
1231
  })
1238
1232
  .s("RTBFabric", "GetLink", {})
1239
1233
  .n("RTBFabricClient", "GetLinkCommand")
1240
- .sc(GetLink)
1234
+ .sc(GetLink$)
1241
1235
  .build() {
1242
1236
  }
1243
1237
 
@@ -1249,7 +1243,7 @@ class GetOutboundExternalLinkCommand extends smithyClient.Command
1249
1243
  })
1250
1244
  .s("RTBFabric", "GetOutboundExternalLink", {})
1251
1245
  .n("RTBFabricClient", "GetOutboundExternalLinkCommand")
1252
- .sc(GetOutboundExternalLink)
1246
+ .sc(GetOutboundExternalLink$)
1253
1247
  .build() {
1254
1248
  }
1255
1249
 
@@ -1261,7 +1255,7 @@ class GetRequesterGatewayCommand extends smithyClient.Command
1261
1255
  })
1262
1256
  .s("RTBFabric", "GetRequesterGateway", {})
1263
1257
  .n("RTBFabricClient", "GetRequesterGatewayCommand")
1264
- .sc(GetRequesterGateway)
1258
+ .sc(GetRequesterGateway$)
1265
1259
  .build() {
1266
1260
  }
1267
1261
 
@@ -1273,7 +1267,7 @@ class GetResponderGatewayCommand extends smithyClient.Command
1273
1267
  })
1274
1268
  .s("RTBFabric", "GetResponderGateway", {})
1275
1269
  .n("RTBFabricClient", "GetResponderGatewayCommand")
1276
- .sc(GetResponderGateway)
1270
+ .sc(GetResponderGateway$)
1277
1271
  .build() {
1278
1272
  }
1279
1273
 
@@ -1285,7 +1279,7 @@ class ListLinksCommand extends smithyClient.Command
1285
1279
  })
1286
1280
  .s("RTBFabric", "ListLinks", {})
1287
1281
  .n("RTBFabricClient", "ListLinksCommand")
1288
- .sc(ListLinks)
1282
+ .sc(ListLinks$)
1289
1283
  .build() {
1290
1284
  }
1291
1285
 
@@ -1297,7 +1291,7 @@ class ListRequesterGatewaysCommand extends smithyClient.Command
1297
1291
  })
1298
1292
  .s("RTBFabric", "ListRequesterGateways", {})
1299
1293
  .n("RTBFabricClient", "ListRequesterGatewaysCommand")
1300
- .sc(ListRequesterGateways)
1294
+ .sc(ListRequesterGateways$)
1301
1295
  .build() {
1302
1296
  }
1303
1297
 
@@ -1309,7 +1303,7 @@ class ListResponderGatewaysCommand extends smithyClient.Command
1309
1303
  })
1310
1304
  .s("RTBFabric", "ListResponderGateways", {})
1311
1305
  .n("RTBFabricClient", "ListResponderGatewaysCommand")
1312
- .sc(ListResponderGateways)
1306
+ .sc(ListResponderGateways$)
1313
1307
  .build() {
1314
1308
  }
1315
1309
 
@@ -1321,7 +1315,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1321
1315
  })
1322
1316
  .s("RTBFabric", "ListTagsForResource", {})
1323
1317
  .n("RTBFabricClient", "ListTagsForResourceCommand")
1324
- .sc(ListTagsForResource)
1318
+ .sc(ListTagsForResource$)
1325
1319
  .build() {
1326
1320
  }
1327
1321
 
@@ -1333,7 +1327,7 @@ class RejectLinkCommand extends smithyClient.Command
1333
1327
  })
1334
1328
  .s("RTBFabric", "RejectLink", {})
1335
1329
  .n("RTBFabricClient", "RejectLinkCommand")
1336
- .sc(RejectLink)
1330
+ .sc(RejectLink$)
1337
1331
  .build() {
1338
1332
  }
1339
1333
 
@@ -1345,7 +1339,7 @@ class TagResourceCommand extends smithyClient.Command
1345
1339
  })
1346
1340
  .s("RTBFabric", "TagResource", {})
1347
1341
  .n("RTBFabricClient", "TagResourceCommand")
1348
- .sc(TagResource)
1342
+ .sc(TagResource$)
1349
1343
  .build() {
1350
1344
  }
1351
1345
 
@@ -1357,7 +1351,7 @@ class UntagResourceCommand extends smithyClient.Command
1357
1351
  })
1358
1352
  .s("RTBFabric", "UntagResource", {})
1359
1353
  .n("RTBFabricClient", "UntagResourceCommand")
1360
- .sc(UntagResource)
1354
+ .sc(UntagResource$)
1361
1355
  .build() {
1362
1356
  }
1363
1357
 
@@ -1369,7 +1363,7 @@ class UpdateLinkCommand extends smithyClient.Command
1369
1363
  })
1370
1364
  .s("RTBFabric", "UpdateLink", {})
1371
1365
  .n("RTBFabricClient", "UpdateLinkCommand")
1372
- .sc(UpdateLink)
1366
+ .sc(UpdateLink$)
1373
1367
  .build() {
1374
1368
  }
1375
1369
 
@@ -1381,7 +1375,7 @@ class UpdateLinkModuleFlowCommand extends smithyClient.Command
1381
1375
  })
1382
1376
  .s("RTBFabric", "UpdateLinkModuleFlow", {})
1383
1377
  .n("RTBFabricClient", "UpdateLinkModuleFlowCommand")
1384
- .sc(UpdateLinkModuleFlow)
1378
+ .sc(UpdateLinkModuleFlow$)
1385
1379
  .build() {
1386
1380
  }
1387
1381
 
@@ -1393,7 +1387,7 @@ class UpdateRequesterGatewayCommand extends smithyClient.Command
1393
1387
  })
1394
1388
  .s("RTBFabric", "UpdateRequesterGateway", {})
1395
1389
  .n("RTBFabricClient", "UpdateRequesterGatewayCommand")
1396
- .sc(UpdateRequesterGateway)
1390
+ .sc(UpdateRequesterGateway$)
1397
1391
  .build() {
1398
1392
  }
1399
1393
 
@@ -1405,7 +1399,7 @@ class UpdateResponderGatewayCommand extends smithyClient.Command
1405
1399
  })
1406
1400
  .s("RTBFabric", "UpdateResponderGateway", {})
1407
1401
  .n("RTBFabricClient", "UpdateResponderGatewayCommand")
1408
- .sc(UpdateResponderGateway)
1402
+ .sc(UpdateResponderGateway$)
1409
1403
  .build() {
1410
1404
  }
1411
1405
 
@@ -1935,51 +1929,160 @@ Object.defineProperty(exports, "__Client", {
1935
1929
  enumerable: true,
1936
1930
  get: function () { return smithyClient.Client; }
1937
1931
  });
1932
+ exports.AcceptLink$ = AcceptLink$;
1938
1933
  exports.AcceptLinkCommand = AcceptLinkCommand;
1939
- exports.AccessDeniedException = AccessDeniedException$1;
1940
- exports.ConflictException = ConflictException$1;
1934
+ exports.AcceptLinkRequest$ = AcceptLinkRequest$;
1935
+ exports.AcceptLinkResponse$ = AcceptLinkResponse$;
1936
+ exports.AccessDeniedException = AccessDeniedException;
1937
+ exports.AccessDeniedException$ = AccessDeniedException$;
1938
+ exports.Action$ = Action$;
1939
+ exports.AutoScalingGroupsConfiguration$ = AutoScalingGroupsConfiguration$;
1940
+ exports.ConflictException = ConflictException;
1941
+ exports.ConflictException$ = ConflictException$;
1942
+ exports.CreateInboundExternalLink$ = CreateInboundExternalLink$;
1941
1943
  exports.CreateInboundExternalLinkCommand = CreateInboundExternalLinkCommand;
1944
+ exports.CreateInboundExternalLinkRequest$ = CreateInboundExternalLinkRequest$;
1945
+ exports.CreateInboundExternalLinkResponse$ = CreateInboundExternalLinkResponse$;
1946
+ exports.CreateLink$ = CreateLink$;
1942
1947
  exports.CreateLinkCommand = CreateLinkCommand;
1948
+ exports.CreateLinkRequest$ = CreateLinkRequest$;
1949
+ exports.CreateLinkResponse$ = CreateLinkResponse$;
1950
+ exports.CreateOutboundExternalLink$ = CreateOutboundExternalLink$;
1943
1951
  exports.CreateOutboundExternalLinkCommand = CreateOutboundExternalLinkCommand;
1952
+ exports.CreateOutboundExternalLinkRequest$ = CreateOutboundExternalLinkRequest$;
1953
+ exports.CreateOutboundExternalLinkResponse$ = CreateOutboundExternalLinkResponse$;
1954
+ exports.CreateRequesterGateway$ = CreateRequesterGateway$;
1944
1955
  exports.CreateRequesterGatewayCommand = CreateRequesterGatewayCommand;
1956
+ exports.CreateRequesterGatewayRequest$ = CreateRequesterGatewayRequest$;
1957
+ exports.CreateRequesterGatewayResponse$ = CreateRequesterGatewayResponse$;
1958
+ exports.CreateResponderGateway$ = CreateResponderGateway$;
1945
1959
  exports.CreateResponderGatewayCommand = CreateResponderGatewayCommand;
1960
+ exports.CreateResponderGatewayRequest$ = CreateResponderGatewayRequest$;
1961
+ exports.CreateResponderGatewayResponse$ = CreateResponderGatewayResponse$;
1962
+ exports.DeleteInboundExternalLink$ = DeleteInboundExternalLink$;
1946
1963
  exports.DeleteInboundExternalLinkCommand = DeleteInboundExternalLinkCommand;
1964
+ exports.DeleteInboundExternalLinkRequest$ = DeleteInboundExternalLinkRequest$;
1965
+ exports.DeleteInboundExternalLinkResponse$ = DeleteInboundExternalLinkResponse$;
1966
+ exports.DeleteLink$ = DeleteLink$;
1947
1967
  exports.DeleteLinkCommand = DeleteLinkCommand;
1968
+ exports.DeleteLinkRequest$ = DeleteLinkRequest$;
1969
+ exports.DeleteLinkResponse$ = DeleteLinkResponse$;
1970
+ exports.DeleteOutboundExternalLink$ = DeleteOutboundExternalLink$;
1948
1971
  exports.DeleteOutboundExternalLinkCommand = DeleteOutboundExternalLinkCommand;
1972
+ exports.DeleteOutboundExternalLinkRequest$ = DeleteOutboundExternalLinkRequest$;
1973
+ exports.DeleteOutboundExternalLinkResponse$ = DeleteOutboundExternalLinkResponse$;
1974
+ exports.DeleteRequesterGateway$ = DeleteRequesterGateway$;
1949
1975
  exports.DeleteRequesterGatewayCommand = DeleteRequesterGatewayCommand;
1976
+ exports.DeleteRequesterGatewayRequest$ = DeleteRequesterGatewayRequest$;
1977
+ exports.DeleteRequesterGatewayResponse$ = DeleteRequesterGatewayResponse$;
1978
+ exports.DeleteResponderGateway$ = DeleteResponderGateway$;
1950
1979
  exports.DeleteResponderGatewayCommand = DeleteResponderGatewayCommand;
1980
+ exports.DeleteResponderGatewayRequest$ = DeleteResponderGatewayRequest$;
1981
+ exports.DeleteResponderGatewayResponse$ = DeleteResponderGatewayResponse$;
1982
+ exports.EksEndpointsConfiguration$ = EksEndpointsConfiguration$;
1983
+ exports.Filter$ = Filter$;
1984
+ exports.FilterCriterion$ = FilterCriterion$;
1951
1985
  exports.FilterType = FilterType;
1986
+ exports.GetInboundExternalLink$ = GetInboundExternalLink$;
1952
1987
  exports.GetInboundExternalLinkCommand = GetInboundExternalLinkCommand;
1988
+ exports.GetInboundExternalLinkRequest$ = GetInboundExternalLinkRequest$;
1989
+ exports.GetInboundExternalLinkResponse$ = GetInboundExternalLinkResponse$;
1990
+ exports.GetLink$ = GetLink$;
1953
1991
  exports.GetLinkCommand = GetLinkCommand;
1992
+ exports.GetLinkRequest$ = GetLinkRequest$;
1993
+ exports.GetLinkResponse$ = GetLinkResponse$;
1994
+ exports.GetOutboundExternalLink$ = GetOutboundExternalLink$;
1954
1995
  exports.GetOutboundExternalLinkCommand = GetOutboundExternalLinkCommand;
1996
+ exports.GetOutboundExternalLinkRequest$ = GetOutboundExternalLinkRequest$;
1997
+ exports.GetOutboundExternalLinkResponse$ = GetOutboundExternalLinkResponse$;
1998
+ exports.GetRequesterGateway$ = GetRequesterGateway$;
1955
1999
  exports.GetRequesterGatewayCommand = GetRequesterGatewayCommand;
2000
+ exports.GetRequesterGatewayRequest$ = GetRequesterGatewayRequest$;
2001
+ exports.GetRequesterGatewayResponse$ = GetRequesterGatewayResponse$;
2002
+ exports.GetResponderGateway$ = GetResponderGateway$;
1956
2003
  exports.GetResponderGatewayCommand = GetResponderGatewayCommand;
1957
- exports.InternalServerException = InternalServerException$1;
2004
+ exports.GetResponderGatewayRequest$ = GetResponderGatewayRequest$;
2005
+ exports.GetResponderGatewayResponse$ = GetResponderGatewayResponse$;
2006
+ exports.HeaderTagAction$ = HeaderTagAction$;
2007
+ exports.InternalServerException = InternalServerException;
2008
+ exports.InternalServerException$ = InternalServerException$;
2009
+ exports.LinkApplicationLogConfiguration$ = LinkApplicationLogConfiguration$;
2010
+ exports.LinkApplicationLogSampling$ = LinkApplicationLogSampling$;
2011
+ exports.LinkAttributes$ = LinkAttributes$;
1958
2012
  exports.LinkDirection = LinkDirection;
2013
+ exports.LinkLogSettings$ = LinkLogSettings$;
1959
2014
  exports.LinkStatus = LinkStatus;
2015
+ exports.ListLinks$ = ListLinks$;
1960
2016
  exports.ListLinksCommand = ListLinksCommand;
2017
+ exports.ListLinksRequest$ = ListLinksRequest$;
2018
+ exports.ListLinksResponse$ = ListLinksResponse$;
2019
+ exports.ListLinksResponseStructure$ = ListLinksResponseStructure$;
2020
+ exports.ListRequesterGateways$ = ListRequesterGateways$;
1961
2021
  exports.ListRequesterGatewaysCommand = ListRequesterGatewaysCommand;
2022
+ exports.ListRequesterGatewaysRequest$ = ListRequesterGatewaysRequest$;
2023
+ exports.ListRequesterGatewaysResponse$ = ListRequesterGatewaysResponse$;
2024
+ exports.ListResponderGateways$ = ListResponderGateways$;
1962
2025
  exports.ListResponderGatewaysCommand = ListResponderGatewaysCommand;
2026
+ exports.ListResponderGatewaysRequest$ = ListResponderGatewaysRequest$;
2027
+ exports.ListResponderGatewaysResponse$ = ListResponderGatewaysResponse$;
2028
+ exports.ListTagsForResource$ = ListTagsForResource$;
1963
2029
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2030
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2031
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2032
+ exports.ManagedEndpointConfiguration$ = ManagedEndpointConfiguration$;
2033
+ exports.ModuleConfiguration$ = ModuleConfiguration$;
2034
+ exports.ModuleParameters$ = ModuleParameters$;
2035
+ exports.NoBidAction$ = NoBidAction$;
2036
+ exports.NoBidModuleParameters$ = NoBidModuleParameters$;
2037
+ exports.OpenRtbAttributeModuleParameters$ = OpenRtbAttributeModuleParameters$;
1964
2038
  exports.Protocol = Protocol;
1965
2039
  exports.RTBFabric = RTBFabric;
1966
2040
  exports.RTBFabricClient = RTBFabricClient;
1967
- exports.RTBFabricServiceException = RTBFabricServiceException$1;
2041
+ exports.RTBFabricServiceException = RTBFabricServiceException;
2042
+ exports.RTBFabricServiceException$ = RTBFabricServiceException$;
2043
+ exports.RateLimiterModuleParameters$ = RateLimiterModuleParameters$;
2044
+ exports.RejectLink$ = RejectLink$;
1968
2045
  exports.RejectLinkCommand = RejectLinkCommand;
2046
+ exports.RejectLinkRequest$ = RejectLinkRequest$;
2047
+ exports.RejectLinkResponse$ = RejectLinkResponse$;
1969
2048
  exports.RequesterGatewayStatus = RequesterGatewayStatus;
1970
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2049
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2050
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1971
2051
  exports.ResponderErrorMaskingAction = ResponderErrorMaskingAction;
2052
+ exports.ResponderErrorMaskingForHttpCode$ = ResponderErrorMaskingForHttpCode$;
1972
2053
  exports.ResponderErrorMaskingLoggingType = ResponderErrorMaskingLoggingType;
1973
2054
  exports.ResponderGatewayStatus = ResponderGatewayStatus;
1974
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2055
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2056
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2057
+ exports.TagResource$ = TagResource$;
1975
2058
  exports.TagResourceCommand = TagResourceCommand;
1976
- exports.ThrottlingException = ThrottlingException$1;
2059
+ exports.TagResourceRequest$ = TagResourceRequest$;
2060
+ exports.TagResourceResponse$ = TagResourceResponse$;
2061
+ exports.ThrottlingException = ThrottlingException;
2062
+ exports.ThrottlingException$ = ThrottlingException$;
2063
+ exports.TrustStoreConfiguration$ = TrustStoreConfiguration$;
2064
+ exports.UntagResource$ = UntagResource$;
1977
2065
  exports.UntagResourceCommand = UntagResourceCommand;
2066
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2067
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2068
+ exports.UpdateLink$ = UpdateLink$;
1978
2069
  exports.UpdateLinkCommand = UpdateLinkCommand;
2070
+ exports.UpdateLinkModuleFlow$ = UpdateLinkModuleFlow$;
1979
2071
  exports.UpdateLinkModuleFlowCommand = UpdateLinkModuleFlowCommand;
2072
+ exports.UpdateLinkModuleFlowRequest$ = UpdateLinkModuleFlowRequest$;
2073
+ exports.UpdateLinkModuleFlowResponse$ = UpdateLinkModuleFlowResponse$;
2074
+ exports.UpdateLinkRequest$ = UpdateLinkRequest$;
2075
+ exports.UpdateLinkResponse$ = UpdateLinkResponse$;
2076
+ exports.UpdateRequesterGateway$ = UpdateRequesterGateway$;
1980
2077
  exports.UpdateRequesterGatewayCommand = UpdateRequesterGatewayCommand;
2078
+ exports.UpdateRequesterGatewayRequest$ = UpdateRequesterGatewayRequest$;
2079
+ exports.UpdateRequesterGatewayResponse$ = UpdateRequesterGatewayResponse$;
2080
+ exports.UpdateResponderGateway$ = UpdateResponderGateway$;
1981
2081
  exports.UpdateResponderGatewayCommand = UpdateResponderGatewayCommand;
1982
- exports.ValidationException = ValidationException$1;
2082
+ exports.UpdateResponderGatewayRequest$ = UpdateResponderGatewayRequest$;
2083
+ exports.UpdateResponderGatewayResponse$ = UpdateResponderGatewayResponse$;
2084
+ exports.ValidationException = ValidationException;
2085
+ exports.ValidationException$ = ValidationException$;
1983
2086
  exports.paginateListLinks = paginateListLinks;
1984
2087
  exports.paginateListRequesterGateways = paginateListRequesterGateways;
1985
2088
  exports.paginateListResponderGateways = paginateListResponderGateways;