@aws-sdk/client-api-gateway 3.995.0 → 3.996.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 +17 -18
  2. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -1941,18 +1941,9 @@ const Op = {
1941
1941
  test: "test",
1942
1942
  };
1943
1943
 
1944
- Object.defineProperty(exports, "$Command", {
1945
- enumerable: true,
1946
- get: function () { return smithyClient.Command; }
1947
- });
1948
- Object.defineProperty(exports, "__Client", {
1949
- enumerable: true,
1950
- get: function () { return smithyClient.Client; }
1951
- });
1952
- Object.defineProperty(exports, "APIGatewayServiceException", {
1953
- enumerable: true,
1954
- get: function () { return APIGatewayServiceException.APIGatewayServiceException; }
1955
- });
1944
+ exports.$Command = smithyClient.Command;
1945
+ exports.__Client = smithyClient.Client;
1946
+ exports.APIGatewayServiceException = APIGatewayServiceException.APIGatewayServiceException;
1956
1947
  exports.APIGateway = APIGateway;
1957
1948
  exports.APIGatewayClient = APIGatewayClient;
1958
1949
  exports.AccessAssociationSourceType = AccessAssociationSourceType;
@@ -2117,15 +2108,23 @@ exports.paginateGetUsage = paginateGetUsage;
2117
2108
  exports.paginateGetUsagePlanKeys = paginateGetUsagePlanKeys;
2118
2109
  exports.paginateGetUsagePlans = paginateGetUsagePlans;
2119
2110
  exports.paginateGetVpcLinks = paginateGetVpcLinks;
2120
- Object.keys(schemas_0).forEach(function (k) {
2121
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
2111
+ Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
2112
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
2113
+ Object.defineProperty(exports, '__proto__', {
2122
2114
  enumerable: true,
2123
- get: function () { return schemas_0[k]; }
2115
+ value: schemas_0['__proto__']
2124
2116
  });
2117
+
2118
+ Object.keys(schemas_0).forEach(function (k) {
2119
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
2125
2120
  });
2126
- Object.keys(errors).forEach(function (k) {
2127
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
2121
+ Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
2122
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
2123
+ Object.defineProperty(exports, '__proto__', {
2128
2124
  enumerable: true,
2129
- get: function () { return errors[k]; }
2125
+ value: errors['__proto__']
2130
2126
  });
2127
+
2128
+ Object.keys(errors).forEach(function (k) {
2129
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
2131
2130
  });
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.995.0",
4
+ "version": "3.996.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,18 +23,18 @@
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.11",
27
- "@aws-sdk/credential-provider-node": "^3.972.10",
26
+ "@aws-sdk/core": "^3.973.12",
27
+ "@aws-sdk/credential-provider-node": "^3.972.11",
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.11",
32
+ "@aws-sdk/middleware-user-agent": "^3.972.12",
33
33
  "@aws-sdk/region-config-resolver": "^3.972.3",
34
34
  "@aws-sdk/types": "^3.973.1",
35
- "@aws-sdk/util-endpoints": "3.995.0",
35
+ "@aws-sdk/util-endpoints": "3.996.0",
36
36
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
37
- "@aws-sdk/util-user-agent-node": "^3.972.10",
37
+ "@aws-sdk/util-user-agent-node": "^3.972.11",
38
38
  "@smithy/config-resolver": "^4.4.6",
39
39
  "@smithy/core": "^3.23.2",
40
40
  "@smithy/fetch-http-handler": "^5.3.9",