@aws-sdk/client-transcribe-streaming 3.952.0 → 3.954.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 +248 -185
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/GetMedicalScribeStreamCommand.js +2 -2
- package/dist-es/commands/StartCallAnalyticsStreamTranscriptionCommand.js +2 -2
- package/dist-es/commands/StartMedicalScribeStreamCommand.js +2 -2
- package/dist-es/commands/StartMedicalStreamTranscriptionCommand.js +2 -2
- package/dist-es/commands/StartStreamTranscriptionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +158 -164
- package/dist-types/TranscribeStreamingClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +70 -91
- package/dist-types/ts3.4/TranscribeStreamingClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +69 -93
- package/package.json +41 -41
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
|
|
|
19
19
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
20
20
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
21
21
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
37
41
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -21,8 +21,13 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
23
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
24
|
-
apiVersion: string;
|
|
25
24
|
cacheMiddleware?: boolean | undefined;
|
|
25
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
26
|
+
protocolSettings: {
|
|
27
|
+
defaultNamespace?: string;
|
|
28
|
+
[setting: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
apiVersion: string;
|
|
26
31
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
32
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
33
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -33,7 +38,6 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
|
|
|
33
38
|
profile?: string;
|
|
34
39
|
logger: import("@smithy/types").Logger;
|
|
35
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
36
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
37
41
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
38
42
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
39
43
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -10,8 +10,13 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
|
|
|
10
10
|
updateHttpClientConfig(key: never, value: never): void;
|
|
11
11
|
httpHandlerConfigs(): {};
|
|
12
12
|
}) | import("@aws-sdk/middleware-websocket").WebSocketFetchHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
15
|
+
protocolSettings: {
|
|
16
|
+
defaultNamespace?: string;
|
|
17
|
+
[setting: string]: unknown;
|
|
18
|
+
};
|
|
19
|
+
apiVersion: string;
|
|
15
20
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
21
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
22
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
|
|
|
31
36
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
36
40
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
37
41
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { TranscribeStreamingClientConfig } from "./TranscribeStreamingClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TranscribeStreamingHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,91 +1,70 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var
|
|
4
|
-
export declare var
|
|
5
|
-
export declare var
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var
|
|
33
|
-
export declare var
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var
|
|
37
|
-
export declare var
|
|
38
|
-
export declare var
|
|
39
|
-
export declare var
|
|
40
|
-
export declare var
|
|
41
|
-
export declare var
|
|
42
|
-
export declare var
|
|
43
|
-
export declare var
|
|
44
|
-
export declare var
|
|
45
|
-
export declare var
|
|
46
|
-
export declare var
|
|
47
|
-
export declare var
|
|
48
|
-
export declare var
|
|
49
|
-
export declare var
|
|
50
|
-
export declare var
|
|
51
|
-
export declare var
|
|
52
|
-
export declare var
|
|
53
|
-
export declare var
|
|
54
|
-
export declare var
|
|
55
|
-
export declare var
|
|
56
|
-
export declare var
|
|
57
|
-
export declare var
|
|
58
|
-
export declare var
|
|
59
|
-
export declare var
|
|
60
|
-
export declare var
|
|
61
|
-
export declare var
|
|
62
|
-
export declare var
|
|
63
|
-
export declare var
|
|
64
|
-
export declare var
|
|
65
|
-
export declare var
|
|
66
|
-
export declare var
|
|
67
|
-
export declare var
|
|
68
|
-
export declare var
|
|
69
|
-
export declare var
|
|
70
|
-
export declare var
|
|
71
|
-
export declare var MedicalEntityList: StaticListSchema;
|
|
72
|
-
export declare var MedicalItemList: StaticListSchema;
|
|
73
|
-
export declare var MedicalResultList: StaticListSchema;
|
|
74
|
-
export declare var MedicalScribeChannelDefinitions: StaticListSchema;
|
|
75
|
-
export declare var MedicalScribeTranscriptItemList: StaticListSchema;
|
|
76
|
-
export declare var ResultList: StaticListSchema;
|
|
77
|
-
export declare var StringList: number;
|
|
78
|
-
export declare var TimestampRanges: StaticListSchema;
|
|
79
|
-
export declare var KMSEncryptionContextMap: number;
|
|
80
|
-
export declare var MatchedCategoryDetails: StaticMapSchema;
|
|
81
|
-
export declare var AudioStream: StaticStructureSchema;
|
|
82
|
-
export declare var CallAnalyticsTranscriptResultStream: StaticStructureSchema;
|
|
83
|
-
export declare var MedicalScribeInputStream: StaticStructureSchema;
|
|
84
|
-
export declare var MedicalScribeResultStream: StaticStructureSchema;
|
|
85
|
-
export declare var MedicalTranscriptResultStream: StaticStructureSchema;
|
|
86
|
-
export declare var TranscriptResultStream: StaticStructureSchema;
|
|
87
|
-
export declare var GetMedicalScribeStream: StaticOperationSchema;
|
|
88
|
-
export declare var StartCallAnalyticsStreamTranscription: StaticOperationSchema;
|
|
89
|
-
export declare var StartMedicalScribeStream: StaticOperationSchema;
|
|
90
|
-
export declare var StartMedicalStreamTranscription: StaticOperationSchema;
|
|
91
|
-
export declare var StartStreamTranscription: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var Alternative$: StaticStructureSchema;
|
|
3
|
+
export declare var AudioEvent$: StaticStructureSchema;
|
|
4
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
5
|
+
export declare var CallAnalyticsEntity$: StaticStructureSchema;
|
|
6
|
+
export declare var CallAnalyticsItem$: StaticStructureSchema;
|
|
7
|
+
export declare var CallAnalyticsLanguageWithScore$: StaticStructureSchema;
|
|
8
|
+
export declare var CategoryEvent$: StaticStructureSchema;
|
|
9
|
+
export declare var ChannelDefinition$: StaticStructureSchema;
|
|
10
|
+
export declare var CharacterOffsets$: StaticStructureSchema;
|
|
11
|
+
export declare var ClinicalNoteGenerationResult$: StaticStructureSchema;
|
|
12
|
+
export declare var ClinicalNoteGenerationSettings$: StaticStructureSchema;
|
|
13
|
+
export declare var ConfigurationEvent$: StaticStructureSchema;
|
|
14
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
15
|
+
export declare var Entity$: StaticStructureSchema;
|
|
16
|
+
export declare var GetMedicalScribeStreamRequest$: StaticStructureSchema;
|
|
17
|
+
export declare var GetMedicalScribeStreamResponse$: StaticStructureSchema;
|
|
18
|
+
export declare var InternalFailureException$: StaticErrorSchema;
|
|
19
|
+
export declare var IssueDetected$: StaticStructureSchema;
|
|
20
|
+
export declare var Item$: StaticStructureSchema;
|
|
21
|
+
export declare var LanguageWithScore$: StaticStructureSchema;
|
|
22
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
23
|
+
export declare var MedicalAlternative$: StaticStructureSchema;
|
|
24
|
+
export declare var MedicalEntity$: StaticStructureSchema;
|
|
25
|
+
export declare var MedicalItem$: StaticStructureSchema;
|
|
26
|
+
export declare var MedicalResult$: StaticStructureSchema;
|
|
27
|
+
export declare var MedicalScribeAudioEvent$: StaticStructureSchema;
|
|
28
|
+
export declare var MedicalScribeChannelDefinition$: StaticStructureSchema;
|
|
29
|
+
export declare var MedicalScribeConfigurationEvent$: StaticStructureSchema;
|
|
30
|
+
export declare var MedicalScribeContext$: StaticStructureSchema;
|
|
31
|
+
export declare var MedicalScribeEncryptionSettings$: StaticStructureSchema;
|
|
32
|
+
export declare var MedicalScribePatientContext$: StaticStructureSchema;
|
|
33
|
+
export declare var MedicalScribePostStreamAnalyticsResult$: StaticStructureSchema;
|
|
34
|
+
export declare var MedicalScribePostStreamAnalyticsSettings$: StaticStructureSchema;
|
|
35
|
+
export declare var MedicalScribeSessionControlEvent$: StaticStructureSchema;
|
|
36
|
+
export declare var MedicalScribeStreamDetails$: StaticStructureSchema;
|
|
37
|
+
export declare var MedicalScribeTranscriptEvent$: StaticStructureSchema;
|
|
38
|
+
export declare var MedicalScribeTranscriptItem$: StaticStructureSchema;
|
|
39
|
+
export declare var MedicalScribeTranscriptSegment$: StaticStructureSchema;
|
|
40
|
+
export declare var MedicalTranscript$: StaticStructureSchema;
|
|
41
|
+
export declare var MedicalTranscriptEvent$: StaticStructureSchema;
|
|
42
|
+
export declare var PointsOfInterest$: StaticStructureSchema;
|
|
43
|
+
export declare var PostCallAnalyticsSettings$: StaticStructureSchema;
|
|
44
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
45
|
+
export declare var Result$: StaticStructureSchema;
|
|
46
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
47
|
+
export declare var StartCallAnalyticsStreamTranscriptionRequest$: StaticStructureSchema;
|
|
48
|
+
export declare var StartCallAnalyticsStreamTranscriptionResponse$: StaticStructureSchema;
|
|
49
|
+
export declare var StartMedicalScribeStreamRequest$: StaticStructureSchema;
|
|
50
|
+
export declare var StartMedicalScribeStreamResponse$: StaticStructureSchema;
|
|
51
|
+
export declare var StartMedicalStreamTranscriptionRequest$: StaticStructureSchema;
|
|
52
|
+
export declare var StartMedicalStreamTranscriptionResponse$: StaticStructureSchema;
|
|
53
|
+
export declare var StartStreamTranscriptionRequest$: StaticStructureSchema;
|
|
54
|
+
export declare var StartStreamTranscriptionResponse$: StaticStructureSchema;
|
|
55
|
+
export declare var TimestampRange$: StaticStructureSchema;
|
|
56
|
+
export declare var Transcript$: StaticStructureSchema;
|
|
57
|
+
export declare var TranscriptEvent$: StaticStructureSchema;
|
|
58
|
+
export declare var UtteranceEvent$: StaticStructureSchema;
|
|
59
|
+
export declare var TranscribeStreamingServiceException$: StaticErrorSchema;
|
|
60
|
+
export declare var AudioStream$: StaticStructureSchema;
|
|
61
|
+
export declare var CallAnalyticsTranscriptResultStream$: StaticStructureSchema;
|
|
62
|
+
export declare var MedicalScribeInputStream$: StaticStructureSchema;
|
|
63
|
+
export declare var MedicalScribeResultStream$: StaticStructureSchema;
|
|
64
|
+
export declare var MedicalTranscriptResultStream$: StaticStructureSchema;
|
|
65
|
+
export declare var TranscriptResultStream$: StaticStructureSchema;
|
|
66
|
+
export declare var GetMedicalScribeStream$: StaticOperationSchema;
|
|
67
|
+
export declare var StartCallAnalyticsStreamTranscription$: StaticOperationSchema;
|
|
68
|
+
export declare var StartMedicalScribeStream$: StaticOperationSchema;
|
|
69
|
+
export declare var StartMedicalStreamTranscription$: StaticOperationSchema;
|
|
70
|
+
export declare var StartStreamTranscription$: StaticOperationSchema;
|
|
@@ -42,14 +42,11 @@ import {
|
|
|
42
42
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
43
43
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
44
44
|
ChecksumConstructor as __ChecksumConstructor,
|
|
45
|
-
ClientProtocol,
|
|
46
45
|
Decoder as __Decoder,
|
|
47
46
|
Encoder as __Encoder,
|
|
48
47
|
EventStreamSerdeProvider as __EventStreamSerdeProvider,
|
|
49
48
|
HashConstructor as __HashConstructor,
|
|
50
49
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
51
|
-
HttpRequest,
|
|
52
|
-
HttpResponse,
|
|
53
50
|
Logger as __Logger,
|
|
54
51
|
Provider as __Provider,
|
|
55
52
|
StreamCollector as __StreamCollector,
|
|
@@ -125,7 +122,6 @@ export interface ClientDefaults
|
|
|
125
122
|
retryMode?: string | __Provider<string>;
|
|
126
123
|
logger?: __Logger;
|
|
127
124
|
extensions?: RuntimeExtension[];
|
|
128
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
129
125
|
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
130
126
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
131
127
|
eventStreamPayloadHandlerProvider?: __EventStreamPayloadHandlerProvider;
|
|
@@ -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 * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./models/enums";
|
|
8
9
|
export * from "./models/errors";
|
|
9
10
|
export * from "./models/models_0";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -30,8 +30,16 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
31
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
32
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
33
|
-
apiVersion: string;
|
|
34
33
|
cacheMiddleware?: boolean | undefined;
|
|
34
|
+
protocol:
|
|
35
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
36
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
37
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
38
|
+
protocolSettings: {
|
|
39
|
+
defaultNamespace?: string;
|
|
40
|
+
[setting: string]: unknown;
|
|
41
|
+
};
|
|
42
|
+
apiVersion: string;
|
|
35
43
|
urlParser: import("@smithy/types").UrlParser;
|
|
36
44
|
base64Decoder: import("@smithy/types").Decoder;
|
|
37
45
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -42,10 +50,6 @@ export declare const getRuntimeConfig: (
|
|
|
42
50
|
profile?: string;
|
|
43
51
|
logger: import("@smithy/types").Logger;
|
|
44
52
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
45
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
46
|
-
import("@smithy/types").HttpRequest,
|
|
47
|
-
import("@smithy/types").HttpResponse
|
|
48
|
-
>;
|
|
49
53
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
50
54
|
retryStrategy?:
|
|
51
55
|
| import("@smithy/types").RetryStrategy
|
|
@@ -23,8 +23,16 @@ export declare const getRuntimeConfig: (
|
|
|
23
23
|
httpHandlerConfigs(): {};
|
|
24
24
|
})
|
|
25
25
|
| import("@aws-sdk/middleware-websocket").WebSocketFetchHandler;
|
|
26
|
-
apiVersion: string;
|
|
27
26
|
cacheMiddleware?: boolean;
|
|
27
|
+
protocol:
|
|
28
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
29
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
30
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
31
|
+
protocolSettings: {
|
|
32
|
+
defaultNamespace?: string;
|
|
33
|
+
[setting: string]: unknown;
|
|
34
|
+
};
|
|
35
|
+
apiVersion: string;
|
|
28
36
|
urlParser: import("@smithy/types").UrlParser;
|
|
29
37
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
30
38
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -52,10 +60,6 @@ export declare const getRuntimeConfig: (
|
|
|
52
60
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
53
61
|
logger: import("@smithy/types").Logger;
|
|
54
62
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
56
|
-
import("@smithy/types").HttpRequest,
|
|
57
|
-
import("@smithy/types").HttpResponse
|
|
58
|
-
>;
|
|
59
63
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
60
64
|
defaultsMode:
|
|
61
65
|
| import("@smithy/smithy-client").DefaultsMode
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { TranscribeStreamingClientConfig } from "./TranscribeStreamingClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: TranscribeStreamingClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TranscribeStreamingHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
serviceId: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,98 +1,74 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
|
-
StaticMapSchema,
|
|
5
3
|
StaticOperationSchema,
|
|
6
|
-
StaticSimpleSchema,
|
|
7
4
|
StaticStructureSchema,
|
|
8
5
|
} from "@smithy/types";
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var
|
|
33
|
-
export declare var
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var
|
|
37
|
-
export declare var
|
|
38
|
-
export declare var
|
|
39
|
-
export declare var
|
|
40
|
-
export declare var
|
|
41
|
-
export declare var
|
|
42
|
-
export declare var
|
|
43
|
-
export declare var
|
|
44
|
-
export declare var
|
|
45
|
-
export declare var
|
|
46
|
-
export declare var
|
|
47
|
-
export declare var
|
|
48
|
-
export declare var
|
|
49
|
-
export declare var
|
|
50
|
-
export declare var
|
|
51
|
-
export declare var
|
|
52
|
-
export declare var
|
|
53
|
-
export declare var
|
|
54
|
-
export declare var
|
|
55
|
-
export declare var
|
|
56
|
-
export declare var
|
|
57
|
-
export declare var
|
|
58
|
-
export declare var
|
|
59
|
-
export declare var
|
|
60
|
-
export declare var
|
|
61
|
-
export declare var
|
|
62
|
-
export declare var
|
|
63
|
-
export declare var
|
|
64
|
-
export declare var
|
|
65
|
-
export declare var
|
|
66
|
-
export declare var
|
|
67
|
-
export declare var
|
|
68
|
-
export declare var
|
|
69
|
-
export declare var
|
|
70
|
-
export declare var
|
|
71
|
-
export declare var
|
|
72
|
-
export declare var
|
|
73
|
-
export declare var
|
|
74
|
-
export declare var
|
|
75
|
-
export declare var
|
|
76
|
-
export declare var
|
|
77
|
-
export declare var
|
|
78
|
-
export declare var MedicalEntityList: StaticListSchema;
|
|
79
|
-
export declare var MedicalItemList: StaticListSchema;
|
|
80
|
-
export declare var MedicalResultList: StaticListSchema;
|
|
81
|
-
export declare var MedicalScribeChannelDefinitions: StaticListSchema;
|
|
82
|
-
export declare var MedicalScribeTranscriptItemList: StaticListSchema;
|
|
83
|
-
export declare var ResultList: StaticListSchema;
|
|
84
|
-
export declare var StringList: number;
|
|
85
|
-
export declare var TimestampRanges: StaticListSchema;
|
|
86
|
-
export declare var KMSEncryptionContextMap: number;
|
|
87
|
-
export declare var MatchedCategoryDetails: StaticMapSchema;
|
|
88
|
-
export declare var AudioStream: StaticStructureSchema;
|
|
89
|
-
export declare var CallAnalyticsTranscriptResultStream: StaticStructureSchema;
|
|
90
|
-
export declare var MedicalScribeInputStream: StaticStructureSchema;
|
|
91
|
-
export declare var MedicalScribeResultStream: StaticStructureSchema;
|
|
92
|
-
export declare var MedicalTranscriptResultStream: StaticStructureSchema;
|
|
93
|
-
export declare var TranscriptResultStream: StaticStructureSchema;
|
|
94
|
-
export declare var GetMedicalScribeStream: StaticOperationSchema;
|
|
95
|
-
export declare var StartCallAnalyticsStreamTranscription: StaticOperationSchema;
|
|
96
|
-
export declare var StartMedicalScribeStream: StaticOperationSchema;
|
|
97
|
-
export declare var StartMedicalStreamTranscription: StaticOperationSchema;
|
|
98
|
-
export declare var StartStreamTranscription: StaticOperationSchema;
|
|
6
|
+
export declare var Alternative$: StaticStructureSchema;
|
|
7
|
+
export declare var AudioEvent$: StaticStructureSchema;
|
|
8
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
9
|
+
export declare var CallAnalyticsEntity$: StaticStructureSchema;
|
|
10
|
+
export declare var CallAnalyticsItem$: StaticStructureSchema;
|
|
11
|
+
export declare var CallAnalyticsLanguageWithScore$: StaticStructureSchema;
|
|
12
|
+
export declare var CategoryEvent$: StaticStructureSchema;
|
|
13
|
+
export declare var ChannelDefinition$: StaticStructureSchema;
|
|
14
|
+
export declare var CharacterOffsets$: StaticStructureSchema;
|
|
15
|
+
export declare var ClinicalNoteGenerationResult$: StaticStructureSchema;
|
|
16
|
+
export declare var ClinicalNoteGenerationSettings$: StaticStructureSchema;
|
|
17
|
+
export declare var ConfigurationEvent$: StaticStructureSchema;
|
|
18
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
19
|
+
export declare var Entity$: StaticStructureSchema;
|
|
20
|
+
export declare var GetMedicalScribeStreamRequest$: StaticStructureSchema;
|
|
21
|
+
export declare var GetMedicalScribeStreamResponse$: StaticStructureSchema;
|
|
22
|
+
export declare var InternalFailureException$: StaticErrorSchema;
|
|
23
|
+
export declare var IssueDetected$: StaticStructureSchema;
|
|
24
|
+
export declare var Item$: StaticStructureSchema;
|
|
25
|
+
export declare var LanguageWithScore$: StaticStructureSchema;
|
|
26
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
27
|
+
export declare var MedicalAlternative$: StaticStructureSchema;
|
|
28
|
+
export declare var MedicalEntity$: StaticStructureSchema;
|
|
29
|
+
export declare var MedicalItem$: StaticStructureSchema;
|
|
30
|
+
export declare var MedicalResult$: StaticStructureSchema;
|
|
31
|
+
export declare var MedicalScribeAudioEvent$: StaticStructureSchema;
|
|
32
|
+
export declare var MedicalScribeChannelDefinition$: StaticStructureSchema;
|
|
33
|
+
export declare var MedicalScribeConfigurationEvent$: StaticStructureSchema;
|
|
34
|
+
export declare var MedicalScribeContext$: StaticStructureSchema;
|
|
35
|
+
export declare var MedicalScribeEncryptionSettings$: StaticStructureSchema;
|
|
36
|
+
export declare var MedicalScribePatientContext$: StaticStructureSchema;
|
|
37
|
+
export declare var MedicalScribePostStreamAnalyticsResult$: StaticStructureSchema;
|
|
38
|
+
export declare var MedicalScribePostStreamAnalyticsSettings$: StaticStructureSchema;
|
|
39
|
+
export declare var MedicalScribeSessionControlEvent$: StaticStructureSchema;
|
|
40
|
+
export declare var MedicalScribeStreamDetails$: StaticStructureSchema;
|
|
41
|
+
export declare var MedicalScribeTranscriptEvent$: StaticStructureSchema;
|
|
42
|
+
export declare var MedicalScribeTranscriptItem$: StaticStructureSchema;
|
|
43
|
+
export declare var MedicalScribeTranscriptSegment$: StaticStructureSchema;
|
|
44
|
+
export declare var MedicalTranscript$: StaticStructureSchema;
|
|
45
|
+
export declare var MedicalTranscriptEvent$: StaticStructureSchema;
|
|
46
|
+
export declare var PointsOfInterest$: StaticStructureSchema;
|
|
47
|
+
export declare var PostCallAnalyticsSettings$: StaticStructureSchema;
|
|
48
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
49
|
+
export declare var Result$: StaticStructureSchema;
|
|
50
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
51
|
+
export declare var StartCallAnalyticsStreamTranscriptionRequest$: StaticStructureSchema;
|
|
52
|
+
export declare var StartCallAnalyticsStreamTranscriptionResponse$: StaticStructureSchema;
|
|
53
|
+
export declare var StartMedicalScribeStreamRequest$: StaticStructureSchema;
|
|
54
|
+
export declare var StartMedicalScribeStreamResponse$: StaticStructureSchema;
|
|
55
|
+
export declare var StartMedicalStreamTranscriptionRequest$: StaticStructureSchema;
|
|
56
|
+
export declare var StartMedicalStreamTranscriptionResponse$: StaticStructureSchema;
|
|
57
|
+
export declare var StartStreamTranscriptionRequest$: StaticStructureSchema;
|
|
58
|
+
export declare var StartStreamTranscriptionResponse$: StaticStructureSchema;
|
|
59
|
+
export declare var TimestampRange$: StaticStructureSchema;
|
|
60
|
+
export declare var Transcript$: StaticStructureSchema;
|
|
61
|
+
export declare var TranscriptEvent$: StaticStructureSchema;
|
|
62
|
+
export declare var UtteranceEvent$: StaticStructureSchema;
|
|
63
|
+
export declare var TranscribeStreamingServiceException$: StaticErrorSchema;
|
|
64
|
+
export declare var AudioStream$: StaticStructureSchema;
|
|
65
|
+
export declare var CallAnalyticsTranscriptResultStream$: StaticStructureSchema;
|
|
66
|
+
export declare var MedicalScribeInputStream$: StaticStructureSchema;
|
|
67
|
+
export declare var MedicalScribeResultStream$: StaticStructureSchema;
|
|
68
|
+
export declare var MedicalTranscriptResultStream$: StaticStructureSchema;
|
|
69
|
+
export declare var TranscriptResultStream$: StaticStructureSchema;
|
|
70
|
+
export declare var GetMedicalScribeStream$: StaticOperationSchema;
|
|
71
|
+
export declare var StartCallAnalyticsStreamTranscription$: StaticOperationSchema;
|
|
72
|
+
export declare var StartMedicalScribeStream$: StaticOperationSchema;
|
|
73
|
+
export declare var StartMedicalStreamTranscription$: StaticOperationSchema;
|
|
74
|
+
export declare var StartStreamTranscription$: StaticOperationSchema;
|