@aws-sdk/client-textract 3.525.0 → 3.529.1
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 +28 -68
- package/dist-es/protocols/Aws_json1_1.js +1 -40
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -237,6 +237,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
237
237
|
var import_types = require("@smithy/types");
|
|
238
238
|
|
|
239
239
|
// src/protocols/Aws_json1_1.ts
|
|
240
|
+
var import_core2 = require("@aws-sdk/core");
|
|
240
241
|
|
|
241
242
|
|
|
242
243
|
var import_uuid = require("uuid");
|
|
@@ -844,7 +845,7 @@ var de_AnalyzeDocumentCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
844
845
|
if (output.statusCode >= 300) {
|
|
845
846
|
return de_CommandError(output, context);
|
|
846
847
|
}
|
|
847
|
-
const data = await
|
|
848
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
848
849
|
let contents = {};
|
|
849
850
|
contents = de_AnalyzeDocumentResponse(data, context);
|
|
850
851
|
const response = {
|
|
@@ -857,7 +858,7 @@ var de_AnalyzeExpenseCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
857
858
|
if (output.statusCode >= 300) {
|
|
858
859
|
return de_CommandError(output, context);
|
|
859
860
|
}
|
|
860
|
-
const data = await
|
|
861
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
861
862
|
let contents = {};
|
|
862
863
|
contents = de_AnalyzeExpenseResponse(data, context);
|
|
863
864
|
const response = {
|
|
@@ -870,7 +871,7 @@ var de_AnalyzeIDCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
870
871
|
if (output.statusCode >= 300) {
|
|
871
872
|
return de_CommandError(output, context);
|
|
872
873
|
}
|
|
873
|
-
const data = await
|
|
874
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
874
875
|
let contents = {};
|
|
875
876
|
contents = de_AnalyzeIDResponse(data, context);
|
|
876
877
|
const response = {
|
|
@@ -883,7 +884,7 @@ var de_CreateAdapterCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
883
884
|
if (output.statusCode >= 300) {
|
|
884
885
|
return de_CommandError(output, context);
|
|
885
886
|
}
|
|
886
|
-
const data = await
|
|
887
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
887
888
|
let contents = {};
|
|
888
889
|
contents = (0, import_smithy_client._json)(data);
|
|
889
890
|
const response = {
|
|
@@ -896,7 +897,7 @@ var de_CreateAdapterVersionCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
896
897
|
if (output.statusCode >= 300) {
|
|
897
898
|
return de_CommandError(output, context);
|
|
898
899
|
}
|
|
899
|
-
const data = await
|
|
900
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
900
901
|
let contents = {};
|
|
901
902
|
contents = (0, import_smithy_client._json)(data);
|
|
902
903
|
const response = {
|
|
@@ -909,7 +910,7 @@ var de_DeleteAdapterCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
909
910
|
if (output.statusCode >= 300) {
|
|
910
911
|
return de_CommandError(output, context);
|
|
911
912
|
}
|
|
912
|
-
const data = await
|
|
913
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
913
914
|
let contents = {};
|
|
914
915
|
contents = (0, import_smithy_client._json)(data);
|
|
915
916
|
const response = {
|
|
@@ -922,7 +923,7 @@ var de_DeleteAdapterVersionCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
922
923
|
if (output.statusCode >= 300) {
|
|
923
924
|
return de_CommandError(output, context);
|
|
924
925
|
}
|
|
925
|
-
const data = await
|
|
926
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
926
927
|
let contents = {};
|
|
927
928
|
contents = (0, import_smithy_client._json)(data);
|
|
928
929
|
const response = {
|
|
@@ -935,7 +936,7 @@ var de_DetectDocumentTextCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
935
936
|
if (output.statusCode >= 300) {
|
|
936
937
|
return de_CommandError(output, context);
|
|
937
938
|
}
|
|
938
|
-
const data = await
|
|
939
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
939
940
|
let contents = {};
|
|
940
941
|
contents = de_DetectDocumentTextResponse(data, context);
|
|
941
942
|
const response = {
|
|
@@ -948,7 +949,7 @@ var de_GetAdapterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
948
949
|
if (output.statusCode >= 300) {
|
|
949
950
|
return de_CommandError(output, context);
|
|
950
951
|
}
|
|
951
|
-
const data = await
|
|
952
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
952
953
|
let contents = {};
|
|
953
954
|
contents = de_GetAdapterResponse(data, context);
|
|
954
955
|
const response = {
|
|
@@ -961,7 +962,7 @@ var de_GetAdapterVersionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
961
962
|
if (output.statusCode >= 300) {
|
|
962
963
|
return de_CommandError(output, context);
|
|
963
964
|
}
|
|
964
|
-
const data = await
|
|
965
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
965
966
|
let contents = {};
|
|
966
967
|
contents = de_GetAdapterVersionResponse(data, context);
|
|
967
968
|
const response = {
|
|
@@ -974,7 +975,7 @@ var de_GetDocumentAnalysisCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
974
975
|
if (output.statusCode >= 300) {
|
|
975
976
|
return de_CommandError(output, context);
|
|
976
977
|
}
|
|
977
|
-
const data = await
|
|
978
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
978
979
|
let contents = {};
|
|
979
980
|
contents = de_GetDocumentAnalysisResponse(data, context);
|
|
980
981
|
const response = {
|
|
@@ -987,7 +988,7 @@ var de_GetDocumentTextDetectionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
987
988
|
if (output.statusCode >= 300) {
|
|
988
989
|
return de_CommandError(output, context);
|
|
989
990
|
}
|
|
990
|
-
const data = await
|
|
991
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
991
992
|
let contents = {};
|
|
992
993
|
contents = de_GetDocumentTextDetectionResponse(data, context);
|
|
993
994
|
const response = {
|
|
@@ -1000,7 +1001,7 @@ var de_GetExpenseAnalysisCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1000
1001
|
if (output.statusCode >= 300) {
|
|
1001
1002
|
return de_CommandError(output, context);
|
|
1002
1003
|
}
|
|
1003
|
-
const data = await
|
|
1004
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1004
1005
|
let contents = {};
|
|
1005
1006
|
contents = de_GetExpenseAnalysisResponse(data, context);
|
|
1006
1007
|
const response = {
|
|
@@ -1013,7 +1014,7 @@ var de_GetLendingAnalysisCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1013
1014
|
if (output.statusCode >= 300) {
|
|
1014
1015
|
return de_CommandError(output, context);
|
|
1015
1016
|
}
|
|
1016
|
-
const data = await
|
|
1017
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1017
1018
|
let contents = {};
|
|
1018
1019
|
contents = de_GetLendingAnalysisResponse(data, context);
|
|
1019
1020
|
const response = {
|
|
@@ -1026,7 +1027,7 @@ var de_GetLendingAnalysisSummaryCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1026
1027
|
if (output.statusCode >= 300) {
|
|
1027
1028
|
return de_CommandError(output, context);
|
|
1028
1029
|
}
|
|
1029
|
-
const data = await
|
|
1030
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1030
1031
|
let contents = {};
|
|
1031
1032
|
contents = (0, import_smithy_client._json)(data);
|
|
1032
1033
|
const response = {
|
|
@@ -1039,7 +1040,7 @@ var de_ListAdaptersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1039
1040
|
if (output.statusCode >= 300) {
|
|
1040
1041
|
return de_CommandError(output, context);
|
|
1041
1042
|
}
|
|
1042
|
-
const data = await
|
|
1043
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1043
1044
|
let contents = {};
|
|
1044
1045
|
contents = de_ListAdaptersResponse(data, context);
|
|
1045
1046
|
const response = {
|
|
@@ -1052,7 +1053,7 @@ var de_ListAdapterVersionsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1052
1053
|
if (output.statusCode >= 300) {
|
|
1053
1054
|
return de_CommandError(output, context);
|
|
1054
1055
|
}
|
|
1055
|
-
const data = await
|
|
1056
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1056
1057
|
let contents = {};
|
|
1057
1058
|
contents = de_ListAdapterVersionsResponse(data, context);
|
|
1058
1059
|
const response = {
|
|
@@ -1065,7 +1066,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1065
1066
|
if (output.statusCode >= 300) {
|
|
1066
1067
|
return de_CommandError(output, context);
|
|
1067
1068
|
}
|
|
1068
|
-
const data = await
|
|
1069
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1069
1070
|
let contents = {};
|
|
1070
1071
|
contents = (0, import_smithy_client._json)(data);
|
|
1071
1072
|
const response = {
|
|
@@ -1078,7 +1079,7 @@ var de_StartDocumentAnalysisCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1078
1079
|
if (output.statusCode >= 300) {
|
|
1079
1080
|
return de_CommandError(output, context);
|
|
1080
1081
|
}
|
|
1081
|
-
const data = await
|
|
1082
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1082
1083
|
let contents = {};
|
|
1083
1084
|
contents = (0, import_smithy_client._json)(data);
|
|
1084
1085
|
const response = {
|
|
@@ -1091,7 +1092,7 @@ var de_StartDocumentTextDetectionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1091
1092
|
if (output.statusCode >= 300) {
|
|
1092
1093
|
return de_CommandError(output, context);
|
|
1093
1094
|
}
|
|
1094
|
-
const data = await
|
|
1095
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1095
1096
|
let contents = {};
|
|
1096
1097
|
contents = (0, import_smithy_client._json)(data);
|
|
1097
1098
|
const response = {
|
|
@@ -1104,7 +1105,7 @@ var de_StartExpenseAnalysisCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1104
1105
|
if (output.statusCode >= 300) {
|
|
1105
1106
|
return de_CommandError(output, context);
|
|
1106
1107
|
}
|
|
1107
|
-
const data = await
|
|
1108
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1108
1109
|
let contents = {};
|
|
1109
1110
|
contents = (0, import_smithy_client._json)(data);
|
|
1110
1111
|
const response = {
|
|
@@ -1117,7 +1118,7 @@ var de_StartLendingAnalysisCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1117
1118
|
if (output.statusCode >= 300) {
|
|
1118
1119
|
return de_CommandError(output, context);
|
|
1119
1120
|
}
|
|
1120
|
-
const data = await
|
|
1121
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1121
1122
|
let contents = {};
|
|
1122
1123
|
contents = (0, import_smithy_client._json)(data);
|
|
1123
1124
|
const response = {
|
|
@@ -1130,7 +1131,7 @@ var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1130
1131
|
if (output.statusCode >= 300) {
|
|
1131
1132
|
return de_CommandError(output, context);
|
|
1132
1133
|
}
|
|
1133
|
-
const data = await
|
|
1134
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1134
1135
|
let contents = {};
|
|
1135
1136
|
contents = (0, import_smithy_client._json)(data);
|
|
1136
1137
|
const response = {
|
|
@@ -1143,7 +1144,7 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1143
1144
|
if (output.statusCode >= 300) {
|
|
1144
1145
|
return de_CommandError(output, context);
|
|
1145
1146
|
}
|
|
1146
|
-
const data = await
|
|
1147
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1147
1148
|
let contents = {};
|
|
1148
1149
|
contents = (0, import_smithy_client._json)(data);
|
|
1149
1150
|
const response = {
|
|
@@ -1156,7 +1157,7 @@ var de_UpdateAdapterCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1156
1157
|
if (output.statusCode >= 300) {
|
|
1157
1158
|
return de_CommandError(output, context);
|
|
1158
1159
|
}
|
|
1159
|
-
const data = await
|
|
1160
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1160
1161
|
let contents = {};
|
|
1161
1162
|
contents = de_UpdateAdapterResponse(data, context);
|
|
1162
1163
|
const response = {
|
|
@@ -1168,9 +1169,9 @@ var de_UpdateAdapterCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1168
1169
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1169
1170
|
const parsedOutput = {
|
|
1170
1171
|
...output,
|
|
1171
|
-
body: await
|
|
1172
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
1172
1173
|
};
|
|
1173
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1174
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1174
1175
|
switch (errorCode) {
|
|
1175
1176
|
case "AccessDeniedException":
|
|
1176
1177
|
case "com.amazonaws.textract#AccessDeniedException":
|
|
@@ -1896,7 +1897,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1896
1897
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1897
1898
|
cfId: output.headers["x-amz-cf-id"]
|
|
1898
1899
|
}), "deserializeMetadata");
|
|
1899
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1900
1900
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(TextractServiceException);
|
|
1901
1901
|
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
1902
1902
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -1923,46 +1923,6 @@ function sharedHeaders(operation) {
|
|
|
1923
1923
|
};
|
|
1924
1924
|
}
|
|
1925
1925
|
__name(sharedHeaders, "sharedHeaders");
|
|
1926
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1927
|
-
if (encoded.length) {
|
|
1928
|
-
return JSON.parse(encoded);
|
|
1929
|
-
}
|
|
1930
|
-
return {};
|
|
1931
|
-
}), "parseBody");
|
|
1932
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1933
|
-
const value = await parseBody(errorBody, context);
|
|
1934
|
-
value.message = value.message ?? value.Message;
|
|
1935
|
-
return value;
|
|
1936
|
-
}, "parseErrorBody");
|
|
1937
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1938
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1939
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1940
|
-
let cleanValue = rawValue;
|
|
1941
|
-
if (typeof cleanValue === "number") {
|
|
1942
|
-
cleanValue = cleanValue.toString();
|
|
1943
|
-
}
|
|
1944
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1945
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1946
|
-
}
|
|
1947
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1948
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1949
|
-
}
|
|
1950
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1951
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1952
|
-
}
|
|
1953
|
-
return cleanValue;
|
|
1954
|
-
}, "sanitizeErrorCode");
|
|
1955
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1956
|
-
if (headerKey !== void 0) {
|
|
1957
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1958
|
-
}
|
|
1959
|
-
if (data.code !== void 0) {
|
|
1960
|
-
return sanitizeErrorCode(data.code);
|
|
1961
|
-
}
|
|
1962
|
-
if (data["__type"] !== void 0) {
|
|
1963
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1964
|
-
}
|
|
1965
|
-
}, "loadRestJsonErrorCode");
|
|
1966
1926
|
|
|
1967
1927
|
// src/commands/AnalyzeDocumentCommand.ts
|
|
1968
1928
|
var _AnalyzeDocumentCommand = class _AnalyzeDocumentCommand 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 { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, LazyJsonString as __LazyJsonString, limitedParseFloat32 as __limitedParseFloat32, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -1271,43 +1272,3 @@ function sharedHeaders(operation) {
|
|
|
1271
1272
|
"x-amz-target": `Textract.${operation}`,
|
|
1272
1273
|
};
|
|
1273
1274
|
}
|
|
1274
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1275
|
-
if (encoded.length) {
|
|
1276
|
-
return JSON.parse(encoded);
|
|
1277
|
-
}
|
|
1278
|
-
return {};
|
|
1279
|
-
});
|
|
1280
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
1281
|
-
const value = await parseBody(errorBody, context);
|
|
1282
|
-
value.message = value.message ?? value.Message;
|
|
1283
|
-
return value;
|
|
1284
|
-
};
|
|
1285
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
1286
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1287
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
1288
|
-
let cleanValue = rawValue;
|
|
1289
|
-
if (typeof cleanValue === "number") {
|
|
1290
|
-
cleanValue = cleanValue.toString();
|
|
1291
|
-
}
|
|
1292
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1293
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1294
|
-
}
|
|
1295
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1296
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1297
|
-
}
|
|
1298
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1299
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1300
|
-
}
|
|
1301
|
-
return cleanValue;
|
|
1302
|
-
};
|
|
1303
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1304
|
-
if (headerKey !== undefined) {
|
|
1305
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1306
|
-
}
|
|
1307
|
-
if (data.code !== undefined) {
|
|
1308
|
-
return sanitizeErrorCode(data.code);
|
|
1309
|
-
}
|
|
1310
|
-
if (data["__type"] !== undefined) {
|
|
1311
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1312
|
-
}
|
|
1313
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-textract",
|
|
3
3
|
"description": "AWS SDK for JavaScript Textract Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.529.1",
|
|
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-textract",
|
|
@@ -20,9 +20,9 @@
|
|
|
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.1",
|
|
24
|
+
"@aws-sdk/core": "3.529.1",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.529.1",
|
|
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",
|