@aws-sdk/client-transcribe-streaming 3.650.0 → 3.654.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/StartCallAnalyticsStreamTranscriptionCommand.d.ts +11 -0
- package/dist-types/commands/StartMedicalStreamTranscriptionCommand.d.ts +11 -0
- package/dist-types/commands/StartStreamTranscriptionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMedicalStreamTranscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartStreamTranscriptionCommand.d.ts +12 -1
- package/package.json +42 -42
|
@@ -212,4 +212,15 @@ declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
|
|
|
212
212
|
* @public
|
|
213
213
|
*/
|
|
214
214
|
export declare class StartCallAnalyticsStreamTranscriptionCommand extends StartCallAnalyticsStreamTranscriptionCommand_base {
|
|
215
|
+
/** @internal type navigation helper, not in runtime. */
|
|
216
|
+
protected static __types: {
|
|
217
|
+
api: {
|
|
218
|
+
input: StartCallAnalyticsStreamTranscriptionRequest;
|
|
219
|
+
output: StartCallAnalyticsStreamTranscriptionResponse;
|
|
220
|
+
};
|
|
221
|
+
sdk: {
|
|
222
|
+
input: StartCallAnalyticsStreamTranscriptionCommandInput;
|
|
223
|
+
output: StartCallAnalyticsStreamTranscriptionCommandOutput;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
215
226
|
}
|
|
@@ -194,4 +194,15 @@ declare const StartMedicalStreamTranscriptionCommand_base: {
|
|
|
194
194
|
* @public
|
|
195
195
|
*/
|
|
196
196
|
export declare class StartMedicalStreamTranscriptionCommand extends StartMedicalStreamTranscriptionCommand_base {
|
|
197
|
+
/** @internal type navigation helper, not in runtime. */
|
|
198
|
+
protected static __types: {
|
|
199
|
+
api: {
|
|
200
|
+
input: StartMedicalStreamTranscriptionRequest;
|
|
201
|
+
output: StartMedicalStreamTranscriptionResponse;
|
|
202
|
+
};
|
|
203
|
+
sdk: {
|
|
204
|
+
input: StartMedicalStreamTranscriptionCommandInput;
|
|
205
|
+
output: StartMedicalStreamTranscriptionCommandOutput;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
197
208
|
}
|
|
@@ -223,4 +223,15 @@ declare const StartStreamTranscriptionCommand_base: {
|
|
|
223
223
|
* @public
|
|
224
224
|
*/
|
|
225
225
|
export declare class StartStreamTranscriptionCommand extends StartStreamTranscriptionCommand_base {
|
|
226
|
+
/** @internal type navigation helper, not in runtime. */
|
|
227
|
+
protected static __types: {
|
|
228
|
+
api: {
|
|
229
|
+
input: StartStreamTranscriptionRequest;
|
|
230
|
+
output: StartStreamTranscriptionResponse;
|
|
231
|
+
};
|
|
232
|
+
sdk: {
|
|
233
|
+
input: StartStreamTranscriptionCommandInput;
|
|
234
|
+
output: StartStreamTranscriptionCommandOutput;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
226
237
|
}
|
|
@@ -37,4 +37,15 @@ declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartCallAnalyticsStreamTranscriptionCommand extends StartCallAnalyticsStreamTranscriptionCommand_base {
|
|
40
|
+
export declare class StartCallAnalyticsStreamTranscriptionCommand extends StartCallAnalyticsStreamTranscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartCallAnalyticsStreamTranscriptionRequest;
|
|
44
|
+
output: StartCallAnalyticsStreamTranscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartCallAnalyticsStreamTranscriptionCommandInput;
|
|
48
|
+
output: StartCallAnalyticsStreamTranscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartMedicalStreamTranscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartMedicalStreamTranscriptionCommand extends StartMedicalStreamTranscriptionCommand_base {
|
|
40
|
+
export declare class StartMedicalStreamTranscriptionCommand extends StartMedicalStreamTranscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartMedicalStreamTranscriptionRequest;
|
|
44
|
+
output: StartMedicalStreamTranscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartMedicalStreamTranscriptionCommandInput;
|
|
48
|
+
output: StartMedicalStreamTranscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartStreamTranscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartStreamTranscriptionCommand extends StartStreamTranscriptionCommand_base {
|
|
40
|
+
export declare class StartStreamTranscriptionCommand extends StartStreamTranscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartStreamTranscriptionRequest;
|
|
44
|
+
output: StartStreamTranscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartStreamTranscriptionCommandInput;
|
|
48
|
+
output: StartStreamTranscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
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.654.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,50 +21,50 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
29
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-sdk-transcribe-streaming": "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": "^3.0.
|
|
42
|
-
"@smithy/core": "^2.4.
|
|
43
|
-
"@smithy/eventstream-serde-browser": "^3.0.
|
|
44
|
-
"@smithy/eventstream-serde-config-resolver": "^3.0.
|
|
45
|
-
"@smithy/eventstream-serde-node": "^3.0.
|
|
46
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
47
|
-
"@smithy/hash-node": "^3.0.
|
|
48
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
49
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
50
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
51
|
-
"@smithy/middleware-retry": "^3.0.
|
|
52
|
-
"@smithy/middleware-serde": "^3.0.
|
|
53
|
-
"@smithy/middleware-stack": "^3.0.
|
|
54
|
-
"@smithy/node-config-provider": "^3.1.
|
|
55
|
-
"@smithy/node-http-handler": "^3.2.
|
|
56
|
-
"@smithy/protocol-http": "^4.1.
|
|
57
|
-
"@smithy/smithy-client": "^3.3.
|
|
58
|
-
"@smithy/types": "^3.4.
|
|
59
|
-
"@smithy/url-parser": "^3.0.
|
|
24
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
25
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
26
|
+
"@aws-sdk/core": "3.654.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
28
|
+
"@aws-sdk/eventstream-handler-node": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-eventstream": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
33
|
+
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.654.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
35
|
+
"@aws-sdk/middleware-websocket": "3.654.0",
|
|
36
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
37
|
+
"@aws-sdk/types": "3.654.0",
|
|
38
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
39
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
41
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
42
|
+
"@smithy/core": "^2.4.3",
|
|
43
|
+
"@smithy/eventstream-serde-browser": "^3.0.9",
|
|
44
|
+
"@smithy/eventstream-serde-config-resolver": "^3.0.6",
|
|
45
|
+
"@smithy/eventstream-serde-node": "^3.0.8",
|
|
46
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
47
|
+
"@smithy/hash-node": "^3.0.6",
|
|
48
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
49
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
50
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
51
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
52
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
53
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
54
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
55
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
56
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
57
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
58
|
+
"@smithy/types": "^3.4.2",
|
|
59
|
+
"@smithy/url-parser": "^3.0.6",
|
|
60
60
|
"@smithy/util-base64": "^3.0.0",
|
|
61
61
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
62
62
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
63
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
64
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
65
|
-
"@smithy/util-endpoints": "^2.1.
|
|
66
|
-
"@smithy/util-middleware": "^3.0.
|
|
67
|
-
"@smithy/util-retry": "^3.0.
|
|
63
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
64
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
65
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
66
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
67
|
+
"@smithy/util-retry": "^3.0.6",
|
|
68
68
|
"@smithy/util-utf8": "^3.0.0",
|
|
69
69
|
"tslib": "^2.6.2"
|
|
70
70
|
},
|