@aws-sdk/client-medical-imaging 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 +17 -57
- package/dist-es/protocols/Aws_restJson1.js +1 -40
- package/package.json +17 -17
- package/dist-cjs/MedicalImaging.js +0 -1
- package/dist-cjs/MedicalImagingClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/CopyImageSetCommand.js +0 -1
- package/dist-cjs/commands/CreateDatastoreCommand.js +0 -1
- package/dist-cjs/commands/DeleteDatastoreCommand.js +0 -1
- package/dist-cjs/commands/DeleteImageSetCommand.js +0 -1
- package/dist-cjs/commands/GetDICOMImportJobCommand.js +0 -1
- package/dist-cjs/commands/GetDatastoreCommand.js +0 -1
- package/dist-cjs/commands/GetImageFrameCommand.js +0 -1
- package/dist-cjs/commands/GetImageSetCommand.js +0 -1
- package/dist-cjs/commands/GetImageSetMetadataCommand.js +0 -1
- package/dist-cjs/commands/ListDICOMImportJobsCommand.js +0 -1
- package/dist-cjs/commands/ListDatastoresCommand.js +0 -1
- package/dist-cjs/commands/ListImageSetVersionsCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/SearchImageSetsCommand.js +0 -1
- package/dist-cjs/commands/StartDICOMImportJobCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/UpdateImageSetMetadataCommand.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/MedicalImagingServiceException.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/ListDICOMImportJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDatastoresPaginator.js +0 -1
- package/dist-cjs/pagination/ListImageSetVersionsPaginator.js +0 -1
- package/dist-cjs/pagination/SearchImageSetsPaginator.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/index.js
CHANGED
|
@@ -230,6 +230,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
230
230
|
var import_types = require("@smithy/types");
|
|
231
231
|
|
|
232
232
|
// src/protocols/Aws_restJson1.ts
|
|
233
|
+
var import_core2 = require("@aws-sdk/core");
|
|
233
234
|
|
|
234
235
|
|
|
235
236
|
|
|
@@ -849,7 +850,7 @@ var de_CopyImageSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
849
850
|
const contents = (0, import_smithy_client.map)({
|
|
850
851
|
$metadata: deserializeMetadata(output)
|
|
851
852
|
});
|
|
852
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
853
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
853
854
|
const doc = (0, import_smithy_client.take)(data, {
|
|
854
855
|
datastoreId: import_smithy_client.expectString,
|
|
855
856
|
destinationImageSetProperties: (_) => de_CopyDestinationImageSetProperties(_, context),
|
|
@@ -865,7 +866,7 @@ var de_CreateDatastoreCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
865
866
|
const contents = (0, import_smithy_client.map)({
|
|
866
867
|
$metadata: deserializeMetadata(output)
|
|
867
868
|
});
|
|
868
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
869
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
869
870
|
const doc = (0, import_smithy_client.take)(data, {
|
|
870
871
|
datastoreId: import_smithy_client.expectString,
|
|
871
872
|
datastoreStatus: import_smithy_client.expectString
|
|
@@ -880,7 +881,7 @@ var de_DeleteDatastoreCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
880
881
|
const contents = (0, import_smithy_client.map)({
|
|
881
882
|
$metadata: deserializeMetadata(output)
|
|
882
883
|
});
|
|
883
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
884
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
884
885
|
const doc = (0, import_smithy_client.take)(data, {
|
|
885
886
|
datastoreId: import_smithy_client.expectString,
|
|
886
887
|
datastoreStatus: import_smithy_client.expectString
|
|
@@ -895,7 +896,7 @@ var de_DeleteImageSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
895
896
|
const contents = (0, import_smithy_client.map)({
|
|
896
897
|
$metadata: deserializeMetadata(output)
|
|
897
898
|
});
|
|
898
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
899
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
899
900
|
const doc = (0, import_smithy_client.take)(data, {
|
|
900
901
|
datastoreId: import_smithy_client.expectString,
|
|
901
902
|
imageSetId: import_smithy_client.expectString,
|
|
@@ -912,7 +913,7 @@ var de_GetDatastoreCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
912
913
|
const contents = (0, import_smithy_client.map)({
|
|
913
914
|
$metadata: deserializeMetadata(output)
|
|
914
915
|
});
|
|
915
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
916
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
916
917
|
const doc = (0, import_smithy_client.take)(data, {
|
|
917
918
|
datastoreProperties: (_) => de_DatastoreProperties(_, context)
|
|
918
919
|
});
|
|
@@ -926,7 +927,7 @@ var de_GetDICOMImportJobCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
926
927
|
const contents = (0, import_smithy_client.map)({
|
|
927
928
|
$metadata: deserializeMetadata(output)
|
|
928
929
|
});
|
|
929
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
930
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
930
931
|
const doc = (0, import_smithy_client.take)(data, {
|
|
931
932
|
jobProperties: (_) => de_DICOMImportJobProperties(_, context)
|
|
932
933
|
});
|
|
@@ -953,7 +954,7 @@ var de_GetImageSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
953
954
|
const contents = (0, import_smithy_client.map)({
|
|
954
955
|
$metadata: deserializeMetadata(output)
|
|
955
956
|
});
|
|
956
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
957
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
957
958
|
const doc = (0, import_smithy_client.take)(data, {
|
|
958
959
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
959
960
|
datastoreId: import_smithy_client.expectString,
|
|
@@ -990,7 +991,7 @@ var de_ListDatastoresCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
990
991
|
const contents = (0, import_smithy_client.map)({
|
|
991
992
|
$metadata: deserializeMetadata(output)
|
|
992
993
|
});
|
|
993
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
994
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
994
995
|
const doc = (0, import_smithy_client.take)(data, {
|
|
995
996
|
datastoreSummaries: (_) => de_DatastoreSummaries(_, context),
|
|
996
997
|
nextToken: import_smithy_client.expectString
|
|
@@ -1005,7 +1006,7 @@ var de_ListDICOMImportJobsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1005
1006
|
const contents = (0, import_smithy_client.map)({
|
|
1006
1007
|
$metadata: deserializeMetadata(output)
|
|
1007
1008
|
});
|
|
1008
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1009
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1009
1010
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1010
1011
|
jobSummaries: (_) => de_DICOMImportJobSummaries(_, context),
|
|
1011
1012
|
nextToken: import_smithy_client.expectString
|
|
@@ -1020,7 +1021,7 @@ var de_ListImageSetVersionsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1020
1021
|
const contents = (0, import_smithy_client.map)({
|
|
1021
1022
|
$metadata: deserializeMetadata(output)
|
|
1022
1023
|
});
|
|
1023
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1024
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1024
1025
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1025
1026
|
imageSetPropertiesList: (_) => de_ImageSetPropertiesList(_, context),
|
|
1026
1027
|
nextToken: import_smithy_client.expectString
|
|
@@ -1035,7 +1036,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1035
1036
|
const contents = (0, import_smithy_client.map)({
|
|
1036
1037
|
$metadata: deserializeMetadata(output)
|
|
1037
1038
|
});
|
|
1038
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1039
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1039
1040
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1040
1041
|
tags: import_smithy_client._json
|
|
1041
1042
|
});
|
|
@@ -1049,7 +1050,7 @@ var de_SearchImageSetsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1049
1050
|
const contents = (0, import_smithy_client.map)({
|
|
1050
1051
|
$metadata: deserializeMetadata(output)
|
|
1051
1052
|
});
|
|
1052
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1053
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1053
1054
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1054
1055
|
imageSetsMetadataSummaries: (_) => de_ImageSetsMetadataSummaries(_, context),
|
|
1055
1056
|
nextToken: import_smithy_client.expectString
|
|
@@ -1064,7 +1065,7 @@ var de_StartDICOMImportJobCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1064
1065
|
const contents = (0, import_smithy_client.map)({
|
|
1065
1066
|
$metadata: deserializeMetadata(output)
|
|
1066
1067
|
});
|
|
1067
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1068
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1068
1069
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1069
1070
|
datastoreId: import_smithy_client.expectString,
|
|
1070
1071
|
jobId: import_smithy_client.expectString,
|
|
@@ -1101,7 +1102,7 @@ var de_UpdateImageSetMetadataCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1101
1102
|
const contents = (0, import_smithy_client.map)({
|
|
1102
1103
|
$metadata: deserializeMetadata(output)
|
|
1103
1104
|
});
|
|
1104
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1105
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1105
1106
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1106
1107
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1107
1108
|
datastoreId: import_smithy_client.expectString,
|
|
@@ -1118,9 +1119,9 @@ var de_UpdateImageSetMetadataCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1118
1119
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1119
1120
|
const parsedOutput = {
|
|
1120
1121
|
...output,
|
|
1121
|
-
body: await
|
|
1122
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
1122
1123
|
};
|
|
1123
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1124
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1124
1125
|
switch (errorCode) {
|
|
1125
1126
|
case "AccessDeniedException":
|
|
1126
1127
|
case "com.amazonaws.medicalimaging#AccessDeniedException":
|
|
@@ -1408,7 +1409,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1408
1409
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1409
1410
|
cfId: output.headers["x-amz-cf-id"]
|
|
1410
1411
|
}), "deserializeMetadata");
|
|
1411
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1412
1412
|
var _cE = "contentEncoding";
|
|
1413
1413
|
var _cT = "contentType";
|
|
1414
1414
|
var _ce = "content-encoding";
|
|
@@ -1422,46 +1422,6 @@ var _nT = "nextToken";
|
|
|
1422
1422
|
var _tK = "tagKeys";
|
|
1423
1423
|
var _v = "version";
|
|
1424
1424
|
var _vI = "versionId";
|
|
1425
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1426
|
-
if (encoded.length) {
|
|
1427
|
-
return JSON.parse(encoded);
|
|
1428
|
-
}
|
|
1429
|
-
return {};
|
|
1430
|
-
}), "parseBody");
|
|
1431
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1432
|
-
const value = await parseBody(errorBody, context);
|
|
1433
|
-
value.message = value.message ?? value.Message;
|
|
1434
|
-
return value;
|
|
1435
|
-
}, "parseErrorBody");
|
|
1436
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1437
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1438
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1439
|
-
let cleanValue = rawValue;
|
|
1440
|
-
if (typeof cleanValue === "number") {
|
|
1441
|
-
cleanValue = cleanValue.toString();
|
|
1442
|
-
}
|
|
1443
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1444
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1445
|
-
}
|
|
1446
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1447
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1448
|
-
}
|
|
1449
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1450
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1451
|
-
}
|
|
1452
|
-
return cleanValue;
|
|
1453
|
-
}, "sanitizeErrorCode");
|
|
1454
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1455
|
-
if (headerKey !== void 0) {
|
|
1456
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1457
|
-
}
|
|
1458
|
-
if (data.code !== void 0) {
|
|
1459
|
-
return sanitizeErrorCode(data.code);
|
|
1460
|
-
}
|
|
1461
|
-
if (data["__type"] !== void 0) {
|
|
1462
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1463
|
-
}
|
|
1464
|
-
}, "loadRestJsonErrorCode");
|
|
1465
1425
|
|
|
1466
1426
|
// src/commands/CopyImageSetCommand.ts
|
|
1467
1427
|
var _CopyImageSetCommand = class _CopyImageSetCommand 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 { isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
|
|
3
4
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
@@ -924,43 +925,3 @@ const _nT = "nextToken";
|
|
|
924
925
|
const _tK = "tagKeys";
|
|
925
926
|
const _v = "version";
|
|
926
927
|
const _vI = "versionId";
|
|
927
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
928
|
-
if (encoded.length) {
|
|
929
|
-
return JSON.parse(encoded);
|
|
930
|
-
}
|
|
931
|
-
return {};
|
|
932
|
-
});
|
|
933
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
934
|
-
const value = await parseBody(errorBody, context);
|
|
935
|
-
value.message = value.message ?? value.Message;
|
|
936
|
-
return value;
|
|
937
|
-
};
|
|
938
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
939
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
940
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
941
|
-
let cleanValue = rawValue;
|
|
942
|
-
if (typeof cleanValue === "number") {
|
|
943
|
-
cleanValue = cleanValue.toString();
|
|
944
|
-
}
|
|
945
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
946
|
-
cleanValue = cleanValue.split(",")[0];
|
|
947
|
-
}
|
|
948
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
949
|
-
cleanValue = cleanValue.split(":")[0];
|
|
950
|
-
}
|
|
951
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
952
|
-
cleanValue = cleanValue.split("#")[1];
|
|
953
|
-
}
|
|
954
|
-
return cleanValue;
|
|
955
|
-
};
|
|
956
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
957
|
-
if (headerKey !== undefined) {
|
|
958
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
959
|
-
}
|
|
960
|
-
if (data.code !== undefined) {
|
|
961
|
-
return sanitizeErrorCode(data.code);
|
|
962
|
-
}
|
|
963
|
-
if (data["__type"] !== undefined) {
|
|
964
|
-
return sanitizeErrorCode(data["__type"]);
|
|
965
|
-
}
|
|
966
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medical-imaging",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medical Imaging 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-medical-imaging",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.529.0",
|
|
24
|
+
"@aws-sdk/core": "3.529.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.529.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
31
31
|
"@aws-sdk/types": "3.523.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
36
|
+
"@smithy/core": "^1.3.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.4.3",
|
|
38
38
|
"@smithy/hash-node": "^2.1.3",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
43
43
|
"@smithy/middleware-serde": "^2.1.3",
|
|
44
44
|
"@smithy/middleware-stack": "^2.1.3",
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
46
46
|
"@smithy/node-http-handler": "^2.4.1",
|
|
47
47
|
"@smithy/protocol-http": "^3.2.1",
|
|
48
|
-
"@smithy/smithy-client": "^2.4.
|
|
48
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
49
49
|
"@smithy/types": "^2.10.1",
|
|
50
50
|
"@smithy/url-parser": "^2.1.3",
|
|
51
51
|
"@smithy/util-base64": "^2.1.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
57
57
|
"@smithy/util-middleware": "^2.1.3",
|
|
58
58
|
"@smithy/util-retry": "^2.1.3",
|
|
59
59
|
"@smithy/util-stream": "^2.1.3",
|
|
@@ -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");
|