@aws-sdk/client-voice-id 3.525.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 +28 -68
- package/dist-es/protocols/Aws_json1_0.js +1 -40
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -722,6 +722,7 @@ var UpdateWatchlistResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
722
722
|
}), "UpdateWatchlistResponseFilterSensitiveLog");
|
|
723
723
|
|
|
724
724
|
// src/protocols/Aws_json1_0.ts
|
|
725
|
+
var import_core2 = require("@aws-sdk/core");
|
|
725
726
|
|
|
726
727
|
|
|
727
728
|
var import_uuid = require("uuid");
|
|
@@ -903,7 +904,7 @@ var de_AssociateFraudsterCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
903
904
|
if (output.statusCode >= 300) {
|
|
904
905
|
return de_CommandError(output, context);
|
|
905
906
|
}
|
|
906
|
-
const data = await
|
|
907
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
907
908
|
let contents = {};
|
|
908
909
|
contents = de_AssociateFraudsterResponse(data, context);
|
|
909
910
|
const response = {
|
|
@@ -916,7 +917,7 @@ var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
916
917
|
if (output.statusCode >= 300) {
|
|
917
918
|
return de_CommandError(output, context);
|
|
918
919
|
}
|
|
919
|
-
const data = await
|
|
920
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
920
921
|
let contents = {};
|
|
921
922
|
contents = de_CreateDomainResponse(data, context);
|
|
922
923
|
const response = {
|
|
@@ -929,7 +930,7 @@ var de_CreateWatchlistCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
929
930
|
if (output.statusCode >= 300) {
|
|
930
931
|
return de_CommandError(output, context);
|
|
931
932
|
}
|
|
932
|
-
const data = await
|
|
933
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
933
934
|
let contents = {};
|
|
934
935
|
contents = de_CreateWatchlistResponse(data, context);
|
|
935
936
|
const response = {
|
|
@@ -982,7 +983,7 @@ var de_DescribeDomainCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
982
983
|
if (output.statusCode >= 300) {
|
|
983
984
|
return de_CommandError(output, context);
|
|
984
985
|
}
|
|
985
|
-
const data = await
|
|
986
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
986
987
|
let contents = {};
|
|
987
988
|
contents = de_DescribeDomainResponse(data, context);
|
|
988
989
|
const response = {
|
|
@@ -995,7 +996,7 @@ var de_DescribeFraudsterCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
995
996
|
if (output.statusCode >= 300) {
|
|
996
997
|
return de_CommandError(output, context);
|
|
997
998
|
}
|
|
998
|
-
const data = await
|
|
999
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
999
1000
|
let contents = {};
|
|
1000
1001
|
contents = de_DescribeFraudsterResponse(data, context);
|
|
1001
1002
|
const response = {
|
|
@@ -1008,7 +1009,7 @@ var de_DescribeFraudsterRegistrationJobCommand = /* @__PURE__ */ __name(async (o
|
|
|
1008
1009
|
if (output.statusCode >= 300) {
|
|
1009
1010
|
return de_CommandError(output, context);
|
|
1010
1011
|
}
|
|
1011
|
-
const data = await
|
|
1012
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1012
1013
|
let contents = {};
|
|
1013
1014
|
contents = de_DescribeFraudsterRegistrationJobResponse(data, context);
|
|
1014
1015
|
const response = {
|
|
@@ -1021,7 +1022,7 @@ var de_DescribeSpeakerCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1021
1022
|
if (output.statusCode >= 300) {
|
|
1022
1023
|
return de_CommandError(output, context);
|
|
1023
1024
|
}
|
|
1024
|
-
const data = await
|
|
1025
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1025
1026
|
let contents = {};
|
|
1026
1027
|
contents = de_DescribeSpeakerResponse(data, context);
|
|
1027
1028
|
const response = {
|
|
@@ -1034,7 +1035,7 @@ var de_DescribeSpeakerEnrollmentJobCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1034
1035
|
if (output.statusCode >= 300) {
|
|
1035
1036
|
return de_CommandError(output, context);
|
|
1036
1037
|
}
|
|
1037
|
-
const data = await
|
|
1038
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1038
1039
|
let contents = {};
|
|
1039
1040
|
contents = de_DescribeSpeakerEnrollmentJobResponse(data, context);
|
|
1040
1041
|
const response = {
|
|
@@ -1047,7 +1048,7 @@ var de_DescribeWatchlistCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1047
1048
|
if (output.statusCode >= 300) {
|
|
1048
1049
|
return de_CommandError(output, context);
|
|
1049
1050
|
}
|
|
1050
|
-
const data = await
|
|
1051
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1051
1052
|
let contents = {};
|
|
1052
1053
|
contents = de_DescribeWatchlistResponse(data, context);
|
|
1053
1054
|
const response = {
|
|
@@ -1060,7 +1061,7 @@ var de_DisassociateFraudsterCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1060
1061
|
if (output.statusCode >= 300) {
|
|
1061
1062
|
return de_CommandError(output, context);
|
|
1062
1063
|
}
|
|
1063
|
-
const data = await
|
|
1064
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1064
1065
|
let contents = {};
|
|
1065
1066
|
contents = de_DisassociateFraudsterResponse(data, context);
|
|
1066
1067
|
const response = {
|
|
@@ -1073,7 +1074,7 @@ var de_EvaluateSessionCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1073
1074
|
if (output.statusCode >= 300) {
|
|
1074
1075
|
return de_CommandError(output, context);
|
|
1075
1076
|
}
|
|
1076
|
-
const data = await
|
|
1077
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1077
1078
|
let contents = {};
|
|
1078
1079
|
contents = de_EvaluateSessionResponse(data, context);
|
|
1079
1080
|
const response = {
|
|
@@ -1086,7 +1087,7 @@ var de_ListDomainsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1086
1087
|
if (output.statusCode >= 300) {
|
|
1087
1088
|
return de_CommandError(output, context);
|
|
1088
1089
|
}
|
|
1089
|
-
const data = await
|
|
1090
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1090
1091
|
let contents = {};
|
|
1091
1092
|
contents = de_ListDomainsResponse(data, context);
|
|
1092
1093
|
const response = {
|
|
@@ -1099,7 +1100,7 @@ var de_ListFraudsterRegistrationJobsCommand = /* @__PURE__ */ __name(async (outp
|
|
|
1099
1100
|
if (output.statusCode >= 300) {
|
|
1100
1101
|
return de_CommandError(output, context);
|
|
1101
1102
|
}
|
|
1102
|
-
const data = await
|
|
1103
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1103
1104
|
let contents = {};
|
|
1104
1105
|
contents = de_ListFraudsterRegistrationJobsResponse(data, context);
|
|
1105
1106
|
const response = {
|
|
@@ -1112,7 +1113,7 @@ var de_ListFraudstersCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1112
1113
|
if (output.statusCode >= 300) {
|
|
1113
1114
|
return de_CommandError(output, context);
|
|
1114
1115
|
}
|
|
1115
|
-
const data = await
|
|
1116
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1116
1117
|
let contents = {};
|
|
1117
1118
|
contents = de_ListFraudstersResponse(data, context);
|
|
1118
1119
|
const response = {
|
|
@@ -1125,7 +1126,7 @@ var de_ListSpeakerEnrollmentJobsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1125
1126
|
if (output.statusCode >= 300) {
|
|
1126
1127
|
return de_CommandError(output, context);
|
|
1127
1128
|
}
|
|
1128
|
-
const data = await
|
|
1129
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1129
1130
|
let contents = {};
|
|
1130
1131
|
contents = de_ListSpeakerEnrollmentJobsResponse(data, context);
|
|
1131
1132
|
const response = {
|
|
@@ -1138,7 +1139,7 @@ var de_ListSpeakersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1138
1139
|
if (output.statusCode >= 300) {
|
|
1139
1140
|
return de_CommandError(output, context);
|
|
1140
1141
|
}
|
|
1141
|
-
const data = await
|
|
1142
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1142
1143
|
let contents = {};
|
|
1143
1144
|
contents = de_ListSpeakersResponse(data, context);
|
|
1144
1145
|
const response = {
|
|
@@ -1151,7 +1152,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1151
1152
|
if (output.statusCode >= 300) {
|
|
1152
1153
|
return de_CommandError(output, context);
|
|
1153
1154
|
}
|
|
1154
|
-
const data = await
|
|
1155
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1155
1156
|
let contents = {};
|
|
1156
1157
|
contents = (0, import_smithy_client._json)(data);
|
|
1157
1158
|
const response = {
|
|
@@ -1164,7 +1165,7 @@ var de_ListWatchlistsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1164
1165
|
if (output.statusCode >= 300) {
|
|
1165
1166
|
return de_CommandError(output, context);
|
|
1166
1167
|
}
|
|
1167
|
-
const data = await
|
|
1168
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1168
1169
|
let contents = {};
|
|
1169
1170
|
contents = de_ListWatchlistsResponse(data, context);
|
|
1170
1171
|
const response = {
|
|
@@ -1177,7 +1178,7 @@ var de_OptOutSpeakerCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1177
1178
|
if (output.statusCode >= 300) {
|
|
1178
1179
|
return de_CommandError(output, context);
|
|
1179
1180
|
}
|
|
1180
|
-
const data = await
|
|
1181
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1181
1182
|
let contents = {};
|
|
1182
1183
|
contents = de_OptOutSpeakerResponse(data, context);
|
|
1183
1184
|
const response = {
|
|
@@ -1190,7 +1191,7 @@ var de_StartFraudsterRegistrationJobCommand = /* @__PURE__ */ __name(async (outp
|
|
|
1190
1191
|
if (output.statusCode >= 300) {
|
|
1191
1192
|
return de_CommandError(output, context);
|
|
1192
1193
|
}
|
|
1193
|
-
const data = await
|
|
1194
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1194
1195
|
let contents = {};
|
|
1195
1196
|
contents = de_StartFraudsterRegistrationJobResponse(data, context);
|
|
1196
1197
|
const response = {
|
|
@@ -1203,7 +1204,7 @@ var de_StartSpeakerEnrollmentJobCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1203
1204
|
if (output.statusCode >= 300) {
|
|
1204
1205
|
return de_CommandError(output, context);
|
|
1205
1206
|
}
|
|
1206
|
-
const data = await
|
|
1207
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1207
1208
|
let contents = {};
|
|
1208
1209
|
contents = de_StartSpeakerEnrollmentJobResponse(data, context);
|
|
1209
1210
|
const response = {
|
|
@@ -1216,7 +1217,7 @@ var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1216
1217
|
if (output.statusCode >= 300) {
|
|
1217
1218
|
return de_CommandError(output, context);
|
|
1218
1219
|
}
|
|
1219
|
-
const data = await
|
|
1220
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1220
1221
|
let contents = {};
|
|
1221
1222
|
contents = (0, import_smithy_client._json)(data);
|
|
1222
1223
|
const response = {
|
|
@@ -1229,7 +1230,7 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1229
1230
|
if (output.statusCode >= 300) {
|
|
1230
1231
|
return de_CommandError(output, context);
|
|
1231
1232
|
}
|
|
1232
|
-
const data = await
|
|
1233
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1233
1234
|
let contents = {};
|
|
1234
1235
|
contents = (0, import_smithy_client._json)(data);
|
|
1235
1236
|
const response = {
|
|
@@ -1242,7 +1243,7 @@ var de_UpdateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1242
1243
|
if (output.statusCode >= 300) {
|
|
1243
1244
|
return de_CommandError(output, context);
|
|
1244
1245
|
}
|
|
1245
|
-
const data = await
|
|
1246
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1246
1247
|
let contents = {};
|
|
1247
1248
|
contents = de_UpdateDomainResponse(data, context);
|
|
1248
1249
|
const response = {
|
|
@@ -1255,7 +1256,7 @@ var de_UpdateWatchlistCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1255
1256
|
if (output.statusCode >= 300) {
|
|
1256
1257
|
return de_CommandError(output, context);
|
|
1257
1258
|
}
|
|
1258
|
-
const data = await
|
|
1259
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1259
1260
|
let contents = {};
|
|
1260
1261
|
contents = de_UpdateWatchlistResponse(data, context);
|
|
1261
1262
|
const response = {
|
|
@@ -1267,9 +1268,9 @@ var de_UpdateWatchlistCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1267
1268
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1268
1269
|
const parsedOutput = {
|
|
1269
1270
|
...output,
|
|
1270
|
-
body: await
|
|
1271
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
1271
1272
|
};
|
|
1272
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1273
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1273
1274
|
switch (errorCode) {
|
|
1274
1275
|
case "AccessDeniedException":
|
|
1275
1276
|
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
@@ -1733,7 +1734,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1733
1734
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1734
1735
|
cfId: output.headers["x-amz-cf-id"]
|
|
1735
1736
|
}), "deserializeMetadata");
|
|
1736
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1737
1737
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(VoiceIDServiceException);
|
|
1738
1738
|
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
1739
1739
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -1760,46 +1760,6 @@ function sharedHeaders(operation) {
|
|
|
1760
1760
|
};
|
|
1761
1761
|
}
|
|
1762
1762
|
__name(sharedHeaders, "sharedHeaders");
|
|
1763
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1764
|
-
if (encoded.length) {
|
|
1765
|
-
return JSON.parse(encoded);
|
|
1766
|
-
}
|
|
1767
|
-
return {};
|
|
1768
|
-
}), "parseBody");
|
|
1769
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1770
|
-
const value = await parseBody(errorBody, context);
|
|
1771
|
-
value.message = value.message ?? value.Message;
|
|
1772
|
-
return value;
|
|
1773
|
-
}, "parseErrorBody");
|
|
1774
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1775
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1776
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1777
|
-
let cleanValue = rawValue;
|
|
1778
|
-
if (typeof cleanValue === "number") {
|
|
1779
|
-
cleanValue = cleanValue.toString();
|
|
1780
|
-
}
|
|
1781
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1782
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1783
|
-
}
|
|
1784
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1785
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1786
|
-
}
|
|
1787
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1788
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1789
|
-
}
|
|
1790
|
-
return cleanValue;
|
|
1791
|
-
}, "sanitizeErrorCode");
|
|
1792
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1793
|
-
if (headerKey !== void 0) {
|
|
1794
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1795
|
-
}
|
|
1796
|
-
if (data.code !== void 0) {
|
|
1797
|
-
return sanitizeErrorCode(data.code);
|
|
1798
|
-
}
|
|
1799
|
-
if (data["__type"] !== void 0) {
|
|
1800
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1801
|
-
}
|
|
1802
|
-
}, "loadRestJsonErrorCode");
|
|
1803
1763
|
|
|
1804
1764
|
// src/commands/AssociateFraudsterCommand.ts
|
|
1805
1765
|
var _AssociateFraudsterCommand = class _AssociateFraudsterCommand 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, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -1049,43 +1050,3 @@ function sharedHeaders(operation) {
|
|
|
1049
1050
|
"x-amz-target": `VoiceID.${operation}`,
|
|
1050
1051
|
};
|
|
1051
1052
|
}
|
|
1052
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1053
|
-
if (encoded.length) {
|
|
1054
|
-
return JSON.parse(encoded);
|
|
1055
|
-
}
|
|
1056
|
-
return {};
|
|
1057
|
-
});
|
|
1058
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
1059
|
-
const value = await parseBody(errorBody, context);
|
|
1060
|
-
value.message = value.message ?? value.Message;
|
|
1061
|
-
return value;
|
|
1062
|
-
};
|
|
1063
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
1064
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1065
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
1066
|
-
let cleanValue = rawValue;
|
|
1067
|
-
if (typeof cleanValue === "number") {
|
|
1068
|
-
cleanValue = cleanValue.toString();
|
|
1069
|
-
}
|
|
1070
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1071
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1072
|
-
}
|
|
1073
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1074
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1075
|
-
}
|
|
1076
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1077
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1078
|
-
}
|
|
1079
|
-
return cleanValue;
|
|
1080
|
-
};
|
|
1081
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1082
|
-
if (headerKey !== undefined) {
|
|
1083
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1084
|
-
}
|
|
1085
|
-
if (data.code !== undefined) {
|
|
1086
|
-
return sanitizeErrorCode(data.code);
|
|
1087
|
-
}
|
|
1088
|
-
if (data["__type"] !== undefined) {
|
|
1089
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1090
|
-
}
|
|
1091
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-voice-id",
|
|
3
3
|
"description": "AWS SDK for JavaScript Voice Id 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-voice-id",
|
|
@@ -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.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",
|