@aws-sdk/client-transcribe-streaming 3.337.0 → 3.338.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/TranscribeStreamingClient.js +2 -1
- package/dist-cjs/commands/StartCallAnalyticsStreamTranscriptionCommand.js +2 -1
- package/dist-cjs/commands/StartMedicalStreamTranscriptionCommand.js +2 -1
- package/dist-cjs/commands/StartStreamTranscriptionCommand.js +2 -1
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/TranscribeStreamingServiceException.js +2 -1
- package/dist-es/TranscribeStreamingClient.js +1 -0
- package/dist-es/commands/StartCallAnalyticsStreamTranscriptionCommand.js +1 -0
- package/dist-es/commands/StartMedicalStreamTranscriptionCommand.js +1 -0
- package/dist-es/commands/StartStreamTranscriptionCommand.js +1 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/TranscribeStreamingServiceException.js +1 -0
- package/dist-types/TranscribeStreamingClient.d.ts +3 -3
- package/dist-types/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +4 -0
- package/dist-types/commands/StartMedicalStreamTranscriptionCommand.d.ts +4 -0
- package/dist-types/commands/StartStreamTranscriptionCommand.d.ts +4 -0
- package/dist-types/index.d.ts +28 -1
- package/dist-types/models/TranscribeStreamingServiceException.d.ts +1 -0
- package/dist-types/ts3.4/TranscribeStreamingClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartMedicalStreamTranscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartStreamTranscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/TranscribeStreamingServiceException.d.ts +1 -0
- package/package.json +35 -35
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TranscribeStreamingClient = void 0;
|
|
3
|
+
exports.TranscribeStreamingClient = exports.__Client = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const eventstream_serde_config_resolver_1 = require("@aws-sdk/eventstream-serde-config-resolver");
|
|
6
6
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
@@ -15,6 +15,7 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
|
15
15
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
16
16
|
const middleware_websocket_1 = require("@aws-sdk/middleware-websocket");
|
|
17
17
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
18
|
+
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
18
19
|
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
19
20
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
20
21
|
class TranscribeStreamingClient extends smithy_client_1.Client {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartCallAnalyticsStreamTranscriptionCommand = void 0;
|
|
3
|
+
exports.StartCallAnalyticsStreamTranscriptionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_eventstream_1 = require("@aws-sdk/middleware-eventstream");
|
|
6
6
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
7
|
const middleware_websocket_1 = require("@aws-sdk/middleware-websocket");
|
|
8
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
10
|
const models_0_1 = require("../models/models_0");
|
|
10
11
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
12
|
class StartCallAnalyticsStreamTranscriptionCommand extends smithy_client_1.Command {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartMedicalStreamTranscriptionCommand = void 0;
|
|
3
|
+
exports.StartMedicalStreamTranscriptionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_eventstream_1 = require("@aws-sdk/middleware-eventstream");
|
|
6
6
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
7
|
const middleware_websocket_1 = require("@aws-sdk/middleware-websocket");
|
|
8
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
10
|
const models_0_1 = require("../models/models_0");
|
|
10
11
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
12
|
class StartMedicalStreamTranscriptionCommand extends smithy_client_1.Command {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartStreamTranscriptionCommand = void 0;
|
|
3
|
+
exports.StartStreamTranscriptionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_eventstream_1 = require("@aws-sdk/middleware-eventstream");
|
|
6
6
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
7
|
const middleware_websocket_1 = require("@aws-sdk/middleware-websocket");
|
|
8
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
10
|
const models_0_1 = require("../models/models_0");
|
|
10
11
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
12
|
class StartStreamTranscriptionCommand extends smithy_client_1.Command {
|
package/dist-cjs/index.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TranscribeStreamingServiceException = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./TranscribeStreaming"), exports);
|
|
6
5
|
tslib_1.__exportStar(require("./TranscribeStreamingClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TranscribeStreaming"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
9
9
|
var TranscribeStreamingServiceException_1 = require("./models/TranscribeStreamingServiceException");
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TranscribeStreamingServiceException = void 0;
|
|
3
|
+
exports.TranscribeStreamingServiceException = exports.__ServiceException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
5
6
|
class TranscribeStreamingServiceException extends smithy_client_1.ServiceException {
|
|
6
7
|
constructor(options) {
|
|
7
8
|
super(options);
|
|
@@ -14,6 +14,7 @@ import { resolveWebSocketConfig } from "@aws-sdk/middleware-websocket";
|
|
|
14
14
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
15
15
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
16
16
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
17
|
+
export { __Client };
|
|
17
18
|
export class TranscribeStreamingClient extends __Client {
|
|
18
19
|
constructor(configuration) {
|
|
19
20
|
const _config_0 = __getRuntimeConfig(configuration);
|
|
@@ -5,6 +5,7 @@ import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket";
|
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
6
|
import { StartCallAnalyticsStreamTranscriptionRequestFilterSensitiveLog, StartCallAnalyticsStreamTranscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { de_StartCallAnalyticsStreamTranscriptionCommand, se_StartCallAnalyticsStreamTranscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
8
|
+
export { $Command };
|
|
8
9
|
export class StartCallAnalyticsStreamTranscriptionCommand extends $Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
10
11
|
return {
|
|
@@ -5,6 +5,7 @@ import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket";
|
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
6
|
import { StartMedicalStreamTranscriptionRequestFilterSensitiveLog, StartMedicalStreamTranscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { de_StartMedicalStreamTranscriptionCommand, se_StartMedicalStreamTranscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
8
|
+
export { $Command };
|
|
8
9
|
export class StartMedicalStreamTranscriptionCommand extends $Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
10
11
|
return {
|
|
@@ -5,6 +5,7 @@ import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket";
|
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
6
|
import { StartStreamTranscriptionRequestFilterSensitiveLog, StartStreamTranscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { de_StartStreamTranscriptionCommand, se_StartStreamTranscriptionCommand } from "../protocols/Aws_restJson1";
|
|
8
|
+
export { $Command };
|
|
8
9
|
export class StartStreamTranscriptionCommand extends $Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
10
11
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./TranscribeStreaming";
|
|
2
1
|
export * from "./TranscribeStreamingClient";
|
|
2
|
+
export * from "./TranscribeStreaming";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./models";
|
|
5
5
|
export { TranscribeStreamingServiceException } from "./models/TranscribeStreamingServiceException";
|
|
@@ -15,6 +15,7 @@ import { StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsSt
|
|
|
15
15
|
import { StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput } from "./commands/StartMedicalStreamTranscriptionCommand";
|
|
16
16
|
import { StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput } from "./commands/StartStreamTranscriptionCommand";
|
|
17
17
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
18
|
+
export { __Client };
|
|
18
19
|
/**
|
|
19
20
|
* @public
|
|
20
21
|
*/
|
|
@@ -138,7 +139,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
138
139
|
/**
|
|
139
140
|
* @public
|
|
140
141
|
*/
|
|
141
|
-
type TranscribeStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & EventStreamInputConfig & WebSocketInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
|
|
142
|
+
export type TranscribeStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & EventStreamInputConfig & WebSocketInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
|
|
142
143
|
/**
|
|
143
144
|
* @public
|
|
144
145
|
*
|
|
@@ -149,7 +150,7 @@ export interface TranscribeStreamingClientConfig extends TranscribeStreamingClie
|
|
|
149
150
|
/**
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
|
-
type TranscribeStreamingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & EventStreamResolvedConfig & WebSocketResolvedConfig & UserAgentResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
|
|
153
|
+
export type TranscribeStreamingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & EventStreamResolvedConfig & WebSocketResolvedConfig & UserAgentResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
|
|
153
154
|
/**
|
|
154
155
|
* @public
|
|
155
156
|
*
|
|
@@ -196,4 +197,3 @@ export declare class TranscribeStreamingClient extends __Client<__HttpHandlerOpt
|
|
|
196
197
|
*/
|
|
197
198
|
destroy(): void;
|
|
198
199
|
}
|
|
199
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartCallAnalyticsStreamTranscriptionRequest, StartCallAnalyticsStreamTranscriptionResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartMedicalStreamTranscriptionRequest, StartMedicalStreamTranscriptionResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartStreamTranscriptionRequest, StartStreamTranscriptionResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Amazon Transcribe streaming offers three main types of real-time transcription:
|
|
3
|
+
* <b>Standard</b>, <b>Medical</b>, and
|
|
4
|
+
* <b>Call Analytics</b>.</p>
|
|
5
|
+
* <ul>
|
|
6
|
+
* <li>
|
|
7
|
+
* <p>
|
|
8
|
+
* <b>Standard transcriptions</b> are the most common option. Refer
|
|
9
|
+
* to for details.</p>
|
|
10
|
+
* </li>
|
|
11
|
+
* <li>
|
|
12
|
+
* <p>
|
|
13
|
+
* <b>Medical transcriptions</b> are tailored to medical professionals
|
|
14
|
+
* and incorporate medical terms. A common use case for this service is transcribing doctor-patient
|
|
15
|
+
* dialogue in real time, so doctors can focus on their patient instead of taking notes. Refer to
|
|
16
|
+
* for details.</p>
|
|
17
|
+
* </li>
|
|
18
|
+
* <li>
|
|
19
|
+
* <p>
|
|
20
|
+
* <b>Call Analytics transcriptions</b> are designed for use with call
|
|
21
|
+
* center audio on two different channels; if you're looking for insight into customer service calls, use this
|
|
22
|
+
* option. Refer to for details.</p>
|
|
23
|
+
* </li>
|
|
24
|
+
* </ul>
|
|
25
|
+
*
|
|
26
|
+
* @packageDocumentation
|
|
27
|
+
*/
|
|
2
28
|
export * from "./TranscribeStreamingClient";
|
|
29
|
+
export * from "./TranscribeStreaming";
|
|
3
30
|
export * from "./commands";
|
|
4
31
|
export * from "./models";
|
|
5
32
|
export { TranscribeStreamingServiceException } from "./models/TranscribeStreamingServiceException";
|
|
@@ -77,6 +77,7 @@ import {
|
|
|
77
77
|
ClientResolvedEndpointParameters,
|
|
78
78
|
EndpointParameters,
|
|
79
79
|
} from "./endpoint/EndpointParameters";
|
|
80
|
+
export { __Client };
|
|
80
81
|
export type ServiceInputTypes =
|
|
81
82
|
| StartCallAnalyticsStreamTranscriptionCommandInput
|
|
82
83
|
| StartMedicalStreamTranscriptionCommandInput
|
|
@@ -111,7 +112,7 @@ export interface ClientDefaults
|
|
|
111
112
|
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
112
113
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
113
114
|
}
|
|
114
|
-
type TranscribeStreamingClientConfigType = Partial<
|
|
115
|
+
export type TranscribeStreamingClientConfigType = Partial<
|
|
115
116
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
116
117
|
> &
|
|
117
118
|
ClientDefaults &
|
|
@@ -127,7 +128,7 @@ type TranscribeStreamingClientConfigType = Partial<
|
|
|
127
128
|
ClientInputEndpointParameters;
|
|
128
129
|
export interface TranscribeStreamingClientConfig
|
|
129
130
|
extends TranscribeStreamingClientConfigType {}
|
|
130
|
-
type TranscribeStreamingClientResolvedConfigType =
|
|
131
|
+
export type TranscribeStreamingClientResolvedConfigType =
|
|
131
132
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
132
133
|
Required<ClientDefaults> &
|
|
133
134
|
RegionResolvedConfig &
|
|
@@ -152,4 +153,3 @@ export declare class TranscribeStreamingClient extends __Client<
|
|
|
152
153
|
constructor(configuration: TranscribeStreamingClientConfig);
|
|
153
154
|
destroy(): void;
|
|
154
155
|
}
|
|
155
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TranscribeStreamingClientResolvedConfig,
|
|
17
17
|
} from "../TranscribeStreamingClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartCallAnalyticsStreamTranscriptionCommandInput
|
|
19
20
|
extends StartCallAnalyticsStreamTranscriptionRequest {}
|
|
20
21
|
export interface StartCallAnalyticsStreamTranscriptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TranscribeStreamingClientResolvedConfig,
|
|
17
17
|
} from "../TranscribeStreamingClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartMedicalStreamTranscriptionCommandInput
|
|
19
20
|
extends StartMedicalStreamTranscriptionRequest {}
|
|
20
21
|
export interface StartMedicalStreamTranscriptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
TranscribeStreamingClientResolvedConfig,
|
|
17
17
|
} from "../TranscribeStreamingClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartStreamTranscriptionCommandInput
|
|
19
20
|
extends StartStreamTranscriptionRequest {}
|
|
20
21
|
export interface StartStreamTranscriptionCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./TranscribeStreaming";
|
|
2
1
|
export * from "./TranscribeStreamingClient";
|
|
2
|
+
export * from "./TranscribeStreaming";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./models";
|
|
5
5
|
export { TranscribeStreamingServiceException } from "./models/TranscribeStreamingServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class TranscribeStreamingServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -22,43 +22,43 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/config-resolver": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
29
|
-
"@aws-sdk/eventstream-serde-browser": "3.
|
|
30
|
-
"@aws-sdk/eventstream-serde-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/eventstream-serde-node": "3.
|
|
32
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
33
|
-
"@aws-sdk/hash-node": "3.
|
|
34
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
35
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
36
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
37
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
38
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
39
|
-
"@aws-sdk/middleware-logger": "3.
|
|
40
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
41
|
-
"@aws-sdk/middleware-retry": "3.
|
|
42
|
-
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.
|
|
43
|
-
"@aws-sdk/middleware-serde": "3.
|
|
44
|
-
"@aws-sdk/middleware-signing": "3.
|
|
45
|
-
"@aws-sdk/middleware-stack": "3.
|
|
46
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
47
|
-
"@aws-sdk/middleware-websocket": "3.
|
|
48
|
-
"@aws-sdk/node-config-provider": "3.
|
|
49
|
-
"@aws-sdk/node-http-handler": "3.
|
|
50
|
-
"@aws-sdk/smithy-client": "3.
|
|
51
|
-
"@aws-sdk/types": "3.
|
|
52
|
-
"@aws-sdk/url-parser": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
26
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
28
|
+
"@aws-sdk/eventstream-handler-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/eventstream-serde-browser": "3.338.0",
|
|
30
|
+
"@aws-sdk/eventstream-serde-config-resolver": "3.338.0",
|
|
31
|
+
"@aws-sdk/eventstream-serde-node": "3.338.0",
|
|
32
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
33
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
34
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-eventstream": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
40
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
41
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
42
|
+
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.338.0",
|
|
43
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
44
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
45
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
46
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
47
|
+
"@aws-sdk/middleware-websocket": "3.338.0",
|
|
48
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
49
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
50
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
51
|
+
"@aws-sdk/types": "3.338.0",
|
|
52
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
53
53
|
"@aws-sdk/util-base64": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
56
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
57
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
58
|
-
"@aws-sdk/util-endpoints": "3.
|
|
59
|
-
"@aws-sdk/util-retry": "3.
|
|
60
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
61
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
57
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
58
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
59
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
60
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
61
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
62
62
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
63
63
|
"@smithy/protocol-http": "^1.0.1",
|
|
64
64
|
"@smithy/types": "^1.0.0",
|