@aws-sdk/client-polly 3.121.0 → 3.127.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/CHANGELOG.md +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +29 -39
- package/dist-es/protocols/Aws_restJson1.js +14 -24
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-polly
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -168,7 +168,7 @@ const serializeAws_restJson1PutLexiconCommand = async (input, context) => {
|
|
|
168
168
|
}
|
|
169
169
|
let body;
|
|
170
170
|
body = JSON.stringify({
|
|
171
|
-
...(input.Content
|
|
171
|
+
...(input.Content != null && { Content: input.Content }),
|
|
172
172
|
});
|
|
173
173
|
return new protocol_http_1.HttpRequest({
|
|
174
174
|
protocol,
|
|
@@ -189,26 +189,22 @@ const serializeAws_restJson1StartSpeechSynthesisTaskCommand = async (input, cont
|
|
|
189
189
|
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/synthesisTasks";
|
|
190
190
|
let body;
|
|
191
191
|
body = JSON.stringify({
|
|
192
|
-
...(input.Engine
|
|
193
|
-
...(input.LanguageCode
|
|
194
|
-
...(input.LexiconNames
|
|
195
|
-
input.LexiconNames !== null && {
|
|
192
|
+
...(input.Engine != null && { Engine: input.Engine }),
|
|
193
|
+
...(input.LanguageCode != null && { LanguageCode: input.LanguageCode }),
|
|
194
|
+
...(input.LexiconNames != null && {
|
|
196
195
|
LexiconNames: serializeAws_restJson1LexiconNameList(input.LexiconNames, context),
|
|
197
196
|
}),
|
|
198
|
-
...(input.OutputFormat
|
|
199
|
-
...(input.OutputS3BucketName
|
|
200
|
-
|
|
201
|
-
...(input.
|
|
202
|
-
|
|
203
|
-
...(input.
|
|
204
|
-
...(input.SnsTopicArn !== undefined && input.SnsTopicArn !== null && { SnsTopicArn: input.SnsTopicArn }),
|
|
205
|
-
...(input.SpeechMarkTypes !== undefined &&
|
|
206
|
-
input.SpeechMarkTypes !== null && {
|
|
197
|
+
...(input.OutputFormat != null && { OutputFormat: input.OutputFormat }),
|
|
198
|
+
...(input.OutputS3BucketName != null && { OutputS3BucketName: input.OutputS3BucketName }),
|
|
199
|
+
...(input.OutputS3KeyPrefix != null && { OutputS3KeyPrefix: input.OutputS3KeyPrefix }),
|
|
200
|
+
...(input.SampleRate != null && { SampleRate: input.SampleRate }),
|
|
201
|
+
...(input.SnsTopicArn != null && { SnsTopicArn: input.SnsTopicArn }),
|
|
202
|
+
...(input.SpeechMarkTypes != null && {
|
|
207
203
|
SpeechMarkTypes: serializeAws_restJson1SpeechMarkTypeList(input.SpeechMarkTypes, context),
|
|
208
204
|
}),
|
|
209
|
-
...(input.Text
|
|
210
|
-
...(input.TextType
|
|
211
|
-
...(input.VoiceId
|
|
205
|
+
...(input.Text != null && { Text: input.Text }),
|
|
206
|
+
...(input.TextType != null && { TextType: input.TextType }),
|
|
207
|
+
...(input.VoiceId != null && { VoiceId: input.VoiceId }),
|
|
212
208
|
});
|
|
213
209
|
return new protocol_http_1.HttpRequest({
|
|
214
210
|
protocol,
|
|
@@ -229,21 +225,19 @@ const serializeAws_restJson1SynthesizeSpeechCommand = async (input, context) =>
|
|
|
229
225
|
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/speech";
|
|
230
226
|
let body;
|
|
231
227
|
body = JSON.stringify({
|
|
232
|
-
...(input.Engine
|
|
233
|
-
...(input.LanguageCode
|
|
234
|
-
...(input.LexiconNames
|
|
235
|
-
input.LexiconNames !== null && {
|
|
228
|
+
...(input.Engine != null && { Engine: input.Engine }),
|
|
229
|
+
...(input.LanguageCode != null && { LanguageCode: input.LanguageCode }),
|
|
230
|
+
...(input.LexiconNames != null && {
|
|
236
231
|
LexiconNames: serializeAws_restJson1LexiconNameList(input.LexiconNames, context),
|
|
237
232
|
}),
|
|
238
|
-
...(input.OutputFormat
|
|
239
|
-
...(input.SampleRate
|
|
240
|
-
...(input.SpeechMarkTypes
|
|
241
|
-
input.SpeechMarkTypes !== null && {
|
|
233
|
+
...(input.OutputFormat != null && { OutputFormat: input.OutputFormat }),
|
|
234
|
+
...(input.SampleRate != null && { SampleRate: input.SampleRate }),
|
|
235
|
+
...(input.SpeechMarkTypes != null && {
|
|
242
236
|
SpeechMarkTypes: serializeAws_restJson1SpeechMarkTypeList(input.SpeechMarkTypes, context),
|
|
243
237
|
}),
|
|
244
|
-
...(input.Text
|
|
245
|
-
...(input.TextType
|
|
246
|
-
...(input.VoiceId
|
|
238
|
+
...(input.Text != null && { Text: input.Text }),
|
|
239
|
+
...(input.TextType != null && { TextType: input.TextType }),
|
|
240
|
+
...(input.VoiceId != null && { VoiceId: input.VoiceId }),
|
|
247
241
|
});
|
|
248
242
|
return new protocol_http_1.HttpRequest({
|
|
249
243
|
protocol,
|
|
@@ -1012,7 +1006,7 @@ const deserializeAws_restJson1LexiconAttributes = (output, context) => {
|
|
|
1012
1006
|
return {
|
|
1013
1007
|
Alphabet: (0, smithy_client_1.expectString)(output.Alphabet),
|
|
1014
1008
|
LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
|
|
1015
|
-
LastModified: output.LastModified
|
|
1009
|
+
LastModified: output.LastModified != null
|
|
1016
1010
|
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModified)))
|
|
1017
1011
|
: undefined,
|
|
1018
1012
|
LexemesCount: (0, smithy_client_1.expectInt32)(output.LexemesCount),
|
|
@@ -1022,9 +1016,7 @@ const deserializeAws_restJson1LexiconAttributes = (output, context) => {
|
|
|
1022
1016
|
};
|
|
1023
1017
|
const deserializeAws_restJson1LexiconDescription = (output, context) => {
|
|
1024
1018
|
return {
|
|
1025
|
-
Attributes: output.Attributes
|
|
1026
|
-
? deserializeAws_restJson1LexiconAttributes(output.Attributes, context)
|
|
1027
|
-
: undefined,
|
|
1019
|
+
Attributes: output.Attributes != null ? deserializeAws_restJson1LexiconAttributes(output.Attributes, context) : undefined,
|
|
1028
1020
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
1029
1021
|
};
|
|
1030
1022
|
};
|
|
@@ -1063,20 +1055,18 @@ const deserializeAws_restJson1SpeechMarkTypeList = (output, context) => {
|
|
|
1063
1055
|
};
|
|
1064
1056
|
const deserializeAws_restJson1SynthesisTask = (output, context) => {
|
|
1065
1057
|
return {
|
|
1066
|
-
CreationTime: output.CreationTime
|
|
1058
|
+
CreationTime: output.CreationTime != null
|
|
1067
1059
|
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
1068
1060
|
: undefined,
|
|
1069
1061
|
Engine: (0, smithy_client_1.expectString)(output.Engine),
|
|
1070
1062
|
LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
|
|
1071
|
-
LexiconNames: output.LexiconNames
|
|
1072
|
-
? deserializeAws_restJson1LexiconNameList(output.LexiconNames, context)
|
|
1073
|
-
: undefined,
|
|
1063
|
+
LexiconNames: output.LexiconNames != null ? deserializeAws_restJson1LexiconNameList(output.LexiconNames, context) : undefined,
|
|
1074
1064
|
OutputFormat: (0, smithy_client_1.expectString)(output.OutputFormat),
|
|
1075
1065
|
OutputUri: (0, smithy_client_1.expectString)(output.OutputUri),
|
|
1076
1066
|
RequestCharacters: (0, smithy_client_1.expectInt32)(output.RequestCharacters),
|
|
1077
1067
|
SampleRate: (0, smithy_client_1.expectString)(output.SampleRate),
|
|
1078
1068
|
SnsTopicArn: (0, smithy_client_1.expectString)(output.SnsTopicArn),
|
|
1079
|
-
SpeechMarkTypes: output.SpeechMarkTypes
|
|
1069
|
+
SpeechMarkTypes: output.SpeechMarkTypes != null
|
|
1080
1070
|
? deserializeAws_restJson1SpeechMarkTypeList(output.SpeechMarkTypes, context)
|
|
1081
1071
|
: undefined,
|
|
1082
1072
|
TaskId: (0, smithy_client_1.expectString)(output.TaskId),
|
|
@@ -1099,7 +1089,7 @@ const deserializeAws_restJson1SynthesisTasks = (output, context) => {
|
|
|
1099
1089
|
};
|
|
1100
1090
|
const deserializeAws_restJson1Voice = (output, context) => {
|
|
1101
1091
|
return {
|
|
1102
|
-
AdditionalLanguageCodes: output.AdditionalLanguageCodes
|
|
1092
|
+
AdditionalLanguageCodes: output.AdditionalLanguageCodes != null
|
|
1103
1093
|
? deserializeAws_restJson1LanguageCodeList(output.AdditionalLanguageCodes, context)
|
|
1104
1094
|
: undefined,
|
|
1105
1095
|
Gender: (0, smithy_client_1.expectString)(output.Gender),
|
|
@@ -1107,7 +1097,7 @@ const deserializeAws_restJson1Voice = (output, context) => {
|
|
|
1107
1097
|
LanguageCode: (0, smithy_client_1.expectString)(output.LanguageCode),
|
|
1108
1098
|
LanguageName: (0, smithy_client_1.expectString)(output.LanguageName),
|
|
1109
1099
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
1110
|
-
SupportedEngines: output.SupportedEngines
|
|
1100
|
+
SupportedEngines: output.SupportedEngines != null
|
|
1111
1101
|
? deserializeAws_restJson1EngineList(output.SupportedEngines, context)
|
|
1112
1102
|
: undefined,
|
|
1113
1103
|
};
|
|
@@ -188,7 +188,7 @@ export var serializeAws_restJson1PutLexiconCommand = function (input, context) {
|
|
|
188
188
|
else {
|
|
189
189
|
throw new Error("No value provided for input HTTP label: Name.");
|
|
190
190
|
}
|
|
191
|
-
body = JSON.stringify(__assign({}, (input.Content
|
|
191
|
+
body = JSON.stringify(__assign({}, (input.Content != null && { Content: input.Content })));
|
|
192
192
|
return [2, new __HttpRequest({
|
|
193
193
|
protocol: protocol,
|
|
194
194
|
hostname: hostname,
|
|
@@ -212,15 +212,11 @@ export var serializeAws_restJson1StartSpeechSynthesisTaskCommand = function (inp
|
|
|
212
212
|
"content-type": "application/json",
|
|
213
213
|
};
|
|
214
214
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v1/synthesisTasks";
|
|
215
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Engine
|
|
216
|
-
input.LexiconNames !== null && {
|
|
215
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Engine != null && { Engine: input.Engine })), (input.LanguageCode != null && { LanguageCode: input.LanguageCode })), (input.LexiconNames != null && {
|
|
217
216
|
LexiconNames: serializeAws_restJson1LexiconNameList(input.LexiconNames, context),
|
|
218
|
-
})), (input.OutputFormat
|
|
219
|
-
input.OutputS3BucketName !== null && { OutputS3BucketName: input.OutputS3BucketName })), (input.OutputS3KeyPrefix !== undefined &&
|
|
220
|
-
input.OutputS3KeyPrefix !== null && { OutputS3KeyPrefix: input.OutputS3KeyPrefix })), (input.SampleRate !== undefined && input.SampleRate !== null && { SampleRate: input.SampleRate })), (input.SnsTopicArn !== undefined && input.SnsTopicArn !== null && { SnsTopicArn: input.SnsTopicArn })), (input.SpeechMarkTypes !== undefined &&
|
|
221
|
-
input.SpeechMarkTypes !== null && {
|
|
217
|
+
})), (input.OutputFormat != null && { OutputFormat: input.OutputFormat })), (input.OutputS3BucketName != null && { OutputS3BucketName: input.OutputS3BucketName })), (input.OutputS3KeyPrefix != null && { OutputS3KeyPrefix: input.OutputS3KeyPrefix })), (input.SampleRate != null && { SampleRate: input.SampleRate })), (input.SnsTopicArn != null && { SnsTopicArn: input.SnsTopicArn })), (input.SpeechMarkTypes != null && {
|
|
222
218
|
SpeechMarkTypes: serializeAws_restJson1SpeechMarkTypeList(input.SpeechMarkTypes, context),
|
|
223
|
-
})), (input.Text
|
|
219
|
+
})), (input.Text != null && { Text: input.Text })), (input.TextType != null && { TextType: input.TextType })), (input.VoiceId != null && { VoiceId: input.VoiceId })));
|
|
224
220
|
return [2, new __HttpRequest({
|
|
225
221
|
protocol: protocol,
|
|
226
222
|
hostname: hostname,
|
|
@@ -244,13 +240,11 @@ export var serializeAws_restJson1SynthesizeSpeechCommand = function (input, cont
|
|
|
244
240
|
"content-type": "application/json",
|
|
245
241
|
};
|
|
246
242
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v1/speech";
|
|
247
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Engine
|
|
248
|
-
input.LexiconNames !== null && {
|
|
243
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Engine != null && { Engine: input.Engine })), (input.LanguageCode != null && { LanguageCode: input.LanguageCode })), (input.LexiconNames != null && {
|
|
249
244
|
LexiconNames: serializeAws_restJson1LexiconNameList(input.LexiconNames, context),
|
|
250
|
-
})), (input.OutputFormat
|
|
251
|
-
input.SpeechMarkTypes !== null && {
|
|
245
|
+
})), (input.OutputFormat != null && { OutputFormat: input.OutputFormat })), (input.SampleRate != null && { SampleRate: input.SampleRate })), (input.SpeechMarkTypes != null && {
|
|
252
246
|
SpeechMarkTypes: serializeAws_restJson1SpeechMarkTypeList(input.SpeechMarkTypes, context),
|
|
253
|
-
})), (input.Text
|
|
247
|
+
})), (input.Text != null && { Text: input.Text })), (input.TextType != null && { TextType: input.TextType })), (input.VoiceId != null && { VoiceId: input.VoiceId })));
|
|
254
248
|
return [2, new __HttpRequest({
|
|
255
249
|
protocol: protocol,
|
|
256
250
|
hostname: hostname,
|
|
@@ -1211,7 +1205,7 @@ var deserializeAws_restJson1LexiconAttributes = function (output, context) {
|
|
|
1211
1205
|
return {
|
|
1212
1206
|
Alphabet: __expectString(output.Alphabet),
|
|
1213
1207
|
LanguageCode: __expectString(output.LanguageCode),
|
|
1214
|
-
LastModified: output.LastModified
|
|
1208
|
+
LastModified: output.LastModified != null
|
|
1215
1209
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModified)))
|
|
1216
1210
|
: undefined,
|
|
1217
1211
|
LexemesCount: __expectInt32(output.LexemesCount),
|
|
@@ -1221,9 +1215,7 @@ var deserializeAws_restJson1LexiconAttributes = function (output, context) {
|
|
|
1221
1215
|
};
|
|
1222
1216
|
var deserializeAws_restJson1LexiconDescription = function (output, context) {
|
|
1223
1217
|
return {
|
|
1224
|
-
Attributes: output.Attributes
|
|
1225
|
-
? deserializeAws_restJson1LexiconAttributes(output.Attributes, context)
|
|
1226
|
-
: undefined,
|
|
1218
|
+
Attributes: output.Attributes != null ? deserializeAws_restJson1LexiconAttributes(output.Attributes, context) : undefined,
|
|
1227
1219
|
Name: __expectString(output.Name),
|
|
1228
1220
|
};
|
|
1229
1221
|
};
|
|
@@ -1262,20 +1254,18 @@ var deserializeAws_restJson1SpeechMarkTypeList = function (output, context) {
|
|
|
1262
1254
|
};
|
|
1263
1255
|
var deserializeAws_restJson1SynthesisTask = function (output, context) {
|
|
1264
1256
|
return {
|
|
1265
|
-
CreationTime: output.CreationTime
|
|
1257
|
+
CreationTime: output.CreationTime != null
|
|
1266
1258
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
1267
1259
|
: undefined,
|
|
1268
1260
|
Engine: __expectString(output.Engine),
|
|
1269
1261
|
LanguageCode: __expectString(output.LanguageCode),
|
|
1270
|
-
LexiconNames: output.LexiconNames
|
|
1271
|
-
? deserializeAws_restJson1LexiconNameList(output.LexiconNames, context)
|
|
1272
|
-
: undefined,
|
|
1262
|
+
LexiconNames: output.LexiconNames != null ? deserializeAws_restJson1LexiconNameList(output.LexiconNames, context) : undefined,
|
|
1273
1263
|
OutputFormat: __expectString(output.OutputFormat),
|
|
1274
1264
|
OutputUri: __expectString(output.OutputUri),
|
|
1275
1265
|
RequestCharacters: __expectInt32(output.RequestCharacters),
|
|
1276
1266
|
SampleRate: __expectString(output.SampleRate),
|
|
1277
1267
|
SnsTopicArn: __expectString(output.SnsTopicArn),
|
|
1278
|
-
SpeechMarkTypes: output.SpeechMarkTypes
|
|
1268
|
+
SpeechMarkTypes: output.SpeechMarkTypes != null
|
|
1279
1269
|
? deserializeAws_restJson1SpeechMarkTypeList(output.SpeechMarkTypes, context)
|
|
1280
1270
|
: undefined,
|
|
1281
1271
|
TaskId: __expectString(output.TaskId),
|
|
@@ -1298,7 +1288,7 @@ var deserializeAws_restJson1SynthesisTasks = function (output, context) {
|
|
|
1298
1288
|
};
|
|
1299
1289
|
var deserializeAws_restJson1Voice = function (output, context) {
|
|
1300
1290
|
return {
|
|
1301
|
-
AdditionalLanguageCodes: output.AdditionalLanguageCodes
|
|
1291
|
+
AdditionalLanguageCodes: output.AdditionalLanguageCodes != null
|
|
1302
1292
|
? deserializeAws_restJson1LanguageCodeList(output.AdditionalLanguageCodes, context)
|
|
1303
1293
|
: undefined,
|
|
1304
1294
|
Gender: __expectString(output.Gender),
|
|
@@ -1306,7 +1296,7 @@ var deserializeAws_restJson1Voice = function (output, context) {
|
|
|
1306
1296
|
LanguageCode: __expectString(output.LanguageCode),
|
|
1307
1297
|
LanguageName: __expectString(output.LanguageName),
|
|
1308
1298
|
Name: __expectString(output.Name),
|
|
1309
|
-
SupportedEngines: output.SupportedEngines
|
|
1299
|
+
SupportedEngines: output.SupportedEngines != null
|
|
1310
1300
|
? deserializeAws_restJson1EngineList(output.SupportedEngines, context)
|
|
1311
1301
|
: undefined,
|
|
1312
1302
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-polly",
|
|
3
3
|
"description": "AWS SDK for JavaScript Polly Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.127.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,35 +18,35 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.127.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.127.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.127.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.127.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.127.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|