@aws-sdk/client-glacier 3.750.0 → 3.772.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 +8 -8
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AbortMultipartUploadCommand: () => AbortMultipartUploadCommand,
|
|
25
25
|
AbortVaultLockCommand: () => AbortVaultLockCommand,
|
|
26
26
|
ActionCode: () => ActionCode,
|
|
@@ -88,7 +88,7 @@ __export(src_exports, {
|
|
|
88
88
|
waitUntilVaultExists: () => waitUntilVaultExists,
|
|
89
89
|
waitUntilVaultNotExists: () => waitUntilVaultNotExists
|
|
90
90
|
});
|
|
91
|
-
module.exports = __toCommonJS(
|
|
91
|
+
module.exports = __toCommonJS(index_exports);
|
|
92
92
|
|
|
93
93
|
// src/GlacierClient.ts
|
|
94
94
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -217,9 +217,9 @@ var GlacierClient = class extends import_smithy_client.Client {
|
|
|
217
217
|
this.middlewareStack.use(
|
|
218
218
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
219
219
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultGlacierHttpAuthSchemeParametersProvider,
|
|
220
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
220
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
221
221
|
"aws.auth#sigv4": config.credentials
|
|
222
|
-
})
|
|
222
|
+
}), "identityProviderConfigProvider")
|
|
223
223
|
})
|
|
224
224
|
);
|
|
225
225
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -593,7 +593,7 @@ var se_AddTagsToVaultCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
593
593
|
let body;
|
|
594
594
|
body = JSON.stringify(
|
|
595
595
|
(0, import_smithy_client.take)(input, {
|
|
596
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
596
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
597
597
|
})
|
|
598
598
|
);
|
|
599
599
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -899,7 +899,7 @@ var se_RemoveTagsFromVaultCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
899
899
|
let body;
|
|
900
900
|
body = JSON.stringify(
|
|
901
901
|
(0, import_smithy_client.take)(input, {
|
|
902
|
-
TagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
902
|
+
TagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeys")
|
|
903
903
|
})
|
|
904
904
|
);
|
|
905
905
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -915,7 +915,7 @@ var se_SetDataRetrievalPolicyCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
915
915
|
let body;
|
|
916
916
|
body = JSON.stringify(
|
|
917
917
|
(0, import_smithy_client.take)(input, {
|
|
918
|
-
Policy: (_) => (0, import_smithy_client._json)(_)
|
|
918
|
+
Policy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Policy")
|
|
919
919
|
})
|
|
920
920
|
);
|
|
921
921
|
b.m("PUT").h(headers).b(body);
|
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.772.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,43 +22,43 @@
|
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/body-checksum-browser": "3.734.0",
|
|
24
24
|
"@aws-sdk/body-checksum-node": "3.734.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/core": "3.758.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
30
30
|
"@aws-sdk/middleware-sdk-glacier": "3.734.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
33
33
|
"@aws-sdk/types": "3.734.0",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
37
37
|
"@smithy/config-resolver": "^4.0.1",
|
|
38
|
-
"@smithy/core": "^3.1.
|
|
38
|
+
"@smithy/core": "^3.1.5",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
40
40
|
"@smithy/hash-node": "^4.0.1",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
44
|
-
"@smithy/middleware-retry": "^4.0.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
44
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
45
45
|
"@smithy/middleware-serde": "^4.0.2",
|
|
46
46
|
"@smithy/middleware-stack": "^4.0.1",
|
|
47
47
|
"@smithy/node-config-provider": "^4.0.1",
|
|
48
|
-
"@smithy/node-http-handler": "^4.0.
|
|
48
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
49
49
|
"@smithy/protocol-http": "^5.0.1",
|
|
50
|
-
"@smithy/smithy-client": "^4.1.
|
|
50
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
51
51
|
"@smithy/types": "^4.1.0",
|
|
52
52
|
"@smithy/url-parser": "^4.0.1",
|
|
53
53
|
"@smithy/util-base64": "^4.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
58
58
|
"@smithy/util-endpoints": "^3.0.1",
|
|
59
59
|
"@smithy/util-middleware": "^4.0.1",
|
|
60
60
|
"@smithy/util-retry": "^4.0.1",
|
|
61
|
-
"@smithy/util-stream": "^4.1.
|
|
61
|
+
"@smithy/util-stream": "^4.1.2",
|
|
62
62
|
"@smithy/util-utf8": "^4.0.0",
|
|
63
63
|
"@smithy/util-waiter": "^4.0.2",
|
|
64
64
|
"tslib": "^2.6.2"
|