@aws-sdk/client-rtbfabric 3.1068.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +297 -317
- package/dist-cjs/models/RTBFabricServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +297 -196
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetLinkResponse$ = exports.GetLinkRequest$ = exports.GetInboundExternalLinkResponse$ = exports.GetInboundExternalLinkRequest$ = exports.GetCertificateAssociationResponse$ = exports.GetCertificateAssociationRequest$ = exports.FilterCriterion$ = exports.Filter$ = exports.EksEndpointsConfiguration$ = exports.DisassociateCertificateResponse$ = exports.DisassociateCertificateRequest$ = exports.DeleteResponderGatewayResponse$ = exports.DeleteResponderGatewayRequest$ = exports.DeleteRequesterGatewayResponse$ = exports.DeleteRequesterGatewayRequest$ = exports.DeleteOutboundExternalLinkResponse$ = exports.DeleteOutboundExternalLinkRequest$ = exports.DeleteLinkRoutingRuleResponse$ = exports.DeleteLinkRoutingRuleRequest$ = exports.DeleteLinkResponse$ = exports.DeleteLinkRequest$ = exports.DeleteInboundExternalLinkResponse$ = exports.DeleteInboundExternalLinkRequest$ = exports.CreateResponderGatewayResponse$ = exports.CreateResponderGatewayRequest$ = exports.CreateRequesterGatewayResponse$ = exports.CreateRequesterGatewayRequest$ = exports.CreateOutboundExternalLinkResponse$ = exports.CreateOutboundExternalLinkRequest$ = exports.CreateLinkRoutingRuleResponse$ = exports.CreateLinkRoutingRuleRequest$ = exports.CreateLinkResponse$ = exports.CreateLinkRequest$ = exports.CreateInboundExternalLinkResponse$ = exports.CreateInboundExternalLinkRequest$ = exports.CertificateAssociationSummary$ = exports.AutoScalingGroupsConfiguration$ = exports.AssociateCertificateResponse$ = exports.AssociateCertificateRequest$ = exports.AcceptLinkResponse$ = exports.AcceptLinkRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.RTBFabricServiceException$ = void 0;
|
|
4
|
-
exports.UpdateLinkRoutingRuleResponse$ = exports.UpdateLinkRoutingRuleRequest$ = exports.UpdateLinkResponse$ = exports.UpdateLinkRequest$ = exports.UpdateLinkModuleFlowResponse$ = exports.UpdateLinkModuleFlowRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TrustStoreConfiguration$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.RuleCondition$ = exports.ResponderErrorMaskingForHttpCode$ = exports.RejectLinkResponse$ = exports.RejectLinkRequest$ = exports.RateLimiterModuleParameters$ = exports.QueryStringKeyValuePair$ = exports.OpenRtbAttributeModuleParameters$ = exports.NoBidModuleParameters$ = exports.NoBidAction$ = exports.ModuleConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListResponderGatewaysResponse$ = exports.ListResponderGatewaysRequest$ = exports.ListRequesterGatewaysResponse$ = exports.ListRequesterGatewaysRequest$ = exports.ListLinksResponseStructure$ = exports.ListLinksResponse$ = exports.ListLinksRequest$ = exports.ListLinkRoutingRulesResponse$ = exports.ListLinkRoutingRulesRequest$ = exports.ListenerConfig$ = exports.ListCertificateAssociationsResponse$ = exports.ListCertificateAssociationsRequest$ = exports.LinkRoutingRuleSummary$ = exports.LinkLogSettings$ = exports.LinkAttributes$ = exports.LinkApplicationLogSampling$ = exports.LinkApplicationLogConfiguration$ = exports.HealthCheckConfig$ = exports.HeaderTagAction$ = exports.GetResponderGatewayResponse$ = exports.GetResponderGatewayRequest$ = exports.GetRequesterGatewayResponse$ = exports.GetRequesterGatewayRequest$ = exports.GetOutboundExternalLinkResponse$ = exports.GetOutboundExternalLinkRequest$ = exports.GetLinkRoutingRuleResponse$ = exports.GetLinkRoutingRuleRequest$ = void 0;
|
|
5
|
-
exports.UpdateResponderGateway$ = exports.UpdateRequesterGateway$ = exports.UpdateLinkRoutingRule$ = exports.UpdateLinkModuleFlow$ = exports.UpdateLink$ = exports.UntagResource$ = exports.TagResource$ = exports.RejectLink$ = exports.ListTagsForResource$ = exports.ListResponderGateways$ = exports.ListRequesterGateways$ = exports.ListLinks$ = exports.ListLinkRoutingRules$ = exports.ListCertificateAssociations$ = exports.GetResponderGateway$ = exports.GetRequesterGateway$ = exports.GetOutboundExternalLink$ = exports.GetLinkRoutingRule$ = exports.GetLink$ = exports.GetInboundExternalLink$ = exports.GetCertificateAssociation$ = exports.DisassociateCertificate$ = exports.DeleteResponderGateway$ = exports.DeleteRequesterGateway$ = exports.DeleteOutboundExternalLink$ = exports.DeleteLinkRoutingRule$ = exports.DeleteLink$ = exports.DeleteInboundExternalLink$ = exports.CreateResponderGateway$ = exports.CreateRequesterGateway$ = exports.CreateOutboundExternalLink$ = exports.CreateLinkRoutingRule$ = exports.CreateLink$ = exports.CreateInboundExternalLink$ = exports.AssociateCertificate$ = exports.AcceptLink$ = exports.ModuleParameters$ = exports.ManagedEndpointConfiguration$ = exports.Action$ = exports.UpdateResponderGatewayResponse$ = exports.UpdateResponderGatewayRequest$ = exports.UpdateRequesterGatewayResponse$ = exports.UpdateRequesterGatewayRequest$ = void 0;
|
|
6
1
|
const _A = "Action";
|
|
7
2
|
const _AC = "AssociateCertificate";
|
|
8
3
|
const _ACR = "AssociateCertificateRequest";
|
|
@@ -263,563 +258,666 @@ const _vI = "vpcId";
|
|
|
263
258
|
const _va = "value";
|
|
264
259
|
const _ve = "version";
|
|
265
260
|
const n0 = "com.amazonaws.rtbfabric";
|
|
266
|
-
const
|
|
267
|
-
const
|
|
268
|
-
const
|
|
269
|
-
const _s_registry =
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
261
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
262
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
263
|
+
const { RTBFabricServiceException } = require("../models/RTBFabricServiceException");
|
|
264
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
265
|
+
const RTBFabricServiceException$ = [-3, _s, "RTBFabricServiceException", 0, [], []];
|
|
266
|
+
exports.RTBFabricServiceException$ = RTBFabricServiceException$;
|
|
267
|
+
_s_registry.registerError(RTBFabricServiceException$, RTBFabricServiceException);
|
|
268
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
269
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
274
270
|
{ [_e]: _c, [_hE]: 403 },
|
|
275
271
|
[_m],
|
|
276
272
|
[0], 1
|
|
277
273
|
];
|
|
278
|
-
|
|
279
|
-
|
|
274
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
275
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
276
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
280
277
|
{ [_e]: _c, [_hE]: 409 },
|
|
281
278
|
[_m],
|
|
282
279
|
[0], 1
|
|
283
280
|
];
|
|
284
|
-
|
|
285
|
-
|
|
281
|
+
exports.ConflictException$ = ConflictException$;
|
|
282
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
283
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
286
284
|
{ [_e]: _se, [_hE]: 500 },
|
|
287
285
|
[_m],
|
|
288
286
|
[0], 1
|
|
289
287
|
];
|
|
290
|
-
|
|
291
|
-
|
|
288
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
289
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
290
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
292
291
|
{ [_e]: _c, [_hE]: 404 },
|
|
293
292
|
[_m],
|
|
294
293
|
[0], 1
|
|
295
294
|
];
|
|
296
|
-
|
|
297
|
-
|
|
295
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
296
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
297
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
298
298
|
{ [_e]: _c, [_hE]: 402 },
|
|
299
299
|
[_m],
|
|
300
300
|
[0], 1
|
|
301
301
|
];
|
|
302
|
-
|
|
303
|
-
|
|
302
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
303
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
304
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
304
305
|
{ [_e]: _c, [_hE]: 429 },
|
|
305
306
|
[_m],
|
|
306
307
|
[0], 1
|
|
307
308
|
];
|
|
308
|
-
|
|
309
|
-
|
|
309
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
310
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
311
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
310
312
|
{ [_e]: _c, [_hE]: 400 },
|
|
311
313
|
[_m],
|
|
312
314
|
[0], 1
|
|
313
315
|
];
|
|
314
|
-
|
|
316
|
+
exports.ValidationException$ = ValidationException$;
|
|
317
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
315
318
|
exports.errorTypeRegistries = [
|
|
316
319
|
_s_registry,
|
|
317
320
|
n0_registry,
|
|
318
321
|
];
|
|
319
322
|
var Base64EncodedCertificateChain = [0, n0, _BECC, 8, 0];
|
|
320
|
-
|
|
323
|
+
const AcceptLinkRequest$ = [3, n0, _ALR,
|
|
321
324
|
0,
|
|
322
325
|
[_gI, _lI, _lS, _a, _tIM],
|
|
323
|
-
[[0, 1], [0, 1], () =>
|
|
326
|
+
[[0, 1], [0, 1], () => LinkLogSettings$, () => LinkAttributes$, 1], 3
|
|
324
327
|
];
|
|
325
|
-
exports.
|
|
328
|
+
exports.AcceptLinkRequest$ = AcceptLinkRequest$;
|
|
329
|
+
const AcceptLinkResponse$ = [3, n0, _ALRc,
|
|
326
330
|
0,
|
|
327
331
|
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _lS, _cT],
|
|
328
|
-
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () =>
|
|
332
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, () => LinkLogSettings$, 0], 6
|
|
329
333
|
];
|
|
330
|
-
exports.
|
|
334
|
+
exports.AcceptLinkResponse$ = AcceptLinkResponse$;
|
|
335
|
+
const AssociateCertificateRequest$ = [3, n0, _ACR,
|
|
331
336
|
0,
|
|
332
337
|
[_gI, _aCA, _cTl],
|
|
333
338
|
[[0, 1], 0, [0, 4]], 2
|
|
334
339
|
];
|
|
335
|
-
exports.
|
|
340
|
+
exports.AssociateCertificateRequest$ = AssociateCertificateRequest$;
|
|
341
|
+
const AssociateCertificateResponse$ = [3, n0, _ACRs,
|
|
336
342
|
0,
|
|
337
343
|
[_gI, _aCA, _st],
|
|
338
344
|
[0, 0, 0], 3
|
|
339
345
|
];
|
|
340
|
-
exports.
|
|
346
|
+
exports.AssociateCertificateResponse$ = AssociateCertificateResponse$;
|
|
347
|
+
const AutoScalingGroupsConfiguration$ = [3, n0, _ASGC,
|
|
341
348
|
0,
|
|
342
349
|
[_aSGN, _rA, _hCC],
|
|
343
|
-
[64 | 0, 0, () =>
|
|
350
|
+
[64 | 0, 0, () => HealthCheckConfig$], 2
|
|
344
351
|
];
|
|
345
|
-
exports.
|
|
352
|
+
exports.AutoScalingGroupsConfiguration$ = AutoScalingGroupsConfiguration$;
|
|
353
|
+
const CertificateAssociationSummary$ = [3, n0, _CAS,
|
|
346
354
|
0,
|
|
347
355
|
[_aCA, _st, _aA, _uA],
|
|
348
356
|
[0, 0, 4, 4], 2
|
|
349
357
|
];
|
|
350
|
-
exports.
|
|
358
|
+
exports.CertificateAssociationSummary$ = CertificateAssociationSummary$;
|
|
359
|
+
const CreateInboundExternalLinkRequest$ = [3, n0, _CIELR,
|
|
351
360
|
0,
|
|
352
361
|
[_gI, _lS, _cTl, _a, _t],
|
|
353
|
-
[[0, 1], () =>
|
|
362
|
+
[[0, 1], () => LinkLogSettings$, [0, 4], () => LinkAttributes$, 128 | 0], 2
|
|
354
363
|
];
|
|
355
|
-
exports.
|
|
364
|
+
exports.CreateInboundExternalLinkRequest$ = CreateInboundExternalLinkRequest$;
|
|
365
|
+
const CreateInboundExternalLinkResponse$ = [3, n0, _CIELRr,
|
|
356
366
|
0,
|
|
357
367
|
[_gI, _lI, _st, _dN],
|
|
358
368
|
[0, 0, 0, 0], 4
|
|
359
369
|
];
|
|
360
|
-
exports.
|
|
370
|
+
exports.CreateInboundExternalLinkResponse$ = CreateInboundExternalLinkResponse$;
|
|
371
|
+
const CreateLinkRequest$ = [3, n0, _CLR,
|
|
361
372
|
0,
|
|
362
373
|
[_gI, _pGI, _lS, _a, _hRA, _t, _tIM],
|
|
363
|
-
[[0, 1], 0, () =>
|
|
374
|
+
[[0, 1], 0, () => LinkLogSettings$, () => LinkAttributes$, 2, 128 | 0, 1], 3
|
|
364
375
|
];
|
|
365
|
-
exports.
|
|
376
|
+
exports.CreateLinkRequest$ = CreateLinkRequest$;
|
|
377
|
+
const CreateLinkResponse$ = [3, n0, _CLRr,
|
|
366
378
|
0,
|
|
367
379
|
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _lS, _cT, _cPI],
|
|
368
|
-
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () =>
|
|
380
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, () => LinkLogSettings$, 0, 0], 6
|
|
369
381
|
];
|
|
370
|
-
exports.
|
|
382
|
+
exports.CreateLinkResponse$ = CreateLinkResponse$;
|
|
383
|
+
const CreateLinkRoutingRuleRequest$ = [3, n0, _CLRRR,
|
|
371
384
|
0,
|
|
372
385
|
[_gI, _lI, _p, _co, _cTl, _t],
|
|
373
|
-
[[0, 1], [0, 1], 1, () =>
|
|
386
|
+
[[0, 1], [0, 1], 1, () => RuleCondition$, [0, 4], 128 | 0], 4
|
|
374
387
|
];
|
|
375
|
-
exports.
|
|
388
|
+
exports.CreateLinkRoutingRuleRequest$ = CreateLinkRoutingRuleRequest$;
|
|
389
|
+
const CreateLinkRoutingRuleResponse$ = [3, n0, _CLRRRr,
|
|
376
390
|
0,
|
|
377
391
|
[_rI, _st, _cA],
|
|
378
392
|
[0, 0, 4], 3
|
|
379
393
|
];
|
|
380
|
-
exports.
|
|
394
|
+
exports.CreateLinkRoutingRuleResponse$ = CreateLinkRoutingRuleResponse$;
|
|
395
|
+
const CreateOutboundExternalLinkRequest$ = [3, n0, _COELR,
|
|
381
396
|
0,
|
|
382
397
|
[_gI, _pE, _lS, _cTl, _a, _t],
|
|
383
|
-
[[0, 1], 0, () =>
|
|
398
|
+
[[0, 1], 0, () => LinkLogSettings$, [0, 4], () => LinkAttributes$, 128 | 0], 3
|
|
384
399
|
];
|
|
385
|
-
exports.
|
|
400
|
+
exports.CreateOutboundExternalLinkRequest$ = CreateOutboundExternalLinkRequest$;
|
|
401
|
+
const CreateOutboundExternalLinkResponse$ = [3, n0, _COELRr,
|
|
386
402
|
0,
|
|
387
403
|
[_gI, _lI, _st],
|
|
388
404
|
[0, 0, 0], 3
|
|
389
405
|
];
|
|
390
|
-
exports.
|
|
406
|
+
exports.CreateOutboundExternalLinkResponse$ = CreateOutboundExternalLinkResponse$;
|
|
407
|
+
const CreateRequesterGatewayRequest$ = [3, n0, _CRGR,
|
|
391
408
|
0,
|
|
392
409
|
[_vI, _sI, _sGI, _cTl, _de, _t],
|
|
393
410
|
[0, 64 | 0, 64 | 0, [0, 4], 0, 128 | 0], 3
|
|
394
411
|
];
|
|
395
|
-
exports.
|
|
412
|
+
exports.CreateRequesterGatewayRequest$ = CreateRequesterGatewayRequest$;
|
|
413
|
+
const CreateRequesterGatewayResponse$ = [3, n0, _CRGRr,
|
|
396
414
|
0,
|
|
397
415
|
[_gI, _dN, _st],
|
|
398
416
|
[0, 0, 0], 3
|
|
399
417
|
];
|
|
400
|
-
exports.
|
|
418
|
+
exports.CreateRequesterGatewayResponse$ = CreateRequesterGatewayResponse$;
|
|
419
|
+
const CreateResponderGatewayRequest$ = [3, n0, _CRGRre,
|
|
401
420
|
0,
|
|
402
421
|
[_vI, _sI, _sGI, _po, _pr, _dN, _lC, _tSC, _mEC, _cTl, _de, _t, _gT],
|
|
403
|
-
[0, 64 | 0, 64 | 0, 1, 0, 0, () =>
|
|
422
|
+
[0, 64 | 0, 64 | 0, 1, 0, 0, () => ListenerConfig$, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], [0, 4], 0, 128 | 0, 0], 5
|
|
404
423
|
];
|
|
405
|
-
exports.
|
|
424
|
+
exports.CreateResponderGatewayRequest$ = CreateResponderGatewayRequest$;
|
|
425
|
+
const CreateResponderGatewayResponse$ = [3, n0, _CRGRrea,
|
|
406
426
|
0,
|
|
407
427
|
[_gI, _st, _lC, _eIE],
|
|
408
|
-
[0, 0, () =>
|
|
428
|
+
[0, 0, () => ListenerConfig$, 0], 2
|
|
409
429
|
];
|
|
410
|
-
exports.
|
|
430
|
+
exports.CreateResponderGatewayResponse$ = CreateResponderGatewayResponse$;
|
|
431
|
+
const DeleteInboundExternalLinkRequest$ = [3, n0, _DIELR,
|
|
411
432
|
0,
|
|
412
433
|
[_gI, _lI],
|
|
413
434
|
[[0, 1], [0, 1]], 2
|
|
414
435
|
];
|
|
415
|
-
exports.
|
|
436
|
+
exports.DeleteInboundExternalLinkRequest$ = DeleteInboundExternalLinkRequest$;
|
|
437
|
+
const DeleteInboundExternalLinkResponse$ = [3, n0, _DIELRe,
|
|
416
438
|
0,
|
|
417
439
|
[_lI, _st],
|
|
418
440
|
[0, 0], 2
|
|
419
441
|
];
|
|
420
|
-
exports.
|
|
442
|
+
exports.DeleteInboundExternalLinkResponse$ = DeleteInboundExternalLinkResponse$;
|
|
443
|
+
const DeleteLinkRequest$ = [3, n0, _DLR,
|
|
421
444
|
0,
|
|
422
445
|
[_gI, _lI],
|
|
423
446
|
[[0, 1], [0, 1]], 2
|
|
424
447
|
];
|
|
425
|
-
exports.
|
|
448
|
+
exports.DeleteLinkRequest$ = DeleteLinkRequest$;
|
|
449
|
+
const DeleteLinkResponse$ = [3, n0, _DLRe,
|
|
426
450
|
0,
|
|
427
451
|
[_lI, _st],
|
|
428
452
|
[0, 0], 2
|
|
429
453
|
];
|
|
430
|
-
exports.
|
|
454
|
+
exports.DeleteLinkResponse$ = DeleteLinkResponse$;
|
|
455
|
+
const DeleteLinkRoutingRuleRequest$ = [3, n0, _DLRRR,
|
|
431
456
|
0,
|
|
432
457
|
[_gI, _lI, _rI],
|
|
433
458
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
434
459
|
];
|
|
435
|
-
exports.
|
|
460
|
+
exports.DeleteLinkRoutingRuleRequest$ = DeleteLinkRoutingRuleRequest$;
|
|
461
|
+
const DeleteLinkRoutingRuleResponse$ = [3, n0, _DLRRRe,
|
|
436
462
|
0,
|
|
437
463
|
[_rI, _st],
|
|
438
464
|
[0, 0], 2
|
|
439
465
|
];
|
|
440
|
-
exports.
|
|
466
|
+
exports.DeleteLinkRoutingRuleResponse$ = DeleteLinkRoutingRuleResponse$;
|
|
467
|
+
const DeleteOutboundExternalLinkRequest$ = [3, n0, _DOELR,
|
|
441
468
|
0,
|
|
442
469
|
[_gI, _lI],
|
|
443
470
|
[[0, 1], [0, 1]], 2
|
|
444
471
|
];
|
|
445
|
-
exports.
|
|
472
|
+
exports.DeleteOutboundExternalLinkRequest$ = DeleteOutboundExternalLinkRequest$;
|
|
473
|
+
const DeleteOutboundExternalLinkResponse$ = [3, n0, _DOELRe,
|
|
446
474
|
0,
|
|
447
475
|
[_lI, _st],
|
|
448
476
|
[0, 0], 2
|
|
449
477
|
];
|
|
450
|
-
exports.
|
|
478
|
+
exports.DeleteOutboundExternalLinkResponse$ = DeleteOutboundExternalLinkResponse$;
|
|
479
|
+
const DeleteRequesterGatewayRequest$ = [3, n0, _DRGR,
|
|
451
480
|
0,
|
|
452
481
|
[_gI],
|
|
453
482
|
[[0, 1]], 1
|
|
454
483
|
];
|
|
455
|
-
exports.
|
|
484
|
+
exports.DeleteRequesterGatewayRequest$ = DeleteRequesterGatewayRequest$;
|
|
485
|
+
const DeleteRequesterGatewayResponse$ = [3, n0, _DRGRe,
|
|
456
486
|
0,
|
|
457
487
|
[_gI, _st],
|
|
458
488
|
[0, 0], 2
|
|
459
489
|
];
|
|
460
|
-
exports.
|
|
490
|
+
exports.DeleteRequesterGatewayResponse$ = DeleteRequesterGatewayResponse$;
|
|
491
|
+
const DeleteResponderGatewayRequest$ = [3, n0, _DRGRel,
|
|
461
492
|
0,
|
|
462
493
|
[_gI],
|
|
463
494
|
[[0, 1]], 1
|
|
464
495
|
];
|
|
465
|
-
exports.
|
|
496
|
+
exports.DeleteResponderGatewayRequest$ = DeleteResponderGatewayRequest$;
|
|
497
|
+
const DeleteResponderGatewayResponse$ = [3, n0, _DRGRele,
|
|
466
498
|
0,
|
|
467
499
|
[_gI, _st],
|
|
468
500
|
[0, 0], 2
|
|
469
501
|
];
|
|
470
|
-
exports.
|
|
502
|
+
exports.DeleteResponderGatewayResponse$ = DeleteResponderGatewayResponse$;
|
|
503
|
+
const DisassociateCertificateRequest$ = [3, n0, _DCR,
|
|
471
504
|
0,
|
|
472
505
|
[_gI, _aCA],
|
|
473
506
|
[[0, 1], [0, { [_hQ]: _aCA }]], 2
|
|
474
507
|
];
|
|
475
|
-
exports.
|
|
508
|
+
exports.DisassociateCertificateRequest$ = DisassociateCertificateRequest$;
|
|
509
|
+
const DisassociateCertificateResponse$ = [3, n0, _DCRi,
|
|
476
510
|
0,
|
|
477
511
|
[_gI, _aCA, _st],
|
|
478
512
|
[0, 0, 0], 3
|
|
479
513
|
];
|
|
480
|
-
exports.
|
|
514
|
+
exports.DisassociateCertificateResponse$ = DisassociateCertificateResponse$;
|
|
515
|
+
const EksEndpointsConfiguration$ = [3, n0, _EEC,
|
|
481
516
|
0,
|
|
482
517
|
[_eRN, _eRNn, _cASEU, _cASCCC, _cN, _rA],
|
|
483
518
|
[0, 0, 0, [() => Base64EncodedCertificateChain, 0], 0, 0], 6
|
|
484
519
|
];
|
|
485
|
-
exports.
|
|
520
|
+
exports.EksEndpointsConfiguration$ = EksEndpointsConfiguration$;
|
|
521
|
+
const Filter$ = [3, n0, _F,
|
|
486
522
|
0,
|
|
487
523
|
[_cr],
|
|
488
524
|
[() => FilterCriteria], 1
|
|
489
525
|
];
|
|
490
|
-
exports.
|
|
526
|
+
exports.Filter$ = Filter$;
|
|
527
|
+
const FilterCriterion$ = [3, n0, _FC,
|
|
491
528
|
0,
|
|
492
529
|
[_pa, _v],
|
|
493
530
|
[0, 64 | 0], 2
|
|
494
531
|
];
|
|
495
|
-
exports.
|
|
532
|
+
exports.FilterCriterion$ = FilterCriterion$;
|
|
533
|
+
const GetCertificateAssociationRequest$ = [3, n0, _GCAR,
|
|
496
534
|
0,
|
|
497
535
|
[_gI, _aCA],
|
|
498
536
|
[[0, 1], [0, { [_hQ]: _aCA }]], 2
|
|
499
537
|
];
|
|
500
|
-
exports.
|
|
538
|
+
exports.GetCertificateAssociationRequest$ = GetCertificateAssociationRequest$;
|
|
539
|
+
const GetCertificateAssociationResponse$ = [3, n0, _GCARe,
|
|
501
540
|
0,
|
|
502
541
|
[_gI, _aCA, _st, _aA, _uA],
|
|
503
542
|
[0, 0, 0, 4, 4], 3
|
|
504
543
|
];
|
|
505
|
-
exports.
|
|
544
|
+
exports.GetCertificateAssociationResponse$ = GetCertificateAssociationResponse$;
|
|
545
|
+
const GetInboundExternalLinkRequest$ = [3, n0, _GIELR,
|
|
506
546
|
0,
|
|
507
547
|
[_gI, _lI],
|
|
508
548
|
[[0, 1], [0, 1]], 2
|
|
509
549
|
];
|
|
510
|
-
exports.
|
|
550
|
+
exports.GetInboundExternalLinkRequest$ = GetInboundExternalLinkRequest$;
|
|
551
|
+
const GetInboundExternalLinkResponse$ = [3, n0, _GIELRe,
|
|
511
552
|
0,
|
|
512
553
|
[_gI, _lI, _st, _dN, _fM, _pFM, _a, _cA, _uA, _t, _lS, _cT],
|
|
513
|
-
[0, 0, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () =>
|
|
554
|
+
[0, 0, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 4, 4, 128 | 0, () => LinkLogSettings$, 0], 4
|
|
514
555
|
];
|
|
515
|
-
exports.
|
|
556
|
+
exports.GetInboundExternalLinkResponse$ = GetInboundExternalLinkResponse$;
|
|
557
|
+
const GetLinkRequest$ = [3, n0, _GLR,
|
|
516
558
|
0,
|
|
517
559
|
[_gI, _lI],
|
|
518
560
|
[[0, 1], [0, 1]], 2
|
|
519
561
|
];
|
|
520
|
-
exports.
|
|
562
|
+
exports.GetLinkRequest$ = GetLinkRequest$;
|
|
563
|
+
const GetLinkResponse$ = [3, n0, _GLRe,
|
|
521
564
|
0,
|
|
522
565
|
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _lS, _cT, _t, _hRA, _tIM],
|
|
523
|
-
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () =>
|
|
566
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, () => LinkLogSettings$, 0, 128 | 0, 2, 1], 6
|
|
524
567
|
];
|
|
525
|
-
exports.
|
|
568
|
+
exports.GetLinkResponse$ = GetLinkResponse$;
|
|
569
|
+
const GetLinkRoutingRuleRequest$ = [3, n0, _GLRRR,
|
|
526
570
|
0,
|
|
527
571
|
[_gI, _lI, _rI],
|
|
528
572
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
529
573
|
];
|
|
530
|
-
exports.
|
|
574
|
+
exports.GetLinkRoutingRuleRequest$ = GetLinkRoutingRuleRequest$;
|
|
575
|
+
const GetLinkRoutingRuleResponse$ = [3, n0, _GLRRRe,
|
|
531
576
|
0,
|
|
532
577
|
[_gI, _lI, _rI, _p, _co, _st, _cA, _uA, _t],
|
|
533
|
-
[0, 0, 0, 1, () =>
|
|
578
|
+
[0, 0, 0, 1, () => RuleCondition$, 0, 4, 4, 128 | 0], 8
|
|
534
579
|
];
|
|
535
|
-
exports.
|
|
580
|
+
exports.GetLinkRoutingRuleResponse$ = GetLinkRoutingRuleResponse$;
|
|
581
|
+
const GetOutboundExternalLinkRequest$ = [3, n0, _GOELR,
|
|
536
582
|
0,
|
|
537
583
|
[_gI, _lI],
|
|
538
584
|
[[0, 1], [0, 1]], 2
|
|
539
585
|
];
|
|
540
|
-
exports.
|
|
586
|
+
exports.GetOutboundExternalLinkRequest$ = GetOutboundExternalLinkRequest$;
|
|
587
|
+
const GetOutboundExternalLinkResponse$ = [3, n0, _GOELRe,
|
|
541
588
|
0,
|
|
542
589
|
[_gI, _lI, _st, _pE, _fM, _pFM, _a, _cA, _uA, _t, _lS, _cT],
|
|
543
|
-
[0, 0, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () =>
|
|
590
|
+
[0, 0, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, 4, 4, 128 | 0, () => LinkLogSettings$, 0], 4
|
|
544
591
|
];
|
|
545
|
-
exports.
|
|
592
|
+
exports.GetOutboundExternalLinkResponse$ = GetOutboundExternalLinkResponse$;
|
|
593
|
+
const GetRequesterGatewayRequest$ = [3, n0, _GRGR,
|
|
546
594
|
0,
|
|
547
595
|
[_gI],
|
|
548
596
|
[[0, 1]], 1
|
|
549
597
|
];
|
|
550
|
-
exports.
|
|
598
|
+
exports.GetRequesterGatewayRequest$ = GetRequesterGatewayRequest$;
|
|
599
|
+
const GetRequesterGatewayResponse$ = [3, n0, _GRGRe,
|
|
551
600
|
0,
|
|
552
601
|
[_st, _dN, _vI, _sI, _sGI, _gI, _de, _cA, _uA, _t, _aLC, _tLC],
|
|
553
602
|
[0, 0, 0, 64 | 0, 64 | 0, 0, 0, 4, 4, 128 | 0, 1, 1], 6
|
|
554
603
|
];
|
|
555
|
-
exports.
|
|
604
|
+
exports.GetRequesterGatewayResponse$ = GetRequesterGatewayResponse$;
|
|
605
|
+
const GetResponderGatewayRequest$ = [3, n0, _GRGRet,
|
|
556
606
|
0,
|
|
557
607
|
[_gI],
|
|
558
608
|
[[0, 1]], 1
|
|
559
609
|
];
|
|
560
|
-
exports.
|
|
610
|
+
exports.GetResponderGatewayRequest$ = GetResponderGatewayRequest$;
|
|
611
|
+
const GetResponderGatewayResponse$ = [3, n0, _GRGRete,
|
|
561
612
|
0,
|
|
562
613
|
[_vI, _sI, _sGI, _st, _po, _pr, _gI, _de, _cA, _uA, _dN, _lC, _tSC, _mEC, _t, _aLC, _tLC, _iLC, _lRC, _gT, _eIE],
|
|
563
|
-
[0, 64 | 0, 64 | 0, 0, 1, 0, 0, 0, 4, 4, 0, () =>
|
|
614
|
+
[0, 64 | 0, 64 | 0, 0, 1, 0, 0, 0, 4, 4, 0, () => ListenerConfig$, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], 128 | 0, 1, 1, 1, 1, 0, 0], 7
|
|
564
615
|
];
|
|
565
|
-
exports.
|
|
616
|
+
exports.GetResponderGatewayResponse$ = GetResponderGatewayResponse$;
|
|
617
|
+
const HeaderTagAction$ = [3, n0, _HTA,
|
|
566
618
|
0,
|
|
567
619
|
[_n, _va],
|
|
568
620
|
[0, 0], 2
|
|
569
621
|
];
|
|
570
|
-
exports.
|
|
622
|
+
exports.HeaderTagAction$ = HeaderTagAction$;
|
|
623
|
+
const HealthCheckConfig$ = [3, n0, _HCC,
|
|
571
624
|
0,
|
|
572
625
|
[_po, _pa, _pr, _tM, _iS, _sCM, _hTC, _uTC],
|
|
573
626
|
[1, 0, 0, 1, 1, 0, 1, 1], 2
|
|
574
627
|
];
|
|
575
|
-
exports.
|
|
628
|
+
exports.HealthCheckConfig$ = HealthCheckConfig$;
|
|
629
|
+
const LinkApplicationLogConfiguration$ = [3, n0, _LALC,
|
|
576
630
|
0,
|
|
577
631
|
[_sa],
|
|
578
|
-
[() =>
|
|
632
|
+
[() => LinkApplicationLogSampling$], 1
|
|
579
633
|
];
|
|
580
|
-
exports.
|
|
634
|
+
exports.LinkApplicationLogConfiguration$ = LinkApplicationLogConfiguration$;
|
|
635
|
+
const LinkApplicationLogSampling$ = [3, n0, _LALS,
|
|
581
636
|
0,
|
|
582
637
|
[_eL, _fL],
|
|
583
638
|
[1, 1], 2
|
|
584
639
|
];
|
|
585
|
-
exports.
|
|
640
|
+
exports.LinkApplicationLogSampling$ = LinkApplicationLogSampling$;
|
|
641
|
+
const LinkAttributes$ = [3, n0, _LA,
|
|
586
642
|
0,
|
|
587
643
|
[_rEM, _cPI],
|
|
588
644
|
[() => ResponderErrorMasking, 0]
|
|
589
645
|
];
|
|
590
|
-
exports.
|
|
646
|
+
exports.LinkAttributes$ = LinkAttributes$;
|
|
647
|
+
const LinkLogSettings$ = [3, n0, _LLS,
|
|
591
648
|
0,
|
|
592
649
|
[_aL],
|
|
593
|
-
[() =>
|
|
650
|
+
[() => LinkApplicationLogConfiguration$], 1
|
|
594
651
|
];
|
|
595
|
-
exports.
|
|
652
|
+
exports.LinkLogSettings$ = LinkLogSettings$;
|
|
653
|
+
const LinkRoutingRuleSummary$ = [3, n0, _LRRS,
|
|
596
654
|
0,
|
|
597
655
|
[_rI, _p, _co, _st, _cA, _uA],
|
|
598
|
-
[0, 1, () =>
|
|
656
|
+
[0, 1, () => RuleCondition$, 0, 4, 4], 6
|
|
599
657
|
];
|
|
600
|
-
exports.
|
|
658
|
+
exports.LinkRoutingRuleSummary$ = LinkRoutingRuleSummary$;
|
|
659
|
+
const ListCertificateAssociationsRequest$ = [3, n0, _LCAR,
|
|
601
660
|
0,
|
|
602
661
|
[_gI, _nT, _mR],
|
|
603
662
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
604
663
|
];
|
|
605
|
-
exports.
|
|
664
|
+
exports.ListCertificateAssociationsRequest$ = ListCertificateAssociationsRequest$;
|
|
665
|
+
const ListCertificateAssociationsResponse$ = [3, n0, _LCARi,
|
|
606
666
|
0,
|
|
607
667
|
[_cAe, _nT],
|
|
608
668
|
[() => CertificateAssociationSummaryList, 0], 1
|
|
609
669
|
];
|
|
610
|
-
exports.
|
|
670
|
+
exports.ListCertificateAssociationsResponse$ = ListCertificateAssociationsResponse$;
|
|
671
|
+
const ListenerConfig$ = [3, n0, _LC,
|
|
611
672
|
0,
|
|
612
673
|
[_pro],
|
|
613
674
|
[64 | 0], 1
|
|
614
675
|
];
|
|
615
|
-
exports.
|
|
676
|
+
exports.ListenerConfig$ = ListenerConfig$;
|
|
677
|
+
const ListLinkRoutingRulesRequest$ = [3, n0, _LLRRR,
|
|
616
678
|
0,
|
|
617
679
|
[_gI, _lI, _nT, _mR],
|
|
618
680
|
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
619
681
|
];
|
|
620
|
-
exports.
|
|
682
|
+
exports.ListLinkRoutingRulesRequest$ = ListLinkRoutingRulesRequest$;
|
|
683
|
+
const ListLinkRoutingRulesResponse$ = [3, n0, _LLRRRi,
|
|
621
684
|
0,
|
|
622
685
|
[_r, _nT],
|
|
623
686
|
[() => LinkRoutingRuleList, 0]
|
|
624
687
|
];
|
|
625
|
-
exports.
|
|
688
|
+
exports.ListLinkRoutingRulesResponse$ = ListLinkRoutingRulesResponse$;
|
|
689
|
+
const ListLinksRequest$ = [3, n0, _LLR,
|
|
626
690
|
0,
|
|
627
691
|
[_gI, _nT, _mR],
|
|
628
692
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
629
693
|
];
|
|
630
|
-
exports.
|
|
694
|
+
exports.ListLinksRequest$ = ListLinksRequest$;
|
|
695
|
+
const ListLinksResponse$ = [3, n0, _LLRi,
|
|
631
696
|
0,
|
|
632
697
|
[_l, _nT],
|
|
633
698
|
[() => LinkList, 0]
|
|
634
699
|
];
|
|
635
|
-
exports.
|
|
700
|
+
exports.ListLinksResponse$ = ListLinksResponse$;
|
|
701
|
+
const ListLinksResponseStructure$ = [3, n0, _LLRS,
|
|
636
702
|
0,
|
|
637
703
|
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _lS, _cT, _t, _pE],
|
|
638
|
-
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () =>
|
|
704
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, () => LinkLogSettings$, 0, 128 | 0, 0], 6
|
|
639
705
|
];
|
|
640
|
-
exports.
|
|
706
|
+
exports.ListLinksResponseStructure$ = ListLinksResponseStructure$;
|
|
707
|
+
const ListRequesterGatewaysRequest$ = [3, n0, _LRGR,
|
|
641
708
|
0,
|
|
642
709
|
[_mR, _nT],
|
|
643
710
|
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
644
711
|
];
|
|
645
|
-
exports.
|
|
712
|
+
exports.ListRequesterGatewaysRequest$ = ListRequesterGatewaysRequest$;
|
|
713
|
+
const ListRequesterGatewaysResponse$ = [3, n0, _LRGRi,
|
|
646
714
|
0,
|
|
647
715
|
[_gIa, _nT],
|
|
648
716
|
[64 | 0, 0]
|
|
649
717
|
];
|
|
650
|
-
exports.
|
|
718
|
+
exports.ListRequesterGatewaysResponse$ = ListRequesterGatewaysResponse$;
|
|
719
|
+
const ListResponderGatewaysRequest$ = [3, n0, _LRGRis,
|
|
651
720
|
0,
|
|
652
721
|
[_mR, _nT],
|
|
653
722
|
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
654
723
|
];
|
|
655
|
-
exports.
|
|
724
|
+
exports.ListResponderGatewaysRequest$ = ListResponderGatewaysRequest$;
|
|
725
|
+
const ListResponderGatewaysResponse$ = [3, n0, _LRGRist,
|
|
656
726
|
0,
|
|
657
727
|
[_gIa, _nT],
|
|
658
728
|
[64 | 0, 0]
|
|
659
729
|
];
|
|
660
|
-
exports.
|
|
730
|
+
exports.ListResponderGatewaysResponse$ = ListResponderGatewaysResponse$;
|
|
731
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
661
732
|
0,
|
|
662
733
|
[_rAe],
|
|
663
734
|
[[0, 1]], 1
|
|
664
735
|
];
|
|
665
|
-
exports.
|
|
736
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
737
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
666
738
|
0,
|
|
667
739
|
[_t],
|
|
668
740
|
[128 | 0]
|
|
669
741
|
];
|
|
670
|
-
exports.
|
|
742
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
743
|
+
const ModuleConfiguration$ = [3, n0, _MC,
|
|
671
744
|
0,
|
|
672
745
|
[_n, _ve, _dO, _mP],
|
|
673
|
-
[0, 0, 64 | 0, () =>
|
|
746
|
+
[0, 0, 64 | 0, () => ModuleParameters$], 1
|
|
674
747
|
];
|
|
675
|
-
exports.
|
|
748
|
+
exports.ModuleConfiguration$ = ModuleConfiguration$;
|
|
749
|
+
const NoBidAction$ = [3, n0, _NBA,
|
|
676
750
|
0,
|
|
677
751
|
[_nBRC],
|
|
678
752
|
[1]
|
|
679
753
|
];
|
|
680
|
-
exports.
|
|
754
|
+
exports.NoBidAction$ = NoBidAction$;
|
|
755
|
+
const NoBidModuleParameters$ = [3, n0, _NBMP,
|
|
681
756
|
0,
|
|
682
757
|
[_re, _rC, _pTP],
|
|
683
758
|
[0, 1, 1]
|
|
684
759
|
];
|
|
685
|
-
exports.
|
|
760
|
+
exports.NoBidModuleParameters$ = NoBidModuleParameters$;
|
|
761
|
+
const OpenRtbAttributeModuleParameters$ = [3, n0, _ORAMP,
|
|
686
762
|
0,
|
|
687
763
|
[_fT, _fC, _ac, _hP],
|
|
688
|
-
[0, () => FilterConfiguration, () =>
|
|
764
|
+
[0, () => FilterConfiguration, () => Action$, 1], 4
|
|
689
765
|
];
|
|
690
|
-
exports.
|
|
766
|
+
exports.OpenRtbAttributeModuleParameters$ = OpenRtbAttributeModuleParameters$;
|
|
767
|
+
const QueryStringKeyValuePair$ = [3, n0, _QSKVP,
|
|
691
768
|
0,
|
|
692
769
|
[_k, _va],
|
|
693
770
|
[0, 0], 2
|
|
694
771
|
];
|
|
695
|
-
exports.
|
|
772
|
+
exports.QueryStringKeyValuePair$ = QueryStringKeyValuePair$;
|
|
773
|
+
const RateLimiterModuleParameters$ = [3, n0, _RLMP,
|
|
696
774
|
0,
|
|
697
775
|
[_tp],
|
|
698
776
|
[1]
|
|
699
777
|
];
|
|
700
|
-
exports.
|
|
778
|
+
exports.RateLimiterModuleParameters$ = RateLimiterModuleParameters$;
|
|
779
|
+
const RejectLinkRequest$ = [3, n0, _RLR,
|
|
701
780
|
0,
|
|
702
781
|
[_gI, _lI],
|
|
703
782
|
[[0, 1], [0, 1]], 2
|
|
704
783
|
];
|
|
705
|
-
exports.
|
|
784
|
+
exports.RejectLinkRequest$ = RejectLinkRequest$;
|
|
785
|
+
const RejectLinkResponse$ = [3, n0, _RLRe,
|
|
706
786
|
0,
|
|
707
787
|
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _lS, _cT],
|
|
708
|
-
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () =>
|
|
788
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes$, () => LinkLogSettings$, 0], 6
|
|
709
789
|
];
|
|
710
|
-
exports.
|
|
790
|
+
exports.RejectLinkResponse$ = RejectLinkResponse$;
|
|
791
|
+
const ResponderErrorMaskingForHttpCode$ = [3, n0, _REMFHC,
|
|
711
792
|
0,
|
|
712
793
|
[_hC, _ac, _lT, _rLP],
|
|
713
794
|
[0, 0, 64 | 0, 1], 3
|
|
714
795
|
];
|
|
715
|
-
exports.
|
|
796
|
+
exports.ResponderErrorMaskingForHttpCode$ = ResponderErrorMaskingForHttpCode$;
|
|
797
|
+
const RuleCondition$ = [3, n0, _RC,
|
|
716
798
|
0,
|
|
717
799
|
[_hH, _hHW, _pP, _pEa, _qSE, _qSEu],
|
|
718
|
-
[0, 0, 0, 0, () =>
|
|
800
|
+
[0, 0, 0, 0, () => QueryStringKeyValuePair$, 0]
|
|
719
801
|
];
|
|
720
|
-
exports.
|
|
802
|
+
exports.RuleCondition$ = RuleCondition$;
|
|
803
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
721
804
|
0,
|
|
722
805
|
[_rAe, _t],
|
|
723
806
|
[[0, 1], 128 | 0], 2
|
|
724
807
|
];
|
|
725
|
-
exports.
|
|
808
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
809
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
726
810
|
0,
|
|
727
811
|
[],
|
|
728
812
|
[]
|
|
729
813
|
];
|
|
730
|
-
exports.
|
|
814
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
815
|
+
const TrustStoreConfiguration$ = [3, n0, _TSC,
|
|
731
816
|
0,
|
|
732
817
|
[_cAC],
|
|
733
818
|
[[() => CertificateAuthorityCertificates, 0]], 1
|
|
734
819
|
];
|
|
735
|
-
exports.
|
|
820
|
+
exports.TrustStoreConfiguration$ = TrustStoreConfiguration$;
|
|
821
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
736
822
|
0,
|
|
737
823
|
[_rAe, _tK],
|
|
738
824
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
739
825
|
];
|
|
740
|
-
exports.
|
|
826
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
827
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
741
828
|
0,
|
|
742
829
|
[],
|
|
743
830
|
[]
|
|
744
831
|
];
|
|
745
|
-
exports.
|
|
832
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
833
|
+
const UpdateLinkModuleFlowRequest$ = [3, n0, _ULMFR,
|
|
746
834
|
0,
|
|
747
835
|
[_gI, _lI, _mo, _cTl],
|
|
748
836
|
[[0, 1], [0, 1], () => ModuleConfigurationList, [0, 4]], 3
|
|
749
837
|
];
|
|
750
|
-
exports.
|
|
838
|
+
exports.UpdateLinkModuleFlowRequest$ = UpdateLinkModuleFlowRequest$;
|
|
839
|
+
const UpdateLinkModuleFlowResponse$ = [3, n0, _ULMFRp,
|
|
751
840
|
0,
|
|
752
841
|
[_gI, _lI, _st],
|
|
753
842
|
[0, 0, 0], 3
|
|
754
843
|
];
|
|
755
|
-
exports.
|
|
844
|
+
exports.UpdateLinkModuleFlowResponse$ = UpdateLinkModuleFlowResponse$;
|
|
845
|
+
const UpdateLinkRequest$ = [3, n0, _ULR,
|
|
756
846
|
0,
|
|
757
847
|
[_gI, _lI, _lS, _tIM],
|
|
758
|
-
[[0, 1], [0, 1], () =>
|
|
848
|
+
[[0, 1], [0, 1], () => LinkLogSettings$, 1], 2
|
|
759
849
|
];
|
|
760
|
-
exports.
|
|
850
|
+
exports.UpdateLinkRequest$ = UpdateLinkRequest$;
|
|
851
|
+
const UpdateLinkResponse$ = [3, n0, _ULRp,
|
|
761
852
|
0,
|
|
762
853
|
[_lI, _st],
|
|
763
854
|
[0, 0], 2
|
|
764
855
|
];
|
|
765
|
-
exports.
|
|
856
|
+
exports.UpdateLinkResponse$ = UpdateLinkResponse$;
|
|
857
|
+
const UpdateLinkRoutingRuleRequest$ = [3, n0, _ULRRR,
|
|
766
858
|
0,
|
|
767
859
|
[_gI, _lI, _rI, _p, _co],
|
|
768
|
-
[[0, 1], [0, 1], [0, 1], 1, () =>
|
|
860
|
+
[[0, 1], [0, 1], [0, 1], 1, () => RuleCondition$], 5
|
|
769
861
|
];
|
|
770
|
-
exports.
|
|
862
|
+
exports.UpdateLinkRoutingRuleRequest$ = UpdateLinkRoutingRuleRequest$;
|
|
863
|
+
const UpdateLinkRoutingRuleResponse$ = [3, n0, _ULRRRp,
|
|
771
864
|
0,
|
|
772
865
|
[_rI, _st, _uA],
|
|
773
866
|
[0, 0, 4], 3
|
|
774
867
|
];
|
|
775
|
-
exports.
|
|
868
|
+
exports.UpdateLinkRoutingRuleResponse$ = UpdateLinkRoutingRuleResponse$;
|
|
869
|
+
const UpdateRequesterGatewayRequest$ = [3, n0, _URGR,
|
|
776
870
|
0,
|
|
777
871
|
[_gI, _cTl, _de],
|
|
778
872
|
[[0, 1], [0, 4], 0], 1
|
|
779
873
|
];
|
|
780
|
-
exports.
|
|
874
|
+
exports.UpdateRequesterGatewayRequest$ = UpdateRequesterGatewayRequest$;
|
|
875
|
+
const UpdateRequesterGatewayResponse$ = [3, n0, _URGRp,
|
|
781
876
|
0,
|
|
782
877
|
[_gI, _st],
|
|
783
878
|
[0, 0], 2
|
|
784
879
|
];
|
|
785
|
-
exports.
|
|
880
|
+
exports.UpdateRequesterGatewayResponse$ = UpdateRequesterGatewayResponse$;
|
|
881
|
+
const UpdateResponderGatewayRequest$ = [3, n0, _URGRpd,
|
|
786
882
|
0,
|
|
787
883
|
[_po, _pr, _gI, _dN, _lC, _tSC, _mEC, _cTl, _de],
|
|
788
|
-
[1, 0, [0, 1], 0, () =>
|
|
884
|
+
[1, 0, [0, 1], 0, () => ListenerConfig$, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], [0, 4], 0], 3
|
|
789
885
|
];
|
|
790
|
-
exports.
|
|
886
|
+
exports.UpdateResponderGatewayRequest$ = UpdateResponderGatewayRequest$;
|
|
887
|
+
const UpdateResponderGatewayResponse$ = [3, n0, _URGRpda,
|
|
791
888
|
0,
|
|
792
889
|
[_gI, _st],
|
|
793
890
|
[0, 0], 2
|
|
794
891
|
];
|
|
892
|
+
exports.UpdateResponderGatewayResponse$ = UpdateResponderGatewayResponse$;
|
|
795
893
|
var AutoScalingGroupNameList = 64 | 0;
|
|
796
894
|
var CertificateAssociationSummaryList = [1, n0, _CASL,
|
|
797
|
-
0, () =>
|
|
895
|
+
0, () => CertificateAssociationSummary$
|
|
798
896
|
];
|
|
799
897
|
var CertificateAuthorityCertificates = [1, n0, _CAC,
|
|
800
898
|
0, [() => Base64EncodedCertificateChain,
|
|
801
899
|
0]
|
|
802
900
|
];
|
|
803
901
|
var FilterConfiguration = [1, n0, _FCi,
|
|
804
|
-
0, () =>
|
|
902
|
+
0, () => Filter$
|
|
805
903
|
];
|
|
806
904
|
var FilterCriteria = [1, n0, _FCil,
|
|
807
|
-
0, () =>
|
|
905
|
+
0, () => FilterCriterion$
|
|
808
906
|
];
|
|
809
907
|
var FlowModuleNameList = 64 | 0;
|
|
810
908
|
var GatewayIdList = 64 | 0;
|
|
811
909
|
var LinkList = [1, n0, _LL,
|
|
812
|
-
0, () =>
|
|
910
|
+
0, () => ListLinksResponseStructure$
|
|
813
911
|
];
|
|
814
912
|
var LinkRoutingRuleList = [1, n0, _LRRL,
|
|
815
|
-
0, () =>
|
|
913
|
+
0, () => LinkRoutingRuleSummary$
|
|
816
914
|
];
|
|
817
915
|
var ModuleConfigurationList = [1, n0, _MCL,
|
|
818
|
-
0, () =>
|
|
916
|
+
0, () => ModuleConfiguration$
|
|
819
917
|
];
|
|
820
918
|
var ProtocolList = 64 | 0;
|
|
821
919
|
var ResponderErrorMasking = [1, n0, _REM,
|
|
822
|
-
0, () =>
|
|
920
|
+
0, () => ResponderErrorMaskingForHttpCode$
|
|
823
921
|
];
|
|
824
922
|
var ResponderErrorMaskingLoggingTypes = 64 | 0;
|
|
825
923
|
var SecurityGroupIdList = 64 | 0;
|
|
@@ -827,126 +925,129 @@ var SubnetIdList = 64 | 0;
|
|
|
827
925
|
var TagKeyList = 64 | 0;
|
|
828
926
|
var ValueList = 64 | 0;
|
|
829
927
|
var TagsMap = 128 | 0;
|
|
830
|
-
|
|
928
|
+
const Action$ = [4, n0, _A,
|
|
831
929
|
0,
|
|
832
930
|
[_nB, _hT],
|
|
833
|
-
[() =>
|
|
931
|
+
[() => NoBidAction$, () => HeaderTagAction$]
|
|
834
932
|
];
|
|
835
|
-
exports.
|
|
933
|
+
exports.Action$ = Action$;
|
|
934
|
+
const ManagedEndpointConfiguration$ = [4, n0, _MEC,
|
|
836
935
|
0,
|
|
837
936
|
[_aSG, _eE],
|
|
838
|
-
[() =>
|
|
937
|
+
[() => AutoScalingGroupsConfiguration$, [() => EksEndpointsConfiguration$, 0]]
|
|
839
938
|
];
|
|
840
|
-
exports.
|
|
939
|
+
exports.ManagedEndpointConfiguration$ = ManagedEndpointConfiguration$;
|
|
940
|
+
const ModuleParameters$ = [4, n0, _MP,
|
|
841
941
|
0,
|
|
842
942
|
[_nB, _oRA, _rL],
|
|
843
|
-
[() =>
|
|
943
|
+
[() => NoBidModuleParameters$, () => OpenRtbAttributeModuleParameters$, () => RateLimiterModuleParameters$]
|
|
844
944
|
];
|
|
945
|
+
exports.ModuleParameters$ = ModuleParameters$;
|
|
845
946
|
exports.AcceptLink$ = [9, n0, _AL,
|
|
846
|
-
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200] }, () =>
|
|
947
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200] }, () => AcceptLinkRequest$, () => AcceptLinkResponse$
|
|
847
948
|
];
|
|
848
949
|
exports.AssociateCertificate$ = [9, n0, _AC,
|
|
849
|
-
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/certificate", 200] }, () =>
|
|
950
|
+
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/certificate", 200] }, () => AssociateCertificateRequest$, () => AssociateCertificateResponse$
|
|
850
951
|
];
|
|
851
952
|
exports.CreateInboundExternalLink$ = [9, n0, _CIEL,
|
|
852
|
-
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200] }, () =>
|
|
953
|
+
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200] }, () => CreateInboundExternalLinkRequest$, () => CreateInboundExternalLinkResponse$
|
|
853
954
|
];
|
|
854
955
|
exports.CreateLink$ = [9, n0, _CL,
|
|
855
|
-
{ [_h]: ["POST", "/gateway/{gatewayId}/create-link", 200] }, () =>
|
|
956
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/create-link", 200] }, () => CreateLinkRequest$, () => CreateLinkResponse$
|
|
856
957
|
];
|
|
857
958
|
exports.CreateLinkRoutingRule$ = [9, n0, _CLRR,
|
|
858
|
-
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rule", 200] }, () =>
|
|
959
|
+
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rule", 200] }, () => CreateLinkRoutingRuleRequest$, () => CreateLinkRoutingRuleResponse$
|
|
859
960
|
];
|
|
860
961
|
exports.CreateOutboundExternalLink$ = [9, n0, _COEL,
|
|
861
|
-
{ [_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200] }, () =>
|
|
962
|
+
{ [_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200] }, () => CreateOutboundExternalLinkRequest$, () => CreateOutboundExternalLinkResponse$
|
|
862
963
|
];
|
|
863
964
|
exports.CreateRequesterGateway$ = [9, n0, _CRG,
|
|
864
|
-
{ [_h]: ["POST", "/requester-gateway", 200] }, () =>
|
|
965
|
+
{ [_h]: ["POST", "/requester-gateway", 200] }, () => CreateRequesterGatewayRequest$, () => CreateRequesterGatewayResponse$
|
|
865
966
|
];
|
|
866
967
|
exports.CreateResponderGateway$ = [9, n0, _CRGr,
|
|
867
|
-
{ [_h]: ["POST", "/responder-gateway", 200] }, () =>
|
|
968
|
+
{ [_h]: ["POST", "/responder-gateway", 200] }, () => CreateResponderGatewayRequest$, () => CreateResponderGatewayResponse$
|
|
868
969
|
];
|
|
869
970
|
exports.DeleteInboundExternalLink$ = [9, n0, _DIEL,
|
|
870
|
-
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] }, () =>
|
|
971
|
+
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] }, () => DeleteInboundExternalLinkRequest$, () => DeleteInboundExternalLinkResponse$
|
|
871
972
|
];
|
|
872
973
|
exports.DeleteLink$ = [9, n0, _DL,
|
|
873
|
-
{ [_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200] }, () =>
|
|
974
|
+
{ [_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200] }, () => DeleteLinkRequest$, () => DeleteLinkResponse$
|
|
874
975
|
];
|
|
875
976
|
exports.DeleteLinkRoutingRule$ = [9, n0, _DLRR,
|
|
876
|
-
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}", 200] }, () =>
|
|
977
|
+
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}", 200] }, () => DeleteLinkRoutingRuleRequest$, () => DeleteLinkRoutingRuleResponse$
|
|
877
978
|
];
|
|
878
979
|
exports.DeleteOutboundExternalLink$ = [9, n0, _DOEL,
|
|
879
|
-
{ [_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] }, () =>
|
|
980
|
+
{ [_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] }, () => DeleteOutboundExternalLinkRequest$, () => DeleteOutboundExternalLinkResponse$
|
|
880
981
|
];
|
|
881
982
|
exports.DeleteRequesterGateway$ = [9, n0, _DRG,
|
|
882
|
-
{ [_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200] }, () =>
|
|
983
|
+
{ [_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200] }, () => DeleteRequesterGatewayRequest$, () => DeleteRequesterGatewayResponse$
|
|
883
984
|
];
|
|
884
985
|
exports.DeleteResponderGateway$ = [9, n0, _DRGe,
|
|
885
|
-
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200] }, () =>
|
|
986
|
+
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200] }, () => DeleteResponderGatewayRequest$, () => DeleteResponderGatewayResponse$
|
|
886
987
|
];
|
|
887
988
|
exports.DisassociateCertificate$ = [9, n0, _DC,
|
|
888
|
-
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}/certificate", 200] }, () =>
|
|
989
|
+
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}/certificate", 200] }, () => DisassociateCertificateRequest$, () => DisassociateCertificateResponse$
|
|
889
990
|
];
|
|
890
991
|
exports.GetCertificateAssociation$ = [9, n0, _GCA,
|
|
891
|
-
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/certificate", 200] }, () =>
|
|
992
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/certificate", 200] }, () => GetCertificateAssociationRequest$, () => GetCertificateAssociationResponse$
|
|
892
993
|
];
|
|
893
994
|
exports.GetInboundExternalLink$ = [9, n0, _GIEL,
|
|
894
|
-
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] }, () =>
|
|
995
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] }, () => GetInboundExternalLinkRequest$, () => GetInboundExternalLinkResponse$
|
|
895
996
|
];
|
|
896
997
|
exports.GetLink$ = [9, n0, _GL,
|
|
897
|
-
{ [_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200] }, () =>
|
|
998
|
+
{ [_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200] }, () => GetLinkRequest$, () => GetLinkResponse$
|
|
898
999
|
];
|
|
899
1000
|
exports.GetLinkRoutingRule$ = [9, n0, _GLRR,
|
|
900
|
-
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}", 200] }, () =>
|
|
1001
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}", 200] }, () => GetLinkRoutingRuleRequest$, () => GetLinkRoutingRuleResponse$
|
|
901
1002
|
];
|
|
902
1003
|
exports.GetOutboundExternalLink$ = [9, n0, _GOEL,
|
|
903
|
-
{ [_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] }, () =>
|
|
1004
|
+
{ [_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] }, () => GetOutboundExternalLinkRequest$, () => GetOutboundExternalLinkResponse$
|
|
904
1005
|
];
|
|
905
1006
|
exports.GetRequesterGateway$ = [9, n0, _GRG,
|
|
906
|
-
{ [_h]: ["GET", "/requester-gateway/{gatewayId}", 200] }, () =>
|
|
1007
|
+
{ [_h]: ["GET", "/requester-gateway/{gatewayId}", 200] }, () => GetRequesterGatewayRequest$, () => GetRequesterGatewayResponse$
|
|
907
1008
|
];
|
|
908
1009
|
exports.GetResponderGateway$ = [9, n0, _GRGe,
|
|
909
|
-
{ [_h]: ["GET", "/responder-gateway/{gatewayId}", 200] }, () =>
|
|
1010
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}", 200] }, () => GetResponderGatewayRequest$, () => GetResponderGatewayResponse$
|
|
910
1011
|
];
|
|
911
1012
|
exports.ListCertificateAssociations$ = [9, n0, _LCA,
|
|
912
|
-
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/certificates", 200] }, () =>
|
|
1013
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/certificates", 200] }, () => ListCertificateAssociationsRequest$, () => ListCertificateAssociationsResponse$
|
|
913
1014
|
];
|
|
914
1015
|
exports.ListLinkRoutingRules$ = [9, n0, _LLRR,
|
|
915
|
-
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rules", 200] }, () =>
|
|
1016
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rules", 200] }, () => ListLinkRoutingRulesRequest$, () => ListLinkRoutingRulesResponse$
|
|
916
1017
|
];
|
|
917
1018
|
exports.ListLinks$ = [9, n0, _LLi,
|
|
918
|
-
{ [_h]: ["GET", "/gateway/{gatewayId}/links/", 200] }, () =>
|
|
1019
|
+
{ [_h]: ["GET", "/gateway/{gatewayId}/links/", 200] }, () => ListLinksRequest$, () => ListLinksResponse$
|
|
919
1020
|
];
|
|
920
1021
|
exports.ListRequesterGateways$ = [9, n0, _LRG,
|
|
921
|
-
{ [_h]: ["GET", "/requester-gateways", 200] }, () =>
|
|
1022
|
+
{ [_h]: ["GET", "/requester-gateways", 200] }, () => ListRequesterGatewaysRequest$, () => ListRequesterGatewaysResponse$
|
|
922
1023
|
];
|
|
923
1024
|
exports.ListResponderGateways$ = [9, n0, _LRGi,
|
|
924
|
-
{ [_h]: ["GET", "/responder-gateways", 200] }, () =>
|
|
1025
|
+
{ [_h]: ["GET", "/responder-gateways", 200] }, () => ListResponderGatewaysRequest$, () => ListResponderGatewaysResponse$
|
|
925
1026
|
];
|
|
926
1027
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
927
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () =>
|
|
1028
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
928
1029
|
];
|
|
929
1030
|
exports.RejectLink$ = [9, n0, _RL,
|
|
930
|
-
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200] }, () =>
|
|
1031
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200] }, () => RejectLinkRequest$, () => RejectLinkResponse$
|
|
931
1032
|
];
|
|
932
1033
|
exports.TagResource$ = [9, n0, _TR,
|
|
933
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 204] }, () =>
|
|
1034
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
934
1035
|
];
|
|
935
1036
|
exports.UntagResource$ = [9, n0, _UR,
|
|
936
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () =>
|
|
1037
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
937
1038
|
];
|
|
938
1039
|
exports.UpdateLink$ = [9, n0, _UL,
|
|
939
|
-
{ [_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200] }, () =>
|
|
1040
|
+
{ [_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200] }, () => UpdateLinkRequest$, () => UpdateLinkResponse$
|
|
940
1041
|
];
|
|
941
1042
|
exports.UpdateLinkModuleFlow$ = [9, n0, _ULMF,
|
|
942
|
-
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200] }, () =>
|
|
1043
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200] }, () => UpdateLinkModuleFlowRequest$, () => UpdateLinkModuleFlowResponse$
|
|
943
1044
|
];
|
|
944
1045
|
exports.UpdateLinkRoutingRule$ = [9, n0, _ULRR,
|
|
945
|
-
{ [_h]: ["PUT", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}", 200] }, () =>
|
|
1046
|
+
{ [_h]: ["PUT", "/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}", 200] }, () => UpdateLinkRoutingRuleRequest$, () => UpdateLinkRoutingRuleResponse$
|
|
946
1047
|
];
|
|
947
1048
|
exports.UpdateRequesterGateway$ = [9, n0, _URG,
|
|
948
|
-
{ [_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200] }, () =>
|
|
1049
|
+
{ [_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200] }, () => UpdateRequesterGatewayRequest$, () => UpdateRequesterGatewayResponse$
|
|
949
1050
|
];
|
|
950
1051
|
exports.UpdateResponderGateway$ = [9, n0, _URGp,
|
|
951
|
-
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200] }, () =>
|
|
1052
|
+
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200] }, () => UpdateResponderGatewayRequest$, () => UpdateResponderGatewayResponse$
|
|
952
1053
|
];
|