@aws-sdk/client-transcribe-streaming 3.495.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 +25 -22
- package/package.json +46 -46
package/dist-cjs/index.js
CHANGED
|
@@ -1443,45 +1443,48 @@ var TranscribeStreaming = _TranscribeStreaming;
|
|
|
1443
1443
|
// src/index.ts
|
|
1444
1444
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1445
1445
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1446
|
+
|
|
1446
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,
|
|
1447
1459
|
AudioStream,
|
|
1448
|
-
AudioStreamFilterSensitiveLog,
|
|
1449
1460
|
BadRequestException,
|
|
1450
1461
|
CallAnalyticsLanguageCode,
|
|
1451
|
-
CallAnalyticsTranscriptResultStream,
|
|
1452
|
-
CallAnalyticsTranscriptResultStreamFilterSensitiveLog,
|
|
1453
1462
|
ConflictException,
|
|
1463
|
+
InternalFailureException,
|
|
1464
|
+
LimitExceededException,
|
|
1465
|
+
ServiceUnavailableException,
|
|
1466
|
+
Sentiment,
|
|
1467
|
+
CallAnalyticsTranscriptResultStream,
|
|
1454
1468
|
ContentIdentificationType,
|
|
1455
|
-
ContentRedactionOutput,
|
|
1456
1469
|
ContentRedactionType,
|
|
1457
|
-
InternalFailureException,
|
|
1458
|
-
ItemType,
|
|
1459
1470
|
LanguageCode,
|
|
1460
|
-
LimitExceededException,
|
|
1461
1471
|
MediaEncoding,
|
|
1462
1472
|
MedicalContentIdentificationType,
|
|
1463
1473
|
MedicalTranscriptResultStream,
|
|
1464
|
-
MedicalTranscriptResultStreamFilterSensitiveLog,
|
|
1465
1474
|
PartialResultsStability,
|
|
1466
|
-
ParticipantRole,
|
|
1467
|
-
Sentiment,
|
|
1468
|
-
ServiceUnavailableException,
|
|
1469
1475
|
Specialty,
|
|
1470
|
-
|
|
1476
|
+
VocabularyFilterMethod,
|
|
1477
|
+
Type,
|
|
1478
|
+
TranscriptResultStream,
|
|
1479
|
+
AudioStreamFilterSensitiveLog,
|
|
1480
|
+
CallAnalyticsTranscriptResultStreamFilterSensitiveLog,
|
|
1481
|
+
MedicalTranscriptResultStreamFilterSensitiveLog,
|
|
1471
1482
|
StartCallAnalyticsStreamTranscriptionRequestFilterSensitiveLog,
|
|
1472
1483
|
StartCallAnalyticsStreamTranscriptionResponseFilterSensitiveLog,
|
|
1473
|
-
StartMedicalStreamTranscriptionCommand,
|
|
1474
1484
|
StartMedicalStreamTranscriptionRequestFilterSensitiveLog,
|
|
1475
1485
|
StartMedicalStreamTranscriptionResponseFilterSensitiveLog,
|
|
1476
|
-
StartStreamTranscriptionCommand,
|
|
1477
1486
|
StartStreamTranscriptionRequestFilterSensitiveLog,
|
|
1478
|
-
StartStreamTranscriptionResponseFilterSensitiveLog,
|
|
1479
|
-
TranscribeStreaming,
|
|
1480
|
-
TranscribeStreamingClient,
|
|
1481
|
-
TranscribeStreamingServiceException,
|
|
1482
|
-
TranscriptResultStream,
|
|
1483
1487
|
TranscriptResultStreamFilterSensitiveLog,
|
|
1484
|
-
|
|
1485
|
-
VocabularyFilterMethod,
|
|
1486
|
-
__Client
|
|
1488
|
+
StartStreamTranscriptionResponseFilterSensitiveLog
|
|
1487
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,54 +21,54 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
28
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/middleware-websocket": "3.
|
|
36
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
37
|
-
"@aws-sdk/types": "3.
|
|
38
|
-
"@aws-sdk/util-endpoints": "3.
|
|
39
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
40
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
41
|
-
"@smithy/config-resolver": "^2.1.
|
|
42
|
-
"@smithy/core": "^1.3.
|
|
43
|
-
"@smithy/eventstream-serde-browser": "^2.1.
|
|
44
|
-
"@smithy/eventstream-serde-config-resolver": "^2.1.
|
|
45
|
-
"@smithy/eventstream-serde-node": "^2.1.
|
|
46
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
47
|
-
"@smithy/hash-node": "^2.1.
|
|
48
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
49
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
50
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
51
|
-
"@smithy/middleware-retry": "^2.1.
|
|
52
|
-
"@smithy/middleware-serde": "^2.1.
|
|
53
|
-
"@smithy/middleware-stack": "^2.1.
|
|
54
|
-
"@smithy/node-config-provider": "^2.2.
|
|
55
|
-
"@smithy/node-http-handler": "^2.3.
|
|
56
|
-
"@smithy/protocol-http": "^3.1.
|
|
57
|
-
"@smithy/smithy-client": "^2.3.
|
|
58
|
-
"@smithy/types": "^2.9.
|
|
59
|
-
"@smithy/url-parser": "^2.1.
|
|
60
|
-
"@smithy/util-base64": "^2.1.
|
|
61
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
62
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
63
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
64
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
65
|
-
"@smithy/util-endpoints": "^1.1.
|
|
66
|
-
"@smithy/util-retry": "^2.1.
|
|
67
|
-
"@smithy/util-utf8": "^2.1.
|
|
24
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
25
|
+
"@aws-sdk/core": "3.496.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
27
|
+
"@aws-sdk/eventstream-handler-node": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-eventstream": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
32
|
+
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.496.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
35
|
+
"@aws-sdk/middleware-websocket": "3.496.0",
|
|
36
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
37
|
+
"@aws-sdk/types": "3.496.0",
|
|
38
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
39
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
41
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
42
|
+
"@smithy/core": "^1.3.1",
|
|
43
|
+
"@smithy/eventstream-serde-browser": "^2.1.1",
|
|
44
|
+
"@smithy/eventstream-serde-config-resolver": "^2.1.1",
|
|
45
|
+
"@smithy/eventstream-serde-node": "^2.1.1",
|
|
46
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
47
|
+
"@smithy/hash-node": "^2.1.1",
|
|
48
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
49
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
50
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
51
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
52
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
53
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
54
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
55
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
56
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
57
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
58
|
+
"@smithy/types": "^2.9.1",
|
|
59
|
+
"@smithy/url-parser": "^2.1.1",
|
|
60
|
+
"@smithy/util-base64": "^2.1.1",
|
|
61
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
62
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
63
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
64
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
65
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
66
|
+
"@smithy/util-retry": "^2.1.1",
|
|
67
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
68
68
|
"tslib": "^2.5.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
71
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
72
72
|
"@tsconfig/node14": "1.0.3",
|
|
73
73
|
"@types/node": "^14.14.31",
|
|
74
74
|
"concurrently": "7.0.0",
|