@aws-sdk/client-transcribe-streaming 3.1077.0 → 3.1079.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 +20 -101
- package/dist-es/commandBuilder.js +16 -0
- package/dist-es/commands/GetMedicalScribeStreamCommand.js +2 -14
- package/dist-es/commands/StartCallAnalyticsStreamTranscriptionCommand.js +2 -29
- package/dist-es/commands/StartMedicalScribeStreamCommand.js +2 -29
- package/dist-es/commands/StartMedicalStreamTranscriptionCommand.js +2 -29
- package/dist-es/commands/StartStreamTranscriptionCommand.js +2 -29
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/GetMedicalScribeStreamCommand.d.ts +3 -8
- package/dist-types/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +3 -8
- package/dist-types/commands/StartMedicalScribeStreamCommand.d.ts +3 -8
- package/dist-types/commands/StartMedicalStreamTranscriptionCommand.d.ts +3 -8
- package/dist-types/commands/StartStreamTranscriptionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetMedicalScribeStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMedicalScribeStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMedicalStreamTranscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartStreamTranscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -2,8 +2,9 @@ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsu
|
|
|
2
2
|
const { resolveEventStreamConfig, getEventStreamPlugin } = require("@aws-sdk/middleware-eventstream");
|
|
3
3
|
const { resolveWebSocketConfig, getWebSocketPlugin } = require("@aws-sdk/middleware-websocket");
|
|
4
4
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
|
|
5
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
6
|
-
|
|
5
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
6
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
7
|
+
exports.$Command = $Command;
|
|
7
8
|
exports.__Client = Client;
|
|
8
9
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
9
10
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -73,7 +74,7 @@ const commonParams = {
|
|
|
73
74
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
74
75
|
};
|
|
75
76
|
|
|
76
|
-
var version = "3.
|
|
77
|
+
var version = "3.1078.0";
|
|
77
78
|
var packageInfo = {
|
|
78
79
|
version: version};
|
|
79
80
|
|
|
@@ -985,112 +986,30 @@ class TranscribeStreamingClient extends Client {
|
|
|
985
986
|
}
|
|
986
987
|
}
|
|
987
988
|
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
989
|
+
const command = makeBuilder(commonParams, "Transcribe", "TranscribeStreamingClient", getEndpointPlugin);
|
|
990
|
+
const _ep0 = {};
|
|
991
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
992
|
+
const _mw1 = (Command, cs, config, o) => [
|
|
993
|
+
getEventStreamPlugin(config),
|
|
994
|
+
getWebSocketPlugin(config, {
|
|
995
|
+
headerPrefix: "x-amzn-transcribe-",
|
|
996
|
+
}),
|
|
997
|
+
getTranscribeStreamingPlugin(config),
|
|
998
|
+
];
|
|
999
|
+
|
|
1000
|
+
class GetMedicalScribeStreamCommand extends command(_ep0, _mw0, "GetMedicalScribeStream", GetMedicalScribeStream$) {
|
|
998
1001
|
}
|
|
999
1002
|
|
|
1000
|
-
class StartCallAnalyticsStreamTranscriptionCommand extends
|
|
1001
|
-
.classBuilder()
|
|
1002
|
-
.ep(commonParams)
|
|
1003
|
-
.m(function (Command, cs, config, o) {
|
|
1004
|
-
return [
|
|
1005
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1006
|
-
getEventStreamPlugin(config),
|
|
1007
|
-
getWebSocketPlugin(config, {
|
|
1008
|
-
headerPrefix: 'x-amzn-transcribe-',
|
|
1009
|
-
}),
|
|
1010
|
-
getTranscribeStreamingPlugin(config),
|
|
1011
|
-
];
|
|
1012
|
-
})
|
|
1013
|
-
.s("Transcribe", "StartCallAnalyticsStreamTranscription", {
|
|
1014
|
-
eventStream: {
|
|
1015
|
-
input: true,
|
|
1016
|
-
output: true,
|
|
1017
|
-
},
|
|
1018
|
-
})
|
|
1019
|
-
.n("TranscribeStreamingClient", "StartCallAnalyticsStreamTranscriptionCommand")
|
|
1020
|
-
.sc(StartCallAnalyticsStreamTranscription$)
|
|
1021
|
-
.build() {
|
|
1003
|
+
class StartCallAnalyticsStreamTranscriptionCommand extends command(_ep0, _mw1, "StartCallAnalyticsStreamTranscription", StartCallAnalyticsStreamTranscription$) {
|
|
1022
1004
|
}
|
|
1023
1005
|
|
|
1024
|
-
class StartMedicalScribeStreamCommand extends
|
|
1025
|
-
.classBuilder()
|
|
1026
|
-
.ep(commonParams)
|
|
1027
|
-
.m(function (Command, cs, config, o) {
|
|
1028
|
-
return [
|
|
1029
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1030
|
-
getEventStreamPlugin(config),
|
|
1031
|
-
getWebSocketPlugin(config, {
|
|
1032
|
-
headerPrefix: 'x-amzn-transcribe-',
|
|
1033
|
-
}),
|
|
1034
|
-
getTranscribeStreamingPlugin(config),
|
|
1035
|
-
];
|
|
1036
|
-
})
|
|
1037
|
-
.s("Transcribe", "StartMedicalScribeStream", {
|
|
1038
|
-
eventStream: {
|
|
1039
|
-
input: true,
|
|
1040
|
-
output: true,
|
|
1041
|
-
},
|
|
1042
|
-
})
|
|
1043
|
-
.n("TranscribeStreamingClient", "StartMedicalScribeStreamCommand")
|
|
1044
|
-
.sc(StartMedicalScribeStream$)
|
|
1045
|
-
.build() {
|
|
1006
|
+
class StartMedicalScribeStreamCommand extends command(_ep0, _mw1, "StartMedicalScribeStream", StartMedicalScribeStream$) {
|
|
1046
1007
|
}
|
|
1047
1008
|
|
|
1048
|
-
class StartMedicalStreamTranscriptionCommand extends
|
|
1049
|
-
.classBuilder()
|
|
1050
|
-
.ep(commonParams)
|
|
1051
|
-
.m(function (Command, cs, config, o) {
|
|
1052
|
-
return [
|
|
1053
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1054
|
-
getEventStreamPlugin(config),
|
|
1055
|
-
getWebSocketPlugin(config, {
|
|
1056
|
-
headerPrefix: 'x-amzn-transcribe-',
|
|
1057
|
-
}),
|
|
1058
|
-
getTranscribeStreamingPlugin(config),
|
|
1059
|
-
];
|
|
1060
|
-
})
|
|
1061
|
-
.s("Transcribe", "StartMedicalStreamTranscription", {
|
|
1062
|
-
eventStream: {
|
|
1063
|
-
input: true,
|
|
1064
|
-
output: true,
|
|
1065
|
-
},
|
|
1066
|
-
})
|
|
1067
|
-
.n("TranscribeStreamingClient", "StartMedicalStreamTranscriptionCommand")
|
|
1068
|
-
.sc(StartMedicalStreamTranscription$)
|
|
1069
|
-
.build() {
|
|
1009
|
+
class StartMedicalStreamTranscriptionCommand extends command(_ep0, _mw1, "StartMedicalStreamTranscription", StartMedicalStreamTranscription$) {
|
|
1070
1010
|
}
|
|
1071
1011
|
|
|
1072
|
-
class StartStreamTranscriptionCommand extends
|
|
1073
|
-
.classBuilder()
|
|
1074
|
-
.ep(commonParams)
|
|
1075
|
-
.m(function (Command, cs, config, o) {
|
|
1076
|
-
return [
|
|
1077
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1078
|
-
getEventStreamPlugin(config),
|
|
1079
|
-
getWebSocketPlugin(config, {
|
|
1080
|
-
headerPrefix: 'x-amzn-transcribe-',
|
|
1081
|
-
}),
|
|
1082
|
-
getTranscribeStreamingPlugin(config),
|
|
1083
|
-
];
|
|
1084
|
-
})
|
|
1085
|
-
.s("Transcribe", "StartStreamTranscription", {
|
|
1086
|
-
eventStream: {
|
|
1087
|
-
input: true,
|
|
1088
|
-
output: true,
|
|
1089
|
-
},
|
|
1090
|
-
})
|
|
1091
|
-
.n("TranscribeStreamingClient", "StartStreamTranscriptionCommand")
|
|
1092
|
-
.sc(StartStreamTranscription$)
|
|
1093
|
-
.build() {
|
|
1012
|
+
class StartStreamTranscriptionCommand extends command(_ep0, _mw1, "StartStreamTranscription", StartStreamTranscription$) {
|
|
1094
1013
|
}
|
|
1095
1014
|
|
|
1096
1015
|
const commands = {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEventStreamPlugin } from "@aws-sdk/middleware-eventstream";
|
|
2
|
+
import { getTranscribeStreamingPlugin } from "@aws-sdk/middleware-sdk-transcribe-streaming";
|
|
3
|
+
import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket";
|
|
4
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
5
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
6
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
7
|
+
export const command = makeBuilder(commonParams, "Transcribe", "TranscribeStreamingClient", getEndpointPlugin);
|
|
8
|
+
export const _ep0 = {};
|
|
9
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
10
|
+
export const _mw1 = (Command, cs, config, o) => [
|
|
11
|
+
getEventStreamPlugin(config),
|
|
12
|
+
getWebSocketPlugin(config, {
|
|
13
|
+
headerPrefix: "x-amzn-transcribe-",
|
|
14
|
+
}),
|
|
15
|
+
getTranscribeStreamingPlugin(config),
|
|
16
|
+
];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMedicalScribeStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMedicalScribeStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Transcribe", "GetMedicalScribeStream", {})
|
|
13
|
-
.n("TranscribeStreamingClient", "GetMedicalScribeStreamCommand")
|
|
14
|
-
.sc(GetMedicalScribeStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMedicalScribeStreamCommand extends command(_ep0, _mw0, "GetMedicalScribeStream", GetMedicalScribeStream$) {
|
|
16
4
|
}
|
|
@@ -1,31 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getTranscribeStreamingPlugin } from "@aws-sdk/middleware-sdk-transcribe-streaming";
|
|
3
|
-
import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket";
|
|
4
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
5
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
6
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw1, command } from "../commandBuilder";
|
|
7
2
|
import { StartCallAnalyticsStreamTranscription$ } from "../schemas/schemas_0";
|
|
8
|
-
export
|
|
9
|
-
export class StartCallAnalyticsStreamTranscriptionCommand extends $Command
|
|
10
|
-
.classBuilder()
|
|
11
|
-
.ep(commonParams)
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getEventStreamPlugin(config),
|
|
16
|
-
getWebSocketPlugin(config, {
|
|
17
|
-
headerPrefix: 'x-amzn-transcribe-',
|
|
18
|
-
}),
|
|
19
|
-
getTranscribeStreamingPlugin(config),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Transcribe", "StartCallAnalyticsStreamTranscription", {
|
|
23
|
-
eventStream: {
|
|
24
|
-
input: true,
|
|
25
|
-
output: true,
|
|
26
|
-
},
|
|
27
|
-
})
|
|
28
|
-
.n("TranscribeStreamingClient", "StartCallAnalyticsStreamTranscriptionCommand")
|
|
29
|
-
.sc(StartCallAnalyticsStreamTranscription$)
|
|
30
|
-
.build() {
|
|
3
|
+
export class StartCallAnalyticsStreamTranscriptionCommand extends command(_ep0, _mw1, "StartCallAnalyticsStreamTranscription", StartCallAnalyticsStreamTranscription$) {
|
|
31
4
|
}
|
|
@@ -1,31 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getTranscribeStreamingPlugin } from "@aws-sdk/middleware-sdk-transcribe-streaming";
|
|
3
|
-
import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket";
|
|
4
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
5
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
6
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw1, command } from "../commandBuilder";
|
|
7
2
|
import { StartMedicalScribeStream$ } from "../schemas/schemas_0";
|
|
8
|
-
export
|
|
9
|
-
export class StartMedicalScribeStreamCommand extends $Command
|
|
10
|
-
.classBuilder()
|
|
11
|
-
.ep(commonParams)
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getEventStreamPlugin(config),
|
|
16
|
-
getWebSocketPlugin(config, {
|
|
17
|
-
headerPrefix: 'x-amzn-transcribe-',
|
|
18
|
-
}),
|
|
19
|
-
getTranscribeStreamingPlugin(config),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Transcribe", "StartMedicalScribeStream", {
|
|
23
|
-
eventStream: {
|
|
24
|
-
input: true,
|
|
25
|
-
output: true,
|
|
26
|
-
},
|
|
27
|
-
})
|
|
28
|
-
.n("TranscribeStreamingClient", "StartMedicalScribeStreamCommand")
|
|
29
|
-
.sc(StartMedicalScribeStream$)
|
|
30
|
-
.build() {
|
|
3
|
+
export class StartMedicalScribeStreamCommand extends command(_ep0, _mw1, "StartMedicalScribeStream", StartMedicalScribeStream$) {
|
|
31
4
|
}
|
|
@@ -1,31 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getTranscribeStreamingPlugin } from "@aws-sdk/middleware-sdk-transcribe-streaming";
|
|
3
|
-
import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket";
|
|
4
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
5
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
6
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw1, command } from "../commandBuilder";
|
|
7
2
|
import { StartMedicalStreamTranscription$ } from "../schemas/schemas_0";
|
|
8
|
-
export
|
|
9
|
-
export class StartMedicalStreamTranscriptionCommand extends $Command
|
|
10
|
-
.classBuilder()
|
|
11
|
-
.ep(commonParams)
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getEventStreamPlugin(config),
|
|
16
|
-
getWebSocketPlugin(config, {
|
|
17
|
-
headerPrefix: 'x-amzn-transcribe-',
|
|
18
|
-
}),
|
|
19
|
-
getTranscribeStreamingPlugin(config),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Transcribe", "StartMedicalStreamTranscription", {
|
|
23
|
-
eventStream: {
|
|
24
|
-
input: true,
|
|
25
|
-
output: true,
|
|
26
|
-
},
|
|
27
|
-
})
|
|
28
|
-
.n("TranscribeStreamingClient", "StartMedicalStreamTranscriptionCommand")
|
|
29
|
-
.sc(StartMedicalStreamTranscription$)
|
|
30
|
-
.build() {
|
|
3
|
+
export class StartMedicalStreamTranscriptionCommand extends command(_ep0, _mw1, "StartMedicalStreamTranscription", StartMedicalStreamTranscription$) {
|
|
31
4
|
}
|
|
@@ -1,31 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getTranscribeStreamingPlugin } from "@aws-sdk/middleware-sdk-transcribe-streaming";
|
|
3
|
-
import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket";
|
|
4
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
5
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
6
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw1, command } from "../commandBuilder";
|
|
7
2
|
import { StartStreamTranscription$ } from "../schemas/schemas_0";
|
|
8
|
-
export
|
|
9
|
-
export class StartStreamTranscriptionCommand extends $Command
|
|
10
|
-
.classBuilder()
|
|
11
|
-
.ep(commonParams)
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getEventStreamPlugin(config),
|
|
16
|
-
getWebSocketPlugin(config, {
|
|
17
|
-
headerPrefix: 'x-amzn-transcribe-',
|
|
18
|
-
}),
|
|
19
|
-
getTranscribeStreamingPlugin(config),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Transcribe", "StartStreamTranscription", {
|
|
23
|
-
eventStream: {
|
|
24
|
-
input: true,
|
|
25
|
-
output: true,
|
|
26
|
-
},
|
|
27
|
-
})
|
|
28
|
-
.n("TranscribeStreamingClient", "StartStreamTranscriptionCommand")
|
|
29
|
-
.sc(StartStreamTranscription$)
|
|
30
|
-
.build() {
|
|
3
|
+
export class StartStreamTranscriptionCommand extends command(_ep0, _mw1, "StartStreamTranscription", StartStreamTranscription$) {
|
|
31
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./TranscribeStreamingClient";
|
|
2
2
|
export * from "./TranscribeStreaming";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./models/enums";
|
|
6
7
|
export * from "./models/errors";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "./TranscribeStreamingClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
*/
|
|
22
|
+
export declare const _mw1: (Command: any, cs: any, config: any, o: any) => import("@smithy/types").Pluggable<any, any>[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetMedicalScribeStreamRequest, GetMedicalScribeStreamResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMedicalScribeStreamCommandInput extends GetMedicalScribeStre
|
|
|
22
19
|
export interface GetMedicalScribeStreamCommandOutput extends GetMedicalScribeStreamResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMedicalScribeStreamCommand_base: {
|
|
25
|
-
new (input: GetMedicalScribeStreamCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetMedicalScribeStreamCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMedicalScribeStreamCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMedicalScribeStreamCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about the specified Amazon Web Services HealthScribe streaming session.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartCallAnalyticsStreamTranscriptionRequest, StartCallAnalyticsStreamTranscriptionResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartCallAnalyticsStreamTranscriptionCommandInput extends Start
|
|
|
22
19
|
export interface StartCallAnalyticsStreamTranscriptionCommandOutput extends StartCallAnalyticsStreamTranscriptionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
|
|
25
|
-
new (input: StartCallAnalyticsStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartCallAnalyticsStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartCallAnalyticsStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartCallAnalyticsStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartMedicalScribeStreamRequest, StartMedicalScribeStreamResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartMedicalScribeStreamCommandInput extends StartMedicalScribe
|
|
|
22
19
|
export interface StartMedicalScribeStreamCommandOutput extends StartMedicalScribeStreamResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartMedicalScribeStreamCommand_base: {
|
|
25
|
-
new (input: StartMedicalScribeStreamCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartMedicalScribeStreamCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartMedicalScribeStreamCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartMedicalScribeStreamCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a bidirectional HTTP/2 stream, where audio is streamed to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartMedicalStreamTranscriptionRequest, StartMedicalStreamTranscriptionResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartMedicalStreamTranscriptionCommandInput extends StartMedica
|
|
|
22
19
|
export interface StartMedicalStreamTranscriptionCommandOutput extends StartMedicalStreamTranscriptionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartMedicalStreamTranscriptionCommand_base: {
|
|
25
|
-
new (input: StartMedicalStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartMedicalStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartMedicalStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartMedicalStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartStreamTranscriptionRequest, StartStreamTranscriptionResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartStreamTranscriptionCommandInput extends StartStreamTranscr
|
|
|
22
19
|
export interface StartStreamTranscriptionCommandOutput extends StartStreamTranscriptionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartStreamTranscriptionCommand_base: {
|
|
25
|
-
new (input: StartStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartStreamTranscriptionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput, import("..").TranscribeStreamingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
|
package/dist-types/index.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
38
38
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
39
39
|
export type { TranscribeStreamingExtensionConfiguration } from "./extensionConfiguration";
|
|
40
40
|
export * from "./commands";
|
|
41
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
41
42
|
export * from "./schemas/schemas_0";
|
|
42
43
|
export * from "./models/enums";
|
|
43
44
|
export * from "./models/errors";
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ServiceInputTypes,
|
|
4
|
+
ServiceOutputTypes,
|
|
5
|
+
TranscribeStreamingClientResolvedConfig,
|
|
6
|
+
} from "./TranscribeStreamingClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
TranscribeStreamingClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
TranscribeStreamingClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
47
|
+
export declare const _mw1: (
|
|
48
|
+
Command: any,
|
|
49
|
+
cs: any,
|
|
50
|
+
config: any,
|
|
51
|
+
o: any
|
|
52
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetMedicalScribeStreamRequest,
|
|
5
4
|
GetMedicalScribeStreamResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
TranscribeStreamingClientResolvedConfig,
|
|
11
|
-
} from "../TranscribeStreamingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetMedicalScribeStreamCommandInput
|
|
15
8
|
extends GetMedicalScribeStreamRequest {}
|
|
16
9
|
export interface GetMedicalScribeStreamCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetMedicalScribeStreamCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetMedicalScribeStreamCommandInput,
|
|
24
17
|
GetMedicalScribeStreamCommandOutput,
|
|
25
|
-
TranscribeStreamingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetMedicalScribeStreamCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetMedicalScribeStreamCommandInput,
|
|
33
26
|
GetMedicalScribeStreamCommandOutput,
|
|
34
|
-
TranscribeStreamingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetMedicalScribeStreamCommand extends GetMedicalScribeStreamCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
StartCallAnalyticsStreamTranscriptionRequest,
|
|
5
4
|
StartCallAnalyticsStreamTranscriptionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
TranscribeStreamingClientResolvedConfig,
|
|
11
|
-
} from "../TranscribeStreamingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartCallAnalyticsStreamTranscriptionCommandInput
|
|
15
8
|
extends StartCallAnalyticsStreamTranscriptionRequest {}
|
|
16
9
|
export interface StartCallAnalyticsStreamTranscriptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartCallAnalyticsStreamTranscriptionCommandInput,
|
|
24
17
|
StartCallAnalyticsStreamTranscriptionCommandOutput,
|
|
25
|
-
TranscribeStreamingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartCallAnalyticsStreamTranscriptionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartCallAnalyticsStreamTranscriptionCommandInput,
|
|
33
26
|
StartCallAnalyticsStreamTranscriptionCommandOutput,
|
|
34
|
-
TranscribeStreamingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartCallAnalyticsStreamTranscriptionCommand extends StartCallAnalyticsStreamTranscriptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
StartMedicalScribeStreamRequest,
|
|
5
4
|
StartMedicalScribeStreamResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
TranscribeStreamingClientResolvedConfig,
|
|
11
|
-
} from "../TranscribeStreamingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartMedicalScribeStreamCommandInput
|
|
15
8
|
extends StartMedicalScribeStreamRequest {}
|
|
16
9
|
export interface StartMedicalScribeStreamCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartMedicalScribeStreamCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartMedicalScribeStreamCommandInput,
|
|
24
17
|
StartMedicalScribeStreamCommandOutput,
|
|
25
|
-
TranscribeStreamingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartMedicalScribeStreamCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartMedicalScribeStreamCommandInput,
|
|
33
26
|
StartMedicalScribeStreamCommandOutput,
|
|
34
|
-
TranscribeStreamingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartMedicalScribeStreamCommand extends StartMedicalScribeStreamCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
StartMedicalStreamTranscriptionRequest,
|
|
5
4
|
StartMedicalStreamTranscriptionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
TranscribeStreamingClientResolvedConfig,
|
|
11
|
-
} from "../TranscribeStreamingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartMedicalStreamTranscriptionCommandInput
|
|
15
8
|
extends StartMedicalStreamTranscriptionRequest {}
|
|
16
9
|
export interface StartMedicalStreamTranscriptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartMedicalStreamTranscriptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartMedicalStreamTranscriptionCommandInput,
|
|
24
17
|
StartMedicalStreamTranscriptionCommandOutput,
|
|
25
|
-
TranscribeStreamingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartMedicalStreamTranscriptionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartMedicalStreamTranscriptionCommandInput,
|
|
33
26
|
StartMedicalStreamTranscriptionCommandOutput,
|
|
34
|
-
TranscribeStreamingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartMedicalStreamTranscriptionCommand extends StartMedicalStreamTranscriptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
StartStreamTranscriptionRequest,
|
|
5
4
|
StartStreamTranscriptionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
TranscribeStreamingClientResolvedConfig,
|
|
11
|
-
} from "../TranscribeStreamingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartStreamTranscriptionCommandInput
|
|
15
8
|
extends StartStreamTranscriptionRequest {}
|
|
16
9
|
export interface StartStreamTranscriptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartStreamTranscriptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartStreamTranscriptionCommandInput,
|
|
24
17
|
StartStreamTranscriptionCommandOutput,
|
|
25
|
-
TranscribeStreamingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartStreamTranscriptionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartStreamTranscriptionCommandInput,
|
|
33
26
|
StartStreamTranscriptionCommandOutput,
|
|
34
|
-
TranscribeStreamingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").TranscribeStreamingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartStreamTranscriptionCommand extends StartStreamTranscriptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { TranscribeStreamingExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
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.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
"module": "./dist-es/index.js",
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@aws-sdk/core": "^3.974.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/eventstream-handler-node": "^3.972.
|
|
33
|
-
"@aws-sdk/middleware-eventstream": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-sdk-transcribe-streaming": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-websocket": "^3.972.
|
|
36
|
-
"@aws-sdk/types": "^3.973.
|
|
37
|
-
"@smithy/core": "^3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
39
|
-
"@smithy/node-http-handler": "^4.9.
|
|
40
|
-
"@smithy/types": "^4.15.
|
|
30
|
+
"@aws-sdk/core": "^3.974.27",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
32
|
+
"@aws-sdk/eventstream-handler-node": "^3.972.25",
|
|
33
|
+
"@aws-sdk/middleware-eventstream": "^3.972.21",
|
|
34
|
+
"@aws-sdk/middleware-sdk-transcribe-streaming": "^3.972.24",
|
|
35
|
+
"@aws-sdk/middleware-websocket": "^3.972.35",
|
|
36
|
+
"@aws-sdk/types": "^3.973.15",
|
|
37
|
+
"@smithy/core": "^3.29.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
39
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
40
|
+
"@smithy/types": "^4.15.1",
|
|
41
41
|
"tslib": "^2.6.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@smithy/snapshot-testing": "^2.2.
|
|
44
|
+
"@smithy/snapshot-testing": "^2.2.5",
|
|
45
45
|
"@tsconfig/node20": "20.1.8",
|
|
46
46
|
"@types/node": "^20.14.8",
|
|
47
47
|
"concurrently": "7.0.0",
|