@aws-sdk/client-api-gateway 3.986.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultAPIGatewayHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2015-07-09",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.apigateway",
30
+ errorTypeRegistries,
29
31
  version: "2015-07-09",
30
32
  serviceTarget: "BackplaneControlService",
31
33
  },
@@ -431,14 +431,14 @@ const _dR = "defaultResponse";
431
431
  const _dTE = "dataTraceEnabled";
432
432
  const _dV = "documentationVersion";
433
433
  const _dVe = "defaultValue";
434
- const _e = "enabled";
434
+ const _e = "error";
435
435
  const _eAM = "endpointAccessMode";
436
436
  const _eC = "endpointConfiguration";
437
437
  const _eD = "expirationDate";
438
438
  const _eDn = "endDate";
439
439
  const _eT = "exportType";
440
440
  const _em = "embed";
441
- const _er = "error";
441
+ const _en = "enabled";
442
442
  const _f = "format";
443
443
  const _fN = "friendlyName";
444
444
  const _fOW = "failOnWarnings";
@@ -537,7 +537,7 @@ const _rTM = "responseTransferMode";
537
537
  const _rTe = "responseTemplates";
538
538
  const _rTeq = "requestTemplates";
539
539
  const _rVI = "requestValidatorId";
540
- const _s = "stage";
540
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.apigateway";
541
541
  const _sC = "statusCode";
542
542
  const _sD = "stageDescription";
543
543
  const _sDt = "startDate";
@@ -551,8 +551,8 @@ const _sV = "stageVariables";
551
551
  const _sVO = "stageVariableOverrides";
552
552
  const _sc = "schema";
553
553
  const _se = "server";
554
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.apigateway";
555
- const _st = "status";
554
+ const _st = "stage";
555
+ const _sta = "status";
556
556
  const _t = "tags";
557
557
  const _tA = "targetArns";
558
558
  const _tBL = "throttlingBurstLimit";
@@ -586,6 +586,56 @@ const n0 = "com.amazonaws.apigateway";
586
586
  import { TypeRegistry } from "@smithy/core/schema";
587
587
  import { APIGatewayServiceException } from "../models/APIGatewayServiceException";
588
588
  import { BadRequestException, ConflictException, LimitExceededException, NotFoundException, ServiceUnavailableException, TooManyRequestsException, UnauthorizedException, } from "../models/errors";
589
+ const _s_registry = TypeRegistry.for(_s);
590
+ export var APIGatewayServiceException$ = [-3, _s, "APIGatewayServiceException", 0, [], []];
591
+ _s_registry.registerError(APIGatewayServiceException$, APIGatewayServiceException);
592
+ const n0_registry = TypeRegistry.for(n0);
593
+ export var BadRequestException$ = [-3, n0, _BRE,
594
+ { [_e]: _c, [_hE]: 400 },
595
+ [_m],
596
+ [0]
597
+ ];
598
+ n0_registry.registerError(BadRequestException$, BadRequestException);
599
+ export var ConflictException$ = [-3, n0, _CE,
600
+ { [_e]: _c, [_hE]: 409 },
601
+ [_m],
602
+ [0]
603
+ ];
604
+ n0_registry.registerError(ConflictException$, ConflictException);
605
+ export var LimitExceededException$ = [-3, n0, _LEE,
606
+ { [_e]: _c, [_hE]: 429 },
607
+ [_rAS, _m],
608
+ [[0, { [_hH]: _RA }], 0]
609
+ ];
610
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
611
+ export var NotFoundException$ = [-3, n0, _NFE,
612
+ { [_e]: _c, [_hE]: 404 },
613
+ [_m],
614
+ [0]
615
+ ];
616
+ n0_registry.registerError(NotFoundException$, NotFoundException);
617
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
618
+ { [_e]: _se, [_hE]: 503 },
619
+ [_rAS, _m],
620
+ [[0, { [_hH]: _RA }], 0]
621
+ ];
622
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
623
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
624
+ { [_e]: _c, [_hE]: 429 },
625
+ [_rAS, _m],
626
+ [[0, { [_hH]: _RA }], 0]
627
+ ];
628
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
629
+ export var UnauthorizedException$ = [-3, n0, _UE,
630
+ { [_e]: _c, [_hE]: 401 },
631
+ [_m],
632
+ [0]
633
+ ];
634
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
635
+ export const errorTypeRegistries = [
636
+ _s_registry,
637
+ n0_registry,
638
+ ];
589
639
  export var AccessLogSettings$ = [3, n0, _ALS,
590
640
  0,
591
641
  [_f, _dA],
@@ -598,7 +648,7 @@ export var Account$ = [3, n0, _A,
598
648
  ];
599
649
  export var ApiKey$ = [3, n0, _AK,
600
650
  0,
601
- [_i, _v, _n, _cI, _d, _e, _cD, _lUD, _sK, _t],
651
+ [_i, _v, _n, _cI, _d, _en, _cD, _lUD, _sK, _t],
602
652
  [0, 0, 0, 0, 0, 2, 4, 4, 64 | 0, 128 | 0]
603
653
  ];
604
654
  export var ApiKeyIds$ = [3, n0, _AKI,
@@ -613,7 +663,7 @@ export var ApiKeys$ = [3, n0, _AKp,
613
663
  ];
614
664
  export var ApiStage$ = [3, n0, _AS,
615
665
  0,
616
- [_aI, _s, _th],
666
+ [_aI, _st, _th],
617
667
  [0, 0, () => MapOfApiStageThrottleSettings]
618
668
  ];
619
669
  export var Authorizer$ = [3, n0, _Au,
@@ -626,15 +676,9 @@ export var Authorizers$ = [3, n0, _Aut,
626
676
  [_it, _p],
627
677
  [[() => ListOfAuthorizer, { [_jN]: _ite }], [0, { [_hQ]: _p }]]
628
678
  ];
629
- export var BadRequestException$ = [-3, n0, _BRE,
630
- { [_er]: _c, [_hE]: 400 },
631
- [_m],
632
- [0]
633
- ];
634
- TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
635
679
  export var BasePathMapping$ = [3, n0, _BPM,
636
680
  0,
637
- [_bP, _rAI, _s],
681
+ [_bP, _rAI, _st],
638
682
  [0, 0, 0]
639
683
  ];
640
684
  export var BasePathMappings$ = [3, n0, _BPMa,
@@ -657,15 +701,9 @@ export var ClientCertificates$ = [3, n0, _CCl,
657
701
  [_it, _p],
658
702
  [[() => ListOfClientCertificate, { [_jN]: _ite }], [0, { [_hQ]: _p }]]
659
703
  ];
660
- export var ConflictException$ = [-3, n0, _CE,
661
- { [_er]: _c, [_hE]: 409 },
662
- [_m],
663
- [0]
664
- ];
665
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
666
704
  export var CreateApiKeyRequest$ = [3, n0, _CAKR,
667
705
  0,
668
- [_n, _d, _e, _gDI, _v, _sK, _cI, _t],
706
+ [_n, _d, _en, _gDI, _v, _sK, _cI, _t],
669
707
  [0, 0, 2, 2, 0, () => ListOfStageKeys, 0, 128 | 0]
670
708
  ];
671
709
  export var CreateAuthorizerRequest$ = [3, n0, _CAR,
@@ -675,7 +713,7 @@ export var CreateAuthorizerRequest$ = [3, n0, _CAR,
675
713
  ];
676
714
  export var CreateBasePathMappingRequest$ = [3, n0, _CBPMR,
677
715
  0,
678
- [_dN, _rAI, _dNI, _bP, _s],
716
+ [_dN, _rAI, _dNI, _bP, _st],
679
717
  [[0, 1], 0, [0, { [_hQ]: _dNI }], 0, 0], 2
680
718
  ];
681
719
  export var CreateDeploymentRequest$ = [3, n0, _CDR,
@@ -1213,12 +1251,6 @@ export var IntegrationResponse$ = [3, n0, _IR,
1213
1251
  [_sC, _sPe, _rP, _rTe, _cH],
1214
1252
  [0, 0, 128 | 0, 128 | 0, 0]
1215
1253
  ];
1216
- export var LimitExceededException$ = [-3, n0, _LEE,
1217
- { [_er]: _c, [_hE]: 429 },
1218
- [_rAS, _m],
1219
- [[0, { [_hH]: _RA }], 0]
1220
- ];
1221
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1222
1254
  export var Method$ = [3, n0, _M,
1223
1255
  0,
1224
1256
  [_hM, _aTu, _aIu, _aKR, _rVI, _oN, _rPe, _rMe, _mR, _mI, _aSu],
@@ -1259,12 +1291,6 @@ export var MutualTlsAuthenticationInput$ = [3, n0, _MTAI,
1259
1291
  [_tU, _tV],
1260
1292
  [0, 0]
1261
1293
  ];
1262
- export var NotFoundException$ = [-3, n0, _NFE,
1263
- { [_er]: _c, [_hE]: 404 },
1264
- [_m],
1265
- [0]
1266
- ];
1267
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
1268
1294
  export var PatchOperation$ = [3, n0, _PO,
1269
1295
  0,
1270
1296
  [_o, _pa, _v, _fr],
@@ -1360,12 +1386,6 @@ export var SdkTypes$ = [3, n0, _STd,
1360
1386
  [_it],
1361
1387
  [[() => ListOfSdkType, { [_jN]: _ite }]]
1362
1388
  ];
1363
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
1364
- { [_er]: _se, [_hE]: 503 },
1365
- [_rAS, _m],
1366
- [[0, { [_hH]: _RA }], 0]
1367
- ];
1368
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1369
1389
  export var Stage$ = [3, n0, _S,
1370
1390
  0,
1371
1391
  [_dI, _cCI, _sN, _d, _cCE, _cCS, _cCSa, _mS, _va, _dV, _aLS, _cS, _tE, _wAA, _t, _cD, _lUD],
@@ -1413,7 +1433,7 @@ export var TestInvokeMethodRequest$ = [3, n0, _TIMR,
1413
1433
  ];
1414
1434
  export var TestInvokeMethodResponse$ = [3, n0, _TIMRe,
1415
1435
  0,
1416
- [_st, _b, _h, _mVH, _lo, _la],
1436
+ [_sta, _b, _h, _mVH, _lo, _la],
1417
1437
  [1, 0, 128 | 0, [2, n0, _MOSTL, 0, 0, 64 | 0], 0, 1]
1418
1438
  ];
1419
1439
  export var ThrottleSettings$ = [3, n0, _TS,
@@ -1426,18 +1446,6 @@ export var TlsConfig$ = [3, n0, _TC,
1426
1446
  [_iSV],
1427
1447
  [2]
1428
1448
  ];
1429
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
1430
- { [_er]: _c, [_hE]: 429 },
1431
- [_rAS, _m],
1432
- [[0, { [_hH]: _RA }], 0]
1433
- ];
1434
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
1435
- export var UnauthorizedException$ = [-3, n0, _UE,
1436
- { [_er]: _c, [_hE]: 401 },
1437
- [_m],
1438
- [0]
1439
- ];
1440
- TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
1441
1449
  export var UntagResourceRequest$ = [3, n0, _URR,
1442
1450
  0,
1443
1451
  [_rA, _tK],
@@ -1580,7 +1588,7 @@ export var UsagePlans$ = [3, n0, _UPs,
1580
1588
  ];
1581
1589
  export var VpcLink$ = [3, n0, _VL,
1582
1590
  0,
1583
- [_i, _n, _d, _tA, _st, _sM, _t],
1591
+ [_i, _n, _d, _tA, _sta, _sM, _t],
1584
1592
  [0, 0, 0, 64 | 0, 0, 0, 128 | 0]
1585
1593
  ];
1586
1594
  export var VpcLinks$ = [3, n0, _VLp,
@@ -1589,8 +1597,6 @@ export var VpcLinks$ = [3, n0, _VLp,
1589
1597
  [[() => ListOfVpcLink, { [_jN]: _ite }], [0, { [_hQ]: _p }]]
1590
1598
  ];
1591
1599
  var __Unit = "unit";
1592
- export var APIGatewayServiceException$ = [-3, _sm, "APIGatewayServiceException", 0, [], []];
1593
- TypeRegistry.for(_sm).registerError(APIGatewayServiceException$, APIGatewayServiceException);
1594
1600
  var ListOfApiKey = [1, n0, _LOAK,
1595
1601
  0, () => ApiKey$
1596
1602
  ];
@@ -1,4 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var APIGatewayServiceException$: StaticErrorSchema;
4
+ export declare var BadRequestException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var LimitExceededException$: StaticErrorSchema;
7
+ export declare var NotFoundException$: StaticErrorSchema;
8
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
9
+ export declare var TooManyRequestsException$: StaticErrorSchema;
10
+ export declare var UnauthorizedException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
2
17
  export declare var AccessLogSettings$: StaticStructureSchema;
3
18
  export declare var Account$: StaticStructureSchema;
4
19
  export declare var ApiKey$: StaticStructureSchema;
@@ -7,13 +22,11 @@ export declare var ApiKeys$: StaticStructureSchema;
7
22
  export declare var ApiStage$: StaticStructureSchema;
8
23
  export declare var Authorizer$: StaticStructureSchema;
9
24
  export declare var Authorizers$: StaticStructureSchema;
10
- export declare var BadRequestException$: StaticErrorSchema;
11
25
  export declare var BasePathMapping$: StaticStructureSchema;
12
26
  export declare var BasePathMappings$: StaticStructureSchema;
13
27
  export declare var CanarySettings$: StaticStructureSchema;
14
28
  export declare var ClientCertificate$: StaticStructureSchema;
15
29
  export declare var ClientCertificates$: StaticStructureSchema;
16
- export declare var ConflictException$: StaticErrorSchema;
17
30
  export declare var CreateApiKeyRequest$: StaticStructureSchema;
18
31
  export declare var CreateAuthorizerRequest$: StaticStructureSchema;
19
32
  export declare var CreateBasePathMappingRequest$: StaticStructureSchema;
@@ -124,7 +137,6 @@ export declare var ImportDocumentationPartsRequest$: StaticStructureSchema;
124
137
  export declare var ImportRestApiRequest$: StaticStructureSchema;
125
138
  export declare var Integration$: StaticStructureSchema;
126
139
  export declare var IntegrationResponse$: StaticStructureSchema;
127
- export declare var LimitExceededException$: StaticErrorSchema;
128
140
  export declare var Method$: StaticStructureSchema;
129
141
  export declare var MethodResponse$: StaticStructureSchema;
130
142
  export declare var MethodSetting$: StaticStructureSchema;
@@ -133,7 +145,6 @@ export declare var Model$: StaticStructureSchema;
133
145
  export declare var Models$: StaticStructureSchema;
134
146
  export declare var MutualTlsAuthentication$: StaticStructureSchema;
135
147
  export declare var MutualTlsAuthenticationInput$: StaticStructureSchema;
136
- export declare var NotFoundException$: StaticErrorSchema;
137
148
  export declare var PatchOperation$: StaticStructureSchema;
138
149
  export declare var PutGatewayResponseRequest$: StaticStructureSchema;
139
150
  export declare var PutIntegrationRequest$: StaticStructureSchema;
@@ -153,7 +164,6 @@ export declare var SdkConfigurationProperty$: StaticStructureSchema;
153
164
  export declare var SdkResponse$: StaticStructureSchema;
154
165
  export declare var SdkType$: StaticStructureSchema;
155
166
  export declare var SdkTypes$: StaticStructureSchema;
156
- export declare var ServiceUnavailableException$: StaticErrorSchema;
157
167
  export declare var Stage$: StaticStructureSchema;
158
168
  export declare var StageKey$: StaticStructureSchema;
159
169
  export declare var Stages$: StaticStructureSchema;
@@ -166,8 +176,6 @@ export declare var TestInvokeMethodRequest$: StaticStructureSchema;
166
176
  export declare var TestInvokeMethodResponse$: StaticStructureSchema;
167
177
  export declare var ThrottleSettings$: StaticStructureSchema;
168
178
  export declare var TlsConfig$: StaticStructureSchema;
169
- export declare var TooManyRequestsException$: StaticErrorSchema;
170
- export declare var UnauthorizedException$: StaticErrorSchema;
171
179
  export declare var UntagResourceRequest$: StaticStructureSchema;
172
180
  export declare var UpdateAccountRequest$: StaticStructureSchema;
173
181
  export declare var UpdateApiKeyRequest$: StaticStructureSchema;
@@ -198,7 +206,6 @@ export declare var UsagePlanKeys$: StaticStructureSchema;
198
206
  export declare var UsagePlans$: StaticStructureSchema;
199
207
  export declare var VpcLink$: StaticStructureSchema;
200
208
  export declare var VpcLinks$: StaticStructureSchema;
201
- export declare var APIGatewayServiceException$: StaticErrorSchema;
202
209
  export declare var CreateApiKey$: StaticOperationSchema;
203
210
  export declare var CreateAuthorizer$: StaticOperationSchema;
204
211
  export declare var CreateBasePathMapping$: StaticOperationSchema;
@@ -1,8 +1,18 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var APIGatewayServiceException$: StaticErrorSchema;
8
+ export declare var BadRequestException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var LimitExceededException$: StaticErrorSchema;
11
+ export declare var NotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
13
+ export declare var TooManyRequestsException$: StaticErrorSchema;
14
+ export declare var UnauthorizedException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
6
16
  export declare var AccessLogSettings$: StaticStructureSchema;
7
17
  export declare var Account$: StaticStructureSchema;
8
18
  export declare var ApiKey$: StaticStructureSchema;
@@ -11,13 +21,11 @@ export declare var ApiKeys$: StaticStructureSchema;
11
21
  export declare var ApiStage$: StaticStructureSchema;
12
22
  export declare var Authorizer$: StaticStructureSchema;
13
23
  export declare var Authorizers$: StaticStructureSchema;
14
- export declare var BadRequestException$: StaticErrorSchema;
15
24
  export declare var BasePathMapping$: StaticStructureSchema;
16
25
  export declare var BasePathMappings$: StaticStructureSchema;
17
26
  export declare var CanarySettings$: StaticStructureSchema;
18
27
  export declare var ClientCertificate$: StaticStructureSchema;
19
28
  export declare var ClientCertificates$: StaticStructureSchema;
20
- export declare var ConflictException$: StaticErrorSchema;
21
29
  export declare var CreateApiKeyRequest$: StaticStructureSchema;
22
30
  export declare var CreateAuthorizerRequest$: StaticStructureSchema;
23
31
  export declare var CreateBasePathMappingRequest$: StaticStructureSchema;
@@ -128,7 +136,6 @@ export declare var ImportDocumentationPartsRequest$: StaticStructureSchema;
128
136
  export declare var ImportRestApiRequest$: StaticStructureSchema;
129
137
  export declare var Integration$: StaticStructureSchema;
130
138
  export declare var IntegrationResponse$: StaticStructureSchema;
131
- export declare var LimitExceededException$: StaticErrorSchema;
132
139
  export declare var Method$: StaticStructureSchema;
133
140
  export declare var MethodResponse$: StaticStructureSchema;
134
141
  export declare var MethodSetting$: StaticStructureSchema;
@@ -137,7 +144,6 @@ export declare var Model$: StaticStructureSchema;
137
144
  export declare var Models$: StaticStructureSchema;
138
145
  export declare var MutualTlsAuthentication$: StaticStructureSchema;
139
146
  export declare var MutualTlsAuthenticationInput$: StaticStructureSchema;
140
- export declare var NotFoundException$: StaticErrorSchema;
141
147
  export declare var PatchOperation$: StaticStructureSchema;
142
148
  export declare var PutGatewayResponseRequest$: StaticStructureSchema;
143
149
  export declare var PutIntegrationRequest$: StaticStructureSchema;
@@ -157,7 +163,6 @@ export declare var SdkConfigurationProperty$: StaticStructureSchema;
157
163
  export declare var SdkResponse$: StaticStructureSchema;
158
164
  export declare var SdkType$: StaticStructureSchema;
159
165
  export declare var SdkTypes$: StaticStructureSchema;
160
- export declare var ServiceUnavailableException$: StaticErrorSchema;
161
166
  export declare var Stage$: StaticStructureSchema;
162
167
  export declare var StageKey$: StaticStructureSchema;
163
168
  export declare var Stages$: StaticStructureSchema;
@@ -170,8 +175,6 @@ export declare var TestInvokeMethodRequest$: StaticStructureSchema;
170
175
  export declare var TestInvokeMethodResponse$: StaticStructureSchema;
171
176
  export declare var ThrottleSettings$: StaticStructureSchema;
172
177
  export declare var TlsConfig$: StaticStructureSchema;
173
- export declare var TooManyRequestsException$: StaticErrorSchema;
174
- export declare var UnauthorizedException$: StaticErrorSchema;
175
178
  export declare var UntagResourceRequest$: StaticStructureSchema;
176
179
  export declare var UpdateAccountRequest$: StaticStructureSchema;
177
180
  export declare var UpdateApiKeyRequest$: StaticStructureSchema;
@@ -202,7 +205,6 @@ export declare var UsagePlanKeys$: StaticStructureSchema;
202
205
  export declare var UsagePlans$: StaticStructureSchema;
203
206
  export declare var VpcLink$: StaticStructureSchema;
204
207
  export declare var VpcLinks$: StaticStructureSchema;
205
- export declare var APIGatewayServiceException$: StaticErrorSchema;
206
208
  export declare var CreateApiKey$: StaticOperationSchema;
207
209
  export declare var CreateAuthorizer$: StaticOperationSchema;
208
210
  export declare var CreateBasePathMapping$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-api-gateway",
3
3
  "description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.986.0",
4
+ "version": "3.988.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-api-gateway",
@@ -23,43 +23,43 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.7",
27
- "@aws-sdk/credential-provider-node": "^3.972.6",
26
+ "@aws-sdk/core": "^3.973.8",
27
+ "@aws-sdk/credential-provider-node": "^3.972.7",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
31
  "@aws-sdk/middleware-sdk-api-gateway": "^3.972.3",
32
- "@aws-sdk/middleware-user-agent": "^3.972.7",
32
+ "@aws-sdk/middleware-user-agent": "^3.972.8",
33
33
  "@aws-sdk/region-config-resolver": "^3.972.3",
34
34
  "@aws-sdk/types": "^3.973.1",
35
- "@aws-sdk/util-endpoints": "3.986.0",
35
+ "@aws-sdk/util-endpoints": "3.988.0",
36
36
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
37
- "@aws-sdk/util-user-agent-node": "^3.972.5",
37
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
38
38
  "@smithy/config-resolver": "^4.4.6",
39
- "@smithy/core": "^3.22.1",
39
+ "@smithy/core": "^3.23.0",
40
40
  "@smithy/fetch-http-handler": "^5.3.9",
41
41
  "@smithy/hash-node": "^4.2.8",
42
42
  "@smithy/invalid-dependency": "^4.2.8",
43
43
  "@smithy/middleware-content-length": "^4.2.8",
44
- "@smithy/middleware-endpoint": "^4.4.13",
45
- "@smithy/middleware-retry": "^4.4.30",
44
+ "@smithy/middleware-endpoint": "^4.4.14",
45
+ "@smithy/middleware-retry": "^4.4.31",
46
46
  "@smithy/middleware-serde": "^4.2.9",
47
47
  "@smithy/middleware-stack": "^4.2.8",
48
48
  "@smithy/node-config-provider": "^4.3.8",
49
- "@smithy/node-http-handler": "^4.4.9",
49
+ "@smithy/node-http-handler": "^4.4.10",
50
50
  "@smithy/protocol-http": "^5.3.8",
51
- "@smithy/smithy-client": "^4.11.2",
51
+ "@smithy/smithy-client": "^4.11.3",
52
52
  "@smithy/types": "^4.12.0",
53
53
  "@smithy/url-parser": "^4.2.8",
54
54
  "@smithy/util-base64": "^4.3.0",
55
55
  "@smithy/util-body-length-browser": "^4.2.0",
56
56
  "@smithy/util-body-length-node": "^4.2.1",
57
- "@smithy/util-defaults-mode-browser": "^4.3.29",
58
- "@smithy/util-defaults-mode-node": "^4.2.32",
57
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
58
+ "@smithy/util-defaults-mode-node": "^4.2.33",
59
59
  "@smithy/util-endpoints": "^3.2.8",
60
60
  "@smithy/util-middleware": "^4.2.8",
61
61
  "@smithy/util-retry": "^4.2.8",
62
- "@smithy/util-stream": "^4.5.11",
62
+ "@smithy/util-stream": "^4.5.12",
63
63
  "@smithy/util-utf8": "^4.2.0",
64
64
  "tslib": "^2.6.2"
65
65
  },