@aws-sdk/client-transcribe-streaming 3.775.0 → 3.782.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 +1 -0
- package/dist-types/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +1 -0
- package/dist-types/commands/StartMedicalScribeStreamCommand.d.ts +1 -0
- package/dist-types/commands/StartMedicalStreamTranscriptionCommand.d.ts +1 -0
- package/dist-types/commands/StartStreamTranscriptionCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -112,6 +112,7 @@ declare const GetMedicalScribeStreamCommand_base: {
|
|
|
112
112
|
* @throws {@link TranscribeStreamingServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from TranscribeStreaming service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class GetMedicalScribeStreamCommand extends GetMedicalScribeStreamCommand_base {
|
|
@@ -209,6 +209,7 @@ declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
|
|
|
209
209
|
* @throws {@link TranscribeStreamingServiceException}
|
|
210
210
|
* <p>Base exception class for all service exceptions from TranscribeStreaming service.</p>
|
|
211
211
|
*
|
|
212
|
+
*
|
|
212
213
|
* @public
|
|
213
214
|
*/
|
|
214
215
|
export declare class StartCallAnalyticsStreamTranscriptionCommand extends StartCallAnalyticsStreamTranscriptionCommand_base {
|
|
@@ -189,6 +189,7 @@ declare const StartMedicalScribeStreamCommand_base: {
|
|
|
189
189
|
* @throws {@link TranscribeStreamingServiceException}
|
|
190
190
|
* <p>Base exception class for all service exceptions from TranscribeStreaming service.</p>
|
|
191
191
|
*
|
|
192
|
+
*
|
|
192
193
|
* @public
|
|
193
194
|
*/
|
|
194
195
|
export declare class StartMedicalScribeStreamCommand extends StartMedicalScribeStreamCommand_base {
|
|
@@ -191,6 +191,7 @@ declare const StartMedicalStreamTranscriptionCommand_base: {
|
|
|
191
191
|
* @throws {@link TranscribeStreamingServiceException}
|
|
192
192
|
* <p>Base exception class for all service exceptions from TranscribeStreaming service.</p>
|
|
193
193
|
*
|
|
194
|
+
*
|
|
194
195
|
* @public
|
|
195
196
|
*/
|
|
196
197
|
export declare class StartMedicalStreamTranscriptionCommand extends StartMedicalStreamTranscriptionCommand_base {
|
|
@@ -220,6 +220,7 @@ declare const StartStreamTranscriptionCommand_base: {
|
|
|
220
220
|
* @throws {@link TranscribeStreamingServiceException}
|
|
221
221
|
* <p>Base exception class for all service exceptions from TranscribeStreaming service.</p>
|
|
222
222
|
*
|
|
223
|
+
*
|
|
223
224
|
* @public
|
|
224
225
|
*/
|
|
225
226
|
export declare class StartStreamTranscriptionCommand extends StartStreamTranscriptionCommand_base {
|
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.782.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",
|
|
@@ -23,20 +23,20 @@
|
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
25
|
"@aws-sdk/core": "3.775.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
27
27
|
"@aws-sdk/eventstream-handler-node": "3.775.0",
|
|
28
28
|
"@aws-sdk/middleware-eventstream": "3.775.0",
|
|
29
29
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
30
30
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
31
31
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
32
32
|
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.775.0",
|
|
33
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
34
34
|
"@aws-sdk/middleware-websocket": "3.775.0",
|
|
35
35
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
36
36
|
"@aws-sdk/types": "3.775.0",
|
|
37
|
-
"@aws-sdk/util-endpoints": "3.
|
|
37
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
38
38
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
39
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
39
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
40
40
|
"@smithy/config-resolver": "^4.1.0",
|
|
41
41
|
"@smithy/core": "^3.2.0",
|
|
42
42
|
"@smithy/eventstream-serde-browser": "^4.0.2",
|