@aws-sdk/client-transcribe-streaming 3.890.0 → 3.893.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-types/commands/GetMedicalScribeStreamCommand.d.ts +2 -0
- package/dist-types/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +2 -0
- package/dist-types/commands/StartMedicalScribeStreamCommand.d.ts +2 -0
- package/dist-types/commands/StartMedicalStreamTranscriptionCommand.d.ts +2 -0
- package/dist-types/commands/StartStreamTranscriptionCommand.d.ts +2 -0
- package/package.json +23 -23
|
@@ -36,6 +36,8 @@ declare const GetMedicalScribeStreamCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { TranscribeStreamingClient, GetMedicalScribeStreamCommand } from "@aws-sdk/client-transcribe-streaming"; // ES Modules import
|
|
38
38
|
* // const { TranscribeStreamingClient, GetMedicalScribeStreamCommand } = require("@aws-sdk/client-transcribe-streaming"); // CommonJS import
|
|
39
|
+
* // import type { TranscribeStreamingClientConfig } from "@aws-sdk/client-transcribe-streaming";
|
|
40
|
+
* const config = {}; // type is TranscribeStreamingClientConfig
|
|
39
41
|
* const client = new TranscribeStreamingClient(config);
|
|
40
42
|
* const input = { // GetMedicalScribeStreamRequest
|
|
41
43
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -54,6 +54,8 @@ declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { TranscribeStreamingClient, StartCallAnalyticsStreamTranscriptionCommand } from "@aws-sdk/client-transcribe-streaming"; // ES Modules import
|
|
56
56
|
* // const { TranscribeStreamingClient, StartCallAnalyticsStreamTranscriptionCommand } = require("@aws-sdk/client-transcribe-streaming"); // CommonJS import
|
|
57
|
+
* // import type { TranscribeStreamingClientConfig } from "@aws-sdk/client-transcribe-streaming";
|
|
58
|
+
* const config = {}; // type is TranscribeStreamingClientConfig
|
|
57
59
|
* const client = new TranscribeStreamingClient(config);
|
|
58
60
|
* const input = { // StartCallAnalyticsStreamTranscriptionRequest
|
|
59
61
|
* LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR",
|
|
@@ -72,6 +72,8 @@ declare const StartMedicalScribeStreamCommand_base: {
|
|
|
72
72
|
* ```javascript
|
|
73
73
|
* import { TranscribeStreamingClient, StartMedicalScribeStreamCommand } from "@aws-sdk/client-transcribe-streaming"; // ES Modules import
|
|
74
74
|
* // const { TranscribeStreamingClient, StartMedicalScribeStreamCommand } = require("@aws-sdk/client-transcribe-streaming"); // CommonJS import
|
|
75
|
+
* // import type { TranscribeStreamingClientConfig } from "@aws-sdk/client-transcribe-streaming";
|
|
76
|
+
* const config = {}; // type is TranscribeStreamingClientConfig
|
|
75
77
|
* const client = new TranscribeStreamingClient(config);
|
|
76
78
|
* const input = { // StartMedicalScribeStreamRequest
|
|
77
79
|
* SessionId: "STRING_VALUE",
|
|
@@ -56,6 +56,8 @@ declare const StartMedicalStreamTranscriptionCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { TranscribeStreamingClient, StartMedicalStreamTranscriptionCommand } from "@aws-sdk/client-transcribe-streaming"; // ES Modules import
|
|
58
58
|
* // const { TranscribeStreamingClient, StartMedicalStreamTranscriptionCommand } = require("@aws-sdk/client-transcribe-streaming"); // CommonJS import
|
|
59
|
+
* // import type { TranscribeStreamingClientConfig } from "@aws-sdk/client-transcribe-streaming";
|
|
60
|
+
* const config = {}; // type is TranscribeStreamingClientConfig
|
|
59
61
|
* const client = new TranscribeStreamingClient(config);
|
|
60
62
|
* const input = { // StartMedicalStreamTranscriptionRequest
|
|
61
63
|
* LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN" || "th-TH" || "es-ES" || "ar-SA" || "pt-PT" || "ca-ES" || "ar-AE" || "hi-IN" || "zh-HK" || "nl-NL" || "no-NO" || "sv-SE" || "pl-PL" || "fi-FI" || "zh-TW" || "en-IN" || "en-IE" || "en-NZ" || "en-AB" || "en-ZA" || "en-WL" || "de-CH" || "af-ZA" || "eu-ES" || "hr-HR" || "cs-CZ" || "da-DK" || "fa-IR" || "gl-ES" || "el-GR" || "he-IL" || "id-ID" || "lv-LV" || "ms-MY" || "ro-RO" || "ru-RU" || "sr-RS" || "sk-SK" || "so-SO" || "tl-PH" || "uk-UA" || "vi-VN" || "zu-ZA", // required
|
|
@@ -53,6 +53,8 @@ declare const StartStreamTranscriptionCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { TranscribeStreamingClient, StartStreamTranscriptionCommand } from "@aws-sdk/client-transcribe-streaming"; // ES Modules import
|
|
55
55
|
* // const { TranscribeStreamingClient, StartStreamTranscriptionCommand } = require("@aws-sdk/client-transcribe-streaming"); // CommonJS import
|
|
56
|
+
* // import type { TranscribeStreamingClientConfig } from "@aws-sdk/client-transcribe-streaming";
|
|
57
|
+
* const config = {}; // type is TranscribeStreamingClientConfig
|
|
56
58
|
* const client = new TranscribeStreamingClient(config);
|
|
57
59
|
* const input = { // StartStreamTranscriptionRequest
|
|
58
60
|
* LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN" || "th-TH" || "es-ES" || "ar-SA" || "pt-PT" || "ca-ES" || "ar-AE" || "hi-IN" || "zh-HK" || "nl-NL" || "no-NO" || "sv-SE" || "pl-PL" || "fi-FI" || "zh-TW" || "en-IN" || "en-IE" || "en-NZ" || "en-AB" || "en-ZA" || "en-WL" || "de-CH" || "af-ZA" || "eu-ES" || "hr-HR" || "cs-CZ" || "da-DK" || "fa-IR" || "gl-ES" || "el-GR" || "he-IL" || "id-ID" || "lv-LV" || "ms-MY" || "ro-RO" || "ru-RU" || "sr-RS" || "sk-SK" || "so-SO" || "tl-PH" || "uk-UA" || "vi-VN" || "zu-ZA",
|
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.893.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",
|
|
@@ -22,23 +22,23 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
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-user-agent": "3.
|
|
34
|
-
"@aws-sdk/middleware-websocket": "3.
|
|
35
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
36
|
-
"@aws-sdk/types": "3.
|
|
37
|
-
"@aws-sdk/util-endpoints": "3.
|
|
38
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
39
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
25
|
+
"@aws-sdk/core": "3.893.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
27
|
+
"@aws-sdk/eventstream-handler-node": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-eventstream": "3.893.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
32
|
+
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.893.0",
|
|
33
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
34
|
+
"@aws-sdk/middleware-websocket": "3.893.0",
|
|
35
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
36
|
+
"@aws-sdk/types": "3.893.0",
|
|
37
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
38
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
39
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
40
40
|
"@smithy/config-resolver": "^4.2.2",
|
|
41
|
-
"@smithy/core": "^3.11.
|
|
41
|
+
"@smithy/core": "^3.11.1",
|
|
42
42
|
"@smithy/eventstream-serde-browser": "^4.1.1",
|
|
43
43
|
"@smithy/eventstream-serde-config-resolver": "^4.2.1",
|
|
44
44
|
"@smithy/eventstream-serde-node": "^4.1.1",
|
|
@@ -46,24 +46,24 @@
|
|
|
46
46
|
"@smithy/hash-node": "^4.1.1",
|
|
47
47
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
48
48
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
49
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
50
|
-
"@smithy/middleware-retry": "^4.2.
|
|
49
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
50
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
51
51
|
"@smithy/middleware-serde": "^4.1.1",
|
|
52
52
|
"@smithy/middleware-stack": "^4.1.1",
|
|
53
53
|
"@smithy/node-config-provider": "^4.2.2",
|
|
54
54
|
"@smithy/node-http-handler": "^4.2.1",
|
|
55
55
|
"@smithy/protocol-http": "^5.2.1",
|
|
56
|
-
"@smithy/smithy-client": "^4.6.
|
|
56
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
57
57
|
"@smithy/types": "^4.5.0",
|
|
58
58
|
"@smithy/url-parser": "^4.1.1",
|
|
59
59
|
"@smithy/util-base64": "^4.1.0",
|
|
60
60
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
61
61
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
62
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
63
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
62
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
63
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
64
64
|
"@smithy/util-endpoints": "^3.1.2",
|
|
65
65
|
"@smithy/util-middleware": "^4.1.1",
|
|
66
|
-
"@smithy/util-retry": "^4.1.
|
|
66
|
+
"@smithy/util-retry": "^4.1.2",
|
|
67
67
|
"@smithy/util-utf8": "^4.1.0",
|
|
68
68
|
"tslib": "^2.6.2"
|
|
69
69
|
},
|