@aws-sdk/client-transcribe-streaming 3.254.0 → 3.256.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.
|
@@ -8,7 +8,7 @@ import { WebSocketInputConfig, WebSocketResolvedConfig } from "@aws-sdk/middlewa
|
|
|
8
8
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
9
9
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
10
10
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
11
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
11
|
+
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
12
12
|
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
13
13
|
import { StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput } from "./commands/StartCallAnalyticsStreamTranscriptionCommand";
|
|
14
14
|
import { StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput } from "./commands/StartMedicalStreamTranscriptionCommand";
|
|
@@ -121,9 +121,9 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
121
121
|
*/
|
|
122
122
|
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
123
123
|
/**
|
|
124
|
-
* The {@link
|
|
124
|
+
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
125
125
|
*/
|
|
126
|
-
defaultsMode?:
|
|
126
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
127
127
|
}
|
|
128
128
|
declare type TranscribeStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & EventStreamInputConfig & WebSocketInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
|
|
129
129
|
/**
|
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
38
38
|
import {
|
|
39
39
|
Client as __Client,
|
|
40
|
-
DefaultsMode,
|
|
40
|
+
DefaultsMode as __DefaultsMode,
|
|
41
41
|
SmithyConfiguration as __SmithyConfiguration,
|
|
42
42
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
43
43
|
} from "@aws-sdk/smithy-client";
|
|
@@ -107,7 +107,7 @@ export interface ClientDefaults
|
|
|
107
107
|
eventStreamPayloadHandlerProvider?: __EventStreamPayloadHandlerProvider;
|
|
108
108
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
109
109
|
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
110
|
-
defaultsMode?:
|
|
110
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
111
111
|
}
|
|
112
112
|
declare type TranscribeStreamingClientConfigType = Partial<
|
|
113
113
|
__SmithyConfiguration<__HttpHandlerOptions>
|
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.256.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.256.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.254.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.256.0",
|
|
27
27
|
"@aws-sdk/eventstream-handler-node": "3.254.0",
|
|
28
28
|
"@aws-sdk/eventstream-serde-browser": "3.254.0",
|
|
29
29
|
"@aws-sdk/eventstream-serde-config-resolver": "3.254.0",
|