@aws-sdk/client-rtbfabric 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 RTBFabricServiceException = require('./models/RTBFabricServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,814 +114,6 @@ class RTBFabricClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class RTBFabricServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, RTBFabricServiceException.prototype);
118
- }
119
- }
120
-
121
- class AccessDeniedException extends RTBFabricServiceException {
122
- name = "AccessDeniedException";
123
- $fault = "client";
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- }
132
- }
133
- class ConflictException extends RTBFabricServiceException {
134
- name = "ConflictException";
135
- $fault = "client";
136
- constructor(opts) {
137
- super({
138
- name: "ConflictException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, ConflictException.prototype);
143
- }
144
- }
145
- class InternalServerException extends RTBFabricServiceException {
146
- name = "InternalServerException";
147
- $fault = "server";
148
- $retryable = {};
149
- constructor(opts) {
150
- super({
151
- name: "InternalServerException",
152
- $fault: "server",
153
- ...opts,
154
- });
155
- Object.setPrototypeOf(this, InternalServerException.prototype);
156
- }
157
- }
158
- class ResourceNotFoundException extends RTBFabricServiceException {
159
- name = "ResourceNotFoundException";
160
- $fault = "client";
161
- constructor(opts) {
162
- super({
163
- name: "ResourceNotFoundException",
164
- $fault: "client",
165
- ...opts,
166
- });
167
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
168
- }
169
- }
170
- class ThrottlingException extends RTBFabricServiceException {
171
- name = "ThrottlingException";
172
- $fault = "client";
173
- $retryable = {};
174
- constructor(opts) {
175
- super({
176
- name: "ThrottlingException",
177
- $fault: "client",
178
- ...opts,
179
- });
180
- Object.setPrototypeOf(this, ThrottlingException.prototype);
181
- }
182
- }
183
- class ValidationException extends RTBFabricServiceException {
184
- name = "ValidationException";
185
- $fault = "client";
186
- constructor(opts) {
187
- super({
188
- name: "ValidationException",
189
- $fault: "client",
190
- ...opts,
191
- });
192
- Object.setPrototypeOf(this, ValidationException.prototype);
193
- }
194
- }
195
- class ServiceQuotaExceededException extends RTBFabricServiceException {
196
- name = "ServiceQuotaExceededException";
197
- $fault = "client";
198
- constructor(opts) {
199
- super({
200
- name: "ServiceQuotaExceededException",
201
- $fault: "client",
202
- ...opts,
203
- });
204
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
205
- }
206
- }
207
-
208
- const _A = "Action";
209
- const _ADE = "AccessDeniedException";
210
- const _AL = "AcceptLink";
211
- const _ALR = "AcceptLinkRequest";
212
- const _ALRc = "AcceptLinkResponse";
213
- const _ASGC = "AutoScalingGroupsConfiguration";
214
- const _BECC = "Base64EncodedCertificateChain";
215
- const _CAC = "CertificateAuthorityCertificates";
216
- const _CE = "ConflictException";
217
- const _CIEL = "CreateInboundExternalLink";
218
- const _CIELR = "CreateInboundExternalLinkRequest";
219
- const _CIELRr = "CreateInboundExternalLinkResponse";
220
- const _CL = "CreateLink";
221
- const _CLR = "CreateLinkRequest";
222
- const _CLRr = "CreateLinkResponse";
223
- const _COEL = "CreateOutboundExternalLink";
224
- const _COELR = "CreateOutboundExternalLinkRequest";
225
- const _COELRr = "CreateOutboundExternalLinkResponse";
226
- const _CRG = "CreateRequesterGateway";
227
- const _CRGR = "CreateRequesterGatewayRequest";
228
- const _CRGRr = "CreateRequesterGatewayResponse";
229
- const _CRGRre = "CreateResponderGatewayRequest";
230
- const _CRGRrea = "CreateResponderGatewayResponse";
231
- const _CRGr = "CreateResponderGateway";
232
- const _DIEL = "DeleteInboundExternalLink";
233
- const _DIELR = "DeleteInboundExternalLinkRequest";
234
- const _DIELRe = "DeleteInboundExternalLinkResponse";
235
- const _DL = "DeleteLink";
236
- const _DLR = "DeleteLinkRequest";
237
- const _DLRe = "DeleteLinkResponse";
238
- const _DOEL = "DeleteOutboundExternalLink";
239
- const _DOELR = "DeleteOutboundExternalLinkRequest";
240
- const _DOELRe = "DeleteOutboundExternalLinkResponse";
241
- const _DRG = "DeleteRequesterGateway";
242
- const _DRGR = "DeleteRequesterGatewayRequest";
243
- const _DRGRe = "DeleteRequesterGatewayResponse";
244
- const _DRGRel = "DeleteResponderGatewayRequest";
245
- const _DRGRele = "DeleteResponderGatewayResponse";
246
- const _DRGe = "DeleteResponderGateway";
247
- const _EEC = "EksEndpointsConfiguration";
248
- const _F = "Filter";
249
- const _FC = "FilterCriterion";
250
- const _FCi = "FilterConfiguration";
251
- const _FCil = "FilterCriteria";
252
- const _GIEL = "GetInboundExternalLink";
253
- const _GIELR = "GetInboundExternalLinkRequest";
254
- const _GIELRe = "GetInboundExternalLinkResponse";
255
- const _GL = "GetLink";
256
- const _GLR = "GetLinkRequest";
257
- const _GLRe = "GetLinkResponse";
258
- const _GOEL = "GetOutboundExternalLink";
259
- const _GOELR = "GetOutboundExternalLinkRequest";
260
- const _GOELRe = "GetOutboundExternalLinkResponse";
261
- const _GRG = "GetRequesterGateway";
262
- const _GRGR = "GetRequesterGatewayRequest";
263
- const _GRGRe = "GetRequesterGatewayResponse";
264
- const _GRGRet = "GetResponderGatewayRequest";
265
- const _GRGRete = "GetResponderGatewayResponse";
266
- const _GRGe = "GetResponderGateway";
267
- const _HTA = "HeaderTagAction";
268
- const _ISE = "InternalServerException";
269
- const _LA = "LinkAttributes";
270
- const _LALC = "LinkApplicationLogConfiguration";
271
- const _LALS = "LinkApplicationLogSampling";
272
- const _LL = "LinkList";
273
- const _LLR = "ListLinksRequest";
274
- const _LLRS = "ListLinksResponseStructure";
275
- const _LLRi = "ListLinksResponse";
276
- const _LLS = "LinkLogSettings";
277
- const _LLi = "ListLinks";
278
- const _LRG = "ListRequesterGateways";
279
- const _LRGR = "ListRequesterGatewaysRequest";
280
- const _LRGRi = "ListRequesterGatewaysResponse";
281
- const _LRGRis = "ListResponderGatewaysRequest";
282
- const _LRGRist = "ListResponderGatewaysResponse";
283
- const _LRGi = "ListResponderGateways";
284
- const _LTFR = "ListTagsForResource";
285
- const _LTFRR = "ListTagsForResourceRequest";
286
- const _LTFRRi = "ListTagsForResourceResponse";
287
- const _MC = "ModuleConfiguration";
288
- const _MCL = "ModuleConfigurationList";
289
- const _MEC = "ManagedEndpointConfiguration";
290
- const _MP = "ModuleParameters";
291
- const _NBA = "NoBidAction";
292
- const _NBMP = "NoBidModuleParameters";
293
- const _ORAMP = "OpenRtbAttributeModuleParameters";
294
- const _REM = "ResponderErrorMasking";
295
- const _REMFHC = "ResponderErrorMaskingForHttpCode";
296
- const _RL = "RejectLink";
297
- const _RLMP = "RateLimiterModuleParameters";
298
- const _RLR = "RejectLinkRequest";
299
- const _RLRe = "RejectLinkResponse";
300
- const _RNFE = "ResourceNotFoundException";
301
- const _SQEE = "ServiceQuotaExceededException";
302
- const _TE = "ThrottlingException";
303
- const _TR = "TagResource";
304
- const _TRR = "TagResourceRequest";
305
- const _TRRa = "TagResourceResponse";
306
- const _TSC = "TrustStoreConfiguration";
307
- const _UL = "UpdateLink";
308
- const _ULMF = "UpdateLinkModuleFlow";
309
- const _ULMFR = "UpdateLinkModuleFlowRequest";
310
- const _ULMFRp = "UpdateLinkModuleFlowResponse";
311
- const _ULR = "UpdateLinkRequest";
312
- const _ULRp = "UpdateLinkResponse";
313
- const _UR = "UntagResource";
314
- const _URG = "UpdateRequesterGateway";
315
- const _URGR = "UpdateRequesterGatewayRequest";
316
- const _URGRp = "UpdateRequesterGatewayResponse";
317
- const _URGRpd = "UpdateResponderGatewayRequest";
318
- const _URGRpda = "UpdateResponderGatewayResponse";
319
- const _URGp = "UpdateResponderGateway";
320
- const _URR = "UntagResourceRequest";
321
- const _URRn = "UntagResourceResponse";
322
- const _VE = "ValidationException";
323
- const _a = "attributes";
324
- const _aL = "applicationLogs";
325
- const _aLC = "activeLinksCount";
326
- const _aSG = "autoScalingGroups";
327
- const _aSGN = "autoScalingGroupNames";
328
- const _ac = "action";
329
- const _c = "client";
330
- const _cA = "createdAt";
331
- const _cAC = "certificateAuthorityCertificates";
332
- const _cASCCC = "clusterApiServerCaCertificateChain";
333
- const _cASEU = "clusterApiServerEndpointUri";
334
- const _cN = "clusterName";
335
- const _cPI = "customerProvidedId";
336
- const _cT = "clientToken";
337
- const _cr = "criteria";
338
- const _d = "direction";
339
- const _dN = "domainName";
340
- const _dO = "dependsOn";
341
- const _de = "description";
342
- const _e = "error";
343
- const _eE = "eksEndpoints";
344
- const _eL = "errorLog";
345
- const _eRN = "endpointsResourceName";
346
- const _eRNn = "endpointsResourceNamespace";
347
- const _fC = "filterConfiguration";
348
- const _fL = "filterLog";
349
- const _fM = "flowModules";
350
- const _fT = "filterType";
351
- const _gI = "gatewayId";
352
- const _gIa = "gatewayIds";
353
- const _h = "http";
354
- const _hC = "httpCode";
355
- const _hE = "httpError";
356
- const _hP = "holdbackPercentage";
357
- const _hQ = "httpQuery";
358
- const _hRA = "httpResponderAllowed";
359
- const _hT = "headerTag";
360
- const _iLC = "inboundLinksCount";
361
- const _l = "links";
362
- const _lI = "linkId";
363
- const _lS = "logSettings";
364
- const _lT = "loggingTypes";
365
- const _m = "message";
366
- const _mEC = "managedEndpointConfiguration";
367
- const _mP = "moduleParameters";
368
- const _mR = "maxResults";
369
- const _mo = "modules";
370
- const _n = "name";
371
- const _nB = "noBid";
372
- const _nBRC = "noBidReasonCode";
373
- const _nT = "nextToken";
374
- const _oRA = "openRtbAttribute";
375
- const _p = "port";
376
- const _pE = "publicEndpoint";
377
- const _pFM = "pendingFlowModules";
378
- const _pGI = "peerGatewayId";
379
- const _pTP = "passThroughPercentage";
380
- const _pa = "path";
381
- const _pr = "protocol";
382
- const _r = "reason";
383
- const _rA = "roleArn";
384
- const _rAe = "resourceArn";
385
- const _rC = "reasonCode";
386
- const _rEM = "responderErrorMasking";
387
- const _rL = "rateLimiter";
388
- const _rLP = "responseLoggingPercentage";
389
- const _s = "status";
390
- const _sGI = "securityGroupIds";
391
- const _sI = "subnetIds";
392
- const _sa = "sampling";
393
- const _se = "server";
394
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.rtbfabric";
395
- const _t = "tags";
396
- const _tK = "tagKeys";
397
- const _tLC = "totalLinksCount";
398
- const _tSC = "trustStoreConfiguration";
399
- const _tp = "tps";
400
- const _uA = "updatedAt";
401
- const _v = "values";
402
- const _vI = "vpcId";
403
- const _va = "value";
404
- const _ve = "version";
405
- const n0 = "com.amazonaws.rtbfabric";
406
- var Base64EncodedCertificateChain = [0, n0, _BECC, 8, 0];
407
- var AcceptLinkRequest$ = [3, n0, _ALR,
408
- 0,
409
- [_gI, _lI, _lS, _a],
410
- [[0, 1], [0, 1], () => LinkLogSettings$, () => LinkAttributes$], 3
411
- ];
412
- var AcceptLinkResponse$ = [3, n0, _ALRc,
413
- 0,
414
- [_gI, _pGI, _s, _cA, _uA, _lI, _d, _fM, _pFM, _a],
415
- [0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$], 6
416
- ];
417
- var AccessDeniedException$ = [-3, n0, _ADE,
418
- { [_e]: _c, [_hE]: 403 },
419
- [_m],
420
- [0], 1
421
- ];
422
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
423
- var AutoScalingGroupsConfiguration$ = [3, n0, _ASGC,
424
- 0,
425
- [_aSGN, _rA],
426
- [64 | 0, 0], 2
427
- ];
428
- var ConflictException$ = [-3, n0, _CE,
429
- { [_e]: _c, [_hE]: 409 },
430
- [_m],
431
- [0], 1
432
- ];
433
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
434
- var CreateInboundExternalLinkRequest$ = [3, n0, _CIELR,
435
- 0,
436
- [_gI, _lS, _cT, _a, _t],
437
- [[0, 1], () => LinkLogSettings$, [0, 4], () => LinkAttributes$, 128 | 0], 2
438
- ];
439
- var CreateInboundExternalLinkResponse$ = [3, n0, _CIELRr,
440
- 0,
441
- [_gI, _lI, _s, _dN],
442
- [0, 0, 0, 0], 4
443
- ];
444
- var CreateLinkRequest$ = [3, n0, _CLR,
445
- 0,
446
- [_gI, _pGI, _lS, _a, _hRA, _t],
447
- [[0, 1], 0, () => LinkLogSettings$, () => LinkAttributes$, 2, 128 | 0], 3
448
- ];
449
- var CreateLinkResponse$ = [3, n0, _CLRr,
450
- 0,
451
- [_gI, _pGI, _s, _cA, _uA, _lI, _d, _fM, _pFM, _a, _cPI],
452
- [0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 0], 6
453
- ];
454
- var CreateOutboundExternalLinkRequest$ = [3, n0, _COELR,
455
- 0,
456
- [_gI, _pE, _lS, _cT, _a, _t],
457
- [[0, 1], 0, () => LinkLogSettings$, [0, 4], () => LinkAttributes$, 128 | 0], 3
458
- ];
459
- var CreateOutboundExternalLinkResponse$ = [3, n0, _COELRr,
460
- 0,
461
- [_gI, _lI, _s],
462
- [0, 0, 0], 3
463
- ];
464
- var CreateRequesterGatewayRequest$ = [3, n0, _CRGR,
465
- 0,
466
- [_vI, _sI, _sGI, _cT, _de, _t],
467
- [0, 64 | 0, 64 | 0, [0, 4], 0, 128 | 0], 3
468
- ];
469
- var CreateRequesterGatewayResponse$ = [3, n0, _CRGRr,
470
- 0,
471
- [_gI, _dN, _s],
472
- [0, 0, 0], 3
473
- ];
474
- var CreateResponderGatewayRequest$ = [3, n0, _CRGRre,
475
- 0,
476
- [_vI, _sI, _sGI, _p, _pr, _dN, _tSC, _mEC, _cT, _de, _t],
477
- [0, 64 | 0, 64 | 0, 1, 0, 0, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], [0, 4], 0, 128 | 0], 5
478
- ];
479
- var CreateResponderGatewayResponse$ = [3, n0, _CRGRrea,
480
- 0,
481
- [_gI, _s],
482
- [0, 0], 2
483
- ];
484
- var DeleteInboundExternalLinkRequest$ = [3, n0, _DIELR,
485
- 0,
486
- [_gI, _lI],
487
- [[0, 1], [0, 1]], 2
488
- ];
489
- var DeleteInboundExternalLinkResponse$ = [3, n0, _DIELRe,
490
- 0,
491
- [_lI, _s],
492
- [0, 0], 2
493
- ];
494
- var DeleteLinkRequest$ = [3, n0, _DLR,
495
- 0,
496
- [_gI, _lI],
497
- [[0, 1], [0, 1]], 2
498
- ];
499
- var DeleteLinkResponse$ = [3, n0, _DLRe,
500
- 0,
501
- [_lI, _s],
502
- [0, 0], 2
503
- ];
504
- var DeleteOutboundExternalLinkRequest$ = [3, n0, _DOELR,
505
- 0,
506
- [_gI, _lI],
507
- [[0, 1], [0, 1]], 2
508
- ];
509
- var DeleteOutboundExternalLinkResponse$ = [3, n0, _DOELRe,
510
- 0,
511
- [_lI, _s],
512
- [0, 0], 2
513
- ];
514
- var DeleteRequesterGatewayRequest$ = [3, n0, _DRGR,
515
- 0,
516
- [_gI],
517
- [[0, 1]], 1
518
- ];
519
- var DeleteRequesterGatewayResponse$ = [3, n0, _DRGRe,
520
- 0,
521
- [_gI, _s],
522
- [0, 0], 2
523
- ];
524
- var DeleteResponderGatewayRequest$ = [3, n0, _DRGRel,
525
- 0,
526
- [_gI],
527
- [[0, 1]], 1
528
- ];
529
- var DeleteResponderGatewayResponse$ = [3, n0, _DRGRele,
530
- 0,
531
- [_gI, _s],
532
- [0, 0], 2
533
- ];
534
- var EksEndpointsConfiguration$ = [3, n0, _EEC,
535
- 0,
536
- [_eRN, _eRNn, _cASEU, _cASCCC, _cN, _rA],
537
- [0, 0, 0, [() => Base64EncodedCertificateChain, 0], 0, 0], 6
538
- ];
539
- var Filter$ = [3, n0, _F,
540
- 0,
541
- [_cr],
542
- [() => FilterCriteria], 1
543
- ];
544
- var FilterCriterion$ = [3, n0, _FC,
545
- 0,
546
- [_pa, _v],
547
- [0, 64 | 0], 2
548
- ];
549
- var GetInboundExternalLinkRequest$ = [3, n0, _GIELR,
550
- 0,
551
- [_gI, _lI],
552
- [[0, 1], [0, 1]], 2
553
- ];
554
- var GetInboundExternalLinkResponse$ = [3, n0, _GIELRe,
555
- 0,
556
- [_gI, _lI, _s, _dN, _fM, _pFM, _a, _cA, _uA, _t, _lS],
557
- [0, 0, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 4, 4, 128 | 0, () => LinkLogSettings$], 4
558
- ];
559
- var GetLinkRequest$ = [3, n0, _GLR,
560
- 0,
561
- [_gI, _lI],
562
- [[0, 1], [0, 1]], 2
563
- ];
564
- var GetLinkResponse$ = [3, n0, _GLRe,
565
- 0,
566
- [_gI, _pGI, _s, _cA, _uA, _lI, _d, _fM, _pFM, _a, _t, _lS],
567
- [0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 128 | 0, () => LinkLogSettings$], 6
568
- ];
569
- var GetOutboundExternalLinkRequest$ = [3, n0, _GOELR,
570
- 0,
571
- [_gI, _lI],
572
- [[0, 1], [0, 1]], 2
573
- ];
574
- var GetOutboundExternalLinkResponse$ = [3, n0, _GOELRe,
575
- 0,
576
- [_gI, _lI, _s, _pE, _cA, _uA, _t, _lS],
577
- [0, 0, 0, 0, 4, 4, 128 | 0, () => LinkLogSettings$], 4
578
- ];
579
- var GetRequesterGatewayRequest$ = [3, n0, _GRGR,
580
- 0,
581
- [_gI],
582
- [[0, 1]], 1
583
- ];
584
- var GetRequesterGatewayResponse$ = [3, n0, _GRGRe,
585
- 0,
586
- [_s, _dN, _vI, _sI, _sGI, _gI, _de, _cA, _uA, _t, _aLC, _tLC],
587
- [0, 0, 0, 64 | 0, 64 | 0, 0, 0, 4, 4, 128 | 0, 1, 1], 6
588
- ];
589
- var GetResponderGatewayRequest$ = [3, n0, _GRGRet,
590
- 0,
591
- [_gI],
592
- [[0, 1]], 1
593
- ];
594
- var GetResponderGatewayResponse$ = [3, n0, _GRGRete,
595
- 0,
596
- [_vI, _sI, _sGI, _s, _p, _pr, _gI, _de, _cA, _uA, _dN, _tSC, _mEC, _t, _aLC, _tLC, _iLC],
597
- [0, 64 | 0, 64 | 0, 0, 1, 0, 0, 0, 4, 4, 0, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], 128 | 0, 1, 1, 1], 7
598
- ];
599
- var HeaderTagAction$ = [3, n0, _HTA,
600
- 0,
601
- [_n, _va],
602
- [0, 0], 2
603
- ];
604
- var InternalServerException$ = [-3, n0, _ISE,
605
- { [_e]: _se, [_hE]: 500 },
606
- [_m],
607
- [0], 1
608
- ];
609
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
610
- var LinkApplicationLogConfiguration$ = [3, n0, _LALC,
611
- 0,
612
- [_sa],
613
- [() => LinkApplicationLogSampling$], 1
614
- ];
615
- var LinkApplicationLogSampling$ = [3, n0, _LALS,
616
- 0,
617
- [_eL, _fL],
618
- [1, 1], 2
619
- ];
620
- var LinkAttributes$ = [3, n0, _LA,
621
- 0,
622
- [_rEM, _cPI],
623
- [() => ResponderErrorMasking, 0]
624
- ];
625
- var LinkLogSettings$ = [3, n0, _LLS,
626
- 0,
627
- [_aL],
628
- [() => LinkApplicationLogConfiguration$], 1
629
- ];
630
- var ListLinksRequest$ = [3, n0, _LLR,
631
- 0,
632
- [_gI, _nT, _mR],
633
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
634
- ];
635
- var ListLinksResponse$ = [3, n0, _LLRi,
636
- 0,
637
- [_l, _nT],
638
- [() => LinkList, 0]
639
- ];
640
- var ListLinksResponseStructure$ = [3, n0, _LLRS,
641
- 0,
642
- [_gI, _pGI, _s, _cA, _uA, _lI, _d, _fM, _pFM, _a, _t],
643
- [0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 128 | 0], 6
644
- ];
645
- var ListRequesterGatewaysRequest$ = [3, n0, _LRGR,
646
- 0,
647
- [_mR, _nT],
648
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
649
- ];
650
- var ListRequesterGatewaysResponse$ = [3, n0, _LRGRi,
651
- 0,
652
- [_gIa, _nT],
653
- [64 | 0, 0]
654
- ];
655
- var ListResponderGatewaysRequest$ = [3, n0, _LRGRis,
656
- 0,
657
- [_mR, _nT],
658
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
659
- ];
660
- var ListResponderGatewaysResponse$ = [3, n0, _LRGRist,
661
- 0,
662
- [_gIa, _nT],
663
- [64 | 0, 0]
664
- ];
665
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
666
- 0,
667
- [_rAe],
668
- [[0, 1]], 1
669
- ];
670
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
671
- 0,
672
- [_t],
673
- [128 | 0]
674
- ];
675
- var ModuleConfiguration$ = [3, n0, _MC,
676
- 0,
677
- [_n, _ve, _dO, _mP],
678
- [0, 0, 64 | 0, () => ModuleParameters$], 1
679
- ];
680
- var NoBidAction$ = [3, n0, _NBA,
681
- 0,
682
- [_nBRC],
683
- [1]
684
- ];
685
- var NoBidModuleParameters$ = [3, n0, _NBMP,
686
- 0,
687
- [_r, _rC, _pTP],
688
- [0, 1, 1]
689
- ];
690
- var OpenRtbAttributeModuleParameters$ = [3, n0, _ORAMP,
691
- 0,
692
- [_fT, _fC, _ac, _hP],
693
- [0, () => FilterConfiguration, () => Action$, 1], 4
694
- ];
695
- var RateLimiterModuleParameters$ = [3, n0, _RLMP,
696
- 0,
697
- [_tp],
698
- [1]
699
- ];
700
- var RejectLinkRequest$ = [3, n0, _RLR,
701
- 0,
702
- [_gI, _lI],
703
- [[0, 1], [0, 1]], 2
704
- ];
705
- var RejectLinkResponse$ = [3, n0, _RLRe,
706
- 0,
707
- [_gI, _pGI, _s, _cA, _uA, _lI, _d, _fM, _pFM, _a],
708
- [0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$], 6
709
- ];
710
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
711
- { [_e]: _c, [_hE]: 404 },
712
- [_m],
713
- [0], 1
714
- ];
715
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
716
- var ResponderErrorMaskingForHttpCode$ = [3, n0, _REMFHC,
717
- 0,
718
- [_hC, _ac, _lT, _rLP],
719
- [0, 0, 64 | 0, 1], 3
720
- ];
721
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
722
- { [_e]: _c, [_hE]: 402 },
723
- [_m],
724
- [0], 1
725
- ];
726
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
727
- var TagResourceRequest$ = [3, n0, _TRR,
728
- 0,
729
- [_rAe, _t],
730
- [[0, 1], 128 | 0], 2
731
- ];
732
- var TagResourceResponse$ = [3, n0, _TRRa,
733
- 0,
734
- [],
735
- []
736
- ];
737
- var ThrottlingException$ = [-3, n0, _TE,
738
- { [_e]: _c, [_hE]: 429 },
739
- [_m],
740
- [0], 1
741
- ];
742
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
743
- var TrustStoreConfiguration$ = [3, n0, _TSC,
744
- 0,
745
- [_cAC],
746
- [[() => CertificateAuthorityCertificates, 0]], 1
747
- ];
748
- var UntagResourceRequest$ = [3, n0, _URR,
749
- 0,
750
- [_rAe, _tK],
751
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
752
- ];
753
- var UntagResourceResponse$ = [3, n0, _URRn,
754
- 0,
755
- [],
756
- []
757
- ];
758
- var UpdateLinkModuleFlowRequest$ = [3, n0, _ULMFR,
759
- 0,
760
- [_gI, _lI, _mo, _cT],
761
- [[0, 1], [0, 1], () => ModuleConfigurationList, [0, 4]], 3
762
- ];
763
- var UpdateLinkModuleFlowResponse$ = [3, n0, _ULMFRp,
764
- 0,
765
- [_gI, _lI, _s],
766
- [0, 0, 0], 3
767
- ];
768
- var UpdateLinkRequest$ = [3, n0, _ULR,
769
- 0,
770
- [_gI, _lI, _lS],
771
- [[0, 1], [0, 1], () => LinkLogSettings$], 2
772
- ];
773
- var UpdateLinkResponse$ = [3, n0, _ULRp,
774
- 0,
775
- [_lI, _s],
776
- [0, 0], 2
777
- ];
778
- var UpdateRequesterGatewayRequest$ = [3, n0, _URGR,
779
- 0,
780
- [_gI, _cT, _de],
781
- [[0, 1], [0, 4], 0], 1
782
- ];
783
- var UpdateRequesterGatewayResponse$ = [3, n0, _URGRp,
784
- 0,
785
- [_gI, _s],
786
- [0, 0], 2
787
- ];
788
- var UpdateResponderGatewayRequest$ = [3, n0, _URGRpd,
789
- 0,
790
- [_p, _pr, _gI, _dN, _tSC, _mEC, _cT, _de],
791
- [1, 0, [0, 1], 0, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], [0, 4], 0], 3
792
- ];
793
- var UpdateResponderGatewayResponse$ = [3, n0, _URGRpda,
794
- 0,
795
- [_gI, _s],
796
- [0, 0], 2
797
- ];
798
- var ValidationException$ = [-3, n0, _VE,
799
- { [_e]: _c, [_hE]: 400 },
800
- [_m],
801
- [0], 1
802
- ];
803
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
804
- var RTBFabricServiceException$ = [-3, _sm, "RTBFabricServiceException", 0, [], []];
805
- schema.TypeRegistry.for(_sm).registerError(RTBFabricServiceException$, RTBFabricServiceException);
806
- var CertificateAuthorityCertificates = [1, n0, _CAC,
807
- 0, [() => Base64EncodedCertificateChain,
808
- 0]
809
- ];
810
- var FilterConfiguration = [1, n0, _FCi,
811
- 0, () => Filter$
812
- ];
813
- var FilterCriteria = [1, n0, _FCil,
814
- 0, () => FilterCriterion$
815
- ];
816
- var LinkList = [1, n0, _LL,
817
- 0, () => ListLinksResponseStructure$
818
- ];
819
- var ModuleConfigurationList = [1, n0, _MCL,
820
- 0, () => ModuleConfiguration$
821
- ];
822
- var ResponderErrorMasking = [1, n0, _REM,
823
- 0, () => ResponderErrorMaskingForHttpCode$
824
- ];
825
- var Action$ = [4, n0, _A,
826
- 0,
827
- [_nB, _hT],
828
- [() => NoBidAction$, () => HeaderTagAction$]
829
- ];
830
- var ManagedEndpointConfiguration$ = [4, n0, _MEC,
831
- 0,
832
- [_aSG, _eE],
833
- [() => AutoScalingGroupsConfiguration$, [() => EksEndpointsConfiguration$, 0]]
834
- ];
835
- var ModuleParameters$ = [4, n0, _MP,
836
- 0,
837
- [_nB, _oRA, _rL],
838
- [() => NoBidModuleParameters$, () => OpenRtbAttributeModuleParameters$, () => RateLimiterModuleParameters$]
839
- ];
840
- var AcceptLink$ = [9, n0, _AL,
841
- { [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200] }, () => AcceptLinkRequest$, () => AcceptLinkResponse$
842
- ];
843
- var CreateInboundExternalLink$ = [9, n0, _CIEL,
844
- { [_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200] }, () => CreateInboundExternalLinkRequest$, () => CreateInboundExternalLinkResponse$
845
- ];
846
- var CreateLink$ = [9, n0, _CL,
847
- { [_h]: ["POST", "/gateway/{gatewayId}/create-link", 200] }, () => CreateLinkRequest$, () => CreateLinkResponse$
848
- ];
849
- var CreateOutboundExternalLink$ = [9, n0, _COEL,
850
- { [_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200] }, () => CreateOutboundExternalLinkRequest$, () => CreateOutboundExternalLinkResponse$
851
- ];
852
- var CreateRequesterGateway$ = [9, n0, _CRG,
853
- { [_h]: ["POST", "/requester-gateway", 200] }, () => CreateRequesterGatewayRequest$, () => CreateRequesterGatewayResponse$
854
- ];
855
- var CreateResponderGateway$ = [9, n0, _CRGr,
856
- { [_h]: ["POST", "/responder-gateway", 200] }, () => CreateResponderGatewayRequest$, () => CreateResponderGatewayResponse$
857
- ];
858
- var DeleteInboundExternalLink$ = [9, n0, _DIEL,
859
- { [_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] }, () => DeleteInboundExternalLinkRequest$, () => DeleteInboundExternalLinkResponse$
860
- ];
861
- var DeleteLink$ = [9, n0, _DL,
862
- { [_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200] }, () => DeleteLinkRequest$, () => DeleteLinkResponse$
863
- ];
864
- var DeleteOutboundExternalLink$ = [9, n0, _DOEL,
865
- { [_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] }, () => DeleteOutboundExternalLinkRequest$, () => DeleteOutboundExternalLinkResponse$
866
- ];
867
- var DeleteRequesterGateway$ = [9, n0, _DRG,
868
- { [_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200] }, () => DeleteRequesterGatewayRequest$, () => DeleteRequesterGatewayResponse$
869
- ];
870
- var DeleteResponderGateway$ = [9, n0, _DRGe,
871
- { [_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200] }, () => DeleteResponderGatewayRequest$, () => DeleteResponderGatewayResponse$
872
- ];
873
- var GetInboundExternalLink$ = [9, n0, _GIEL,
874
- { [_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] }, () => GetInboundExternalLinkRequest$, () => GetInboundExternalLinkResponse$
875
- ];
876
- var GetLink$ = [9, n0, _GL,
877
- { [_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200] }, () => GetLinkRequest$, () => GetLinkResponse$
878
- ];
879
- var GetOutboundExternalLink$ = [9, n0, _GOEL,
880
- { [_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] }, () => GetOutboundExternalLinkRequest$, () => GetOutboundExternalLinkResponse$
881
- ];
882
- var GetRequesterGateway$ = [9, n0, _GRG,
883
- { [_h]: ["GET", "/requester-gateway/{gatewayId}", 200] }, () => GetRequesterGatewayRequest$, () => GetRequesterGatewayResponse$
884
- ];
885
- var GetResponderGateway$ = [9, n0, _GRGe,
886
- { [_h]: ["GET", "/responder-gateway/{gatewayId}", 200] }, () => GetResponderGatewayRequest$, () => GetResponderGatewayResponse$
887
- ];
888
- var ListLinks$ = [9, n0, _LLi,
889
- { [_h]: ["GET", "/gateway/{gatewayId}/links/", 200] }, () => ListLinksRequest$, () => ListLinksResponse$
890
- ];
891
- var ListRequesterGateways$ = [9, n0, _LRG,
892
- { [_h]: ["GET", "/requester-gateways", 200] }, () => ListRequesterGatewaysRequest$, () => ListRequesterGatewaysResponse$
893
- ];
894
- var ListResponderGateways$ = [9, n0, _LRGi,
895
- { [_h]: ["GET", "/responder-gateways", 200] }, () => ListResponderGatewaysRequest$, () => ListResponderGatewaysResponse$
896
- ];
897
- var ListTagsForResource$ = [9, n0, _LTFR,
898
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
899
- ];
900
- var RejectLink$ = [9, n0, _RL,
901
- { [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200] }, () => RejectLinkRequest$, () => RejectLinkResponse$
902
- ];
903
- var TagResource$ = [9, n0, _TR,
904
- { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
905
- ];
906
- var UntagResource$ = [9, n0, _UR,
907
- { [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
908
- ];
909
- var UpdateLink$ = [9, n0, _UL,
910
- { [_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200] }, () => UpdateLinkRequest$, () => UpdateLinkResponse$
911
- ];
912
- var UpdateLinkModuleFlow$ = [9, n0, _ULMF,
913
- { [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200] }, () => UpdateLinkModuleFlowRequest$, () => UpdateLinkModuleFlowResponse$
914
- ];
915
- var UpdateRequesterGateway$ = [9, n0, _URG,
916
- { [_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200] }, () => UpdateRequesterGatewayRequest$, () => UpdateRequesterGatewayResponse$
917
- ];
918
- var UpdateResponderGateway$ = [9, n0, _URGp,
919
- { [_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200] }, () => UpdateResponderGatewayRequest$, () => UpdateResponderGatewayResponse$
920
- ];
921
-
922
117
  class AcceptLinkCommand extends smithyClient.Command
923
118
  .classBuilder()
924
119
  .ep(commonParams)
@@ -927,7 +122,7 @@ class AcceptLinkCommand extends smithyClient.Command
927
122
  })
928
123
  .s("RTBFabric", "AcceptLink", {})
929
124
  .n("RTBFabricClient", "AcceptLinkCommand")
930
- .sc(AcceptLink$)
125
+ .sc(schemas_0.AcceptLink$)
931
126
  .build() {
932
127
  }
933
128
 
@@ -939,7 +134,7 @@ class CreateInboundExternalLinkCommand extends smithyClient.Command
939
134
  })
940
135
  .s("RTBFabric", "CreateInboundExternalLink", {})
941
136
  .n("RTBFabricClient", "CreateInboundExternalLinkCommand")
942
- .sc(CreateInboundExternalLink$)
137
+ .sc(schemas_0.CreateInboundExternalLink$)
943
138
  .build() {
944
139
  }
945
140
 
@@ -951,7 +146,7 @@ class CreateLinkCommand extends smithyClient.Command
951
146
  })
952
147
  .s("RTBFabric", "CreateLink", {})
953
148
  .n("RTBFabricClient", "CreateLinkCommand")
954
- .sc(CreateLink$)
149
+ .sc(schemas_0.CreateLink$)
955
150
  .build() {
956
151
  }
957
152
 
@@ -963,7 +158,7 @@ class CreateOutboundExternalLinkCommand extends smithyClient.Command
963
158
  })
964
159
  .s("RTBFabric", "CreateOutboundExternalLink", {})
965
160
  .n("RTBFabricClient", "CreateOutboundExternalLinkCommand")
966
- .sc(CreateOutboundExternalLink$)
161
+ .sc(schemas_0.CreateOutboundExternalLink$)
967
162
  .build() {
968
163
  }
969
164
 
@@ -975,7 +170,7 @@ class CreateRequesterGatewayCommand extends smithyClient.Command
975
170
  })
976
171
  .s("RTBFabric", "CreateRequesterGateway", {})
977
172
  .n("RTBFabricClient", "CreateRequesterGatewayCommand")
978
- .sc(CreateRequesterGateway$)
173
+ .sc(schemas_0.CreateRequesterGateway$)
979
174
  .build() {
980
175
  }
981
176
 
@@ -987,7 +182,7 @@ class CreateResponderGatewayCommand extends smithyClient.Command
987
182
  })
988
183
  .s("RTBFabric", "CreateResponderGateway", {})
989
184
  .n("RTBFabricClient", "CreateResponderGatewayCommand")
990
- .sc(CreateResponderGateway$)
185
+ .sc(schemas_0.CreateResponderGateway$)
991
186
  .build() {
992
187
  }
993
188
 
@@ -999,7 +194,7 @@ class DeleteInboundExternalLinkCommand extends smithyClient.Command
999
194
  })
1000
195
  .s("RTBFabric", "DeleteInboundExternalLink", {})
1001
196
  .n("RTBFabricClient", "DeleteInboundExternalLinkCommand")
1002
- .sc(DeleteInboundExternalLink$)
197
+ .sc(schemas_0.DeleteInboundExternalLink$)
1003
198
  .build() {
1004
199
  }
1005
200
 
@@ -1011,7 +206,7 @@ class DeleteLinkCommand extends smithyClient.Command
1011
206
  })
1012
207
  .s("RTBFabric", "DeleteLink", {})
1013
208
  .n("RTBFabricClient", "DeleteLinkCommand")
1014
- .sc(DeleteLink$)
209
+ .sc(schemas_0.DeleteLink$)
1015
210
  .build() {
1016
211
  }
1017
212
 
@@ -1023,7 +218,7 @@ class DeleteOutboundExternalLinkCommand extends smithyClient.Command
1023
218
  })
1024
219
  .s("RTBFabric", "DeleteOutboundExternalLink", {})
1025
220
  .n("RTBFabricClient", "DeleteOutboundExternalLinkCommand")
1026
- .sc(DeleteOutboundExternalLink$)
221
+ .sc(schemas_0.DeleteOutboundExternalLink$)
1027
222
  .build() {
1028
223
  }
1029
224
 
@@ -1035,7 +230,7 @@ class DeleteRequesterGatewayCommand extends smithyClient.Command
1035
230
  })
1036
231
  .s("RTBFabric", "DeleteRequesterGateway", {})
1037
232
  .n("RTBFabricClient", "DeleteRequesterGatewayCommand")
1038
- .sc(DeleteRequesterGateway$)
233
+ .sc(schemas_0.DeleteRequesterGateway$)
1039
234
  .build() {
1040
235
  }
1041
236
 
@@ -1047,7 +242,7 @@ class DeleteResponderGatewayCommand extends smithyClient.Command
1047
242
  })
1048
243
  .s("RTBFabric", "DeleteResponderGateway", {})
1049
244
  .n("RTBFabricClient", "DeleteResponderGatewayCommand")
1050
- .sc(DeleteResponderGateway$)
245
+ .sc(schemas_0.DeleteResponderGateway$)
1051
246
  .build() {
1052
247
  }
1053
248
 
@@ -1059,7 +254,7 @@ class GetInboundExternalLinkCommand extends smithyClient.Command
1059
254
  })
1060
255
  .s("RTBFabric", "GetInboundExternalLink", {})
1061
256
  .n("RTBFabricClient", "GetInboundExternalLinkCommand")
1062
- .sc(GetInboundExternalLink$)
257
+ .sc(schemas_0.GetInboundExternalLink$)
1063
258
  .build() {
1064
259
  }
1065
260
 
@@ -1071,7 +266,7 @@ class GetLinkCommand extends smithyClient.Command
1071
266
  })
1072
267
  .s("RTBFabric", "GetLink", {})
1073
268
  .n("RTBFabricClient", "GetLinkCommand")
1074
- .sc(GetLink$)
269
+ .sc(schemas_0.GetLink$)
1075
270
  .build() {
1076
271
  }
1077
272
 
@@ -1083,7 +278,7 @@ class GetOutboundExternalLinkCommand extends smithyClient.Command
1083
278
  })
1084
279
  .s("RTBFabric", "GetOutboundExternalLink", {})
1085
280
  .n("RTBFabricClient", "GetOutboundExternalLinkCommand")
1086
- .sc(GetOutboundExternalLink$)
281
+ .sc(schemas_0.GetOutboundExternalLink$)
1087
282
  .build() {
1088
283
  }
1089
284
 
@@ -1095,7 +290,7 @@ class GetRequesterGatewayCommand extends smithyClient.Command
1095
290
  })
1096
291
  .s("RTBFabric", "GetRequesterGateway", {})
1097
292
  .n("RTBFabricClient", "GetRequesterGatewayCommand")
1098
- .sc(GetRequesterGateway$)
293
+ .sc(schemas_0.GetRequesterGateway$)
1099
294
  .build() {
1100
295
  }
1101
296
 
@@ -1107,7 +302,7 @@ class GetResponderGatewayCommand extends smithyClient.Command
1107
302
  })
1108
303
  .s("RTBFabric", "GetResponderGateway", {})
1109
304
  .n("RTBFabricClient", "GetResponderGatewayCommand")
1110
- .sc(GetResponderGateway$)
305
+ .sc(schemas_0.GetResponderGateway$)
1111
306
  .build() {
1112
307
  }
1113
308
 
@@ -1119,7 +314,7 @@ class ListLinksCommand extends smithyClient.Command
1119
314
  })
1120
315
  .s("RTBFabric", "ListLinks", {})
1121
316
  .n("RTBFabricClient", "ListLinksCommand")
1122
- .sc(ListLinks$)
317
+ .sc(schemas_0.ListLinks$)
1123
318
  .build() {
1124
319
  }
1125
320
 
@@ -1131,7 +326,7 @@ class ListRequesterGatewaysCommand extends smithyClient.Command
1131
326
  })
1132
327
  .s("RTBFabric", "ListRequesterGateways", {})
1133
328
  .n("RTBFabricClient", "ListRequesterGatewaysCommand")
1134
- .sc(ListRequesterGateways$)
329
+ .sc(schemas_0.ListRequesterGateways$)
1135
330
  .build() {
1136
331
  }
1137
332
 
@@ -1143,7 +338,7 @@ class ListResponderGatewaysCommand extends smithyClient.Command
1143
338
  })
1144
339
  .s("RTBFabric", "ListResponderGateways", {})
1145
340
  .n("RTBFabricClient", "ListResponderGatewaysCommand")
1146
- .sc(ListResponderGateways$)
341
+ .sc(schemas_0.ListResponderGateways$)
1147
342
  .build() {
1148
343
  }
1149
344
 
@@ -1155,7 +350,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1155
350
  })
1156
351
  .s("RTBFabric", "ListTagsForResource", {})
1157
352
  .n("RTBFabricClient", "ListTagsForResourceCommand")
1158
- .sc(ListTagsForResource$)
353
+ .sc(schemas_0.ListTagsForResource$)
1159
354
  .build() {
1160
355
  }
1161
356
 
@@ -1167,7 +362,7 @@ class RejectLinkCommand extends smithyClient.Command
1167
362
  })
1168
363
  .s("RTBFabric", "RejectLink", {})
1169
364
  .n("RTBFabricClient", "RejectLinkCommand")
1170
- .sc(RejectLink$)
365
+ .sc(schemas_0.RejectLink$)
1171
366
  .build() {
1172
367
  }
1173
368
 
@@ -1179,7 +374,7 @@ class TagResourceCommand extends smithyClient.Command
1179
374
  })
1180
375
  .s("RTBFabric", "TagResource", {})
1181
376
  .n("RTBFabricClient", "TagResourceCommand")
1182
- .sc(TagResource$)
377
+ .sc(schemas_0.TagResource$)
1183
378
  .build() {
1184
379
  }
1185
380
 
@@ -1191,7 +386,7 @@ class UntagResourceCommand extends smithyClient.Command
1191
386
  })
1192
387
  .s("RTBFabric", "UntagResource", {})
1193
388
  .n("RTBFabricClient", "UntagResourceCommand")
1194
- .sc(UntagResource$)
389
+ .sc(schemas_0.UntagResource$)
1195
390
  .build() {
1196
391
  }
1197
392
 
@@ -1203,7 +398,7 @@ class UpdateLinkCommand extends smithyClient.Command
1203
398
  })
1204
399
  .s("RTBFabric", "UpdateLink", {})
1205
400
  .n("RTBFabricClient", "UpdateLinkCommand")
1206
- .sc(UpdateLink$)
401
+ .sc(schemas_0.UpdateLink$)
1207
402
  .build() {
1208
403
  }
1209
404
 
@@ -1215,7 +410,7 @@ class UpdateLinkModuleFlowCommand extends smithyClient.Command
1215
410
  })
1216
411
  .s("RTBFabric", "UpdateLinkModuleFlow", {})
1217
412
  .n("RTBFabricClient", "UpdateLinkModuleFlowCommand")
1218
- .sc(UpdateLinkModuleFlow$)
413
+ .sc(schemas_0.UpdateLinkModuleFlow$)
1219
414
  .build() {
1220
415
  }
1221
416
 
@@ -1227,7 +422,7 @@ class UpdateRequesterGatewayCommand extends smithyClient.Command
1227
422
  })
1228
423
  .s("RTBFabric", "UpdateRequesterGateway", {})
1229
424
  .n("RTBFabricClient", "UpdateRequesterGatewayCommand")
1230
- .sc(UpdateRequesterGateway$)
425
+ .sc(schemas_0.UpdateRequesterGateway$)
1231
426
  .build() {
1232
427
  }
1233
428
 
@@ -1239,7 +434,7 @@ class UpdateResponderGatewayCommand extends smithyClient.Command
1239
434
  })
1240
435
  .s("RTBFabric", "UpdateResponderGateway", {})
1241
436
  .n("RTBFabricClient", "UpdateResponderGatewayCommand")
1242
- .sc(UpdateResponderGateway$)
437
+ .sc(schemas_0.UpdateResponderGateway$)
1243
438
  .build() {
1244
439
  }
1245
440
 
@@ -1784,160 +979,47 @@ Object.defineProperty(exports, "__Client", {
1784
979
  enumerable: true,
1785
980
  get: function () { return smithyClient.Client; }
1786
981
  });
1787
- exports.AcceptLink$ = AcceptLink$;
982
+ Object.defineProperty(exports, "RTBFabricServiceException", {
983
+ enumerable: true,
984
+ get: function () { return RTBFabricServiceException.RTBFabricServiceException; }
985
+ });
1788
986
  exports.AcceptLinkCommand = AcceptLinkCommand;
1789
- exports.AcceptLinkRequest$ = AcceptLinkRequest$;
1790
- exports.AcceptLinkResponse$ = AcceptLinkResponse$;
1791
- exports.AccessDeniedException = AccessDeniedException;
1792
- exports.AccessDeniedException$ = AccessDeniedException$;
1793
- exports.Action$ = Action$;
1794
- exports.AutoScalingGroupsConfiguration$ = AutoScalingGroupsConfiguration$;
1795
- exports.ConflictException = ConflictException;
1796
- exports.ConflictException$ = ConflictException$;
1797
- exports.CreateInboundExternalLink$ = CreateInboundExternalLink$;
1798
987
  exports.CreateInboundExternalLinkCommand = CreateInboundExternalLinkCommand;
1799
- exports.CreateInboundExternalLinkRequest$ = CreateInboundExternalLinkRequest$;
1800
- exports.CreateInboundExternalLinkResponse$ = CreateInboundExternalLinkResponse$;
1801
- exports.CreateLink$ = CreateLink$;
1802
988
  exports.CreateLinkCommand = CreateLinkCommand;
1803
- exports.CreateLinkRequest$ = CreateLinkRequest$;
1804
- exports.CreateLinkResponse$ = CreateLinkResponse$;
1805
- exports.CreateOutboundExternalLink$ = CreateOutboundExternalLink$;
1806
989
  exports.CreateOutboundExternalLinkCommand = CreateOutboundExternalLinkCommand;
1807
- exports.CreateOutboundExternalLinkRequest$ = CreateOutboundExternalLinkRequest$;
1808
- exports.CreateOutboundExternalLinkResponse$ = CreateOutboundExternalLinkResponse$;
1809
- exports.CreateRequesterGateway$ = CreateRequesterGateway$;
1810
990
  exports.CreateRequesterGatewayCommand = CreateRequesterGatewayCommand;
1811
- exports.CreateRequesterGatewayRequest$ = CreateRequesterGatewayRequest$;
1812
- exports.CreateRequesterGatewayResponse$ = CreateRequesterGatewayResponse$;
1813
- exports.CreateResponderGateway$ = CreateResponderGateway$;
1814
991
  exports.CreateResponderGatewayCommand = CreateResponderGatewayCommand;
1815
- exports.CreateResponderGatewayRequest$ = CreateResponderGatewayRequest$;
1816
- exports.CreateResponderGatewayResponse$ = CreateResponderGatewayResponse$;
1817
- exports.DeleteInboundExternalLink$ = DeleteInboundExternalLink$;
1818
992
  exports.DeleteInboundExternalLinkCommand = DeleteInboundExternalLinkCommand;
1819
- exports.DeleteInboundExternalLinkRequest$ = DeleteInboundExternalLinkRequest$;
1820
- exports.DeleteInboundExternalLinkResponse$ = DeleteInboundExternalLinkResponse$;
1821
- exports.DeleteLink$ = DeleteLink$;
1822
993
  exports.DeleteLinkCommand = DeleteLinkCommand;
1823
- exports.DeleteLinkRequest$ = DeleteLinkRequest$;
1824
- exports.DeleteLinkResponse$ = DeleteLinkResponse$;
1825
- exports.DeleteOutboundExternalLink$ = DeleteOutboundExternalLink$;
1826
994
  exports.DeleteOutboundExternalLinkCommand = DeleteOutboundExternalLinkCommand;
1827
- exports.DeleteOutboundExternalLinkRequest$ = DeleteOutboundExternalLinkRequest$;
1828
- exports.DeleteOutboundExternalLinkResponse$ = DeleteOutboundExternalLinkResponse$;
1829
- exports.DeleteRequesterGateway$ = DeleteRequesterGateway$;
1830
995
  exports.DeleteRequesterGatewayCommand = DeleteRequesterGatewayCommand;
1831
- exports.DeleteRequesterGatewayRequest$ = DeleteRequesterGatewayRequest$;
1832
- exports.DeleteRequesterGatewayResponse$ = DeleteRequesterGatewayResponse$;
1833
- exports.DeleteResponderGateway$ = DeleteResponderGateway$;
1834
996
  exports.DeleteResponderGatewayCommand = DeleteResponderGatewayCommand;
1835
- exports.DeleteResponderGatewayRequest$ = DeleteResponderGatewayRequest$;
1836
- exports.DeleteResponderGatewayResponse$ = DeleteResponderGatewayResponse$;
1837
- exports.EksEndpointsConfiguration$ = EksEndpointsConfiguration$;
1838
- exports.Filter$ = Filter$;
1839
- exports.FilterCriterion$ = FilterCriterion$;
1840
997
  exports.FilterType = FilterType;
1841
- exports.GetInboundExternalLink$ = GetInboundExternalLink$;
1842
998
  exports.GetInboundExternalLinkCommand = GetInboundExternalLinkCommand;
1843
- exports.GetInboundExternalLinkRequest$ = GetInboundExternalLinkRequest$;
1844
- exports.GetInboundExternalLinkResponse$ = GetInboundExternalLinkResponse$;
1845
- exports.GetLink$ = GetLink$;
1846
999
  exports.GetLinkCommand = GetLinkCommand;
1847
- exports.GetLinkRequest$ = GetLinkRequest$;
1848
- exports.GetLinkResponse$ = GetLinkResponse$;
1849
- exports.GetOutboundExternalLink$ = GetOutboundExternalLink$;
1850
1000
  exports.GetOutboundExternalLinkCommand = GetOutboundExternalLinkCommand;
1851
- exports.GetOutboundExternalLinkRequest$ = GetOutboundExternalLinkRequest$;
1852
- exports.GetOutboundExternalLinkResponse$ = GetOutboundExternalLinkResponse$;
1853
- exports.GetRequesterGateway$ = GetRequesterGateway$;
1854
1001
  exports.GetRequesterGatewayCommand = GetRequesterGatewayCommand;
1855
- exports.GetRequesterGatewayRequest$ = GetRequesterGatewayRequest$;
1856
- exports.GetRequesterGatewayResponse$ = GetRequesterGatewayResponse$;
1857
- exports.GetResponderGateway$ = GetResponderGateway$;
1858
1002
  exports.GetResponderGatewayCommand = GetResponderGatewayCommand;
1859
- exports.GetResponderGatewayRequest$ = GetResponderGatewayRequest$;
1860
- exports.GetResponderGatewayResponse$ = GetResponderGatewayResponse$;
1861
- exports.HeaderTagAction$ = HeaderTagAction$;
1862
- exports.InternalServerException = InternalServerException;
1863
- exports.InternalServerException$ = InternalServerException$;
1864
- exports.LinkApplicationLogConfiguration$ = LinkApplicationLogConfiguration$;
1865
- exports.LinkApplicationLogSampling$ = LinkApplicationLogSampling$;
1866
- exports.LinkAttributes$ = LinkAttributes$;
1867
1003
  exports.LinkDirection = LinkDirection;
1868
- exports.LinkLogSettings$ = LinkLogSettings$;
1869
1004
  exports.LinkStatus = LinkStatus;
1870
- exports.ListLinks$ = ListLinks$;
1871
1005
  exports.ListLinksCommand = ListLinksCommand;
1872
- exports.ListLinksRequest$ = ListLinksRequest$;
1873
- exports.ListLinksResponse$ = ListLinksResponse$;
1874
- exports.ListLinksResponseStructure$ = ListLinksResponseStructure$;
1875
- exports.ListRequesterGateways$ = ListRequesterGateways$;
1876
1006
  exports.ListRequesterGatewaysCommand = ListRequesterGatewaysCommand;
1877
- exports.ListRequesterGatewaysRequest$ = ListRequesterGatewaysRequest$;
1878
- exports.ListRequesterGatewaysResponse$ = ListRequesterGatewaysResponse$;
1879
- exports.ListResponderGateways$ = ListResponderGateways$;
1880
1007
  exports.ListResponderGatewaysCommand = ListResponderGatewaysCommand;
1881
- exports.ListResponderGatewaysRequest$ = ListResponderGatewaysRequest$;
1882
- exports.ListResponderGatewaysResponse$ = ListResponderGatewaysResponse$;
1883
- exports.ListTagsForResource$ = ListTagsForResource$;
1884
1008
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1885
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1886
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1887
- exports.ManagedEndpointConfiguration$ = ManagedEndpointConfiguration$;
1888
- exports.ModuleConfiguration$ = ModuleConfiguration$;
1889
- exports.ModuleParameters$ = ModuleParameters$;
1890
- exports.NoBidAction$ = NoBidAction$;
1891
- exports.NoBidModuleParameters$ = NoBidModuleParameters$;
1892
- exports.OpenRtbAttributeModuleParameters$ = OpenRtbAttributeModuleParameters$;
1893
1009
  exports.Protocol = Protocol;
1894
1010
  exports.RTBFabric = RTBFabric;
1895
1011
  exports.RTBFabricClient = RTBFabricClient;
1896
- exports.RTBFabricServiceException = RTBFabricServiceException;
1897
- exports.RTBFabricServiceException$ = RTBFabricServiceException$;
1898
- exports.RateLimiterModuleParameters$ = RateLimiterModuleParameters$;
1899
- exports.RejectLink$ = RejectLink$;
1900
1012
  exports.RejectLinkCommand = RejectLinkCommand;
1901
- exports.RejectLinkRequest$ = RejectLinkRequest$;
1902
- exports.RejectLinkResponse$ = RejectLinkResponse$;
1903
1013
  exports.RequesterGatewayStatus = RequesterGatewayStatus;
1904
- exports.ResourceNotFoundException = ResourceNotFoundException;
1905
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1906
1014
  exports.ResponderErrorMaskingAction = ResponderErrorMaskingAction;
1907
- exports.ResponderErrorMaskingForHttpCode$ = ResponderErrorMaskingForHttpCode$;
1908
1015
  exports.ResponderErrorMaskingLoggingType = ResponderErrorMaskingLoggingType;
1909
1016
  exports.ResponderGatewayStatus = ResponderGatewayStatus;
1910
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1911
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1912
- exports.TagResource$ = TagResource$;
1913
1017
  exports.TagResourceCommand = TagResourceCommand;
1914
- exports.TagResourceRequest$ = TagResourceRequest$;
1915
- exports.TagResourceResponse$ = TagResourceResponse$;
1916
- exports.ThrottlingException = ThrottlingException;
1917
- exports.ThrottlingException$ = ThrottlingException$;
1918
- exports.TrustStoreConfiguration$ = TrustStoreConfiguration$;
1919
- exports.UntagResource$ = UntagResource$;
1920
1018
  exports.UntagResourceCommand = UntagResourceCommand;
1921
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1922
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1923
- exports.UpdateLink$ = UpdateLink$;
1924
1019
  exports.UpdateLinkCommand = UpdateLinkCommand;
1925
- exports.UpdateLinkModuleFlow$ = UpdateLinkModuleFlow$;
1926
1020
  exports.UpdateLinkModuleFlowCommand = UpdateLinkModuleFlowCommand;
1927
- exports.UpdateLinkModuleFlowRequest$ = UpdateLinkModuleFlowRequest$;
1928
- exports.UpdateLinkModuleFlowResponse$ = UpdateLinkModuleFlowResponse$;
1929
- exports.UpdateLinkRequest$ = UpdateLinkRequest$;
1930
- exports.UpdateLinkResponse$ = UpdateLinkResponse$;
1931
- exports.UpdateRequesterGateway$ = UpdateRequesterGateway$;
1932
1021
  exports.UpdateRequesterGatewayCommand = UpdateRequesterGatewayCommand;
1933
- exports.UpdateRequesterGatewayRequest$ = UpdateRequesterGatewayRequest$;
1934
- exports.UpdateRequesterGatewayResponse$ = UpdateRequesterGatewayResponse$;
1935
- exports.UpdateResponderGateway$ = UpdateResponderGateway$;
1936
1022
  exports.UpdateResponderGatewayCommand = UpdateResponderGatewayCommand;
1937
- exports.UpdateResponderGatewayRequest$ = UpdateResponderGatewayRequest$;
1938
- exports.UpdateResponderGatewayResponse$ = UpdateResponderGatewayResponse$;
1939
- exports.ValidationException = ValidationException;
1940
- exports.ValidationException$ = ValidationException$;
1941
1023
  exports.paginateListLinks = paginateListLinks;
1942
1024
  exports.paginateListRequesterGateways = paginateListRequesterGateways;
1943
1025
  exports.paginateListResponderGateways = paginateListResponderGateways;
@@ -1957,3 +1039,15 @@ exports.waitUntilRequesterGatewayActive = waitUntilRequesterGatewayActive;
1957
1039
  exports.waitUntilRequesterGatewayDeleted = waitUntilRequesterGatewayDeleted;
1958
1040
  exports.waitUntilResponderGatewayActive = waitUntilResponderGatewayActive;
1959
1041
  exports.waitUntilResponderGatewayDeleted = waitUntilResponderGatewayDeleted;
1042
+ Object.keys(schemas_0).forEach(function (k) {
1043
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1044
+ enumerable: true,
1045
+ get: function () { return schemas_0[k]; }
1046
+ });
1047
+ });
1048
+ Object.keys(errors).forEach(function (k) {
1049
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1050
+ enumerable: true,
1051
+ get: function () { return errors[k]; }
1052
+ });
1053
+ });