@aws-sdk/client-transcribe-streaming 3.590.0 → 3.592.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 +0 -3
- package/dist-types/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +2 -1
- package/dist-types/commands/StartMedicalStreamTranscriptionCommand.d.ts +2 -1
- package/dist-types/commands/StartStreamTranscriptionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/TranscribeStreamingServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMedicalStreamTranscriptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartStreamTranscriptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/TranscribeStreamingServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -166,7 +166,6 @@ var TranscribeStreamingClient = _TranscribeStreamingClient;
|
|
|
166
166
|
|
|
167
167
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
168
168
|
|
|
169
|
-
var import_types = require("@smithy/types");
|
|
170
169
|
|
|
171
170
|
// src/models/TranscribeStreamingServiceException.ts
|
|
172
171
|
|
|
@@ -1271,7 +1270,6 @@ var StartCallAnalyticsStreamTranscriptionCommand = _StartCallAnalyticsStreamTran
|
|
|
1271
1270
|
|
|
1272
1271
|
|
|
1273
1272
|
|
|
1274
|
-
|
|
1275
1273
|
var _StartMedicalStreamTranscriptionCommand = class _StartMedicalStreamTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1276
1274
|
...commonParams
|
|
1277
1275
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1303,7 +1301,6 @@ var StartMedicalStreamTranscriptionCommand = _StartMedicalStreamTranscriptionCom
|
|
|
1303
1301
|
|
|
1304
1302
|
|
|
1305
1303
|
|
|
1306
|
-
|
|
1307
1304
|
var _StartStreamTranscriptionCommand = class _StartStreamTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1308
1305
|
...commonParams
|
|
1309
1306
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
export * from "./TranscribeStreamingClient";
|
|
29
29
|
export * from "./TranscribeStreaming";
|
|
30
30
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
31
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
32
|
-
export { TranscribeStreamingExtensionConfiguration } from "./extensionConfiguration";
|
|
31
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
32
|
+
export type { TranscribeStreamingExtensionConfiguration } from "./extensionConfiguration";
|
|
33
33
|
export * from "./commands";
|
|
34
34
|
export * from "./models";
|
|
35
35
|
export { TranscribeStreamingServiceException } from "./models/TranscribeStreamingServiceException";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TranscribeStreamingClientResolvedConfig,
|
|
11
11
|
} from "../TranscribeStreamingClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartCallAnalyticsStreamTranscriptionCommandInput
|
|
14
15
|
extends StartCallAnalyticsStreamTranscriptionRequest {}
|
|
15
16
|
export interface StartCallAnalyticsStreamTranscriptionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TranscribeStreamingClientResolvedConfig,
|
|
11
11
|
} from "../TranscribeStreamingClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartMedicalStreamTranscriptionCommandInput
|
|
14
15
|
extends StartMedicalStreamTranscriptionRequest {}
|
|
15
16
|
export interface StartMedicalStreamTranscriptionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TranscribeStreamingClientResolvedConfig,
|
|
11
11
|
} from "../TranscribeStreamingClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartStreamTranscriptionCommandInput
|
|
14
15
|
extends StartStreamTranscriptionRequest {}
|
|
15
16
|
export interface StartStreamTranscriptionCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class TranscribeStreamingServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.592.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,10 +21,10 @@
|
|
|
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-sso-oidc": "3.
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
25
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
26
|
+
"@aws-sdk/core": "3.592.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
28
28
|
"@aws-sdk/eventstream-handler-node": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-eventstream": "3.587.0",
|
|
30
30
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
41
41
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
42
42
|
"@smithy/config-resolver": "^3.0.1",
|
|
43
|
-
"@smithy/core": "^2.
|
|
43
|
+
"@smithy/core": "^2.2.0",
|
|
44
44
|
"@smithy/eventstream-serde-browser": "^3.0.0",
|
|
45
45
|
"@smithy/eventstream-serde-config-resolver": "^3.0.0",
|
|
46
46
|
"@smithy/eventstream-serde-node": "^3.0.0",
|