@aws-sdk/client-apigatewayv2 3.1074.0 → 3.1076.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
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultApiGatewayV2HttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { CreateApi$, CreateApiMapping$, CreateAuthorizer$, CreateDeployment$, CreateDomainName$, CreateIntegration$, CreateIntegrationResponse$, CreateModel$, CreatePortal$, CreatePortalProduct$, CreateProductPage$, CreateProductRestEndpointPage$, CreateRoute$, CreateRouteResponse$, CreateRoutingRule$, CreateStage$, CreateVpcLink$, DeleteAccessLogSettings$, DeleteApi$, DeleteApiMapping$, DeleteAuthorizer$, DeleteCorsConfiguration$, DeleteDeployment$, DeleteDomainName$, DeleteIntegration$, DeleteIntegrationResponse$, DeleteModel$, DeletePortal$, DeletePortalProduct$, DeletePortalProductSharingPolicy$, DeleteProductPage$, DeleteProductRestEndpointPage$, DeleteRoute$, DeleteRouteRequestParameter$, DeleteRouteResponse$, DeleteRouteSettings$, DeleteRoutingRule$, DeleteStage$, DeleteVpcLink$, DisablePortal$, ExportApi$, GetApi$, GetApiMapping$, GetApiMappings$, GetApis$, GetAuthorizer$, GetAuthorizers$, GetDeployment$, GetDeployments$, GetDomainName$, GetDomainNames$, GetIntegration$, GetIntegrationResponse$, GetIntegrationResponses$, GetIntegrations$, GetModel$, GetModels$, GetModelTemplate$, GetPortal$, GetPortalProduct$, GetPortalProductSharingPolicy$, GetProductPage$, GetProductRestEndpointPage$, GetRoute$, GetRouteResponse$, GetRouteResponses$, GetRoutes$, GetRoutingRule$, GetStage$, GetStages$, GetTags$, GetVpcLink$, GetVpcLinks$, ImportApi$, ListPortalProducts$, ListPortals$, ListProductPages$, ListProductRestEndpointPages$, ListRoutingRules$, PreviewPortal$, PublishPortal$, PutPortalProductSharingPolicy$, PutRoutingRule$, ReimportApi$, ResetAuthorizersCache$, TagResource$, UntagResource$, UpdateApi$, UpdateApiMapping$, UpdateAuthorizer$, UpdateDeployment$, UpdateDomainName$, UpdateIntegration$, UpdateIntegrationResponse$, UpdateModel$, UpdatePortal$, UpdatePortalProduct$, UpdateProductPage$, UpdateProductRestEndpointPage$, UpdateRoute$, UpdateRouteResponse$, UpdateStage$, UpdateVpcLink$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { ApiGatewayV2ServiceException } = require("./models/ApiGatewayV2ServiceException");
18
- exports.ApiGatewayV2ServiceException = ApiGatewayV2ServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultApiGatewayV2HttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "apigateway",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultApiGatewayV2HttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,2622 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const k = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, j],
80
+ ["aws.partition", j, d],
81
+ [e, [{ [k]: "UseFIPS" }, b]],
82
+ [e, [{ [k]: "UseDualStack" }, b]],
83
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
85
+ ],
86
+ results: [
87
+ [a],
88
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
89
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
90
+ [g, i],
91
+ ["https://apigateway-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
92
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
93
+ ["https://apigateway-fips.{Region}.{PartitionResult#dnsSuffix}", i],
94
+ [a, "FIPS is enabled but this partition does not support FIPS"],
95
+ ["https://apigateway.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
96
+ [a, "DualStack is enabled but this partition does not support DualStack"],
97
+ ["https://apigateway.{Region}.{PartitionResult#dnsSuffix}", i],
98
+ [a, "Invalid Configuration: Missing Region"]
99
+ ]
100
+ };
101
+ const root = 2;
102
+ const r = 100_000_000;
103
+ const nodes = new Int32Array([
104
+ -1, 1, -1,
105
+ 0, 12, 3,
106
+ 1, 4, r + 11,
107
+ 2, 5, r + 11,
108
+ 3, 8, 6,
109
+ 4, 7, r + 10,
110
+ 5, r + 8, r + 9,
111
+ 4, 10, 9,
112
+ 6, r + 6, r + 7,
113
+ 5, 11, r + 5,
114
+ 6, r + 4, r + 5,
115
+ 3, r + 1, 13,
116
+ 4, r + 2, r + 3,
117
+ ]);
118
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
119
+
120
+ const cache = new EndpointCache({
121
+ size: 50,
122
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
123
+ });
124
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
125
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
126
+ endpointParams: endpointParams,
127
+ logger: context.logger,
128
+ }));
129
+ };
130
+ customEndpointFunctions.aws = awsEndpointFunctions;
131
+
132
+ class ApiGatewayV2ServiceException extends ServiceException {
133
+ constructor(options) {
134
+ super(options);
135
+ Object.setPrototypeOf(this, ApiGatewayV2ServiceException.prototype);
136
+ }
137
+ }
138
+
139
+ class AccessDeniedException extends ApiGatewayV2ServiceException {
140
+ name = "AccessDeniedException";
141
+ $fault = "client";
142
+ Message;
143
+ constructor(opts) {
144
+ super({
145
+ name: "AccessDeniedException",
146
+ $fault: "client",
147
+ ...opts,
148
+ });
149
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
150
+ this.Message = opts.Message;
151
+ }
152
+ }
153
+ class BadRequestException extends ApiGatewayV2ServiceException {
154
+ name = "BadRequestException";
155
+ $fault = "client";
156
+ Message;
157
+ constructor(opts) {
158
+ super({
159
+ name: "BadRequestException",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ Object.setPrototypeOf(this, BadRequestException.prototype);
164
+ this.Message = opts.Message;
165
+ }
166
+ }
167
+ class ConflictException extends ApiGatewayV2ServiceException {
168
+ name = "ConflictException";
169
+ $fault = "client";
170
+ Message;
171
+ constructor(opts) {
172
+ super({
173
+ name: "ConflictException",
174
+ $fault: "client",
175
+ ...opts,
176
+ });
177
+ Object.setPrototypeOf(this, ConflictException.prototype);
178
+ this.Message = opts.Message;
179
+ }
180
+ }
181
+ class NotFoundException extends ApiGatewayV2ServiceException {
182
+ name = "NotFoundException";
183
+ $fault = "client";
184
+ Message;
185
+ ResourceType;
186
+ constructor(opts) {
187
+ super({
188
+ name: "NotFoundException",
189
+ $fault: "client",
190
+ ...opts,
191
+ });
192
+ Object.setPrototypeOf(this, NotFoundException.prototype);
193
+ this.Message = opts.Message;
194
+ this.ResourceType = opts.ResourceType;
195
+ }
196
+ }
197
+ class TooManyRequestsException extends ApiGatewayV2ServiceException {
198
+ name = "TooManyRequestsException";
199
+ $fault = "client";
200
+ LimitType;
201
+ Message;
202
+ constructor(opts) {
203
+ super({
204
+ name: "TooManyRequestsException",
205
+ $fault: "client",
206
+ ...opts,
207
+ });
208
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
209
+ this.LimitType = opts.LimitType;
210
+ this.Message = opts.Message;
211
+ }
212
+ }
213
+
214
+ const _A = "Api";
215
+ const _AC = "AllowCredentials";
216
+ const _ACA = "AuthorizerCredentialsArn";
217
+ const _ACI = "AppClientId";
218
+ const _ACMM = "ACMManaged";
219
+ const _ACc = "AccentColor";
220
+ const _AD = "AutoDeployed";
221
+ const _ADE = "AccessDeniedException";
222
+ const _ADu = "AutoDeploy";
223
+ const _AE = "ApiEndpoint";
224
+ const _AGDN = "ApiGatewayDomainName";
225
+ const _AGM = "ApiGatewayManaged";
226
+ const _AH = "AllowHeaders";
227
+ const _AI = "ApiId";
228
+ const _AIu = "AuthorizerId";
229
+ const _AKR = "ApiKeyRequired";
230
+ const _AKSE = "ApiKeySelectionExpression";
231
+ const _ALS = "AccessLogSettings";
232
+ const _AM = "ApiMapping";
233
+ const _AMI = "ApiMappingId";
234
+ const _AMK = "ApiMappingKey";
235
+ const _AMSE = "ApiMappingSelectionExpression";
236
+ const _AMc = "AcmManaged";
237
+ const _AMl = "AllowMethods";
238
+ const _AO = "AllowOrigins";
239
+ const _AOn = "AnyOf";
240
+ const _APFV = "AuthorizerPayloadFormatVersion";
241
+ const _ARTIS = "AuthorizerResultTtlInSeconds";
242
+ const _AS = "AuthorizationScopes";
243
+ const _AT = "AuthorizerType";
244
+ const _ATu = "AuthorizationType";
245
+ const _AU = "AuthorizerUri";
246
+ const _Ac = "Actions";
247
+ const _Au = "Authorization";
248
+ const _Aud = "Audience";
249
+ const _Aut = "Authorizer";
250
+ const _B = "Body";
251
+ const _BC = "BackgroundColor";
252
+ const _BRE = "BadRequestException";
253
+ const _Ba = "Basepath";
254
+ const _C = "Cors";
255
+ const _CA = "CertificateArn";
256
+ const _CAM = "CreateApiMapping";
257
+ const _CAMR = "CreateApiMappingRequest";
258
+ const _CAMRr = "CreateApiMappingResponse";
259
+ const _CAR = "CreateApiRequest";
260
+ const _CARr = "CreateApiResponse";
261
+ const _CARre = "CreateAuthorizerRequest";
262
+ const _CARrea = "CreateAuthorizerResponse";
263
+ const _CAr = "CredentialsArn";
264
+ const _CAre = "CreateApi";
265
+ const _CArea = "CreateAuthorizer";
266
+ const _CC = "CorsConfiguration";
267
+ const _CCI = "ClientCertificateId";
268
+ const _CCo = "CognitoConfig";
269
+ const _CCu = "CustomColors";
270
+ const _CD = "CreatedDate";
271
+ const _CDN = "CreateDomainName";
272
+ const _CDNR = "CreateDomainNameRequest";
273
+ const _CDNRr = "CreateDomainNameResponse";
274
+ const _CDR = "CreateDeploymentRequest";
275
+ const _CDRr = "CreateDeploymentResponse";
276
+ const _CDr = "CreateDeployment";
277
+ const _CE = "ConflictException";
278
+ const _CHS = "ContentHandlingStrategy";
279
+ const _CI = "ConnectionId";
280
+ const _CIR = "CreateIntegrationRequest";
281
+ const _CIRR = "CreateIntegrationResponseRequest";
282
+ const _CIRRr = "CreateIntegrationResponseResponse";
283
+ const _CIRr = "CreateIntegrationResult";
284
+ const _CIRre = "CreateIntegrationResponse";
285
+ const _CIr = "CreateIntegration";
286
+ const _CM = "CreateModel";
287
+ const _CMR = "CreateModelRequest";
288
+ const _CMRr = "CreateModelResponse";
289
+ const _CN = "CertificateName";
290
+ const _CP = "CreatePortal";
291
+ const _CPP = "CreatePortalProduct";
292
+ const _CPPR = "CreatePortalProductRequest";
293
+ const _CPPRr = "CreatePortalProductResponse";
294
+ const _CPPRre = "CreateProductPageRequest";
295
+ const _CPPRrea = "CreateProductPageResponse";
296
+ const _CPPr = "CreateProductPage";
297
+ const _CPR = "CreatePortalRequest";
298
+ const _CPREP = "CreateProductRestEndpointPage";
299
+ const _CPREPR = "CreateProductRestEndpointPageRequest";
300
+ const _CPREPRr = "CreateProductRestEndpointPageResponse";
301
+ const _CPRr = "CreatePortalResponse";
302
+ const _CR = "CreateRoute";
303
+ const _CRR = "CreateRouteRequest";
304
+ const _CRRR = "CreateRouteResponseRequest";
305
+ const _CRRRr = "CreateRouteResponseResponse";
306
+ const _CRRRre = "CreateRoutingRuleRequest";
307
+ const _CRRRrea = "CreateRoutingRuleResponse";
308
+ const _CRRr = "CreateRouteResult";
309
+ const _CRRre = "CreateRouteResponse";
310
+ const _CRRrea = "CreateRoutingRule";
311
+ const _CS = "CreateStage";
312
+ const _CSR = "CreateStageRequest";
313
+ const _CSRr = "CreateStageResponse";
314
+ const _CT = "ConnectionType";
315
+ const _CTo = "ContentType";
316
+ const _CUD = "CertificateUploadDate";
317
+ const _CVL = "CreateVpcLink";
318
+ const _CVLR = "CreateVpcLinkRequest";
319
+ const _CVLRr = "CreateVpcLinkResponse";
320
+ const _Co = "Conditions";
321
+ const _Con = "Contents";
322
+ const _D = "Description";
323
+ const _DA = "DestinationArn";
324
+ const _DALS = "DeleteAccessLogSettings";
325
+ const _DALSR = "DeleteAccessLogSettingsRequest";
326
+ const _DAM = "DeleteApiMapping";
327
+ const _DAMR = "DeleteApiMappingRequest";
328
+ const _DAR = "DeleteApiRequest";
329
+ const _DARe = "DeleteAuthorizerRequest";
330
+ const _DAe = "DeleteApi";
331
+ const _DAel = "DeleteAuthorizer";
332
+ const _DC = "DisplayContent";
333
+ const _DCC = "DeleteCorsConfiguration";
334
+ const _DCCR = "DeleteCorsConfigurationRequest";
335
+ const _DCO = "DisplayContentOverrides";
336
+ const _DD = "DeleteDeployment";
337
+ const _DDN = "DeleteDomainName";
338
+ const _DDNR = "DeleteDomainNameRequest";
339
+ const _DDR = "DeleteDeploymentRequest";
340
+ const _DEAE = "DisableExecuteApiEndpoint";
341
+ const _DI = "DeploymentId";
342
+ const _DIR = "DeleteIntegrationRequest";
343
+ const _DIRR = "DeleteIntegrationResponseRequest";
344
+ const _DIRe = "DeleteIntegrationResponse";
345
+ const _DIe = "DeleteIntegration";
346
+ const _DM = "DeleteModel";
347
+ const _DME = "DetailedMetricsEnabled";
348
+ const _DMR = "DeleteModelRequest";
349
+ const _DN = "DomainName";
350
+ const _DNA = "DomainNameArn";
351
+ const _DNC = "DomainNameConfigurations";
352
+ const _DNCo = "DomainNameConfiguration";
353
+ const _DNI = "DomainNameId";
354
+ const _DNS = "DomainNameStatus";
355
+ const _DNSM = "DomainNameStatusMessage";
356
+ const _DNi = "DisplayName";
357
+ const _DO = "DisplayOrder";
358
+ const _DP = "DeletePortal";
359
+ const _DPP = "DeletePortalProduct";
360
+ const _DPPR = "DeletePortalProductRequest";
361
+ const _DPPRe = "DeleteProductPageRequest";
362
+ const _DPPSP = "DeletePortalProductSharingPolicy";
363
+ const _DPPSPR = "DeletePortalProductSharingPolicyRequest";
364
+ const _DPPe = "DeleteProductPage";
365
+ const _DPR = "DeletePortalRequest";
366
+ const _DPREP = "DeleteProductRestEndpointPage";
367
+ const _DPREPR = "DeleteProductRestEndpointPageRequest";
368
+ const _DPRi = "DisablePortalRequest";
369
+ const _DPi = "DisablePortal";
370
+ const _DR = "DeleteRoute";
371
+ const _DRR = "DeleteRouteRequest";
372
+ const _DRRP = "DeleteRouteRequestParameter";
373
+ const _DRRPR = "DeleteRouteRequestParameterRequest";
374
+ const _DRRR = "DeleteRouteResponseRequest";
375
+ const _DRRRe = "DeleteRoutingRuleRequest";
376
+ const _DRRe = "DeleteRouteResponse";
377
+ const _DRRel = "DeleteRoutingRule";
378
+ const _DRS = "DefaultRouteSettings";
379
+ const _DRSR = "DeleteRouteSettingsRequest";
380
+ const _DRSe = "DeleteRouteSettings";
381
+ const _DS = "DeploymentStatus";
382
+ const _DSM = "DeploymentStatusMessage";
383
+ const _DSR = "DeleteStageRequest";
384
+ const _DSV = "DisableSchemaValidation";
385
+ const _DSe = "DeleteStage";
386
+ const _DTE = "DataTraceEnabled";
387
+ const _DVL = "DeleteVpcLink";
388
+ const _DVLR = "DeleteVpcLinkRequest";
389
+ const _DVLRe = "DeleteVpcLinkResponse";
390
+ const _De = "Deployment";
391
+ const _E = "Endpoint";
392
+ const _EA = "ExportApi";
393
+ const _EAR = "ExportApiRequest";
394
+ const _EARx = "ExportApiResponse";
395
+ const _EC = "EndpointConfiguration";
396
+ const _ECR = "EndpointConfigurationRequest";
397
+ const _ECRn = "EndpointConfigurationResponse";
398
+ const _EDC = "EndpointDisplayContent";
399
+ const _EDCR = "EndpointDisplayContentResponse";
400
+ const _EH = "ExposeHeaders";
401
+ const _ESR = "EnableSimpleResponses";
402
+ const _ET = "EndpointType";
403
+ const _EV = "ExportVersion";
404
+ const _EVC = "ErrorValidationColor";
405
+ const _Ex = "Exception";
406
+ const _F = "Format";
407
+ const _FOW = "FailOnWarnings";
408
+ const _GA = "GetApi";
409
+ const _GAM = "GetApiMapping";
410
+ const _GAMR = "GetApiMappingRequest";
411
+ const _GAMRe = "GetApiMappingResponse";
412
+ const _GAMRet = "GetApiMappingsRequest";
413
+ const _GAMRetp = "GetApiMappingsResponse";
414
+ const _GAMe = "GetApiMappings";
415
+ const _GAR = "GetApiRequest";
416
+ const _GARe = "GetApiResponse";
417
+ const _GARet = "GetApisRequest";
418
+ const _GARetp = "GetApisResponse";
419
+ const _GARetu = "GetAuthorizerRequest";
420
+ const _GARetut = "GetAuthorizerResponse";
421
+ const _GARetuth = "GetAuthorizersRequest";
422
+ const _GARetutho = "GetAuthorizersResponse";
423
+ const _GAe = "GetApis";
424
+ const _GAet = "GetAuthorizer";
425
+ const _GAetu = "GetAuthorizers";
426
+ const _GD = "GetDeployment";
427
+ const _GDN = "GetDomainName";
428
+ const _GDNR = "GetDomainNameRequest";
429
+ const _GDNRe = "GetDomainNameResponse";
430
+ const _GDNRet = "GetDomainNamesRequest";
431
+ const _GDNReto = "GetDomainNamesResponse";
432
+ const _GDNe = "GetDomainNames";
433
+ const _GDR = "GetDeploymentRequest";
434
+ const _GDRe = "GetDeploymentResponse";
435
+ const _GDRet = "GetDeploymentsRequest";
436
+ const _GDRete = "GetDeploymentsResponse";
437
+ const _GDe = "GetDeployments";
438
+ const _GI = "GetIntegration";
439
+ const _GIR = "GetIntegrationRequest";
440
+ const _GIRR = "GetIntegrationResponseRequest";
441
+ const _GIRRe = "GetIntegrationResponseResponse";
442
+ const _GIRRet = "GetIntegrationResponsesRequest";
443
+ const _GIRRetn = "GetIntegrationResponsesResponse";
444
+ const _GIRe = "GetIntegrationResult";
445
+ const _GIRet = "GetIntegrationsRequest";
446
+ const _GIRetn = "GetIntegrationsResponse";
447
+ const _GIRetnt = "GetIntegrationResponse";
448
+ const _GIRetnte = "GetIntegrationResponses";
449
+ const _GIe = "GetIntegrations";
450
+ const _GM = "GetModel";
451
+ const _GMR = "GetModelRequest";
452
+ const _GMRe = "GetModelResponse";
453
+ const _GMRet = "GetModelsRequest";
454
+ const _GMReto = "GetModelsResponse";
455
+ const _GMT = "GetModelTemplate";
456
+ const _GMTR = "GetModelTemplateRequest";
457
+ const _GMTRe = "GetModelTemplateResponse";
458
+ const _GMe = "GetModels";
459
+ const _GP = "GetPortal";
460
+ const _GPP = "GetPortalProduct";
461
+ const _GPPR = "GetPortalProductRequest";
462
+ const _GPPRe = "GetPortalProductResponse";
463
+ const _GPPRet = "GetProductPageRequest";
464
+ const _GPPRetr = "GetProductPageResponse";
465
+ const _GPPSP = "GetPortalProductSharingPolicy";
466
+ const _GPPSPR = "GetPortalProductSharingPolicyRequest";
467
+ const _GPPSPRe = "GetPortalProductSharingPolicyResponse";
468
+ const _GPPe = "GetProductPage";
469
+ const _GPR = "GetPortalRequest";
470
+ const _GPREP = "GetProductRestEndpointPage";
471
+ const _GPREPR = "GetProductRestEndpointPageRequest";
472
+ const _GPREPRe = "GetProductRestEndpointPageResponse";
473
+ const _GPRe = "GetPortalResponse";
474
+ const _GR = "GetRoute";
475
+ const _GRR = "GetRouteRequest";
476
+ const _GRRR = "GetRouteResponseRequest";
477
+ const _GRRRe = "GetRouteResponseResponse";
478
+ const _GRRRet = "GetRouteResponsesRequest";
479
+ const _GRRReto = "GetRouteResponsesResponse";
480
+ const _GRRRetou = "GetRoutingRuleRequest";
481
+ const _GRRRetout = "GetRoutingRuleResponse";
482
+ const _GRRe = "GetRouteResult";
483
+ const _GRRet = "GetRoutesRequest";
484
+ const _GRReto = "GetRoutesResponse";
485
+ const _GRRetou = "GetRouteResponse";
486
+ const _GRRetout = "GetRouteResponses";
487
+ const _GRRetouti = "GetRoutingRule";
488
+ const _GRe = "GetRoutes";
489
+ const _GS = "GetStage";
490
+ const _GSR = "GetStageRequest";
491
+ const _GSRe = "GetStageResponse";
492
+ const _GSRet = "GetStagesRequest";
493
+ const _GSRett = "GetStagesResponse";
494
+ const _GSe = "GetStages";
495
+ const _GT = "GetTags";
496
+ const _GTR = "GetTagsRequest";
497
+ const _GTRe = "GetTagsResponse";
498
+ const _GVL = "GetVpcLink";
499
+ const _GVLR = "GetVpcLinkRequest";
500
+ const _GVLRe = "GetVpcLinkResponse";
501
+ const _GVLRet = "GetVpcLinksRequest";
502
+ const _GVLRetp = "GetVpcLinksResponse";
503
+ const _GVLe = "GetVpcLinks";
504
+ const _H = "Header";
505
+ const _HC = "HeaderColor";
506
+ const _HZI = "HostedZoneId";
507
+ const _I = "Items";
508
+ const _IA = "InvokeApi";
509
+ const _IAR = "ImportApiRequest";
510
+ const _IARm = "ImportApiResponse";
511
+ const _IAT = "IpAddressType";
512
+ const _IAm = "ImportApi";
513
+ const _IE = "IncludeExtensions";
514
+ const _II = "ImportInfo";
515
+ const _IIn = "IntegrationId";
516
+ const _IM = "IntegrationMethod";
517
+ const _IP = "IdentifierParts";
518
+ const _IPPA = "IncludedPortalProductArns";
519
+ const _IR = "IntegrationResponse";
520
+ const _IRDC = "IncludeRawDisplayContent";
521
+ const _IRI = "IntegrationResponseId";
522
+ const _IRK = "IntegrationResponseKey";
523
+ const _IRSE = "IntegrationResponseSelectionExpression";
524
+ const _IS = "IdentitySource";
525
+ const _ISn = "IntegrationSubtype";
526
+ const _IT = "IntegrationType";
527
+ const _IU = "IntegrationUri";
528
+ const _IVE = "IdentityValidationExpression";
529
+ const _In = "Integration";
530
+ const _Is = "Issuer";
531
+ const _JC = "JwtConfiguration";
532
+ const _JWTC = "JWTConfiguration";
533
+ const _LDSM = "LastDeploymentStatusMessage";
534
+ const _LL = "LoggingLevel";
535
+ const _LLU = "LogoLastUploaded";
536
+ const _LM = "LastModified";
537
+ const _LP = "LastPublished";
538
+ const _LPD = "LastPublishedDescription";
539
+ const _LPP = "ListPortalProducts";
540
+ const _LPPR = "ListPortalProductsRequest";
541
+ const _LPPRi = "ListPortalProductsResponse";
542
+ const _LPPRis = "ListProductPagesRequest";
543
+ const _LPPRist = "ListProductPagesResponse";
544
+ const _LPPi = "ListProductPages";
545
+ const _LPR = "ListPortalsRequest";
546
+ const _LPREP = "ListProductRestEndpointPages";
547
+ const _LPREPR = "ListProductRestEndpointPagesRequest";
548
+ const _LPREPRi = "ListProductRestEndpointPagesResponse";
549
+ const _LPRi = "ListPortalsResponse";
550
+ const _LPi = "ListPortals";
551
+ const _LRR = "ListRoutingRules";
552
+ const _LRRR = "ListRoutingRulesRequest";
553
+ const _LRRRi = "ListRoutingRulesResponse";
554
+ const _LT = "LimitType";
555
+ const _LU = "LogoUri";
556
+ const _LUD = "LastUpdatedDate";
557
+ const _M = "Message";
558
+ const _MA = "MaxAge";
559
+ const _MBP = "MatchBasePaths";
560
+ const _MH = "MatchHeaders";
561
+ const _MI = "ModelId";
562
+ const _MR = "MaxResults";
563
+ const _MSE = "ModelSelectionExpression";
564
+ const _MTA = "MutualTlsAuthentication";
565
+ const _MTAI = "MutualTlsAuthenticationInput";
566
+ const _Me = "Method";
567
+ const _Mo = "Model";
568
+ const _N = "Name";
569
+ const _NC = "NavigationColor";
570
+ const _NFE = "NotFoundException";
571
+ const _NT = "NextToken";
572
+ const _No = "None";
573
+ const _O = "Overrides";
574
+ const _ON = "OperationName";
575
+ const _OPA = "OverviewPageArn";
576
+ const _OT = "OutputType";
577
+ const _OVCA = "OwnershipVerificationCertificateArn";
578
+ const _P = "Priority";
579
+ const _PA = "PortalArn";
580
+ const _PB = "PassthroughBehavior";
581
+ const _PC = "PortalContent";
582
+ const _PCa = "ParameterConstraints";
583
+ const _PD = "PolicyDocument";
584
+ const _PDDN = "PortalDefaultDomainName";
585
+ const _PDHZI = "PortalDomainHostedZoneId";
586
+ const _PFV = "PayloadFormatVersion";
587
+ const _PI = "PortalId";
588
+ const _PP = "PreviewPortal";
589
+ const _PPA = "PortalProductArn";
590
+ const _PPAr = "ProductPageArn";
591
+ const _PPAro = "ProductPageArns";
592
+ const _PPI = "PortalProductId";
593
+ const _PPIr = "ProductPageId";
594
+ const _PPPSP = "PutPortalProductSharingPolicy";
595
+ const _PPPSPR = "PutPortalProductSharingPolicyRequest";
596
+ const _PPPSPRu = "PutPortalProductSharingPolicyResponse";
597
+ const _PPR = "PreviewPortalRequest";
598
+ const _PPRr = "PreviewPortalResponse";
599
+ const _PPRu = "PublishPortalRequest";
600
+ const _PPRub = "PublishPortalResponse";
601
+ const _PPS = "PortalProductSummary";
602
+ const _PPSNB = "ProductPageSummaryNoBody";
603
+ const _PPu = "PublishPortal";
604
+ const _PREPA = "ProductRestEndpointPageArn";
605
+ const _PREPAr = "ProductRestEndpointPageArns";
606
+ const _PREPI = "ProductRestEndpointPageId";
607
+ const _PREPSNB = "ProductRestEndpointPageSummaryNoBody";
608
+ const _PRR = "PutRoutingRule";
609
+ const _PRRR = "PutRoutingRuleRequest";
610
+ const _PRRRu = "PutRoutingRuleResponse";
611
+ const _PS = "PublishStatus";
612
+ const _PSo = "PortalSummary";
613
+ const _PSr = "PreviewStatus";
614
+ const _PT = "ProtocolType";
615
+ const _PTa = "PageTitle";
616
+ const _PTo = "PortalTheme";
617
+ const _PU = "PreviewUrl";
618
+ const _Pa = "Path";
619
+ const _Pr = "Preview";
620
+ const _R = "Required";
621
+ const _RA = "ResourceArn";
622
+ const _RAC = "ResetAuthorizersCache";
623
+ const _RACR = "ResetAuthorizersCacheRequest";
624
+ const _RAI = "RestApiId";
625
+ const _RAMN = "RumAppMonitorName";
626
+ const _RAR = "ReimportApiRequest";
627
+ const _RARe = "ReimportApiResponse";
628
+ const _RAe = "ReimportApi";
629
+ const _RDC = "RawDisplayContent";
630
+ const _REI = "RestEndpointIdentifier";
631
+ const _RI = "RouteId";
632
+ const _RK = "RouteKey";
633
+ const _RM = "RoutingMode";
634
+ const _RMe = "RequestModels";
635
+ const _RMes = "ResponseModels";
636
+ const _RO = "ResourceOwner";
637
+ const _ROAI = "ResourceOwnerAccountId";
638
+ const _RP = "RequestParameters";
639
+ const _RPK = "RequestParameterKey";
640
+ const _RPe = "ResponseParameters";
641
+ const _RPo = "RouteParameters";
642
+ const _RR = "RoutingRules";
643
+ const _RRA = "RoutingRuleArn";
644
+ const _RRAIA = "RoutingRuleActionInvokeApi";
645
+ const _RRAo = "RoutingRuleAction";
646
+ const _RRC = "RoutingRuleCondition";
647
+ const _RRI = "RouteResponseId";
648
+ const _RRIo = "RoutingRuleId";
649
+ const _RRK = "RouteResponseKey";
650
+ const _RRMBP = "RoutingRuleMatchBasePaths";
651
+ const _RRMH = "RoutingRuleMatchHeaders";
652
+ const _RRMHV = "RoutingRuleMatchHeaderValue";
653
+ const _RRSE = "RouteResponseSelectionExpression";
654
+ const _RRo = "RouteResponse";
655
+ const _RRou = "RoutingRule";
656
+ const _RS = "RouteSettings";
657
+ const _RSE = "RouteSelectionExpression";
658
+ const _RSM = "RouteSettingsMap";
659
+ const _RT = "ResourceType";
660
+ const _RTe = "RequestTemplates";
661
+ const _RTes = "ResponseTemplates";
662
+ const _Ro = "Route";
663
+ const _S = "Stage";
664
+ const _SBP = "StripBasePath";
665
+ const _SE = "StatusException";
666
+ const _SGI = "SecurityGroupIds";
667
+ const _SI = "SubnetIds";
668
+ const _SN = "StageName";
669
+ const _SNTV = "ServerNameToVerify";
670
+ const _SNe = "SectionName";
671
+ const _SP = "SecurityPolicy";
672
+ const _SV = "StageVariables";
673
+ const _Sc = "Schema";
674
+ const _Se = "Section";
675
+ const _Sp = "Specification";
676
+ const _St = "Status";
677
+ const _T = "Tags";
678
+ const _TBL = "ThrottlingBurstLimit";
679
+ const _TC = "TlsConfig";
680
+ const _TCI = "TlsConfigInput";
681
+ const _TCe = "TextColor";
682
+ const _TIM = "TimeoutInMillis";
683
+ const _TIS = "TryItState";
684
+ const _TK = "TagKeys";
685
+ const _TMRE = "TooManyRequestsException";
686
+ const _TR = "TagResource";
687
+ const _TRL = "ThrottlingRateLimit";
688
+ const _TRR = "TagResourceRequest";
689
+ const _TRRa = "TagResourceResponse";
690
+ const _TSE = "TemplateSelectionExpression";
691
+ const _TU = "TruststoreUri";
692
+ const _TV = "TruststoreVersion";
693
+ const _TW = "TruststoreWarnings";
694
+ const _Ta = "Target";
695
+ const _Th = "Theme";
696
+ const _Ti = "Title";
697
+ const _UA = "UpdateApi";
698
+ const _UAM = "UpdateApiMapping";
699
+ const _UAMR = "UpdateApiMappingRequest";
700
+ const _UAMRp = "UpdateApiMappingResponse";
701
+ const _UAR = "UpdateApiRequest";
702
+ const _UARp = "UpdateApiResponse";
703
+ const _UARpd = "UpdateAuthorizerRequest";
704
+ const _UARpda = "UpdateAuthorizerResponse";
705
+ const _UAp = "UpdateAuthorizer";
706
+ const _UD = "UpdateDeployment";
707
+ const _UDN = "UpdateDomainName";
708
+ const _UDNR = "UpdateDomainNameRequest";
709
+ const _UDNRp = "UpdateDomainNameResponse";
710
+ const _UDR = "UpdateDeploymentRequest";
711
+ const _UDRp = "UpdateDeploymentResponse";
712
+ const _UI = "UpdateIntegration";
713
+ const _UIR = "UpdateIntegrationRequest";
714
+ const _UIRR = "UpdateIntegrationResponseRequest";
715
+ const _UIRRp = "UpdateIntegrationResponseResponse";
716
+ const _UIRp = "UpdateIntegrationResult";
717
+ const _UIRpd = "UpdateIntegrationResponse";
718
+ const _UM = "UpdateModel";
719
+ const _UMR = "UpdateModelRequest";
720
+ const _UMRp = "UpdateModelResponse";
721
+ const _UP = "UpdatePortal";
722
+ const _UPA = "UserPoolArn";
723
+ const _UPD = "UserPoolDomain";
724
+ const _UPP = "UpdatePortalProduct";
725
+ const _UPPR = "UpdatePortalProductRequest";
726
+ const _UPPRp = "UpdatePortalProductResponse";
727
+ const _UPPRpd = "UpdateProductPageRequest";
728
+ const _UPPRpda = "UpdateProductPageResponse";
729
+ const _UPPp = "UpdateProductPage";
730
+ const _UPR = "UpdatePortalRequest";
731
+ const _UPREP = "UpdateProductRestEndpointPage";
732
+ const _UPREPR = "UpdateProductRestEndpointPageRequest";
733
+ const _UPREPRp = "UpdateProductRestEndpointPageResponse";
734
+ const _UPRp = "UpdatePortalResponse";
735
+ const _UR = "UntagResource";
736
+ const _URR = "UntagResourceRequest";
737
+ const _URRR = "UpdateRouteResponseRequest";
738
+ const _URRRp = "UpdateRouteResponseResponse";
739
+ const _URRp = "UpdateRouteRequest";
740
+ const _URRpd = "UpdateRouteResult";
741
+ const _URRpda = "UpdateRouteResponse";
742
+ const _URp = "UpdateRoute";
743
+ const _US = "UpdateStage";
744
+ const _USR = "UpdateStageRequest";
745
+ const _USRp = "UpdateStageResponse";
746
+ const _UVL = "UpdateVpcLink";
747
+ const _UVLR = "UpdateVpcLinkRequest";
748
+ const _UVLRp = "UpdateVpcLinkResponse";
749
+ const _V = "Version";
750
+ const _VG = "ValueGlob";
751
+ const _VL = "VpcLink";
752
+ const _VLI = "VpcLinkId";
753
+ const _VLS = "VpcLinkStatus";
754
+ const _VLSM = "VpcLinkStatusMessage";
755
+ const _VLV = "VpcLinkVersion";
756
+ const _Va = "Value";
757
+ const _W = "Warnings";
758
+ const _a = "authorization";
759
+ const _aC = "allowCredentials";
760
+ const _aCA = "authorizerCredentialsArn";
761
+ const _aCI = "appClientId";
762
+ const _aCc = "accentColor";
763
+ const _aD = "autoDeployed";
764
+ const _aDu = "autoDeploy";
765
+ const _aE = "apiEndpoint";
766
+ const _aGDN = "apiGatewayDomainName";
767
+ const _aGM = "apiGatewayManaged";
768
+ const _aH = "allowHeaders";
769
+ const _aI = "apiId";
770
+ const _aIu = "authorizerId";
771
+ const _aKR = "apiKeyRequired";
772
+ const _aKSE = "apiKeySelectionExpression";
773
+ const _aLS = "accessLogSettings";
774
+ const _aM = "allowMethods";
775
+ const _aMI = "apiMappingId";
776
+ const _aMK = "apiMappingKey";
777
+ const _aMSE = "apiMappingSelectionExpression";
778
+ const _aMc = "acmManaged";
779
+ const _aO = "allowOrigins";
780
+ const _aOn = "anyOf";
781
+ const _aPFV = "authorizerPayloadFormatVersion";
782
+ const _aRTIS = "authorizerResultTtlInSeconds";
783
+ const _aS = "authorizationScopes";
784
+ const _aT = "authorizerType";
785
+ const _aTu = "authorizationType";
786
+ const _aU = "authorizerUri";
787
+ const _ac = "actions";
788
+ const _au = "audience";
789
+ const _b = "body";
790
+ const _bC = "backgroundColor";
791
+ const _ba = "basepath";
792
+ const _c = "client";
793
+ const _cA = "certificateArn";
794
+ const _cAr = "credentialsArn";
795
+ const _cC = "corsConfiguration";
796
+ const _cCI = "clientCertificateId";
797
+ const _cCo = "cognitoConfig";
798
+ const _cCu = "customColors";
799
+ const _cD = "createdDate";
800
+ const _cHS = "contentHandlingStrategy";
801
+ const _cI = "connectionId";
802
+ const _cN = "certificateName";
803
+ const _cT = "connectionType";
804
+ const _cTo = "contentType";
805
+ const _cUD = "certificateUploadDate";
806
+ const _co = "conditions";
807
+ const _con = "contents";
808
+ const _d = "description";
809
+ const _dA = "destinationArn";
810
+ const _dC = "displayContent";
811
+ const _dEAE = "disableExecuteApiEndpoint";
812
+ const _dI = "deploymentId";
813
+ const _dME = "detailedMetricsEnabled";
814
+ const _dN = "domainName";
815
+ const _dNA = "domainNameArn";
816
+ const _dNC = "domainNameConfigurations";
817
+ const _dNI = "domainNameId";
818
+ const _dNS = "domainNameStatus";
819
+ const _dNSM = "domainNameStatusMessage";
820
+ const _dNi = "displayName";
821
+ const _dO = "displayOrder";
822
+ const _dRS = "defaultRouteSettings";
823
+ const _dS = "deploymentStatus";
824
+ const _dSM = "deploymentStatusMessage";
825
+ const _dSV = "disableSchemaValidation";
826
+ const _dTE = "dataTraceEnabled";
827
+ const _e = "error";
828
+ const _eC = "endpointConfiguration";
829
+ const _eH = "exposeHeaders";
830
+ const _eSR = "enableSimpleResponses";
831
+ const _eT = "endpointType";
832
+ const _eV = "exportVersion";
833
+ const _eVC = "errorValidationColor";
834
+ const _en = "endpoint";
835
+ const _ex = "exception";
836
+ const _f = "format";
837
+ const _fOW = "failOnWarnings";
838
+ const _h = "header";
839
+ const _hC = "headerColor";
840
+ const _hE = "httpError";
841
+ const _hQ = "httpQuery";
842
+ const _hZI = "hostedZoneId";
843
+ const _ht = "http";
844
+ const _i = "items";
845
+ const _iA = "invokeApi";
846
+ const _iAT = "ipAddressType";
847
+ const _iE = "includeExtensions";
848
+ const _iI = "importInfo";
849
+ const _iIn = "integrationId";
850
+ const _iM = "integrationMethod";
851
+ const _iP = "identifierParts";
852
+ const _iPPA = "includedPortalProductArns";
853
+ const _iRDC = "includeRawDisplayContent";
854
+ const _iRI = "integrationResponseId";
855
+ const _iRK = "integrationResponseKey";
856
+ const _iRSE = "integrationResponseSelectionExpression";
857
+ const _iS = "identitySource";
858
+ const _iSn = "integrationSubtype";
859
+ const _iT = "integrationType";
860
+ const _iU = "integrationUri";
861
+ const _iVE = "identityValidationExpression";
862
+ const _is = "issuer";
863
+ const _jC = "jwtConfiguration";
864
+ const _jN = "jsonName";
865
+ const _lDSM = "lastDeploymentStatusMessage";
866
+ const _lL = "loggingLevel";
867
+ const _lLU = "logoLastUploaded";
868
+ const _lM = "lastModified";
869
+ const _lOA = "__listOfApi";
870
+ const _lOAM = "__listOfApiMapping";
871
+ const _lOAi = "__listOfAuthorizer";
872
+ const _lOD = "__listOfDeployment";
873
+ const _lODN = "__listOfDomainName";
874
+ const _lOI = "__listOfIntegration";
875
+ const _lOIR = "__listOfIntegrationResponse";
876
+ const _lOM = "__listOfModel";
877
+ const _lOPPS = "__listOfPortalProductSummary";
878
+ const _lOPPSNB = "__listOfProductPageSummaryNoBody";
879
+ const _lOPREPSNB = "__listOfProductRestEndpointPageSummaryNoBody";
880
+ const _lOPS = "__listOfPortalSummary";
881
+ const _lOR = "__listOfRoute";
882
+ const _lORR = "__listOfRouteResponse";
883
+ const _lORRA = "__listOfRoutingRuleAction";
884
+ const _lORRC = "__listOfRoutingRuleCondition";
885
+ const _lORRMHV = "__listOfRoutingRuleMatchHeaderValue";
886
+ const _lORRi = "__listOfRoutingRule";
887
+ const _lOS = "__listOfSection";
888
+ const _lOSi = "__listOfStage";
889
+ const _lOVL = "__listOfVpcLink";
890
+ const _lP = "lastPublished";
891
+ const _lPD = "lastPublishedDescription";
892
+ const _lT = "limitType";
893
+ const _lU = "logoUri";
894
+ const _lUD = "lastUpdatedDate";
895
+ const _m = "message";
896
+ const _mA = "maxAge";
897
+ const _mBP = "matchBasePaths";
898
+ const _mH = "matchHeaders";
899
+ const _mI = "modelId";
900
+ const _mR = "maxResults";
901
+ const _mSE = "modelSelectionExpression";
902
+ const _mTA = "mutualTlsAuthentication";
903
+ const _me = "method";
904
+ const _n = "name";
905
+ const _nC = "navigationColor";
906
+ const _nT = "nextToken";
907
+ const _no = "none";
908
+ const _o = "overrides";
909
+ const _oN = "operationName";
910
+ const _oPA = "overviewPageArn";
911
+ const _oT = "outputType";
912
+ const _oVCA = "ownershipVerificationCertificateArn";
913
+ const _p = "priority";
914
+ const _pA = "portalArn";
915
+ const _pB = "passthroughBehavior";
916
+ const _pC = "portalContent";
917
+ const _pD = "policyDocument";
918
+ const _pDDN = "portalDefaultDomainName";
919
+ const _pDHZI = "portalDomainHostedZoneId";
920
+ const _pFV = "payloadFormatVersion";
921
+ const _pI = "portalId";
922
+ const _pPA = "portalProductArn";
923
+ const _pPAr = "productPageArn";
924
+ const _pPAro = "productPageArns";
925
+ const _pPI = "portalProductId";
926
+ const _pPIr = "productPageId";
927
+ const _pREPA = "productRestEndpointPageArn";
928
+ const _pREPAr = "productRestEndpointPageArns";
929
+ const _pREPI = "productRestEndpointPageId";
930
+ const _pS = "publishStatus";
931
+ const _pSr = "previewStatus";
932
+ const _pT = "protocolType";
933
+ const _pTa = "pageTitle";
934
+ const _pU = "previewUrl";
935
+ const _pa = "path";
936
+ const _pr = "preview";
937
+ const _r = "required";
938
+ const _rAI = "restApiId";
939
+ const _rAMN = "rumAppMonitorName";
940
+ const _rDC = "rawDisplayContent";
941
+ const _rEI = "restEndpointIdentifier";
942
+ const _rI = "routeId";
943
+ const _rK = "routeKey";
944
+ const _rM = "routingMode";
945
+ const _rMe = "requestModels";
946
+ const _rMes = "responseModels";
947
+ const _rO = "resourceOwner";
948
+ const _rOAI = "resourceOwnerAccountId";
949
+ const _rP = "requestParameters";
950
+ const _rPe = "responseParameters";
951
+ const _rR = "routingRules";
952
+ const _rRA = "routingRuleArn";
953
+ const _rRI = "routeResponseId";
954
+ const _rRIo = "routingRuleId";
955
+ const _rRK = "routeResponseKey";
956
+ const _rRSE = "routeResponseSelectionExpression";
957
+ const _rS = "routeSettings";
958
+ const _rSE = "routeSelectionExpression";
959
+ const _rT = "resourceType";
960
+ const _rTe = "requestTemplates";
961
+ const _rTes = "responseTemplates";
962
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.apigatewayv2";
963
+ const _sBP = "stripBasePath";
964
+ const _sE = "statusException";
965
+ const _sGI = "securityGroupIds";
966
+ const _sI = "subnetIds";
967
+ const _sN = "stageName";
968
+ const _sNTV = "serverNameToVerify";
969
+ const _sNe = "sectionName";
970
+ const _sP = "securityPolicy";
971
+ const _sV = "stageVariables";
972
+ const _sc = "schema";
973
+ const _st = "stage";
974
+ const _sta = "status";
975
+ const _t = "tags";
976
+ const _tBL = "throttlingBurstLimit";
977
+ const _tC = "tlsConfig";
978
+ const _tCe = "textColor";
979
+ const _tIM = "timeoutInMillis";
980
+ const _tIS = "tryItState";
981
+ const _tK = "tagKeys";
982
+ const _tRL = "throttlingRateLimit";
983
+ const _tSE = "templateSelectionExpression";
984
+ const _tU = "truststoreUri";
985
+ const _tV = "truststoreVersion";
986
+ const _tW = "truststoreWarnings";
987
+ const _ta = "target";
988
+ const _th = "theme";
989
+ const _ti = "title";
990
+ const _uPA = "userPoolArn";
991
+ const _uPD = "userPoolDomain";
992
+ const _v = "version";
993
+ const _vG = "valueGlob";
994
+ const _vLI = "vpcLinkId";
995
+ const _vLS = "vpcLinkStatus";
996
+ const _vLSM = "vpcLinkStatusMessage";
997
+ const _vLV = "vpcLinkVersion";
998
+ const _va = "value";
999
+ const _w = "warnings";
1000
+ const n0 = "com.amazonaws.apigatewayv2";
1001
+ const _s_registry = TypeRegistry.for(_s);
1002
+ var ApiGatewayV2ServiceException$ = [-3, _s, "ApiGatewayV2ServiceException", 0, [], []];
1003
+ _s_registry.registerError(ApiGatewayV2ServiceException$, ApiGatewayV2ServiceException);
1004
+ const n0_registry = TypeRegistry.for(n0);
1005
+ var AccessDeniedException$ = [-3, n0, _ADE,
1006
+ { [_e]: _c, [_hE]: 403 },
1007
+ [_M],
1008
+ [[0, { [_jN]: _m }]]
1009
+ ];
1010
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
1011
+ var BadRequestException$ = [-3, n0, _BRE,
1012
+ { [_e]: _c, [_hE]: 400 },
1013
+ [_M],
1014
+ [[0, { [_jN]: _m }]]
1015
+ ];
1016
+ n0_registry.registerError(BadRequestException$, BadRequestException);
1017
+ var ConflictException$ = [-3, n0, _CE,
1018
+ { [_e]: _c, [_hE]: 409 },
1019
+ [_M],
1020
+ [[0, { [_jN]: _m }]]
1021
+ ];
1022
+ n0_registry.registerError(ConflictException$, ConflictException);
1023
+ var NotFoundException$ = [-3, n0, _NFE,
1024
+ { [_e]: _c, [_hE]: 404 },
1025
+ [_M, _RT],
1026
+ [[0, { [_jN]: _m }], [0, { [_jN]: _rT }]]
1027
+ ];
1028
+ n0_registry.registerError(NotFoundException$, NotFoundException);
1029
+ var TooManyRequestsException$ = [-3, n0, _TMRE,
1030
+ { [_e]: _c, [_hE]: 429 },
1031
+ [_LT, _M],
1032
+ [[0, { [_jN]: _lT }], [0, { [_jN]: _m }]]
1033
+ ];
1034
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
1035
+ const errorTypeRegistries = [
1036
+ _s_registry,
1037
+ n0_registry,
1038
+ ];
1039
+ var AccessLogSettings$ = [3, n0, _ALS,
1040
+ 0,
1041
+ [_DA, _F],
1042
+ [[0, { [_jN]: _dA }], [0, { [_jN]: _f }]]
1043
+ ];
1044
+ var ACMManaged$ = [3, n0, _ACMM,
1045
+ 0,
1046
+ [_CA, _DN],
1047
+ [[0, { [_jN]: _cA }], [0, { [_jN]: _dN }]], 2
1048
+ ];
1049
+ var Api$ = [3, n0, _A,
1050
+ 0,
1051
+ [_N, _PT, _RSE, _AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _T, _V, _W],
1052
+ [[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
1053
+ ];
1054
+ var ApiMapping$ = [3, n0, _AM,
1055
+ 0,
1056
+ [_AI, _S, _AMI, _AMK],
1057
+ [[0, { [_jN]: _aI }], [0, { [_jN]: _st }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }]], 2
1058
+ ];
1059
+ var Authorization$ = [3, n0, _Au,
1060
+ 0,
1061
+ [_CCo, _No],
1062
+ [[() => CognitoConfig$, { [_jN]: _cCo }], [() => None$, { [_jN]: _no }]]
1063
+ ];
1064
+ var Authorizer$ = [3, n0, _Aut,
1065
+ 0,
1066
+ [_N, _ACA, _AIu, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC],
1067
+ [[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
1068
+ ];
1069
+ var CognitoConfig$ = [3, n0, _CCo,
1070
+ 0,
1071
+ [_ACI, _UPA, _UPD],
1072
+ [[0, { [_jN]: _aCI }], [0, { [_jN]: _uPA }], [0, { [_jN]: _uPD }]], 3
1073
+ ];
1074
+ var Cors$ = [3, n0, _C,
1075
+ 0,
1076
+ [_AC, _AH, _AMl, _AO, _EH, _MA],
1077
+ [[2, { [_jN]: _aC }], [64 | 0, { [_jN]: _aH }], [64 | 0, { [_jN]: _aM }], [64 | 0, { [_jN]: _aO }], [64 | 0, { [_jN]: _eH }], [1, { [_jN]: _mA }]]
1078
+ ];
1079
+ var CreateApiMappingRequest$ = [3, n0, _CAMR,
1080
+ 0,
1081
+ [_AI, _DN, _S, _AMK],
1082
+ [[0, { [_jN]: _aI }], [0, 1], [0, { [_jN]: _st }], [0, { [_jN]: _aMK }]], 3
1083
+ ];
1084
+ var CreateApiMappingResponse$ = [3, n0, _CAMRr,
1085
+ 0,
1086
+ [_AI, _AMI, _AMK, _S],
1087
+ [[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]: _st }]]
1088
+ ];
1089
+ var CreateApiRequest$ = [3, n0, _CAR,
1090
+ 0,
1091
+ [_N, _PT, _AKSE, _CC, _CAr, _D, _DSV, _DEAE, _IAT, _RK, _RSE, _T, _Ta, _V],
1092
+ [[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
1093
+ ];
1094
+ var CreateApiResponse$ = [3, n0, _CARr,
1095
+ 0,
1096
+ [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
1097
+ [[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 }]]
1098
+ ];
1099
+ var CreateAuthorizerRequest$ = [3, n0, _CARre,
1100
+ 0,
1101
+ [_AI, _AT, _IS, _N, _ACA, _APFV, _ARTIS, _AU, _ESR, _IVE, _JC],
1102
+ [[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
1103
+ ];
1104
+ var CreateAuthorizerResponse$ = [3, n0, _CARrea,
1105
+ 0,
1106
+ [_ACA, _AIu, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC, _N],
1107
+ [[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 }]]
1108
+ ];
1109
+ var CreateDeploymentRequest$ = [3, n0, _CDR,
1110
+ 0,
1111
+ [_AI, _D, _SN],
1112
+ [[0, 1], [0, { [_jN]: _d }], [0, { [_jN]: _sN }]], 1
1113
+ ];
1114
+ var CreateDeploymentResponse$ = [3, n0, _CDRr,
1115
+ 0,
1116
+ [_AD, _CD, _DI, _DS, _DSM, _D],
1117
+ [[2, { [_jN]: _aD }], [5, { [_jN]: _cD }], [0, { [_jN]: _dI }], [0, { [_jN]: _dS }], [0, { [_jN]: _dSM }], [0, { [_jN]: _d }]]
1118
+ ];
1119
+ var CreateDomainNameRequest$ = [3, n0, _CDNR,
1120
+ 0,
1121
+ [_DN, _DNC, _MTA, _RM, _T],
1122
+ [[0, { [_jN]: _dN }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthenticationInput$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]], 1
1123
+ ];
1124
+ var CreateDomainNameResponse$ = [3, n0, _CDNRr,
1125
+ 0,
1126
+ [_AMSE, _DN, _DNA, _DNC, _MTA, _RM, _T],
1127
+ [[0, { [_jN]: _aMSE }], [0, { [_jN]: _dN }], [0, { [_jN]: _dNA }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthentication$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]]
1128
+ ];
1129
+ var CreateIntegrationRequest$ = [3, n0, _CIR,
1130
+ 0,
1131
+ [_AI, _IT, _CI, _CT, _CHS, _CAr, _D, _IM, _ISn, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
1132
+ [[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]: _rTe }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfigInput$, { [_jN]: _tC }]], 2
1133
+ ];
1134
+ var CreateIntegrationResponseRequest$ = [3, n0, _CIRR,
1135
+ 0,
1136
+ [_AI, _IIn, _IRK, _CHS, _RPe, _RTes, _TSE],
1137
+ [[0, 1], [0, 1], [0, { [_jN]: _iRK }], [0, { [_jN]: _cHS }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]], 3
1138
+ ];
1139
+ var CreateIntegrationResponseResponse$ = [3, n0, _CIRRr,
1140
+ 0,
1141
+ [_CHS, _IRI, _IRK, _RPe, _RTes, _TSE],
1142
+ [[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]]
1143
+ ];
1144
+ var CreateIntegrationResult$ = [3, n0, _CIRr,
1145
+ 0,
1146
+ [_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
1147
+ [[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]: _rTe }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfig$, { [_jN]: _tC }]]
1148
+ ];
1149
+ var CreateModelRequest$ = [3, n0, _CMR,
1150
+ 0,
1151
+ [_AI, _N, _Sc, _CTo, _D],
1152
+ [[0, 1], [0, { [_jN]: _n }], [0, { [_jN]: _sc }], [0, { [_jN]: _cTo }], [0, { [_jN]: _d }]], 3
1153
+ ];
1154
+ var CreateModelResponse$ = [3, n0, _CMRr,
1155
+ 0,
1156
+ [_CTo, _D, _MI, _N, _Sc],
1157
+ [[0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _mI }], [0, { [_jN]: _n }], [0, { [_jN]: _sc }]]
1158
+ ];
1159
+ var CreatePortalProductRequest$ = [3, n0, _CPPR,
1160
+ 0,
1161
+ [_DNi, _D, _T],
1162
+ [[0, { [_jN]: _dNi }], [0, { [_jN]: _d }], [128 | 0, { [_jN]: _t }]], 1
1163
+ ];
1164
+ var CreatePortalProductResponse$ = [3, n0, _CPPRr,
1165
+ 0,
1166
+ [_D, _DNi, _DO, _LM, _PPA, _PPI, _T],
1167
+ [[0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [() => DisplayOrder$, { [_jN]: _dO }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPA }], [0, { [_jN]: _pPI }], [128 | 0, { [_jN]: _t }]]
1168
+ ];
1169
+ var CreatePortalRequest$ = [3, n0, _CPR,
1170
+ 0,
1171
+ [_Au, _EC, _PC, _IPPA, _LU, _RAMN, _T],
1172
+ [[() => Authorization$, { [_jN]: _a }], [() => EndpointConfigurationRequest$, { [_jN]: _eC }], [() => PortalContent$, { [_jN]: _pC }], [64 | 0, { [_jN]: _iPPA }], [0, { [_jN]: _lU }], [0, { [_jN]: _rAMN }], [128 | 0, { [_jN]: _t }]], 3
1173
+ ];
1174
+ var CreatePortalResponse$ = [3, n0, _CPRr,
1175
+ 0,
1176
+ [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _PS, _RAMN, _SE, _T],
1177
+ [[() => 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 }]]
1178
+ ];
1179
+ var CreateProductPageRequest$ = [3, n0, _CPPRre,
1180
+ 0,
1181
+ [_DC, _PPI],
1182
+ [[() => DisplayContent$, { [_jN]: _dC }], [0, 1]], 2
1183
+ ];
1184
+ var CreateProductPageResponse$ = [3, n0, _CPPRrea,
1185
+ 0,
1186
+ [_DC, _LM, _PPAr, _PPIr],
1187
+ [[() => DisplayContent$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPAr }], [0, { [_jN]: _pPIr }]]
1188
+ ];
1189
+ var CreateProductRestEndpointPageRequest$ = [3, n0, _CPREPR,
1190
+ 0,
1191
+ [_PPI, _REI, _DC, _TIS],
1192
+ [[0, 1], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [() => EndpointDisplayContent$, { [_jN]: _dC }], [0, { [_jN]: _tIS }]], 2
1193
+ ];
1194
+ var CreateProductRestEndpointPageResponse$ = [3, n0, _CPREPRr,
1195
+ 0,
1196
+ [_DC, _LM, _PREPA, _PREPI, _REI, _St, _SE, _TIS],
1197
+ [[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _sta }], [() => StatusException$, { [_jN]: _sE }], [0, { [_jN]: _tIS }]]
1198
+ ];
1199
+ var CreateRouteRequest$ = [3, n0, _CRR,
1200
+ 0,
1201
+ [_AI, _RK, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RRSE, _Ta],
1202
+ [[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
1203
+ ];
1204
+ var CreateRouteResponseRequest$ = [3, n0, _CRRR,
1205
+ 0,
1206
+ [_AI, _RI, _RRK, _MSE, _RMes, _RPe],
1207
+ [[0, 1], [0, 1], [0, { [_jN]: _rRK }], [0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }]], 3
1208
+ ];
1209
+ var CreateRouteResponseResponse$ = [3, n0, _CRRRr,
1210
+ 0,
1211
+ [_MSE, _RMes, _RPe, _RRI, _RRK],
1212
+ [[0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRI }], [0, { [_jN]: _rRK }]]
1213
+ ];
1214
+ var CreateRouteResult$ = [3, n0, _CRRr,
1215
+ 0,
1216
+ [_AGM, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RI, _RK, _RRSE, _Ta],
1217
+ [[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 }]]
1218
+ ];
1219
+ var CreateRoutingRuleRequest$ = [3, n0, _CRRRre,
1220
+ 0,
1221
+ [_Ac, _Co, _DN, _P, _DNI],
1222
+ [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [0, 1], [1, { [_jN]: _p }], [0, { [_hQ]: _dNI }]], 4
1223
+ ];
1224
+ var CreateRoutingRuleResponse$ = [3, n0, _CRRRrea,
1225
+ 0,
1226
+ [_Ac, _Co, _P, _RRA, _RRIo],
1227
+ [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [1, { [_jN]: _p }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rRIo }]]
1228
+ ];
1229
+ var CreateStageRequest$ = [3, n0, _CSR,
1230
+ 0,
1231
+ [_AI, _SN, _ALS, _ADu, _CCI, _DRS, _DI, _D, _RS, _SV, _T],
1232
+ [[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
1233
+ ];
1234
+ var CreateStageResponse$ = [3, n0, _CSRr,
1235
+ 0,
1236
+ [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
1237
+ [[() => 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 }]]
1238
+ ];
1239
+ var CreateVpcLinkRequest$ = [3, n0, _CVLR,
1240
+ 0,
1241
+ [_N, _SI, _SGI, _T],
1242
+ [[0, { [_jN]: _n }], [64 | 0, { [_jN]: _sI }], [64 | 0, { [_jN]: _sGI }], [128 | 0, { [_jN]: _t }]], 2
1243
+ ];
1244
+ var CreateVpcLinkResponse$ = [3, n0, _CVLRr,
1245
+ 0,
1246
+ [_CD, _N, _SGI, _SI, _T, _VLI, _VLS, _VLSM, _VLV],
1247
+ [[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 }]]
1248
+ ];
1249
+ var CustomColors$ = [3, n0, _CCu,
1250
+ 0,
1251
+ [_ACc, _BC, _EVC, _HC, _NC, _TCe],
1252
+ [[0, { [_jN]: _aCc }], [0, { [_jN]: _bC }], [0, { [_jN]: _eVC }], [0, { [_jN]: _hC }], [0, { [_jN]: _nC }], [0, { [_jN]: _tCe }]], 6
1253
+ ];
1254
+ var DeleteAccessLogSettingsRequest$ = [3, n0, _DALSR,
1255
+ 0,
1256
+ [_AI, _SN],
1257
+ [[0, 1], [0, 1]], 2
1258
+ ];
1259
+ var DeleteApiMappingRequest$ = [3, n0, _DAMR,
1260
+ 0,
1261
+ [_AMI, _DN],
1262
+ [[0, 1], [0, 1]], 2
1263
+ ];
1264
+ var DeleteApiRequest$ = [3, n0, _DAR,
1265
+ 0,
1266
+ [_AI],
1267
+ [[0, 1]], 1
1268
+ ];
1269
+ var DeleteAuthorizerRequest$ = [3, n0, _DARe,
1270
+ 0,
1271
+ [_AI, _AIu],
1272
+ [[0, 1], [0, 1]], 2
1273
+ ];
1274
+ var DeleteCorsConfigurationRequest$ = [3, n0, _DCCR,
1275
+ 0,
1276
+ [_AI],
1277
+ [[0, 1]], 1
1278
+ ];
1279
+ var DeleteDeploymentRequest$ = [3, n0, _DDR,
1280
+ 0,
1281
+ [_AI, _DI],
1282
+ [[0, 1], [0, 1]], 2
1283
+ ];
1284
+ var DeleteDomainNameRequest$ = [3, n0, _DDNR,
1285
+ 0,
1286
+ [_DN],
1287
+ [[0, 1]], 1
1288
+ ];
1289
+ var DeleteIntegrationRequest$ = [3, n0, _DIR,
1290
+ 0,
1291
+ [_AI, _IIn],
1292
+ [[0, 1], [0, 1]], 2
1293
+ ];
1294
+ var DeleteIntegrationResponseRequest$ = [3, n0, _DIRR,
1295
+ 0,
1296
+ [_AI, _IIn, _IRI],
1297
+ [[0, 1], [0, 1], [0, 1]], 3
1298
+ ];
1299
+ var DeleteModelRequest$ = [3, n0, _DMR,
1300
+ 0,
1301
+ [_AI, _MI],
1302
+ [[0, 1], [0, 1]], 2
1303
+ ];
1304
+ var DeletePortalProductRequest$ = [3, n0, _DPPR,
1305
+ 0,
1306
+ [_PPI],
1307
+ [[0, 1]], 1
1308
+ ];
1309
+ var DeletePortalProductSharingPolicyRequest$ = [3, n0, _DPPSPR,
1310
+ 0,
1311
+ [_PPI],
1312
+ [[0, 1]], 1
1313
+ ];
1314
+ var DeletePortalRequest$ = [3, n0, _DPR,
1315
+ 0,
1316
+ [_PI],
1317
+ [[0, 1]], 1
1318
+ ];
1319
+ var DeleteProductPageRequest$ = [3, n0, _DPPRe,
1320
+ 0,
1321
+ [_PPI, _PPIr],
1322
+ [[0, 1], [0, 1]], 2
1323
+ ];
1324
+ var DeleteProductRestEndpointPageRequest$ = [3, n0, _DPREPR,
1325
+ 0,
1326
+ [_PPI, _PREPI],
1327
+ [[0, 1], [0, 1]], 2
1328
+ ];
1329
+ var DeleteRouteRequest$ = [3, n0, _DRR,
1330
+ 0,
1331
+ [_AI, _RI],
1332
+ [[0, 1], [0, 1]], 2
1333
+ ];
1334
+ var DeleteRouteRequestParameterRequest$ = [3, n0, _DRRPR,
1335
+ 0,
1336
+ [_AI, _RPK, _RI],
1337
+ [[0, 1], [0, 1], [0, 1]], 3
1338
+ ];
1339
+ var DeleteRouteResponseRequest$ = [3, n0, _DRRR,
1340
+ 0,
1341
+ [_AI, _RI, _RRI],
1342
+ [[0, 1], [0, 1], [0, 1]], 3
1343
+ ];
1344
+ var DeleteRouteSettingsRequest$ = [3, n0, _DRSR,
1345
+ 0,
1346
+ [_AI, _RK, _SN],
1347
+ [[0, 1], [0, 1], [0, 1]], 3
1348
+ ];
1349
+ var DeleteRoutingRuleRequest$ = [3, n0, _DRRRe,
1350
+ 0,
1351
+ [_DN, _RRIo, _DNI],
1352
+ [[0, 1], [0, 1], [0, { [_hQ]: _dNI }]], 2
1353
+ ];
1354
+ var DeleteStageRequest$ = [3, n0, _DSR,
1355
+ 0,
1356
+ [_AI, _SN],
1357
+ [[0, 1], [0, 1]], 2
1358
+ ];
1359
+ var DeleteVpcLinkRequest$ = [3, n0, _DVLR,
1360
+ 0,
1361
+ [_VLI],
1362
+ [[0, 1]], 1
1363
+ ];
1364
+ var DeleteVpcLinkResponse$ = [3, n0, _DVLRe,
1365
+ 0,
1366
+ [],
1367
+ []
1368
+ ];
1369
+ var Deployment$ = [3, n0, _De,
1370
+ 0,
1371
+ [_AD, _CD, _DI, _DS, _DSM, _D],
1372
+ [[2, { [_jN]: _aD }], [5, { [_jN]: _cD }], [0, { [_jN]: _dI }], [0, { [_jN]: _dS }], [0, { [_jN]: _dSM }], [0, { [_jN]: _d }]]
1373
+ ];
1374
+ var DisablePortalRequest$ = [3, n0, _DPRi,
1375
+ 0,
1376
+ [_PI],
1377
+ [[0, 1]], 1
1378
+ ];
1379
+ var DisplayContent$ = [3, n0, _DC,
1380
+ 0,
1381
+ [_B, _Ti],
1382
+ [[0, { [_jN]: _b }], [0, { [_jN]: _ti }]], 2
1383
+ ];
1384
+ var DisplayContentOverrides$ = [3, n0, _DCO,
1385
+ 0,
1386
+ [_B, _E, _ON],
1387
+ [[0, { [_jN]: _b }], [0, { [_jN]: _en }], [0, { [_jN]: _oN }]]
1388
+ ];
1389
+ var DisplayOrder$ = [3, n0, _DO,
1390
+ 0,
1391
+ [_Con, _OPA, _PPAro],
1392
+ [[() => __listOfSection, { [_jN]: _con }], [0, { [_jN]: _oPA }], [64 | 0, { [_jN]: _pPAro }]]
1393
+ ];
1394
+ var DomainName$ = [3, n0, _DN,
1395
+ 0,
1396
+ [_DN, _AMSE, _DNA, _DNC, _MTA, _RM, _T],
1397
+ [[0, { [_jN]: _dN }], [0, { [_jN]: _aMSE }], [0, { [_jN]: _dNA }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthentication$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]], 1
1398
+ ];
1399
+ var DomainNameConfiguration$ = [3, n0, _DNCo,
1400
+ 0,
1401
+ [_AGDN, _CA, _CN, _CUD, _DNS, _DNSM, _ET, _HZI, _IAT, _SP, _OVCA],
1402
+ [[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 }]]
1403
+ ];
1404
+ var EndpointConfigurationRequest$ = [3, n0, _ECR,
1405
+ 0,
1406
+ [_AMc, _No],
1407
+ [[() => ACMManaged$, { [_jN]: _aMc }], [() => None$, { [_jN]: _no }]]
1408
+ ];
1409
+ var EndpointConfigurationResponse$ = [3, n0, _ECRn,
1410
+ 0,
1411
+ [_PDDN, _PDHZI, _CA, _DN],
1412
+ [[0, { [_jN]: _pDDN }], [0, { [_jN]: _pDHZI }], [0, { [_jN]: _cA }], [0, { [_jN]: _dN }]], 2
1413
+ ];
1414
+ var EndpointDisplayContent$ = [3, n0, _EDC,
1415
+ 0,
1416
+ [_No, _O],
1417
+ [[() => None$, { [_jN]: _no }], [() => DisplayContentOverrides$, { [_jN]: _o }]]
1418
+ ];
1419
+ var EndpointDisplayContentResponse$ = [3, n0, _EDCR,
1420
+ 0,
1421
+ [_E, _B, _ON],
1422
+ [[0, { [_jN]: _en }], [0, { [_jN]: _b }], [0, { [_jN]: _oN }]], 1
1423
+ ];
1424
+ var ExportApiRequest$ = [3, n0, _EAR,
1425
+ 0,
1426
+ [_AI, _OT, _Sp, _EV, _IE, _SN],
1427
+ [[0, 1], [0, { [_hQ]: _oT }], [0, 1], [0, { [_hQ]: _eV }], [2, { [_hQ]: _iE }], [0, { [_hQ]: _sN }]], 3
1428
+ ];
1429
+ var ExportApiResponse$ = [3, n0, _EARx,
1430
+ 0,
1431
+ [_b],
1432
+ [[21, 16]]
1433
+ ];
1434
+ var GetApiMappingRequest$ = [3, n0, _GAMR,
1435
+ 0,
1436
+ [_AMI, _DN],
1437
+ [[0, 1], [0, 1]], 2
1438
+ ];
1439
+ var GetApiMappingResponse$ = [3, n0, _GAMRe,
1440
+ 0,
1441
+ [_AI, _AMI, _AMK, _S],
1442
+ [[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]: _st }]]
1443
+ ];
1444
+ var GetApiMappingsRequest$ = [3, n0, _GAMRet,
1445
+ 0,
1446
+ [_DN, _MR, _NT],
1447
+ [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1448
+ ];
1449
+ var GetApiMappingsResponse$ = [3, n0, _GAMRetp,
1450
+ 0,
1451
+ [_I, _NT],
1452
+ [[() => __listOfApiMapping, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1453
+ ];
1454
+ var GetApiRequest$ = [3, n0, _GAR,
1455
+ 0,
1456
+ [_AI],
1457
+ [[0, 1]], 1
1458
+ ];
1459
+ var GetApiResponse$ = [3, n0, _GARe,
1460
+ 0,
1461
+ [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
1462
+ [[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 }]]
1463
+ ];
1464
+ var GetApisRequest$ = [3, n0, _GARet,
1465
+ 0,
1466
+ [_MR, _NT],
1467
+ [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1468
+ ];
1469
+ var GetApisResponse$ = [3, n0, _GARetp,
1470
+ 0,
1471
+ [_I, _NT],
1472
+ [[() => __listOfApi, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1473
+ ];
1474
+ var GetAuthorizerRequest$ = [3, n0, _GARetu,
1475
+ 0,
1476
+ [_AI, _AIu],
1477
+ [[0, 1], [0, 1]], 2
1478
+ ];
1479
+ var GetAuthorizerResponse$ = [3, n0, _GARetut,
1480
+ 0,
1481
+ [_ACA, _AIu, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC, _N],
1482
+ [[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 }]]
1483
+ ];
1484
+ var GetAuthorizersRequest$ = [3, n0, _GARetuth,
1485
+ 0,
1486
+ [_AI, _MR, _NT],
1487
+ [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1488
+ ];
1489
+ var GetAuthorizersResponse$ = [3, n0, _GARetutho,
1490
+ 0,
1491
+ [_I, _NT],
1492
+ [[() => __listOfAuthorizer, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1493
+ ];
1494
+ var GetDeploymentRequest$ = [3, n0, _GDR,
1495
+ 0,
1496
+ [_AI, _DI],
1497
+ [[0, 1], [0, 1]], 2
1498
+ ];
1499
+ var GetDeploymentResponse$ = [3, n0, _GDRe,
1500
+ 0,
1501
+ [_AD, _CD, _DI, _DS, _DSM, _D],
1502
+ [[2, { [_jN]: _aD }], [5, { [_jN]: _cD }], [0, { [_jN]: _dI }], [0, { [_jN]: _dS }], [0, { [_jN]: _dSM }], [0, { [_jN]: _d }]]
1503
+ ];
1504
+ var GetDeploymentsRequest$ = [3, n0, _GDRet,
1505
+ 0,
1506
+ [_AI, _MR, _NT],
1507
+ [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1508
+ ];
1509
+ var GetDeploymentsResponse$ = [3, n0, _GDRete,
1510
+ 0,
1511
+ [_I, _NT],
1512
+ [[() => __listOfDeployment, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1513
+ ];
1514
+ var GetDomainNameRequest$ = [3, n0, _GDNR,
1515
+ 0,
1516
+ [_DN],
1517
+ [[0, 1]], 1
1518
+ ];
1519
+ var GetDomainNameResponse$ = [3, n0, _GDNRe,
1520
+ 0,
1521
+ [_AMSE, _DN, _DNA, _DNC, _MTA, _RM, _T],
1522
+ [[0, { [_jN]: _aMSE }], [0, { [_jN]: _dN }], [0, { [_jN]: _dNA }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthentication$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]]
1523
+ ];
1524
+ var GetDomainNamesRequest$ = [3, n0, _GDNRet,
1525
+ 0,
1526
+ [_MR, _NT],
1527
+ [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1528
+ ];
1529
+ var GetDomainNamesResponse$ = [3, n0, _GDNReto,
1530
+ 0,
1531
+ [_I, _NT],
1532
+ [[() => __listOfDomainName, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1533
+ ];
1534
+ var GetIntegrationRequest$ = [3, n0, _GIR,
1535
+ 0,
1536
+ [_AI, _IIn],
1537
+ [[0, 1], [0, 1]], 2
1538
+ ];
1539
+ var GetIntegrationResponseRequest$ = [3, n0, _GIRR,
1540
+ 0,
1541
+ [_AI, _IIn, _IRI],
1542
+ [[0, 1], [0, 1], [0, 1]], 3
1543
+ ];
1544
+ var GetIntegrationResponseResponse$ = [3, n0, _GIRRe,
1545
+ 0,
1546
+ [_CHS, _IRI, _IRK, _RPe, _RTes, _TSE],
1547
+ [[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]]
1548
+ ];
1549
+ var GetIntegrationResponsesRequest$ = [3, n0, _GIRRet,
1550
+ 0,
1551
+ [_AI, _IIn, _MR, _NT],
1552
+ [[0, 1], [0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1553
+ ];
1554
+ var GetIntegrationResponsesResponse$ = [3, n0, _GIRRetn,
1555
+ 0,
1556
+ [_I, _NT],
1557
+ [[() => __listOfIntegrationResponse, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1558
+ ];
1559
+ var GetIntegrationResult$ = [3, n0, _GIRe,
1560
+ 0,
1561
+ [_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
1562
+ [[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]: _rTe }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfig$, { [_jN]: _tC }]]
1563
+ ];
1564
+ var GetIntegrationsRequest$ = [3, n0, _GIRet,
1565
+ 0,
1566
+ [_AI, _MR, _NT],
1567
+ [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1568
+ ];
1569
+ var GetIntegrationsResponse$ = [3, n0, _GIRetn,
1570
+ 0,
1571
+ [_I, _NT],
1572
+ [[() => __listOfIntegration, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1573
+ ];
1574
+ var GetModelRequest$ = [3, n0, _GMR,
1575
+ 0,
1576
+ [_AI, _MI],
1577
+ [[0, 1], [0, 1]], 2
1578
+ ];
1579
+ var GetModelResponse$ = [3, n0, _GMRe,
1580
+ 0,
1581
+ [_CTo, _D, _MI, _N, _Sc],
1582
+ [[0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _mI }], [0, { [_jN]: _n }], [0, { [_jN]: _sc }]]
1583
+ ];
1584
+ var GetModelsRequest$ = [3, n0, _GMRet,
1585
+ 0,
1586
+ [_AI, _MR, _NT],
1587
+ [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1588
+ ];
1589
+ var GetModelsResponse$ = [3, n0, _GMReto,
1590
+ 0,
1591
+ [_I, _NT],
1592
+ [[() => __listOfModel, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1593
+ ];
1594
+ var GetModelTemplateRequest$ = [3, n0, _GMTR,
1595
+ 0,
1596
+ [_AI, _MI],
1597
+ [[0, 1], [0, 1]], 2
1598
+ ];
1599
+ var GetModelTemplateResponse$ = [3, n0, _GMTRe,
1600
+ 0,
1601
+ [_Va],
1602
+ [[0, { [_jN]: _va }]]
1603
+ ];
1604
+ var GetPortalProductRequest$ = [3, n0, _GPPR,
1605
+ 0,
1606
+ [_PPI, _ROAI],
1607
+ [[0, 1], [0, { [_hQ]: _rOAI }]], 1
1608
+ ];
1609
+ var GetPortalProductResponse$ = [3, n0, _GPPRe,
1610
+ 0,
1611
+ [_D, _DNi, _DO, _LM, _PPA, _PPI, _T],
1612
+ [[0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [() => DisplayOrder$, { [_jN]: _dO }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPA }], [0, { [_jN]: _pPI }], [128 | 0, { [_jN]: _t }]]
1613
+ ];
1614
+ var GetPortalProductSharingPolicyRequest$ = [3, n0, _GPPSPR,
1615
+ 0,
1616
+ [_PPI],
1617
+ [[0, 1]], 1
1618
+ ];
1619
+ var GetPortalProductSharingPolicyResponse$ = [3, n0, _GPPSPRe,
1620
+ 0,
1621
+ [_PD, _PPI],
1622
+ [[0, { [_jN]: _pD }], [0, { [_jN]: _pPI }]]
1623
+ ];
1624
+ var GetPortalRequest$ = [3, n0, _GPR,
1625
+ 0,
1626
+ [_PI],
1627
+ [[0, 1]], 1
1628
+ ];
1629
+ var GetPortalResponse$ = [3, n0, _GPRe,
1630
+ 0,
1631
+ [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _Pr, _PS, _RAMN, _SE, _T],
1632
+ [[() => 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 }]]
1633
+ ];
1634
+ var GetProductPageRequest$ = [3, n0, _GPPRet,
1635
+ 0,
1636
+ [_PPI, _PPIr, _ROAI],
1637
+ [[0, 1], [0, 1], [0, { [_hQ]: _rOAI }]], 2
1638
+ ];
1639
+ var GetProductPageResponse$ = [3, n0, _GPPRetr,
1640
+ 0,
1641
+ [_DC, _LM, _PPAr, _PPIr],
1642
+ [[() => DisplayContent$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPAr }], [0, { [_jN]: _pPIr }]]
1643
+ ];
1644
+ var GetProductRestEndpointPageRequest$ = [3, n0, _GPREPR,
1645
+ 0,
1646
+ [_PPI, _PREPI, _IRDC, _ROAI],
1647
+ [[0, 1], [0, 1], [0, { [_hQ]: _iRDC }], [0, { [_hQ]: _rOAI }]], 2
1648
+ ];
1649
+ var GetProductRestEndpointPageResponse$ = [3, n0, _GPREPRe,
1650
+ 0,
1651
+ [_DC, _LM, _PREPA, _PREPI, _RDC, _REI, _St, _SE, _TIS],
1652
+ [[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [0, { [_jN]: _rDC }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _sta }], [() => StatusException$, { [_jN]: _sE }], [0, { [_jN]: _tIS }]]
1653
+ ];
1654
+ var GetRouteRequest$ = [3, n0, _GRR,
1655
+ 0,
1656
+ [_AI, _RI],
1657
+ [[0, 1], [0, 1]], 2
1658
+ ];
1659
+ var GetRouteResponseRequest$ = [3, n0, _GRRR,
1660
+ 0,
1661
+ [_AI, _RI, _RRI],
1662
+ [[0, 1], [0, 1], [0, 1]], 3
1663
+ ];
1664
+ var GetRouteResponseResponse$ = [3, n0, _GRRRe,
1665
+ 0,
1666
+ [_MSE, _RMes, _RPe, _RRI, _RRK],
1667
+ [[0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRI }], [0, { [_jN]: _rRK }]]
1668
+ ];
1669
+ var GetRouteResponsesRequest$ = [3, n0, _GRRRet,
1670
+ 0,
1671
+ [_AI, _RI, _MR, _NT],
1672
+ [[0, 1], [0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1673
+ ];
1674
+ var GetRouteResponsesResponse$ = [3, n0, _GRRReto,
1675
+ 0,
1676
+ [_I, _NT],
1677
+ [[() => __listOfRouteResponse, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1678
+ ];
1679
+ var GetRouteResult$ = [3, n0, _GRRe,
1680
+ 0,
1681
+ [_AGM, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RI, _RK, _RRSE, _Ta],
1682
+ [[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 }]]
1683
+ ];
1684
+ var GetRoutesRequest$ = [3, n0, _GRRet,
1685
+ 0,
1686
+ [_AI, _MR, _NT],
1687
+ [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1688
+ ];
1689
+ var GetRoutesResponse$ = [3, n0, _GRReto,
1690
+ 0,
1691
+ [_I, _NT],
1692
+ [[() => __listOfRoute, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1693
+ ];
1694
+ var GetRoutingRuleRequest$ = [3, n0, _GRRRetou,
1695
+ 0,
1696
+ [_DN, _RRIo, _DNI],
1697
+ [[0, 1], [0, 1], [0, { [_hQ]: _dNI }]], 2
1698
+ ];
1699
+ var GetRoutingRuleResponse$ = [3, n0, _GRRRetout,
1700
+ 0,
1701
+ [_Ac, _Co, _P, _RRA, _RRIo],
1702
+ [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [1, { [_jN]: _p }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rRIo }]]
1703
+ ];
1704
+ var GetStageRequest$ = [3, n0, _GSR,
1705
+ 0,
1706
+ [_AI, _SN],
1707
+ [[0, 1], [0, 1]], 2
1708
+ ];
1709
+ var GetStageResponse$ = [3, n0, _GSRe,
1710
+ 0,
1711
+ [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
1712
+ [[() => 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 }]]
1713
+ ];
1714
+ var GetStagesRequest$ = [3, n0, _GSRet,
1715
+ 0,
1716
+ [_AI, _MR, _NT],
1717
+ [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1718
+ ];
1719
+ var GetStagesResponse$ = [3, n0, _GSRett,
1720
+ 0,
1721
+ [_I, _NT],
1722
+ [[() => __listOfStage, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1723
+ ];
1724
+ var GetTagsRequest$ = [3, n0, _GTR,
1725
+ 0,
1726
+ [_RA],
1727
+ [[0, 1]], 1
1728
+ ];
1729
+ var GetTagsResponse$ = [3, n0, _GTRe,
1730
+ 0,
1731
+ [_T],
1732
+ [[128 | 0, { [_jN]: _t }]]
1733
+ ];
1734
+ var GetVpcLinkRequest$ = [3, n0, _GVLR,
1735
+ 0,
1736
+ [_VLI],
1737
+ [[0, 1]], 1
1738
+ ];
1739
+ var GetVpcLinkResponse$ = [3, n0, _GVLRe,
1740
+ 0,
1741
+ [_CD, _N, _SGI, _SI, _T, _VLI, _VLS, _VLSM, _VLV],
1742
+ [[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 }]]
1743
+ ];
1744
+ var GetVpcLinksRequest$ = [3, n0, _GVLRet,
1745
+ 0,
1746
+ [_MR, _NT],
1747
+ [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1748
+ ];
1749
+ var GetVpcLinksResponse$ = [3, n0, _GVLRetp,
1750
+ 0,
1751
+ [_I, _NT],
1752
+ [[() => __listOfVpcLink, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1753
+ ];
1754
+ var IdentifierParts$ = [3, n0, _IP,
1755
+ 0,
1756
+ [_Me, _Pa, _RAI, _S],
1757
+ [[0, { [_jN]: _me }], [0, { [_jN]: _pa }], [0, { [_jN]: _rAI }], [0, { [_jN]: _st }]], 4
1758
+ ];
1759
+ var ImportApiRequest$ = [3, n0, _IAR,
1760
+ 0,
1761
+ [_B, _Ba, _FOW],
1762
+ [[0, { [_jN]: _b }], [0, { [_hQ]: _ba }], [2, { [_hQ]: _fOW }]], 1
1763
+ ];
1764
+ var ImportApiResponse$ = [3, n0, _IARm,
1765
+ 0,
1766
+ [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
1767
+ [[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 }]]
1768
+ ];
1769
+ var Integration$ = [3, n0, _In,
1770
+ 0,
1771
+ [_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
1772
+ [[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]: _rTe }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfig$, { [_jN]: _tC }]]
1773
+ ];
1774
+ var IntegrationResponse$ = [3, n0, _IR,
1775
+ 0,
1776
+ [_IRK, _CHS, _IRI, _RPe, _RTes, _TSE],
1777
+ [[0, { [_jN]: _iRK }], [0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]], 1
1778
+ ];
1779
+ var JWTConfiguration$ = [3, n0, _JWTC,
1780
+ 0,
1781
+ [_Aud, _Is],
1782
+ [[64 | 0, { [_jN]: _au }], [0, { [_jN]: _is }]]
1783
+ ];
1784
+ var ListPortalProductsRequest$ = [3, n0, _LPPR,
1785
+ 0,
1786
+ [_MR, _NT, _RO],
1787
+ [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _rO }]]
1788
+ ];
1789
+ var ListPortalProductsResponse$ = [3, n0, _LPPRi,
1790
+ 0,
1791
+ [_I, _NT],
1792
+ [[() => __listOfPortalProductSummary, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1793
+ ];
1794
+ var ListPortalsRequest$ = [3, n0, _LPR,
1795
+ 0,
1796
+ [_MR, _NT],
1797
+ [[0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1798
+ ];
1799
+ var ListPortalsResponse$ = [3, n0, _LPRi,
1800
+ 0,
1801
+ [_I, _NT],
1802
+ [[() => __listOfPortalSummary, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1803
+ ];
1804
+ var ListProductPagesRequest$ = [3, n0, _LPPRis,
1805
+ 0,
1806
+ [_PPI, _MR, _NT, _ROAI],
1807
+ [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _rOAI }]], 1
1808
+ ];
1809
+ var ListProductPagesResponse$ = [3, n0, _LPPRist,
1810
+ 0,
1811
+ [_I, _NT],
1812
+ [[() => __listOfProductPageSummaryNoBody, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1813
+ ];
1814
+ var ListProductRestEndpointPagesRequest$ = [3, n0, _LPREPR,
1815
+ 0,
1816
+ [_PPI, _MR, _NT, _ROAI],
1817
+ [[0, 1], [0, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _rOAI }]], 1
1818
+ ];
1819
+ var ListProductRestEndpointPagesResponse$ = [3, n0, _LPREPRi,
1820
+ 0,
1821
+ [_I, _NT],
1822
+ [[() => __listOfProductRestEndpointPageSummaryNoBody, { [_jN]: _i }], [0, { [_jN]: _nT }]]
1823
+ ];
1824
+ var ListRoutingRulesRequest$ = [3, n0, _LRRR,
1825
+ 0,
1826
+ [_DN, _DNI, _MR, _NT],
1827
+ [[0, 1], [0, { [_hQ]: _dNI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1828
+ ];
1829
+ var ListRoutingRulesResponse$ = [3, n0, _LRRRi,
1830
+ 0,
1831
+ [_NT, _RR],
1832
+ [[0, { [_jN]: _nT }], [() => __listOfRoutingRule, { [_jN]: _rR }]]
1833
+ ];
1834
+ var Model$ = [3, n0, _Mo,
1835
+ 0,
1836
+ [_N, _CTo, _D, _MI, _Sc],
1837
+ [[0, { [_jN]: _n }], [0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _mI }], [0, { [_jN]: _sc }]], 1
1838
+ ];
1839
+ var MutualTlsAuthentication$ = [3, n0, _MTA,
1840
+ 0,
1841
+ [_TU, _TV, _TW],
1842
+ [[0, { [_jN]: _tU }], [0, { [_jN]: _tV }], [64 | 0, { [_jN]: _tW }]]
1843
+ ];
1844
+ var MutualTlsAuthenticationInput$ = [3, n0, _MTAI,
1845
+ 0,
1846
+ [_TU, _TV],
1847
+ [[0, { [_jN]: _tU }], [0, { [_jN]: _tV }]]
1848
+ ];
1849
+ var None$ = [3, n0, _No,
1850
+ 0,
1851
+ [],
1852
+ []
1853
+ ];
1854
+ var ParameterConstraints$ = [3, n0, _PCa,
1855
+ 0,
1856
+ [_R],
1857
+ [[2, { [_jN]: _r }]]
1858
+ ];
1859
+ var PortalContent$ = [3, n0, _PC,
1860
+ 0,
1861
+ [_DNi, _Th, _D],
1862
+ [[0, { [_jN]: _dNi }], [() => PortalTheme$, { [_jN]: _th }], [0, { [_jN]: _d }]], 2
1863
+ ];
1864
+ var PortalProductSummary$ = [3, n0, _PPS,
1865
+ 0,
1866
+ [_D, _DNi, _LM, _PPA, _PPI, _T],
1867
+ [[0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPA }], [0, { [_jN]: _pPI }], [128 | 0, { [_jN]: _t }]], 5
1868
+ ];
1869
+ var PortalSummary$ = [3, n0, _PSo,
1870
+ 0,
1871
+ [_Au, _EC, _IPPA, _LM, _PA, _PC, _PI, _LP, _LPD, _Pr, _PS, _RAMN, _SE, _T],
1872
+ [[() => 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
1873
+ ];
1874
+ var PortalTheme$ = [3, n0, _PTo,
1875
+ 0,
1876
+ [_CCu, _LLU],
1877
+ [[() => CustomColors$, { [_jN]: _cCu }], [5, { [_jN]: _lLU }]], 1
1878
+ ];
1879
+ var Preview$ = [3, n0, _Pr,
1880
+ 0,
1881
+ [_PSr, _PU, _SE],
1882
+ [[0, { [_jN]: _pSr }], [0, { [_jN]: _pU }], [() => StatusException$, { [_jN]: _sE }]], 1
1883
+ ];
1884
+ var PreviewPortalRequest$ = [3, n0, _PPR,
1885
+ 0,
1886
+ [_PI],
1887
+ [[0, 1]], 1
1888
+ ];
1889
+ var PreviewPortalResponse$ = [3, n0, _PPRr,
1890
+ 0,
1891
+ [],
1892
+ []
1893
+ ];
1894
+ var ProductPageSummaryNoBody$ = [3, n0, _PPSNB,
1895
+ 0,
1896
+ [_LM, _PTa, _PPAr, _PPIr],
1897
+ [[5, { [_jN]: _lM }], [0, { [_jN]: _pTa }], [0, { [_jN]: _pPAr }], [0, { [_jN]: _pPIr }]], 4
1898
+ ];
1899
+ var ProductRestEndpointPageSummaryNoBody$ = [3, n0, _PREPSNB,
1900
+ 0,
1901
+ [_E, _LM, _PREPA, _PREPI, _REI, _St, _TIS, _ON, _SE],
1902
+ [[0, { [_jN]: _en }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _sta }], [0, { [_jN]: _tIS }], [0, { [_jN]: _oN }], [() => StatusException$, { [_jN]: _sE }]], 7
1903
+ ];
1904
+ var PublishPortalRequest$ = [3, n0, _PPRu,
1905
+ 0,
1906
+ [_PI, _D],
1907
+ [[0, 1], [0, { [_jN]: _d }]], 1
1908
+ ];
1909
+ var PublishPortalResponse$ = [3, n0, _PPRub,
1910
+ 0,
1911
+ [],
1912
+ []
1913
+ ];
1914
+ var PutPortalProductSharingPolicyRequest$ = [3, n0, _PPPSPR,
1915
+ 0,
1916
+ [_PD, _PPI],
1917
+ [[0, { [_jN]: _pD }], [0, 1]], 2
1918
+ ];
1919
+ var PutPortalProductSharingPolicyResponse$ = [3, n0, _PPPSPRu,
1920
+ 0,
1921
+ [],
1922
+ []
1923
+ ];
1924
+ var PutRoutingRuleRequest$ = [3, n0, _PRRR,
1925
+ 0,
1926
+ [_Ac, _Co, _DN, _P, _RRIo, _DNI],
1927
+ [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [0, 1], [1, { [_jN]: _p }], [0, 1], [0, { [_hQ]: _dNI }]], 5
1928
+ ];
1929
+ var PutRoutingRuleResponse$ = [3, n0, _PRRRu,
1930
+ 0,
1931
+ [_Ac, _Co, _P, _RRA, _RRIo],
1932
+ [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [1, { [_jN]: _p }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rRIo }]]
1933
+ ];
1934
+ var ReimportApiRequest$ = [3, n0, _RAR,
1935
+ 0,
1936
+ [_AI, _B, _Ba, _FOW],
1937
+ [[0, 1], [0, { [_jN]: _b }], [0, { [_hQ]: _ba }], [2, { [_hQ]: _fOW }]], 2
1938
+ ];
1939
+ var ReimportApiResponse$ = [3, n0, _RARe,
1940
+ 0,
1941
+ [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
1942
+ [[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 }]]
1943
+ ];
1944
+ var ResetAuthorizersCacheRequest$ = [3, n0, _RACR,
1945
+ 0,
1946
+ [_AI, _SN],
1947
+ [[0, 1], [0, 1]], 2
1948
+ ];
1949
+ var RestEndpointIdentifier$ = [3, n0, _REI,
1950
+ 0,
1951
+ [_IP],
1952
+ [[() => IdentifierParts$, { [_jN]: _iP }]]
1953
+ ];
1954
+ var Route$ = [3, n0, _Ro,
1955
+ 0,
1956
+ [_RK, _AGM, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RI, _RRSE, _Ta],
1957
+ [[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
1958
+ ];
1959
+ var RouteResponse$ = [3, n0, _RRo,
1960
+ 0,
1961
+ [_RRK, _MSE, _RMes, _RPe, _RRI],
1962
+ [[0, { [_jN]: _rRK }], [0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRI }]], 1
1963
+ ];
1964
+ var RouteSettings$ = [3, n0, _RS,
1965
+ 0,
1966
+ [_DTE, _DME, _LL, _TBL, _TRL],
1967
+ [[2, { [_jN]: _dTE }], [2, { [_jN]: _dME }], [0, { [_jN]: _lL }], [1, { [_jN]: _tBL }], [1, { [_jN]: _tRL }]]
1968
+ ];
1969
+ var RoutingRule$ = [3, n0, _RRou,
1970
+ 0,
1971
+ [_Ac, _Co, _P, _RRA, _RRIo],
1972
+ [[() => __listOfRoutingRuleAction, { [_jN]: _ac }], [() => __listOfRoutingRuleCondition, { [_jN]: _co }], [1, { [_jN]: _p }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rRIo }]]
1973
+ ];
1974
+ var RoutingRuleAction$ = [3, n0, _RRAo,
1975
+ 0,
1976
+ [_IA],
1977
+ [[() => RoutingRuleActionInvokeApi$, { [_jN]: _iA }]], 1
1978
+ ];
1979
+ var RoutingRuleActionInvokeApi$ = [3, n0, _RRAIA,
1980
+ 0,
1981
+ [_AI, _S, _SBP],
1982
+ [[0, { [_jN]: _aI }], [0, { [_jN]: _st }], [2, { [_jN]: _sBP }]], 2
1983
+ ];
1984
+ var RoutingRuleCondition$ = [3, n0, _RRC,
1985
+ 0,
1986
+ [_MBP, _MH],
1987
+ [[() => RoutingRuleMatchBasePaths$, { [_jN]: _mBP }], [() => RoutingRuleMatchHeaders$, { [_jN]: _mH }]]
1988
+ ];
1989
+ var RoutingRuleMatchBasePaths$ = [3, n0, _RRMBP,
1990
+ 0,
1991
+ [_AOn],
1992
+ [[64 | 0, { [_jN]: _aOn }]], 1
1993
+ ];
1994
+ var RoutingRuleMatchHeaders$ = [3, n0, _RRMH,
1995
+ 0,
1996
+ [_AOn],
1997
+ [[() => __listOfRoutingRuleMatchHeaderValue, { [_jN]: _aOn }]], 1
1998
+ ];
1999
+ var RoutingRuleMatchHeaderValue$ = [3, n0, _RRMHV,
2000
+ 0,
2001
+ [_H, _VG],
2002
+ [[0, { [_jN]: _h }], [0, { [_jN]: _vG }]], 2
2003
+ ];
2004
+ var Section$ = [3, n0, _Se,
2005
+ 0,
2006
+ [_PREPAr, _SNe],
2007
+ [[64 | 0, { [_jN]: _pREPAr }], [0, { [_jN]: _sNe }]], 2
2008
+ ];
2009
+ var Stage$ = [3, n0, _S,
2010
+ 0,
2011
+ [_SN, _ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SV, _T],
2012
+ [[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
2013
+ ];
2014
+ var StatusException$ = [3, n0, _SE,
2015
+ 0,
2016
+ [_Ex, _M],
2017
+ [[0, { [_jN]: _ex }], [0, { [_jN]: _m }]]
2018
+ ];
2019
+ var TagResourceRequest$ = [3, n0, _TRR,
2020
+ 0,
2021
+ [_RA, _T],
2022
+ [[0, 1], [128 | 0, { [_jN]: _t }]], 1
2023
+ ];
2024
+ var TagResourceResponse$ = [3, n0, _TRRa,
2025
+ 0,
2026
+ [],
2027
+ []
2028
+ ];
2029
+ var TlsConfig$ = [3, n0, _TC,
2030
+ 0,
2031
+ [_SNTV],
2032
+ [[0, { [_jN]: _sNTV }]]
2033
+ ];
2034
+ var TlsConfigInput$ = [3, n0, _TCI,
2035
+ 0,
2036
+ [_SNTV],
2037
+ [[0, { [_jN]: _sNTV }]]
2038
+ ];
2039
+ var UntagResourceRequest$ = [3, n0, _URR,
2040
+ 0,
2041
+ [_RA, _TK],
2042
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
2043
+ ];
2044
+ var UpdateApiMappingRequest$ = [3, n0, _UAMR,
2045
+ 0,
2046
+ [_AI, _AMI, _DN, _AMK, _S],
2047
+ [[0, { [_jN]: _aI }], [0, 1], [0, 1], [0, { [_jN]: _aMK }], [0, { [_jN]: _st }]], 3
2048
+ ];
2049
+ var UpdateApiMappingResponse$ = [3, n0, _UAMRp,
2050
+ 0,
2051
+ [_AI, _AMI, _AMK, _S],
2052
+ [[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]: _st }]]
2053
+ ];
2054
+ var UpdateApiRequest$ = [3, n0, _UAR,
2055
+ 0,
2056
+ [_AI, _AKSE, _CC, _CAr, _D, _DSV, _DEAE, _IAT, _N, _RK, _RSE, _Ta, _V],
2057
+ [[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
2058
+ ];
2059
+ var UpdateApiResponse$ = [3, n0, _UARp,
2060
+ 0,
2061
+ [_AE, _AGM, _AI, _AKSE, _CC, _CD, _D, _DSV, _DEAE, _II, _IAT, _N, _PT, _RSE, _T, _V, _W],
2062
+ [[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 }]]
2063
+ ];
2064
+ var UpdateAuthorizerRequest$ = [3, n0, _UARpd,
2065
+ 0,
2066
+ [_AI, _AIu, _ACA, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC, _N],
2067
+ [[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
2068
+ ];
2069
+ var UpdateAuthorizerResponse$ = [3, n0, _UARpda,
2070
+ 0,
2071
+ [_ACA, _AIu, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC, _N],
2072
+ [[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 }]]
2073
+ ];
2074
+ var UpdateDeploymentRequest$ = [3, n0, _UDR,
2075
+ 0,
2076
+ [_AI, _DI, _D],
2077
+ [[0, 1], [0, 1], [0, { [_jN]: _d }]], 2
2078
+ ];
2079
+ var UpdateDeploymentResponse$ = [3, n0, _UDRp,
2080
+ 0,
2081
+ [_AD, _CD, _DI, _DS, _DSM, _D],
2082
+ [[2, { [_jN]: _aD }], [5, { [_jN]: _cD }], [0, { [_jN]: _dI }], [0, { [_jN]: _dS }], [0, { [_jN]: _dSM }], [0, { [_jN]: _d }]]
2083
+ ];
2084
+ var UpdateDomainNameRequest$ = [3, n0, _UDNR,
2085
+ 0,
2086
+ [_DN, _DNC, _MTA, _RM],
2087
+ [[0, 1], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthenticationInput$, { [_jN]: _mTA }], [0, { [_jN]: _rM }]], 1
2088
+ ];
2089
+ var UpdateDomainNameResponse$ = [3, n0, _UDNRp,
2090
+ 0,
2091
+ [_AMSE, _DN, _DNA, _DNC, _MTA, _RM, _T],
2092
+ [[0, { [_jN]: _aMSE }], [0, { [_jN]: _dN }], [0, { [_jN]: _dNA }], [() => DomainNameConfigurations, { [_jN]: _dNC }], [() => MutualTlsAuthentication$, { [_jN]: _mTA }], [0, { [_jN]: _rM }], [128 | 0, { [_jN]: _t }]]
2093
+ ];
2094
+ var UpdateIntegrationRequest$ = [3, n0, _UIR,
2095
+ 0,
2096
+ [_AI, _IIn, _CI, _CT, _CHS, _CAr, _D, _IM, _ISn, _IT, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
2097
+ [[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]: _rTe }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfigInput$, { [_jN]: _tC }]], 2
2098
+ ];
2099
+ var UpdateIntegrationResponseRequest$ = [3, n0, _UIRR,
2100
+ 0,
2101
+ [_AI, _IIn, _IRI, _CHS, _IRK, _RPe, _RTes, _TSE],
2102
+ [[0, 1], [0, 1], [0, 1], [0, { [_jN]: _cHS }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]], 3
2103
+ ];
2104
+ var UpdateIntegrationResponseResponse$ = [3, n0, _UIRRp,
2105
+ 0,
2106
+ [_CHS, _IRI, _IRK, _RPe, _RTes, _TSE],
2107
+ [[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]]
2108
+ ];
2109
+ var UpdateIntegrationResult$ = [3, n0, _UIRp,
2110
+ 0,
2111
+ [_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
2112
+ [[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]: _rTe }], [[2, n0, _RPe, 0, 0, 128 | 0], { [_jN]: _rPe }], [0, { [_jN]: _tSE }], [1, { [_jN]: _tIM }], [() => TlsConfig$, { [_jN]: _tC }]]
2113
+ ];
2114
+ var UpdateModelRequest$ = [3, n0, _UMR,
2115
+ 0,
2116
+ [_AI, _MI, _CTo, _D, _N, _Sc],
2117
+ [[0, 1], [0, 1], [0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _n }], [0, { [_jN]: _sc }]], 2
2118
+ ];
2119
+ var UpdateModelResponse$ = [3, n0, _UMRp,
2120
+ 0,
2121
+ [_CTo, _D, _MI, _N, _Sc],
2122
+ [[0, { [_jN]: _cTo }], [0, { [_jN]: _d }], [0, { [_jN]: _mI }], [0, { [_jN]: _n }], [0, { [_jN]: _sc }]]
2123
+ ];
2124
+ var UpdatePortalProductRequest$ = [3, n0, _UPPR,
2125
+ 0,
2126
+ [_PPI, _D, _DNi, _DO],
2127
+ [[0, 1], [0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [() => DisplayOrder$, { [_jN]: _dO }]], 1
2128
+ ];
2129
+ var UpdatePortalProductResponse$ = [3, n0, _UPPRp,
2130
+ 0,
2131
+ [_D, _DNi, _DO, _LM, _PPA, _PPI, _T],
2132
+ [[0, { [_jN]: _d }], [0, { [_jN]: _dNi }], [() => DisplayOrder$, { [_jN]: _dO }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPA }], [0, { [_jN]: _pPI }], [128 | 0, { [_jN]: _t }]]
2133
+ ];
2134
+ var UpdatePortalRequest$ = [3, n0, _UPR,
2135
+ 0,
2136
+ [_PI, _Au, _EC, _IPPA, _LU, _PC, _RAMN],
2137
+ [[0, 1], [() => Authorization$, { [_jN]: _a }], [() => EndpointConfigurationRequest$, { [_jN]: _eC }], [64 | 0, { [_jN]: _iPPA }], [0, { [_jN]: _lU }], [() => PortalContent$, { [_jN]: _pC }], [0, { [_jN]: _rAMN }]], 1
2138
+ ];
2139
+ var UpdatePortalResponse$ = [3, n0, _UPRp,
2140
+ 0,
2141
+ [_Au, _EC, _IPPA, _LM, _LP, _LPD, _PA, _PC, _PI, _Pr, _PS, _RAMN, _SE, _T],
2142
+ [[() => 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 }]]
2143
+ ];
2144
+ var UpdateProductPageRequest$ = [3, n0, _UPPRpd,
2145
+ 0,
2146
+ [_PPI, _PPIr, _DC],
2147
+ [[0, 1], [0, 1], [() => DisplayContent$, { [_jN]: _dC }]], 2
2148
+ ];
2149
+ var UpdateProductPageResponse$ = [3, n0, _UPPRpda,
2150
+ 0,
2151
+ [_DC, _LM, _PPAr, _PPIr],
2152
+ [[() => DisplayContent$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pPAr }], [0, { [_jN]: _pPIr }]]
2153
+ ];
2154
+ var UpdateProductRestEndpointPageRequest$ = [3, n0, _UPREPR,
2155
+ 0,
2156
+ [_PPI, _PREPI, _DC, _TIS],
2157
+ [[0, 1], [0, 1], [() => EndpointDisplayContent$, { [_jN]: _dC }], [0, { [_jN]: _tIS }]], 2
2158
+ ];
2159
+ var UpdateProductRestEndpointPageResponse$ = [3, n0, _UPREPRp,
2160
+ 0,
2161
+ [_DC, _LM, _PREPA, _PREPI, _REI, _St, _SE, _TIS],
2162
+ [[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _sta }], [() => StatusException$, { [_jN]: _sE }], [0, { [_jN]: _tIS }]]
2163
+ ];
2164
+ var UpdateRouteRequest$ = [3, n0, _URRp,
2165
+ 0,
2166
+ [_AI, _RI, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RK, _RRSE, _Ta],
2167
+ [[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
2168
+ ];
2169
+ var UpdateRouteResponseRequest$ = [3, n0, _URRR,
2170
+ 0,
2171
+ [_AI, _RI, _RRI, _MSE, _RMes, _RPe, _RRK],
2172
+ [[0, 1], [0, 1], [0, 1], [0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRK }]], 3
2173
+ ];
2174
+ var UpdateRouteResponseResponse$ = [3, n0, _URRRp,
2175
+ 0,
2176
+ [_MSE, _RMes, _RPe, _RRI, _RRK],
2177
+ [[0, { [_jN]: _mSE }], [128 | 0, { [_jN]: _rMes }], [() => RouteParameters, { [_jN]: _rPe }], [0, { [_jN]: _rRI }], [0, { [_jN]: _rRK }]]
2178
+ ];
2179
+ var UpdateRouteResult$ = [3, n0, _URRpd,
2180
+ 0,
2181
+ [_AGM, _AKR, _AS, _ATu, _AIu, _MSE, _ON, _RMe, _RP, _RI, _RK, _RRSE, _Ta],
2182
+ [[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 }]]
2183
+ ];
2184
+ var UpdateStageRequest$ = [3, n0, _USR,
2185
+ 0,
2186
+ [_AI, _SN, _ALS, _ADu, _CCI, _DRS, _DI, _D, _RS, _SV],
2187
+ [[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
2188
+ ];
2189
+ var UpdateStageResponse$ = [3, n0, _USRp,
2190
+ 0,
2191
+ [_ALS, _AGM, _ADu, _CCI, _CD, _DRS, _DI, _D, _LDSM, _LUD, _RS, _SN, _SV, _T],
2192
+ [[() => 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 }]]
2193
+ ];
2194
+ var UpdateVpcLinkRequest$ = [3, n0, _UVLR,
2195
+ 0,
2196
+ [_VLI, _N],
2197
+ [[0, 1], [0, { [_jN]: _n }]], 1
2198
+ ];
2199
+ var UpdateVpcLinkResponse$ = [3, n0, _UVLRp,
2200
+ 0,
2201
+ [_CD, _N, _SGI, _SI, _T, _VLI, _VLS, _VLSM, _VLV],
2202
+ [[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 }]]
2203
+ ];
2204
+ var VpcLink$ = [3, n0, _VL,
2205
+ 0,
2206
+ [_N, _SGI, _SI, _VLI, _CD, _T, _VLS, _VLSM, _VLV],
2207
+ [[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
2208
+ ];
2209
+ var __Unit = "unit";
2210
+ var __listOfApi = [1, n0, _lOA,
2211
+ 0, [() => Api$,
2212
+ 0]
2213
+ ];
2214
+ var __listOfApiMapping = [1, n0, _lOAM,
2215
+ 0, [() => ApiMapping$,
2216
+ 0]
2217
+ ];
2218
+ var __listOfAuthorizer = [1, n0, _lOAi,
2219
+ 0, [() => Authorizer$,
2220
+ 0]
2221
+ ];
2222
+ var __listOfDeployment = [1, n0, _lOD,
2223
+ 0, [() => Deployment$,
2224
+ 0]
2225
+ ];
2226
+ var __listOfDomainName = [1, n0, _lODN,
2227
+ 0, [() => DomainName$,
2228
+ 0]
2229
+ ];
2230
+ var __listOfIntegration = [1, n0, _lOI,
2231
+ 0, [() => Integration$,
2232
+ 0]
2233
+ ];
2234
+ var __listOfIntegrationResponse = [1, n0, _lOIR,
2235
+ 0, [() => IntegrationResponse$,
2236
+ 0]
2237
+ ];
2238
+ var __listOfModel = [1, n0, _lOM,
2239
+ 0, [() => Model$,
2240
+ 0]
2241
+ ];
2242
+ var __listOfPortalProductSummary = [1, n0, _lOPPS,
2243
+ 0, [() => PortalProductSummary$,
2244
+ 0]
2245
+ ];
2246
+ var __listOfPortalSummary = [1, n0, _lOPS,
2247
+ 0, [() => PortalSummary$,
2248
+ 0]
2249
+ ];
2250
+ var __listOfProductPageSummaryNoBody = [1, n0, _lOPPSNB,
2251
+ 0, [() => ProductPageSummaryNoBody$,
2252
+ 0]
2253
+ ];
2254
+ var __listOfProductRestEndpointPageSummaryNoBody = [1, n0, _lOPREPSNB,
2255
+ 0, [() => ProductRestEndpointPageSummaryNoBody$,
2256
+ 0]
2257
+ ];
2258
+ var __listOfRoute = [1, n0, _lOR,
2259
+ 0, [() => Route$,
2260
+ 0]
2261
+ ];
2262
+ var __listOfRouteResponse = [1, n0, _lORR,
2263
+ 0, [() => RouteResponse$,
2264
+ 0]
2265
+ ];
2266
+ var __listOfRoutingRule = [1, n0, _lORRi,
2267
+ 0, [() => RoutingRule$,
2268
+ 0]
2269
+ ];
2270
+ var __listOfRoutingRuleAction = [1, n0, _lORRA,
2271
+ 0, [() => RoutingRuleAction$,
2272
+ 0]
2273
+ ];
2274
+ var __listOfRoutingRuleCondition = [1, n0, _lORRC,
2275
+ 0, [() => RoutingRuleCondition$,
2276
+ 0]
2277
+ ];
2278
+ var __listOfRoutingRuleMatchHeaderValue = [1, n0, _lORRMHV,
2279
+ 0, [() => RoutingRuleMatchHeaderValue$,
2280
+ 0]
2281
+ ];
2282
+ var __listOfSection = [1, n0, _lOS,
2283
+ 0, [() => Section$,
2284
+ 0]
2285
+ ];
2286
+ var __listOfStage = [1, n0, _lOSi,
2287
+ 0, [() => Stage$,
2288
+ 0]
2289
+ ];
2290
+ var __listOfVpcLink = [1, n0, _lOVL,
2291
+ 0, [() => VpcLink$,
2292
+ 0]
2293
+ ];
2294
+ var DomainNameConfigurations = [1, n0, _DNC,
2295
+ 0, [() => DomainNameConfiguration$,
2296
+ 0]
2297
+ ];
2298
+ var RouteParameters = [2, n0, _RPo,
2299
+ 0, [0,
2300
+ 0],
2301
+ [() => ParameterConstraints$,
2302
+ 0]
2303
+ ];
2304
+ var RouteSettingsMap = [2, n0, _RSM,
2305
+ 0, [0,
2306
+ 0],
2307
+ [() => RouteSettings$,
2308
+ 0]
2309
+ ];
2310
+ var CreateApi$ = [9, n0, _CAre,
2311
+ { [_ht]: ["POST", "/v2/apis", 201] }, () => CreateApiRequest$, () => CreateApiResponse$
2312
+ ];
2313
+ var CreateApiMapping$ = [9, n0, _CAM,
2314
+ { [_ht]: ["POST", "/v2/domainnames/{DomainName}/apimappings", 201] }, () => CreateApiMappingRequest$, () => CreateApiMappingResponse$
2315
+ ];
2316
+ var CreateAuthorizer$ = [9, n0, _CArea,
2317
+ { [_ht]: ["POST", "/v2/apis/{ApiId}/authorizers", 201] }, () => CreateAuthorizerRequest$, () => CreateAuthorizerResponse$
2318
+ ];
2319
+ var CreateDeployment$ = [9, n0, _CDr,
2320
+ { [_ht]: ["POST", "/v2/apis/{ApiId}/deployments", 201] }, () => CreateDeploymentRequest$, () => CreateDeploymentResponse$
2321
+ ];
2322
+ var CreateDomainName$ = [9, n0, _CDN,
2323
+ { [_ht]: ["POST", "/v2/domainnames", 201] }, () => CreateDomainNameRequest$, () => CreateDomainNameResponse$
2324
+ ];
2325
+ var CreateIntegration$ = [9, n0, _CIr,
2326
+ { [_ht]: ["POST", "/v2/apis/{ApiId}/integrations", 201] }, () => CreateIntegrationRequest$, () => CreateIntegrationResult$
2327
+ ];
2328
+ var CreateIntegrationResponse$ = [9, n0, _CIRre,
2329
+ { [_ht]: ["POST", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses", 201] }, () => CreateIntegrationResponseRequest$, () => CreateIntegrationResponseResponse$
2330
+ ];
2331
+ var CreateModel$ = [9, n0, _CM,
2332
+ { [_ht]: ["POST", "/v2/apis/{ApiId}/models", 201] }, () => CreateModelRequest$, () => CreateModelResponse$
2333
+ ];
2334
+ var CreatePortal$ = [9, n0, _CP,
2335
+ { [_ht]: ["POST", "/v2/portals", 201] }, () => CreatePortalRequest$, () => CreatePortalResponse$
2336
+ ];
2337
+ var CreatePortalProduct$ = [9, n0, _CPP,
2338
+ { [_ht]: ["POST", "/v2/portalproducts", 201] }, () => CreatePortalProductRequest$, () => CreatePortalProductResponse$
2339
+ ];
2340
+ var CreateProductPage$ = [9, n0, _CPPr,
2341
+ { [_ht]: ["POST", "/v2/portalproducts/{PortalProductId}/productpages", 201] }, () => CreateProductPageRequest$, () => CreateProductPageResponse$
2342
+ ];
2343
+ var CreateProductRestEndpointPage$ = [9, n0, _CPREP,
2344
+ { [_ht]: ["POST", "/v2/portalproducts/{PortalProductId}/productrestendpointpages", 201] }, () => CreateProductRestEndpointPageRequest$, () => CreateProductRestEndpointPageResponse$
2345
+ ];
2346
+ var CreateRoute$ = [9, n0, _CR,
2347
+ { [_ht]: ["POST", "/v2/apis/{ApiId}/routes", 201] }, () => CreateRouteRequest$, () => CreateRouteResult$
2348
+ ];
2349
+ var CreateRouteResponse$ = [9, n0, _CRRre,
2350
+ { [_ht]: ["POST", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses", 201] }, () => CreateRouteResponseRequest$, () => CreateRouteResponseResponse$
2351
+ ];
2352
+ var CreateRoutingRule$ = [9, n0, _CRRrea,
2353
+ { [_ht]: ["POST", "/v2/domainnames/{DomainName}/routingrules", 201] }, () => CreateRoutingRuleRequest$, () => CreateRoutingRuleResponse$
2354
+ ];
2355
+ var CreateStage$ = [9, n0, _CS,
2356
+ { [_ht]: ["POST", "/v2/apis/{ApiId}/stages", 201] }, () => CreateStageRequest$, () => CreateStageResponse$
2357
+ ];
2358
+ var CreateVpcLink$ = [9, n0, _CVL,
2359
+ { [_ht]: ["POST", "/v2/vpclinks", 201] }, () => CreateVpcLinkRequest$, () => CreateVpcLinkResponse$
2360
+ ];
2361
+ var DeleteAccessLogSettings$ = [9, n0, _DALS,
2362
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}/accesslogsettings", 204] }, () => DeleteAccessLogSettingsRequest$, () => __Unit
2363
+ ];
2364
+ var DeleteApi$ = [9, n0, _DAe,
2365
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}", 204] }, () => DeleteApiRequest$, () => __Unit
2366
+ ];
2367
+ var DeleteApiMapping$ = [9, n0, _DAM,
2368
+ { [_ht]: ["DELETE", "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}", 204] }, () => DeleteApiMappingRequest$, () => __Unit
2369
+ ];
2370
+ var DeleteAuthorizer$ = [9, n0, _DAel,
2371
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/authorizers/{AuthorizerId}", 204] }, () => DeleteAuthorizerRequest$, () => __Unit
2372
+ ];
2373
+ var DeleteCorsConfiguration$ = [9, n0, _DCC,
2374
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/cors", 204] }, () => DeleteCorsConfigurationRequest$, () => __Unit
2375
+ ];
2376
+ var DeleteDeployment$ = [9, n0, _DD,
2377
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/deployments/{DeploymentId}", 204] }, () => DeleteDeploymentRequest$, () => __Unit
2378
+ ];
2379
+ var DeleteDomainName$ = [9, n0, _DDN,
2380
+ { [_ht]: ["DELETE", "/v2/domainnames/{DomainName}", 204] }, () => DeleteDomainNameRequest$, () => __Unit
2381
+ ];
2382
+ var DeleteIntegration$ = [9, n0, _DIe,
2383
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/integrations/{IntegrationId}", 204] }, () => DeleteIntegrationRequest$, () => __Unit
2384
+ ];
2385
+ var DeleteIntegrationResponse$ = [9, n0, _DIRe,
2386
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}", 204] }, () => DeleteIntegrationResponseRequest$, () => __Unit
2387
+ ];
2388
+ var DeleteModel$ = [9, n0, _DM,
2389
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/models/{ModelId}", 204] }, () => DeleteModelRequest$, () => __Unit
2390
+ ];
2391
+ var DeletePortal$ = [9, n0, _DP,
2392
+ { [_ht]: ["DELETE", "/v2/portals/{PortalId}", 204] }, () => DeletePortalRequest$, () => __Unit
2393
+ ];
2394
+ var DeletePortalProduct$ = [9, n0, _DPP,
2395
+ { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}", 204] }, () => DeletePortalProductRequest$, () => __Unit
2396
+ ];
2397
+ var DeletePortalProductSharingPolicy$ = [9, n0, _DPPSP,
2398
+ { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}/sharingpolicy", 204] }, () => DeletePortalProductSharingPolicyRequest$, () => __Unit
2399
+ ];
2400
+ var DeleteProductPage$ = [9, n0, _DPPe,
2401
+ { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}/productpages/{ProductPageId}", 204] }, () => DeleteProductPageRequest$, () => __Unit
2402
+ ];
2403
+ var DeleteProductRestEndpointPage$ = [9, n0, _DPREP,
2404
+ { [_ht]: ["DELETE", "/v2/portalproducts/{PortalProductId}/productrestendpointpages/{ProductRestEndpointPageId}", 204] }, () => DeleteProductRestEndpointPageRequest$, () => __Unit
2405
+ ];
2406
+ var DeleteRoute$ = [9, n0, _DR,
2407
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/routes/{RouteId}", 204] }, () => DeleteRouteRequest$, () => __Unit
2408
+ ];
2409
+ var DeleteRouteRequestParameter$ = [9, n0, _DRRP,
2410
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/routes/{RouteId}/requestparameters/{RequestParameterKey}", 204] }, () => DeleteRouteRequestParameterRequest$, () => __Unit
2411
+ ];
2412
+ var DeleteRouteResponse$ = [9, n0, _DRRe,
2413
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}", 204] }, () => DeleteRouteResponseRequest$, () => __Unit
2414
+ ];
2415
+ var DeleteRouteSettings$ = [9, n0, _DRSe,
2416
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}/routesettings/{RouteKey}", 204] }, () => DeleteRouteSettingsRequest$, () => __Unit
2417
+ ];
2418
+ var DeleteRoutingRule$ = [9, n0, _DRRel,
2419
+ { [_ht]: ["DELETE", "/v2/domainnames/{DomainName}/routingrules/{RoutingRuleId}", 204] }, () => DeleteRoutingRuleRequest$, () => __Unit
2420
+ ];
2421
+ var DeleteStage$ = [9, n0, _DSe,
2422
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}", 204] }, () => DeleteStageRequest$, () => __Unit
2423
+ ];
2424
+ var DeleteVpcLink$ = [9, n0, _DVL,
2425
+ { [_ht]: ["DELETE", "/v2/vpclinks/{VpcLinkId}", 202] }, () => DeleteVpcLinkRequest$, () => DeleteVpcLinkResponse$
2426
+ ];
2427
+ var DisablePortal$ = [9, n0, _DPi,
2428
+ { [_ht]: ["DELETE", "/v2/portals/{PortalId}/publish", 204] }, () => DisablePortalRequest$, () => __Unit
2429
+ ];
2430
+ var ExportApi$ = [9, n0, _EA,
2431
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/exports/{Specification}", 200] }, () => ExportApiRequest$, () => ExportApiResponse$
2432
+ ];
2433
+ var GetApi$ = [9, n0, _GA,
2434
+ { [_ht]: ["GET", "/v2/apis/{ApiId}", 200] }, () => GetApiRequest$, () => GetApiResponse$
2435
+ ];
2436
+ var GetApiMapping$ = [9, n0, _GAM,
2437
+ { [_ht]: ["GET", "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}", 200] }, () => GetApiMappingRequest$, () => GetApiMappingResponse$
2438
+ ];
2439
+ var GetApiMappings$ = [9, n0, _GAMe,
2440
+ { [_ht]: ["GET", "/v2/domainnames/{DomainName}/apimappings", 200] }, () => GetApiMappingsRequest$, () => GetApiMappingsResponse$
2441
+ ];
2442
+ var GetApis$ = [9, n0, _GAe,
2443
+ { [_ht]: ["GET", "/v2/apis", 200] }, () => GetApisRequest$, () => GetApisResponse$
2444
+ ];
2445
+ var GetAuthorizer$ = [9, n0, _GAet,
2446
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/authorizers/{AuthorizerId}", 200] }, () => GetAuthorizerRequest$, () => GetAuthorizerResponse$
2447
+ ];
2448
+ var GetAuthorizers$ = [9, n0, _GAetu,
2449
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/authorizers", 200] }, () => GetAuthorizersRequest$, () => GetAuthorizersResponse$
2450
+ ];
2451
+ var GetDeployment$ = [9, n0, _GD,
2452
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/deployments/{DeploymentId}", 200] }, () => GetDeploymentRequest$, () => GetDeploymentResponse$
2453
+ ];
2454
+ var GetDeployments$ = [9, n0, _GDe,
2455
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/deployments", 200] }, () => GetDeploymentsRequest$, () => GetDeploymentsResponse$
2456
+ ];
2457
+ var GetDomainName$ = [9, n0, _GDN,
2458
+ { [_ht]: ["GET", "/v2/domainnames/{DomainName}", 200] }, () => GetDomainNameRequest$, () => GetDomainNameResponse$
2459
+ ];
2460
+ var GetDomainNames$ = [9, n0, _GDNe,
2461
+ { [_ht]: ["GET", "/v2/domainnames", 200] }, () => GetDomainNamesRequest$, () => GetDomainNamesResponse$
2462
+ ];
2463
+ var GetIntegration$ = [9, n0, _GI,
2464
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations/{IntegrationId}", 200] }, () => GetIntegrationRequest$, () => GetIntegrationResult$
2465
+ ];
2466
+ var GetIntegrationResponse$ = [9, n0, _GIRetnt,
2467
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}", 200] }, () => GetIntegrationResponseRequest$, () => GetIntegrationResponseResponse$
2468
+ ];
2469
+ var GetIntegrationResponses$ = [9, n0, _GIRetnte,
2470
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses", 200] }, () => GetIntegrationResponsesRequest$, () => GetIntegrationResponsesResponse$
2471
+ ];
2472
+ var GetIntegrations$ = [9, n0, _GIe,
2473
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/integrations", 200] }, () => GetIntegrationsRequest$, () => GetIntegrationsResponse$
2474
+ ];
2475
+ var GetModel$ = [9, n0, _GM,
2476
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/models/{ModelId}", 200] }, () => GetModelRequest$, () => GetModelResponse$
2477
+ ];
2478
+ var GetModels$ = [9, n0, _GMe,
2479
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/models", 200] }, () => GetModelsRequest$, () => GetModelsResponse$
2480
+ ];
2481
+ var GetModelTemplate$ = [9, n0, _GMT,
2482
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/models/{ModelId}/template", 200] }, () => GetModelTemplateRequest$, () => GetModelTemplateResponse$
2483
+ ];
2484
+ var GetPortal$ = [9, n0, _GP,
2485
+ { [_ht]: ["GET", "/v2/portals/{PortalId}", 200] }, () => GetPortalRequest$, () => GetPortalResponse$
2486
+ ];
2487
+ var GetPortalProduct$ = [9, n0, _GPP,
2488
+ { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}", 200] }, () => GetPortalProductRequest$, () => GetPortalProductResponse$
2489
+ ];
2490
+ var GetPortalProductSharingPolicy$ = [9, n0, _GPPSP,
2491
+ { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/sharingpolicy", 200] }, () => GetPortalProductSharingPolicyRequest$, () => GetPortalProductSharingPolicyResponse$
2492
+ ];
2493
+ var GetProductPage$ = [9, n0, _GPPe,
2494
+ { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productpages/{ProductPageId}", 200] }, () => GetProductPageRequest$, () => GetProductPageResponse$
2495
+ ];
2496
+ var GetProductRestEndpointPage$ = [9, n0, _GPREP,
2497
+ { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productrestendpointpages/{ProductRestEndpointPageId}", 200] }, () => GetProductRestEndpointPageRequest$, () => GetProductRestEndpointPageResponse$
2498
+ ];
2499
+ var GetRoute$ = [9, n0, _GR,
2500
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/routes/{RouteId}", 200] }, () => GetRouteRequest$, () => GetRouteResult$
2501
+ ];
2502
+ var GetRouteResponse$ = [9, n0, _GRRetou,
2503
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}", 200] }, () => GetRouteResponseRequest$, () => GetRouteResponseResponse$
2504
+ ];
2505
+ var GetRouteResponses$ = [9, n0, _GRRetout,
2506
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses", 200] }, () => GetRouteResponsesRequest$, () => GetRouteResponsesResponse$
2507
+ ];
2508
+ var GetRoutes$ = [9, n0, _GRe,
2509
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/routes", 200] }, () => GetRoutesRequest$, () => GetRoutesResponse$
2510
+ ];
2511
+ var GetRoutingRule$ = [9, n0, _GRRetouti,
2512
+ { [_ht]: ["GET", "/v2/domainnames/{DomainName}/routingrules/{RoutingRuleId}", 200] }, () => GetRoutingRuleRequest$, () => GetRoutingRuleResponse$
2513
+ ];
2514
+ var GetStage$ = [9, n0, _GS,
2515
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/stages/{StageName}", 200] }, () => GetStageRequest$, () => GetStageResponse$
2516
+ ];
2517
+ var GetStages$ = [9, n0, _GSe,
2518
+ { [_ht]: ["GET", "/v2/apis/{ApiId}/stages", 200] }, () => GetStagesRequest$, () => GetStagesResponse$
2519
+ ];
2520
+ var GetTags$ = [9, n0, _GT,
2521
+ { [_ht]: ["GET", "/v2/tags/{ResourceArn}", 200] }, () => GetTagsRequest$, () => GetTagsResponse$
2522
+ ];
2523
+ var GetVpcLink$ = [9, n0, _GVL,
2524
+ { [_ht]: ["GET", "/v2/vpclinks/{VpcLinkId}", 200] }, () => GetVpcLinkRequest$, () => GetVpcLinkResponse$
2525
+ ];
2526
+ var GetVpcLinks$ = [9, n0, _GVLe,
2527
+ { [_ht]: ["GET", "/v2/vpclinks", 200] }, () => GetVpcLinksRequest$, () => GetVpcLinksResponse$
2528
+ ];
2529
+ var ImportApi$ = [9, n0, _IAm,
2530
+ { [_ht]: ["PUT", "/v2/apis", 201] }, () => ImportApiRequest$, () => ImportApiResponse$
2531
+ ];
2532
+ var ListPortalProducts$ = [9, n0, _LPP,
2533
+ { [_ht]: ["GET", "/v2/portalproducts", 200] }, () => ListPortalProductsRequest$, () => ListPortalProductsResponse$
2534
+ ];
2535
+ var ListPortals$ = [9, n0, _LPi,
2536
+ { [_ht]: ["GET", "/v2/portals", 200] }, () => ListPortalsRequest$, () => ListPortalsResponse$
2537
+ ];
2538
+ var ListProductPages$ = [9, n0, _LPPi,
2539
+ { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productpages", 200] }, () => ListProductPagesRequest$, () => ListProductPagesResponse$
2540
+ ];
2541
+ var ListProductRestEndpointPages$ = [9, n0, _LPREP,
2542
+ { [_ht]: ["GET", "/v2/portalproducts/{PortalProductId}/productrestendpointpages", 200] }, () => ListProductRestEndpointPagesRequest$, () => ListProductRestEndpointPagesResponse$
2543
+ ];
2544
+ var ListRoutingRules$ = [9, n0, _LRR,
2545
+ { [_ht]: ["GET", "/v2/domainnames/{DomainName}/routingrules", 200] }, () => ListRoutingRulesRequest$, () => ListRoutingRulesResponse$
2546
+ ];
2547
+ var PreviewPortal$ = [9, n0, _PP,
2548
+ { [_ht]: ["POST", "/v2/portals/{PortalId}/preview", 202] }, () => PreviewPortalRequest$, () => PreviewPortalResponse$
2549
+ ];
2550
+ var PublishPortal$ = [9, n0, _PPu,
2551
+ { [_ht]: ["POST", "/v2/portals/{PortalId}/publish", 202] }, () => PublishPortalRequest$, () => PublishPortalResponse$
2552
+ ];
2553
+ var PutPortalProductSharingPolicy$ = [9, n0, _PPPSP,
2554
+ { [_ht]: ["PUT", "/v2/portalproducts/{PortalProductId}/sharingpolicy", 200] }, () => PutPortalProductSharingPolicyRequest$, () => PutPortalProductSharingPolicyResponse$
2555
+ ];
2556
+ var PutRoutingRule$ = [9, n0, _PRR,
2557
+ { [_ht]: ["PUT", "/v2/domainnames/{DomainName}/routingrules/{RoutingRuleId}", 200] }, () => PutRoutingRuleRequest$, () => PutRoutingRuleResponse$
2558
+ ];
2559
+ var ReimportApi$ = [9, n0, _RAe,
2560
+ { [_ht]: ["PUT", "/v2/apis/{ApiId}", 201] }, () => ReimportApiRequest$, () => ReimportApiResponse$
2561
+ ];
2562
+ var ResetAuthorizersCache$ = [9, n0, _RAC,
2563
+ { [_ht]: ["DELETE", "/v2/apis/{ApiId}/stages/{StageName}/cache/authorizers", 204] }, () => ResetAuthorizersCacheRequest$, () => __Unit
2564
+ ];
2565
+ var TagResource$ = [9, n0, _TR,
2566
+ { [_ht]: ["POST", "/v2/tags/{ResourceArn}", 201] }, () => TagResourceRequest$, () => TagResourceResponse$
2567
+ ];
2568
+ var UntagResource$ = [9, n0, _UR,
2569
+ { [_ht]: ["DELETE", "/v2/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => __Unit
2570
+ ];
2571
+ var UpdateApi$ = [9, n0, _UA,
2572
+ { [_ht]: ["PATCH", "/v2/apis/{ApiId}", 200] }, () => UpdateApiRequest$, () => UpdateApiResponse$
2573
+ ];
2574
+ var UpdateApiMapping$ = [9, n0, _UAM,
2575
+ { [_ht]: ["PATCH", "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}", 200] }, () => UpdateApiMappingRequest$, () => UpdateApiMappingResponse$
2576
+ ];
2577
+ var UpdateAuthorizer$ = [9, n0, _UAp,
2578
+ { [_ht]: ["PATCH", "/v2/apis/{ApiId}/authorizers/{AuthorizerId}", 200] }, () => UpdateAuthorizerRequest$, () => UpdateAuthorizerResponse$
2579
+ ];
2580
+ var UpdateDeployment$ = [9, n0, _UD,
2581
+ { [_ht]: ["PATCH", "/v2/apis/{ApiId}/deployments/{DeploymentId}", 200] }, () => UpdateDeploymentRequest$, () => UpdateDeploymentResponse$
2582
+ ];
2583
+ var UpdateDomainName$ = [9, n0, _UDN,
2584
+ { [_ht]: ["PATCH", "/v2/domainnames/{DomainName}", 200] }, () => UpdateDomainNameRequest$, () => UpdateDomainNameResponse$
2585
+ ];
2586
+ var UpdateIntegration$ = [9, n0, _UI,
2587
+ { [_ht]: ["PATCH", "/v2/apis/{ApiId}/integrations/{IntegrationId}", 200] }, () => UpdateIntegrationRequest$, () => UpdateIntegrationResult$
2588
+ ];
2589
+ var UpdateIntegrationResponse$ = [9, n0, _UIRpd,
2590
+ { [_ht]: ["PATCH", "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}", 200] }, () => UpdateIntegrationResponseRequest$, () => UpdateIntegrationResponseResponse$
2591
+ ];
2592
+ var UpdateModel$ = [9, n0, _UM,
2593
+ { [_ht]: ["PATCH", "/v2/apis/{ApiId}/models/{ModelId}", 200] }, () => UpdateModelRequest$, () => UpdateModelResponse$
2594
+ ];
2595
+ var UpdatePortal$ = [9, n0, _UP,
2596
+ { [_ht]: ["PATCH", "/v2/portals/{PortalId}", 200] }, () => UpdatePortalRequest$, () => UpdatePortalResponse$
2597
+ ];
2598
+ var UpdatePortalProduct$ = [9, n0, _UPP,
2599
+ { [_ht]: ["PATCH", "/v2/portalproducts/{PortalProductId}", 200] }, () => UpdatePortalProductRequest$, () => UpdatePortalProductResponse$
2600
+ ];
2601
+ var UpdateProductPage$ = [9, n0, _UPPp,
2602
+ { [_ht]: ["PATCH", "/v2/portalproducts/{PortalProductId}/productpages/{ProductPageId}", 200] }, () => UpdateProductPageRequest$, () => UpdateProductPageResponse$
2603
+ ];
2604
+ var UpdateProductRestEndpointPage$ = [9, n0, _UPREP,
2605
+ { [_ht]: ["PATCH", "/v2/portalproducts/{PortalProductId}/productrestendpointpages/{ProductRestEndpointPageId}", 200] }, () => UpdateProductRestEndpointPageRequest$, () => UpdateProductRestEndpointPageResponse$
2606
+ ];
2607
+ var UpdateRoute$ = [9, n0, _URp,
2608
+ { [_ht]: ["PATCH", "/v2/apis/{ApiId}/routes/{RouteId}", 200] }, () => UpdateRouteRequest$, () => UpdateRouteResult$
2609
+ ];
2610
+ var UpdateRouteResponse$ = [9, n0, _URRpda,
2611
+ { [_ht]: ["PATCH", "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}", 200] }, () => UpdateRouteResponseRequest$, () => UpdateRouteResponseResponse$
2612
+ ];
2613
+ var UpdateStage$ = [9, n0, _US,
2614
+ { [_ht]: ["PATCH", "/v2/apis/{ApiId}/stages/{StageName}", 200] }, () => UpdateStageRequest$, () => UpdateStageResponse$
2615
+ ];
2616
+ var UpdateVpcLink$ = [9, n0, _UVL,
2617
+ { [_ht]: ["PATCH", "/v2/vpclinks/{VpcLinkId}", 200] }, () => UpdateVpcLinkRequest$, () => UpdateVpcLinkResponse$
2618
+ ];
2619
+
2620
+ const getRuntimeConfig$1 = (config) => {
2621
+ return {
2622
+ apiVersion: "2018-11-29",
2623
+ base64Decoder: config?.base64Decoder ?? fromBase64,
2624
+ base64Encoder: config?.base64Encoder ?? toBase64,
2625
+ disableHostPrefix: config?.disableHostPrefix ?? false,
2626
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
2627
+ extensions: config?.extensions ?? [],
2628
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultApiGatewayV2HttpAuthSchemeProvider,
2629
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
2630
+ {
2631
+ schemeId: "aws.auth#sigv4",
2632
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
2633
+ signer: new AwsSdkSigV4Signer(),
2634
+ },
2635
+ ],
2636
+ logger: config?.logger ?? new NoOpLogger(),
2637
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
2638
+ protocolSettings: config?.protocolSettings ?? {
2639
+ defaultNamespace: "com.amazonaws.apigatewayv2",
2640
+ errorTypeRegistries,
2641
+ version: "2018-11-29",
2642
+ serviceTarget: "ApiGatewayV2",
2643
+ },
2644
+ serviceId: config?.serviceId ?? "ApiGatewayV2",
2645
+ urlParser: config?.urlParser ?? parseUrl,
2646
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2647
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
2648
+ };
2649
+ };
2650
+
2651
+ const getRuntimeConfig = (config) => {
2652
+ emitWarningIfUnsupportedVersion(process.version);
2653
+ const defaultsMode = resolveDefaultsModeConfig(config);
2654
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
2655
+ const clientSharedValues = getRuntimeConfig$1(config);
2656
+ emitWarningIfUnsupportedVersion$1(process.version);
2657
+ const loaderConfig = {
2658
+ profile: config?.profile,
2659
+ logger: clientSharedValues.logger,
2660
+ };
2661
+ return {
2662
+ ...clientSharedValues,
2663
+ ...config,
2664
+ runtime: "node",
2665
+ defaultsMode,
2666
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
2667
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
2668
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
2669
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
2670
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
2671
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
2672
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
2673
+ retryMode: config?.retryMode ??
2674
+ loadConfig({
2675
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2676
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2677
+ }, config),
2678
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
2679
+ streamCollector: config?.streamCollector ?? streamCollector,
2680
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2681
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2682
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
2683
+ };
2684
+ };
2685
+
34
2686
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
2687
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
2688
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -1561,129 +4213,479 @@ const VpcLinkVersion = {
1561
4213
  V2: "V2",
1562
4214
  };
1563
4215
 
4216
+ exports.ACMManaged$ = ACMManaged$;
4217
+ exports.AccessDeniedException = AccessDeniedException;
4218
+ exports.AccessDeniedException$ = AccessDeniedException$;
4219
+ exports.AccessLogSettings$ = AccessLogSettings$;
4220
+ exports.Api$ = Api$;
1564
4221
  exports.ApiGatewayV2 = ApiGatewayV2;
1565
4222
  exports.ApiGatewayV2Client = ApiGatewayV2Client;
4223
+ exports.ApiGatewayV2ServiceException = ApiGatewayV2ServiceException;
4224
+ exports.ApiGatewayV2ServiceException$ = ApiGatewayV2ServiceException$;
4225
+ exports.ApiMapping$ = ApiMapping$;
4226
+ exports.Authorization$ = Authorization$;
1566
4227
  exports.AuthorizationType = AuthorizationType;
4228
+ exports.Authorizer$ = Authorizer$;
1567
4229
  exports.AuthorizerType = AuthorizerType;
4230
+ exports.BadRequestException = BadRequestException;
4231
+ exports.BadRequestException$ = BadRequestException$;
4232
+ exports.CognitoConfig$ = CognitoConfig$;
4233
+ exports.ConflictException = ConflictException;
4234
+ exports.ConflictException$ = ConflictException$;
1568
4235
  exports.ConnectionType = ConnectionType;
1569
4236
  exports.ContentHandlingStrategy = ContentHandlingStrategy;
4237
+ exports.Cors$ = Cors$;
4238
+ exports.CreateApi$ = CreateApi$;
1570
4239
  exports.CreateApiCommand = CreateApiCommand;
4240
+ exports.CreateApiMapping$ = CreateApiMapping$;
1571
4241
  exports.CreateApiMappingCommand = CreateApiMappingCommand;
4242
+ exports.CreateApiMappingRequest$ = CreateApiMappingRequest$;
4243
+ exports.CreateApiMappingResponse$ = CreateApiMappingResponse$;
4244
+ exports.CreateApiRequest$ = CreateApiRequest$;
4245
+ exports.CreateApiResponse$ = CreateApiResponse$;
4246
+ exports.CreateAuthorizer$ = CreateAuthorizer$;
1572
4247
  exports.CreateAuthorizerCommand = CreateAuthorizerCommand;
4248
+ exports.CreateAuthorizerRequest$ = CreateAuthorizerRequest$;
4249
+ exports.CreateAuthorizerResponse$ = CreateAuthorizerResponse$;
4250
+ exports.CreateDeployment$ = CreateDeployment$;
1573
4251
  exports.CreateDeploymentCommand = CreateDeploymentCommand;
4252
+ exports.CreateDeploymentRequest$ = CreateDeploymentRequest$;
4253
+ exports.CreateDeploymentResponse$ = CreateDeploymentResponse$;
4254
+ exports.CreateDomainName$ = CreateDomainName$;
1574
4255
  exports.CreateDomainNameCommand = CreateDomainNameCommand;
4256
+ exports.CreateDomainNameRequest$ = CreateDomainNameRequest$;
4257
+ exports.CreateDomainNameResponse$ = CreateDomainNameResponse$;
4258
+ exports.CreateIntegration$ = CreateIntegration$;
1575
4259
  exports.CreateIntegrationCommand = CreateIntegrationCommand;
4260
+ exports.CreateIntegrationRequest$ = CreateIntegrationRequest$;
4261
+ exports.CreateIntegrationResponse$ = CreateIntegrationResponse$;
1576
4262
  exports.CreateIntegrationResponseCommand = CreateIntegrationResponseCommand;
4263
+ exports.CreateIntegrationResponseRequest$ = CreateIntegrationResponseRequest$;
4264
+ exports.CreateIntegrationResponseResponse$ = CreateIntegrationResponseResponse$;
4265
+ exports.CreateIntegrationResult$ = CreateIntegrationResult$;
4266
+ exports.CreateModel$ = CreateModel$;
1577
4267
  exports.CreateModelCommand = CreateModelCommand;
4268
+ exports.CreateModelRequest$ = CreateModelRequest$;
4269
+ exports.CreateModelResponse$ = CreateModelResponse$;
4270
+ exports.CreatePortal$ = CreatePortal$;
1578
4271
  exports.CreatePortalCommand = CreatePortalCommand;
4272
+ exports.CreatePortalProduct$ = CreatePortalProduct$;
1579
4273
  exports.CreatePortalProductCommand = CreatePortalProductCommand;
4274
+ exports.CreatePortalProductRequest$ = CreatePortalProductRequest$;
4275
+ exports.CreatePortalProductResponse$ = CreatePortalProductResponse$;
4276
+ exports.CreatePortalRequest$ = CreatePortalRequest$;
4277
+ exports.CreatePortalResponse$ = CreatePortalResponse$;
4278
+ exports.CreateProductPage$ = CreateProductPage$;
1580
4279
  exports.CreateProductPageCommand = CreateProductPageCommand;
4280
+ exports.CreateProductPageRequest$ = CreateProductPageRequest$;
4281
+ exports.CreateProductPageResponse$ = CreateProductPageResponse$;
4282
+ exports.CreateProductRestEndpointPage$ = CreateProductRestEndpointPage$;
1581
4283
  exports.CreateProductRestEndpointPageCommand = CreateProductRestEndpointPageCommand;
4284
+ exports.CreateProductRestEndpointPageRequest$ = CreateProductRestEndpointPageRequest$;
4285
+ exports.CreateProductRestEndpointPageResponse$ = CreateProductRestEndpointPageResponse$;
4286
+ exports.CreateRoute$ = CreateRoute$;
1582
4287
  exports.CreateRouteCommand = CreateRouteCommand;
4288
+ exports.CreateRouteRequest$ = CreateRouteRequest$;
4289
+ exports.CreateRouteResponse$ = CreateRouteResponse$;
1583
4290
  exports.CreateRouteResponseCommand = CreateRouteResponseCommand;
4291
+ exports.CreateRouteResponseRequest$ = CreateRouteResponseRequest$;
4292
+ exports.CreateRouteResponseResponse$ = CreateRouteResponseResponse$;
4293
+ exports.CreateRouteResult$ = CreateRouteResult$;
4294
+ exports.CreateRoutingRule$ = CreateRoutingRule$;
1584
4295
  exports.CreateRoutingRuleCommand = CreateRoutingRuleCommand;
4296
+ exports.CreateRoutingRuleRequest$ = CreateRoutingRuleRequest$;
4297
+ exports.CreateRoutingRuleResponse$ = CreateRoutingRuleResponse$;
4298
+ exports.CreateStage$ = CreateStage$;
1585
4299
  exports.CreateStageCommand = CreateStageCommand;
4300
+ exports.CreateStageRequest$ = CreateStageRequest$;
4301
+ exports.CreateStageResponse$ = CreateStageResponse$;
4302
+ exports.CreateVpcLink$ = CreateVpcLink$;
1586
4303
  exports.CreateVpcLinkCommand = CreateVpcLinkCommand;
4304
+ exports.CreateVpcLinkRequest$ = CreateVpcLinkRequest$;
4305
+ exports.CreateVpcLinkResponse$ = CreateVpcLinkResponse$;
4306
+ exports.CustomColors$ = CustomColors$;
4307
+ exports.DeleteAccessLogSettings$ = DeleteAccessLogSettings$;
1587
4308
  exports.DeleteAccessLogSettingsCommand = DeleteAccessLogSettingsCommand;
4309
+ exports.DeleteAccessLogSettingsRequest$ = DeleteAccessLogSettingsRequest$;
4310
+ exports.DeleteApi$ = DeleteApi$;
1588
4311
  exports.DeleteApiCommand = DeleteApiCommand;
4312
+ exports.DeleteApiMapping$ = DeleteApiMapping$;
1589
4313
  exports.DeleteApiMappingCommand = DeleteApiMappingCommand;
4314
+ exports.DeleteApiMappingRequest$ = DeleteApiMappingRequest$;
4315
+ exports.DeleteApiRequest$ = DeleteApiRequest$;
4316
+ exports.DeleteAuthorizer$ = DeleteAuthorizer$;
1590
4317
  exports.DeleteAuthorizerCommand = DeleteAuthorizerCommand;
4318
+ exports.DeleteAuthorizerRequest$ = DeleteAuthorizerRequest$;
4319
+ exports.DeleteCorsConfiguration$ = DeleteCorsConfiguration$;
1591
4320
  exports.DeleteCorsConfigurationCommand = DeleteCorsConfigurationCommand;
4321
+ exports.DeleteCorsConfigurationRequest$ = DeleteCorsConfigurationRequest$;
4322
+ exports.DeleteDeployment$ = DeleteDeployment$;
1592
4323
  exports.DeleteDeploymentCommand = DeleteDeploymentCommand;
4324
+ exports.DeleteDeploymentRequest$ = DeleteDeploymentRequest$;
4325
+ exports.DeleteDomainName$ = DeleteDomainName$;
1593
4326
  exports.DeleteDomainNameCommand = DeleteDomainNameCommand;
4327
+ exports.DeleteDomainNameRequest$ = DeleteDomainNameRequest$;
4328
+ exports.DeleteIntegration$ = DeleteIntegration$;
1594
4329
  exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
4330
+ exports.DeleteIntegrationRequest$ = DeleteIntegrationRequest$;
4331
+ exports.DeleteIntegrationResponse$ = DeleteIntegrationResponse$;
1595
4332
  exports.DeleteIntegrationResponseCommand = DeleteIntegrationResponseCommand;
4333
+ exports.DeleteIntegrationResponseRequest$ = DeleteIntegrationResponseRequest$;
4334
+ exports.DeleteModel$ = DeleteModel$;
1596
4335
  exports.DeleteModelCommand = DeleteModelCommand;
4336
+ exports.DeleteModelRequest$ = DeleteModelRequest$;
4337
+ exports.DeletePortal$ = DeletePortal$;
1597
4338
  exports.DeletePortalCommand = DeletePortalCommand;
4339
+ exports.DeletePortalProduct$ = DeletePortalProduct$;
1598
4340
  exports.DeletePortalProductCommand = DeletePortalProductCommand;
4341
+ exports.DeletePortalProductRequest$ = DeletePortalProductRequest$;
4342
+ exports.DeletePortalProductSharingPolicy$ = DeletePortalProductSharingPolicy$;
1599
4343
  exports.DeletePortalProductSharingPolicyCommand = DeletePortalProductSharingPolicyCommand;
4344
+ exports.DeletePortalProductSharingPolicyRequest$ = DeletePortalProductSharingPolicyRequest$;
4345
+ exports.DeletePortalRequest$ = DeletePortalRequest$;
4346
+ exports.DeleteProductPage$ = DeleteProductPage$;
1600
4347
  exports.DeleteProductPageCommand = DeleteProductPageCommand;
4348
+ exports.DeleteProductPageRequest$ = DeleteProductPageRequest$;
4349
+ exports.DeleteProductRestEndpointPage$ = DeleteProductRestEndpointPage$;
1601
4350
  exports.DeleteProductRestEndpointPageCommand = DeleteProductRestEndpointPageCommand;
4351
+ exports.DeleteProductRestEndpointPageRequest$ = DeleteProductRestEndpointPageRequest$;
4352
+ exports.DeleteRoute$ = DeleteRoute$;
1602
4353
  exports.DeleteRouteCommand = DeleteRouteCommand;
4354
+ exports.DeleteRouteRequest$ = DeleteRouteRequest$;
4355
+ exports.DeleteRouteRequestParameter$ = DeleteRouteRequestParameter$;
1603
4356
  exports.DeleteRouteRequestParameterCommand = DeleteRouteRequestParameterCommand;
4357
+ exports.DeleteRouteRequestParameterRequest$ = DeleteRouteRequestParameterRequest$;
4358
+ exports.DeleteRouteResponse$ = DeleteRouteResponse$;
1604
4359
  exports.DeleteRouteResponseCommand = DeleteRouteResponseCommand;
4360
+ exports.DeleteRouteResponseRequest$ = DeleteRouteResponseRequest$;
4361
+ exports.DeleteRouteSettings$ = DeleteRouteSettings$;
1605
4362
  exports.DeleteRouteSettingsCommand = DeleteRouteSettingsCommand;
4363
+ exports.DeleteRouteSettingsRequest$ = DeleteRouteSettingsRequest$;
4364
+ exports.DeleteRoutingRule$ = DeleteRoutingRule$;
1606
4365
  exports.DeleteRoutingRuleCommand = DeleteRoutingRuleCommand;
4366
+ exports.DeleteRoutingRuleRequest$ = DeleteRoutingRuleRequest$;
4367
+ exports.DeleteStage$ = DeleteStage$;
1607
4368
  exports.DeleteStageCommand = DeleteStageCommand;
4369
+ exports.DeleteStageRequest$ = DeleteStageRequest$;
4370
+ exports.DeleteVpcLink$ = DeleteVpcLink$;
1608
4371
  exports.DeleteVpcLinkCommand = DeleteVpcLinkCommand;
4372
+ exports.DeleteVpcLinkRequest$ = DeleteVpcLinkRequest$;
4373
+ exports.DeleteVpcLinkResponse$ = DeleteVpcLinkResponse$;
4374
+ exports.Deployment$ = Deployment$;
1609
4375
  exports.DeploymentStatus = DeploymentStatus;
4376
+ exports.DisablePortal$ = DisablePortal$;
1610
4377
  exports.DisablePortalCommand = DisablePortalCommand;
4378
+ exports.DisablePortalRequest$ = DisablePortalRequest$;
4379
+ exports.DisplayContent$ = DisplayContent$;
4380
+ exports.DisplayContentOverrides$ = DisplayContentOverrides$;
4381
+ exports.DisplayOrder$ = DisplayOrder$;
4382
+ exports.DomainName$ = DomainName$;
4383
+ exports.DomainNameConfiguration$ = DomainNameConfiguration$;
1611
4384
  exports.DomainNameStatus = DomainNameStatus;
4385
+ exports.EndpointConfigurationRequest$ = EndpointConfigurationRequest$;
4386
+ exports.EndpointConfigurationResponse$ = EndpointConfigurationResponse$;
4387
+ exports.EndpointDisplayContent$ = EndpointDisplayContent$;
4388
+ exports.EndpointDisplayContentResponse$ = EndpointDisplayContentResponse$;
1612
4389
  exports.EndpointType = EndpointType;
4390
+ exports.ExportApi$ = ExportApi$;
1613
4391
  exports.ExportApiCommand = ExportApiCommand;
4392
+ exports.ExportApiRequest$ = ExportApiRequest$;
4393
+ exports.ExportApiResponse$ = ExportApiResponse$;
4394
+ exports.GetApi$ = GetApi$;
1614
4395
  exports.GetApiCommand = GetApiCommand;
4396
+ exports.GetApiMapping$ = GetApiMapping$;
1615
4397
  exports.GetApiMappingCommand = GetApiMappingCommand;
4398
+ exports.GetApiMappingRequest$ = GetApiMappingRequest$;
4399
+ exports.GetApiMappingResponse$ = GetApiMappingResponse$;
4400
+ exports.GetApiMappings$ = GetApiMappings$;
1616
4401
  exports.GetApiMappingsCommand = GetApiMappingsCommand;
4402
+ exports.GetApiMappingsRequest$ = GetApiMappingsRequest$;
4403
+ exports.GetApiMappingsResponse$ = GetApiMappingsResponse$;
4404
+ exports.GetApiRequest$ = GetApiRequest$;
4405
+ exports.GetApiResponse$ = GetApiResponse$;
4406
+ exports.GetApis$ = GetApis$;
1617
4407
  exports.GetApisCommand = GetApisCommand;
4408
+ exports.GetApisRequest$ = GetApisRequest$;
4409
+ exports.GetApisResponse$ = GetApisResponse$;
4410
+ exports.GetAuthorizer$ = GetAuthorizer$;
1618
4411
  exports.GetAuthorizerCommand = GetAuthorizerCommand;
4412
+ exports.GetAuthorizerRequest$ = GetAuthorizerRequest$;
4413
+ exports.GetAuthorizerResponse$ = GetAuthorizerResponse$;
4414
+ exports.GetAuthorizers$ = GetAuthorizers$;
1619
4415
  exports.GetAuthorizersCommand = GetAuthorizersCommand;
4416
+ exports.GetAuthorizersRequest$ = GetAuthorizersRequest$;
4417
+ exports.GetAuthorizersResponse$ = GetAuthorizersResponse$;
4418
+ exports.GetDeployment$ = GetDeployment$;
1620
4419
  exports.GetDeploymentCommand = GetDeploymentCommand;
4420
+ exports.GetDeploymentRequest$ = GetDeploymentRequest$;
4421
+ exports.GetDeploymentResponse$ = GetDeploymentResponse$;
4422
+ exports.GetDeployments$ = GetDeployments$;
1621
4423
  exports.GetDeploymentsCommand = GetDeploymentsCommand;
4424
+ exports.GetDeploymentsRequest$ = GetDeploymentsRequest$;
4425
+ exports.GetDeploymentsResponse$ = GetDeploymentsResponse$;
4426
+ exports.GetDomainName$ = GetDomainName$;
1622
4427
  exports.GetDomainNameCommand = GetDomainNameCommand;
4428
+ exports.GetDomainNameRequest$ = GetDomainNameRequest$;
4429
+ exports.GetDomainNameResponse$ = GetDomainNameResponse$;
4430
+ exports.GetDomainNames$ = GetDomainNames$;
1623
4431
  exports.GetDomainNamesCommand = GetDomainNamesCommand;
4432
+ exports.GetDomainNamesRequest$ = GetDomainNamesRequest$;
4433
+ exports.GetDomainNamesResponse$ = GetDomainNamesResponse$;
4434
+ exports.GetIntegration$ = GetIntegration$;
1624
4435
  exports.GetIntegrationCommand = GetIntegrationCommand;
4436
+ exports.GetIntegrationRequest$ = GetIntegrationRequest$;
4437
+ exports.GetIntegrationResponse$ = GetIntegrationResponse$;
1625
4438
  exports.GetIntegrationResponseCommand = GetIntegrationResponseCommand;
4439
+ exports.GetIntegrationResponseRequest$ = GetIntegrationResponseRequest$;
4440
+ exports.GetIntegrationResponseResponse$ = GetIntegrationResponseResponse$;
4441
+ exports.GetIntegrationResponses$ = GetIntegrationResponses$;
1626
4442
  exports.GetIntegrationResponsesCommand = GetIntegrationResponsesCommand;
4443
+ exports.GetIntegrationResponsesRequest$ = GetIntegrationResponsesRequest$;
4444
+ exports.GetIntegrationResponsesResponse$ = GetIntegrationResponsesResponse$;
4445
+ exports.GetIntegrationResult$ = GetIntegrationResult$;
4446
+ exports.GetIntegrations$ = GetIntegrations$;
1627
4447
  exports.GetIntegrationsCommand = GetIntegrationsCommand;
4448
+ exports.GetIntegrationsRequest$ = GetIntegrationsRequest$;
4449
+ exports.GetIntegrationsResponse$ = GetIntegrationsResponse$;
4450
+ exports.GetModel$ = GetModel$;
1628
4451
  exports.GetModelCommand = GetModelCommand;
4452
+ exports.GetModelRequest$ = GetModelRequest$;
4453
+ exports.GetModelResponse$ = GetModelResponse$;
4454
+ exports.GetModelTemplate$ = GetModelTemplate$;
1629
4455
  exports.GetModelTemplateCommand = GetModelTemplateCommand;
4456
+ exports.GetModelTemplateRequest$ = GetModelTemplateRequest$;
4457
+ exports.GetModelTemplateResponse$ = GetModelTemplateResponse$;
4458
+ exports.GetModels$ = GetModels$;
1630
4459
  exports.GetModelsCommand = GetModelsCommand;
4460
+ exports.GetModelsRequest$ = GetModelsRequest$;
4461
+ exports.GetModelsResponse$ = GetModelsResponse$;
4462
+ exports.GetPortal$ = GetPortal$;
1631
4463
  exports.GetPortalCommand = GetPortalCommand;
4464
+ exports.GetPortalProduct$ = GetPortalProduct$;
1632
4465
  exports.GetPortalProductCommand = GetPortalProductCommand;
4466
+ exports.GetPortalProductRequest$ = GetPortalProductRequest$;
4467
+ exports.GetPortalProductResponse$ = GetPortalProductResponse$;
4468
+ exports.GetPortalProductSharingPolicy$ = GetPortalProductSharingPolicy$;
1633
4469
  exports.GetPortalProductSharingPolicyCommand = GetPortalProductSharingPolicyCommand;
4470
+ exports.GetPortalProductSharingPolicyRequest$ = GetPortalProductSharingPolicyRequest$;
4471
+ exports.GetPortalProductSharingPolicyResponse$ = GetPortalProductSharingPolicyResponse$;
4472
+ exports.GetPortalRequest$ = GetPortalRequest$;
4473
+ exports.GetPortalResponse$ = GetPortalResponse$;
4474
+ exports.GetProductPage$ = GetProductPage$;
1634
4475
  exports.GetProductPageCommand = GetProductPageCommand;
4476
+ exports.GetProductPageRequest$ = GetProductPageRequest$;
4477
+ exports.GetProductPageResponse$ = GetProductPageResponse$;
4478
+ exports.GetProductRestEndpointPage$ = GetProductRestEndpointPage$;
1635
4479
  exports.GetProductRestEndpointPageCommand = GetProductRestEndpointPageCommand;
4480
+ exports.GetProductRestEndpointPageRequest$ = GetProductRestEndpointPageRequest$;
4481
+ exports.GetProductRestEndpointPageResponse$ = GetProductRestEndpointPageResponse$;
4482
+ exports.GetRoute$ = GetRoute$;
1636
4483
  exports.GetRouteCommand = GetRouteCommand;
4484
+ exports.GetRouteRequest$ = GetRouteRequest$;
4485
+ exports.GetRouteResponse$ = GetRouteResponse$;
1637
4486
  exports.GetRouteResponseCommand = GetRouteResponseCommand;
4487
+ exports.GetRouteResponseRequest$ = GetRouteResponseRequest$;
4488
+ exports.GetRouteResponseResponse$ = GetRouteResponseResponse$;
4489
+ exports.GetRouteResponses$ = GetRouteResponses$;
1638
4490
  exports.GetRouteResponsesCommand = GetRouteResponsesCommand;
4491
+ exports.GetRouteResponsesRequest$ = GetRouteResponsesRequest$;
4492
+ exports.GetRouteResponsesResponse$ = GetRouteResponsesResponse$;
4493
+ exports.GetRouteResult$ = GetRouteResult$;
4494
+ exports.GetRoutes$ = GetRoutes$;
1639
4495
  exports.GetRoutesCommand = GetRoutesCommand;
4496
+ exports.GetRoutesRequest$ = GetRoutesRequest$;
4497
+ exports.GetRoutesResponse$ = GetRoutesResponse$;
4498
+ exports.GetRoutingRule$ = GetRoutingRule$;
1640
4499
  exports.GetRoutingRuleCommand = GetRoutingRuleCommand;
4500
+ exports.GetRoutingRuleRequest$ = GetRoutingRuleRequest$;
4501
+ exports.GetRoutingRuleResponse$ = GetRoutingRuleResponse$;
4502
+ exports.GetStage$ = GetStage$;
1641
4503
  exports.GetStageCommand = GetStageCommand;
4504
+ exports.GetStageRequest$ = GetStageRequest$;
4505
+ exports.GetStageResponse$ = GetStageResponse$;
4506
+ exports.GetStages$ = GetStages$;
1642
4507
  exports.GetStagesCommand = GetStagesCommand;
4508
+ exports.GetStagesRequest$ = GetStagesRequest$;
4509
+ exports.GetStagesResponse$ = GetStagesResponse$;
4510
+ exports.GetTags$ = GetTags$;
1643
4511
  exports.GetTagsCommand = GetTagsCommand;
4512
+ exports.GetTagsRequest$ = GetTagsRequest$;
4513
+ exports.GetTagsResponse$ = GetTagsResponse$;
4514
+ exports.GetVpcLink$ = GetVpcLink$;
1644
4515
  exports.GetVpcLinkCommand = GetVpcLinkCommand;
4516
+ exports.GetVpcLinkRequest$ = GetVpcLinkRequest$;
4517
+ exports.GetVpcLinkResponse$ = GetVpcLinkResponse$;
4518
+ exports.GetVpcLinks$ = GetVpcLinks$;
1645
4519
  exports.GetVpcLinksCommand = GetVpcLinksCommand;
4520
+ exports.GetVpcLinksRequest$ = GetVpcLinksRequest$;
4521
+ exports.GetVpcLinksResponse$ = GetVpcLinksResponse$;
4522
+ exports.IdentifierParts$ = IdentifierParts$;
4523
+ exports.ImportApi$ = ImportApi$;
1646
4524
  exports.ImportApiCommand = ImportApiCommand;
4525
+ exports.ImportApiRequest$ = ImportApiRequest$;
4526
+ exports.ImportApiResponse$ = ImportApiResponse$;
4527
+ exports.Integration$ = Integration$;
4528
+ exports.IntegrationResponse$ = IntegrationResponse$;
1647
4529
  exports.IntegrationType = IntegrationType;
1648
4530
  exports.IpAddressType = IpAddressType;
4531
+ exports.JWTConfiguration$ = JWTConfiguration$;
4532
+ exports.ListPortalProducts$ = ListPortalProducts$;
1649
4533
  exports.ListPortalProductsCommand = ListPortalProductsCommand;
4534
+ exports.ListPortalProductsRequest$ = ListPortalProductsRequest$;
4535
+ exports.ListPortalProductsResponse$ = ListPortalProductsResponse$;
4536
+ exports.ListPortals$ = ListPortals$;
1650
4537
  exports.ListPortalsCommand = ListPortalsCommand;
4538
+ exports.ListPortalsRequest$ = ListPortalsRequest$;
4539
+ exports.ListPortalsResponse$ = ListPortalsResponse$;
4540
+ exports.ListProductPages$ = ListProductPages$;
1651
4541
  exports.ListProductPagesCommand = ListProductPagesCommand;
4542
+ exports.ListProductPagesRequest$ = ListProductPagesRequest$;
4543
+ exports.ListProductPagesResponse$ = ListProductPagesResponse$;
4544
+ exports.ListProductRestEndpointPages$ = ListProductRestEndpointPages$;
1652
4545
  exports.ListProductRestEndpointPagesCommand = ListProductRestEndpointPagesCommand;
4546
+ exports.ListProductRestEndpointPagesRequest$ = ListProductRestEndpointPagesRequest$;
4547
+ exports.ListProductRestEndpointPagesResponse$ = ListProductRestEndpointPagesResponse$;
4548
+ exports.ListRoutingRules$ = ListRoutingRules$;
1653
4549
  exports.ListRoutingRulesCommand = ListRoutingRulesCommand;
4550
+ exports.ListRoutingRulesRequest$ = ListRoutingRulesRequest$;
4551
+ exports.ListRoutingRulesResponse$ = ListRoutingRulesResponse$;
1654
4552
  exports.LoggingLevel = LoggingLevel;
4553
+ exports.Model$ = Model$;
4554
+ exports.MutualTlsAuthentication$ = MutualTlsAuthentication$;
4555
+ exports.MutualTlsAuthenticationInput$ = MutualTlsAuthenticationInput$;
4556
+ exports.None$ = None$;
4557
+ exports.NotFoundException = NotFoundException;
4558
+ exports.NotFoundException$ = NotFoundException$;
4559
+ exports.ParameterConstraints$ = ParameterConstraints$;
1655
4560
  exports.PassthroughBehavior = PassthroughBehavior;
4561
+ exports.PortalContent$ = PortalContent$;
4562
+ exports.PortalProductSummary$ = PortalProductSummary$;
4563
+ exports.PortalSummary$ = PortalSummary$;
4564
+ exports.PortalTheme$ = PortalTheme$;
4565
+ exports.Preview$ = Preview$;
4566
+ exports.PreviewPortal$ = PreviewPortal$;
1656
4567
  exports.PreviewPortalCommand = PreviewPortalCommand;
4568
+ exports.PreviewPortalRequest$ = PreviewPortalRequest$;
4569
+ exports.PreviewPortalResponse$ = PreviewPortalResponse$;
1657
4570
  exports.PreviewStatus = PreviewStatus;
4571
+ exports.ProductPageSummaryNoBody$ = ProductPageSummaryNoBody$;
4572
+ exports.ProductRestEndpointPageSummaryNoBody$ = ProductRestEndpointPageSummaryNoBody$;
1658
4573
  exports.ProtocolType = ProtocolType;
4574
+ exports.PublishPortal$ = PublishPortal$;
1659
4575
  exports.PublishPortalCommand = PublishPortalCommand;
4576
+ exports.PublishPortalRequest$ = PublishPortalRequest$;
4577
+ exports.PublishPortalResponse$ = PublishPortalResponse$;
1660
4578
  exports.PublishStatus = PublishStatus;
4579
+ exports.PutPortalProductSharingPolicy$ = PutPortalProductSharingPolicy$;
1661
4580
  exports.PutPortalProductSharingPolicyCommand = PutPortalProductSharingPolicyCommand;
4581
+ exports.PutPortalProductSharingPolicyRequest$ = PutPortalProductSharingPolicyRequest$;
4582
+ exports.PutPortalProductSharingPolicyResponse$ = PutPortalProductSharingPolicyResponse$;
4583
+ exports.PutRoutingRule$ = PutRoutingRule$;
1662
4584
  exports.PutRoutingRuleCommand = PutRoutingRuleCommand;
4585
+ exports.PutRoutingRuleRequest$ = PutRoutingRuleRequest$;
4586
+ exports.PutRoutingRuleResponse$ = PutRoutingRuleResponse$;
4587
+ exports.ReimportApi$ = ReimportApi$;
1663
4588
  exports.ReimportApiCommand = ReimportApiCommand;
4589
+ exports.ReimportApiRequest$ = ReimportApiRequest$;
4590
+ exports.ReimportApiResponse$ = ReimportApiResponse$;
4591
+ exports.ResetAuthorizersCache$ = ResetAuthorizersCache$;
1664
4592
  exports.ResetAuthorizersCacheCommand = ResetAuthorizersCacheCommand;
4593
+ exports.ResetAuthorizersCacheRequest$ = ResetAuthorizersCacheRequest$;
4594
+ exports.RestEndpointIdentifier$ = RestEndpointIdentifier$;
4595
+ exports.Route$ = Route$;
4596
+ exports.RouteResponse$ = RouteResponse$;
4597
+ exports.RouteSettings$ = RouteSettings$;
1665
4598
  exports.RoutingMode = RoutingMode;
4599
+ exports.RoutingRule$ = RoutingRule$;
4600
+ exports.RoutingRuleAction$ = RoutingRuleAction$;
4601
+ exports.RoutingRuleActionInvokeApi$ = RoutingRuleActionInvokeApi$;
4602
+ exports.RoutingRuleCondition$ = RoutingRuleCondition$;
4603
+ exports.RoutingRuleMatchBasePaths$ = RoutingRuleMatchBasePaths$;
4604
+ exports.RoutingRuleMatchHeaderValue$ = RoutingRuleMatchHeaderValue$;
4605
+ exports.RoutingRuleMatchHeaders$ = RoutingRuleMatchHeaders$;
4606
+ exports.Section$ = Section$;
1666
4607
  exports.SecurityPolicy = SecurityPolicy;
4608
+ exports.Stage$ = Stage$;
1667
4609
  exports.Status = Status;
4610
+ exports.StatusException$ = StatusException$;
4611
+ exports.TagResource$ = TagResource$;
1668
4612
  exports.TagResourceCommand = TagResourceCommand;
4613
+ exports.TagResourceRequest$ = TagResourceRequest$;
4614
+ exports.TagResourceResponse$ = TagResourceResponse$;
4615
+ exports.TlsConfig$ = TlsConfig$;
4616
+ exports.TlsConfigInput$ = TlsConfigInput$;
4617
+ exports.TooManyRequestsException = TooManyRequestsException;
4618
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
1669
4619
  exports.TryItState = TryItState;
4620
+ exports.UntagResource$ = UntagResource$;
1670
4621
  exports.UntagResourceCommand = UntagResourceCommand;
4622
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
4623
+ exports.UpdateApi$ = UpdateApi$;
1671
4624
  exports.UpdateApiCommand = UpdateApiCommand;
4625
+ exports.UpdateApiMapping$ = UpdateApiMapping$;
1672
4626
  exports.UpdateApiMappingCommand = UpdateApiMappingCommand;
4627
+ exports.UpdateApiMappingRequest$ = UpdateApiMappingRequest$;
4628
+ exports.UpdateApiMappingResponse$ = UpdateApiMappingResponse$;
4629
+ exports.UpdateApiRequest$ = UpdateApiRequest$;
4630
+ exports.UpdateApiResponse$ = UpdateApiResponse$;
4631
+ exports.UpdateAuthorizer$ = UpdateAuthorizer$;
1673
4632
  exports.UpdateAuthorizerCommand = UpdateAuthorizerCommand;
4633
+ exports.UpdateAuthorizerRequest$ = UpdateAuthorizerRequest$;
4634
+ exports.UpdateAuthorizerResponse$ = UpdateAuthorizerResponse$;
4635
+ exports.UpdateDeployment$ = UpdateDeployment$;
1674
4636
  exports.UpdateDeploymentCommand = UpdateDeploymentCommand;
4637
+ exports.UpdateDeploymentRequest$ = UpdateDeploymentRequest$;
4638
+ exports.UpdateDeploymentResponse$ = UpdateDeploymentResponse$;
4639
+ exports.UpdateDomainName$ = UpdateDomainName$;
1675
4640
  exports.UpdateDomainNameCommand = UpdateDomainNameCommand;
4641
+ exports.UpdateDomainNameRequest$ = UpdateDomainNameRequest$;
4642
+ exports.UpdateDomainNameResponse$ = UpdateDomainNameResponse$;
4643
+ exports.UpdateIntegration$ = UpdateIntegration$;
1676
4644
  exports.UpdateIntegrationCommand = UpdateIntegrationCommand;
4645
+ exports.UpdateIntegrationRequest$ = UpdateIntegrationRequest$;
4646
+ exports.UpdateIntegrationResponse$ = UpdateIntegrationResponse$;
1677
4647
  exports.UpdateIntegrationResponseCommand = UpdateIntegrationResponseCommand;
4648
+ exports.UpdateIntegrationResponseRequest$ = UpdateIntegrationResponseRequest$;
4649
+ exports.UpdateIntegrationResponseResponse$ = UpdateIntegrationResponseResponse$;
4650
+ exports.UpdateIntegrationResult$ = UpdateIntegrationResult$;
4651
+ exports.UpdateModel$ = UpdateModel$;
1678
4652
  exports.UpdateModelCommand = UpdateModelCommand;
4653
+ exports.UpdateModelRequest$ = UpdateModelRequest$;
4654
+ exports.UpdateModelResponse$ = UpdateModelResponse$;
4655
+ exports.UpdatePortal$ = UpdatePortal$;
1679
4656
  exports.UpdatePortalCommand = UpdatePortalCommand;
4657
+ exports.UpdatePortalProduct$ = UpdatePortalProduct$;
1680
4658
  exports.UpdatePortalProductCommand = UpdatePortalProductCommand;
4659
+ exports.UpdatePortalProductRequest$ = UpdatePortalProductRequest$;
4660
+ exports.UpdatePortalProductResponse$ = UpdatePortalProductResponse$;
4661
+ exports.UpdatePortalRequest$ = UpdatePortalRequest$;
4662
+ exports.UpdatePortalResponse$ = UpdatePortalResponse$;
4663
+ exports.UpdateProductPage$ = UpdateProductPage$;
1681
4664
  exports.UpdateProductPageCommand = UpdateProductPageCommand;
4665
+ exports.UpdateProductPageRequest$ = UpdateProductPageRequest$;
4666
+ exports.UpdateProductPageResponse$ = UpdateProductPageResponse$;
4667
+ exports.UpdateProductRestEndpointPage$ = UpdateProductRestEndpointPage$;
1682
4668
  exports.UpdateProductRestEndpointPageCommand = UpdateProductRestEndpointPageCommand;
4669
+ exports.UpdateProductRestEndpointPageRequest$ = UpdateProductRestEndpointPageRequest$;
4670
+ exports.UpdateProductRestEndpointPageResponse$ = UpdateProductRestEndpointPageResponse$;
4671
+ exports.UpdateRoute$ = UpdateRoute$;
1683
4672
  exports.UpdateRouteCommand = UpdateRouteCommand;
4673
+ exports.UpdateRouteRequest$ = UpdateRouteRequest$;
4674
+ exports.UpdateRouteResponse$ = UpdateRouteResponse$;
1684
4675
  exports.UpdateRouteResponseCommand = UpdateRouteResponseCommand;
4676
+ exports.UpdateRouteResponseRequest$ = UpdateRouteResponseRequest$;
4677
+ exports.UpdateRouteResponseResponse$ = UpdateRouteResponseResponse$;
4678
+ exports.UpdateRouteResult$ = UpdateRouteResult$;
4679
+ exports.UpdateStage$ = UpdateStage$;
1685
4680
  exports.UpdateStageCommand = UpdateStageCommand;
4681
+ exports.UpdateStageRequest$ = UpdateStageRequest$;
4682
+ exports.UpdateStageResponse$ = UpdateStageResponse$;
4683
+ exports.UpdateVpcLink$ = UpdateVpcLink$;
1686
4684
  exports.UpdateVpcLinkCommand = UpdateVpcLinkCommand;
4685
+ exports.UpdateVpcLinkRequest$ = UpdateVpcLinkRequest$;
4686
+ exports.UpdateVpcLinkResponse$ = UpdateVpcLinkResponse$;
4687
+ exports.VpcLink$ = VpcLink$;
1687
4688
  exports.VpcLinkStatus = VpcLinkStatus;
1688
4689
  exports.VpcLinkVersion = VpcLinkVersion;
4690
+ exports.errorTypeRegistries = errorTypeRegistries;
1689
4691
  exports.paginateListRoutingRules = paginateListRoutingRules;