@aws-sdk/client-glacier 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
@@ -672,18 +672,9 @@ const StatusCode = {
672
672
  Succeeded: "Succeeded",
673
673
  };
674
674
 
675
- Object.defineProperty(exports, "$Command", {
676
- enumerable: true,
677
- get: function () { return smithyClient.Command; }
678
- });
679
- Object.defineProperty(exports, "__Client", {
680
- enumerable: true,
681
- get: function () { return smithyClient.Client; }
682
- });
683
- Object.defineProperty(exports, "GlacierServiceException", {
684
- enumerable: true,
685
- get: function () { return GlacierServiceException.GlacierServiceException; }
686
- });
675
+ exports.$Command = smithyClient.Command;
676
+ exports.__Client = smithyClient.Client;
677
+ exports.GlacierServiceException = GlacierServiceException.GlacierServiceException;
687
678
  exports.AbortMultipartUploadCommand = AbortMultipartUploadCommand;
688
679
  exports.AbortVaultLockCommand = AbortVaultLockCommand;
689
680
  exports.ActionCode = ActionCode;
@@ -737,15 +728,23 @@ exports.waitForVaultExists = waitForVaultExists;
737
728
  exports.waitForVaultNotExists = waitForVaultNotExists;
738
729
  exports.waitUntilVaultExists = waitUntilVaultExists;
739
730
  exports.waitUntilVaultNotExists = waitUntilVaultNotExists;
740
- Object.keys(schemas_0).forEach(function (k) {
741
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
731
+ Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
732
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
733
+ Object.defineProperty(exports, '__proto__', {
742
734
  enumerable: true,
743
- get: function () { return schemas_0[k]; }
735
+ value: schemas_0['__proto__']
744
736
  });
737
+
738
+ Object.keys(schemas_0).forEach(function (k) {
739
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
745
740
  });
746
- Object.keys(errors).forEach(function (k) {
747
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
741
+ Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
742
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
743
+ Object.defineProperty(exports, '__proto__', {
748
744
  enumerable: true,
749
- get: function () { return errors[k]; }
745
+ value: errors['__proto__']
750
746
  });
747
+
748
+ Object.keys(errors).forEach(function (k) {
749
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
751
750
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glacier",
3
3
  "description": "AWS SDK for JavaScript Glacier 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-glacier",
@@ -23,18 +23,18 @@
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/body-checksum-browser": "^3.972.3",
25
25
  "@aws-sdk/body-checksum-node": "^3.972.3",
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-glacier": "^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",