@aws-sdk/client-glacier 3.523.0 → 3.525.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/package.json +17 -17
- package/dist-cjs/Glacier.js +0 -1
- package/dist-cjs/GlacierClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +0 -1
- package/dist-cjs/commands/AbortVaultLockCommand.js +0 -1
- package/dist-cjs/commands/AddTagsToVaultCommand.js +0 -1
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +0 -1
- package/dist-cjs/commands/CompleteVaultLockCommand.js +0 -1
- package/dist-cjs/commands/CreateVaultCommand.js +0 -1
- package/dist-cjs/commands/DeleteArchiveCommand.js +0 -1
- package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +0 -1
- package/dist-cjs/commands/DeleteVaultCommand.js +0 -1
- package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +0 -1
- package/dist-cjs/commands/DescribeJobCommand.js +0 -1
- package/dist-cjs/commands/DescribeVaultCommand.js +0 -1
- package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +0 -1
- package/dist-cjs/commands/GetJobOutputCommand.js +0 -1
- package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +0 -1
- package/dist-cjs/commands/GetVaultLockCommand.js +0 -1
- package/dist-cjs/commands/GetVaultNotificationsCommand.js +0 -1
- package/dist-cjs/commands/InitiateJobCommand.js +0 -1
- package/dist-cjs/commands/InitiateMultipartUploadCommand.js +0 -1
- package/dist-cjs/commands/InitiateVaultLockCommand.js +0 -1
- package/dist-cjs/commands/ListJobsCommand.js +0 -1
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +0 -1
- package/dist-cjs/commands/ListPartsCommand.js +0 -1
- package/dist-cjs/commands/ListProvisionedCapacityCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForVaultCommand.js +0 -1
- package/dist-cjs/commands/ListVaultsCommand.js +0 -1
- package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +0 -1
- package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +0 -1
- package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +0 -1
- package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +0 -1
- package/dist-cjs/commands/SetVaultNotificationsCommand.js +0 -1
- package/dist-cjs/commands/UploadArchiveCommand.js +0 -1
- package/dist-cjs/commands/UploadMultipartPartCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/GlacierServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListMultipartUploadsPaginator.js +0 -1
- package/dist-cjs/pagination/ListPartsPaginator.js +0 -1
- package/dist-cjs/pagination/ListVaultsPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
- package/dist-cjs/waiters/index.js +0 -1
- package/dist-cjs/waiters/waitForVaultExists.js +0 -1
- package/dist-cjs/waiters/waitForVaultNotExists.js +0 -1
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.
|
|
4
|
+
"version": "3.525.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-glacier",
|
|
@@ -22,41 +22,41 @@
|
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
23
|
"@aws-sdk/body-checksum-browser": "3.523.0",
|
|
24
24
|
"@aws-sdk/body-checksum-node": "3.523.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.525.0",
|
|
26
|
+
"@aws-sdk/core": "3.525.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.525.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
31
31
|
"@aws-sdk/middleware-sdk-glacier": "3.523.0",
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
33
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
34
34
|
"@aws-sdk/types": "3.523.0",
|
|
35
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
38
|
-
"@smithy/config-resolver": "^2.1.
|
|
39
|
-
"@smithy/core": "^1.3.
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
38
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
39
|
+
"@smithy/core": "^1.3.5",
|
|
40
40
|
"@smithy/fetch-http-handler": "^2.4.3",
|
|
41
41
|
"@smithy/hash-node": "^2.1.3",
|
|
42
42
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
43
43
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
44
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
45
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
45
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
46
46
|
"@smithy/middleware-serde": "^2.1.3",
|
|
47
47
|
"@smithy/middleware-stack": "^2.1.3",
|
|
48
|
-
"@smithy/node-config-provider": "^2.2.
|
|
48
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
49
49
|
"@smithy/node-http-handler": "^2.4.1",
|
|
50
50
|
"@smithy/protocol-http": "^3.2.1",
|
|
51
|
-
"@smithy/smithy-client": "^2.4.
|
|
51
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
52
52
|
"@smithy/types": "^2.10.1",
|
|
53
53
|
"@smithy/url-parser": "^2.1.3",
|
|
54
54
|
"@smithy/util-base64": "^2.1.1",
|
|
55
55
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
56
56
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
59
|
-
"@smithy/util-endpoints": "^1.1.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
59
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
60
60
|
"@smithy/util-middleware": "^2.1.3",
|
|
61
61
|
"@smithy/util-retry": "^2.1.3",
|
|
62
62
|
"@smithy/util-stream": "^2.1.3",
|
package/dist-cjs/Glacier.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|