@aws-sdk/client-api-gateway 3.495.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +33 -30
  2. package/package.json +41 -41
package/dist-cjs/index.js CHANGED
@@ -10803,19 +10803,13 @@ var paginateGetVpcLinks = (0, import_core.createPaginator)(APIGatewayClient, Get
10803
10803
  // src/index.ts
10804
10804
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
10805
10805
  // Annotate the CommonJS export names for ESM import in node:
10806
+
10806
10807
  0 && (module.exports = {
10807
- APIGateway,
10808
- APIGatewayClient,
10809
10808
  APIGatewayServiceException,
10810
- ApiKeySourceType,
10811
- ApiKeysFormat,
10812
- AuthorizerType,
10813
- BadRequestException,
10814
- CacheClusterSize,
10815
- CacheClusterStatus,
10816
- ConflictException,
10817
- ConnectionType,
10818
- ContentHandlingStrategy,
10809
+ __Client,
10810
+ APIGatewayClient,
10811
+ APIGateway,
10812
+ $Command,
10819
10813
  CreateApiKeyCommand,
10820
10814
  CreateAuthorizerCommand,
10821
10815
  CreateBasePathMappingCommand,
@@ -10852,12 +10846,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
10852
10846
  DeleteUsagePlanCommand,
10853
10847
  DeleteUsagePlanKeyCommand,
10854
10848
  DeleteVpcLinkCommand,
10855
- DocumentationPartType,
10856
- DomainNameStatus,
10857
- EndpointType,
10858
10849
  FlushStageAuthorizersCacheCommand,
10859
10850
  FlushStageCacheCommand,
10860
- GatewayResponseType,
10861
10851
  GenerateClientCertificateCommand,
10862
10852
  GetAccountCommand,
10863
10853
  GetApiKeyCommand,
@@ -10908,27 +10898,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
10908
10898
  ImportApiKeysCommand,
10909
10899
  ImportDocumentationPartsCommand,
10910
10900
  ImportRestApiCommand,
10911
- IntegrationType,
10912
- LimitExceededException,
10913
- LocationStatusType,
10914
- NotFoundException,
10915
- Op,
10916
10901
  PutGatewayResponseCommand,
10917
10902
  PutIntegrationCommand,
10918
10903
  PutIntegrationResponseCommand,
10919
10904
  PutMethodCommand,
10920
10905
  PutMethodResponseCommand,
10921
- PutMode,
10922
10906
  PutRestApiCommand,
10923
- QuotaPeriodType,
10924
- SecurityPolicy,
10925
- ServiceUnavailableException,
10926
10907
  TagResourceCommand,
10927
10908
  TestInvokeAuthorizerCommand,
10928
10909
  TestInvokeMethodCommand,
10929
- TooManyRequestsException,
10930
- UnauthorizedCacheControlHeaderStrategy,
10931
- UnauthorizedException,
10932
10910
  UntagResourceCommand,
10933
10911
  UpdateAccountCommand,
10934
10912
  UpdateApiKeyCommand,
@@ -10952,8 +10930,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
10952
10930
  UpdateUsageCommand,
10953
10931
  UpdateUsagePlanCommand,
10954
10932
  UpdateVpcLinkCommand,
10955
- VpcLinkStatus,
10956
- __Client,
10957
10933
  paginateGetApiKeys,
10958
10934
  paginateGetBasePathMappings,
10959
10935
  paginateGetClientCertificates,
@@ -10965,5 +10941,32 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
10965
10941
  paginateGetUsage,
10966
10942
  paginateGetUsagePlanKeys,
10967
10943
  paginateGetUsagePlans,
10968
- 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
10969
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.495.0",
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,49 +20,49 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-sdk-api-gateway": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-middleware": "^2.1.0",
59
- "@smithy/util-retry": "^2.1.0",
60
- "@smithy/util-stream": "^2.1.0",
61
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-sdk-api-gateway": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-middleware": "^2.1.1",
59
+ "@smithy/util-retry": "^2.1.1",
60
+ "@smithy/util-stream": "^2.1.1",
61
+ "@smithy/util-utf8": "^2.1.1",
62
62
  "tslib": "^2.5.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.1.0",
65
+ "@smithy/service-client-documentation-generator": "^2.1.1",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/node": "^14.14.31",
68
68
  "concurrently": "7.0.0",