@aws-sdk/client-transcribe-streaming 3.496.0 → 3.499.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 +23 -22
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1445,45 +1445,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1445
1445
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1446
1446
|
|
|
1447
1447
|
0 && (module.exports = {
|
|
1448
|
+
TranscribeStreamingServiceException,
|
|
1449
|
+
__Client,
|
|
1450
|
+
TranscribeStreamingClient,
|
|
1451
|
+
TranscribeStreaming,
|
|
1452
|
+
$Command,
|
|
1453
|
+
StartCallAnalyticsStreamTranscriptionCommand,
|
|
1454
|
+
StartMedicalStreamTranscriptionCommand,
|
|
1455
|
+
StartStreamTranscriptionCommand,
|
|
1456
|
+
ItemType,
|
|
1457
|
+
ParticipantRole,
|
|
1458
|
+
ContentRedactionOutput,
|
|
1448
1459
|
AudioStream,
|
|
1449
|
-
AudioStreamFilterSensitiveLog,
|
|
1450
1460
|
BadRequestException,
|
|
1451
1461
|
CallAnalyticsLanguageCode,
|
|
1452
|
-
CallAnalyticsTranscriptResultStream,
|
|
1453
|
-
CallAnalyticsTranscriptResultStreamFilterSensitiveLog,
|
|
1454
1462
|
ConflictException,
|
|
1463
|
+
InternalFailureException,
|
|
1464
|
+
LimitExceededException,
|
|
1465
|
+
ServiceUnavailableException,
|
|
1466
|
+
Sentiment,
|
|
1467
|
+
CallAnalyticsTranscriptResultStream,
|
|
1455
1468
|
ContentIdentificationType,
|
|
1456
|
-
ContentRedactionOutput,
|
|
1457
1469
|
ContentRedactionType,
|
|
1458
|
-
InternalFailureException,
|
|
1459
|
-
ItemType,
|
|
1460
1470
|
LanguageCode,
|
|
1461
|
-
LimitExceededException,
|
|
1462
1471
|
MediaEncoding,
|
|
1463
1472
|
MedicalContentIdentificationType,
|
|
1464
1473
|
MedicalTranscriptResultStream,
|
|
1465
|
-
MedicalTranscriptResultStreamFilterSensitiveLog,
|
|
1466
1474
|
PartialResultsStability,
|
|
1467
|
-
ParticipantRole,
|
|
1468
|
-
Sentiment,
|
|
1469
|
-
ServiceUnavailableException,
|
|
1470
1475
|
Specialty,
|
|
1471
|
-
|
|
1476
|
+
VocabularyFilterMethod,
|
|
1477
|
+
Type,
|
|
1478
|
+
TranscriptResultStream,
|
|
1479
|
+
AudioStreamFilterSensitiveLog,
|
|
1480
|
+
CallAnalyticsTranscriptResultStreamFilterSensitiveLog,
|
|
1481
|
+
MedicalTranscriptResultStreamFilterSensitiveLog,
|
|
1472
1482
|
StartCallAnalyticsStreamTranscriptionRequestFilterSensitiveLog,
|
|
1473
1483
|
StartCallAnalyticsStreamTranscriptionResponseFilterSensitiveLog,
|
|
1474
|
-
StartMedicalStreamTranscriptionCommand,
|
|
1475
1484
|
StartMedicalStreamTranscriptionRequestFilterSensitiveLog,
|
|
1476
1485
|
StartMedicalStreamTranscriptionResponseFilterSensitiveLog,
|
|
1477
|
-
StartStreamTranscriptionCommand,
|
|
1478
1486
|
StartStreamTranscriptionRequestFilterSensitiveLog,
|
|
1479
|
-
StartStreamTranscriptionResponseFilterSensitiveLog,
|
|
1480
|
-
TranscribeStreaming,
|
|
1481
|
-
TranscribeStreamingClient,
|
|
1482
|
-
TranscribeStreamingServiceException,
|
|
1483
|
-
TranscriptResultStream,
|
|
1484
1487
|
TranscriptResultStreamFilterSensitiveLog,
|
|
1485
|
-
|
|
1486
|
-
VocabularyFilterMethod,
|
|
1487
|
-
__Client
|
|
1488
|
+
StartStreamTranscriptionResponseFilterSensitiveLog
|
|
1488
1489
|
});
|
|
1489
1490
|
|
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.499.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-transcribe-streaming",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
25
25
|
"@aws-sdk/core": "3.496.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
27
27
|
"@aws-sdk/eventstream-handler-node": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-eventstream": "3.496.0",
|
|
29
29
|
"@aws-sdk/middleware-host-header": "3.496.0",
|