@aws-sdk/client-apigatewayv2 3.987.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +122 -2934
- package/dist-cjs/models/ApiGatewayV2ServiceException.js +12 -0
- package/dist-cjs/models/errors.js +83 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2435 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +78 -72
- package/dist-types/schemas/schemas_0.d.ts +12 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/package.json +14 -14
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultApiGatewayV2HttpAuthSchemeProvider } 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: "2018-11-29",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.apigatewayv2",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2018-11-29",
|
|
30
32
|
serviceTarget: "ApiGatewayV2",
|
|
31
33
|
},
|
|
@@ -443,9 +443,9 @@ const _RRou = "RoutingRule";
|
|
|
443
443
|
const _RS = "RouteSettings";
|
|
444
444
|
const _RSE = "RouteSelectionExpression";
|
|
445
445
|
const _RSM = "RouteSettingsMap";
|
|
446
|
-
const _RT = "
|
|
447
|
-
const _RTe = "
|
|
448
|
-
const _RTes = "
|
|
446
|
+
const _RT = "ResourceType";
|
|
447
|
+
const _RTe = "RequestTemplates";
|
|
448
|
+
const _RTes = "ResponseTemplates";
|
|
449
449
|
const _Ro = "Route";
|
|
450
450
|
const _S = "Stage";
|
|
451
451
|
const _SBP = "StripBasePath";
|
|
@@ -743,10 +743,10 @@ const _rRK = "routeResponseKey";
|
|
|
743
743
|
const _rRSE = "routeResponseSelectionExpression";
|
|
744
744
|
const _rS = "routeSettings";
|
|
745
745
|
const _rSE = "routeSelectionExpression";
|
|
746
|
-
const _rT = "
|
|
747
|
-
const _rTe = "
|
|
748
|
-
const _rTes = "
|
|
749
|
-
const _s = "
|
|
746
|
+
const _rT = "resourceType";
|
|
747
|
+
const _rTe = "requestTemplates";
|
|
748
|
+
const _rTes = "responseTemplates";
|
|
749
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.apigatewayv2";
|
|
750
750
|
const _sBP = "stripBasePath";
|
|
751
751
|
const _sE = "statusException";
|
|
752
752
|
const _sGI = "securityGroupIds";
|
|
@@ -757,8 +757,8 @@ const _sNe = "sectionName";
|
|
|
757
757
|
const _sP = "securityPolicy";
|
|
758
758
|
const _sV = "stageVariables";
|
|
759
759
|
const _sc = "schema";
|
|
760
|
-
const
|
|
761
|
-
const
|
|
760
|
+
const _st = "stage";
|
|
761
|
+
const _sta = "status";
|
|
762
762
|
const _t = "tags";
|
|
763
763
|
const _tBL = "throttlingBurstLimit";
|
|
764
764
|
const _tC = "tlsConfig";
|
|
@@ -788,12 +788,44 @@ const n0 = "com.amazonaws.apigatewayv2";
|
|
|
788
788
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
789
789
|
import { ApiGatewayV2ServiceException } from "../models/ApiGatewayV2ServiceException";
|
|
790
790
|
import { AccessDeniedException, BadRequestException, ConflictException, NotFoundException, TooManyRequestsException, } from "../models/errors";
|
|
791
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
792
|
+
export var ApiGatewayV2ServiceException$ = [-3, _s, "ApiGatewayV2ServiceException", 0, [], []];
|
|
793
|
+
_s_registry.registerError(ApiGatewayV2ServiceException$, ApiGatewayV2ServiceException);
|
|
794
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
791
795
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
792
796
|
{ [_e]: _c, [_hE]: 403 },
|
|
793
797
|
[_M],
|
|
794
798
|
[[0, { [_jN]: _m }]]
|
|
795
799
|
];
|
|
796
|
-
|
|
800
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
801
|
+
export var BadRequestException$ = [-3, n0, _BRE,
|
|
802
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
803
|
+
[_M],
|
|
804
|
+
[[0, { [_jN]: _m }]]
|
|
805
|
+
];
|
|
806
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
807
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
808
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
809
|
+
[_M],
|
|
810
|
+
[[0, { [_jN]: _m }]]
|
|
811
|
+
];
|
|
812
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
813
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
814
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
815
|
+
[_M, _RT],
|
|
816
|
+
[[0, { [_jN]: _m }], [0, { [_jN]: _rT }]]
|
|
817
|
+
];
|
|
818
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
819
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
820
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
821
|
+
[_LT, _M],
|
|
822
|
+
[[0, { [_jN]: _lT }], [0, { [_jN]: _m }]]
|
|
823
|
+
];
|
|
824
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
825
|
+
export const errorTypeRegistries = [
|
|
826
|
+
_s_registry,
|
|
827
|
+
n0_registry,
|
|
828
|
+
];
|
|
797
829
|
export var AccessLogSettings$ = [3, n0, _ALS,
|
|
798
830
|
0,
|
|
799
831
|
[_DA, _F],
|
|
@@ -812,7 +844,7 @@ export var Api$ = [3, n0, _A,
|
|
|
812
844
|
export var ApiMapping$ = [3, n0, _AM,
|
|
813
845
|
0,
|
|
814
846
|
[_AI, _S, _AMI, _AMK],
|
|
815
|
-
[[0, { [_jN]: _aI }], [0, { [_jN]:
|
|
847
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _st }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }]], 2
|
|
816
848
|
];
|
|
817
849
|
export var Authorization$ = [3, n0, _Au,
|
|
818
850
|
0,
|
|
@@ -824,23 +856,11 @@ export var Authorizer$ = [3, n0, _Aut,
|
|
|
824
856
|
[_N, _ACA, _AIu, _APFV, _ARTIS, _AT, _AU, _ESR, _IS, _IVE, _JC],
|
|
825
857
|
[[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
|
|
826
858
|
];
|
|
827
|
-
export var BadRequestException$ = [-3, n0, _BRE,
|
|
828
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
829
|
-
[_M],
|
|
830
|
-
[[0, { [_jN]: _m }]]
|
|
831
|
-
];
|
|
832
|
-
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
833
859
|
export var CognitoConfig$ = [3, n0, _CCo,
|
|
834
860
|
0,
|
|
835
861
|
[_ACI, _UPA, _UPD],
|
|
836
862
|
[[0, { [_jN]: _aCI }], [0, { [_jN]: _uPA }], [0, { [_jN]: _uPD }]], 3
|
|
837
863
|
];
|
|
838
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
839
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
840
|
-
[_M],
|
|
841
|
-
[[0, { [_jN]: _m }]]
|
|
842
|
-
];
|
|
843
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
844
864
|
export var Cors$ = [3, n0, _C,
|
|
845
865
|
0,
|
|
846
866
|
[_AC, _AH, _AMl, _AO, _EH, _MA],
|
|
@@ -849,12 +869,12 @@ export var Cors$ = [3, n0, _C,
|
|
|
849
869
|
export var CreateApiMappingRequest$ = [3, n0, _CAMR,
|
|
850
870
|
0,
|
|
851
871
|
[_AI, _DN, _S, _AMK],
|
|
852
|
-
[[0, { [_jN]: _aI }], [0, 1], [0, { [_jN]:
|
|
872
|
+
[[0, { [_jN]: _aI }], [0, 1], [0, { [_jN]: _st }], [0, { [_jN]: _aMK }]], 3
|
|
853
873
|
];
|
|
854
874
|
export var CreateApiMappingResponse$ = [3, n0, _CAMRr,
|
|
855
875
|
0,
|
|
856
876
|
[_AI, _AMI, _AMK, _S],
|
|
857
|
-
[[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]:
|
|
877
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]: _st }]]
|
|
858
878
|
];
|
|
859
879
|
export var CreateApiRequest$ = [3, n0, _CAR,
|
|
860
880
|
0,
|
|
@@ -898,23 +918,23 @@ export var CreateDomainNameResponse$ = [3, n0, _CDNRr,
|
|
|
898
918
|
];
|
|
899
919
|
export var CreateIntegrationRequest$ = [3, n0, _CIR,
|
|
900
920
|
0,
|
|
901
|
-
[_AI, _IT, _CI, _CT, _CHS, _CAr, _D, _IM, _ISn, _IU, _PB, _PFV, _RP,
|
|
902
|
-
[[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]:
|
|
921
|
+
[_AI, _IT, _CI, _CT, _CHS, _CAr, _D, _IM, _ISn, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
|
|
922
|
+
[[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
|
|
903
923
|
];
|
|
904
924
|
export var CreateIntegrationResponseRequest$ = [3, n0, _CIRR,
|
|
905
925
|
0,
|
|
906
|
-
[_AI, _IIn, _IRK, _CHS, _RPe,
|
|
907
|
-
[[0, 1], [0, 1], [0, { [_jN]: _iRK }], [0, { [_jN]: _cHS }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]:
|
|
926
|
+
[_AI, _IIn, _IRK, _CHS, _RPe, _RTes, _TSE],
|
|
927
|
+
[[0, 1], [0, 1], [0, { [_jN]: _iRK }], [0, { [_jN]: _cHS }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]], 3
|
|
908
928
|
];
|
|
909
929
|
export var CreateIntegrationResponseResponse$ = [3, n0, _CIRRr,
|
|
910
930
|
0,
|
|
911
|
-
[_CHS, _IRI, _IRK, _RPe,
|
|
912
|
-
[[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]:
|
|
931
|
+
[_CHS, _IRI, _IRK, _RPe, _RTes, _TSE],
|
|
932
|
+
[[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]]
|
|
913
933
|
];
|
|
914
934
|
export var CreateIntegrationResult$ = [3, n0, _CIRr,
|
|
915
935
|
0,
|
|
916
|
-
[_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP,
|
|
917
|
-
[[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]:
|
|
936
|
+
[_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
|
|
937
|
+
[[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 }]]
|
|
918
938
|
];
|
|
919
939
|
export var CreateModelRequest$ = [3, n0, _CMR,
|
|
920
940
|
0,
|
|
@@ -964,7 +984,7 @@ export var CreateProductRestEndpointPageRequest$ = [3, n0, _CPREPR,
|
|
|
964
984
|
export var CreateProductRestEndpointPageResponse$ = [3, n0, _CPREPRr,
|
|
965
985
|
0,
|
|
966
986
|
[_DC, _LM, _PREPA, _PREPI, _REI, _St, _SE, _TIS],
|
|
967
|
-
[[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]:
|
|
987
|
+
[[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _sta }], [() => StatusException$, { [_jN]: _sE }], [0, { [_jN]: _tIS }]]
|
|
968
988
|
];
|
|
969
989
|
export var CreateRouteRequest$ = [3, n0, _CRR,
|
|
970
990
|
0,
|
|
@@ -1209,7 +1229,7 @@ export var GetApiMappingRequest$ = [3, n0, _GAMR,
|
|
|
1209
1229
|
export var GetApiMappingResponse$ = [3, n0, _GAMRe,
|
|
1210
1230
|
0,
|
|
1211
1231
|
[_AI, _AMI, _AMK, _S],
|
|
1212
|
-
[[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]:
|
|
1232
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]: _st }]]
|
|
1213
1233
|
];
|
|
1214
1234
|
export var GetApiMappingsRequest$ = [3, n0, _GAMRet,
|
|
1215
1235
|
0,
|
|
@@ -1313,8 +1333,8 @@ export var GetIntegrationResponseRequest$ = [3, n0, _GIRR,
|
|
|
1313
1333
|
];
|
|
1314
1334
|
export var GetIntegrationResponseResponse$ = [3, n0, _GIRRe,
|
|
1315
1335
|
0,
|
|
1316
|
-
[_CHS, _IRI, _IRK, _RPe,
|
|
1317
|
-
[[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]:
|
|
1336
|
+
[_CHS, _IRI, _IRK, _RPe, _RTes, _TSE],
|
|
1337
|
+
[[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]]
|
|
1318
1338
|
];
|
|
1319
1339
|
export var GetIntegrationResponsesRequest$ = [3, n0, _GIRRet,
|
|
1320
1340
|
0,
|
|
@@ -1328,8 +1348,8 @@ export var GetIntegrationResponsesResponse$ = [3, n0, _GIRRetn,
|
|
|
1328
1348
|
];
|
|
1329
1349
|
export var GetIntegrationResult$ = [3, n0, _GIRe,
|
|
1330
1350
|
0,
|
|
1331
|
-
[_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP,
|
|
1332
|
-
[[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]:
|
|
1351
|
+
[_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
|
|
1352
|
+
[[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 }]]
|
|
1333
1353
|
];
|
|
1334
1354
|
export var GetIntegrationsRequest$ = [3, n0, _GIRet,
|
|
1335
1355
|
0,
|
|
@@ -1419,7 +1439,7 @@ export var GetProductRestEndpointPageRequest$ = [3, n0, _GPREPR,
|
|
|
1419
1439
|
export var GetProductRestEndpointPageResponse$ = [3, n0, _GPREPRe,
|
|
1420
1440
|
0,
|
|
1421
1441
|
[_DC, _LM, _PREPA, _PREPI, _RDC, _REI, _St, _SE, _TIS],
|
|
1422
|
-
[[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [0, { [_jN]: _rDC }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]:
|
|
1442
|
+
[[() => 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 }]]
|
|
1423
1443
|
];
|
|
1424
1444
|
export var GetRouteRequest$ = [3, n0, _GRR,
|
|
1425
1445
|
0,
|
|
@@ -1524,7 +1544,7 @@ export var GetVpcLinksResponse$ = [3, n0, _GVLRetp,
|
|
|
1524
1544
|
export var IdentifierParts$ = [3, n0, _IP,
|
|
1525
1545
|
0,
|
|
1526
1546
|
[_Me, _Pa, _RAI, _S],
|
|
1527
|
-
[[0, { [_jN]: _me }], [0, { [_jN]: _pa }], [0, { [_jN]: _rAI }], [0, { [_jN]:
|
|
1547
|
+
[[0, { [_jN]: _me }], [0, { [_jN]: _pa }], [0, { [_jN]: _rAI }], [0, { [_jN]: _st }]], 4
|
|
1528
1548
|
];
|
|
1529
1549
|
export var ImportApiRequest$ = [3, n0, _IAR,
|
|
1530
1550
|
0,
|
|
@@ -1538,13 +1558,13 @@ export var ImportApiResponse$ = [3, n0, _IARm,
|
|
|
1538
1558
|
];
|
|
1539
1559
|
export var Integration$ = [3, n0, _In,
|
|
1540
1560
|
0,
|
|
1541
|
-
[_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP,
|
|
1542
|
-
[[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]:
|
|
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 }]]
|
|
1543
1563
|
];
|
|
1544
1564
|
export var IntegrationResponse$ = [3, n0, _IR,
|
|
1545
1565
|
0,
|
|
1546
|
-
[_IRK, _CHS, _IRI, _RPe,
|
|
1547
|
-
[[0, { [_jN]: _iRK }], [0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]:
|
|
1566
|
+
[_IRK, _CHS, _IRI, _RPe, _RTes, _TSE],
|
|
1567
|
+
[[0, { [_jN]: _iRK }], [0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]], 1
|
|
1548
1568
|
];
|
|
1549
1569
|
export var JWTConfiguration$ = [3, n0, _JWTC,
|
|
1550
1570
|
0,
|
|
@@ -1621,12 +1641,6 @@ export var None$ = [3, n0, _No,
|
|
|
1621
1641
|
[],
|
|
1622
1642
|
[]
|
|
1623
1643
|
];
|
|
1624
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
1625
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1626
|
-
[_M, _RTes],
|
|
1627
|
-
[[0, { [_jN]: _m }], [0, { [_jN]: _rTes }]]
|
|
1628
|
-
];
|
|
1629
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
1630
1644
|
export var ParameterConstraints$ = [3, n0, _PCa,
|
|
1631
1645
|
0,
|
|
1632
1646
|
[_R],
|
|
@@ -1675,7 +1689,7 @@ export var ProductPageSummaryNoBody$ = [3, n0, _PPSNB,
|
|
|
1675
1689
|
export var ProductRestEndpointPageSummaryNoBody$ = [3, n0, _PREPSNB,
|
|
1676
1690
|
0,
|
|
1677
1691
|
[_E, _LM, _PREPA, _PREPI, _REI, _St, _TIS, _ON, _SE],
|
|
1678
|
-
[[0, { [_jN]: _en }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]:
|
|
1692
|
+
[[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
|
|
1679
1693
|
];
|
|
1680
1694
|
export var PublishPortalRequest$ = [3, n0, _PPRu,
|
|
1681
1695
|
0,
|
|
@@ -1755,7 +1769,7 @@ export var RoutingRuleAction$ = [3, n0, _RRAo,
|
|
|
1755
1769
|
export var RoutingRuleActionInvokeApi$ = [3, n0, _RRAIA,
|
|
1756
1770
|
0,
|
|
1757
1771
|
[_AI, _S, _SBP],
|
|
1758
|
-
[[0, { [_jN]: _aI }], [0, { [_jN]:
|
|
1772
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _st }], [2, { [_jN]: _sBP }]], 2
|
|
1759
1773
|
];
|
|
1760
1774
|
export var RoutingRuleCondition$ = [3, n0, _RRC,
|
|
1761
1775
|
0,
|
|
@@ -1812,12 +1826,6 @@ export var TlsConfigInput$ = [3, n0, _TCI,
|
|
|
1812
1826
|
[_SNTV],
|
|
1813
1827
|
[[0, { [_jN]: _sNTV }]]
|
|
1814
1828
|
];
|
|
1815
|
-
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
1816
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1817
|
-
[_LT, _M],
|
|
1818
|
-
[[0, { [_jN]: _lT }], [0, { [_jN]: _m }]]
|
|
1819
|
-
];
|
|
1820
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
1821
1829
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1822
1830
|
0,
|
|
1823
1831
|
[_RA, _TK],
|
|
@@ -1826,12 +1834,12 @@ export var UntagResourceRequest$ = [3, n0, _URR,
|
|
|
1826
1834
|
export var UpdateApiMappingRequest$ = [3, n0, _UAMR,
|
|
1827
1835
|
0,
|
|
1828
1836
|
[_AI, _AMI, _DN, _AMK, _S],
|
|
1829
|
-
[[0, { [_jN]: _aI }], [0, 1], [0, 1], [0, { [_jN]: _aMK }], [0, { [_jN]:
|
|
1837
|
+
[[0, { [_jN]: _aI }], [0, 1], [0, 1], [0, { [_jN]: _aMK }], [0, { [_jN]: _st }]], 3
|
|
1830
1838
|
];
|
|
1831
1839
|
export var UpdateApiMappingResponse$ = [3, n0, _UAMRp,
|
|
1832
1840
|
0,
|
|
1833
1841
|
[_AI, _AMI, _AMK, _S],
|
|
1834
|
-
[[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]:
|
|
1842
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _aMI }], [0, { [_jN]: _aMK }], [0, { [_jN]: _st }]]
|
|
1835
1843
|
];
|
|
1836
1844
|
export var UpdateApiRequest$ = [3, n0, _UAR,
|
|
1837
1845
|
0,
|
|
@@ -1875,23 +1883,23 @@ export var UpdateDomainNameResponse$ = [3, n0, _UDNRp,
|
|
|
1875
1883
|
];
|
|
1876
1884
|
export var UpdateIntegrationRequest$ = [3, n0, _UIR,
|
|
1877
1885
|
0,
|
|
1878
|
-
[_AI, _IIn, _CI, _CT, _CHS, _CAr, _D, _IM, _ISn, _IT, _IU, _PB, _PFV, _RP,
|
|
1879
|
-
[[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]:
|
|
1886
|
+
[_AI, _IIn, _CI, _CT, _CHS, _CAr, _D, _IM, _ISn, _IT, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
|
|
1887
|
+
[[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
|
|
1880
1888
|
];
|
|
1881
1889
|
export var UpdateIntegrationResponseRequest$ = [3, n0, _UIRR,
|
|
1882
1890
|
0,
|
|
1883
|
-
[_AI, _IIn, _IRI, _CHS, _IRK, _RPe,
|
|
1884
|
-
[[0, 1], [0, 1], [0, 1], [0, { [_jN]: _cHS }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]:
|
|
1891
|
+
[_AI, _IIn, _IRI, _CHS, _IRK, _RPe, _RTes, _TSE],
|
|
1892
|
+
[[0, 1], [0, 1], [0, 1], [0, { [_jN]: _cHS }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]], 3
|
|
1885
1893
|
];
|
|
1886
1894
|
export var UpdateIntegrationResponseResponse$ = [3, n0, _UIRRp,
|
|
1887
1895
|
0,
|
|
1888
|
-
[_CHS, _IRI, _IRK, _RPe,
|
|
1889
|
-
[[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]:
|
|
1896
|
+
[_CHS, _IRI, _IRK, _RPe, _RTes, _TSE],
|
|
1897
|
+
[[0, { [_jN]: _cHS }], [0, { [_jN]: _iRI }], [0, { [_jN]: _iRK }], [128 | 0, { [_jN]: _rPe }], [128 | 0, { [_jN]: _rTes }], [0, { [_jN]: _tSE }]]
|
|
1890
1898
|
];
|
|
1891
1899
|
export var UpdateIntegrationResult$ = [3, n0, _UIRp,
|
|
1892
1900
|
0,
|
|
1893
|
-
[_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP,
|
|
1894
|
-
[[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]:
|
|
1901
|
+
[_AGM, _CI, _CT, _CHS, _CAr, _D, _IIn, _IM, _IRSE, _ISn, _IT, _IU, _PB, _PFV, _RP, _RTe, _RPe, _TSE, _TIM, _TC],
|
|
1902
|
+
[[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 }]]
|
|
1895
1903
|
];
|
|
1896
1904
|
export var UpdateModelRequest$ = [3, n0, _UMR,
|
|
1897
1905
|
0,
|
|
@@ -1941,7 +1949,7 @@ export var UpdateProductRestEndpointPageRequest$ = [3, n0, _UPREPR,
|
|
|
1941
1949
|
export var UpdateProductRestEndpointPageResponse$ = [3, n0, _UPREPRp,
|
|
1942
1950
|
0,
|
|
1943
1951
|
[_DC, _LM, _PREPA, _PREPI, _REI, _St, _SE, _TIS],
|
|
1944
|
-
[[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]:
|
|
1952
|
+
[[() => EndpointDisplayContentResponse$, { [_jN]: _dC }], [5, { [_jN]: _lM }], [0, { [_jN]: _pREPA }], [0, { [_jN]: _pREPI }], [() => RestEndpointIdentifier$, { [_jN]: _rEI }], [0, { [_jN]: _sta }], [() => StatusException$, { [_jN]: _sE }], [0, { [_jN]: _tIS }]]
|
|
1945
1953
|
];
|
|
1946
1954
|
export var UpdateRouteRequest$ = [3, n0, _URRp,
|
|
1947
1955
|
0,
|
|
@@ -1989,8 +1997,6 @@ export var VpcLink$ = [3, n0, _VL,
|
|
|
1989
1997
|
[[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
|
|
1990
1998
|
];
|
|
1991
1999
|
var __Unit = "unit";
|
|
1992
|
-
export var ApiGatewayV2ServiceException$ = [-3, _sm, "ApiGatewayV2ServiceException", 0, [], []];
|
|
1993
|
-
TypeRegistry.for(_sm).registerError(ApiGatewayV2ServiceException$, ApiGatewayV2ServiceException);
|
|
1994
2000
|
var __listOf__string = 64 | 0;
|
|
1995
2001
|
var __listOf__stringMin20Max2048 = 64 | 0;
|
|
1996
2002
|
var __listOfApi = [1, n0, _lOA,
|
|
@@ -1,14 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ApiGatewayV2ServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
9
|
+
/**
|
|
10
|
+
* TypeRegistry instances containing modeled errors.
|
|
11
|
+
* @internal
|
|
12
|
+
*
|
|
13
|
+
*/
|
|
14
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
15
|
export declare var AccessLogSettings$: StaticStructureSchema;
|
|
4
16
|
export declare var ACMManaged$: StaticStructureSchema;
|
|
5
17
|
export declare var Api$: StaticStructureSchema;
|
|
6
18
|
export declare var ApiMapping$: StaticStructureSchema;
|
|
7
19
|
export declare var Authorization$: StaticStructureSchema;
|
|
8
20
|
export declare var Authorizer$: StaticStructureSchema;
|
|
9
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
10
21
|
export declare var CognitoConfig$: StaticStructureSchema;
|
|
11
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
12
22
|
export declare var Cors$: StaticStructureSchema;
|
|
13
23
|
export declare var CreateApiMappingRequest$: StaticStructureSchema;
|
|
14
24
|
export declare var CreateApiMappingResponse$: StaticStructureSchema;
|
|
@@ -165,7 +175,6 @@ export declare var Model$: StaticStructureSchema;
|
|
|
165
175
|
export declare var MutualTlsAuthentication$: StaticStructureSchema;
|
|
166
176
|
export declare var MutualTlsAuthenticationInput$: StaticStructureSchema;
|
|
167
177
|
export declare var None$: StaticStructureSchema;
|
|
168
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
169
178
|
export declare var ParameterConstraints$: StaticStructureSchema;
|
|
170
179
|
export declare var PortalContent$: StaticStructureSchema;
|
|
171
180
|
export declare var PortalProductSummary$: StaticStructureSchema;
|
|
@@ -203,7 +212,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
|
|
|
203
212
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
204
213
|
export declare var TlsConfig$: StaticStructureSchema;
|
|
205
214
|
export declare var TlsConfigInput$: StaticStructureSchema;
|
|
206
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
207
215
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
208
216
|
export declare var UpdateApiMappingRequest$: StaticStructureSchema;
|
|
209
217
|
export declare var UpdateApiMappingResponse$: StaticStructureSchema;
|
|
@@ -238,7 +246,6 @@ export declare var UpdateStageResponse$: StaticStructureSchema;
|
|
|
238
246
|
export declare var UpdateVpcLinkRequest$: StaticStructureSchema;
|
|
239
247
|
export declare var UpdateVpcLinkResponse$: StaticStructureSchema;
|
|
240
248
|
export declare var VpcLink$: StaticStructureSchema;
|
|
241
|
-
export declare var ApiGatewayV2ServiceException$: StaticErrorSchema;
|
|
242
249
|
export declare var CreateApi$: StaticOperationSchema;
|
|
243
250
|
export declare var CreateApiMapping$: StaticOperationSchema;
|
|
244
251
|
export declare var CreateAuthorizer$: StaticOperationSchema;
|
|
@@ -1,18 +1,23 @@
|
|
|
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 ApiGatewayV2ServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
13
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
14
|
export declare var AccessLogSettings$: StaticStructureSchema;
|
|
8
15
|
export declare var ACMManaged$: StaticStructureSchema;
|
|
9
16
|
export declare var Api$: StaticStructureSchema;
|
|
10
17
|
export declare var ApiMapping$: StaticStructureSchema;
|
|
11
18
|
export declare var Authorization$: StaticStructureSchema;
|
|
12
19
|
export declare var Authorizer$: StaticStructureSchema;
|
|
13
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
14
20
|
export declare var CognitoConfig$: StaticStructureSchema;
|
|
15
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
16
21
|
export declare var Cors$: StaticStructureSchema;
|
|
17
22
|
export declare var CreateApiMappingRequest$: StaticStructureSchema;
|
|
18
23
|
export declare var CreateApiMappingResponse$: StaticStructureSchema;
|
|
@@ -169,7 +174,6 @@ export declare var Model$: StaticStructureSchema;
|
|
|
169
174
|
export declare var MutualTlsAuthentication$: StaticStructureSchema;
|
|
170
175
|
export declare var MutualTlsAuthenticationInput$: StaticStructureSchema;
|
|
171
176
|
export declare var None$: StaticStructureSchema;
|
|
172
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
173
177
|
export declare var ParameterConstraints$: StaticStructureSchema;
|
|
174
178
|
export declare var PortalContent$: StaticStructureSchema;
|
|
175
179
|
export declare var PortalProductSummary$: StaticStructureSchema;
|
|
@@ -207,7 +211,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
|
|
|
207
211
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
208
212
|
export declare var TlsConfig$: StaticStructureSchema;
|
|
209
213
|
export declare var TlsConfigInput$: StaticStructureSchema;
|
|
210
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
211
214
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
212
215
|
export declare var UpdateApiMappingRequest$: StaticStructureSchema;
|
|
213
216
|
export declare var UpdateApiMappingResponse$: StaticStructureSchema;
|
|
@@ -242,7 +245,6 @@ export declare var UpdateStageResponse$: StaticStructureSchema;
|
|
|
242
245
|
export declare var UpdateVpcLinkRequest$: StaticStructureSchema;
|
|
243
246
|
export declare var UpdateVpcLinkResponse$: StaticStructureSchema;
|
|
244
247
|
export declare var VpcLink$: StaticStructureSchema;
|
|
245
|
-
export declare var ApiGatewayV2ServiceException$: StaticErrorSchema;
|
|
246
248
|
export declare var CreateApi$: StaticOperationSchema;
|
|
247
249
|
export declare var CreateApiMapping$: StaticOperationSchema;
|
|
248
250
|
export declare var CreateAuthorizer$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewayv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-apigatewayv2",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.12",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|