@aws-sdk/client-apigatewayv2 3.986.0 → 3.988.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,6 +15,9 @@ 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');
19
+ var errors = require('./models/errors');
20
+ var ApiGatewayV2ServiceException = require('./models/ApiGatewayV2ServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,2488 +113,6 @@ class ApiGatewayV2Client extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class ApiGatewayV2ServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, ApiGatewayV2ServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends ApiGatewayV2ServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class BadRequestException extends ApiGatewayV2ServiceException {
135
- name = "BadRequestException";
136
- $fault = "client";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "BadRequestException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, BadRequestException.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class ConflictException extends ApiGatewayV2ServiceException {
149
- name = "ConflictException";
150
- $fault = "client";
151
- Message;
152
- constructor(opts) {
153
- super({
154
- name: "ConflictException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, ConflictException.prototype);
159
- this.Message = opts.Message;
160
- }
161
- }
162
- class NotFoundException extends ApiGatewayV2ServiceException {
163
- name = "NotFoundException";
164
- $fault = "client";
165
- Message;
166
- ResourceType;
167
- constructor(opts) {
168
- super({
169
- name: "NotFoundException",
170
- $fault: "client",
171
- ...opts,
172
- });
173
- Object.setPrototypeOf(this, NotFoundException.prototype);
174
- this.Message = opts.Message;
175
- this.ResourceType = opts.ResourceType;
176
- }
177
- }
178
- class TooManyRequestsException extends ApiGatewayV2ServiceException {
179
- name = "TooManyRequestsException";
180
- $fault = "client";
181
- LimitType;
182
- Message;
183
- constructor(opts) {
184
- super({
185
- name: "TooManyRequestsException",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
190
- this.LimitType = opts.LimitType;
191
- this.Message = opts.Message;
192
- }
193
- }
194
-
195
- const _A = "Api";
196
- const _AC = "AllowCredentials";
197
- const _ACA = "AuthorizerCredentialsArn";
198
- const _ACI = "AppClientId";
199
- const _ACMM = "ACMManaged";
200
- const _ACc = "AccentColor";
201
- const _AD = "AutoDeployed";
202
- const _ADE = "AccessDeniedException";
203
- const _ADu = "AutoDeploy";
204
- const _AE = "ApiEndpoint";
205
- const _AGDN = "ApiGatewayDomainName";
206
- const _AGM = "ApiGatewayManaged";
207
- const _AH = "AllowHeaders";
208
- const _AI = "ApiId";
209
- const _AIu = "AuthorizerId";
210
- const _AKR = "ApiKeyRequired";
211
- const _AKSE = "ApiKeySelectionExpression";
212
- const _ALS = "AccessLogSettings";
213
- const _AM = "ApiMapping";
214
- const _AMI = "ApiMappingId";
215
- const _AMK = "ApiMappingKey";
216
- const _AMSE = "ApiMappingSelectionExpression";
217
- const _AMc = "AcmManaged";
218
- const _AMl = "AllowMethods";
219
- const _AO = "AllowOrigins";
220
- const _AOn = "AnyOf";
221
- const _APFV = "AuthorizerPayloadFormatVersion";
222
- const _ARTIS = "AuthorizerResultTtlInSeconds";
223
- const _AS = "AuthorizationScopes";
224
- const _AT = "AuthorizerType";
225
- const _ATu = "AuthorizationType";
226
- const _AU = "AuthorizerUri";
227
- const _Ac = "Actions";
228
- const _Au = "Authorization";
229
- const _Aud = "Audience";
230
- const _Aut = "Authorizer";
231
- const _B = "Body";
232
- const _BC = "BackgroundColor";
233
- const _BRE = "BadRequestException";
234
- const _Ba = "Basepath";
235
- const _C = "Cors";
236
- const _CA = "CertificateArn";
237
- const _CAM = "CreateApiMapping";
238
- const _CAMR = "CreateApiMappingRequest";
239
- const _CAMRr = "CreateApiMappingResponse";
240
- const _CAR = "CreateApiRequest";
241
- const _CARr = "CreateApiResponse";
242
- const _CARre = "CreateAuthorizerRequest";
243
- const _CARrea = "CreateAuthorizerResponse";
244
- const _CAr = "CredentialsArn";
245
- const _CAre = "CreateApi";
246
- const _CArea = "CreateAuthorizer";
247
- const _CC = "CorsConfiguration";
248
- const _CCI = "ClientCertificateId";
249
- const _CCo = "CognitoConfig";
250
- const _CCu = "CustomColors";
251
- const _CD = "CreatedDate";
252
- const _CDN = "CreateDomainName";
253
- const _CDNR = "CreateDomainNameRequest";
254
- const _CDNRr = "CreateDomainNameResponse";
255
- const _CDR = "CreateDeploymentRequest";
256
- const _CDRr = "CreateDeploymentResponse";
257
- const _CDr = "CreateDeployment";
258
- const _CE = "ConflictException";
259
- const _CHS = "ContentHandlingStrategy";
260
- const _CI = "ConnectionId";
261
- const _CIR = "CreateIntegrationRequest";
262
- const _CIRR = "CreateIntegrationResponseRequest";
263
- const _CIRRr = "CreateIntegrationResponseResponse";
264
- const _CIRr = "CreateIntegrationResult";
265
- const _CIRre = "CreateIntegrationResponse";
266
- const _CIr = "CreateIntegration";
267
- const _CM = "CreateModel";
268
- const _CMR = "CreateModelRequest";
269
- const _CMRr = "CreateModelResponse";
270
- const _CN = "CertificateName";
271
- const _CP = "CreatePortal";
272
- const _CPP = "CreatePortalProduct";
273
- const _CPPR = "CreatePortalProductRequest";
274
- const _CPPRr = "CreatePortalProductResponse";
275
- const _CPPRre = "CreateProductPageRequest";
276
- const _CPPRrea = "CreateProductPageResponse";
277
- const _CPPr = "CreateProductPage";
278
- const _CPR = "CreatePortalRequest";
279
- const _CPREP = "CreateProductRestEndpointPage";
280
- const _CPREPR = "CreateProductRestEndpointPageRequest";
281
- const _CPREPRr = "CreateProductRestEndpointPageResponse";
282
- const _CPRr = "CreatePortalResponse";
283
- const _CR = "CreateRoute";
284
- const _CRR = "CreateRouteRequest";
285
- const _CRRR = "CreateRouteResponseRequest";
286
- const _CRRRr = "CreateRouteResponseResponse";
287
- const _CRRRre = "CreateRoutingRuleRequest";
288
- const _CRRRrea = "CreateRoutingRuleResponse";
289
- const _CRRr = "CreateRouteResult";
290
- const _CRRre = "CreateRouteResponse";
291
- const _CRRrea = "CreateRoutingRule";
292
- const _CS = "CreateStage";
293
- const _CSR = "CreateStageRequest";
294
- const _CSRr = "CreateStageResponse";
295
- const _CT = "ConnectionType";
296
- const _CTo = "ContentType";
297
- const _CUD = "CertificateUploadDate";
298
- const _CVL = "CreateVpcLink";
299
- const _CVLR = "CreateVpcLinkRequest";
300
- const _CVLRr = "CreateVpcLinkResponse";
301
- const _Co = "Conditions";
302
- const _Con = "Contents";
303
- const _D = "Description";
304
- const _DA = "DestinationArn";
305
- const _DALS = "DeleteAccessLogSettings";
306
- const _DALSR = "DeleteAccessLogSettingsRequest";
307
- const _DAM = "DeleteApiMapping";
308
- const _DAMR = "DeleteApiMappingRequest";
309
- const _DAR = "DeleteApiRequest";
310
- const _DARe = "DeleteAuthorizerRequest";
311
- const _DAe = "DeleteApi";
312
- const _DAel = "DeleteAuthorizer";
313
- const _DC = "DisplayContent";
314
- const _DCC = "DeleteCorsConfiguration";
315
- const _DCCR = "DeleteCorsConfigurationRequest";
316
- const _DCO = "DisplayContentOverrides";
317
- const _DD = "DeleteDeployment";
318
- const _DDN = "DeleteDomainName";
319
- const _DDNR = "DeleteDomainNameRequest";
320
- const _DDR = "DeleteDeploymentRequest";
321
- const _DEAE = "DisableExecuteApiEndpoint";
322
- const _DI = "DeploymentId";
323
- const _DIR = "DeleteIntegrationRequest";
324
- const _DIRR = "DeleteIntegrationResponseRequest";
325
- const _DIRe = "DeleteIntegrationResponse";
326
- const _DIe = "DeleteIntegration";
327
- const _DM = "DeleteModel";
328
- const _DME = "DetailedMetricsEnabled";
329
- const _DMR = "DeleteModelRequest";
330
- const _DN = "DomainName";
331
- const _DNA = "DomainNameArn";
332
- const _DNC = "DomainNameConfigurations";
333
- const _DNCo = "DomainNameConfiguration";
334
- const _DNI = "DomainNameId";
335
- const _DNS = "DomainNameStatus";
336
- const _DNSM = "DomainNameStatusMessage";
337
- const _DNi = "DisplayName";
338
- const _DO = "DisplayOrder";
339
- const _DP = "DeletePortal";
340
- const _DPP = "DeletePortalProduct";
341
- const _DPPR = "DeletePortalProductRequest";
342
- const _DPPRe = "DeleteProductPageRequest";
343
- const _DPPSP = "DeletePortalProductSharingPolicy";
344
- const _DPPSPR = "DeletePortalProductSharingPolicyRequest";
345
- const _DPPe = "DeleteProductPage";
346
- const _DPR = "DeletePortalRequest";
347
- const _DPREP = "DeleteProductRestEndpointPage";
348
- const _DPREPR = "DeleteProductRestEndpointPageRequest";
349
- const _DPRi = "DisablePortalRequest";
350
- const _DPi = "DisablePortal";
351
- const _DR = "DeleteRoute";
352
- const _DRR = "DeleteRouteRequest";
353
- const _DRRP = "DeleteRouteRequestParameter";
354
- const _DRRPR = "DeleteRouteRequestParameterRequest";
355
- const _DRRR = "DeleteRouteResponseRequest";
356
- const _DRRRe = "DeleteRoutingRuleRequest";
357
- const _DRRe = "DeleteRouteResponse";
358
- const _DRRel = "DeleteRoutingRule";
359
- const _DRS = "DefaultRouteSettings";
360
- const _DRSR = "DeleteRouteSettingsRequest";
361
- const _DRSe = "DeleteRouteSettings";
362
- const _DS = "DeploymentStatus";
363
- const _DSM = "DeploymentStatusMessage";
364
- const _DSR = "DeleteStageRequest";
365
- const _DSV = "DisableSchemaValidation";
366
- const _DSe = "DeleteStage";
367
- const _DTE = "DataTraceEnabled";
368
- const _DVL = "DeleteVpcLink";
369
- const _DVLR = "DeleteVpcLinkRequest";
370
- const _DVLRe = "DeleteVpcLinkResponse";
371
- const _De = "Deployment";
372
- const _E = "Endpoint";
373
- const _EA = "ExportApi";
374
- const _EAR = "ExportApiRequest";
375
- const _EARx = "ExportApiResponse";
376
- const _EC = "EndpointConfiguration";
377
- const _ECR = "EndpointConfigurationRequest";
378
- const _ECRn = "EndpointConfigurationResponse";
379
- const _EDC = "EndpointDisplayContent";
380
- const _EDCR = "EndpointDisplayContentResponse";
381
- const _EH = "ExposeHeaders";
382
- const _ESR = "EnableSimpleResponses";
383
- const _ET = "EndpointType";
384
- const _EV = "ExportVersion";
385
- const _EVC = "ErrorValidationColor";
386
- const _Ex = "Exception";
387
- const _F = "Format";
388
- const _FOW = "FailOnWarnings";
389
- const _GA = "GetApi";
390
- const _GAM = "GetApiMapping";
391
- const _GAMR = "GetApiMappingRequest";
392
- const _GAMRe = "GetApiMappingResponse";
393
- const _GAMRet = "GetApiMappingsRequest";
394
- const _GAMRetp = "GetApiMappingsResponse";
395
- const _GAMe = "GetApiMappings";
396
- const _GAR = "GetApiRequest";
397
- const _GARe = "GetApiResponse";
398
- const _GARet = "GetApisRequest";
399
- const _GARetp = "GetApisResponse";
400
- const _GARetu = "GetAuthorizerRequest";
401
- const _GARetut = "GetAuthorizerResponse";
402
- const _GARetuth = "GetAuthorizersRequest";
403
- const _GARetutho = "GetAuthorizersResponse";
404
- const _GAe = "GetApis";
405
- const _GAet = "GetAuthorizer";
406
- const _GAetu = "GetAuthorizers";
407
- const _GD = "GetDeployment";
408
- const _GDN = "GetDomainName";
409
- const _GDNR = "GetDomainNameRequest";
410
- const _GDNRe = "GetDomainNameResponse";
411
- const _GDNRet = "GetDomainNamesRequest";
412
- const _GDNReto = "GetDomainNamesResponse";
413
- const _GDNe = "GetDomainNames";
414
- const _GDR = "GetDeploymentRequest";
415
- const _GDRe = "GetDeploymentResponse";
416
- const _GDRet = "GetDeploymentsRequest";
417
- const _GDRete = "GetDeploymentsResponse";
418
- const _GDe = "GetDeployments";
419
- const _GI = "GetIntegration";
420
- const _GIR = "GetIntegrationRequest";
421
- const _GIRR = "GetIntegrationResponseRequest";
422
- const _GIRRe = "GetIntegrationResponseResponse";
423
- const _GIRRet = "GetIntegrationResponsesRequest";
424
- const _GIRRetn = "GetIntegrationResponsesResponse";
425
- const _GIRe = "GetIntegrationResult";
426
- const _GIRet = "GetIntegrationsRequest";
427
- const _GIRetn = "GetIntegrationsResponse";
428
- const _GIRetnt = "GetIntegrationResponse";
429
- const _GIRetnte = "GetIntegrationResponses";
430
- const _GIe = "GetIntegrations";
431
- const _GM = "GetModel";
432
- const _GMR = "GetModelRequest";
433
- const _GMRe = "GetModelResponse";
434
- const _GMRet = "GetModelsRequest";
435
- const _GMReto = "GetModelsResponse";
436
- const _GMT = "GetModelTemplate";
437
- const _GMTR = "GetModelTemplateRequest";
438
- const _GMTRe = "GetModelTemplateResponse";
439
- const _GMe = "GetModels";
440
- const _GP = "GetPortal";
441
- const _GPP = "GetPortalProduct";
442
- const _GPPR = "GetPortalProductRequest";
443
- const _GPPRe = "GetPortalProductResponse";
444
- const _GPPRet = "GetProductPageRequest";
445
- const _GPPRetr = "GetProductPageResponse";
446
- const _GPPSP = "GetPortalProductSharingPolicy";
447
- const _GPPSPR = "GetPortalProductSharingPolicyRequest";
448
- const _GPPSPRe = "GetPortalProductSharingPolicyResponse";
449
- const _GPPe = "GetProductPage";
450
- const _GPR = "GetPortalRequest";
451
- const _GPREP = "GetProductRestEndpointPage";
452
- const _GPREPR = "GetProductRestEndpointPageRequest";
453
- const _GPREPRe = "GetProductRestEndpointPageResponse";
454
- const _GPRe = "GetPortalResponse";
455
- const _GR = "GetRoute";
456
- const _GRR = "GetRouteRequest";
457
- const _GRRR = "GetRouteResponseRequest";
458
- const _GRRRe = "GetRouteResponseResponse";
459
- const _GRRRet = "GetRouteResponsesRequest";
460
- const _GRRReto = "GetRouteResponsesResponse";
461
- const _GRRRetou = "GetRoutingRuleRequest";
462
- const _GRRRetout = "GetRoutingRuleResponse";
463
- const _GRRe = "GetRouteResult";
464
- const _GRRet = "GetRoutesRequest";
465
- const _GRReto = "GetRoutesResponse";
466
- const _GRRetou = "GetRouteResponse";
467
- const _GRRetout = "GetRouteResponses";
468
- const _GRRetouti = "GetRoutingRule";
469
- const _GRe = "GetRoutes";
470
- const _GS = "GetStage";
471
- const _GSR = "GetStageRequest";
472
- const _GSRe = "GetStageResponse";
473
- const _GSRet = "GetStagesRequest";
474
- const _GSRett = "GetStagesResponse";
475
- const _GSe = "GetStages";
476
- const _GT = "GetTags";
477
- const _GTR = "GetTagsRequest";
478
- const _GTRe = "GetTagsResponse";
479
- const _GVL = "GetVpcLink";
480
- const _GVLR = "GetVpcLinkRequest";
481
- const _GVLRe = "GetVpcLinkResponse";
482
- const _GVLRet = "GetVpcLinksRequest";
483
- const _GVLRetp = "GetVpcLinksResponse";
484
- const _GVLe = "GetVpcLinks";
485
- const _H = "Header";
486
- const _HC = "HeaderColor";
487
- const _HZI = "HostedZoneId";
488
- const _I = "Items";
489
- const _IA = "InvokeApi";
490
- const _IAR = "ImportApiRequest";
491
- const _IARm = "ImportApiResponse";
492
- const _IAT = "IpAddressType";
493
- const _IAm = "ImportApi";
494
- const _IE = "IncludeExtensions";
495
- const _II = "ImportInfo";
496
- const _IIn = "IntegrationId";
497
- const _IM = "IntegrationMethod";
498
- const _IP = "IdentifierParts";
499
- const _IPPA = "IncludedPortalProductArns";
500
- const _IR = "IntegrationResponse";
501
- const _IRDC = "IncludeRawDisplayContent";
502
- const _IRI = "IntegrationResponseId";
503
- const _IRK = "IntegrationResponseKey";
504
- const _IRSE = "IntegrationResponseSelectionExpression";
505
- const _IS = "IdentitySource";
506
- const _ISn = "IntegrationSubtype";
507
- const _IT = "IntegrationType";
508
- const _IU = "IntegrationUri";
509
- const _IVE = "IdentityValidationExpression";
510
- const _In = "Integration";
511
- const _Is = "Issuer";
512
- const _JC = "JwtConfiguration";
513
- const _JWTC = "JWTConfiguration";
514
- const _LDSM = "LastDeploymentStatusMessage";
515
- const _LL = "LoggingLevel";
516
- const _LLU = "LogoLastUploaded";
517
- const _LM = "LastModified";
518
- const _LP = "LastPublished";
519
- const _LPD = "LastPublishedDescription";
520
- const _LPP = "ListPortalProducts";
521
- const _LPPR = "ListPortalProductsRequest";
522
- const _LPPRi = "ListPortalProductsResponse";
523
- const _LPPRis = "ListProductPagesRequest";
524
- const _LPPRist = "ListProductPagesResponse";
525
- const _LPPi = "ListProductPages";
526
- const _LPR = "ListPortalsRequest";
527
- const _LPREP = "ListProductRestEndpointPages";
528
- const _LPREPR = "ListProductRestEndpointPagesRequest";
529
- const _LPREPRi = "ListProductRestEndpointPagesResponse";
530
- const _LPRi = "ListPortalsResponse";
531
- const _LPi = "ListPortals";
532
- const _LRR = "ListRoutingRules";
533
- const _LRRR = "ListRoutingRulesRequest";
534
- const _LRRRi = "ListRoutingRulesResponse";
535
- const _LT = "LimitType";
536
- const _LU = "LogoUri";
537
- const _LUD = "LastUpdatedDate";
538
- const _M = "Message";
539
- const _MA = "MaxAge";
540
- const _MBP = "MatchBasePaths";
541
- const _MH = "MatchHeaders";
542
- const _MI = "ModelId";
543
- const _MR = "MaxResults";
544
- const _MSE = "ModelSelectionExpression";
545
- const _MTA = "MutualTlsAuthentication";
546
- const _MTAI = "MutualTlsAuthenticationInput";
547
- const _Me = "Method";
548
- const _Mo = "Model";
549
- const _N = "Name";
550
- const _NC = "NavigationColor";
551
- const _NFE = "NotFoundException";
552
- const _NT = "NextToken";
553
- const _No = "None";
554
- const _O = "Overrides";
555
- const _ON = "OperationName";
556
- const _OPA = "OverviewPageArn";
557
- const _OT = "OutputType";
558
- const _OVCA = "OwnershipVerificationCertificateArn";
559
- const _P = "Priority";
560
- const _PA = "PortalArn";
561
- const _PB = "PassthroughBehavior";
562
- const _PC = "PortalContent";
563
- const _PCa = "ParameterConstraints";
564
- const _PD = "PolicyDocument";
565
- const _PDDN = "PortalDefaultDomainName";
566
- const _PDHZI = "PortalDomainHostedZoneId";
567
- const _PFV = "PayloadFormatVersion";
568
- const _PI = "PortalId";
569
- const _PP = "PreviewPortal";
570
- const _PPA = "PortalProductArn";
571
- const _PPAr = "ProductPageArn";
572
- const _PPAro = "ProductPageArns";
573
- const _PPI = "PortalProductId";
574
- const _PPIr = "ProductPageId";
575
- const _PPPSP = "PutPortalProductSharingPolicy";
576
- const _PPPSPR = "PutPortalProductSharingPolicyRequest";
577
- const _PPPSPRu = "PutPortalProductSharingPolicyResponse";
578
- const _PPR = "PreviewPortalRequest";
579
- const _PPRr = "PreviewPortalResponse";
580
- const _PPRu = "PublishPortalRequest";
581
- const _PPRub = "PublishPortalResponse";
582
- const _PPS = "PortalProductSummary";
583
- const _PPSNB = "ProductPageSummaryNoBody";
584
- const _PPu = "PublishPortal";
585
- const _PREPA = "ProductRestEndpointPageArn";
586
- const _PREPAr = "ProductRestEndpointPageArns";
587
- const _PREPI = "ProductRestEndpointPageId";
588
- const _PREPSNB = "ProductRestEndpointPageSummaryNoBody";
589
- const _PRR = "PutRoutingRule";
590
- const _PRRR = "PutRoutingRuleRequest";
591
- const _PRRRu = "PutRoutingRuleResponse";
592
- const _PS = "PublishStatus";
593
- const _PSo = "PortalSummary";
594
- const _PSr = "PreviewStatus";
595
- const _PT = "ProtocolType";
596
- const _PTa = "PageTitle";
597
- const _PTo = "PortalTheme";
598
- const _PU = "PreviewUrl";
599
- const _Pa = "Path";
600
- const _Pr = "Preview";
601
- const _R = "Required";
602
- const _RA = "ResourceArn";
603
- const _RAC = "ResetAuthorizersCache";
604
- const _RACR = "ResetAuthorizersCacheRequest";
605
- const _RAI = "RestApiId";
606
- const _RAMN = "RumAppMonitorName";
607
- const _RAR = "ReimportApiRequest";
608
- const _RARe = "ReimportApiResponse";
609
- const _RAe = "ReimportApi";
610
- const _RDC = "RawDisplayContent";
611
- const _REI = "RestEndpointIdentifier";
612
- const _RI = "RouteId";
613
- const _RK = "RouteKey";
614
- const _RM = "RoutingMode";
615
- const _RMe = "RequestModels";
616
- const _RMes = "ResponseModels";
617
- const _RO = "ResourceOwner";
618
- const _ROAI = "ResourceOwnerAccountId";
619
- const _RP = "RequestParameters";
620
- const _RPK = "RequestParameterKey";
621
- const _RPe = "ResponseParameters";
622
- const _RPo = "RouteParameters";
623
- const _RR = "RoutingRules";
624
- const _RRA = "RoutingRuleArn";
625
- const _RRAIA = "RoutingRuleActionInvokeApi";
626
- const _RRAo = "RoutingRuleAction";
627
- const _RRC = "RoutingRuleCondition";
628
- const _RRI = "RouteResponseId";
629
- const _RRIo = "RoutingRuleId";
630
- const _RRK = "RouteResponseKey";
631
- const _RRMBP = "RoutingRuleMatchBasePaths";
632
- const _RRMH = "RoutingRuleMatchHeaders";
633
- const _RRMHV = "RoutingRuleMatchHeaderValue";
634
- const _RRSE = "RouteResponseSelectionExpression";
635
- const _RRo = "RouteResponse";
636
- const _RRou = "RoutingRule";
637
- const _RS = "RouteSettings";
638
- const _RSE = "RouteSelectionExpression";
639
- const _RSM = "RouteSettingsMap";
640
- const _RT = "RequestTemplates";
641
- const _RTe = "ResponseTemplates";
642
- const _RTes = "ResourceType";
643
- const _Ro = "Route";
644
- const _S = "Stage";
645
- const _SBP = "StripBasePath";
646
- const _SE = "StatusException";
647
- const _SGI = "SecurityGroupIds";
648
- const _SI = "SubnetIds";
649
- const _SN = "StageName";
650
- const _SNTV = "ServerNameToVerify";
651
- const _SNe = "SectionName";
652
- const _SP = "SecurityPolicy";
653
- const _SV = "StageVariables";
654
- const _Sc = "Schema";
655
- const _Se = "Section";
656
- const _Sp = "Specification";
657
- const _St = "Status";
658
- const _T = "Tags";
659
- const _TBL = "ThrottlingBurstLimit";
660
- const _TC = "TlsConfig";
661
- const _TCI = "TlsConfigInput";
662
- const _TCe = "TextColor";
663
- const _TIM = "TimeoutInMillis";
664
- const _TIS = "TryItState";
665
- const _TK = "TagKeys";
666
- const _TMRE = "TooManyRequestsException";
667
- const _TR = "TagResource";
668
- const _TRL = "ThrottlingRateLimit";
669
- const _TRR = "TagResourceRequest";
670
- const _TRRa = "TagResourceResponse";
671
- const _TSE = "TemplateSelectionExpression";
672
- const _TU = "TruststoreUri";
673
- const _TV = "TruststoreVersion";
674
- const _TW = "TruststoreWarnings";
675
- const _Ta = "Target";
676
- const _Th = "Theme";
677
- const _Ti = "Title";
678
- const _UA = "UpdateApi";
679
- const _UAM = "UpdateApiMapping";
680
- const _UAMR = "UpdateApiMappingRequest";
681
- const _UAMRp = "UpdateApiMappingResponse";
682
- const _UAR = "UpdateApiRequest";
683
- const _UARp = "UpdateApiResponse";
684
- const _UARpd = "UpdateAuthorizerRequest";
685
- const _UARpda = "UpdateAuthorizerResponse";
686
- const _UAp = "UpdateAuthorizer";
687
- const _UD = "UpdateDeployment";
688
- const _UDN = "UpdateDomainName";
689
- const _UDNR = "UpdateDomainNameRequest";
690
- const _UDNRp = "UpdateDomainNameResponse";
691
- const _UDR = "UpdateDeploymentRequest";
692
- const _UDRp = "UpdateDeploymentResponse";
693
- const _UI = "UpdateIntegration";
694
- const _UIR = "UpdateIntegrationRequest";
695
- const _UIRR = "UpdateIntegrationResponseRequest";
696
- const _UIRRp = "UpdateIntegrationResponseResponse";
697
- const _UIRp = "UpdateIntegrationResult";
698
- const _UIRpd = "UpdateIntegrationResponse";
699
- const _UM = "UpdateModel";
700
- const _UMR = "UpdateModelRequest";
701
- const _UMRp = "UpdateModelResponse";
702
- const _UP = "UpdatePortal";
703
- const _UPA = "UserPoolArn";
704
- const _UPD = "UserPoolDomain";
705
- const _UPP = "UpdatePortalProduct";
706
- const _UPPR = "UpdatePortalProductRequest";
707
- const _UPPRp = "UpdatePortalProductResponse";
708
- const _UPPRpd = "UpdateProductPageRequest";
709
- const _UPPRpda = "UpdateProductPageResponse";
710
- const _UPPp = "UpdateProductPage";
711
- const _UPR = "UpdatePortalRequest";
712
- const _UPREP = "UpdateProductRestEndpointPage";
713
- const _UPREPR = "UpdateProductRestEndpointPageRequest";
714
- const _UPREPRp = "UpdateProductRestEndpointPageResponse";
715
- const _UPRp = "UpdatePortalResponse";
716
- const _UR = "UntagResource";
717
- const _URR = "UntagResourceRequest";
718
- const _URRR = "UpdateRouteResponseRequest";
719
- const _URRRp = "UpdateRouteResponseResponse";
720
- const _URRp = "UpdateRouteRequest";
721
- const _URRpd = "UpdateRouteResult";
722
- const _URRpda = "UpdateRouteResponse";
723
- const _URp = "UpdateRoute";
724
- const _US = "UpdateStage";
725
- const _USR = "UpdateStageRequest";
726
- const _USRp = "UpdateStageResponse";
727
- const _UVL = "UpdateVpcLink";
728
- const _UVLR = "UpdateVpcLinkRequest";
729
- const _UVLRp = "UpdateVpcLinkResponse";
730
- const _V = "Version";
731
- const _VG = "ValueGlob";
732
- const _VL = "VpcLink";
733
- const _VLI = "VpcLinkId";
734
- const _VLS = "VpcLinkStatus";
735
- const _VLSM = "VpcLinkStatusMessage";
736
- const _VLV = "VpcLinkVersion";
737
- const _Va = "Value";
738
- const _W = "Warnings";
739
- const _a = "authorization";
740
- const _aC = "allowCredentials";
741
- const _aCA = "authorizerCredentialsArn";
742
- const _aCI = "appClientId";
743
- const _aCc = "accentColor";
744
- const _aD = "autoDeployed";
745
- const _aDu = "autoDeploy";
746
- const _aE = "apiEndpoint";
747
- const _aGDN = "apiGatewayDomainName";
748
- const _aGM = "apiGatewayManaged";
749
- const _aH = "allowHeaders";
750
- const _aI = "apiId";
751
- const _aIu = "authorizerId";
752
- const _aKR = "apiKeyRequired";
753
- const _aKSE = "apiKeySelectionExpression";
754
- const _aLS = "accessLogSettings";
755
- const _aM = "allowMethods";
756
- const _aMI = "apiMappingId";
757
- const _aMK = "apiMappingKey";
758
- const _aMSE = "apiMappingSelectionExpression";
759
- const _aMc = "acmManaged";
760
- const _aO = "allowOrigins";
761
- const _aOn = "anyOf";
762
- const _aPFV = "authorizerPayloadFormatVersion";
763
- const _aRTIS = "authorizerResultTtlInSeconds";
764
- const _aS = "authorizationScopes";
765
- const _aT = "authorizerType";
766
- const _aTu = "authorizationType";
767
- const _aU = "authorizerUri";
768
- const _ac = "actions";
769
- const _au = "audience";
770
- const _b = "body";
771
- const _bC = "backgroundColor";
772
- const _ba = "basepath";
773
- const _c = "client";
774
- const _cA = "certificateArn";
775
- const _cAr = "credentialsArn";
776
- const _cC = "corsConfiguration";
777
- const _cCI = "clientCertificateId";
778
- const _cCo = "cognitoConfig";
779
- const _cCu = "customColors";
780
- const _cD = "createdDate";
781
- const _cHS = "contentHandlingStrategy";
782
- const _cI = "connectionId";
783
- const _cN = "certificateName";
784
- const _cT = "connectionType";
785
- const _cTo = "contentType";
786
- const _cUD = "certificateUploadDate";
787
- const _co = "conditions";
788
- const _con = "contents";
789
- const _d = "description";
790
- const _dA = "destinationArn";
791
- const _dC = "displayContent";
792
- const _dEAE = "disableExecuteApiEndpoint";
793
- const _dI = "deploymentId";
794
- const _dME = "detailedMetricsEnabled";
795
- const _dN = "domainName";
796
- const _dNA = "domainNameArn";
797
- const _dNC = "domainNameConfigurations";
798
- const _dNI = "domainNameId";
799
- const _dNS = "domainNameStatus";
800
- const _dNSM = "domainNameStatusMessage";
801
- const _dNi = "displayName";
802
- const _dO = "displayOrder";
803
- const _dRS = "defaultRouteSettings";
804
- const _dS = "deploymentStatus";
805
- const _dSM = "deploymentStatusMessage";
806
- const _dSV = "disableSchemaValidation";
807
- const _dTE = "dataTraceEnabled";
808
- const _e = "error";
809
- const _eC = "endpointConfiguration";
810
- const _eH = "exposeHeaders";
811
- const _eSR = "enableSimpleResponses";
812
- const _eT = "endpointType";
813
- const _eV = "exportVersion";
814
- const _eVC = "errorValidationColor";
815
- const _en = "endpoint";
816
- const _ex = "exception";
817
- const _f = "format";
818
- const _fOW = "failOnWarnings";
819
- const _h = "header";
820
- const _hC = "headerColor";
821
- const _hE = "httpError";
822
- const _hQ = "httpQuery";
823
- const _hZI = "hostedZoneId";
824
- const _ht = "http";
825
- const _i = "items";
826
- const _iA = "invokeApi";
827
- const _iAT = "ipAddressType";
828
- const _iE = "includeExtensions";
829
- const _iI = "importInfo";
830
- const _iIn = "integrationId";
831
- const _iM = "integrationMethod";
832
- const _iP = "identifierParts";
833
- const _iPPA = "includedPortalProductArns";
834
- const _iRDC = "includeRawDisplayContent";
835
- const _iRI = "integrationResponseId";
836
- const _iRK = "integrationResponseKey";
837
- const _iRSE = "integrationResponseSelectionExpression";
838
- const _iS = "identitySource";
839
- const _iSn = "integrationSubtype";
840
- const _iT = "integrationType";
841
- const _iU = "integrationUri";
842
- const _iVE = "identityValidationExpression";
843
- const _is = "issuer";
844
- const _jC = "jwtConfiguration";
845
- const _jN = "jsonName";
846
- const _lDSM = "lastDeploymentStatusMessage";
847
- const _lL = "loggingLevel";
848
- const _lLU = "logoLastUploaded";
849
- const _lM = "lastModified";
850
- const _lOA = "__listOfApi";
851
- const _lOAM = "__listOfApiMapping";
852
- const _lOAi = "__listOfAuthorizer";
853
- const _lOD = "__listOfDeployment";
854
- const _lODN = "__listOfDomainName";
855
- const _lOI = "__listOfIntegration";
856
- const _lOIR = "__listOfIntegrationResponse";
857
- const _lOM = "__listOfModel";
858
- const _lOPPS = "__listOfPortalProductSummary";
859
- const _lOPPSNB = "__listOfProductPageSummaryNoBody";
860
- const _lOPREPSNB = "__listOfProductRestEndpointPageSummaryNoBody";
861
- const _lOPS = "__listOfPortalSummary";
862
- const _lOR = "__listOfRoute";
863
- const _lORR = "__listOfRouteResponse";
864
- const _lORRA = "__listOfRoutingRuleAction";
865
- const _lORRC = "__listOfRoutingRuleCondition";
866
- const _lORRMHV = "__listOfRoutingRuleMatchHeaderValue";
867
- const _lORRi = "__listOfRoutingRule";
868
- const _lOS = "__listOfSection";
869
- const _lOSi = "__listOfStage";
870
- const _lOVL = "__listOfVpcLink";
871
- const _lP = "lastPublished";
872
- const _lPD = "lastPublishedDescription";
873
- const _lT = "limitType";
874
- const _lU = "logoUri";
875
- const _lUD = "lastUpdatedDate";
876
- const _m = "message";
877
- const _mA = "maxAge";
878
- const _mBP = "matchBasePaths";
879
- const _mH = "matchHeaders";
880
- const _mI = "modelId";
881
- const _mR = "maxResults";
882
- const _mSE = "modelSelectionExpression";
883
- const _mTA = "mutualTlsAuthentication";
884
- const _me = "method";
885
- const _n = "name";
886
- const _nC = "navigationColor";
887
- const _nT = "nextToken";
888
- const _no = "none";
889
- const _o = "overrides";
890
- const _oN = "operationName";
891
- const _oPA = "overviewPageArn";
892
- const _oT = "outputType";
893
- const _oVCA = "ownershipVerificationCertificateArn";
894
- const _p = "priority";
895
- const _pA = "portalArn";
896
- const _pB = "passthroughBehavior";
897
- const _pC = "portalContent";
898
- const _pD = "policyDocument";
899
- const _pDDN = "portalDefaultDomainName";
900
- const _pDHZI = "portalDomainHostedZoneId";
901
- const _pFV = "payloadFormatVersion";
902
- const _pI = "portalId";
903
- const _pPA = "portalProductArn";
904
- const _pPAr = "productPageArn";
905
- const _pPAro = "productPageArns";
906
- const _pPI = "portalProductId";
907
- const _pPIr = "productPageId";
908
- const _pREPA = "productRestEndpointPageArn";
909
- const _pREPAr = "productRestEndpointPageArns";
910
- const _pREPI = "productRestEndpointPageId";
911
- const _pS = "publishStatus";
912
- const _pSr = "previewStatus";
913
- const _pT = "protocolType";
914
- const _pTa = "pageTitle";
915
- const _pU = "previewUrl";
916
- const _pa = "path";
917
- const _pr = "preview";
918
- const _r = "required";
919
- const _rAI = "restApiId";
920
- const _rAMN = "rumAppMonitorName";
921
- const _rDC = "rawDisplayContent";
922
- const _rEI = "restEndpointIdentifier";
923
- const _rI = "routeId";
924
- const _rK = "routeKey";
925
- const _rM = "routingMode";
926
- const _rMe = "requestModels";
927
- const _rMes = "responseModels";
928
- const _rO = "resourceOwner";
929
- const _rOAI = "resourceOwnerAccountId";
930
- const _rP = "requestParameters";
931
- const _rPe = "responseParameters";
932
- const _rR = "routingRules";
933
- const _rRA = "routingRuleArn";
934
- const _rRI = "routeResponseId";
935
- const _rRIo = "routingRuleId";
936
- const _rRK = "routeResponseKey";
937
- const _rRSE = "routeResponseSelectionExpression";
938
- const _rS = "routeSettings";
939
- const _rSE = "routeSelectionExpression";
940
- const _rT = "requestTemplates";
941
- const _rTe = "responseTemplates";
942
- const _rTes = "resourceType";
943
- const _s = "stage";
944
- const _sBP = "stripBasePath";
945
- const _sE = "statusException";
946
- const _sGI = "securityGroupIds";
947
- const _sI = "subnetIds";
948
- const _sN = "stageName";
949
- const _sNTV = "serverNameToVerify";
950
- const _sNe = "sectionName";
951
- const _sP = "securityPolicy";
952
- const _sV = "stageVariables";
953
- const _sc = "schema";
954
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.apigatewayv2";
955
- const _st = "status";
956
- const _t = "tags";
957
- const _tBL = "throttlingBurstLimit";
958
- const _tC = "tlsConfig";
959
- const _tCe = "textColor";
960
- const _tIM = "timeoutInMillis";
961
- const _tIS = "tryItState";
962
- const _tK = "tagKeys";
963
- const _tRL = "throttlingRateLimit";
964
- const _tSE = "templateSelectionExpression";
965
- const _tU = "truststoreUri";
966
- const _tV = "truststoreVersion";
967
- const _tW = "truststoreWarnings";
968
- const _ta = "target";
969
- const _th = "theme";
970
- const _ti = "title";
971
- const _uPA = "userPoolArn";
972
- const _uPD = "userPoolDomain";
973
- const _v = "version";
974
- const _vG = "valueGlob";
975
- const _vLI = "vpcLinkId";
976
- const _vLS = "vpcLinkStatus";
977
- const _vLSM = "vpcLinkStatusMessage";
978
- const _vLV = "vpcLinkVersion";
979
- const _va = "value";
980
- const _w = "warnings";
981
- const n0 = "com.amazonaws.apigatewayv2";
982
- var AccessDeniedException$ = [-3, n0, _ADE,
983
- { [_e]: _c, [_hE]: 403 },
984
- [_M],
985
- [[0, { [_jN]: _m }]]
986
- ];
987
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
988
- var AccessLogSettings$ = [3, n0, _ALS,
989
- 0,
990
- [_DA, _F],
991
- [[0, { [_jN]: _dA }], [0, { [_jN]: _f }]]
992
- ];
993
- var ACMManaged$ = [3, n0, _ACMM,
994
- 0,
995
- [_CA, _DN],
996
- [[0, { [_jN]: _cA }], [0, { [_jN]: _dN }]], 2
997
- ];
998
- var Api$ = [3, n0, _A,
999
- 0,
1000
- [_N, _PT, _RSE, _AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _T, _V, _W],
1001
- [[0, { [_jN]: _n }], [0, { [_jN]: _pT }], [0, { [_jN]: _rSE }], [0, { [_jN]: _aE }], [2, { [_jN]: _aGM }], [0, { [_jN]: _aI }], [0, { [_jN]: _aKSE }], [() => Cors$, { [_jN]: _cC }], [5, { [_jN]: _cD }], [0, { [_jN]: _d }], [2, { [_jN]: _dSV }], [2, { [_jN]: _dEAE }], [64 | 0, { [_jN]: _iI }], [0, { [_jN]: _iAT }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _v }], [64 | 0, { [_jN]: _w }]], 3
1002
- ];
1003
- var ApiMapping$ = [3, n0, _AM,
1004
- 0,
1005
- [_AI, _S, _AMI, _AMK],
1006
- [[0, { [_jN]: _aI }], [0, { [_jN]: _s }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }]], 2
1007
- ];
1008
- var Authorization$ = [3, n0, _Au,
1009
- 0,
1010
- [_CCo, _No],
1011
- [[() => CognitoConfig$, { [_jN]: _cCo }], [() => None$, { [_jN]: _no }]]
1012
- ];
1013
- var Authorizer$ = [3, n0, _Aut,
1014
- 0,
1015
- [_N, _ACA, _AIu, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC],
1016
- [[0, { [_jN]: _n }], [0, { [_jN]: _aCA }], [0, { [_jN]: _aIu }], [0, { [_jN]: _aPFV }], [1, { [_jN]: _aRTIS }], [0, { [_jN]: _aT }], [0, { [_jN]: _aU }], [2, { [_jN]: _eSR }], [64 | 0, { [_jN]: _iS }], [0, { [_jN]: _iVE }], [() => JWTConfiguration$, { [_jN]: _jC }]], 1
1017
- ];
1018
- var BadRequestException$ = [-3, n0, _BRE,
1019
- { [_e]: _c, [_hE]: 400 },
1020
- [_M],
1021
- [[0, { [_jN]: _m }]]
1022
- ];
1023
- schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
1024
- var CognitoConfig$ = [3, n0, _CCo,
1025
- 0,
1026
- [_ACI, _UPA, _UPD],
1027
- [[0, { [_jN]: _aCI }], [0, { [_jN]: _uPA }], [0, { [_jN]: _uPD }]], 3
1028
- ];
1029
- var ConflictException$ = [-3, n0, _CE,
1030
- { [_e]: _c, [_hE]: 409 },
1031
- [_M],
1032
- [[0, { [_jN]: _m }]]
1033
- ];
1034
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1035
- var Cors$ = [3, n0, _C,
1036
- 0,
1037
- [_AC, _AH, _AMl, _AO, _EH, _MA],
1038
- [[2, { [_jN]: _aC }], [64 | 0, { [_jN]: _aH }], [64 | 0, { [_jN]: _aM }], [64 | 0, { [_jN]: _aO }], [64 | 0, { [_jN]: _eH }], [1, { [_jN]: _mA }]]
1039
- ];
1040
- var CreateApiMappingRequest$ = [3, n0, _CAMR,
1041
- 0,
1042
- [_AI, _DN, _S, _AMK],
1043
- [[0, { [_jN]: _aI }], [0, 1], [0, { [_jN]: _s }], [0, { [_jN]: _aMK }]], 3
1044
- ];
1045
- var CreateApiMappingResponse$ = [3, n0, _CAMRr,
1046
- 0,
1047
- [_AI, _AMI, _AMK, _S],
1048
- [[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]: _s }]]
1049
- ];
1050
- var CreateApiRequest$ = [3, n0, _CAR,
1051
- 0,
1052
- [_N, _PT, _AKSE, _CC, _CAr, _D, _DSV, _DEAE, _IAT, _RK, _RSE, _T, _Ta, _V],
1053
- [[0, { [_jN]: _n }], [0, { [_jN]: _pT }], [0, { [_jN]: _aKSE }], [() => Cors$, { [_jN]: _cC }], [0, { [_jN]: _cAr }], [0, { [_jN]: _d }], [2, { [_jN]: _dSV }], [2, { [_jN]: _dEAE }], [0, { [_jN]: _iAT }], [0, { [_jN]: _rK }], [0, { [_jN]: _rSE }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _ta }], [0, { [_jN]: _v }]], 2
1054
- ];
1055
- var CreateApiResponse$ = [3, n0, _CARr,
1056
- 0,
1057
- [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
1058
- [[0, { [_jN]: _aE }], [2, { [_jN]: _aGM }], [0, { [_jN]: _aI }], [0, { [_jN]: _aKSE }], [() => Cors$, { [_jN]: _cC }], [5, { [_jN]: _cD }], [0, { [_jN]: _d }], [2, { [_jN]: _dSV }], [2, { [_jN]: _dEAE }], [64 | 0, { [_jN]: _iI }], [0, { [_jN]: _iAT }], [0, { [_jN]: _n }], [0, { [_jN]: _pT }], [0, { [_jN]: _rSE }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _v }], [64 | 0, { [_jN]: _w }]]
1059
- ];
1060
- var CreateAuthorizerRequest$ = [3, n0, _CARre,
1061
- 0,
1062
- [_AI, _AT, _IS, _N, _ACA, _APFV, _ARTIS, _AU, _ESR, _IVE, _JC],
1063
- [[0, 1], [0, { [_jN]: _aT }], [64 | 0, { [_jN]: _iS }], [0, { [_jN]: _n }], [0, { [_jN]: _aCA }], [0, { [_jN]: _aPFV }], [1, { [_jN]: _aRTIS }], [0, { [_jN]: _aU }], [2, { [_jN]: _eSR }], [0, { [_jN]: _iVE }], [() => JWTConfiguration$, { [_jN]: _jC }]], 4
1064
- ];
1065
- var CreateAuthorizerResponse$ = [3, n0, _CARrea,
1066
- 0,
1067
- [_ACA, _AIu, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC, _N],
1068
- [[0, { [_jN]: _aCA }], [0, { [_jN]: _aIu }], [0, { [_jN]: _aPFV }], [1, { [_jN]: _aRTIS }], [0, { [_jN]: _aT }], [0, { [_jN]: _aU }], [2, { [_jN]: _eSR }], [64 | 0, { [_jN]: _iS }], [0, { [_jN]: _iVE }], [() => JWTConfiguration$, { [_jN]: _jC }], [0, { [_jN]: _n }]]
1069
- ];
1070
- var CreateDeploymentRequest$ = [3, n0, _CDR,
1071
- 0,
1072
- [_AI, _D, _SN],
1073
- [[0, 1], [0, { [_jN]: _d }], [0, { [_jN]: _sN }]], 1
1074
- ];
1075
- var CreateDeploymentResponse$ = [3, n0, _CDRr,
1076
- 0,
1077
- [_AD, _CD, _DI, _DS, _DSM, _D],
1078
- [[2, { [_jN]: _aD }], [5, { [_jN]: _cD }], [0, { [_jN]: _dI }], [0, { [_jN]: _dS }], [0, { [_jN]: _dSM }], [0, { [_jN]: _d }]]
1079
- ];
1080
- var CreateDomainNameRequest$ = [3, n0, _CDNR,
1081
- 0,
1082
- [_DN, _DNC, _MTA, _RM, _T],
1083
- [[0, { [_jN]: _dN }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthenticationInput$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]], 1
1084
- ];
1085
- var CreateDomainNameResponse$ = [3, n0, _CDNRr,
1086
- 0,
1087
- [_AMSE, _DN, _DNA, _DNC, _MTA, _RM, _T],
1088
- [[0, { [_jN]: _aMSE }], [0, { [_jN]: _dN }], [0, { [_jN]: _dNA }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthentication$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]]
1089
- ];
1090
- var CreateIntegrationRequest$ = [3, n0, _CIR,
1091
- 0,
1092
- [_AI, _IT, _CI, _CT, _CHS, _CAr, _D, _IM, _ISn, _IU, _PB, _PFV, _RP, _RT, _RPe, _TSE, _TIM, _TC],
1093
- [[0, 1], [0, { [_jN]: _iT }], [0, { [_jN]: _cI }], [0, { [_jN]: _cT }], [0, { [_jN]: _cHS }], [0, { [_jN]: _cAr }], [0, { [_jN]: _d }], [0, { [_jN]: _iM }], [0, { [_jN]: _iSn }], [0, { [_jN]: _iU }], [0, { [_jN]: _pB }], [0, { [_jN]: _pFV }], [128 | 0, { [_jN]: _rP }], [128 | 0, { [_jN]: _rT }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfigInput$, { [_jN]: _tC }]], 2
1094
- ];
1095
- var CreateIntegrationResponseRequest$ = [3, n0, _CIRR,
1096
- 0,
1097
- [_AI, _IIn, _IRK, _CHS, _RPe, _RTe, _TSE],
1098
- [[0, 1], [0, 1], [0, { [_jN]: _iRK }], [0, { [_jN]: _cHS }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTe }], [0, { [_jN]: _tSE }]], 3
1099
- ];
1100
- var CreateIntegrationResponseResponse$ = [3, n0, _CIRRr,
1101
- 0,
1102
- [_CHS, _IRI, _IRK, _RPe, _RTe, _TSE],
1103
- [[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTe }], [0, { [_jN]: _tSE }]]
1104
- ];
1105
- var CreateIntegrationResult$ = [3, n0, _CIRr,
1106
- 0,
1107
- [_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RT, _RPe, _TSE, _TIM, _TC],
1108
- [[2, { [_jN]: _aGM }], [0, { [_jN]: _cI }], [0, { [_jN]: _cT }], [0, { [_jN]: _cHS }], [0, { [_jN]: _cAr }], [0, { [_jN]: _d }], [0, { [_jN]: _iIn }], [0, { [_jN]: _iM }], [0, { [_jN]: _iRSE }], [0, { [_jN]: _iSn }], [0, { [_jN]: _iT }], [0, { [_jN]: _iU }], [0, { [_jN]: _pB }], [0, { [_jN]: _pFV }], [128 | 0, { [_jN]: _rP }], [128 | 0, { [_jN]: _rT }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfig$, { [_jN]: _tC }]]
1109
- ];
1110
- var CreateModelRequest$ = [3, n0, _CMR,
1111
- 0,
1112
- [_AI, _N, _Sc, _CTo, _D],
1113
- [[0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _sc }], [0, { [_jN]: _cTo }], [0, { [_jN]: _d }]], 3
1114
- ];
1115
- var CreateModelResponse$ = [3, n0, _CMRr,
1116
- 0,
1117
- [_CTo, _D, _MI, _N, _Sc],
1118
- [[0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _mI }], [0, { [_jN]: _n }], [0, { [_jN]: _sc }]]
1119
- ];
1120
- var CreatePortalProductRequest$ = [3, n0, _CPPR,
1121
- 0,
1122
- [_DNi, _D, _T],
1123
- [[0, { [_jN]: _dNi }], [0, { [_jN]: _d }], [128 | 0, { [_jN]: _t }]], 1
1124
- ];
1125
- var CreatePortalProductResponse$ = [3, n0, _CPPRr,
1126
- 0,
1127
- [_D, _DNi, _DO, _LM, _PPA, _PPI, _T],
1128
- [[0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [() => DisplayOrder$, { [_jN]: _dO }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPA }], [0, { [_jN]: _pPI }], [128 | 0, { [_jN]: _t }]]
1129
- ];
1130
- var CreatePortalRequest$ = [3, n0, _CPR,
1131
- 0,
1132
- [_Au, _EC, _PC, _IPPA, _LU, _RAMN, _T],
1133
- [[() => Authorization$, { [_jN]: _a }], [() => EndpointConfigurationRequest$, { [_jN]: _eC }], [() => PortalContent$, { [_jN]: _pC }], [64 | 0, { [_jN]: _iPPA }], [0, { [_jN]: _lU }], [0, { [_jN]: _rAMN }], [128 | 0, { [_jN]: _t }]], 3
1134
- ];
1135
- var CreatePortalResponse$ = [3, n0, _CPRr,
1136
- 0,
1137
- [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _PS, _RAMN, _SE, _T],
1138
- [[() => Authorization$, { [_jN]: _a }], [() => EndpointConfigurationResponse$, { [_jN]: _eC }], [64 | 0, { [_jN]: _iPPA }], [5, { [_jN]: _lM }], [5, { [_jN]: _lP }], [0, { [_jN]: _lPD }], [0, { [_jN]: _pA }], [() => PortalContent$, { [_jN]: _pC }], [0, { [_jN]: _pI }], [0, { [_jN]: _pS }], [0, { [_jN]: _rAMN }], [() => StatusException$, { [_jN]: _sE }], [128 | 0, { [_jN]: _t }]]
1139
- ];
1140
- var CreateProductPageRequest$ = [3, n0, _CPPRre,
1141
- 0,
1142
- [_DC, _PPI],
1143
- [[() => DisplayContent$, { [_jN]: _dC }], [0, 1]], 2
1144
- ];
1145
- var CreateProductPageResponse$ = [3, n0, _CPPRrea,
1146
- 0,
1147
- [_DC, _LM, _PPAr, _PPIr],
1148
- [[() => DisplayContent$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPAr }], [0, { [_jN]: _pPIr }]]
1149
- ];
1150
- var CreateProductRestEndpointPageRequest$ = [3, n0, _CPREPR,
1151
- 0,
1152
- [_PPI, _REI, _DC, _TIS],
1153
- [[0, 1], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [() => EndpointDisplayContent$, { [_jN]: _dC }], [0, { [_jN]: _tIS }]], 2
1154
- ];
1155
- var CreateProductRestEndpointPageResponse$ = [3, n0, _CPREPRr,
1156
- 0,
1157
- [_DC, _LM, _PREPA, _PREPI, _REI, _St, _SE, _TIS],
1158
- [[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _st }], [() => StatusException$, { [_jN]: _sE }], [0, { [_jN]: _tIS }]]
1159
- ];
1160
- var CreateRouteRequest$ = [3, n0, _CRR,
1161
- 0,
1162
- [_AI, _RK, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RRSE, _Ta],
1163
- [[0, 1], [0, { [_jN]: _rK }], [2, { [_jN]: _aKR }], [64 | 0, { [_jN]: _aS }], [0, { [_jN]: _aTu }], [0, { [_jN]: _aIu }], [0, { [_jN]: _mSE }], [0, { [_jN]: _oN }], [128 | 0, { [_jN]: _rMe }], [() => RouteParameters, { [_jN]: _rP }], [0, { [_jN]: _rRSE }], [0, { [_jN]: _ta }]], 2
1164
- ];
1165
- var CreateRouteResponseRequest$ = [3, n0, _CRRR,
1166
- 0,
1167
- [_AI, _RI, _RRK, _MSE, _RMes, _RPe],
1168
- [[0, 1], [0, 1], [0, { [_jN]: _rRK }], [0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }]], 3
1169
- ];
1170
- var CreateRouteResponseResponse$ = [3, n0, _CRRRr,
1171
- 0,
1172
- [_MSE, _RMes, _RPe, _RRI, _RRK],
1173
- [[0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRI }], [0, { [_jN]: _rRK }]]
1174
- ];
1175
- var CreateRouteResult$ = [3, n0, _CRRr,
1176
- 0,
1177
- [_AGM, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RI, _RK, _RRSE, _Ta],
1178
- [[2, { [_jN]: _aGM }], [2, { [_jN]: _aKR }], [64 | 0, { [_jN]: _aS }], [0, { [_jN]: _aTu }], [0, { [_jN]: _aIu }], [0, { [_jN]: _mSE }], [0, { [_jN]: _oN }], [128 | 0, { [_jN]: _rMe }], [() => RouteParameters, { [_jN]: _rP }], [0, { [_jN]: _rI }], [0, { [_jN]: _rK }], [0, { [_jN]: _rRSE }], [0, { [_jN]: _ta }]]
1179
- ];
1180
- var CreateRoutingRuleRequest$ = [3, n0, _CRRRre,
1181
- 0,
1182
- [_Ac, _Co, _DN, _P, _DNI],
1183
- [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [0, 1], [1, { [_jN]: _p }], [0, { [_hQ]: _dNI }]], 4
1184
- ];
1185
- var CreateRoutingRuleResponse$ = [3, n0, _CRRRrea,
1186
- 0,
1187
- [_Ac, _Co, _P, _RRA, _RRIo],
1188
- [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [1, { [_jN]: _p }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rRIo }]]
1189
- ];
1190
- var CreateStageRequest$ = [3, n0, _CSR,
1191
- 0,
1192
- [_AI, _SN, _ALS, _ADu, _CCI, _DRS, _DI, _D, _RS, _SV, _T],
1193
- [[0, 1], [0, { [_jN]: _sN }], [() => AccessLogSettings$, { [_jN]: _aLS }], [2, { [_jN]: _aDu }], [0, { [_jN]: _cCI }], [() => RouteSettings$, { [_jN]: _dRS }], [0, { [_jN]: _dI }], [0, { [_jN]: _d }], [() => RouteSettingsMap, { [_jN]: _rS }], [128 | 0, { [_jN]: _sV }], [128 | 0, { [_jN]: _t }]], 2
1194
- ];
1195
- var CreateStageResponse$ = [3, n0, _CSRr,
1196
- 0,
1197
- [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
1198
- [[() => AccessLogSettings$, { [_jN]: _aLS }], [2, { [_jN]: _aGM }], [2, { [_jN]: _aDu }], [0, { [_jN]: _cCI }], [5, { [_jN]: _cD }], [() => RouteSettings$, { [_jN]: _dRS }], [0, { [_jN]: _dI }], [0, { [_jN]: _d }], [0, { [_jN]: _lDSM }], [5, { [_jN]: _lUD }], [() => RouteSettingsMap, { [_jN]: _rS }], [0, { [_jN]: _sN }], [128 | 0, { [_jN]: _sV }], [128 | 0, { [_jN]: _t }]]
1199
- ];
1200
- var CreateVpcLinkRequest$ = [3, n0, _CVLR,
1201
- 0,
1202
- [_N, _SI, _SGI, _T],
1203
- [[0, { [_jN]: _n }], [64 | 0, { [_jN]: _sI }], [64 | 0, { [_jN]: _sGI }], [128 | 0, { [_jN]: _t }]], 2
1204
- ];
1205
- var CreateVpcLinkResponse$ = [3, n0, _CVLRr,
1206
- 0,
1207
- [_CD, _N, _SGI, _SI, _T, _VLI, _VLS, _VLSM, _VLV],
1208
- [[5, { [_jN]: _cD }], [0, { [_jN]: _n }], [64 | 0, { [_jN]: _sGI }], [64 | 0, { [_jN]: _sI }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _vLI }], [0, { [_jN]: _vLS }], [0, { [_jN]: _vLSM }], [0, { [_jN]: _vLV }]]
1209
- ];
1210
- var CustomColors$ = [3, n0, _CCu,
1211
- 0,
1212
- [_ACc, _BC, _EVC, _HC, _NC, _TCe],
1213
- [[0, { [_jN]: _aCc }], [0, { [_jN]: _bC }], [0, { [_jN]: _eVC }], [0, { [_jN]: _hC }], [0, { [_jN]: _nC }], [0, { [_jN]: _tCe }]], 6
1214
- ];
1215
- var DeleteAccessLogSettingsRequest$ = [3, n0, _DALSR,
1216
- 0,
1217
- [_AI, _SN],
1218
- [[0, 1], [0, 1]], 2
1219
- ];
1220
- var DeleteApiMappingRequest$ = [3, n0, _DAMR,
1221
- 0,
1222
- [_AMI, _DN],
1223
- [[0, 1], [0, 1]], 2
1224
- ];
1225
- var DeleteApiRequest$ = [3, n0, _DAR,
1226
- 0,
1227
- [_AI],
1228
- [[0, 1]], 1
1229
- ];
1230
- var DeleteAuthorizerRequest$ = [3, n0, _DARe,
1231
- 0,
1232
- [_AI, _AIu],
1233
- [[0, 1], [0, 1]], 2
1234
- ];
1235
- var DeleteCorsConfigurationRequest$ = [3, n0, _DCCR,
1236
- 0,
1237
- [_AI],
1238
- [[0, 1]], 1
1239
- ];
1240
- var DeleteDeploymentRequest$ = [3, n0, _DDR,
1241
- 0,
1242
- [_AI, _DI],
1243
- [[0, 1], [0, 1]], 2
1244
- ];
1245
- var DeleteDomainNameRequest$ = [3, n0, _DDNR,
1246
- 0,
1247
- [_DN],
1248
- [[0, 1]], 1
1249
- ];
1250
- var DeleteIntegrationRequest$ = [3, n0, _DIR,
1251
- 0,
1252
- [_AI, _IIn],
1253
- [[0, 1], [0, 1]], 2
1254
- ];
1255
- var DeleteIntegrationResponseRequest$ = [3, n0, _DIRR,
1256
- 0,
1257
- [_AI, _IIn, _IRI],
1258
- [[0, 1], [0, 1], [0, 1]], 3
1259
- ];
1260
- var DeleteModelRequest$ = [3, n0, _DMR,
1261
- 0,
1262
- [_AI, _MI],
1263
- [[0, 1], [0, 1]], 2
1264
- ];
1265
- var DeletePortalProductRequest$ = [3, n0, _DPPR,
1266
- 0,
1267
- [_PPI],
1268
- [[0, 1]], 1
1269
- ];
1270
- var DeletePortalProductSharingPolicyRequest$ = [3, n0, _DPPSPR,
1271
- 0,
1272
- [_PPI],
1273
- [[0, 1]], 1
1274
- ];
1275
- var DeletePortalRequest$ = [3, n0, _DPR,
1276
- 0,
1277
- [_PI],
1278
- [[0, 1]], 1
1279
- ];
1280
- var DeleteProductPageRequest$ = [3, n0, _DPPRe,
1281
- 0,
1282
- [_PPI, _PPIr],
1283
- [[0, 1], [0, 1]], 2
1284
- ];
1285
- var DeleteProductRestEndpointPageRequest$ = [3, n0, _DPREPR,
1286
- 0,
1287
- [_PPI, _PREPI],
1288
- [[0, 1], [0, 1]], 2
1289
- ];
1290
- var DeleteRouteRequest$ = [3, n0, _DRR,
1291
- 0,
1292
- [_AI, _RI],
1293
- [[0, 1], [0, 1]], 2
1294
- ];
1295
- var DeleteRouteRequestParameterRequest$ = [3, n0, _DRRPR,
1296
- 0,
1297
- [_AI, _RPK, _RI],
1298
- [[0, 1], [0, 1], [0, 1]], 3
1299
- ];
1300
- var DeleteRouteResponseRequest$ = [3, n0, _DRRR,
1301
- 0,
1302
- [_AI, _RI, _RRI],
1303
- [[0, 1], [0, 1], [0, 1]], 3
1304
- ];
1305
- var DeleteRouteSettingsRequest$ = [3, n0, _DRSR,
1306
- 0,
1307
- [_AI, _RK, _SN],
1308
- [[0, 1], [0, 1], [0, 1]], 3
1309
- ];
1310
- var DeleteRoutingRuleRequest$ = [3, n0, _DRRRe,
1311
- 0,
1312
- [_DN, _RRIo, _DNI],
1313
- [[0, 1], [0, 1], [0, { [_hQ]: _dNI }]], 2
1314
- ];
1315
- var DeleteStageRequest$ = [3, n0, _DSR,
1316
- 0,
1317
- [_AI, _SN],
1318
- [[0, 1], [0, 1]], 2
1319
- ];
1320
- var DeleteVpcLinkRequest$ = [3, n0, _DVLR,
1321
- 0,
1322
- [_VLI],
1323
- [[0, 1]], 1
1324
- ];
1325
- var DeleteVpcLinkResponse$ = [3, n0, _DVLRe,
1326
- 0,
1327
- [],
1328
- []
1329
- ];
1330
- var Deployment$ = [3, n0, _De,
1331
- 0,
1332
- [_AD, _CD, _DI, _DS, _DSM, _D],
1333
- [[2, { [_jN]: _aD }], [5, { [_jN]: _cD }], [0, { [_jN]: _dI }], [0, { [_jN]: _dS }], [0, { [_jN]: _dSM }], [0, { [_jN]: _d }]]
1334
- ];
1335
- var DisablePortalRequest$ = [3, n0, _DPRi,
1336
- 0,
1337
- [_PI],
1338
- [[0, 1]], 1
1339
- ];
1340
- var DisplayContent$ = [3, n0, _DC,
1341
- 0,
1342
- [_B, _Ti],
1343
- [[0, { [_jN]: _b }], [0, { [_jN]: _ti }]], 2
1344
- ];
1345
- var DisplayContentOverrides$ = [3, n0, _DCO,
1346
- 0,
1347
- [_B, _E, _ON],
1348
- [[0, { [_jN]: _b }], [0, { [_jN]: _en }], [0, { [_jN]: _oN }]]
1349
- ];
1350
- var DisplayOrder$ = [3, n0, _DO,
1351
- 0,
1352
- [_Con, _OPA, _PPAro],
1353
- [[() => __listOfSection, { [_jN]: _con }], [0, { [_jN]: _oPA }], [64 | 0, { [_jN]: _pPAro }]]
1354
- ];
1355
- var DomainName$ = [3, n0, _DN,
1356
- 0,
1357
- [_DN, _AMSE, _DNA, _DNC, _MTA, _RM, _T],
1358
- [[0, { [_jN]: _dN }], [0, { [_jN]: _aMSE }], [0, { [_jN]: _dNA }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthentication$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]], 1
1359
- ];
1360
- var DomainNameConfiguration$ = [3, n0, _DNCo,
1361
- 0,
1362
- [_AGDN, _CA, _CN, _CUD, _DNS, _DNSM, _ET, _HZI, _IAT, _SP, _OVCA],
1363
- [[0, { [_jN]: _aGDN }], [0, { [_jN]: _cA }], [0, { [_jN]: _cN }], [5, { [_jN]: _cUD }], [0, { [_jN]: _dNS }], [0, { [_jN]: _dNSM }], [0, { [_jN]: _eT }], [0, { [_jN]: _hZI }], [0, { [_jN]: _iAT }], [0, { [_jN]: _sP }], [0, { [_jN]: _oVCA }]]
1364
- ];
1365
- var EndpointConfigurationRequest$ = [3, n0, _ECR,
1366
- 0,
1367
- [_AMc, _No],
1368
- [[() => ACMManaged$, { [_jN]: _aMc }], [() => None$, { [_jN]: _no }]]
1369
- ];
1370
- var EndpointConfigurationResponse$ = [3, n0, _ECRn,
1371
- 0,
1372
- [_PDDN, _PDHZI, _CA, _DN],
1373
- [[0, { [_jN]: _pDDN }], [0, { [_jN]: _pDHZI }], [0, { [_jN]: _cA }], [0, { [_jN]: _dN }]], 2
1374
- ];
1375
- var EndpointDisplayContent$ = [3, n0, _EDC,
1376
- 0,
1377
- [_No, _O],
1378
- [[() => None$, { [_jN]: _no }], [() => DisplayContentOverrides$, { [_jN]: _o }]]
1379
- ];
1380
- var EndpointDisplayContentResponse$ = [3, n0, _EDCR,
1381
- 0,
1382
- [_E, _B, _ON],
1383
- [[0, { [_jN]: _en }], [0, { [_jN]: _b }], [0, { [_jN]: _oN }]], 1
1384
- ];
1385
- var ExportApiRequest$ = [3, n0, _EAR,
1386
- 0,
1387
- [_AI, _OT, _Sp, _EV, _IE, _SN],
1388
- [[0, 1], [0, { [_hQ]: _oT }], [0, 1], [0, { [_hQ]: _eV }], [2, { [_hQ]: _iE }], [0, { [_hQ]: _sN }]], 3
1389
- ];
1390
- var ExportApiResponse$ = [3, n0, _EARx,
1391
- 0,
1392
- [_b],
1393
- [[21, 16]]
1394
- ];
1395
- var GetApiMappingRequest$ = [3, n0, _GAMR,
1396
- 0,
1397
- [_AMI, _DN],
1398
- [[0, 1], [0, 1]], 2
1399
- ];
1400
- var GetApiMappingResponse$ = [3, n0, _GAMRe,
1401
- 0,
1402
- [_AI, _AMI, _AMK, _S],
1403
- [[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]: _s }]]
1404
- ];
1405
- var GetApiMappingsRequest$ = [3, n0, _GAMRet,
1406
- 0,
1407
- [_DN, _MR, _NT],
1408
- [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1409
- ];
1410
- var GetApiMappingsResponse$ = [3, n0, _GAMRetp,
1411
- 0,
1412
- [_I, _NT],
1413
- [[() => __listOfApiMapping, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1414
- ];
1415
- var GetApiRequest$ = [3, n0, _GAR,
1416
- 0,
1417
- [_AI],
1418
- [[0, 1]], 1
1419
- ];
1420
- var GetApiResponse$ = [3, n0, _GARe,
1421
- 0,
1422
- [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
1423
- [[0, { [_jN]: _aE }], [2, { [_jN]: _aGM }], [0, { [_jN]: _aI }], [0, { [_jN]: _aKSE }], [() => Cors$, { [_jN]: _cC }], [5, { [_jN]: _cD }], [0, { [_jN]: _d }], [2, { [_jN]: _dSV }], [2, { [_jN]: _dEAE }], [64 | 0, { [_jN]: _iI }], [0, { [_jN]: _iAT }], [0, { [_jN]: _n }], [0, { [_jN]: _pT }], [0, { [_jN]: _rSE }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _v }], [64 | 0, { [_jN]: _w }]]
1424
- ];
1425
- var GetApisRequest$ = [3, n0, _GARet,
1426
- 0,
1427
- [_MR, _NT],
1428
- [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1429
- ];
1430
- var GetApisResponse$ = [3, n0, _GARetp,
1431
- 0,
1432
- [_I, _NT],
1433
- [[() => __listOfApi, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1434
- ];
1435
- var GetAuthorizerRequest$ = [3, n0, _GARetu,
1436
- 0,
1437
- [_AI, _AIu],
1438
- [[0, 1], [0, 1]], 2
1439
- ];
1440
- var GetAuthorizerResponse$ = [3, n0, _GARetut,
1441
- 0,
1442
- [_ACA, _AIu, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC, _N],
1443
- [[0, { [_jN]: _aCA }], [0, { [_jN]: _aIu }], [0, { [_jN]: _aPFV }], [1, { [_jN]: _aRTIS }], [0, { [_jN]: _aT }], [0, { [_jN]: _aU }], [2, { [_jN]: _eSR }], [64 | 0, { [_jN]: _iS }], [0, { [_jN]: _iVE }], [() => JWTConfiguration$, { [_jN]: _jC }], [0, { [_jN]: _n }]]
1444
- ];
1445
- var GetAuthorizersRequest$ = [3, n0, _GARetuth,
1446
- 0,
1447
- [_AI, _MR, _NT],
1448
- [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1449
- ];
1450
- var GetAuthorizersResponse$ = [3, n0, _GARetutho,
1451
- 0,
1452
- [_I, _NT],
1453
- [[() => __listOfAuthorizer, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1454
- ];
1455
- var GetDeploymentRequest$ = [3, n0, _GDR,
1456
- 0,
1457
- [_AI, _DI],
1458
- [[0, 1], [0, 1]], 2
1459
- ];
1460
- var GetDeploymentResponse$ = [3, n0, _GDRe,
1461
- 0,
1462
- [_AD, _CD, _DI, _DS, _DSM, _D],
1463
- [[2, { [_jN]: _aD }], [5, { [_jN]: _cD }], [0, { [_jN]: _dI }], [0, { [_jN]: _dS }], [0, { [_jN]: _dSM }], [0, { [_jN]: _d }]]
1464
- ];
1465
- var GetDeploymentsRequest$ = [3, n0, _GDRet,
1466
- 0,
1467
- [_AI, _MR, _NT],
1468
- [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1469
- ];
1470
- var GetDeploymentsResponse$ = [3, n0, _GDRete,
1471
- 0,
1472
- [_I, _NT],
1473
- [[() => __listOfDeployment, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1474
- ];
1475
- var GetDomainNameRequest$ = [3, n0, _GDNR,
1476
- 0,
1477
- [_DN],
1478
- [[0, 1]], 1
1479
- ];
1480
- var GetDomainNameResponse$ = [3, n0, _GDNRe,
1481
- 0,
1482
- [_AMSE, _DN, _DNA, _DNC, _MTA, _RM, _T],
1483
- [[0, { [_jN]: _aMSE }], [0, { [_jN]: _dN }], [0, { [_jN]: _dNA }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthentication$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]]
1484
- ];
1485
- var GetDomainNamesRequest$ = [3, n0, _GDNRet,
1486
- 0,
1487
- [_MR, _NT],
1488
- [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1489
- ];
1490
- var GetDomainNamesResponse$ = [3, n0, _GDNReto,
1491
- 0,
1492
- [_I, _NT],
1493
- [[() => __listOfDomainName, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1494
- ];
1495
- var GetIntegrationRequest$ = [3, n0, _GIR,
1496
- 0,
1497
- [_AI, _IIn],
1498
- [[0, 1], [0, 1]], 2
1499
- ];
1500
- var GetIntegrationResponseRequest$ = [3, n0, _GIRR,
1501
- 0,
1502
- [_AI, _IIn, _IRI],
1503
- [[0, 1], [0, 1], [0, 1]], 3
1504
- ];
1505
- var GetIntegrationResponseResponse$ = [3, n0, _GIRRe,
1506
- 0,
1507
- [_CHS, _IRI, _IRK, _RPe, _RTe, _TSE],
1508
- [[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTe }], [0, { [_jN]: _tSE }]]
1509
- ];
1510
- var GetIntegrationResponsesRequest$ = [3, n0, _GIRRet,
1511
- 0,
1512
- [_AI, _IIn, _MR, _NT],
1513
- [[0, 1], [0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1514
- ];
1515
- var GetIntegrationResponsesResponse$ = [3, n0, _GIRRetn,
1516
- 0,
1517
- [_I, _NT],
1518
- [[() => __listOfIntegrationResponse, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1519
- ];
1520
- var GetIntegrationResult$ = [3, n0, _GIRe,
1521
- 0,
1522
- [_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RT, _RPe, _TSE, _TIM, _TC],
1523
- [[2, { [_jN]: _aGM }], [0, { [_jN]: _cI }], [0, { [_jN]: _cT }], [0, { [_jN]: _cHS }], [0, { [_jN]: _cAr }], [0, { [_jN]: _d }], [0, { [_jN]: _iIn }], [0, { [_jN]: _iM }], [0, { [_jN]: _iRSE }], [0, { [_jN]: _iSn }], [0, { [_jN]: _iT }], [0, { [_jN]: _iU }], [0, { [_jN]: _pB }], [0, { [_jN]: _pFV }], [128 | 0, { [_jN]: _rP }], [128 | 0, { [_jN]: _rT }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfig$, { [_jN]: _tC }]]
1524
- ];
1525
- var GetIntegrationsRequest$ = [3, n0, _GIRet,
1526
- 0,
1527
- [_AI, _MR, _NT],
1528
- [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1529
- ];
1530
- var GetIntegrationsResponse$ = [3, n0, _GIRetn,
1531
- 0,
1532
- [_I, _NT],
1533
- [[() => __listOfIntegration, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1534
- ];
1535
- var GetModelRequest$ = [3, n0, _GMR,
1536
- 0,
1537
- [_AI, _MI],
1538
- [[0, 1], [0, 1]], 2
1539
- ];
1540
- var GetModelResponse$ = [3, n0, _GMRe,
1541
- 0,
1542
- [_CTo, _D, _MI, _N, _Sc],
1543
- [[0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _mI }], [0, { [_jN]: _n }], [0, { [_jN]: _sc }]]
1544
- ];
1545
- var GetModelsRequest$ = [3, n0, _GMRet,
1546
- 0,
1547
- [_AI, _MR, _NT],
1548
- [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1549
- ];
1550
- var GetModelsResponse$ = [3, n0, _GMReto,
1551
- 0,
1552
- [_I, _NT],
1553
- [[() => __listOfModel, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1554
- ];
1555
- var GetModelTemplateRequest$ = [3, n0, _GMTR,
1556
- 0,
1557
- [_AI, _MI],
1558
- [[0, 1], [0, 1]], 2
1559
- ];
1560
- var GetModelTemplateResponse$ = [3, n0, _GMTRe,
1561
- 0,
1562
- [_Va],
1563
- [[0, { [_jN]: _va }]]
1564
- ];
1565
- var GetPortalProductRequest$ = [3, n0, _GPPR,
1566
- 0,
1567
- [_PPI, _ROAI],
1568
- [[0, 1], [0, { [_hQ]: _rOAI }]], 1
1569
- ];
1570
- var GetPortalProductResponse$ = [3, n0, _GPPRe,
1571
- 0,
1572
- [_D, _DNi, _DO, _LM, _PPA, _PPI, _T],
1573
- [[0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [() => DisplayOrder$, { [_jN]: _dO }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPA }], [0, { [_jN]: _pPI }], [128 | 0, { [_jN]: _t }]]
1574
- ];
1575
- var GetPortalProductSharingPolicyRequest$ = [3, n0, _GPPSPR,
1576
- 0,
1577
- [_PPI],
1578
- [[0, 1]], 1
1579
- ];
1580
- var GetPortalProductSharingPolicyResponse$ = [3, n0, _GPPSPRe,
1581
- 0,
1582
- [_PD, _PPI],
1583
- [[0, { [_jN]: _pD }], [0, { [_jN]: _pPI }]]
1584
- ];
1585
- var GetPortalRequest$ = [3, n0, _GPR,
1586
- 0,
1587
- [_PI],
1588
- [[0, 1]], 1
1589
- ];
1590
- var GetPortalResponse$ = [3, n0, _GPRe,
1591
- 0,
1592
- [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _Pr, _PS, _RAMN, _SE, _T],
1593
- [[() => Authorization$, { [_jN]: _a }], [() => EndpointConfigurationResponse$, { [_jN]: _eC }], [64 | 0, { [_jN]: _iPPA }], [5, { [_jN]: _lM }], [5, { [_jN]: _lP }], [0, { [_jN]: _lPD }], [0, { [_jN]: _pA }], [() => PortalContent$, { [_jN]: _pC }], [0, { [_jN]: _pI }], [() => Preview$, { [_jN]: _pr }], [0, { [_jN]: _pS }], [0, { [_jN]: _rAMN }], [() => StatusException$, { [_jN]: _sE }], [128 | 0, { [_jN]: _t }]]
1594
- ];
1595
- var GetProductPageRequest$ = [3, n0, _GPPRet,
1596
- 0,
1597
- [_PPI, _PPIr, _ROAI],
1598
- [[0, 1], [0, 1], [0, { [_hQ]: _rOAI }]], 2
1599
- ];
1600
- var GetProductPageResponse$ = [3, n0, _GPPRetr,
1601
- 0,
1602
- [_DC, _LM, _PPAr, _PPIr],
1603
- [[() => DisplayContent$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPAr }], [0, { [_jN]: _pPIr }]]
1604
- ];
1605
- var GetProductRestEndpointPageRequest$ = [3, n0, _GPREPR,
1606
- 0,
1607
- [_PPI, _PREPI, _IRDC, _ROAI],
1608
- [[0, 1], [0, 1], [0, { [_hQ]: _iRDC }], [0, { [_hQ]: _rOAI }]], 2
1609
- ];
1610
- var GetProductRestEndpointPageResponse$ = [3, n0, _GPREPRe,
1611
- 0,
1612
- [_DC, _LM, _PREPA, _PREPI, _RDC, _REI, _St, _SE, _TIS],
1613
- [[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [0, { [_jN]: _rDC }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _st }], [() => StatusException$, { [_jN]: _sE }], [0, { [_jN]: _tIS }]]
1614
- ];
1615
- var GetRouteRequest$ = [3, n0, _GRR,
1616
- 0,
1617
- [_AI, _RI],
1618
- [[0, 1], [0, 1]], 2
1619
- ];
1620
- var GetRouteResponseRequest$ = [3, n0, _GRRR,
1621
- 0,
1622
- [_AI, _RI, _RRI],
1623
- [[0, 1], [0, 1], [0, 1]], 3
1624
- ];
1625
- var GetRouteResponseResponse$ = [3, n0, _GRRRe,
1626
- 0,
1627
- [_MSE, _RMes, _RPe, _RRI, _RRK],
1628
- [[0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRI }], [0, { [_jN]: _rRK }]]
1629
- ];
1630
- var GetRouteResponsesRequest$ = [3, n0, _GRRRet,
1631
- 0,
1632
- [_AI, _RI, _MR, _NT],
1633
- [[0, 1], [0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1634
- ];
1635
- var GetRouteResponsesResponse$ = [3, n0, _GRRReto,
1636
- 0,
1637
- [_I, _NT],
1638
- [[() => __listOfRouteResponse, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1639
- ];
1640
- var GetRouteResult$ = [3, n0, _GRRe,
1641
- 0,
1642
- [_AGM, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RI, _RK, _RRSE, _Ta],
1643
- [[2, { [_jN]: _aGM }], [2, { [_jN]: _aKR }], [64 | 0, { [_jN]: _aS }], [0, { [_jN]: _aTu }], [0, { [_jN]: _aIu }], [0, { [_jN]: _mSE }], [0, { [_jN]: _oN }], [128 | 0, { [_jN]: _rMe }], [() => RouteParameters, { [_jN]: _rP }], [0, { [_jN]: _rI }], [0, { [_jN]: _rK }], [0, { [_jN]: _rRSE }], [0, { [_jN]: _ta }]]
1644
- ];
1645
- var GetRoutesRequest$ = [3, n0, _GRRet,
1646
- 0,
1647
- [_AI, _MR, _NT],
1648
- [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1649
- ];
1650
- var GetRoutesResponse$ = [3, n0, _GRReto,
1651
- 0,
1652
- [_I, _NT],
1653
- [[() => __listOfRoute, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1654
- ];
1655
- var GetRoutingRuleRequest$ = [3, n0, _GRRRetou,
1656
- 0,
1657
- [_DN, _RRIo, _DNI],
1658
- [[0, 1], [0, 1], [0, { [_hQ]: _dNI }]], 2
1659
- ];
1660
- var GetRoutingRuleResponse$ = [3, n0, _GRRRetout,
1661
- 0,
1662
- [_Ac, _Co, _P, _RRA, _RRIo],
1663
- [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [1, { [_jN]: _p }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rRIo }]]
1664
- ];
1665
- var GetStageRequest$ = [3, n0, _GSR,
1666
- 0,
1667
- [_AI, _SN],
1668
- [[0, 1], [0, 1]], 2
1669
- ];
1670
- var GetStageResponse$ = [3, n0, _GSRe,
1671
- 0,
1672
- [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
1673
- [[() => AccessLogSettings$, { [_jN]: _aLS }], [2, { [_jN]: _aGM }], [2, { [_jN]: _aDu }], [0, { [_jN]: _cCI }], [5, { [_jN]: _cD }], [() => RouteSettings$, { [_jN]: _dRS }], [0, { [_jN]: _dI }], [0, { [_jN]: _d }], [0, { [_jN]: _lDSM }], [5, { [_jN]: _lUD }], [() => RouteSettingsMap, { [_jN]: _rS }], [0, { [_jN]: _sN }], [128 | 0, { [_jN]: _sV }], [128 | 0, { [_jN]: _t }]]
1674
- ];
1675
- var GetStagesRequest$ = [3, n0, _GSRet,
1676
- 0,
1677
- [_AI, _MR, _NT],
1678
- [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1679
- ];
1680
- var GetStagesResponse$ = [3, n0, _GSRett,
1681
- 0,
1682
- [_I, _NT],
1683
- [[() => __listOfStage, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1684
- ];
1685
- var GetTagsRequest$ = [3, n0, _GTR,
1686
- 0,
1687
- [_RA],
1688
- [[0, 1]], 1
1689
- ];
1690
- var GetTagsResponse$ = [3, n0, _GTRe,
1691
- 0,
1692
- [_T],
1693
- [[128 | 0, { [_jN]: _t }]]
1694
- ];
1695
- var GetVpcLinkRequest$ = [3, n0, _GVLR,
1696
- 0,
1697
- [_VLI],
1698
- [[0, 1]], 1
1699
- ];
1700
- var GetVpcLinkResponse$ = [3, n0, _GVLRe,
1701
- 0,
1702
- [_CD, _N, _SGI, _SI, _T, _VLI, _VLS, _VLSM, _VLV],
1703
- [[5, { [_jN]: _cD }], [0, { [_jN]: _n }], [64 | 0, { [_jN]: _sGI }], [64 | 0, { [_jN]: _sI }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _vLI }], [0, { [_jN]: _vLS }], [0, { [_jN]: _vLSM }], [0, { [_jN]: _vLV }]]
1704
- ];
1705
- var GetVpcLinksRequest$ = [3, n0, _GVLRet,
1706
- 0,
1707
- [_MR, _NT],
1708
- [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1709
- ];
1710
- var GetVpcLinksResponse$ = [3, n0, _GVLRetp,
1711
- 0,
1712
- [_I, _NT],
1713
- [[() => __listOfVpcLink, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1714
- ];
1715
- var IdentifierParts$ = [3, n0, _IP,
1716
- 0,
1717
- [_Me, _Pa, _RAI, _S],
1718
- [[0, { [_jN]: _me }], [0, { [_jN]: _pa }], [0, { [_jN]: _rAI }], [0, { [_jN]: _s }]], 4
1719
- ];
1720
- var ImportApiRequest$ = [3, n0, _IAR,
1721
- 0,
1722
- [_B, _Ba, _FOW],
1723
- [[0, { [_jN]: _b }], [0, { [_hQ]: _ba }], [2, { [_hQ]: _fOW }]], 1
1724
- ];
1725
- var ImportApiResponse$ = [3, n0, _IARm,
1726
- 0,
1727
- [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
1728
- [[0, { [_jN]: _aE }], [2, { [_jN]: _aGM }], [0, { [_jN]: _aI }], [0, { [_jN]: _aKSE }], [() => Cors$, { [_jN]: _cC }], [5, { [_jN]: _cD }], [0, { [_jN]: _d }], [2, { [_jN]: _dSV }], [2, { [_jN]: _dEAE }], [64 | 0, { [_jN]: _iI }], [0, { [_jN]: _iAT }], [0, { [_jN]: _n }], [0, { [_jN]: _pT }], [0, { [_jN]: _rSE }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _v }], [64 | 0, { [_jN]: _w }]]
1729
- ];
1730
- var Integration$ = [3, n0, _In,
1731
- 0,
1732
- [_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RT, _RPe, _TSE, _TIM, _TC],
1733
- [[2, { [_jN]: _aGM }], [0, { [_jN]: _cI }], [0, { [_jN]: _cT }], [0, { [_jN]: _cHS }], [0, { [_jN]: _cAr }], [0, { [_jN]: _d }], [0, { [_jN]: _iIn }], [0, { [_jN]: _iM }], [0, { [_jN]: _iRSE }], [0, { [_jN]: _iSn }], [0, { [_jN]: _iT }], [0, { [_jN]: _iU }], [0, { [_jN]: _pB }], [0, { [_jN]: _pFV }], [128 | 0, { [_jN]: _rP }], [128 | 0, { [_jN]: _rT }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfig$, { [_jN]: _tC }]]
1734
- ];
1735
- var IntegrationResponse$ = [3, n0, _IR,
1736
- 0,
1737
- [_IRK, _CHS, _IRI, _RPe, _RTe, _TSE],
1738
- [[0, { [_jN]: _iRK }], [0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTe }], [0, { [_jN]: _tSE }]], 1
1739
- ];
1740
- var JWTConfiguration$ = [3, n0, _JWTC,
1741
- 0,
1742
- [_Aud, _Is],
1743
- [[64 | 0, { [_jN]: _au }], [0, { [_jN]: _is }]]
1744
- ];
1745
- var ListPortalProductsRequest$ = [3, n0, _LPPR,
1746
- 0,
1747
- [_MR, _NT, _RO],
1748
- [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _rO }]]
1749
- ];
1750
- var ListPortalProductsResponse$ = [3, n0, _LPPRi,
1751
- 0,
1752
- [_I, _NT],
1753
- [[() => __listOfPortalProductSummary, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1754
- ];
1755
- var ListPortalsRequest$ = [3, n0, _LPR,
1756
- 0,
1757
- [_MR, _NT],
1758
- [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1759
- ];
1760
- var ListPortalsResponse$ = [3, n0, _LPRi,
1761
- 0,
1762
- [_I, _NT],
1763
- [[() => __listOfPortalSummary, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1764
- ];
1765
- var ListProductPagesRequest$ = [3, n0, _LPPRis,
1766
- 0,
1767
- [_PPI, _MR, _NT, _ROAI],
1768
- [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _rOAI }]], 1
1769
- ];
1770
- var ListProductPagesResponse$ = [3, n0, _LPPRist,
1771
- 0,
1772
- [_I, _NT],
1773
- [[() => __listOfProductPageSummaryNoBody, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1774
- ];
1775
- var ListProductRestEndpointPagesRequest$ = [3, n0, _LPREPR,
1776
- 0,
1777
- [_PPI, _MR, _NT, _ROAI],
1778
- [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _rOAI }]], 1
1779
- ];
1780
- var ListProductRestEndpointPagesResponse$ = [3, n0, _LPREPRi,
1781
- 0,
1782
- [_I, _NT],
1783
- [[() => __listOfProductRestEndpointPageSummaryNoBody, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1784
- ];
1785
- var ListRoutingRulesRequest$ = [3, n0, _LRRR,
1786
- 0,
1787
- [_DN, _DNI, _MR, _NT],
1788
- [[0, 1], [0, { [_hQ]: _dNI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1789
- ];
1790
- var ListRoutingRulesResponse$ = [3, n0, _LRRRi,
1791
- 0,
1792
- [_NT, _RR],
1793
- [[0, { [_jN]: _nT }], [() => __listOfRoutingRule, { [_jN]: _rR }]]
1794
- ];
1795
- var Model$ = [3, n0, _Mo,
1796
- 0,
1797
- [_N, _CTo, _D, _MI, _Sc],
1798
- [[0, { [_jN]: _n }], [0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _mI }], [0, { [_jN]: _sc }]], 1
1799
- ];
1800
- var MutualTlsAuthentication$ = [3, n0, _MTA,
1801
- 0,
1802
- [_TU, _TV, _TW],
1803
- [[0, { [_jN]: _tU }], [0, { [_jN]: _tV }], [64 | 0, { [_jN]: _tW }]]
1804
- ];
1805
- var MutualTlsAuthenticationInput$ = [3, n0, _MTAI,
1806
- 0,
1807
- [_TU, _TV],
1808
- [[0, { [_jN]: _tU }], [0, { [_jN]: _tV }]]
1809
- ];
1810
- var None$ = [3, n0, _No,
1811
- 0,
1812
- [],
1813
- []
1814
- ];
1815
- var NotFoundException$ = [-3, n0, _NFE,
1816
- { [_e]: _c, [_hE]: 404 },
1817
- [_M, _RTes],
1818
- [[0, { [_jN]: _m }], [0, { [_jN]: _rTes }]]
1819
- ];
1820
- schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
1821
- var ParameterConstraints$ = [3, n0, _PCa,
1822
- 0,
1823
- [_R],
1824
- [[2, { [_jN]: _r }]]
1825
- ];
1826
- var PortalContent$ = [3, n0, _PC,
1827
- 0,
1828
- [_DNi, _Th, _D],
1829
- [[0, { [_jN]: _dNi }], [() => PortalTheme$, { [_jN]: _th }], [0, { [_jN]: _d }]], 2
1830
- ];
1831
- var PortalProductSummary$ = [3, n0, _PPS,
1832
- 0,
1833
- [_D, _DNi, _LM, _PPA, _PPI, _T],
1834
- [[0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPA }], [0, { [_jN]: _pPI }], [128 | 0, { [_jN]: _t }]], 5
1835
- ];
1836
- var PortalSummary$ = [3, n0, _PSo,
1837
- 0,
1838
- [_Au, _EC, _IPPA, _LM, _PA, _PC, _PI, _LP, _LPD, _Pr, _PS, _RAMN, _SE, _T],
1839
- [[() => Authorization$, { [_jN]: _a }], [() => EndpointConfigurationResponse$, { [_jN]: _eC }], [64 | 0, { [_jN]: _iPPA }], [5, { [_jN]: _lM }], [0, { [_jN]: _pA }], [() => PortalContent$, { [_jN]: _pC }], [0, { [_jN]: _pI }], [5, { [_jN]: _lP }], [0, { [_jN]: _lPD }], [() => Preview$, { [_jN]: _pr }], [0, { [_jN]: _pS }], [0, { [_jN]: _rAMN }], [() => StatusException$, { [_jN]: _sE }], [128 | 0, { [_jN]: _t }]], 7
1840
- ];
1841
- var PortalTheme$ = [3, n0, _PTo,
1842
- 0,
1843
- [_CCu, _LLU],
1844
- [[() => CustomColors$, { [_jN]: _cCu }], [5, { [_jN]: _lLU }]], 1
1845
- ];
1846
- var Preview$ = [3, n0, _Pr,
1847
- 0,
1848
- [_PSr, _PU, _SE],
1849
- [[0, { [_jN]: _pSr }], [0, { [_jN]: _pU }], [() => StatusException$, { [_jN]: _sE }]], 1
1850
- ];
1851
- var PreviewPortalRequest$ = [3, n0, _PPR,
1852
- 0,
1853
- [_PI],
1854
- [[0, 1]], 1
1855
- ];
1856
- var PreviewPortalResponse$ = [3, n0, _PPRr,
1857
- 0,
1858
- [],
1859
- []
1860
- ];
1861
- var ProductPageSummaryNoBody$ = [3, n0, _PPSNB,
1862
- 0,
1863
- [_LM, _PTa, _PPAr, _PPIr],
1864
- [[5, { [_jN]: _lM }], [0, { [_jN]: _pTa }], [0, { [_jN]: _pPAr }], [0, { [_jN]: _pPIr }]], 4
1865
- ];
1866
- var ProductRestEndpointPageSummaryNoBody$ = [3, n0, _PREPSNB,
1867
- 0,
1868
- [_E, _LM, _PREPA, _PREPI, _REI, _St, _TIS, _ON, _SE],
1869
- [[0, { [_jN]: _en }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _st }], [0, { [_jN]: _tIS }], [0, { [_jN]: _oN }], [() => StatusException$, { [_jN]: _sE }]], 7
1870
- ];
1871
- var PublishPortalRequest$ = [3, n0, _PPRu,
1872
- 0,
1873
- [_PI, _D],
1874
- [[0, 1], [0, { [_jN]: _d }]], 1
1875
- ];
1876
- var PublishPortalResponse$ = [3, n0, _PPRub,
1877
- 0,
1878
- [],
1879
- []
1880
- ];
1881
- var PutPortalProductSharingPolicyRequest$ = [3, n0, _PPPSPR,
1882
- 0,
1883
- [_PD, _PPI],
1884
- [[0, { [_jN]: _pD }], [0, 1]], 2
1885
- ];
1886
- var PutPortalProductSharingPolicyResponse$ = [3, n0, _PPPSPRu,
1887
- 0,
1888
- [],
1889
- []
1890
- ];
1891
- var PutRoutingRuleRequest$ = [3, n0, _PRRR,
1892
- 0,
1893
- [_Ac, _Co, _DN, _P, _RRIo, _DNI],
1894
- [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [0, 1], [1, { [_jN]: _p }], [0, 1], [0, { [_hQ]: _dNI }]], 5
1895
- ];
1896
- var PutRoutingRuleResponse$ = [3, n0, _PRRRu,
1897
- 0,
1898
- [_Ac, _Co, _P, _RRA, _RRIo],
1899
- [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [1, { [_jN]: _p }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rRIo }]]
1900
- ];
1901
- var ReimportApiRequest$ = [3, n0, _RAR,
1902
- 0,
1903
- [_AI, _B, _Ba, _FOW],
1904
- [[0, 1], [0, { [_jN]: _b }], [0, { [_hQ]: _ba }], [2, { [_hQ]: _fOW }]], 2
1905
- ];
1906
- var ReimportApiResponse$ = [3, n0, _RARe,
1907
- 0,
1908
- [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
1909
- [[0, { [_jN]: _aE }], [2, { [_jN]: _aGM }], [0, { [_jN]: _aI }], [0, { [_jN]: _aKSE }], [() => Cors$, { [_jN]: _cC }], [5, { [_jN]: _cD }], [0, { [_jN]: _d }], [2, { [_jN]: _dSV }], [2, { [_jN]: _dEAE }], [64 | 0, { [_jN]: _iI }], [0, { [_jN]: _iAT }], [0, { [_jN]: _n }], [0, { [_jN]: _pT }], [0, { [_jN]: _rSE }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _v }], [64 | 0, { [_jN]: _w }]]
1910
- ];
1911
- var ResetAuthorizersCacheRequest$ = [3, n0, _RACR,
1912
- 0,
1913
- [_AI, _SN],
1914
- [[0, 1], [0, 1]], 2
1915
- ];
1916
- var RestEndpointIdentifier$ = [3, n0, _REI,
1917
- 0,
1918
- [_IP],
1919
- [[() => IdentifierParts$, { [_jN]: _iP }]]
1920
- ];
1921
- var Route$ = [3, n0, _Ro,
1922
- 0,
1923
- [_RK, _AGM, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RI, _RRSE, _Ta],
1924
- [[0, { [_jN]: _rK }], [2, { [_jN]: _aGM }], [2, { [_jN]: _aKR }], [64 | 0, { [_jN]: _aS }], [0, { [_jN]: _aTu }], [0, { [_jN]: _aIu }], [0, { [_jN]: _mSE }], [0, { [_jN]: _oN }], [128 | 0, { [_jN]: _rMe }], [() => RouteParameters, { [_jN]: _rP }], [0, { [_jN]: _rI }], [0, { [_jN]: _rRSE }], [0, { [_jN]: _ta }]], 1
1925
- ];
1926
- var RouteResponse$ = [3, n0, _RRo,
1927
- 0,
1928
- [_RRK, _MSE, _RMes, _RPe, _RRI],
1929
- [[0, { [_jN]: _rRK }], [0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRI }]], 1
1930
- ];
1931
- var RouteSettings$ = [3, n0, _RS,
1932
- 0,
1933
- [_DTE, _DME, _LL, _TBL, _TRL],
1934
- [[2, { [_jN]: _dTE }], [2, { [_jN]: _dME }], [0, { [_jN]: _lL }], [1, { [_jN]: _tBL }], [1, { [_jN]: _tRL }]]
1935
- ];
1936
- var RoutingRule$ = [3, n0, _RRou,
1937
- 0,
1938
- [_Ac, _Co, _P, _RRA, _RRIo],
1939
- [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [1, { [_jN]: _p }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rRIo }]]
1940
- ];
1941
- var RoutingRuleAction$ = [3, n0, _RRAo,
1942
- 0,
1943
- [_IA],
1944
- [[() => RoutingRuleActionInvokeApi$, { [_jN]: _iA }]], 1
1945
- ];
1946
- var RoutingRuleActionInvokeApi$ = [3, n0, _RRAIA,
1947
- 0,
1948
- [_AI, _S, _SBP],
1949
- [[0, { [_jN]: _aI }], [0, { [_jN]: _s }], [2, { [_jN]: _sBP }]], 2
1950
- ];
1951
- var RoutingRuleCondition$ = [3, n0, _RRC,
1952
- 0,
1953
- [_MBP, _MH],
1954
- [[() => RoutingRuleMatchBasePaths$, { [_jN]: _mBP }], [() => RoutingRuleMatchHeaders$, { [_jN]: _mH }]]
1955
- ];
1956
- var RoutingRuleMatchBasePaths$ = [3, n0, _RRMBP,
1957
- 0,
1958
- [_AOn],
1959
- [[64 | 0, { [_jN]: _aOn }]], 1
1960
- ];
1961
- var RoutingRuleMatchHeaders$ = [3, n0, _RRMH,
1962
- 0,
1963
- [_AOn],
1964
- [[() => __listOfRoutingRuleMatchHeaderValue, { [_jN]: _aOn }]], 1
1965
- ];
1966
- var RoutingRuleMatchHeaderValue$ = [3, n0, _RRMHV,
1967
- 0,
1968
- [_H, _VG],
1969
- [[0, { [_jN]: _h }], [0, { [_jN]: _vG }]], 2
1970
- ];
1971
- var Section$ = [3, n0, _Se,
1972
- 0,
1973
- [_PREPAr, _SNe],
1974
- [[64 | 0, { [_jN]: _pREPAr }], [0, { [_jN]: _sNe }]], 2
1975
- ];
1976
- var Stage$ = [3, n0, _S,
1977
- 0,
1978
- [_SN, _ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SV, _T],
1979
- [[0, { [_jN]: _sN }], [() => AccessLogSettings$, { [_jN]: _aLS }], [2, { [_jN]: _aGM }], [2, { [_jN]: _aDu }], [0, { [_jN]: _cCI }], [5, { [_jN]: _cD }], [() => RouteSettings$, { [_jN]: _dRS }], [0, { [_jN]: _dI }], [0, { [_jN]: _d }], [0, { [_jN]: _lDSM }], [5, { [_jN]: _lUD }], [() => RouteSettingsMap, { [_jN]: _rS }], [128 | 0, { [_jN]: _sV }], [128 | 0, { [_jN]: _t }]], 1
1980
- ];
1981
- var StatusException$ = [3, n0, _SE,
1982
- 0,
1983
- [_Ex, _M],
1984
- [[0, { [_jN]: _ex }], [0, { [_jN]: _m }]]
1985
- ];
1986
- var TagResourceRequest$ = [3, n0, _TRR,
1987
- 0,
1988
- [_RA, _T],
1989
- [[0, 1], [128 | 0, { [_jN]: _t }]], 1
1990
- ];
1991
- var TagResourceResponse$ = [3, n0, _TRRa,
1992
- 0,
1993
- [],
1994
- []
1995
- ];
1996
- var TlsConfig$ = [3, n0, _TC,
1997
- 0,
1998
- [_SNTV],
1999
- [[0, { [_jN]: _sNTV }]]
2000
- ];
2001
- var TlsConfigInput$ = [3, n0, _TCI,
2002
- 0,
2003
- [_SNTV],
2004
- [[0, { [_jN]: _sNTV }]]
2005
- ];
2006
- var TooManyRequestsException$ = [-3, n0, _TMRE,
2007
- { [_e]: _c, [_hE]: 429 },
2008
- [_LT, _M],
2009
- [[0, { [_jN]: _lT }], [0, { [_jN]: _m }]]
2010
- ];
2011
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
2012
- var UntagResourceRequest$ = [3, n0, _URR,
2013
- 0,
2014
- [_RA, _TK],
2015
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
2016
- ];
2017
- var UpdateApiMappingRequest$ = [3, n0, _UAMR,
2018
- 0,
2019
- [_AI, _AMI, _DN, _AMK, _S],
2020
- [[0, { [_jN]: _aI }], [0, 1], [0, 1], [0, { [_jN]: _aMK }], [0, { [_jN]: _s }]], 3
2021
- ];
2022
- var UpdateApiMappingResponse$ = [3, n0, _UAMRp,
2023
- 0,
2024
- [_AI, _AMI, _AMK, _S],
2025
- [[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]: _s }]]
2026
- ];
2027
- var UpdateApiRequest$ = [3, n0, _UAR,
2028
- 0,
2029
- [_AI, _AKSE, _CC, _CAr, _D, _DSV, _DEAE, _IAT, _N, _RK, _RSE, _Ta, _V],
2030
- [[0, 1], [0, { [_jN]: _aKSE }], [() => Cors$, { [_jN]: _cC }], [0, { [_jN]: _cAr }], [0, { [_jN]: _d }], [2, { [_jN]: _dSV }], [2, { [_jN]: _dEAE }], [0, { [_jN]: _iAT }], [0, { [_jN]: _n }], [0, { [_jN]: _rK }], [0, { [_jN]: _rSE }], [0, { [_jN]: _ta }], [0, { [_jN]: _v }]], 1
2031
- ];
2032
- var UpdateApiResponse$ = [3, n0, _UARp,
2033
- 0,
2034
- [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
2035
- [[0, { [_jN]: _aE }], [2, { [_jN]: _aGM }], [0, { [_jN]: _aI }], [0, { [_jN]: _aKSE }], [() => Cors$, { [_jN]: _cC }], [5, { [_jN]: _cD }], [0, { [_jN]: _d }], [2, { [_jN]: _dSV }], [2, { [_jN]: _dEAE }], [64 | 0, { [_jN]: _iI }], [0, { [_jN]: _iAT }], [0, { [_jN]: _n }], [0, { [_jN]: _pT }], [0, { [_jN]: _rSE }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _v }], [64 | 0, { [_jN]: _w }]]
2036
- ];
2037
- var UpdateAuthorizerRequest$ = [3, n0, _UARpd,
2038
- 0,
2039
- [_AI, _AIu, _ACA, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC, _N],
2040
- [[0, 1], [0, 1], [0, { [_jN]: _aCA }], [0, { [_jN]: _aPFV }], [1, { [_jN]: _aRTIS }], [0, { [_jN]: _aT }], [0, { [_jN]: _aU }], [2, { [_jN]: _eSR }], [64 | 0, { [_jN]: _iS }], [0, { [_jN]: _iVE }], [() => JWTConfiguration$, { [_jN]: _jC }], [0, { [_jN]: _n }]], 2
2041
- ];
2042
- var UpdateAuthorizerResponse$ = [3, n0, _UARpda,
2043
- 0,
2044
- [_ACA, _AIu, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC, _N],
2045
- [[0, { [_jN]: _aCA }], [0, { [_jN]: _aIu }], [0, { [_jN]: _aPFV }], [1, { [_jN]: _aRTIS }], [0, { [_jN]: _aT }], [0, { [_jN]: _aU }], [2, { [_jN]: _eSR }], [64 | 0, { [_jN]: _iS }], [0, { [_jN]: _iVE }], [() => JWTConfiguration$, { [_jN]: _jC }], [0, { [_jN]: _n }]]
2046
- ];
2047
- var UpdateDeploymentRequest$ = [3, n0, _UDR,
2048
- 0,
2049
- [_AI, _DI, _D],
2050
- [[0, 1], [0, 1], [0, { [_jN]: _d }]], 2
2051
- ];
2052
- var UpdateDeploymentResponse$ = [3, n0, _UDRp,
2053
- 0,
2054
- [_AD, _CD, _DI, _DS, _DSM, _D],
2055
- [[2, { [_jN]: _aD }], [5, { [_jN]: _cD }], [0, { [_jN]: _dI }], [0, { [_jN]: _dS }], [0, { [_jN]: _dSM }], [0, { [_jN]: _d }]]
2056
- ];
2057
- var UpdateDomainNameRequest$ = [3, n0, _UDNR,
2058
- 0,
2059
- [_DN, _DNC, _MTA, _RM],
2060
- [[0, 1], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthenticationInput$, { [_jN]: _mTA }], [0, { [_jN]: _rM }]], 1
2061
- ];
2062
- var UpdateDomainNameResponse$ = [3, n0, _UDNRp,
2063
- 0,
2064
- [_AMSE, _DN, _DNA, _DNC, _MTA, _RM, _T],
2065
- [[0, { [_jN]: _aMSE }], [0, { [_jN]: _dN }], [0, { [_jN]: _dNA }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthentication$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]]
2066
- ];
2067
- var UpdateIntegrationRequest$ = [3, n0, _UIR,
2068
- 0,
2069
- [_AI, _IIn, _CI, _CT, _CHS, _CAr, _D, _IM, _ISn, _IT, _IU, _PB, _PFV, _RP, _RT, _RPe, _TSE, _TIM, _TC],
2070
- [[0, 1], [0, 1], [0, { [_jN]: _cI }], [0, { [_jN]: _cT }], [0, { [_jN]: _cHS }], [0, { [_jN]: _cAr }], [0, { [_jN]: _d }], [0, { [_jN]: _iM }], [0, { [_jN]: _iSn }], [0, { [_jN]: _iT }], [0, { [_jN]: _iU }], [0, { [_jN]: _pB }], [0, { [_jN]: _pFV }], [128 | 0, { [_jN]: _rP }], [128 | 0, { [_jN]: _rT }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfigInput$, { [_jN]: _tC }]], 2
2071
- ];
2072
- var UpdateIntegrationResponseRequest$ = [3, n0, _UIRR,
2073
- 0,
2074
- [_AI, _IIn, _IRI, _CHS, _IRK, _RPe, _RTe, _TSE],
2075
- [[0, 1], [0, 1], [0, 1], [0, { [_jN]: _cHS }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTe }], [0, { [_jN]: _tSE }]], 3
2076
- ];
2077
- var UpdateIntegrationResponseResponse$ = [3, n0, _UIRRp,
2078
- 0,
2079
- [_CHS, _IRI, _IRK, _RPe, _RTe, _TSE],
2080
- [[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTe }], [0, { [_jN]: _tSE }]]
2081
- ];
2082
- var UpdateIntegrationResult$ = [3, n0, _UIRp,
2083
- 0,
2084
- [_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RT, _RPe, _TSE, _TIM, _TC],
2085
- [[2, { [_jN]: _aGM }], [0, { [_jN]: _cI }], [0, { [_jN]: _cT }], [0, { [_jN]: _cHS }], [0, { [_jN]: _cAr }], [0, { [_jN]: _d }], [0, { [_jN]: _iIn }], [0, { [_jN]: _iM }], [0, { [_jN]: _iRSE }], [0, { [_jN]: _iSn }], [0, { [_jN]: _iT }], [0, { [_jN]: _iU }], [0, { [_jN]: _pB }], [0, { [_jN]: _pFV }], [128 | 0, { [_jN]: _rP }], [128 | 0, { [_jN]: _rT }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfig$, { [_jN]: _tC }]]
2086
- ];
2087
- var UpdateModelRequest$ = [3, n0, _UMR,
2088
- 0,
2089
- [_AI, _MI, _CTo, _D, _N, _Sc],
2090
- [[0, 1], [0, 1], [0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _n }], [0, { [_jN]: _sc }]], 2
2091
- ];
2092
- var UpdateModelResponse$ = [3, n0, _UMRp,
2093
- 0,
2094
- [_CTo, _D, _MI, _N, _Sc],
2095
- [[0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _mI }], [0, { [_jN]: _n }], [0, { [_jN]: _sc }]]
2096
- ];
2097
- var UpdatePortalProductRequest$ = [3, n0, _UPPR,
2098
- 0,
2099
- [_PPI, _D, _DNi, _DO],
2100
- [[0, 1], [0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [() => DisplayOrder$, { [_jN]: _dO }]], 1
2101
- ];
2102
- var UpdatePortalProductResponse$ = [3, n0, _UPPRp,
2103
- 0,
2104
- [_D, _DNi, _DO, _LM, _PPA, _PPI, _T],
2105
- [[0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [() => DisplayOrder$, { [_jN]: _dO }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPA }], [0, { [_jN]: _pPI }], [128 | 0, { [_jN]: _t }]]
2106
- ];
2107
- var UpdatePortalRequest$ = [3, n0, _UPR,
2108
- 0,
2109
- [_PI, _Au, _EC, _IPPA, _LU, _PC, _RAMN],
2110
- [[0, 1], [() => Authorization$, { [_jN]: _a }], [() => EndpointConfigurationRequest$, { [_jN]: _eC }], [64 | 0, { [_jN]: _iPPA }], [0, { [_jN]: _lU }], [() => PortalContent$, { [_jN]: _pC }], [0, { [_jN]: _rAMN }]], 1
2111
- ];
2112
- var UpdatePortalResponse$ = [3, n0, _UPRp,
2113
- 0,
2114
- [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _Pr, _PS, _RAMN, _SE, _T],
2115
- [[() => Authorization$, { [_jN]: _a }], [() => EndpointConfigurationResponse$, { [_jN]: _eC }], [64 | 0, { [_jN]: _iPPA }], [5, { [_jN]: _lM }], [5, { [_jN]: _lP }], [0, { [_jN]: _lPD }], [0, { [_jN]: _pA }], [() => PortalContent$, { [_jN]: _pC }], [0, { [_jN]: _pI }], [() => Preview$, { [_jN]: _pr }], [0, { [_jN]: _pS }], [0, { [_jN]: _rAMN }], [() => StatusException$, { [_jN]: _sE }], [128 | 0, { [_jN]: _t }]]
2116
- ];
2117
- var UpdateProductPageRequest$ = [3, n0, _UPPRpd,
2118
- 0,
2119
- [_PPI, _PPIr, _DC],
2120
- [[0, 1], [0, 1], [() => DisplayContent$, { [_jN]: _dC }]], 2
2121
- ];
2122
- var UpdateProductPageResponse$ = [3, n0, _UPPRpda,
2123
- 0,
2124
- [_DC, _LM, _PPAr, _PPIr],
2125
- [[() => DisplayContent$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPAr }], [0, { [_jN]: _pPIr }]]
2126
- ];
2127
- var UpdateProductRestEndpointPageRequest$ = [3, n0, _UPREPR,
2128
- 0,
2129
- [_PPI, _PREPI, _DC, _TIS],
2130
- [[0, 1], [0, 1], [() => EndpointDisplayContent$, { [_jN]: _dC }], [0, { [_jN]: _tIS }]], 2
2131
- ];
2132
- var UpdateProductRestEndpointPageResponse$ = [3, n0, _UPREPRp,
2133
- 0,
2134
- [_DC, _LM, _PREPA, _PREPI, _REI, _St, _SE, _TIS],
2135
- [[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _st }], [() => StatusException$, { [_jN]: _sE }], [0, { [_jN]: _tIS }]]
2136
- ];
2137
- var UpdateRouteRequest$ = [3, n0, _URRp,
2138
- 0,
2139
- [_AI, _RI, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RK, _RRSE, _Ta],
2140
- [[0, 1], [0, 1], [2, { [_jN]: _aKR }], [64 | 0, { [_jN]: _aS }], [0, { [_jN]: _aTu }], [0, { [_jN]: _aIu }], [0, { [_jN]: _mSE }], [0, { [_jN]: _oN }], [128 | 0, { [_jN]: _rMe }], [() => RouteParameters, { [_jN]: _rP }], [0, { [_jN]: _rK }], [0, { [_jN]: _rRSE }], [0, { [_jN]: _ta }]], 2
2141
- ];
2142
- var UpdateRouteResponseRequest$ = [3, n0, _URRR,
2143
- 0,
2144
- [_AI, _RI, _RRI, _MSE, _RMes, _RPe, _RRK],
2145
- [[0, 1], [0, 1], [0, 1], [0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRK }]], 3
2146
- ];
2147
- var UpdateRouteResponseResponse$ = [3, n0, _URRRp,
2148
- 0,
2149
- [_MSE, _RMes, _RPe, _RRI, _RRK],
2150
- [[0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRI }], [0, { [_jN]: _rRK }]]
2151
- ];
2152
- var UpdateRouteResult$ = [3, n0, _URRpd,
2153
- 0,
2154
- [_AGM, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RI, _RK, _RRSE, _Ta],
2155
- [[2, { [_jN]: _aGM }], [2, { [_jN]: _aKR }], [64 | 0, { [_jN]: _aS }], [0, { [_jN]: _aTu }], [0, { [_jN]: _aIu }], [0, { [_jN]: _mSE }], [0, { [_jN]: _oN }], [128 | 0, { [_jN]: _rMe }], [() => RouteParameters, { [_jN]: _rP }], [0, { [_jN]: _rI }], [0, { [_jN]: _rK }], [0, { [_jN]: _rRSE }], [0, { [_jN]: _ta }]]
2156
- ];
2157
- var UpdateStageRequest$ = [3, n0, _USR,
2158
- 0,
2159
- [_AI, _SN, _ALS, _ADu, _CCI, _DRS, _DI, _D, _RS, _SV],
2160
- [[0, 1], [0, 1], [() => AccessLogSettings$, { [_jN]: _aLS }], [2, { [_jN]: _aDu }], [0, { [_jN]: _cCI }], [() => RouteSettings$, { [_jN]: _dRS }], [0, { [_jN]: _dI }], [0, { [_jN]: _d }], [() => RouteSettingsMap, { [_jN]: _rS }], [128 | 0, { [_jN]: _sV }]], 2
2161
- ];
2162
- var UpdateStageResponse$ = [3, n0, _USRp,
2163
- 0,
2164
- [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
2165
- [[() => AccessLogSettings$, { [_jN]: _aLS }], [2, { [_jN]: _aGM }], [2, { [_jN]: _aDu }], [0, { [_jN]: _cCI }], [5, { [_jN]: _cD }], [() => RouteSettings$, { [_jN]: _dRS }], [0, { [_jN]: _dI }], [0, { [_jN]: _d }], [0, { [_jN]: _lDSM }], [5, { [_jN]: _lUD }], [() => RouteSettingsMap, { [_jN]: _rS }], [0, { [_jN]: _sN }], [128 | 0, { [_jN]: _sV }], [128 | 0, { [_jN]: _t }]]
2166
- ];
2167
- var UpdateVpcLinkRequest$ = [3, n0, _UVLR,
2168
- 0,
2169
- [_VLI, _N],
2170
- [[0, 1], [0, { [_jN]: _n }]], 1
2171
- ];
2172
- var UpdateVpcLinkResponse$ = [3, n0, _UVLRp,
2173
- 0,
2174
- [_CD, _N, _SGI, _SI, _T, _VLI, _VLS, _VLSM, _VLV],
2175
- [[5, { [_jN]: _cD }], [0, { [_jN]: _n }], [64 | 0, { [_jN]: _sGI }], [64 | 0, { [_jN]: _sI }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _vLI }], [0, { [_jN]: _vLS }], [0, { [_jN]: _vLSM }], [0, { [_jN]: _vLV }]]
2176
- ];
2177
- var VpcLink$ = [3, n0, _VL,
2178
- 0,
2179
- [_N, _SGI, _SI, _VLI, _CD, _T, _VLS, _VLSM, _VLV],
2180
- [[0, { [_jN]: _n }], [64 | 0, { [_jN]: _sGI }], [64 | 0, { [_jN]: _sI }], [0, { [_jN]: _vLI }], [5, { [_jN]: _cD }], [128 | 0, { [_jN]: _t }], [0, { [_jN]: _vLS }], [0, { [_jN]: _vLSM }], [0, { [_jN]: _vLV }]], 4
2181
- ];
2182
- var __Unit = "unit";
2183
- var ApiGatewayV2ServiceException$ = [-3, _sm, "ApiGatewayV2ServiceException", 0, [], []];
2184
- schema.TypeRegistry.for(_sm).registerError(ApiGatewayV2ServiceException$, ApiGatewayV2ServiceException);
2185
- var __listOfApi = [1, n0, _lOA,
2186
- 0, [() => Api$,
2187
- 0]
2188
- ];
2189
- var __listOfApiMapping = [1, n0, _lOAM,
2190
- 0, [() => ApiMapping$,
2191
- 0]
2192
- ];
2193
- var __listOfAuthorizer = [1, n0, _lOAi,
2194
- 0, [() => Authorizer$,
2195
- 0]
2196
- ];
2197
- var __listOfDeployment = [1, n0, _lOD,
2198
- 0, [() => Deployment$,
2199
- 0]
2200
- ];
2201
- var __listOfDomainName = [1, n0, _lODN,
2202
- 0, [() => DomainName$,
2203
- 0]
2204
- ];
2205
- var __listOfIntegration = [1, n0, _lOI,
2206
- 0, [() => Integration$,
2207
- 0]
2208
- ];
2209
- var __listOfIntegrationResponse = [1, n0, _lOIR,
2210
- 0, [() => IntegrationResponse$,
2211
- 0]
2212
- ];
2213
- var __listOfModel = [1, n0, _lOM,
2214
- 0, [() => Model$,
2215
- 0]
2216
- ];
2217
- var __listOfPortalProductSummary = [1, n0, _lOPPS,
2218
- 0, [() => PortalProductSummary$,
2219
- 0]
2220
- ];
2221
- var __listOfPortalSummary = [1, n0, _lOPS,
2222
- 0, [() => PortalSummary$,
2223
- 0]
2224
- ];
2225
- var __listOfProductPageSummaryNoBody = [1, n0, _lOPPSNB,
2226
- 0, [() => ProductPageSummaryNoBody$,
2227
- 0]
2228
- ];
2229
- var __listOfProductRestEndpointPageSummaryNoBody = [1, n0, _lOPREPSNB,
2230
- 0, [() => ProductRestEndpointPageSummaryNoBody$,
2231
- 0]
2232
- ];
2233
- var __listOfRoute = [1, n0, _lOR,
2234
- 0, [() => Route$,
2235
- 0]
2236
- ];
2237
- var __listOfRouteResponse = [1, n0, _lORR,
2238
- 0, [() => RouteResponse$,
2239
- 0]
2240
- ];
2241
- var __listOfRoutingRule = [1, n0, _lORRi,
2242
- 0, [() => RoutingRule$,
2243
- 0]
2244
- ];
2245
- var __listOfRoutingRuleAction = [1, n0, _lORRA,
2246
- 0, [() => RoutingRuleAction$,
2247
- 0]
2248
- ];
2249
- var __listOfRoutingRuleCondition = [1, n0, _lORRC,
2250
- 0, [() => RoutingRuleCondition$,
2251
- 0]
2252
- ];
2253
- var __listOfRoutingRuleMatchHeaderValue = [1, n0, _lORRMHV,
2254
- 0, [() => RoutingRuleMatchHeaderValue$,
2255
- 0]
2256
- ];
2257
- var __listOfSection = [1, n0, _lOS,
2258
- 0, [() => Section$,
2259
- 0]
2260
- ];
2261
- var __listOfStage = [1, n0, _lOSi,
2262
- 0, [() => Stage$,
2263
- 0]
2264
- ];
2265
- var __listOfVpcLink = [1, n0, _lOVL,
2266
- 0, [() => VpcLink$,
2267
- 0]
2268
- ];
2269
- var DomainNameConfigurations = [1, n0, _DNC,
2270
- 0, [() => DomainNameConfiguration$,
2271
- 0]
2272
- ];
2273
- var RouteParameters = [2, n0, _RPo,
2274
- 0, [0,
2275
- 0],
2276
- [() => ParameterConstraints$,
2277
- 0]
2278
- ];
2279
- var RouteSettingsMap = [2, n0, _RSM,
2280
- 0, [0,
2281
- 0],
2282
- [() => RouteSettings$,
2283
- 0]
2284
- ];
2285
- var CreateApi$ = [9, n0, _CAre,
2286
- { [_ht]: ["POST", "/v2/apis", 201] }, () => CreateApiRequest$, () => CreateApiResponse$
2287
- ];
2288
- var CreateApiMapping$ = [9, n0, _CAM,
2289
- { [_ht]: ["POST", "/v2/domainnames/{DomainName}/apimappings", 201] }, () => CreateApiMappingRequest$, () => CreateApiMappingResponse$
2290
- ];
2291
- var CreateAuthorizer$ = [9, n0, _CArea,
2292
- { [_ht]: ["POST", "/v2/apis/{ApiId}/authorizers", 201] }, () => CreateAuthorizerRequest$, () => CreateAuthorizerResponse$
2293
- ];
2294
- var CreateDeployment$ = [9, n0, _CDr,
2295
- { [_ht]: ["POST", "/v2/apis/{ApiId}/deployments", 201] }, () => CreateDeploymentRequest$, () => CreateDeploymentResponse$
2296
- ];
2297
- var CreateDomainName$ = [9, n0, _CDN,
2298
- { [_ht]: ["POST", "/v2/domainnames", 201] }, () => CreateDomainNameRequest$, () => CreateDomainNameResponse$
2299
- ];
2300
- var CreateIntegration$ = [9, n0, _CIr,
2301
- { [_ht]: ["POST", "/v2/apis/{ApiId}/integrations", 201] }, () => CreateIntegrationRequest$, () => CreateIntegrationResult$
2302
- ];
2303
- var CreateIntegrationResponse$ = [9, n0, _CIRre,
2304
- { [_ht]: ["POST", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses", 201] }, () => CreateIntegrationResponseRequest$, () => CreateIntegrationResponseResponse$
2305
- ];
2306
- var CreateModel$ = [9, n0, _CM,
2307
- { [_ht]: ["POST", "/v2/apis/{ApiId}/models", 201] }, () => CreateModelRequest$, () => CreateModelResponse$
2308
- ];
2309
- var CreatePortal$ = [9, n0, _CP,
2310
- { [_ht]: ["POST", "/v2/portals", 201] }, () => CreatePortalRequest$, () => CreatePortalResponse$
2311
- ];
2312
- var CreatePortalProduct$ = [9, n0, _CPP,
2313
- { [_ht]: ["POST", "/v2/portalproducts", 201] }, () => CreatePortalProductRequest$, () => CreatePortalProductResponse$
2314
- ];
2315
- var CreateProductPage$ = [9, n0, _CPPr,
2316
- { [_ht]: ["POST", "/v2/portalproducts/{PortalProductId}/productpages", 201] }, () => CreateProductPageRequest$, () => CreateProductPageResponse$
2317
- ];
2318
- var CreateProductRestEndpointPage$ = [9, n0, _CPREP,
2319
- { [_ht]: ["POST", "/v2/portalproducts/{PortalProductId}/productrestendpointpages", 201] }, () => CreateProductRestEndpointPageRequest$, () => CreateProductRestEndpointPageResponse$
2320
- ];
2321
- var CreateRoute$ = [9, n0, _CR,
2322
- { [_ht]: ["POST", "/v2/apis/{ApiId}/routes", 201] }, () => CreateRouteRequest$, () => CreateRouteResult$
2323
- ];
2324
- var CreateRouteResponse$ = [9, n0, _CRRre,
2325
- { [_ht]: ["POST", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses", 201] }, () => CreateRouteResponseRequest$, () => CreateRouteResponseResponse$
2326
- ];
2327
- var CreateRoutingRule$ = [9, n0, _CRRrea,
2328
- { [_ht]: ["POST", "/v2/domainnames/{DomainName}/routingrules", 201] }, () => CreateRoutingRuleRequest$, () => CreateRoutingRuleResponse$
2329
- ];
2330
- var CreateStage$ = [9, n0, _CS,
2331
- { [_ht]: ["POST", "/v2/apis/{ApiId}/stages", 201] }, () => CreateStageRequest$, () => CreateStageResponse$
2332
- ];
2333
- var CreateVpcLink$ = [9, n0, _CVL,
2334
- { [_ht]: ["POST", "/v2/vpclinks", 201] }, () => CreateVpcLinkRequest$, () => CreateVpcLinkResponse$
2335
- ];
2336
- var DeleteAccessLogSettings$ = [9, n0, _DALS,
2337
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}/accesslogsettings", 204] }, () => DeleteAccessLogSettingsRequest$, () => __Unit
2338
- ];
2339
- var DeleteApi$ = [9, n0, _DAe,
2340
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}", 204] }, () => DeleteApiRequest$, () => __Unit
2341
- ];
2342
- var DeleteApiMapping$ = [9, n0, _DAM,
2343
- { [_ht]: ["DELETE", "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}", 204] }, () => DeleteApiMappingRequest$, () => __Unit
2344
- ];
2345
- var DeleteAuthorizer$ = [9, n0, _DAel,
2346
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/authorizers/{AuthorizerId}", 204] }, () => DeleteAuthorizerRequest$, () => __Unit
2347
- ];
2348
- var DeleteCorsConfiguration$ = [9, n0, _DCC,
2349
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/cors", 204] }, () => DeleteCorsConfigurationRequest$, () => __Unit
2350
- ];
2351
- var DeleteDeployment$ = [9, n0, _DD,
2352
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/deployments/{DeploymentId}", 204] }, () => DeleteDeploymentRequest$, () => __Unit
2353
- ];
2354
- var DeleteDomainName$ = [9, n0, _DDN,
2355
- { [_ht]: ["DELETE", "/v2/domainnames/{DomainName}", 204] }, () => DeleteDomainNameRequest$, () => __Unit
2356
- ];
2357
- var DeleteIntegration$ = [9, n0, _DIe,
2358
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/integrations/{IntegrationId}", 204] }, () => DeleteIntegrationRequest$, () => __Unit
2359
- ];
2360
- var DeleteIntegrationResponse$ = [9, n0, _DIRe,
2361
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}", 204] }, () => DeleteIntegrationResponseRequest$, () => __Unit
2362
- ];
2363
- var DeleteModel$ = [9, n0, _DM,
2364
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/models/{ModelId}", 204] }, () => DeleteModelRequest$, () => __Unit
2365
- ];
2366
- var DeletePortal$ = [9, n0, _DP,
2367
- { [_ht]: ["DELETE", "/v2/portals/{PortalId}", 204] }, () => DeletePortalRequest$, () => __Unit
2368
- ];
2369
- var DeletePortalProduct$ = [9, n0, _DPP,
2370
- { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}", 204] }, () => DeletePortalProductRequest$, () => __Unit
2371
- ];
2372
- var DeletePortalProductSharingPolicy$ = [9, n0, _DPPSP,
2373
- { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}/sharingpolicy", 204] }, () => DeletePortalProductSharingPolicyRequest$, () => __Unit
2374
- ];
2375
- var DeleteProductPage$ = [9, n0, _DPPe,
2376
- { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}/productpages/{ProductPageId}", 204] }, () => DeleteProductPageRequest$, () => __Unit
2377
- ];
2378
- var DeleteProductRestEndpointPage$ = [9, n0, _DPREP,
2379
- { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}/productrestendpointpages/{ProductRestEndpointPageId}", 204] }, () => DeleteProductRestEndpointPageRequest$, () => __Unit
2380
- ];
2381
- var DeleteRoute$ = [9, n0, _DR,
2382
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/routes/{RouteId}", 204] }, () => DeleteRouteRequest$, () => __Unit
2383
- ];
2384
- var DeleteRouteRequestParameter$ = [9, n0, _DRRP,
2385
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/routes/{RouteId}/requestparameters/{RequestParameterKey}", 204] }, () => DeleteRouteRequestParameterRequest$, () => __Unit
2386
- ];
2387
- var DeleteRouteResponse$ = [9, n0, _DRRe,
2388
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}", 204] }, () => DeleteRouteResponseRequest$, () => __Unit
2389
- ];
2390
- var DeleteRouteSettings$ = [9, n0, _DRSe,
2391
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}/routesettings/{RouteKey}", 204] }, () => DeleteRouteSettingsRequest$, () => __Unit
2392
- ];
2393
- var DeleteRoutingRule$ = [9, n0, _DRRel,
2394
- { [_ht]: ["DELETE", "/v2/domainnames/{DomainName}/routingrules/{RoutingRuleId}", 204] }, () => DeleteRoutingRuleRequest$, () => __Unit
2395
- ];
2396
- var DeleteStage$ = [9, n0, _DSe,
2397
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}", 204] }, () => DeleteStageRequest$, () => __Unit
2398
- ];
2399
- var DeleteVpcLink$ = [9, n0, _DVL,
2400
- { [_ht]: ["DELETE", "/v2/vpclinks/{VpcLinkId}", 202] }, () => DeleteVpcLinkRequest$, () => DeleteVpcLinkResponse$
2401
- ];
2402
- var DisablePortal$ = [9, n0, _DPi,
2403
- { [_ht]: ["DELETE", "/v2/portals/{PortalId}/publish", 204] }, () => DisablePortalRequest$, () => __Unit
2404
- ];
2405
- var ExportApi$ = [9, n0, _EA,
2406
- { [_ht]: ["GET", "/v2/apis/{ApiId}/exports/{Specification}", 200] }, () => ExportApiRequest$, () => ExportApiResponse$
2407
- ];
2408
- var GetApi$ = [9, n0, _GA,
2409
- { [_ht]: ["GET", "/v2/apis/{ApiId}", 200] }, () => GetApiRequest$, () => GetApiResponse$
2410
- ];
2411
- var GetApiMapping$ = [9, n0, _GAM,
2412
- { [_ht]: ["GET", "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}", 200] }, () => GetApiMappingRequest$, () => GetApiMappingResponse$
2413
- ];
2414
- var GetApiMappings$ = [9, n0, _GAMe,
2415
- { [_ht]: ["GET", "/v2/domainnames/{DomainName}/apimappings", 200] }, () => GetApiMappingsRequest$, () => GetApiMappingsResponse$
2416
- ];
2417
- var GetApis$ = [9, n0, _GAe,
2418
- { [_ht]: ["GET", "/v2/apis", 200] }, () => GetApisRequest$, () => GetApisResponse$
2419
- ];
2420
- var GetAuthorizer$ = [9, n0, _GAet,
2421
- { [_ht]: ["GET", "/v2/apis/{ApiId}/authorizers/{AuthorizerId}", 200] }, () => GetAuthorizerRequest$, () => GetAuthorizerResponse$
2422
- ];
2423
- var GetAuthorizers$ = [9, n0, _GAetu,
2424
- { [_ht]: ["GET", "/v2/apis/{ApiId}/authorizers", 200] }, () => GetAuthorizersRequest$, () => GetAuthorizersResponse$
2425
- ];
2426
- var GetDeployment$ = [9, n0, _GD,
2427
- { [_ht]: ["GET", "/v2/apis/{ApiId}/deployments/{DeploymentId}", 200] }, () => GetDeploymentRequest$, () => GetDeploymentResponse$
2428
- ];
2429
- var GetDeployments$ = [9, n0, _GDe,
2430
- { [_ht]: ["GET", "/v2/apis/{ApiId}/deployments", 200] }, () => GetDeploymentsRequest$, () => GetDeploymentsResponse$
2431
- ];
2432
- var GetDomainName$ = [9, n0, _GDN,
2433
- { [_ht]: ["GET", "/v2/domainnames/{DomainName}", 200] }, () => GetDomainNameRequest$, () => GetDomainNameResponse$
2434
- ];
2435
- var GetDomainNames$ = [9, n0, _GDNe,
2436
- { [_ht]: ["GET", "/v2/domainnames", 200] }, () => GetDomainNamesRequest$, () => GetDomainNamesResponse$
2437
- ];
2438
- var GetIntegration$ = [9, n0, _GI,
2439
- { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations/{IntegrationId}", 200] }, () => GetIntegrationRequest$, () => GetIntegrationResult$
2440
- ];
2441
- var GetIntegrationResponse$ = [9, n0, _GIRetnt,
2442
- { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}", 200] }, () => GetIntegrationResponseRequest$, () => GetIntegrationResponseResponse$
2443
- ];
2444
- var GetIntegrationResponses$ = [9, n0, _GIRetnte,
2445
- { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses", 200] }, () => GetIntegrationResponsesRequest$, () => GetIntegrationResponsesResponse$
2446
- ];
2447
- var GetIntegrations$ = [9, n0, _GIe,
2448
- { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations", 200] }, () => GetIntegrationsRequest$, () => GetIntegrationsResponse$
2449
- ];
2450
- var GetModel$ = [9, n0, _GM,
2451
- { [_ht]: ["GET", "/v2/apis/{ApiId}/models/{ModelId}", 200] }, () => GetModelRequest$, () => GetModelResponse$
2452
- ];
2453
- var GetModels$ = [9, n0, _GMe,
2454
- { [_ht]: ["GET", "/v2/apis/{ApiId}/models", 200] }, () => GetModelsRequest$, () => GetModelsResponse$
2455
- ];
2456
- var GetModelTemplate$ = [9, n0, _GMT,
2457
- { [_ht]: ["GET", "/v2/apis/{ApiId}/models/{ModelId}/template", 200] }, () => GetModelTemplateRequest$, () => GetModelTemplateResponse$
2458
- ];
2459
- var GetPortal$ = [9, n0, _GP,
2460
- { [_ht]: ["GET", "/v2/portals/{PortalId}", 200] }, () => GetPortalRequest$, () => GetPortalResponse$
2461
- ];
2462
- var GetPortalProduct$ = [9, n0, _GPP,
2463
- { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}", 200] }, () => GetPortalProductRequest$, () => GetPortalProductResponse$
2464
- ];
2465
- var GetPortalProductSharingPolicy$ = [9, n0, _GPPSP,
2466
- { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/sharingpolicy", 200] }, () => GetPortalProductSharingPolicyRequest$, () => GetPortalProductSharingPolicyResponse$
2467
- ];
2468
- var GetProductPage$ = [9, n0, _GPPe,
2469
- { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productpages/{ProductPageId}", 200] }, () => GetProductPageRequest$, () => GetProductPageResponse$
2470
- ];
2471
- var GetProductRestEndpointPage$ = [9, n0, _GPREP,
2472
- { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productrestendpointpages/{ProductRestEndpointPageId}", 200] }, () => GetProductRestEndpointPageRequest$, () => GetProductRestEndpointPageResponse$
2473
- ];
2474
- var GetRoute$ = [9, n0, _GR,
2475
- { [_ht]: ["GET", "/v2/apis/{ApiId}/routes/{RouteId}", 200] }, () => GetRouteRequest$, () => GetRouteResult$
2476
- ];
2477
- var GetRouteResponse$ = [9, n0, _GRRetou,
2478
- { [_ht]: ["GET", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}", 200] }, () => GetRouteResponseRequest$, () => GetRouteResponseResponse$
2479
- ];
2480
- var GetRouteResponses$ = [9, n0, _GRRetout,
2481
- { [_ht]: ["GET", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses", 200] }, () => GetRouteResponsesRequest$, () => GetRouteResponsesResponse$
2482
- ];
2483
- var GetRoutes$ = [9, n0, _GRe,
2484
- { [_ht]: ["GET", "/v2/apis/{ApiId}/routes", 200] }, () => GetRoutesRequest$, () => GetRoutesResponse$
2485
- ];
2486
- var GetRoutingRule$ = [9, n0, _GRRetouti,
2487
- { [_ht]: ["GET", "/v2/domainnames/{DomainName}/routingrules/{RoutingRuleId}", 200] }, () => GetRoutingRuleRequest$, () => GetRoutingRuleResponse$
2488
- ];
2489
- var GetStage$ = [9, n0, _GS,
2490
- { [_ht]: ["GET", "/v2/apis/{ApiId}/stages/{StageName}", 200] }, () => GetStageRequest$, () => GetStageResponse$
2491
- ];
2492
- var GetStages$ = [9, n0, _GSe,
2493
- { [_ht]: ["GET", "/v2/apis/{ApiId}/stages", 200] }, () => GetStagesRequest$, () => GetStagesResponse$
2494
- ];
2495
- var GetTags$ = [9, n0, _GT,
2496
- { [_ht]: ["GET", "/v2/tags/{ResourceArn}", 200] }, () => GetTagsRequest$, () => GetTagsResponse$
2497
- ];
2498
- var GetVpcLink$ = [9, n0, _GVL,
2499
- { [_ht]: ["GET", "/v2/vpclinks/{VpcLinkId}", 200] }, () => GetVpcLinkRequest$, () => GetVpcLinkResponse$
2500
- ];
2501
- var GetVpcLinks$ = [9, n0, _GVLe,
2502
- { [_ht]: ["GET", "/v2/vpclinks", 200] }, () => GetVpcLinksRequest$, () => GetVpcLinksResponse$
2503
- ];
2504
- var ImportApi$ = [9, n0, _IAm,
2505
- { [_ht]: ["PUT", "/v2/apis", 201] }, () => ImportApiRequest$, () => ImportApiResponse$
2506
- ];
2507
- var ListPortalProducts$ = [9, n0, _LPP,
2508
- { [_ht]: ["GET", "/v2/portalproducts", 200] }, () => ListPortalProductsRequest$, () => ListPortalProductsResponse$
2509
- ];
2510
- var ListPortals$ = [9, n0, _LPi,
2511
- { [_ht]: ["GET", "/v2/portals", 200] }, () => ListPortalsRequest$, () => ListPortalsResponse$
2512
- ];
2513
- var ListProductPages$ = [9, n0, _LPPi,
2514
- { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productpages", 200] }, () => ListProductPagesRequest$, () => ListProductPagesResponse$
2515
- ];
2516
- var ListProductRestEndpointPages$ = [9, n0, _LPREP,
2517
- { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productrestendpointpages", 200] }, () => ListProductRestEndpointPagesRequest$, () => ListProductRestEndpointPagesResponse$
2518
- ];
2519
- var ListRoutingRules$ = [9, n0, _LRR,
2520
- { [_ht]: ["GET", "/v2/domainnames/{DomainName}/routingrules", 200] }, () => ListRoutingRulesRequest$, () => ListRoutingRulesResponse$
2521
- ];
2522
- var PreviewPortal$ = [9, n0, _PP,
2523
- { [_ht]: ["POST", "/v2/portals/{PortalId}/preview", 202] }, () => PreviewPortalRequest$, () => PreviewPortalResponse$
2524
- ];
2525
- var PublishPortal$ = [9, n0, _PPu,
2526
- { [_ht]: ["POST", "/v2/portals/{PortalId}/publish", 202] }, () => PublishPortalRequest$, () => PublishPortalResponse$
2527
- ];
2528
- var PutPortalProductSharingPolicy$ = [9, n0, _PPPSP,
2529
- { [_ht]: ["PUT", "/v2/portalproducts/{PortalProductId}/sharingpolicy", 200] }, () => PutPortalProductSharingPolicyRequest$, () => PutPortalProductSharingPolicyResponse$
2530
- ];
2531
- var PutRoutingRule$ = [9, n0, _PRR,
2532
- { [_ht]: ["PUT", "/v2/domainnames/{DomainName}/routingrules/{RoutingRuleId}", 200] }, () => PutRoutingRuleRequest$, () => PutRoutingRuleResponse$
2533
- ];
2534
- var ReimportApi$ = [9, n0, _RAe,
2535
- { [_ht]: ["PUT", "/v2/apis/{ApiId}", 201] }, () => ReimportApiRequest$, () => ReimportApiResponse$
2536
- ];
2537
- var ResetAuthorizersCache$ = [9, n0, _RAC,
2538
- { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}/cache/authorizers", 204] }, () => ResetAuthorizersCacheRequest$, () => __Unit
2539
- ];
2540
- var TagResource$ = [9, n0, _TR,
2541
- { [_ht]: ["POST", "/v2/tags/{ResourceArn}", 201] }, () => TagResourceRequest$, () => TagResourceResponse$
2542
- ];
2543
- var UntagResource$ = [9, n0, _UR,
2544
- { [_ht]: ["DELETE", "/v2/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => __Unit
2545
- ];
2546
- var UpdateApi$ = [9, n0, _UA,
2547
- { [_ht]: ["PATCH", "/v2/apis/{ApiId}", 200] }, () => UpdateApiRequest$, () => UpdateApiResponse$
2548
- ];
2549
- var UpdateApiMapping$ = [9, n0, _UAM,
2550
- { [_ht]: ["PATCH", "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}", 200] }, () => UpdateApiMappingRequest$, () => UpdateApiMappingResponse$
2551
- ];
2552
- var UpdateAuthorizer$ = [9, n0, _UAp,
2553
- { [_ht]: ["PATCH", "/v2/apis/{ApiId}/authorizers/{AuthorizerId}", 200] }, () => UpdateAuthorizerRequest$, () => UpdateAuthorizerResponse$
2554
- ];
2555
- var UpdateDeployment$ = [9, n0, _UD,
2556
- { [_ht]: ["PATCH", "/v2/apis/{ApiId}/deployments/{DeploymentId}", 200] }, () => UpdateDeploymentRequest$, () => UpdateDeploymentResponse$
2557
- ];
2558
- var UpdateDomainName$ = [9, n0, _UDN,
2559
- { [_ht]: ["PATCH", "/v2/domainnames/{DomainName}", 200] }, () => UpdateDomainNameRequest$, () => UpdateDomainNameResponse$
2560
- ];
2561
- var UpdateIntegration$ = [9, n0, _UI,
2562
- { [_ht]: ["PATCH", "/v2/apis/{ApiId}/integrations/{IntegrationId}", 200] }, () => UpdateIntegrationRequest$, () => UpdateIntegrationResult$
2563
- ];
2564
- var UpdateIntegrationResponse$ = [9, n0, _UIRpd,
2565
- { [_ht]: ["PATCH", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}", 200] }, () => UpdateIntegrationResponseRequest$, () => UpdateIntegrationResponseResponse$
2566
- ];
2567
- var UpdateModel$ = [9, n0, _UM,
2568
- { [_ht]: ["PATCH", "/v2/apis/{ApiId}/models/{ModelId}", 200] }, () => UpdateModelRequest$, () => UpdateModelResponse$
2569
- ];
2570
- var UpdatePortal$ = [9, n0, _UP,
2571
- { [_ht]: ["PATCH", "/v2/portals/{PortalId}", 200] }, () => UpdatePortalRequest$, () => UpdatePortalResponse$
2572
- ];
2573
- var UpdatePortalProduct$ = [9, n0, _UPP,
2574
- { [_ht]: ["PATCH", "/v2/portalproducts/{PortalProductId}", 200] }, () => UpdatePortalProductRequest$, () => UpdatePortalProductResponse$
2575
- ];
2576
- var UpdateProductPage$ = [9, n0, _UPPp,
2577
- { [_ht]: ["PATCH", "/v2/portalproducts/{PortalProductId}/productpages/{ProductPageId}", 200] }, () => UpdateProductPageRequest$, () => UpdateProductPageResponse$
2578
- ];
2579
- var UpdateProductRestEndpointPage$ = [9, n0, _UPREP,
2580
- { [_ht]: ["PATCH", "/v2/portalproducts/{PortalProductId}/productrestendpointpages/{ProductRestEndpointPageId}", 200] }, () => UpdateProductRestEndpointPageRequest$, () => UpdateProductRestEndpointPageResponse$
2581
- ];
2582
- var UpdateRoute$ = [9, n0, _URp,
2583
- { [_ht]: ["PATCH", "/v2/apis/{ApiId}/routes/{RouteId}", 200] }, () => UpdateRouteRequest$, () => UpdateRouteResult$
2584
- ];
2585
- var UpdateRouteResponse$ = [9, n0, _URRpda,
2586
- { [_ht]: ["PATCH", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}", 200] }, () => UpdateRouteResponseRequest$, () => UpdateRouteResponseResponse$
2587
- ];
2588
- var UpdateStage$ = [9, n0, _US,
2589
- { [_ht]: ["PATCH", "/v2/apis/{ApiId}/stages/{StageName}", 200] }, () => UpdateStageRequest$, () => UpdateStageResponse$
2590
- ];
2591
- var UpdateVpcLink$ = [9, n0, _UVL,
2592
- { [_ht]: ["PATCH", "/v2/vpclinks/{VpcLinkId}", 200] }, () => UpdateVpcLinkRequest$, () => UpdateVpcLinkResponse$
2593
- ];
2594
-
2595
116
  class CreateApiCommand extends smithyClient.Command
2596
117
  .classBuilder()
2597
118
  .ep(commonParams)
@@ -2600,7 +121,7 @@ class CreateApiCommand extends smithyClient.Command
2600
121
  })
2601
122
  .s("ApiGatewayV2", "CreateApi", {})
2602
123
  .n("ApiGatewayV2Client", "CreateApiCommand")
2603
- .sc(CreateApi$)
124
+ .sc(schemas_0.CreateApi$)
2604
125
  .build() {
2605
126
  }
2606
127
 
@@ -2612,7 +133,7 @@ class CreateApiMappingCommand extends smithyClient.Command
2612
133
  })
2613
134
  .s("ApiGatewayV2", "CreateApiMapping", {})
2614
135
  .n("ApiGatewayV2Client", "CreateApiMappingCommand")
2615
- .sc(CreateApiMapping$)
136
+ .sc(schemas_0.CreateApiMapping$)
2616
137
  .build() {
2617
138
  }
2618
139
 
@@ -2624,7 +145,7 @@ class CreateAuthorizerCommand extends smithyClient.Command
2624
145
  })
2625
146
  .s("ApiGatewayV2", "CreateAuthorizer", {})
2626
147
  .n("ApiGatewayV2Client", "CreateAuthorizerCommand")
2627
- .sc(CreateAuthorizer$)
148
+ .sc(schemas_0.CreateAuthorizer$)
2628
149
  .build() {
2629
150
  }
2630
151
 
@@ -2636,7 +157,7 @@ class CreateDeploymentCommand extends smithyClient.Command
2636
157
  })
2637
158
  .s("ApiGatewayV2", "CreateDeployment", {})
2638
159
  .n("ApiGatewayV2Client", "CreateDeploymentCommand")
2639
- .sc(CreateDeployment$)
160
+ .sc(schemas_0.CreateDeployment$)
2640
161
  .build() {
2641
162
  }
2642
163
 
@@ -2648,7 +169,7 @@ class CreateDomainNameCommand extends smithyClient.Command
2648
169
  })
2649
170
  .s("ApiGatewayV2", "CreateDomainName", {})
2650
171
  .n("ApiGatewayV2Client", "CreateDomainNameCommand")
2651
- .sc(CreateDomainName$)
172
+ .sc(schemas_0.CreateDomainName$)
2652
173
  .build() {
2653
174
  }
2654
175
 
@@ -2660,7 +181,7 @@ class CreateIntegrationCommand extends smithyClient.Command
2660
181
  })
2661
182
  .s("ApiGatewayV2", "CreateIntegration", {})
2662
183
  .n("ApiGatewayV2Client", "CreateIntegrationCommand")
2663
- .sc(CreateIntegration$)
184
+ .sc(schemas_0.CreateIntegration$)
2664
185
  .build() {
2665
186
  }
2666
187
 
@@ -2672,7 +193,7 @@ class CreateIntegrationResponseCommand extends smithyClient.Command
2672
193
  })
2673
194
  .s("ApiGatewayV2", "CreateIntegrationResponse", {})
2674
195
  .n("ApiGatewayV2Client", "CreateIntegrationResponseCommand")
2675
- .sc(CreateIntegrationResponse$)
196
+ .sc(schemas_0.CreateIntegrationResponse$)
2676
197
  .build() {
2677
198
  }
2678
199
 
@@ -2684,7 +205,7 @@ class CreateModelCommand extends smithyClient.Command
2684
205
  })
2685
206
  .s("ApiGatewayV2", "CreateModel", {})
2686
207
  .n("ApiGatewayV2Client", "CreateModelCommand")
2687
- .sc(CreateModel$)
208
+ .sc(schemas_0.CreateModel$)
2688
209
  .build() {
2689
210
  }
2690
211
 
@@ -2696,7 +217,7 @@ class CreatePortalCommand extends smithyClient.Command
2696
217
  })
2697
218
  .s("ApiGatewayV2", "CreatePortal", {})
2698
219
  .n("ApiGatewayV2Client", "CreatePortalCommand")
2699
- .sc(CreatePortal$)
220
+ .sc(schemas_0.CreatePortal$)
2700
221
  .build() {
2701
222
  }
2702
223
 
@@ -2708,7 +229,7 @@ class CreatePortalProductCommand extends smithyClient.Command
2708
229
  })
2709
230
  .s("ApiGatewayV2", "CreatePortalProduct", {})
2710
231
  .n("ApiGatewayV2Client", "CreatePortalProductCommand")
2711
- .sc(CreatePortalProduct$)
232
+ .sc(schemas_0.CreatePortalProduct$)
2712
233
  .build() {
2713
234
  }
2714
235
 
@@ -2720,7 +241,7 @@ class CreateProductPageCommand extends smithyClient.Command
2720
241
  })
2721
242
  .s("ApiGatewayV2", "CreateProductPage", {})
2722
243
  .n("ApiGatewayV2Client", "CreateProductPageCommand")
2723
- .sc(CreateProductPage$)
244
+ .sc(schemas_0.CreateProductPage$)
2724
245
  .build() {
2725
246
  }
2726
247
 
@@ -2732,7 +253,7 @@ class CreateProductRestEndpointPageCommand extends smithyClient.Command
2732
253
  })
2733
254
  .s("ApiGatewayV2", "CreateProductRestEndpointPage", {})
2734
255
  .n("ApiGatewayV2Client", "CreateProductRestEndpointPageCommand")
2735
- .sc(CreateProductRestEndpointPage$)
256
+ .sc(schemas_0.CreateProductRestEndpointPage$)
2736
257
  .build() {
2737
258
  }
2738
259
 
@@ -2744,7 +265,7 @@ class CreateRouteCommand extends smithyClient.Command
2744
265
  })
2745
266
  .s("ApiGatewayV2", "CreateRoute", {})
2746
267
  .n("ApiGatewayV2Client", "CreateRouteCommand")
2747
- .sc(CreateRoute$)
268
+ .sc(schemas_0.CreateRoute$)
2748
269
  .build() {
2749
270
  }
2750
271
 
@@ -2756,7 +277,7 @@ class CreateRouteResponseCommand extends smithyClient.Command
2756
277
  })
2757
278
  .s("ApiGatewayV2", "CreateRouteResponse", {})
2758
279
  .n("ApiGatewayV2Client", "CreateRouteResponseCommand")
2759
- .sc(CreateRouteResponse$)
280
+ .sc(schemas_0.CreateRouteResponse$)
2760
281
  .build() {
2761
282
  }
2762
283
 
@@ -2768,7 +289,7 @@ class CreateRoutingRuleCommand extends smithyClient.Command
2768
289
  })
2769
290
  .s("ApiGatewayV2", "CreateRoutingRule", {})
2770
291
  .n("ApiGatewayV2Client", "CreateRoutingRuleCommand")
2771
- .sc(CreateRoutingRule$)
292
+ .sc(schemas_0.CreateRoutingRule$)
2772
293
  .build() {
2773
294
  }
2774
295
 
@@ -2780,7 +301,7 @@ class CreateStageCommand extends smithyClient.Command
2780
301
  })
2781
302
  .s("ApiGatewayV2", "CreateStage", {})
2782
303
  .n("ApiGatewayV2Client", "CreateStageCommand")
2783
- .sc(CreateStage$)
304
+ .sc(schemas_0.CreateStage$)
2784
305
  .build() {
2785
306
  }
2786
307
 
@@ -2792,7 +313,7 @@ class CreateVpcLinkCommand extends smithyClient.Command
2792
313
  })
2793
314
  .s("ApiGatewayV2", "CreateVpcLink", {})
2794
315
  .n("ApiGatewayV2Client", "CreateVpcLinkCommand")
2795
- .sc(CreateVpcLink$)
316
+ .sc(schemas_0.CreateVpcLink$)
2796
317
  .build() {
2797
318
  }
2798
319
 
@@ -2804,7 +325,7 @@ class DeleteAccessLogSettingsCommand extends smithyClient.Command
2804
325
  })
2805
326
  .s("ApiGatewayV2", "DeleteAccessLogSettings", {})
2806
327
  .n("ApiGatewayV2Client", "DeleteAccessLogSettingsCommand")
2807
- .sc(DeleteAccessLogSettings$)
328
+ .sc(schemas_0.DeleteAccessLogSettings$)
2808
329
  .build() {
2809
330
  }
2810
331
 
@@ -2816,7 +337,7 @@ class DeleteApiCommand extends smithyClient.Command
2816
337
  })
2817
338
  .s("ApiGatewayV2", "DeleteApi", {})
2818
339
  .n("ApiGatewayV2Client", "DeleteApiCommand")
2819
- .sc(DeleteApi$)
340
+ .sc(schemas_0.DeleteApi$)
2820
341
  .build() {
2821
342
  }
2822
343
 
@@ -2828,7 +349,7 @@ class DeleteApiMappingCommand extends smithyClient.Command
2828
349
  })
2829
350
  .s("ApiGatewayV2", "DeleteApiMapping", {})
2830
351
  .n("ApiGatewayV2Client", "DeleteApiMappingCommand")
2831
- .sc(DeleteApiMapping$)
352
+ .sc(schemas_0.DeleteApiMapping$)
2832
353
  .build() {
2833
354
  }
2834
355
 
@@ -2840,7 +361,7 @@ class DeleteAuthorizerCommand extends smithyClient.Command
2840
361
  })
2841
362
  .s("ApiGatewayV2", "DeleteAuthorizer", {})
2842
363
  .n("ApiGatewayV2Client", "DeleteAuthorizerCommand")
2843
- .sc(DeleteAuthorizer$)
364
+ .sc(schemas_0.DeleteAuthorizer$)
2844
365
  .build() {
2845
366
  }
2846
367
 
@@ -2852,7 +373,7 @@ class DeleteCorsConfigurationCommand extends smithyClient.Command
2852
373
  })
2853
374
  .s("ApiGatewayV2", "DeleteCorsConfiguration", {})
2854
375
  .n("ApiGatewayV2Client", "DeleteCorsConfigurationCommand")
2855
- .sc(DeleteCorsConfiguration$)
376
+ .sc(schemas_0.DeleteCorsConfiguration$)
2856
377
  .build() {
2857
378
  }
2858
379
 
@@ -2864,7 +385,7 @@ class DeleteDeploymentCommand extends smithyClient.Command
2864
385
  })
2865
386
  .s("ApiGatewayV2", "DeleteDeployment", {})
2866
387
  .n("ApiGatewayV2Client", "DeleteDeploymentCommand")
2867
- .sc(DeleteDeployment$)
388
+ .sc(schemas_0.DeleteDeployment$)
2868
389
  .build() {
2869
390
  }
2870
391
 
@@ -2876,7 +397,7 @@ class DeleteDomainNameCommand extends smithyClient.Command
2876
397
  })
2877
398
  .s("ApiGatewayV2", "DeleteDomainName", {})
2878
399
  .n("ApiGatewayV2Client", "DeleteDomainNameCommand")
2879
- .sc(DeleteDomainName$)
400
+ .sc(schemas_0.DeleteDomainName$)
2880
401
  .build() {
2881
402
  }
2882
403
 
@@ -2888,7 +409,7 @@ class DeleteIntegrationCommand extends smithyClient.Command
2888
409
  })
2889
410
  .s("ApiGatewayV2", "DeleteIntegration", {})
2890
411
  .n("ApiGatewayV2Client", "DeleteIntegrationCommand")
2891
- .sc(DeleteIntegration$)
412
+ .sc(schemas_0.DeleteIntegration$)
2892
413
  .build() {
2893
414
  }
2894
415
 
@@ -2900,7 +421,7 @@ class DeleteIntegrationResponseCommand extends smithyClient.Command
2900
421
  })
2901
422
  .s("ApiGatewayV2", "DeleteIntegrationResponse", {})
2902
423
  .n("ApiGatewayV2Client", "DeleteIntegrationResponseCommand")
2903
- .sc(DeleteIntegrationResponse$)
424
+ .sc(schemas_0.DeleteIntegrationResponse$)
2904
425
  .build() {
2905
426
  }
2906
427
 
@@ -2912,7 +433,7 @@ class DeleteModelCommand extends smithyClient.Command
2912
433
  })
2913
434
  .s("ApiGatewayV2", "DeleteModel", {})
2914
435
  .n("ApiGatewayV2Client", "DeleteModelCommand")
2915
- .sc(DeleteModel$)
436
+ .sc(schemas_0.DeleteModel$)
2916
437
  .build() {
2917
438
  }
2918
439
 
@@ -2924,7 +445,7 @@ class DeletePortalCommand extends smithyClient.Command
2924
445
  })
2925
446
  .s("ApiGatewayV2", "DeletePortal", {})
2926
447
  .n("ApiGatewayV2Client", "DeletePortalCommand")
2927
- .sc(DeletePortal$)
448
+ .sc(schemas_0.DeletePortal$)
2928
449
  .build() {
2929
450
  }
2930
451
 
@@ -2936,7 +457,7 @@ class DeletePortalProductCommand extends smithyClient.Command
2936
457
  })
2937
458
  .s("ApiGatewayV2", "DeletePortalProduct", {})
2938
459
  .n("ApiGatewayV2Client", "DeletePortalProductCommand")
2939
- .sc(DeletePortalProduct$)
460
+ .sc(schemas_0.DeletePortalProduct$)
2940
461
  .build() {
2941
462
  }
2942
463
 
@@ -2948,7 +469,7 @@ class DeletePortalProductSharingPolicyCommand extends smithyClient.Command
2948
469
  })
2949
470
  .s("ApiGatewayV2", "DeletePortalProductSharingPolicy", {})
2950
471
  .n("ApiGatewayV2Client", "DeletePortalProductSharingPolicyCommand")
2951
- .sc(DeletePortalProductSharingPolicy$)
472
+ .sc(schemas_0.DeletePortalProductSharingPolicy$)
2952
473
  .build() {
2953
474
  }
2954
475
 
@@ -2960,7 +481,7 @@ class DeleteProductPageCommand extends smithyClient.Command
2960
481
  })
2961
482
  .s("ApiGatewayV2", "DeleteProductPage", {})
2962
483
  .n("ApiGatewayV2Client", "DeleteProductPageCommand")
2963
- .sc(DeleteProductPage$)
484
+ .sc(schemas_0.DeleteProductPage$)
2964
485
  .build() {
2965
486
  }
2966
487
 
@@ -2972,7 +493,7 @@ class DeleteProductRestEndpointPageCommand extends smithyClient.Command
2972
493
  })
2973
494
  .s("ApiGatewayV2", "DeleteProductRestEndpointPage", {})
2974
495
  .n("ApiGatewayV2Client", "DeleteProductRestEndpointPageCommand")
2975
- .sc(DeleteProductRestEndpointPage$)
496
+ .sc(schemas_0.DeleteProductRestEndpointPage$)
2976
497
  .build() {
2977
498
  }
2978
499
 
@@ -2984,7 +505,7 @@ class DeleteRouteCommand extends smithyClient.Command
2984
505
  })
2985
506
  .s("ApiGatewayV2", "DeleteRoute", {})
2986
507
  .n("ApiGatewayV2Client", "DeleteRouteCommand")
2987
- .sc(DeleteRoute$)
508
+ .sc(schemas_0.DeleteRoute$)
2988
509
  .build() {
2989
510
  }
2990
511
 
@@ -2996,7 +517,7 @@ class DeleteRouteRequestParameterCommand extends smithyClient.Command
2996
517
  })
2997
518
  .s("ApiGatewayV2", "DeleteRouteRequestParameter", {})
2998
519
  .n("ApiGatewayV2Client", "DeleteRouteRequestParameterCommand")
2999
- .sc(DeleteRouteRequestParameter$)
520
+ .sc(schemas_0.DeleteRouteRequestParameter$)
3000
521
  .build() {
3001
522
  }
3002
523
 
@@ -3008,7 +529,7 @@ class DeleteRouteResponseCommand extends smithyClient.Command
3008
529
  })
3009
530
  .s("ApiGatewayV2", "DeleteRouteResponse", {})
3010
531
  .n("ApiGatewayV2Client", "DeleteRouteResponseCommand")
3011
- .sc(DeleteRouteResponse$)
532
+ .sc(schemas_0.DeleteRouteResponse$)
3012
533
  .build() {
3013
534
  }
3014
535
 
@@ -3020,7 +541,7 @@ class DeleteRouteSettingsCommand extends smithyClient.Command
3020
541
  })
3021
542
  .s("ApiGatewayV2", "DeleteRouteSettings", {})
3022
543
  .n("ApiGatewayV2Client", "DeleteRouteSettingsCommand")
3023
- .sc(DeleteRouteSettings$)
544
+ .sc(schemas_0.DeleteRouteSettings$)
3024
545
  .build() {
3025
546
  }
3026
547
 
@@ -3032,7 +553,7 @@ class DeleteRoutingRuleCommand extends smithyClient.Command
3032
553
  })
3033
554
  .s("ApiGatewayV2", "DeleteRoutingRule", {})
3034
555
  .n("ApiGatewayV2Client", "DeleteRoutingRuleCommand")
3035
- .sc(DeleteRoutingRule$)
556
+ .sc(schemas_0.DeleteRoutingRule$)
3036
557
  .build() {
3037
558
  }
3038
559
 
@@ -3044,7 +565,7 @@ class DeleteStageCommand extends smithyClient.Command
3044
565
  })
3045
566
  .s("ApiGatewayV2", "DeleteStage", {})
3046
567
  .n("ApiGatewayV2Client", "DeleteStageCommand")
3047
- .sc(DeleteStage$)
568
+ .sc(schemas_0.DeleteStage$)
3048
569
  .build() {
3049
570
  }
3050
571
 
@@ -3056,7 +577,7 @@ class DeleteVpcLinkCommand extends smithyClient.Command
3056
577
  })
3057
578
  .s("ApiGatewayV2", "DeleteVpcLink", {})
3058
579
  .n("ApiGatewayV2Client", "DeleteVpcLinkCommand")
3059
- .sc(DeleteVpcLink$)
580
+ .sc(schemas_0.DeleteVpcLink$)
3060
581
  .build() {
3061
582
  }
3062
583
 
@@ -3068,7 +589,7 @@ class DisablePortalCommand extends smithyClient.Command
3068
589
  })
3069
590
  .s("ApiGatewayV2", "DisablePortal", {})
3070
591
  .n("ApiGatewayV2Client", "DisablePortalCommand")
3071
- .sc(DisablePortal$)
592
+ .sc(schemas_0.DisablePortal$)
3072
593
  .build() {
3073
594
  }
3074
595
 
@@ -3080,7 +601,7 @@ class ExportApiCommand extends smithyClient.Command
3080
601
  })
3081
602
  .s("ApiGatewayV2", "ExportApi", {})
3082
603
  .n("ApiGatewayV2Client", "ExportApiCommand")
3083
- .sc(ExportApi$)
604
+ .sc(schemas_0.ExportApi$)
3084
605
  .build() {
3085
606
  }
3086
607
 
@@ -3092,7 +613,7 @@ class GetApiCommand extends smithyClient.Command
3092
613
  })
3093
614
  .s("ApiGatewayV2", "GetApi", {})
3094
615
  .n("ApiGatewayV2Client", "GetApiCommand")
3095
- .sc(GetApi$)
616
+ .sc(schemas_0.GetApi$)
3096
617
  .build() {
3097
618
  }
3098
619
 
@@ -3104,7 +625,7 @@ class GetApiMappingCommand extends smithyClient.Command
3104
625
  })
3105
626
  .s("ApiGatewayV2", "GetApiMapping", {})
3106
627
  .n("ApiGatewayV2Client", "GetApiMappingCommand")
3107
- .sc(GetApiMapping$)
628
+ .sc(schemas_0.GetApiMapping$)
3108
629
  .build() {
3109
630
  }
3110
631
 
@@ -3116,7 +637,7 @@ class GetApiMappingsCommand extends smithyClient.Command
3116
637
  })
3117
638
  .s("ApiGatewayV2", "GetApiMappings", {})
3118
639
  .n("ApiGatewayV2Client", "GetApiMappingsCommand")
3119
- .sc(GetApiMappings$)
640
+ .sc(schemas_0.GetApiMappings$)
3120
641
  .build() {
3121
642
  }
3122
643
 
@@ -3128,7 +649,7 @@ class GetApisCommand extends smithyClient.Command
3128
649
  })
3129
650
  .s("ApiGatewayV2", "GetApis", {})
3130
651
  .n("ApiGatewayV2Client", "GetApisCommand")
3131
- .sc(GetApis$)
652
+ .sc(schemas_0.GetApis$)
3132
653
  .build() {
3133
654
  }
3134
655
 
@@ -3140,7 +661,7 @@ class GetAuthorizerCommand extends smithyClient.Command
3140
661
  })
3141
662
  .s("ApiGatewayV2", "GetAuthorizer", {})
3142
663
  .n("ApiGatewayV2Client", "GetAuthorizerCommand")
3143
- .sc(GetAuthorizer$)
664
+ .sc(schemas_0.GetAuthorizer$)
3144
665
  .build() {
3145
666
  }
3146
667
 
@@ -3152,7 +673,7 @@ class GetAuthorizersCommand extends smithyClient.Command
3152
673
  })
3153
674
  .s("ApiGatewayV2", "GetAuthorizers", {})
3154
675
  .n("ApiGatewayV2Client", "GetAuthorizersCommand")
3155
- .sc(GetAuthorizers$)
676
+ .sc(schemas_0.GetAuthorizers$)
3156
677
  .build() {
3157
678
  }
3158
679
 
@@ -3164,7 +685,7 @@ class GetDeploymentCommand extends smithyClient.Command
3164
685
  })
3165
686
  .s("ApiGatewayV2", "GetDeployment", {})
3166
687
  .n("ApiGatewayV2Client", "GetDeploymentCommand")
3167
- .sc(GetDeployment$)
688
+ .sc(schemas_0.GetDeployment$)
3168
689
  .build() {
3169
690
  }
3170
691
 
@@ -3176,7 +697,7 @@ class GetDeploymentsCommand extends smithyClient.Command
3176
697
  })
3177
698
  .s("ApiGatewayV2", "GetDeployments", {})
3178
699
  .n("ApiGatewayV2Client", "GetDeploymentsCommand")
3179
- .sc(GetDeployments$)
700
+ .sc(schemas_0.GetDeployments$)
3180
701
  .build() {
3181
702
  }
3182
703
 
@@ -3188,7 +709,7 @@ class GetDomainNameCommand extends smithyClient.Command
3188
709
  })
3189
710
  .s("ApiGatewayV2", "GetDomainName", {})
3190
711
  .n("ApiGatewayV2Client", "GetDomainNameCommand")
3191
- .sc(GetDomainName$)
712
+ .sc(schemas_0.GetDomainName$)
3192
713
  .build() {
3193
714
  }
3194
715
 
@@ -3200,7 +721,7 @@ class GetDomainNamesCommand extends smithyClient.Command
3200
721
  })
3201
722
  .s("ApiGatewayV2", "GetDomainNames", {})
3202
723
  .n("ApiGatewayV2Client", "GetDomainNamesCommand")
3203
- .sc(GetDomainNames$)
724
+ .sc(schemas_0.GetDomainNames$)
3204
725
  .build() {
3205
726
  }
3206
727
 
@@ -3212,7 +733,7 @@ class GetIntegrationCommand extends smithyClient.Command
3212
733
  })
3213
734
  .s("ApiGatewayV2", "GetIntegration", {})
3214
735
  .n("ApiGatewayV2Client", "GetIntegrationCommand")
3215
- .sc(GetIntegration$)
736
+ .sc(schemas_0.GetIntegration$)
3216
737
  .build() {
3217
738
  }
3218
739
 
@@ -3224,7 +745,7 @@ class GetIntegrationResponseCommand extends smithyClient.Command
3224
745
  })
3225
746
  .s("ApiGatewayV2", "GetIntegrationResponse", {})
3226
747
  .n("ApiGatewayV2Client", "GetIntegrationResponseCommand")
3227
- .sc(GetIntegrationResponse$)
748
+ .sc(schemas_0.GetIntegrationResponse$)
3228
749
  .build() {
3229
750
  }
3230
751
 
@@ -3236,7 +757,7 @@ class GetIntegrationResponsesCommand extends smithyClient.Command
3236
757
  })
3237
758
  .s("ApiGatewayV2", "GetIntegrationResponses", {})
3238
759
  .n("ApiGatewayV2Client", "GetIntegrationResponsesCommand")
3239
- .sc(GetIntegrationResponses$)
760
+ .sc(schemas_0.GetIntegrationResponses$)
3240
761
  .build() {
3241
762
  }
3242
763
 
@@ -3248,7 +769,7 @@ class GetIntegrationsCommand extends smithyClient.Command
3248
769
  })
3249
770
  .s("ApiGatewayV2", "GetIntegrations", {})
3250
771
  .n("ApiGatewayV2Client", "GetIntegrationsCommand")
3251
- .sc(GetIntegrations$)
772
+ .sc(schemas_0.GetIntegrations$)
3252
773
  .build() {
3253
774
  }
3254
775
 
@@ -3260,7 +781,7 @@ class GetModelCommand extends smithyClient.Command
3260
781
  })
3261
782
  .s("ApiGatewayV2", "GetModel", {})
3262
783
  .n("ApiGatewayV2Client", "GetModelCommand")
3263
- .sc(GetModel$)
784
+ .sc(schemas_0.GetModel$)
3264
785
  .build() {
3265
786
  }
3266
787
 
@@ -3272,7 +793,7 @@ class GetModelsCommand extends smithyClient.Command
3272
793
  })
3273
794
  .s("ApiGatewayV2", "GetModels", {})
3274
795
  .n("ApiGatewayV2Client", "GetModelsCommand")
3275
- .sc(GetModels$)
796
+ .sc(schemas_0.GetModels$)
3276
797
  .build() {
3277
798
  }
3278
799
 
@@ -3284,7 +805,7 @@ class GetModelTemplateCommand extends smithyClient.Command
3284
805
  })
3285
806
  .s("ApiGatewayV2", "GetModelTemplate", {})
3286
807
  .n("ApiGatewayV2Client", "GetModelTemplateCommand")
3287
- .sc(GetModelTemplate$)
808
+ .sc(schemas_0.GetModelTemplate$)
3288
809
  .build() {
3289
810
  }
3290
811
 
@@ -3296,7 +817,7 @@ class GetPortalCommand extends smithyClient.Command
3296
817
  })
3297
818
  .s("ApiGatewayV2", "GetPortal", {})
3298
819
  .n("ApiGatewayV2Client", "GetPortalCommand")
3299
- .sc(GetPortal$)
820
+ .sc(schemas_0.GetPortal$)
3300
821
  .build() {
3301
822
  }
3302
823
 
@@ -3308,7 +829,7 @@ class GetPortalProductCommand extends smithyClient.Command
3308
829
  })
3309
830
  .s("ApiGatewayV2", "GetPortalProduct", {})
3310
831
  .n("ApiGatewayV2Client", "GetPortalProductCommand")
3311
- .sc(GetPortalProduct$)
832
+ .sc(schemas_0.GetPortalProduct$)
3312
833
  .build() {
3313
834
  }
3314
835
 
@@ -3320,7 +841,7 @@ class GetPortalProductSharingPolicyCommand extends smithyClient.Command
3320
841
  })
3321
842
  .s("ApiGatewayV2", "GetPortalProductSharingPolicy", {})
3322
843
  .n("ApiGatewayV2Client", "GetPortalProductSharingPolicyCommand")
3323
- .sc(GetPortalProductSharingPolicy$)
844
+ .sc(schemas_0.GetPortalProductSharingPolicy$)
3324
845
  .build() {
3325
846
  }
3326
847
 
@@ -3332,7 +853,7 @@ class GetProductPageCommand extends smithyClient.Command
3332
853
  })
3333
854
  .s("ApiGatewayV2", "GetProductPage", {})
3334
855
  .n("ApiGatewayV2Client", "GetProductPageCommand")
3335
- .sc(GetProductPage$)
856
+ .sc(schemas_0.GetProductPage$)
3336
857
  .build() {
3337
858
  }
3338
859
 
@@ -3344,7 +865,7 @@ class GetProductRestEndpointPageCommand extends smithyClient.Command
3344
865
  })
3345
866
  .s("ApiGatewayV2", "GetProductRestEndpointPage", {})
3346
867
  .n("ApiGatewayV2Client", "GetProductRestEndpointPageCommand")
3347
- .sc(GetProductRestEndpointPage$)
868
+ .sc(schemas_0.GetProductRestEndpointPage$)
3348
869
  .build() {
3349
870
  }
3350
871
 
@@ -3356,7 +877,7 @@ class GetRouteCommand extends smithyClient.Command
3356
877
  })
3357
878
  .s("ApiGatewayV2", "GetRoute", {})
3358
879
  .n("ApiGatewayV2Client", "GetRouteCommand")
3359
- .sc(GetRoute$)
880
+ .sc(schemas_0.GetRoute$)
3360
881
  .build() {
3361
882
  }
3362
883
 
@@ -3368,7 +889,7 @@ class GetRouteResponseCommand extends smithyClient.Command
3368
889
  })
3369
890
  .s("ApiGatewayV2", "GetRouteResponse", {})
3370
891
  .n("ApiGatewayV2Client", "GetRouteResponseCommand")
3371
- .sc(GetRouteResponse$)
892
+ .sc(schemas_0.GetRouteResponse$)
3372
893
  .build() {
3373
894
  }
3374
895
 
@@ -3380,7 +901,7 @@ class GetRouteResponsesCommand extends smithyClient.Command
3380
901
  })
3381
902
  .s("ApiGatewayV2", "GetRouteResponses", {})
3382
903
  .n("ApiGatewayV2Client", "GetRouteResponsesCommand")
3383
- .sc(GetRouteResponses$)
904
+ .sc(schemas_0.GetRouteResponses$)
3384
905
  .build() {
3385
906
  }
3386
907
 
@@ -3392,7 +913,7 @@ class GetRoutesCommand extends smithyClient.Command
3392
913
  })
3393
914
  .s("ApiGatewayV2", "GetRoutes", {})
3394
915
  .n("ApiGatewayV2Client", "GetRoutesCommand")
3395
- .sc(GetRoutes$)
916
+ .sc(schemas_0.GetRoutes$)
3396
917
  .build() {
3397
918
  }
3398
919
 
@@ -3404,7 +925,7 @@ class GetRoutingRuleCommand extends smithyClient.Command
3404
925
  })
3405
926
  .s("ApiGatewayV2", "GetRoutingRule", {})
3406
927
  .n("ApiGatewayV2Client", "GetRoutingRuleCommand")
3407
- .sc(GetRoutingRule$)
928
+ .sc(schemas_0.GetRoutingRule$)
3408
929
  .build() {
3409
930
  }
3410
931
 
@@ -3416,7 +937,7 @@ class GetStageCommand extends smithyClient.Command
3416
937
  })
3417
938
  .s("ApiGatewayV2", "GetStage", {})
3418
939
  .n("ApiGatewayV2Client", "GetStageCommand")
3419
- .sc(GetStage$)
940
+ .sc(schemas_0.GetStage$)
3420
941
  .build() {
3421
942
  }
3422
943
 
@@ -3428,7 +949,7 @@ class GetStagesCommand extends smithyClient.Command
3428
949
  })
3429
950
  .s("ApiGatewayV2", "GetStages", {})
3430
951
  .n("ApiGatewayV2Client", "GetStagesCommand")
3431
- .sc(GetStages$)
952
+ .sc(schemas_0.GetStages$)
3432
953
  .build() {
3433
954
  }
3434
955
 
@@ -3440,7 +961,7 @@ class GetTagsCommand extends smithyClient.Command
3440
961
  })
3441
962
  .s("ApiGatewayV2", "GetTags", {})
3442
963
  .n("ApiGatewayV2Client", "GetTagsCommand")
3443
- .sc(GetTags$)
964
+ .sc(schemas_0.GetTags$)
3444
965
  .build() {
3445
966
  }
3446
967
 
@@ -3452,7 +973,7 @@ class GetVpcLinkCommand extends smithyClient.Command
3452
973
  })
3453
974
  .s("ApiGatewayV2", "GetVpcLink", {})
3454
975
  .n("ApiGatewayV2Client", "GetVpcLinkCommand")
3455
- .sc(GetVpcLink$)
976
+ .sc(schemas_0.GetVpcLink$)
3456
977
  .build() {
3457
978
  }
3458
979
 
@@ -3464,7 +985,7 @@ class GetVpcLinksCommand extends smithyClient.Command
3464
985
  })
3465
986
  .s("ApiGatewayV2", "GetVpcLinks", {})
3466
987
  .n("ApiGatewayV2Client", "GetVpcLinksCommand")
3467
- .sc(GetVpcLinks$)
988
+ .sc(schemas_0.GetVpcLinks$)
3468
989
  .build() {
3469
990
  }
3470
991
 
@@ -3476,7 +997,7 @@ class ImportApiCommand extends smithyClient.Command
3476
997
  })
3477
998
  .s("ApiGatewayV2", "ImportApi", {})
3478
999
  .n("ApiGatewayV2Client", "ImportApiCommand")
3479
- .sc(ImportApi$)
1000
+ .sc(schemas_0.ImportApi$)
3480
1001
  .build() {
3481
1002
  }
3482
1003
 
@@ -3488,7 +1009,7 @@ class ListPortalProductsCommand extends smithyClient.Command
3488
1009
  })
3489
1010
  .s("ApiGatewayV2", "ListPortalProducts", {})
3490
1011
  .n("ApiGatewayV2Client", "ListPortalProductsCommand")
3491
- .sc(ListPortalProducts$)
1012
+ .sc(schemas_0.ListPortalProducts$)
3492
1013
  .build() {
3493
1014
  }
3494
1015
 
@@ -3500,7 +1021,7 @@ class ListPortalsCommand extends smithyClient.Command
3500
1021
  })
3501
1022
  .s("ApiGatewayV2", "ListPortals", {})
3502
1023
  .n("ApiGatewayV2Client", "ListPortalsCommand")
3503
- .sc(ListPortals$)
1024
+ .sc(schemas_0.ListPortals$)
3504
1025
  .build() {
3505
1026
  }
3506
1027
 
@@ -3512,7 +1033,7 @@ class ListProductPagesCommand extends smithyClient.Command
3512
1033
  })
3513
1034
  .s("ApiGatewayV2", "ListProductPages", {})
3514
1035
  .n("ApiGatewayV2Client", "ListProductPagesCommand")
3515
- .sc(ListProductPages$)
1036
+ .sc(schemas_0.ListProductPages$)
3516
1037
  .build() {
3517
1038
  }
3518
1039
 
@@ -3524,7 +1045,7 @@ class ListProductRestEndpointPagesCommand extends smithyClient.Command
3524
1045
  })
3525
1046
  .s("ApiGatewayV2", "ListProductRestEndpointPages", {})
3526
1047
  .n("ApiGatewayV2Client", "ListProductRestEndpointPagesCommand")
3527
- .sc(ListProductRestEndpointPages$)
1048
+ .sc(schemas_0.ListProductRestEndpointPages$)
3528
1049
  .build() {
3529
1050
  }
3530
1051
 
@@ -3536,7 +1057,7 @@ class ListRoutingRulesCommand extends smithyClient.Command
3536
1057
  })
3537
1058
  .s("ApiGatewayV2", "ListRoutingRules", {})
3538
1059
  .n("ApiGatewayV2Client", "ListRoutingRulesCommand")
3539
- .sc(ListRoutingRules$)
1060
+ .sc(schemas_0.ListRoutingRules$)
3540
1061
  .build() {
3541
1062
  }
3542
1063
 
@@ -3548,7 +1069,7 @@ class PreviewPortalCommand extends smithyClient.Command
3548
1069
  })
3549
1070
  .s("ApiGatewayV2", "PreviewPortal", {})
3550
1071
  .n("ApiGatewayV2Client", "PreviewPortalCommand")
3551
- .sc(PreviewPortal$)
1072
+ .sc(schemas_0.PreviewPortal$)
3552
1073
  .build() {
3553
1074
  }
3554
1075
 
@@ -3560,7 +1081,7 @@ class PublishPortalCommand extends smithyClient.Command
3560
1081
  })
3561
1082
  .s("ApiGatewayV2", "PublishPortal", {})
3562
1083
  .n("ApiGatewayV2Client", "PublishPortalCommand")
3563
- .sc(PublishPortal$)
1084
+ .sc(schemas_0.PublishPortal$)
3564
1085
  .build() {
3565
1086
  }
3566
1087
 
@@ -3572,7 +1093,7 @@ class PutPortalProductSharingPolicyCommand extends smithyClient.Command
3572
1093
  })
3573
1094
  .s("ApiGatewayV2", "PutPortalProductSharingPolicy", {})
3574
1095
  .n("ApiGatewayV2Client", "PutPortalProductSharingPolicyCommand")
3575
- .sc(PutPortalProductSharingPolicy$)
1096
+ .sc(schemas_0.PutPortalProductSharingPolicy$)
3576
1097
  .build() {
3577
1098
  }
3578
1099
 
@@ -3584,7 +1105,7 @@ class PutRoutingRuleCommand extends smithyClient.Command
3584
1105
  })
3585
1106
  .s("ApiGatewayV2", "PutRoutingRule", {})
3586
1107
  .n("ApiGatewayV2Client", "PutRoutingRuleCommand")
3587
- .sc(PutRoutingRule$)
1108
+ .sc(schemas_0.PutRoutingRule$)
3588
1109
  .build() {
3589
1110
  }
3590
1111
 
@@ -3596,7 +1117,7 @@ class ReimportApiCommand extends smithyClient.Command
3596
1117
  })
3597
1118
  .s("ApiGatewayV2", "ReimportApi", {})
3598
1119
  .n("ApiGatewayV2Client", "ReimportApiCommand")
3599
- .sc(ReimportApi$)
1120
+ .sc(schemas_0.ReimportApi$)
3600
1121
  .build() {
3601
1122
  }
3602
1123
 
@@ -3608,7 +1129,7 @@ class ResetAuthorizersCacheCommand extends smithyClient.Command
3608
1129
  })
3609
1130
  .s("ApiGatewayV2", "ResetAuthorizersCache", {})
3610
1131
  .n("ApiGatewayV2Client", "ResetAuthorizersCacheCommand")
3611
- .sc(ResetAuthorizersCache$)
1132
+ .sc(schemas_0.ResetAuthorizersCache$)
3612
1133
  .build() {
3613
1134
  }
3614
1135
 
@@ -3620,7 +1141,7 @@ class TagResourceCommand extends smithyClient.Command
3620
1141
  })
3621
1142
  .s("ApiGatewayV2", "TagResource", {})
3622
1143
  .n("ApiGatewayV2Client", "TagResourceCommand")
3623
- .sc(TagResource$)
1144
+ .sc(schemas_0.TagResource$)
3624
1145
  .build() {
3625
1146
  }
3626
1147
 
@@ -3632,7 +1153,7 @@ class UntagResourceCommand extends smithyClient.Command
3632
1153
  })
3633
1154
  .s("ApiGatewayV2", "UntagResource", {})
3634
1155
  .n("ApiGatewayV2Client", "UntagResourceCommand")
3635
- .sc(UntagResource$)
1156
+ .sc(schemas_0.UntagResource$)
3636
1157
  .build() {
3637
1158
  }
3638
1159
 
@@ -3644,7 +1165,7 @@ class UpdateApiCommand extends smithyClient.Command
3644
1165
  })
3645
1166
  .s("ApiGatewayV2", "UpdateApi", {})
3646
1167
  .n("ApiGatewayV2Client", "UpdateApiCommand")
3647
- .sc(UpdateApi$)
1168
+ .sc(schemas_0.UpdateApi$)
3648
1169
  .build() {
3649
1170
  }
3650
1171
 
@@ -3656,7 +1177,7 @@ class UpdateApiMappingCommand extends smithyClient.Command
3656
1177
  })
3657
1178
  .s("ApiGatewayV2", "UpdateApiMapping", {})
3658
1179
  .n("ApiGatewayV2Client", "UpdateApiMappingCommand")
3659
- .sc(UpdateApiMapping$)
1180
+ .sc(schemas_0.UpdateApiMapping$)
3660
1181
  .build() {
3661
1182
  }
3662
1183
 
@@ -3668,7 +1189,7 @@ class UpdateAuthorizerCommand extends smithyClient.Command
3668
1189
  })
3669
1190
  .s("ApiGatewayV2", "UpdateAuthorizer", {})
3670
1191
  .n("ApiGatewayV2Client", "UpdateAuthorizerCommand")
3671
- .sc(UpdateAuthorizer$)
1192
+ .sc(schemas_0.UpdateAuthorizer$)
3672
1193
  .build() {
3673
1194
  }
3674
1195
 
@@ -3680,7 +1201,7 @@ class UpdateDeploymentCommand extends smithyClient.Command
3680
1201
  })
3681
1202
  .s("ApiGatewayV2", "UpdateDeployment", {})
3682
1203
  .n("ApiGatewayV2Client", "UpdateDeploymentCommand")
3683
- .sc(UpdateDeployment$)
1204
+ .sc(schemas_0.UpdateDeployment$)
3684
1205
  .build() {
3685
1206
  }
3686
1207
 
@@ -3692,7 +1213,7 @@ class UpdateDomainNameCommand extends smithyClient.Command
3692
1213
  })
3693
1214
  .s("ApiGatewayV2", "UpdateDomainName", {})
3694
1215
  .n("ApiGatewayV2Client", "UpdateDomainNameCommand")
3695
- .sc(UpdateDomainName$)
1216
+ .sc(schemas_0.UpdateDomainName$)
3696
1217
  .build() {
3697
1218
  }
3698
1219
 
@@ -3704,7 +1225,7 @@ class UpdateIntegrationCommand extends smithyClient.Command
3704
1225
  })
3705
1226
  .s("ApiGatewayV2", "UpdateIntegration", {})
3706
1227
  .n("ApiGatewayV2Client", "UpdateIntegrationCommand")
3707
- .sc(UpdateIntegration$)
1228
+ .sc(schemas_0.UpdateIntegration$)
3708
1229
  .build() {
3709
1230
  }
3710
1231
 
@@ -3716,7 +1237,7 @@ class UpdateIntegrationResponseCommand extends smithyClient.Command
3716
1237
  })
3717
1238
  .s("ApiGatewayV2", "UpdateIntegrationResponse", {})
3718
1239
  .n("ApiGatewayV2Client", "UpdateIntegrationResponseCommand")
3719
- .sc(UpdateIntegrationResponse$)
1240
+ .sc(schemas_0.UpdateIntegrationResponse$)
3720
1241
  .build() {
3721
1242
  }
3722
1243
 
@@ -3728,7 +1249,7 @@ class UpdateModelCommand extends smithyClient.Command
3728
1249
  })
3729
1250
  .s("ApiGatewayV2", "UpdateModel", {})
3730
1251
  .n("ApiGatewayV2Client", "UpdateModelCommand")
3731
- .sc(UpdateModel$)
1252
+ .sc(schemas_0.UpdateModel$)
3732
1253
  .build() {
3733
1254
  }
3734
1255
 
@@ -3740,7 +1261,7 @@ class UpdatePortalCommand extends smithyClient.Command
3740
1261
  })
3741
1262
  .s("ApiGatewayV2", "UpdatePortal", {})
3742
1263
  .n("ApiGatewayV2Client", "UpdatePortalCommand")
3743
- .sc(UpdatePortal$)
1264
+ .sc(schemas_0.UpdatePortal$)
3744
1265
  .build() {
3745
1266
  }
3746
1267
 
@@ -3752,7 +1273,7 @@ class UpdatePortalProductCommand extends smithyClient.Command
3752
1273
  })
3753
1274
  .s("ApiGatewayV2", "UpdatePortalProduct", {})
3754
1275
  .n("ApiGatewayV2Client", "UpdatePortalProductCommand")
3755
- .sc(UpdatePortalProduct$)
1276
+ .sc(schemas_0.UpdatePortalProduct$)
3756
1277
  .build() {
3757
1278
  }
3758
1279
 
@@ -3764,7 +1285,7 @@ class UpdateProductPageCommand extends smithyClient.Command
3764
1285
  })
3765
1286
  .s("ApiGatewayV2", "UpdateProductPage", {})
3766
1287
  .n("ApiGatewayV2Client", "UpdateProductPageCommand")
3767
- .sc(UpdateProductPage$)
1288
+ .sc(schemas_0.UpdateProductPage$)
3768
1289
  .build() {
3769
1290
  }
3770
1291
 
@@ -3776,7 +1297,7 @@ class UpdateProductRestEndpointPageCommand extends smithyClient.Command
3776
1297
  })
3777
1298
  .s("ApiGatewayV2", "UpdateProductRestEndpointPage", {})
3778
1299
  .n("ApiGatewayV2Client", "UpdateProductRestEndpointPageCommand")
3779
- .sc(UpdateProductRestEndpointPage$)
1300
+ .sc(schemas_0.UpdateProductRestEndpointPage$)
3780
1301
  .build() {
3781
1302
  }
3782
1303
 
@@ -3788,7 +1309,7 @@ class UpdateRouteCommand extends smithyClient.Command
3788
1309
  })
3789
1310
  .s("ApiGatewayV2", "UpdateRoute", {})
3790
1311
  .n("ApiGatewayV2Client", "UpdateRouteCommand")
3791
- .sc(UpdateRoute$)
1312
+ .sc(schemas_0.UpdateRoute$)
3792
1313
  .build() {
3793
1314
  }
3794
1315
 
@@ -3800,7 +1321,7 @@ class UpdateRouteResponseCommand extends smithyClient.Command
3800
1321
  })
3801
1322
  .s("ApiGatewayV2", "UpdateRouteResponse", {})
3802
1323
  .n("ApiGatewayV2Client", "UpdateRouteResponseCommand")
3803
- .sc(UpdateRouteResponse$)
1324
+ .sc(schemas_0.UpdateRouteResponse$)
3804
1325
  .build() {
3805
1326
  }
3806
1327
 
@@ -3812,7 +1333,7 @@ class UpdateStageCommand extends smithyClient.Command
3812
1333
  })
3813
1334
  .s("ApiGatewayV2", "UpdateStage", {})
3814
1335
  .n("ApiGatewayV2Client", "UpdateStageCommand")
3815
- .sc(UpdateStage$)
1336
+ .sc(schemas_0.UpdateStage$)
3816
1337
  .build() {
3817
1338
  }
3818
1339
 
@@ -3824,7 +1345,7 @@ class UpdateVpcLinkCommand extends smithyClient.Command
3824
1345
  })
3825
1346
  .s("ApiGatewayV2", "UpdateVpcLink", {})
3826
1347
  .n("ApiGatewayV2Client", "UpdateVpcLinkCommand")
3827
- .sc(UpdateVpcLink$)
1348
+ .sc(schemas_0.UpdateVpcLink$)
3828
1349
  .build() {
3829
1350
  }
3830
1351
 
@@ -4048,478 +1569,145 @@ Object.defineProperty(exports, "__Client", {
4048
1569
  enumerable: true,
4049
1570
  get: function () { return smithyClient.Client; }
4050
1571
  });
4051
- exports.ACMManaged$ = ACMManaged$;
4052
- exports.AccessDeniedException = AccessDeniedException;
4053
- exports.AccessDeniedException$ = AccessDeniedException$;
4054
- exports.AccessLogSettings$ = AccessLogSettings$;
4055
- exports.Api$ = Api$;
1572
+ Object.defineProperty(exports, "ApiGatewayV2ServiceException", {
1573
+ enumerable: true,
1574
+ get: function () { return ApiGatewayV2ServiceException.ApiGatewayV2ServiceException; }
1575
+ });
4056
1576
  exports.ApiGatewayV2 = ApiGatewayV2;
4057
1577
  exports.ApiGatewayV2Client = ApiGatewayV2Client;
4058
- exports.ApiGatewayV2ServiceException = ApiGatewayV2ServiceException;
4059
- exports.ApiGatewayV2ServiceException$ = ApiGatewayV2ServiceException$;
4060
- exports.ApiMapping$ = ApiMapping$;
4061
- exports.Authorization$ = Authorization$;
4062
1578
  exports.AuthorizationType = AuthorizationType;
4063
- exports.Authorizer$ = Authorizer$;
4064
1579
  exports.AuthorizerType = AuthorizerType;
4065
- exports.BadRequestException = BadRequestException;
4066
- exports.BadRequestException$ = BadRequestException$;
4067
- exports.CognitoConfig$ = CognitoConfig$;
4068
- exports.ConflictException = ConflictException;
4069
- exports.ConflictException$ = ConflictException$;
4070
1580
  exports.ConnectionType = ConnectionType;
4071
1581
  exports.ContentHandlingStrategy = ContentHandlingStrategy;
4072
- exports.Cors$ = Cors$;
4073
- exports.CreateApi$ = CreateApi$;
4074
1582
  exports.CreateApiCommand = CreateApiCommand;
4075
- exports.CreateApiMapping$ = CreateApiMapping$;
4076
1583
  exports.CreateApiMappingCommand = CreateApiMappingCommand;
4077
- exports.CreateApiMappingRequest$ = CreateApiMappingRequest$;
4078
- exports.CreateApiMappingResponse$ = CreateApiMappingResponse$;
4079
- exports.CreateApiRequest$ = CreateApiRequest$;
4080
- exports.CreateApiResponse$ = CreateApiResponse$;
4081
- exports.CreateAuthorizer$ = CreateAuthorizer$;
4082
1584
  exports.CreateAuthorizerCommand = CreateAuthorizerCommand;
4083
- exports.CreateAuthorizerRequest$ = CreateAuthorizerRequest$;
4084
- exports.CreateAuthorizerResponse$ = CreateAuthorizerResponse$;
4085
- exports.CreateDeployment$ = CreateDeployment$;
4086
1585
  exports.CreateDeploymentCommand = CreateDeploymentCommand;
4087
- exports.CreateDeploymentRequest$ = CreateDeploymentRequest$;
4088
- exports.CreateDeploymentResponse$ = CreateDeploymentResponse$;
4089
- exports.CreateDomainName$ = CreateDomainName$;
4090
1586
  exports.CreateDomainNameCommand = CreateDomainNameCommand;
4091
- exports.CreateDomainNameRequest$ = CreateDomainNameRequest$;
4092
- exports.CreateDomainNameResponse$ = CreateDomainNameResponse$;
4093
- exports.CreateIntegration$ = CreateIntegration$;
4094
1587
  exports.CreateIntegrationCommand = CreateIntegrationCommand;
4095
- exports.CreateIntegrationRequest$ = CreateIntegrationRequest$;
4096
- exports.CreateIntegrationResponse$ = CreateIntegrationResponse$;
4097
1588
  exports.CreateIntegrationResponseCommand = CreateIntegrationResponseCommand;
4098
- exports.CreateIntegrationResponseRequest$ = CreateIntegrationResponseRequest$;
4099
- exports.CreateIntegrationResponseResponse$ = CreateIntegrationResponseResponse$;
4100
- exports.CreateIntegrationResult$ = CreateIntegrationResult$;
4101
- exports.CreateModel$ = CreateModel$;
4102
1589
  exports.CreateModelCommand = CreateModelCommand;
4103
- exports.CreateModelRequest$ = CreateModelRequest$;
4104
- exports.CreateModelResponse$ = CreateModelResponse$;
4105
- exports.CreatePortal$ = CreatePortal$;
4106
1590
  exports.CreatePortalCommand = CreatePortalCommand;
4107
- exports.CreatePortalProduct$ = CreatePortalProduct$;
4108
1591
  exports.CreatePortalProductCommand = CreatePortalProductCommand;
4109
- exports.CreatePortalProductRequest$ = CreatePortalProductRequest$;
4110
- exports.CreatePortalProductResponse$ = CreatePortalProductResponse$;
4111
- exports.CreatePortalRequest$ = CreatePortalRequest$;
4112
- exports.CreatePortalResponse$ = CreatePortalResponse$;
4113
- exports.CreateProductPage$ = CreateProductPage$;
4114
1592
  exports.CreateProductPageCommand = CreateProductPageCommand;
4115
- exports.CreateProductPageRequest$ = CreateProductPageRequest$;
4116
- exports.CreateProductPageResponse$ = CreateProductPageResponse$;
4117
- exports.CreateProductRestEndpointPage$ = CreateProductRestEndpointPage$;
4118
1593
  exports.CreateProductRestEndpointPageCommand = CreateProductRestEndpointPageCommand;
4119
- exports.CreateProductRestEndpointPageRequest$ = CreateProductRestEndpointPageRequest$;
4120
- exports.CreateProductRestEndpointPageResponse$ = CreateProductRestEndpointPageResponse$;
4121
- exports.CreateRoute$ = CreateRoute$;
4122
1594
  exports.CreateRouteCommand = CreateRouteCommand;
4123
- exports.CreateRouteRequest$ = CreateRouteRequest$;
4124
- exports.CreateRouteResponse$ = CreateRouteResponse$;
4125
1595
  exports.CreateRouteResponseCommand = CreateRouteResponseCommand;
4126
- exports.CreateRouteResponseRequest$ = CreateRouteResponseRequest$;
4127
- exports.CreateRouteResponseResponse$ = CreateRouteResponseResponse$;
4128
- exports.CreateRouteResult$ = CreateRouteResult$;
4129
- exports.CreateRoutingRule$ = CreateRoutingRule$;
4130
1596
  exports.CreateRoutingRuleCommand = CreateRoutingRuleCommand;
4131
- exports.CreateRoutingRuleRequest$ = CreateRoutingRuleRequest$;
4132
- exports.CreateRoutingRuleResponse$ = CreateRoutingRuleResponse$;
4133
- exports.CreateStage$ = CreateStage$;
4134
1597
  exports.CreateStageCommand = CreateStageCommand;
4135
- exports.CreateStageRequest$ = CreateStageRequest$;
4136
- exports.CreateStageResponse$ = CreateStageResponse$;
4137
- exports.CreateVpcLink$ = CreateVpcLink$;
4138
1598
  exports.CreateVpcLinkCommand = CreateVpcLinkCommand;
4139
- exports.CreateVpcLinkRequest$ = CreateVpcLinkRequest$;
4140
- exports.CreateVpcLinkResponse$ = CreateVpcLinkResponse$;
4141
- exports.CustomColors$ = CustomColors$;
4142
- exports.DeleteAccessLogSettings$ = DeleteAccessLogSettings$;
4143
1599
  exports.DeleteAccessLogSettingsCommand = DeleteAccessLogSettingsCommand;
4144
- exports.DeleteAccessLogSettingsRequest$ = DeleteAccessLogSettingsRequest$;
4145
- exports.DeleteApi$ = DeleteApi$;
4146
1600
  exports.DeleteApiCommand = DeleteApiCommand;
4147
- exports.DeleteApiMapping$ = DeleteApiMapping$;
4148
1601
  exports.DeleteApiMappingCommand = DeleteApiMappingCommand;
4149
- exports.DeleteApiMappingRequest$ = DeleteApiMappingRequest$;
4150
- exports.DeleteApiRequest$ = DeleteApiRequest$;
4151
- exports.DeleteAuthorizer$ = DeleteAuthorizer$;
4152
1602
  exports.DeleteAuthorizerCommand = DeleteAuthorizerCommand;
4153
- exports.DeleteAuthorizerRequest$ = DeleteAuthorizerRequest$;
4154
- exports.DeleteCorsConfiguration$ = DeleteCorsConfiguration$;
4155
1603
  exports.DeleteCorsConfigurationCommand = DeleteCorsConfigurationCommand;
4156
- exports.DeleteCorsConfigurationRequest$ = DeleteCorsConfigurationRequest$;
4157
- exports.DeleteDeployment$ = DeleteDeployment$;
4158
1604
  exports.DeleteDeploymentCommand = DeleteDeploymentCommand;
4159
- exports.DeleteDeploymentRequest$ = DeleteDeploymentRequest$;
4160
- exports.DeleteDomainName$ = DeleteDomainName$;
4161
1605
  exports.DeleteDomainNameCommand = DeleteDomainNameCommand;
4162
- exports.DeleteDomainNameRequest$ = DeleteDomainNameRequest$;
4163
- exports.DeleteIntegration$ = DeleteIntegration$;
4164
1606
  exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
4165
- exports.DeleteIntegrationRequest$ = DeleteIntegrationRequest$;
4166
- exports.DeleteIntegrationResponse$ = DeleteIntegrationResponse$;
4167
1607
  exports.DeleteIntegrationResponseCommand = DeleteIntegrationResponseCommand;
4168
- exports.DeleteIntegrationResponseRequest$ = DeleteIntegrationResponseRequest$;
4169
- exports.DeleteModel$ = DeleteModel$;
4170
1608
  exports.DeleteModelCommand = DeleteModelCommand;
4171
- exports.DeleteModelRequest$ = DeleteModelRequest$;
4172
- exports.DeletePortal$ = DeletePortal$;
4173
1609
  exports.DeletePortalCommand = DeletePortalCommand;
4174
- exports.DeletePortalProduct$ = DeletePortalProduct$;
4175
1610
  exports.DeletePortalProductCommand = DeletePortalProductCommand;
4176
- exports.DeletePortalProductRequest$ = DeletePortalProductRequest$;
4177
- exports.DeletePortalProductSharingPolicy$ = DeletePortalProductSharingPolicy$;
4178
1611
  exports.DeletePortalProductSharingPolicyCommand = DeletePortalProductSharingPolicyCommand;
4179
- exports.DeletePortalProductSharingPolicyRequest$ = DeletePortalProductSharingPolicyRequest$;
4180
- exports.DeletePortalRequest$ = DeletePortalRequest$;
4181
- exports.DeleteProductPage$ = DeleteProductPage$;
4182
1612
  exports.DeleteProductPageCommand = DeleteProductPageCommand;
4183
- exports.DeleteProductPageRequest$ = DeleteProductPageRequest$;
4184
- exports.DeleteProductRestEndpointPage$ = DeleteProductRestEndpointPage$;
4185
1613
  exports.DeleteProductRestEndpointPageCommand = DeleteProductRestEndpointPageCommand;
4186
- exports.DeleteProductRestEndpointPageRequest$ = DeleteProductRestEndpointPageRequest$;
4187
- exports.DeleteRoute$ = DeleteRoute$;
4188
1614
  exports.DeleteRouteCommand = DeleteRouteCommand;
4189
- exports.DeleteRouteRequest$ = DeleteRouteRequest$;
4190
- exports.DeleteRouteRequestParameter$ = DeleteRouteRequestParameter$;
4191
1615
  exports.DeleteRouteRequestParameterCommand = DeleteRouteRequestParameterCommand;
4192
- exports.DeleteRouteRequestParameterRequest$ = DeleteRouteRequestParameterRequest$;
4193
- exports.DeleteRouteResponse$ = DeleteRouteResponse$;
4194
1616
  exports.DeleteRouteResponseCommand = DeleteRouteResponseCommand;
4195
- exports.DeleteRouteResponseRequest$ = DeleteRouteResponseRequest$;
4196
- exports.DeleteRouteSettings$ = DeleteRouteSettings$;
4197
1617
  exports.DeleteRouteSettingsCommand = DeleteRouteSettingsCommand;
4198
- exports.DeleteRouteSettingsRequest$ = DeleteRouteSettingsRequest$;
4199
- exports.DeleteRoutingRule$ = DeleteRoutingRule$;
4200
1618
  exports.DeleteRoutingRuleCommand = DeleteRoutingRuleCommand;
4201
- exports.DeleteRoutingRuleRequest$ = DeleteRoutingRuleRequest$;
4202
- exports.DeleteStage$ = DeleteStage$;
4203
1619
  exports.DeleteStageCommand = DeleteStageCommand;
4204
- exports.DeleteStageRequest$ = DeleteStageRequest$;
4205
- exports.DeleteVpcLink$ = DeleteVpcLink$;
4206
1620
  exports.DeleteVpcLinkCommand = DeleteVpcLinkCommand;
4207
- exports.DeleteVpcLinkRequest$ = DeleteVpcLinkRequest$;
4208
- exports.DeleteVpcLinkResponse$ = DeleteVpcLinkResponse$;
4209
- exports.Deployment$ = Deployment$;
4210
1621
  exports.DeploymentStatus = DeploymentStatus;
4211
- exports.DisablePortal$ = DisablePortal$;
4212
1622
  exports.DisablePortalCommand = DisablePortalCommand;
4213
- exports.DisablePortalRequest$ = DisablePortalRequest$;
4214
- exports.DisplayContent$ = DisplayContent$;
4215
- exports.DisplayContentOverrides$ = DisplayContentOverrides$;
4216
- exports.DisplayOrder$ = DisplayOrder$;
4217
- exports.DomainName$ = DomainName$;
4218
- exports.DomainNameConfiguration$ = DomainNameConfiguration$;
4219
1623
  exports.DomainNameStatus = DomainNameStatus;
4220
- exports.EndpointConfigurationRequest$ = EndpointConfigurationRequest$;
4221
- exports.EndpointConfigurationResponse$ = EndpointConfigurationResponse$;
4222
- exports.EndpointDisplayContent$ = EndpointDisplayContent$;
4223
- exports.EndpointDisplayContentResponse$ = EndpointDisplayContentResponse$;
4224
1624
  exports.EndpointType = EndpointType;
4225
- exports.ExportApi$ = ExportApi$;
4226
1625
  exports.ExportApiCommand = ExportApiCommand;
4227
- exports.ExportApiRequest$ = ExportApiRequest$;
4228
- exports.ExportApiResponse$ = ExportApiResponse$;
4229
- exports.GetApi$ = GetApi$;
4230
1626
  exports.GetApiCommand = GetApiCommand;
4231
- exports.GetApiMapping$ = GetApiMapping$;
4232
1627
  exports.GetApiMappingCommand = GetApiMappingCommand;
4233
- exports.GetApiMappingRequest$ = GetApiMappingRequest$;
4234
- exports.GetApiMappingResponse$ = GetApiMappingResponse$;
4235
- exports.GetApiMappings$ = GetApiMappings$;
4236
1628
  exports.GetApiMappingsCommand = GetApiMappingsCommand;
4237
- exports.GetApiMappingsRequest$ = GetApiMappingsRequest$;
4238
- exports.GetApiMappingsResponse$ = GetApiMappingsResponse$;
4239
- exports.GetApiRequest$ = GetApiRequest$;
4240
- exports.GetApiResponse$ = GetApiResponse$;
4241
- exports.GetApis$ = GetApis$;
4242
1629
  exports.GetApisCommand = GetApisCommand;
4243
- exports.GetApisRequest$ = GetApisRequest$;
4244
- exports.GetApisResponse$ = GetApisResponse$;
4245
- exports.GetAuthorizer$ = GetAuthorizer$;
4246
1630
  exports.GetAuthorizerCommand = GetAuthorizerCommand;
4247
- exports.GetAuthorizerRequest$ = GetAuthorizerRequest$;
4248
- exports.GetAuthorizerResponse$ = GetAuthorizerResponse$;
4249
- exports.GetAuthorizers$ = GetAuthorizers$;
4250
1631
  exports.GetAuthorizersCommand = GetAuthorizersCommand;
4251
- exports.GetAuthorizersRequest$ = GetAuthorizersRequest$;
4252
- exports.GetAuthorizersResponse$ = GetAuthorizersResponse$;
4253
- exports.GetDeployment$ = GetDeployment$;
4254
1632
  exports.GetDeploymentCommand = GetDeploymentCommand;
4255
- exports.GetDeploymentRequest$ = GetDeploymentRequest$;
4256
- exports.GetDeploymentResponse$ = GetDeploymentResponse$;
4257
- exports.GetDeployments$ = GetDeployments$;
4258
1633
  exports.GetDeploymentsCommand = GetDeploymentsCommand;
4259
- exports.GetDeploymentsRequest$ = GetDeploymentsRequest$;
4260
- exports.GetDeploymentsResponse$ = GetDeploymentsResponse$;
4261
- exports.GetDomainName$ = GetDomainName$;
4262
1634
  exports.GetDomainNameCommand = GetDomainNameCommand;
4263
- exports.GetDomainNameRequest$ = GetDomainNameRequest$;
4264
- exports.GetDomainNameResponse$ = GetDomainNameResponse$;
4265
- exports.GetDomainNames$ = GetDomainNames$;
4266
1635
  exports.GetDomainNamesCommand = GetDomainNamesCommand;
4267
- exports.GetDomainNamesRequest$ = GetDomainNamesRequest$;
4268
- exports.GetDomainNamesResponse$ = GetDomainNamesResponse$;
4269
- exports.GetIntegration$ = GetIntegration$;
4270
1636
  exports.GetIntegrationCommand = GetIntegrationCommand;
4271
- exports.GetIntegrationRequest$ = GetIntegrationRequest$;
4272
- exports.GetIntegrationResponse$ = GetIntegrationResponse$;
4273
1637
  exports.GetIntegrationResponseCommand = GetIntegrationResponseCommand;
4274
- exports.GetIntegrationResponseRequest$ = GetIntegrationResponseRequest$;
4275
- exports.GetIntegrationResponseResponse$ = GetIntegrationResponseResponse$;
4276
- exports.GetIntegrationResponses$ = GetIntegrationResponses$;
4277
1638
  exports.GetIntegrationResponsesCommand = GetIntegrationResponsesCommand;
4278
- exports.GetIntegrationResponsesRequest$ = GetIntegrationResponsesRequest$;
4279
- exports.GetIntegrationResponsesResponse$ = GetIntegrationResponsesResponse$;
4280
- exports.GetIntegrationResult$ = GetIntegrationResult$;
4281
- exports.GetIntegrations$ = GetIntegrations$;
4282
1639
  exports.GetIntegrationsCommand = GetIntegrationsCommand;
4283
- exports.GetIntegrationsRequest$ = GetIntegrationsRequest$;
4284
- exports.GetIntegrationsResponse$ = GetIntegrationsResponse$;
4285
- exports.GetModel$ = GetModel$;
4286
1640
  exports.GetModelCommand = GetModelCommand;
4287
- exports.GetModelRequest$ = GetModelRequest$;
4288
- exports.GetModelResponse$ = GetModelResponse$;
4289
- exports.GetModelTemplate$ = GetModelTemplate$;
4290
1641
  exports.GetModelTemplateCommand = GetModelTemplateCommand;
4291
- exports.GetModelTemplateRequest$ = GetModelTemplateRequest$;
4292
- exports.GetModelTemplateResponse$ = GetModelTemplateResponse$;
4293
- exports.GetModels$ = GetModels$;
4294
1642
  exports.GetModelsCommand = GetModelsCommand;
4295
- exports.GetModelsRequest$ = GetModelsRequest$;
4296
- exports.GetModelsResponse$ = GetModelsResponse$;
4297
- exports.GetPortal$ = GetPortal$;
4298
1643
  exports.GetPortalCommand = GetPortalCommand;
4299
- exports.GetPortalProduct$ = GetPortalProduct$;
4300
1644
  exports.GetPortalProductCommand = GetPortalProductCommand;
4301
- exports.GetPortalProductRequest$ = GetPortalProductRequest$;
4302
- exports.GetPortalProductResponse$ = GetPortalProductResponse$;
4303
- exports.GetPortalProductSharingPolicy$ = GetPortalProductSharingPolicy$;
4304
1645
  exports.GetPortalProductSharingPolicyCommand = GetPortalProductSharingPolicyCommand;
4305
- exports.GetPortalProductSharingPolicyRequest$ = GetPortalProductSharingPolicyRequest$;
4306
- exports.GetPortalProductSharingPolicyResponse$ = GetPortalProductSharingPolicyResponse$;
4307
- exports.GetPortalRequest$ = GetPortalRequest$;
4308
- exports.GetPortalResponse$ = GetPortalResponse$;
4309
- exports.GetProductPage$ = GetProductPage$;
4310
1646
  exports.GetProductPageCommand = GetProductPageCommand;
4311
- exports.GetProductPageRequest$ = GetProductPageRequest$;
4312
- exports.GetProductPageResponse$ = GetProductPageResponse$;
4313
- exports.GetProductRestEndpointPage$ = GetProductRestEndpointPage$;
4314
1647
  exports.GetProductRestEndpointPageCommand = GetProductRestEndpointPageCommand;
4315
- exports.GetProductRestEndpointPageRequest$ = GetProductRestEndpointPageRequest$;
4316
- exports.GetProductRestEndpointPageResponse$ = GetProductRestEndpointPageResponse$;
4317
- exports.GetRoute$ = GetRoute$;
4318
1648
  exports.GetRouteCommand = GetRouteCommand;
4319
- exports.GetRouteRequest$ = GetRouteRequest$;
4320
- exports.GetRouteResponse$ = GetRouteResponse$;
4321
1649
  exports.GetRouteResponseCommand = GetRouteResponseCommand;
4322
- exports.GetRouteResponseRequest$ = GetRouteResponseRequest$;
4323
- exports.GetRouteResponseResponse$ = GetRouteResponseResponse$;
4324
- exports.GetRouteResponses$ = GetRouteResponses$;
4325
1650
  exports.GetRouteResponsesCommand = GetRouteResponsesCommand;
4326
- exports.GetRouteResponsesRequest$ = GetRouteResponsesRequest$;
4327
- exports.GetRouteResponsesResponse$ = GetRouteResponsesResponse$;
4328
- exports.GetRouteResult$ = GetRouteResult$;
4329
- exports.GetRoutes$ = GetRoutes$;
4330
1651
  exports.GetRoutesCommand = GetRoutesCommand;
4331
- exports.GetRoutesRequest$ = GetRoutesRequest$;
4332
- exports.GetRoutesResponse$ = GetRoutesResponse$;
4333
- exports.GetRoutingRule$ = GetRoutingRule$;
4334
1652
  exports.GetRoutingRuleCommand = GetRoutingRuleCommand;
4335
- exports.GetRoutingRuleRequest$ = GetRoutingRuleRequest$;
4336
- exports.GetRoutingRuleResponse$ = GetRoutingRuleResponse$;
4337
- exports.GetStage$ = GetStage$;
4338
1653
  exports.GetStageCommand = GetStageCommand;
4339
- exports.GetStageRequest$ = GetStageRequest$;
4340
- exports.GetStageResponse$ = GetStageResponse$;
4341
- exports.GetStages$ = GetStages$;
4342
1654
  exports.GetStagesCommand = GetStagesCommand;
4343
- exports.GetStagesRequest$ = GetStagesRequest$;
4344
- exports.GetStagesResponse$ = GetStagesResponse$;
4345
- exports.GetTags$ = GetTags$;
4346
1655
  exports.GetTagsCommand = GetTagsCommand;
4347
- exports.GetTagsRequest$ = GetTagsRequest$;
4348
- exports.GetTagsResponse$ = GetTagsResponse$;
4349
- exports.GetVpcLink$ = GetVpcLink$;
4350
1656
  exports.GetVpcLinkCommand = GetVpcLinkCommand;
4351
- exports.GetVpcLinkRequest$ = GetVpcLinkRequest$;
4352
- exports.GetVpcLinkResponse$ = GetVpcLinkResponse$;
4353
- exports.GetVpcLinks$ = GetVpcLinks$;
4354
1657
  exports.GetVpcLinksCommand = GetVpcLinksCommand;
4355
- exports.GetVpcLinksRequest$ = GetVpcLinksRequest$;
4356
- exports.GetVpcLinksResponse$ = GetVpcLinksResponse$;
4357
- exports.IdentifierParts$ = IdentifierParts$;
4358
- exports.ImportApi$ = ImportApi$;
4359
1658
  exports.ImportApiCommand = ImportApiCommand;
4360
- exports.ImportApiRequest$ = ImportApiRequest$;
4361
- exports.ImportApiResponse$ = ImportApiResponse$;
4362
- exports.Integration$ = Integration$;
4363
- exports.IntegrationResponse$ = IntegrationResponse$;
4364
1659
  exports.IntegrationType = IntegrationType;
4365
1660
  exports.IpAddressType = IpAddressType;
4366
- exports.JWTConfiguration$ = JWTConfiguration$;
4367
- exports.ListPortalProducts$ = ListPortalProducts$;
4368
1661
  exports.ListPortalProductsCommand = ListPortalProductsCommand;
4369
- exports.ListPortalProductsRequest$ = ListPortalProductsRequest$;
4370
- exports.ListPortalProductsResponse$ = ListPortalProductsResponse$;
4371
- exports.ListPortals$ = ListPortals$;
4372
1662
  exports.ListPortalsCommand = ListPortalsCommand;
4373
- exports.ListPortalsRequest$ = ListPortalsRequest$;
4374
- exports.ListPortalsResponse$ = ListPortalsResponse$;
4375
- exports.ListProductPages$ = ListProductPages$;
4376
1663
  exports.ListProductPagesCommand = ListProductPagesCommand;
4377
- exports.ListProductPagesRequest$ = ListProductPagesRequest$;
4378
- exports.ListProductPagesResponse$ = ListProductPagesResponse$;
4379
- exports.ListProductRestEndpointPages$ = ListProductRestEndpointPages$;
4380
1664
  exports.ListProductRestEndpointPagesCommand = ListProductRestEndpointPagesCommand;
4381
- exports.ListProductRestEndpointPagesRequest$ = ListProductRestEndpointPagesRequest$;
4382
- exports.ListProductRestEndpointPagesResponse$ = ListProductRestEndpointPagesResponse$;
4383
- exports.ListRoutingRules$ = ListRoutingRules$;
4384
1665
  exports.ListRoutingRulesCommand = ListRoutingRulesCommand;
4385
- exports.ListRoutingRulesRequest$ = ListRoutingRulesRequest$;
4386
- exports.ListRoutingRulesResponse$ = ListRoutingRulesResponse$;
4387
1666
  exports.LoggingLevel = LoggingLevel;
4388
- exports.Model$ = Model$;
4389
- exports.MutualTlsAuthentication$ = MutualTlsAuthentication$;
4390
- exports.MutualTlsAuthenticationInput$ = MutualTlsAuthenticationInput$;
4391
- exports.None$ = None$;
4392
- exports.NotFoundException = NotFoundException;
4393
- exports.NotFoundException$ = NotFoundException$;
4394
- exports.ParameterConstraints$ = ParameterConstraints$;
4395
1667
  exports.PassthroughBehavior = PassthroughBehavior;
4396
- exports.PortalContent$ = PortalContent$;
4397
- exports.PortalProductSummary$ = PortalProductSummary$;
4398
- exports.PortalSummary$ = PortalSummary$;
4399
- exports.PortalTheme$ = PortalTheme$;
4400
- exports.Preview$ = Preview$;
4401
- exports.PreviewPortal$ = PreviewPortal$;
4402
1668
  exports.PreviewPortalCommand = PreviewPortalCommand;
4403
- exports.PreviewPortalRequest$ = PreviewPortalRequest$;
4404
- exports.PreviewPortalResponse$ = PreviewPortalResponse$;
4405
1669
  exports.PreviewStatus = PreviewStatus;
4406
- exports.ProductPageSummaryNoBody$ = ProductPageSummaryNoBody$;
4407
- exports.ProductRestEndpointPageSummaryNoBody$ = ProductRestEndpointPageSummaryNoBody$;
4408
1670
  exports.ProtocolType = ProtocolType;
4409
- exports.PublishPortal$ = PublishPortal$;
4410
1671
  exports.PublishPortalCommand = PublishPortalCommand;
4411
- exports.PublishPortalRequest$ = PublishPortalRequest$;
4412
- exports.PublishPortalResponse$ = PublishPortalResponse$;
4413
1672
  exports.PublishStatus = PublishStatus;
4414
- exports.PutPortalProductSharingPolicy$ = PutPortalProductSharingPolicy$;
4415
1673
  exports.PutPortalProductSharingPolicyCommand = PutPortalProductSharingPolicyCommand;
4416
- exports.PutPortalProductSharingPolicyRequest$ = PutPortalProductSharingPolicyRequest$;
4417
- exports.PutPortalProductSharingPolicyResponse$ = PutPortalProductSharingPolicyResponse$;
4418
- exports.PutRoutingRule$ = PutRoutingRule$;
4419
1674
  exports.PutRoutingRuleCommand = PutRoutingRuleCommand;
4420
- exports.PutRoutingRuleRequest$ = PutRoutingRuleRequest$;
4421
- exports.PutRoutingRuleResponse$ = PutRoutingRuleResponse$;
4422
- exports.ReimportApi$ = ReimportApi$;
4423
1675
  exports.ReimportApiCommand = ReimportApiCommand;
4424
- exports.ReimportApiRequest$ = ReimportApiRequest$;
4425
- exports.ReimportApiResponse$ = ReimportApiResponse$;
4426
- exports.ResetAuthorizersCache$ = ResetAuthorizersCache$;
4427
1676
  exports.ResetAuthorizersCacheCommand = ResetAuthorizersCacheCommand;
4428
- exports.ResetAuthorizersCacheRequest$ = ResetAuthorizersCacheRequest$;
4429
- exports.RestEndpointIdentifier$ = RestEndpointIdentifier$;
4430
- exports.Route$ = Route$;
4431
- exports.RouteResponse$ = RouteResponse$;
4432
- exports.RouteSettings$ = RouteSettings$;
4433
1677
  exports.RoutingMode = RoutingMode;
4434
- exports.RoutingRule$ = RoutingRule$;
4435
- exports.RoutingRuleAction$ = RoutingRuleAction$;
4436
- exports.RoutingRuleActionInvokeApi$ = RoutingRuleActionInvokeApi$;
4437
- exports.RoutingRuleCondition$ = RoutingRuleCondition$;
4438
- exports.RoutingRuleMatchBasePaths$ = RoutingRuleMatchBasePaths$;
4439
- exports.RoutingRuleMatchHeaderValue$ = RoutingRuleMatchHeaderValue$;
4440
- exports.RoutingRuleMatchHeaders$ = RoutingRuleMatchHeaders$;
4441
- exports.Section$ = Section$;
4442
1678
  exports.SecurityPolicy = SecurityPolicy;
4443
- exports.Stage$ = Stage$;
4444
1679
  exports.Status = Status;
4445
- exports.StatusException$ = StatusException$;
4446
- exports.TagResource$ = TagResource$;
4447
1680
  exports.TagResourceCommand = TagResourceCommand;
4448
- exports.TagResourceRequest$ = TagResourceRequest$;
4449
- exports.TagResourceResponse$ = TagResourceResponse$;
4450
- exports.TlsConfig$ = TlsConfig$;
4451
- exports.TlsConfigInput$ = TlsConfigInput$;
4452
- exports.TooManyRequestsException = TooManyRequestsException;
4453
- exports.TooManyRequestsException$ = TooManyRequestsException$;
4454
1681
  exports.TryItState = TryItState;
4455
- exports.UntagResource$ = UntagResource$;
4456
1682
  exports.UntagResourceCommand = UntagResourceCommand;
4457
- exports.UntagResourceRequest$ = UntagResourceRequest$;
4458
- exports.UpdateApi$ = UpdateApi$;
4459
1683
  exports.UpdateApiCommand = UpdateApiCommand;
4460
- exports.UpdateApiMapping$ = UpdateApiMapping$;
4461
1684
  exports.UpdateApiMappingCommand = UpdateApiMappingCommand;
4462
- exports.UpdateApiMappingRequest$ = UpdateApiMappingRequest$;
4463
- exports.UpdateApiMappingResponse$ = UpdateApiMappingResponse$;
4464
- exports.UpdateApiRequest$ = UpdateApiRequest$;
4465
- exports.UpdateApiResponse$ = UpdateApiResponse$;
4466
- exports.UpdateAuthorizer$ = UpdateAuthorizer$;
4467
1685
  exports.UpdateAuthorizerCommand = UpdateAuthorizerCommand;
4468
- exports.UpdateAuthorizerRequest$ = UpdateAuthorizerRequest$;
4469
- exports.UpdateAuthorizerResponse$ = UpdateAuthorizerResponse$;
4470
- exports.UpdateDeployment$ = UpdateDeployment$;
4471
1686
  exports.UpdateDeploymentCommand = UpdateDeploymentCommand;
4472
- exports.UpdateDeploymentRequest$ = UpdateDeploymentRequest$;
4473
- exports.UpdateDeploymentResponse$ = UpdateDeploymentResponse$;
4474
- exports.UpdateDomainName$ = UpdateDomainName$;
4475
1687
  exports.UpdateDomainNameCommand = UpdateDomainNameCommand;
4476
- exports.UpdateDomainNameRequest$ = UpdateDomainNameRequest$;
4477
- exports.UpdateDomainNameResponse$ = UpdateDomainNameResponse$;
4478
- exports.UpdateIntegration$ = UpdateIntegration$;
4479
1688
  exports.UpdateIntegrationCommand = UpdateIntegrationCommand;
4480
- exports.UpdateIntegrationRequest$ = UpdateIntegrationRequest$;
4481
- exports.UpdateIntegrationResponse$ = UpdateIntegrationResponse$;
4482
1689
  exports.UpdateIntegrationResponseCommand = UpdateIntegrationResponseCommand;
4483
- exports.UpdateIntegrationResponseRequest$ = UpdateIntegrationResponseRequest$;
4484
- exports.UpdateIntegrationResponseResponse$ = UpdateIntegrationResponseResponse$;
4485
- exports.UpdateIntegrationResult$ = UpdateIntegrationResult$;
4486
- exports.UpdateModel$ = UpdateModel$;
4487
1690
  exports.UpdateModelCommand = UpdateModelCommand;
4488
- exports.UpdateModelRequest$ = UpdateModelRequest$;
4489
- exports.UpdateModelResponse$ = UpdateModelResponse$;
4490
- exports.UpdatePortal$ = UpdatePortal$;
4491
1691
  exports.UpdatePortalCommand = UpdatePortalCommand;
4492
- exports.UpdatePortalProduct$ = UpdatePortalProduct$;
4493
1692
  exports.UpdatePortalProductCommand = UpdatePortalProductCommand;
4494
- exports.UpdatePortalProductRequest$ = UpdatePortalProductRequest$;
4495
- exports.UpdatePortalProductResponse$ = UpdatePortalProductResponse$;
4496
- exports.UpdatePortalRequest$ = UpdatePortalRequest$;
4497
- exports.UpdatePortalResponse$ = UpdatePortalResponse$;
4498
- exports.UpdateProductPage$ = UpdateProductPage$;
4499
1693
  exports.UpdateProductPageCommand = UpdateProductPageCommand;
4500
- exports.UpdateProductPageRequest$ = UpdateProductPageRequest$;
4501
- exports.UpdateProductPageResponse$ = UpdateProductPageResponse$;
4502
- exports.UpdateProductRestEndpointPage$ = UpdateProductRestEndpointPage$;
4503
1694
  exports.UpdateProductRestEndpointPageCommand = UpdateProductRestEndpointPageCommand;
4504
- exports.UpdateProductRestEndpointPageRequest$ = UpdateProductRestEndpointPageRequest$;
4505
- exports.UpdateProductRestEndpointPageResponse$ = UpdateProductRestEndpointPageResponse$;
4506
- exports.UpdateRoute$ = UpdateRoute$;
4507
1695
  exports.UpdateRouteCommand = UpdateRouteCommand;
4508
- exports.UpdateRouteRequest$ = UpdateRouteRequest$;
4509
- exports.UpdateRouteResponse$ = UpdateRouteResponse$;
4510
1696
  exports.UpdateRouteResponseCommand = UpdateRouteResponseCommand;
4511
- exports.UpdateRouteResponseRequest$ = UpdateRouteResponseRequest$;
4512
- exports.UpdateRouteResponseResponse$ = UpdateRouteResponseResponse$;
4513
- exports.UpdateRouteResult$ = UpdateRouteResult$;
4514
- exports.UpdateStage$ = UpdateStage$;
4515
1697
  exports.UpdateStageCommand = UpdateStageCommand;
4516
- exports.UpdateStageRequest$ = UpdateStageRequest$;
4517
- exports.UpdateStageResponse$ = UpdateStageResponse$;
4518
- exports.UpdateVpcLink$ = UpdateVpcLink$;
4519
1698
  exports.UpdateVpcLinkCommand = UpdateVpcLinkCommand;
4520
- exports.UpdateVpcLinkRequest$ = UpdateVpcLinkRequest$;
4521
- exports.UpdateVpcLinkResponse$ = UpdateVpcLinkResponse$;
4522
- exports.VpcLink$ = VpcLink$;
4523
1699
  exports.VpcLinkStatus = VpcLinkStatus;
4524
1700
  exports.VpcLinkVersion = VpcLinkVersion;
4525
1701
  exports.paginateListRoutingRules = paginateListRoutingRules;
1702
+ Object.keys(schemas_0).forEach(function (k) {
1703
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1704
+ enumerable: true,
1705
+ get: function () { return schemas_0[k]; }
1706
+ });
1707
+ });
1708
+ Object.keys(errors).forEach(function (k) {
1709
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1710
+ enumerable: true,
1711
+ get: function () { return errors[k]; }
1712
+ });
1713
+ });