@aws-sdk/client-api-gateway 3.496.0 → 3.499.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 +31 -30
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -10805,18 +10805,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10805
10805
|
// Annotate the CommonJS export names for ESM import in node:
|
|
10806
10806
|
|
|
10807
10807
|
0 && (module.exports = {
|
|
10808
|
-
APIGateway,
|
|
10809
|
-
APIGatewayClient,
|
|
10810
10808
|
APIGatewayServiceException,
|
|
10811
|
-
|
|
10812
|
-
|
|
10813
|
-
|
|
10814
|
-
|
|
10815
|
-
CacheClusterSize,
|
|
10816
|
-
CacheClusterStatus,
|
|
10817
|
-
ConflictException,
|
|
10818
|
-
ConnectionType,
|
|
10819
|
-
ContentHandlingStrategy,
|
|
10809
|
+
__Client,
|
|
10810
|
+
APIGatewayClient,
|
|
10811
|
+
APIGateway,
|
|
10812
|
+
$Command,
|
|
10820
10813
|
CreateApiKeyCommand,
|
|
10821
10814
|
CreateAuthorizerCommand,
|
|
10822
10815
|
CreateBasePathMappingCommand,
|
|
@@ -10853,12 +10846,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10853
10846
|
DeleteUsagePlanCommand,
|
|
10854
10847
|
DeleteUsagePlanKeyCommand,
|
|
10855
10848
|
DeleteVpcLinkCommand,
|
|
10856
|
-
DocumentationPartType,
|
|
10857
|
-
DomainNameStatus,
|
|
10858
|
-
EndpointType,
|
|
10859
10849
|
FlushStageAuthorizersCacheCommand,
|
|
10860
10850
|
FlushStageCacheCommand,
|
|
10861
|
-
GatewayResponseType,
|
|
10862
10851
|
GenerateClientCertificateCommand,
|
|
10863
10852
|
GetAccountCommand,
|
|
10864
10853
|
GetApiKeyCommand,
|
|
@@ -10909,27 +10898,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10909
10898
|
ImportApiKeysCommand,
|
|
10910
10899
|
ImportDocumentationPartsCommand,
|
|
10911
10900
|
ImportRestApiCommand,
|
|
10912
|
-
IntegrationType,
|
|
10913
|
-
LimitExceededException,
|
|
10914
|
-
LocationStatusType,
|
|
10915
|
-
NotFoundException,
|
|
10916
|
-
Op,
|
|
10917
10901
|
PutGatewayResponseCommand,
|
|
10918
10902
|
PutIntegrationCommand,
|
|
10919
10903
|
PutIntegrationResponseCommand,
|
|
10920
10904
|
PutMethodCommand,
|
|
10921
10905
|
PutMethodResponseCommand,
|
|
10922
|
-
PutMode,
|
|
10923
10906
|
PutRestApiCommand,
|
|
10924
|
-
QuotaPeriodType,
|
|
10925
|
-
SecurityPolicy,
|
|
10926
|
-
ServiceUnavailableException,
|
|
10927
10907
|
TagResourceCommand,
|
|
10928
10908
|
TestInvokeAuthorizerCommand,
|
|
10929
10909
|
TestInvokeMethodCommand,
|
|
10930
|
-
TooManyRequestsException,
|
|
10931
|
-
UnauthorizedCacheControlHeaderStrategy,
|
|
10932
|
-
UnauthorizedException,
|
|
10933
10910
|
UntagResourceCommand,
|
|
10934
10911
|
UpdateAccountCommand,
|
|
10935
10912
|
UpdateApiKeyCommand,
|
|
@@ -10953,8 +10930,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10953
10930
|
UpdateUsageCommand,
|
|
10954
10931
|
UpdateUsagePlanCommand,
|
|
10955
10932
|
UpdateVpcLinkCommand,
|
|
10956
|
-
VpcLinkStatus,
|
|
10957
|
-
__Client,
|
|
10958
10933
|
paginateGetApiKeys,
|
|
10959
10934
|
paginateGetBasePathMappings,
|
|
10960
10935
|
paginateGetClientCertificates,
|
|
@@ -10966,6 +10941,32 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10966
10941
|
paginateGetUsage,
|
|
10967
10942
|
paginateGetUsagePlanKeys,
|
|
10968
10943
|
paginateGetUsagePlans,
|
|
10969
|
-
paginateGetVpcLinks
|
|
10944
|
+
paginateGetVpcLinks,
|
|
10945
|
+
ApiKeysFormat,
|
|
10946
|
+
ApiKeySourceType,
|
|
10947
|
+
AuthorizerType,
|
|
10948
|
+
BadRequestException,
|
|
10949
|
+
ConflictException,
|
|
10950
|
+
LimitExceededException,
|
|
10951
|
+
NotFoundException,
|
|
10952
|
+
TooManyRequestsException,
|
|
10953
|
+
UnauthorizedException,
|
|
10954
|
+
CacheClusterSize,
|
|
10955
|
+
ServiceUnavailableException,
|
|
10956
|
+
DocumentationPartType,
|
|
10957
|
+
EndpointType,
|
|
10958
|
+
SecurityPolicy,
|
|
10959
|
+
DomainNameStatus,
|
|
10960
|
+
ConnectionType,
|
|
10961
|
+
ContentHandlingStrategy,
|
|
10962
|
+
IntegrationType,
|
|
10963
|
+
CacheClusterStatus,
|
|
10964
|
+
UnauthorizedCacheControlHeaderStrategy,
|
|
10965
|
+
QuotaPeriodType,
|
|
10966
|
+
VpcLinkStatus,
|
|
10967
|
+
GatewayResponseType,
|
|
10968
|
+
LocationStatusType,
|
|
10969
|
+
PutMode,
|
|
10970
|
+
Op
|
|
10970
10971
|
});
|
|
10971
10972
|
|
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.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-api-gateway",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|