@aws-sdk/client-transcribe-streaming 3.651.1 → 3.658.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.
@@ -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.651.1",
4
+ "version": "3.658.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.651.1",
25
- "@aws-sdk/client-sts": "3.651.1",
26
- "@aws-sdk/core": "3.651.1",
27
- "@aws-sdk/credential-provider-node": "3.651.1",
28
- "@aws-sdk/eventstream-handler-node": "3.649.0",
29
- "@aws-sdk/middleware-eventstream": "3.649.0",
30
- "@aws-sdk/middleware-host-header": "3.649.0",
31
- "@aws-sdk/middleware-logger": "3.649.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
33
- "@aws-sdk/middleware-sdk-transcribe-streaming": "3.649.0",
34
- "@aws-sdk/middleware-user-agent": "3.649.0",
35
- "@aws-sdk/middleware-websocket": "3.649.0",
36
- "@aws-sdk/region-config-resolver": "3.649.0",
37
- "@aws-sdk/types": "3.649.0",
38
- "@aws-sdk/util-endpoints": "3.649.0",
39
- "@aws-sdk/util-user-agent-browser": "3.649.0",
40
- "@aws-sdk/util-user-agent-node": "3.649.0",
41
- "@smithy/config-resolver": "^3.0.6",
42
- "@smithy/core": "^2.4.1",
43
- "@smithy/eventstream-serde-browser": "^3.0.7",
44
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
45
- "@smithy/eventstream-serde-node": "^3.0.6",
46
- "@smithy/fetch-http-handler": "^3.2.5",
47
- "@smithy/hash-node": "^3.0.4",
48
- "@smithy/invalid-dependency": "^3.0.4",
49
- "@smithy/middleware-content-length": "^3.0.6",
50
- "@smithy/middleware-endpoint": "^3.1.1",
51
- "@smithy/middleware-retry": "^3.0.16",
52
- "@smithy/middleware-serde": "^3.0.4",
53
- "@smithy/middleware-stack": "^3.0.4",
54
- "@smithy/node-config-provider": "^3.1.5",
55
- "@smithy/node-http-handler": "^3.2.0",
56
- "@smithy/protocol-http": "^4.1.1",
57
- "@smithy/smithy-client": "^3.3.0",
58
- "@smithy/types": "^3.4.0",
59
- "@smithy/url-parser": "^3.0.4",
24
+ "@aws-sdk/client-sso-oidc": "3.658.0",
25
+ "@aws-sdk/client-sts": "3.658.0",
26
+ "@aws-sdk/core": "3.658.0",
27
+ "@aws-sdk/credential-provider-node": "3.658.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.16",
64
- "@smithy/util-defaults-mode-node": "^3.0.16",
65
- "@smithy/util-endpoints": "^2.1.0",
66
- "@smithy/util-middleware": "^3.0.4",
67
- "@smithy/util-retry": "^3.0.4",
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
  },