@aws-sdk/client-glacier 3.523.0 → 3.529.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 +15 -55
- package/dist-es/protocols/Aws_restJson1.js +1 -40
- 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/dist-cjs/index.js
CHANGED
|
@@ -245,6 +245,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
245
245
|
var import_types = require("@smithy/types");
|
|
246
246
|
|
|
247
247
|
// src/protocols/Aws_restJson1.ts
|
|
248
|
+
var import_core2 = require("@aws-sdk/core");
|
|
248
249
|
|
|
249
250
|
|
|
250
251
|
|
|
@@ -1025,7 +1026,7 @@ var de_DescribeJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1025
1026
|
const contents = (0, import_smithy_client.map)({
|
|
1026
1027
|
$metadata: deserializeMetadata(output)
|
|
1027
1028
|
});
|
|
1028
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1029
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1029
1030
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1030
1031
|
Action: import_smithy_client.expectString,
|
|
1031
1032
|
ArchiveId: import_smithy_client.expectString,
|
|
@@ -1059,7 +1060,7 @@ var de_DescribeVaultCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1059
1060
|
const contents = (0, import_smithy_client.map)({
|
|
1060
1061
|
$metadata: deserializeMetadata(output)
|
|
1061
1062
|
});
|
|
1062
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1063
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1063
1064
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1064
1065
|
CreationDate: import_smithy_client.expectString,
|
|
1065
1066
|
LastInventoryDate: import_smithy_client.expectString,
|
|
@@ -1078,7 +1079,7 @@ var de_GetDataRetrievalPolicyCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1078
1079
|
const contents = (0, import_smithy_client.map)({
|
|
1079
1080
|
$metadata: deserializeMetadata(output)
|
|
1080
1081
|
});
|
|
1081
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1082
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1082
1083
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1083
1084
|
Policy: import_smithy_client._json
|
|
1084
1085
|
});
|
|
@@ -1112,7 +1113,7 @@ var de_GetVaultAccessPolicyCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1112
1113
|
const contents = (0, import_smithy_client.map)({
|
|
1113
1114
|
$metadata: deserializeMetadata(output)
|
|
1114
1115
|
});
|
|
1115
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
1116
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context));
|
|
1116
1117
|
contents.policy = (0, import_smithy_client._json)(data);
|
|
1117
1118
|
return contents;
|
|
1118
1119
|
}, "de_GetVaultAccessPolicyCommand");
|
|
@@ -1123,7 +1124,7 @@ var de_GetVaultLockCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1123
1124
|
const contents = (0, import_smithy_client.map)({
|
|
1124
1125
|
$metadata: deserializeMetadata(output)
|
|
1125
1126
|
});
|
|
1126
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1127
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1127
1128
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1128
1129
|
CreationDate: import_smithy_client.expectString,
|
|
1129
1130
|
ExpirationDate: import_smithy_client.expectString,
|
|
@@ -1140,7 +1141,7 @@ var de_GetVaultNotificationsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1140
1141
|
const contents = (0, import_smithy_client.map)({
|
|
1141
1142
|
$metadata: deserializeMetadata(output)
|
|
1142
1143
|
});
|
|
1143
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
1144
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context));
|
|
1144
1145
|
contents.vaultNotificationConfig = (0, import_smithy_client._json)(data);
|
|
1145
1146
|
return contents;
|
|
1146
1147
|
}, "de_GetVaultNotificationsCommand");
|
|
@@ -1187,7 +1188,7 @@ var de_ListJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1187
1188
|
const contents = (0, import_smithy_client.map)({
|
|
1188
1189
|
$metadata: deserializeMetadata(output)
|
|
1189
1190
|
});
|
|
1190
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1191
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1191
1192
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1192
1193
|
JobList: import_smithy_client._json,
|
|
1193
1194
|
Marker: import_smithy_client.expectString
|
|
@@ -1202,7 +1203,7 @@ var de_ListMultipartUploadsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1202
1203
|
const contents = (0, import_smithy_client.map)({
|
|
1203
1204
|
$metadata: deserializeMetadata(output)
|
|
1204
1205
|
});
|
|
1205
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1206
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1206
1207
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1207
1208
|
Marker: import_smithy_client.expectString,
|
|
1208
1209
|
UploadsList: import_smithy_client._json
|
|
@@ -1217,7 +1218,7 @@ var de_ListPartsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1217
1218
|
const contents = (0, import_smithy_client.map)({
|
|
1218
1219
|
$metadata: deserializeMetadata(output)
|
|
1219
1220
|
});
|
|
1220
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1221
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1221
1222
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1222
1223
|
ArchiveDescription: import_smithy_client.expectString,
|
|
1223
1224
|
CreationDate: import_smithy_client.expectString,
|
|
@@ -1237,7 +1238,7 @@ var de_ListProvisionedCapacityCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1237
1238
|
const contents = (0, import_smithy_client.map)({
|
|
1238
1239
|
$metadata: deserializeMetadata(output)
|
|
1239
1240
|
});
|
|
1240
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1241
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1241
1242
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1242
1243
|
ProvisionedCapacityList: import_smithy_client._json
|
|
1243
1244
|
});
|
|
@@ -1251,7 +1252,7 @@ var de_ListTagsForVaultCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1251
1252
|
const contents = (0, import_smithy_client.map)({
|
|
1252
1253
|
$metadata: deserializeMetadata(output)
|
|
1253
1254
|
});
|
|
1254
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1255
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1255
1256
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1256
1257
|
Tags: import_smithy_client._json
|
|
1257
1258
|
});
|
|
@@ -1265,7 +1266,7 @@ var de_ListVaultsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1265
1266
|
const contents = (0, import_smithy_client.map)({
|
|
1266
1267
|
$metadata: deserializeMetadata(output)
|
|
1267
1268
|
});
|
|
1268
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1269
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1269
1270
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1270
1271
|
Marker: import_smithy_client.expectString,
|
|
1271
1272
|
VaultList: import_smithy_client._json
|
|
@@ -1351,9 +1352,9 @@ var de_UploadMultipartPartCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1351
1352
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1352
1353
|
const parsedOutput = {
|
|
1353
1354
|
...output,
|
|
1354
|
-
body: await
|
|
1355
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
1355
1356
|
};
|
|
1356
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1357
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1357
1358
|
switch (errorCode) {
|
|
1358
1359
|
case "InvalidParameterValueException":
|
|
1359
1360
|
case "com.amazonaws.glacier#InvalidParameterValueException":
|
|
@@ -1515,7 +1516,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1515
1516
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1516
1517
|
cfId: output.headers["x-amz-cf-id"]
|
|
1517
1518
|
}), "deserializeMetadata");
|
|
1518
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1519
1519
|
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => value !== void 0 && value !== null && value !== "" && (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0), "isSerializableHeaderValue");
|
|
1520
1520
|
var _aD = "archiveDescription";
|
|
1521
1521
|
var _aI = "archiveId";
|
|
@@ -1550,46 +1550,6 @@ var _xali = "x-amz-lock-id";
|
|
|
1550
1550
|
var _xamui = "x-amz-multipart-upload-id";
|
|
1551
1551
|
var _xaps = "x-amz-part-size";
|
|
1552
1552
|
var _xasth = "x-amz-sha256-tree-hash";
|
|
1553
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1554
|
-
if (encoded.length) {
|
|
1555
|
-
return JSON.parse(encoded);
|
|
1556
|
-
}
|
|
1557
|
-
return {};
|
|
1558
|
-
}), "parseBody");
|
|
1559
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1560
|
-
const value = await parseBody(errorBody, context);
|
|
1561
|
-
value.message = value.message ?? value.Message;
|
|
1562
|
-
return value;
|
|
1563
|
-
}, "parseErrorBody");
|
|
1564
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1565
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1566
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1567
|
-
let cleanValue = rawValue;
|
|
1568
|
-
if (typeof cleanValue === "number") {
|
|
1569
|
-
cleanValue = cleanValue.toString();
|
|
1570
|
-
}
|
|
1571
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1572
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1573
|
-
}
|
|
1574
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1575
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1576
|
-
}
|
|
1577
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1578
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1579
|
-
}
|
|
1580
|
-
return cleanValue;
|
|
1581
|
-
}, "sanitizeErrorCode");
|
|
1582
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1583
|
-
if (headerKey !== void 0) {
|
|
1584
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1585
|
-
}
|
|
1586
|
-
if (data.code !== void 0) {
|
|
1587
|
-
return sanitizeErrorCode(data.code);
|
|
1588
|
-
}
|
|
1589
|
-
if (data["__type"] !== void 0) {
|
|
1590
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1591
|
-
}
|
|
1592
|
-
}, "loadRestJsonErrorCode");
|
|
1593
1553
|
|
|
1594
1554
|
// src/commands/AbortMultipartUploadCommand.ts
|
|
1595
1555
|
var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
1
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
2
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { GlacierServiceException as __BaseException } from "../models/GlacierServiceException";
|
|
@@ -1072,43 +1073,3 @@ const _xali = "x-amz-lock-id";
|
|
|
1072
1073
|
const _xamui = "x-amz-multipart-upload-id";
|
|
1073
1074
|
const _xaps = "x-amz-part-size";
|
|
1074
1075
|
const _xasth = "x-amz-sha256-tree-hash";
|
|
1075
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1076
|
-
if (encoded.length) {
|
|
1077
|
-
return JSON.parse(encoded);
|
|
1078
|
-
}
|
|
1079
|
-
return {};
|
|
1080
|
-
});
|
|
1081
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
1082
|
-
const value = await parseBody(errorBody, context);
|
|
1083
|
-
value.message = value.message ?? value.Message;
|
|
1084
|
-
return value;
|
|
1085
|
-
};
|
|
1086
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
1087
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1088
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
1089
|
-
let cleanValue = rawValue;
|
|
1090
|
-
if (typeof cleanValue === "number") {
|
|
1091
|
-
cleanValue = cleanValue.toString();
|
|
1092
|
-
}
|
|
1093
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1094
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1095
|
-
}
|
|
1096
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1097
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1098
|
-
}
|
|
1099
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1100
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1101
|
-
}
|
|
1102
|
-
return cleanValue;
|
|
1103
|
-
};
|
|
1104
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1105
|
-
if (headerKey !== undefined) {
|
|
1106
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1107
|
-
}
|
|
1108
|
-
if (data.code !== undefined) {
|
|
1109
|
-
return sanitizeErrorCode(data.code);
|
|
1110
|
-
}
|
|
1111
|
-
if (data["__type"] !== undefined) {
|
|
1112
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1113
|
-
}
|
|
1114
|
-
};
|
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.529.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.529.0",
|
|
26
|
+
"@aws-sdk/core": "3.529.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.529.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");
|