@aws-sdk/client-transcribe-streaming 3.987.0 → 3.989.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 +24 -769
- package/dist-cjs/models/TranscribeStreamingServiceException.js +12 -0
- package/dist-cjs/models/errors.js +94 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +610 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +53 -47
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -18,9 +18,9 @@ const _CALWS = "CallAnalyticsLanguageWithScore";
|
|
|
18
18
|
const _CATRS = "CallAnalyticsTranscriptResultStream";
|
|
19
19
|
const _CD = "ChannelDefinition";
|
|
20
20
|
const _CDh = "ChannelDefinitions";
|
|
21
|
-
const _CE = "
|
|
21
|
+
const _CE = "ConflictException";
|
|
22
|
+
const _CEa = "CategoryEvent";
|
|
22
23
|
const _CEo = "ConfigurationEvent";
|
|
23
|
-
const _CEon = "ConflictException";
|
|
24
24
|
const _CI = "ChannelId";
|
|
25
25
|
const _CIT = "ContentIdentificationType";
|
|
26
26
|
const _CNGR = "ClinicalNoteGenerationResult";
|
|
@@ -171,8 +171,8 @@ const _eP = "eventPayload";
|
|
|
171
171
|
const _h = "http";
|
|
172
172
|
const _hE = "httpError";
|
|
173
173
|
const _hH = "httpHeader";
|
|
174
|
-
const _s = "
|
|
175
|
-
const
|
|
174
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.transcribestreaming";
|
|
175
|
+
const _se = "server";
|
|
176
176
|
const _st = "streaming";
|
|
177
177
|
const _xari = "x-amzn-request-id";
|
|
178
178
|
const _xatcit = "x-amzn-transcribe-content-identification-type";
|
|
@@ -203,6 +203,50 @@ const n0 = "com.amazonaws.transcribestreaming";
|
|
|
203
203
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
204
204
|
import { BadRequestException, ConflictException, InternalFailureException, LimitExceededException, ResourceNotFoundException, ServiceUnavailableException, } from "../models/errors";
|
|
205
205
|
import { TranscribeStreamingServiceException } from "../models/TranscribeStreamingServiceException";
|
|
206
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
207
|
+
export var TranscribeStreamingServiceException$ = [-3, _s, "TranscribeStreamingServiceException", 0, [], []];
|
|
208
|
+
_s_registry.registerError(TranscribeStreamingServiceException$, TranscribeStreamingServiceException);
|
|
209
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
210
|
+
export var BadRequestException$ = [-3, n0, _BRE,
|
|
211
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
212
|
+
[_M],
|
|
213
|
+
[0]
|
|
214
|
+
];
|
|
215
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
216
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
217
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
218
|
+
[_M],
|
|
219
|
+
[0]
|
|
220
|
+
];
|
|
221
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
222
|
+
export var InternalFailureException$ = [-3, n0, _IFE,
|
|
223
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
224
|
+
[_M],
|
|
225
|
+
[0]
|
|
226
|
+
];
|
|
227
|
+
n0_registry.registerError(InternalFailureException$, InternalFailureException);
|
|
228
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
229
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
230
|
+
[_M],
|
|
231
|
+
[0]
|
|
232
|
+
];
|
|
233
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
234
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
235
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
236
|
+
[_M],
|
|
237
|
+
[0]
|
|
238
|
+
];
|
|
239
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
240
|
+
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
241
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
242
|
+
[_M],
|
|
243
|
+
[0]
|
|
244
|
+
];
|
|
245
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
246
|
+
export const errorTypeRegistries = [
|
|
247
|
+
_s_registry,
|
|
248
|
+
n0_registry,
|
|
249
|
+
];
|
|
206
250
|
var Pronouns = [0, n0, _P, 8, 0];
|
|
207
251
|
export var Alternative$ = [3, n0, _A,
|
|
208
252
|
0,
|
|
@@ -214,12 +258,6 @@ export var AudioEvent$ = [3, n0, _AE,
|
|
|
214
258
|
[_AC],
|
|
215
259
|
[[21, { [_eP]: 1 }]]
|
|
216
260
|
];
|
|
217
|
-
export var BadRequestException$ = [-3, n0, _BRE,
|
|
218
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
219
|
-
[_M],
|
|
220
|
-
[0]
|
|
221
|
-
];
|
|
222
|
-
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
223
261
|
export var CallAnalyticsEntity$ = [3, n0, _CAE,
|
|
224
262
|
0,
|
|
225
263
|
[_BOM, _EOM, _C, _Ty, _Co, _Con],
|
|
@@ -235,7 +273,7 @@ export var CallAnalyticsLanguageWithScore$ = [3, n0, _CALWS,
|
|
|
235
273
|
[_LC, _Sc],
|
|
236
274
|
[0, 1]
|
|
237
275
|
];
|
|
238
|
-
export var CategoryEvent$ = [3, n0,
|
|
276
|
+
export var CategoryEvent$ = [3, n0, _CEa,
|
|
239
277
|
0,
|
|
240
278
|
[_MC, _MD],
|
|
241
279
|
[64 | 0, () => MatchedCategoryDetails]
|
|
@@ -265,12 +303,6 @@ export var ConfigurationEvent$ = [3, n0, _CEo,
|
|
|
265
303
|
[_CDh, _PCAS],
|
|
266
304
|
[() => ChannelDefinitions, () => PostCallAnalyticsSettings$]
|
|
267
305
|
];
|
|
268
|
-
export var ConflictException$ = [-3, n0, _CEon,
|
|
269
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
270
|
-
[_M],
|
|
271
|
-
[0]
|
|
272
|
-
];
|
|
273
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
274
306
|
export var Entity$ = [3, n0, _Ent,
|
|
275
307
|
0,
|
|
276
308
|
[_ST, _ET, _C, _Ty, _Co, _Con],
|
|
@@ -286,12 +318,6 @@ export var GetMedicalScribeStreamResponse$ = [3, n0, _GMSSRe,
|
|
|
286
318
|
[_MSSD],
|
|
287
319
|
[() => MedicalScribeStreamDetails$]
|
|
288
320
|
];
|
|
289
|
-
export var InternalFailureException$ = [-3, n0, _IFE,
|
|
290
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
291
|
-
[_M],
|
|
292
|
-
[0]
|
|
293
|
-
];
|
|
294
|
-
TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
|
|
295
321
|
export var IssueDetected$ = [3, n0, _ID,
|
|
296
322
|
0,
|
|
297
323
|
[_CO],
|
|
@@ -307,12 +333,6 @@ export var LanguageWithScore$ = [3, n0, _LWS,
|
|
|
307
333
|
[_LC, _Sc],
|
|
308
334
|
[0, 1]
|
|
309
335
|
];
|
|
310
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
311
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
312
|
-
[_M],
|
|
313
|
-
[0]
|
|
314
|
-
];
|
|
315
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
316
336
|
export var MedicalAlternative$ = [3, n0, _MA,
|
|
317
337
|
0,
|
|
318
338
|
[_T, _I, _E],
|
|
@@ -418,23 +438,11 @@ export var PostCallAnalyticsSettings$ = [3, n0, _PCAS,
|
|
|
418
438
|
[_OL, _DARA, _CRO, _OEKMSKI],
|
|
419
439
|
[0, 0, 0, 0], 2
|
|
420
440
|
];
|
|
421
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
422
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
423
|
-
[_M],
|
|
424
|
-
[0]
|
|
425
|
-
];
|
|
426
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
427
441
|
export var Result$ = [3, n0, _Re,
|
|
428
442
|
0,
|
|
429
443
|
[_RI, _ST, _ET, _IP, _Al, _CI, _LC, _LI],
|
|
430
444
|
[0, 1, 1, 2, () => AlternativeList, 0, 0, () => LanguageIdentification]
|
|
431
445
|
];
|
|
432
|
-
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
433
|
-
{ [_e]: _s, [_hE]: 503 },
|
|
434
|
-
[_M],
|
|
435
|
-
[0]
|
|
436
|
-
];
|
|
437
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
438
446
|
export var StartCallAnalyticsStreamTranscriptionRequest$ = [3, n0, _SCASTR,
|
|
439
447
|
0,
|
|
440
448
|
[_MSRH, _MEe, _AS, _LC, _VN, _SI, _VFN, _VFMo, _LMN, _IL, _LO, _PL, _VNo, _VFNo, _EPRS, _PRS, _CIT, _CRT, _PET],
|
|
@@ -495,8 +503,6 @@ export var UtteranceEvent$ = [3, n0, _UE,
|
|
|
495
503
|
[_UI, _IP, _PR, _BOM, _EOM, _T, _I, _E, _Se, _IDs, _LC, _LI],
|
|
496
504
|
[0, 2, 0, 1, 1, 0, () => CallAnalyticsItemList, () => CallAnalyticsEntityList, 0, () => IssuesDetected, 0, () => CallAnalyticsLanguageIdentification]
|
|
497
505
|
];
|
|
498
|
-
export var TranscribeStreamingServiceException$ = [-3, _sm, "TranscribeStreamingServiceException", 0, [], []];
|
|
499
|
-
TypeRegistry.for(_sm).registerError(TranscribeStreamingServiceException$, TranscribeStreamingServiceException);
|
|
500
506
|
var AlternativeList = [1, n0, _AL,
|
|
501
507
|
0, () => Alternative$
|
|
502
508
|
];
|
|
@@ -560,7 +566,7 @@ export var AudioStream$ = [4, n0, _AS,
|
|
|
560
566
|
];
|
|
561
567
|
export var CallAnalyticsTranscriptResultStream$ = [4, n0, _CATRS,
|
|
562
568
|
{ [_st]: 1 },
|
|
563
|
-
[_UE,
|
|
569
|
+
[_UE, _CEa, _BRE, _LEE, _IFE, _CE, _SUE],
|
|
564
570
|
[() => UtteranceEvent$, () => CategoryEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
565
571
|
];
|
|
566
572
|
export var MedicalScribeInputStream$ = [4, n0, _MSIS,
|
|
@@ -570,17 +576,17 @@ export var MedicalScribeInputStream$ = [4, n0, _MSIS,
|
|
|
570
576
|
];
|
|
571
577
|
export var MedicalScribeResultStream$ = [4, n0, _MSRS,
|
|
572
578
|
{ [_st]: 1 },
|
|
573
|
-
[_TE, _BRE, _LEE, _IFE,
|
|
579
|
+
[_TE, _BRE, _LEE, _IFE, _CE, _SUE],
|
|
574
580
|
[() => MedicalScribeTranscriptEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
575
581
|
];
|
|
576
582
|
export var MedicalTranscriptResultStream$ = [4, n0, _MTRS,
|
|
577
583
|
{ [_st]: 1 },
|
|
578
|
-
[_TE, _BRE, _LEE, _IFE,
|
|
584
|
+
[_TE, _BRE, _LEE, _IFE, _CE, _SUE],
|
|
579
585
|
[() => MedicalTranscriptEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
580
586
|
];
|
|
581
587
|
export var TranscriptResultStream$ = [4, n0, _TRS,
|
|
582
588
|
{ [_st]: 1 },
|
|
583
|
-
[_TE, _BRE, _LEE, _IFE,
|
|
589
|
+
[_TE, _BRE, _LEE, _IFE, _CE, _SUE],
|
|
584
590
|
[() => TranscriptEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
585
591
|
];
|
|
586
592
|
export var GetMedicalScribeStream$ = [9, n0, _GMSS,
|
|
@@ -1,7 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var TranscribeStreamingServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalFailureException$: StaticErrorSchema;
|
|
7
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
10
|
+
/**
|
|
11
|
+
* TypeRegistry instances containing modeled errors.
|
|
12
|
+
* @internal
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
16
|
export declare var Alternative$: StaticStructureSchema;
|
|
3
17
|
export declare var AudioEvent$: StaticStructureSchema;
|
|
4
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
5
18
|
export declare var CallAnalyticsEntity$: StaticStructureSchema;
|
|
6
19
|
export declare var CallAnalyticsItem$: StaticStructureSchema;
|
|
7
20
|
export declare var CallAnalyticsLanguageWithScore$: StaticStructureSchema;
|
|
@@ -11,15 +24,12 @@ export declare var CharacterOffsets$: StaticStructureSchema;
|
|
|
11
24
|
export declare var ClinicalNoteGenerationResult$: StaticStructureSchema;
|
|
12
25
|
export declare var ClinicalNoteGenerationSettings$: StaticStructureSchema;
|
|
13
26
|
export declare var ConfigurationEvent$: StaticStructureSchema;
|
|
14
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
15
27
|
export declare var Entity$: StaticStructureSchema;
|
|
16
28
|
export declare var GetMedicalScribeStreamRequest$: StaticStructureSchema;
|
|
17
29
|
export declare var GetMedicalScribeStreamResponse$: StaticStructureSchema;
|
|
18
|
-
export declare var InternalFailureException$: StaticErrorSchema;
|
|
19
30
|
export declare var IssueDetected$: StaticStructureSchema;
|
|
20
31
|
export declare var Item$: StaticStructureSchema;
|
|
21
32
|
export declare var LanguageWithScore$: StaticStructureSchema;
|
|
22
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
23
33
|
export declare var MedicalAlternative$: StaticStructureSchema;
|
|
24
34
|
export declare var MedicalEntity$: StaticStructureSchema;
|
|
25
35
|
export declare var MedicalItem$: StaticStructureSchema;
|
|
@@ -41,9 +51,7 @@ export declare var MedicalTranscript$: StaticStructureSchema;
|
|
|
41
51
|
export declare var MedicalTranscriptEvent$: StaticStructureSchema;
|
|
42
52
|
export declare var PointsOfInterest$: StaticStructureSchema;
|
|
43
53
|
export declare var PostCallAnalyticsSettings$: StaticStructureSchema;
|
|
44
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
45
54
|
export declare var Result$: StaticStructureSchema;
|
|
46
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
47
55
|
export declare var StartCallAnalyticsStreamTranscriptionRequest$: StaticStructureSchema;
|
|
48
56
|
export declare var StartCallAnalyticsStreamTranscriptionResponse$: StaticStructureSchema;
|
|
49
57
|
export declare var StartMedicalScribeStreamRequest$: StaticStructureSchema;
|
|
@@ -56,7 +64,6 @@ export declare var TimestampRange$: StaticStructureSchema;
|
|
|
56
64
|
export declare var Transcript$: StaticStructureSchema;
|
|
57
65
|
export declare var TranscriptEvent$: StaticStructureSchema;
|
|
58
66
|
export declare var UtteranceEvent$: StaticStructureSchema;
|
|
59
|
-
export declare var TranscribeStreamingServiceException$: StaticErrorSchema;
|
|
60
67
|
export declare var AudioStream$: StaticUnionSchema;
|
|
61
68
|
export declare var CallAnalyticsTranscriptResultStream$: StaticUnionSchema;
|
|
62
69
|
export declare var MedicalScribeInputStream$: StaticUnionSchema;
|
|
@@ -1,12 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var TranscribeStreamingServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalFailureException$: StaticErrorSchema;
|
|
12
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var Alternative$: StaticStructureSchema;
|
|
8
17
|
export declare var AudioEvent$: StaticStructureSchema;
|
|
9
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
10
18
|
export declare var CallAnalyticsEntity$: StaticStructureSchema;
|
|
11
19
|
export declare var CallAnalyticsItem$: StaticStructureSchema;
|
|
12
20
|
export declare var CallAnalyticsLanguageWithScore$: StaticStructureSchema;
|
|
@@ -16,15 +24,12 @@ export declare var CharacterOffsets$: StaticStructureSchema;
|
|
|
16
24
|
export declare var ClinicalNoteGenerationResult$: StaticStructureSchema;
|
|
17
25
|
export declare var ClinicalNoteGenerationSettings$: StaticStructureSchema;
|
|
18
26
|
export declare var ConfigurationEvent$: StaticStructureSchema;
|
|
19
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
20
27
|
export declare var Entity$: StaticStructureSchema;
|
|
21
28
|
export declare var GetMedicalScribeStreamRequest$: StaticStructureSchema;
|
|
22
29
|
export declare var GetMedicalScribeStreamResponse$: StaticStructureSchema;
|
|
23
|
-
export declare var InternalFailureException$: StaticErrorSchema;
|
|
24
30
|
export declare var IssueDetected$: StaticStructureSchema;
|
|
25
31
|
export declare var Item$: StaticStructureSchema;
|
|
26
32
|
export declare var LanguageWithScore$: StaticStructureSchema;
|
|
27
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
28
33
|
export declare var MedicalAlternative$: StaticStructureSchema;
|
|
29
34
|
export declare var MedicalEntity$: StaticStructureSchema;
|
|
30
35
|
export declare var MedicalItem$: StaticStructureSchema;
|
|
@@ -46,9 +51,7 @@ export declare var MedicalTranscript$: StaticStructureSchema;
|
|
|
46
51
|
export declare var MedicalTranscriptEvent$: StaticStructureSchema;
|
|
47
52
|
export declare var PointsOfInterest$: StaticStructureSchema;
|
|
48
53
|
export declare var PostCallAnalyticsSettings$: StaticStructureSchema;
|
|
49
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
50
54
|
export declare var Result$: StaticStructureSchema;
|
|
51
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
52
55
|
export declare var StartCallAnalyticsStreamTranscriptionRequest$: StaticStructureSchema;
|
|
53
56
|
export declare var StartCallAnalyticsStreamTranscriptionResponse$: StaticStructureSchema;
|
|
54
57
|
export declare var StartMedicalScribeStreamRequest$: StaticStructureSchema;
|
|
@@ -61,7 +64,6 @@ export declare var TimestampRange$: StaticStructureSchema;
|
|
|
61
64
|
export declare var Transcript$: StaticStructureSchema;
|
|
62
65
|
export declare var TranscriptEvent$: StaticStructureSchema;
|
|
63
66
|
export declare var UtteranceEvent$: StaticStructureSchema;
|
|
64
|
-
export declare var TranscribeStreamingServiceException$: StaticErrorSchema;
|
|
65
67
|
export declare var AudioStream$: StaticUnionSchema;
|
|
66
68
|
export declare var CallAnalyticsTranscriptResultStream$: StaticUnionSchema;
|
|
67
69
|
export declare var MedicalScribeInputStream$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transcribe-streaming",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transcribe Streaming Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-transcribe-streaming",
|
|
@@ -23,23 +23,23 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.9",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
28
28
|
"@aws-sdk/eventstream-handler-node": "^3.972.5",
|
|
29
29
|
"@aws-sdk/middleware-eventstream": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
31
31
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
32
32
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
33
33
|
"@aws-sdk/middleware-sdk-transcribe-streaming": "^3.972.3",
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
35
35
|
"@aws-sdk/middleware-websocket": "^3.972.6",
|
|
36
36
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
37
37
|
"@aws-sdk/types": "^3.973.1",
|
|
38
|
-
"@aws-sdk/util-endpoints": "3.
|
|
38
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
39
39
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
40
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
41
41
|
"@smithy/config-resolver": "^4.4.6",
|
|
42
|
-
"@smithy/core": "^3.
|
|
42
|
+
"@smithy/core": "^3.23.0",
|
|
43
43
|
"@smithy/eventstream-serde-browser": "^4.2.8",
|
|
44
44
|
"@smithy/eventstream-serde-config-resolver": "^4.3.8",
|
|
45
45
|
"@smithy/eventstream-serde-node": "^4.2.8",
|
|
@@ -47,21 +47,21 @@
|
|
|
47
47
|
"@smithy/hash-node": "^4.2.8",
|
|
48
48
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
49
49
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
50
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
51
|
-
"@smithy/middleware-retry": "^4.4.
|
|
50
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
51
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
52
52
|
"@smithy/middleware-serde": "^4.2.9",
|
|
53
53
|
"@smithy/middleware-stack": "^4.2.8",
|
|
54
54
|
"@smithy/node-config-provider": "^4.3.8",
|
|
55
|
-
"@smithy/node-http-handler": "^4.4.
|
|
55
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
56
56
|
"@smithy/protocol-http": "^5.3.8",
|
|
57
|
-
"@smithy/smithy-client": "^4.11.
|
|
57
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
58
58
|
"@smithy/types": "^4.12.0",
|
|
59
59
|
"@smithy/url-parser": "^4.2.8",
|
|
60
60
|
"@smithy/util-base64": "^4.3.0",
|
|
61
61
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
62
62
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
63
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
64
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
63
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
64
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
65
65
|
"@smithy/util-endpoints": "^3.2.8",
|
|
66
66
|
"@smithy/util-middleware": "^4.2.8",
|
|
67
67
|
"@smithy/util-retry": "^4.2.8",
|