@aws-sdk/client-transcribe-streaming 3.1045.0 → 3.1046.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.
Files changed (50) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +28 -29
  5. package/dist-cjs/models/TranscribeStreamingServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +14 -16
  7. package/dist-cjs/runtimeConfig.js +20 -24
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/TranscribeStreaming.js +1 -1
  10. package/dist-es/TranscribeStreamingClient.js +6 -6
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/GetMedicalScribeStreamCommand.js +2 -2
  13. package/dist-es/commands/StartCallAnalyticsStreamTranscriptionCommand.js +2 -2
  14. package/dist-es/commands/StartMedicalScribeStreamCommand.js +2 -2
  15. package/dist-es/commands/StartMedicalStreamTranscriptionCommand.js +2 -2
  16. package/dist-es/commands/StartStreamTranscriptionCommand.js +2 -2
  17. package/dist-es/endpoint/bdd.js +1 -1
  18. package/dist-es/endpoint/endpointResolver.js +1 -1
  19. package/dist-es/models/TranscribeStreamingServiceException.js +1 -1
  20. package/dist-es/runtimeConfig.browser.js +5 -7
  21. package/dist-es/runtimeConfig.js +5 -9
  22. package/dist-es/runtimeConfig.shared.js +3 -4
  23. package/dist-es/runtimeExtensions.js +2 -2
  24. package/dist-types/TranscribeStreamingClient.d.ts +6 -6
  25. package/dist-types/commands/GetMedicalScribeStreamCommand.d.ts +6 -4
  26. package/dist-types/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +6 -4
  27. package/dist-types/commands/StartMedicalScribeStreamCommand.d.ts +6 -4
  28. package/dist-types/commands/StartMedicalStreamTranscriptionCommand.d.ts +6 -4
  29. package/dist-types/commands/StartStreamTranscriptionCommand.d.ts +6 -4
  30. package/dist-types/endpoint/bdd.d.ts +1 -1
  31. package/dist-types/extensionConfiguration.d.ts +1 -1
  32. package/dist-types/models/TranscribeStreamingServiceException.d.ts +1 -1
  33. package/dist-types/models/errors.d.ts +1 -1
  34. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  35. package/dist-types/runtimeConfig.d.ts +2 -2
  36. package/dist-types/runtimeConfig.native.d.ts +2 -2
  37. package/dist-types/ts3.4/TranscribeStreamingClient.d.ts +12 -18
  38. package/dist-types/ts3.4/commands/GetMedicalScribeStreamCommand.d.ts +6 -4
  39. package/dist-types/ts3.4/commands/StartCallAnalyticsStreamTranscriptionCommand.d.ts +6 -4
  40. package/dist-types/ts3.4/commands/StartMedicalScribeStreamCommand.d.ts +6 -4
  41. package/dist-types/ts3.4/commands/StartMedicalStreamTranscriptionCommand.d.ts +6 -4
  42. package/dist-types/ts3.4/commands/StartStreamTranscriptionCommand.d.ts +6 -4
  43. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  44. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  45. package/dist-types/ts3.4/models/TranscribeStreamingServiceException.d.ts +1 -1
  46. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  50. package/package.json +18 -42
@@ -3,12 +3,12 @@ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-
3
3
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
4
4
  import { type WebSocketInputConfig, type WebSocketResolvedConfig } from "@aws-sdk/middleware-websocket";
5
5
  import { EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider } from "@aws-sdk/types";
6
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
7
- import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/eventstream-serde-config-resolver";
8
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
9
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
10
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
11
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
6
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
7
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
8
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
9
+ import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/core/event-streams";
10
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
11
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
12
12
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
13
13
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
14
14
  import type { GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput } from "./commands/GetMedicalScribeStreamCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetMedicalScribeStreamRequest, GetMedicalScribeStreamResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
@@ -22,9 +22,11 @@ export interface GetMedicalScribeStreamCommandInput extends GetMedicalScribeStre
22
22
  export interface GetMedicalScribeStreamCommandOutput extends GetMedicalScribeStreamResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMedicalScribeStreamCommand_base: {
25
- new (input: GetMedicalScribeStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMedicalScribeStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides details about the specified Amazon Web Services HealthScribe streaming session.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartCallAnalyticsStreamTranscriptionRequest, StartCallAnalyticsStreamTranscriptionResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
@@ -22,9 +22,11 @@ export interface StartCallAnalyticsStreamTranscriptionCommandInput extends Start
22
22
  export interface StartCallAnalyticsStreamTranscriptionCommandOutput extends StartCallAnalyticsStreamTranscriptionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
25
- new (input: StartCallAnalyticsStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCallAnalyticsStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartMedicalScribeStreamRequest, StartMedicalScribeStreamResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
@@ -22,9 +22,11 @@ export interface StartMedicalScribeStreamCommandInput extends StartMedicalScribe
22
22
  export interface StartMedicalScribeStreamCommandOutput extends StartMedicalScribeStreamResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartMedicalScribeStreamCommand_base: {
25
- new (input: StartMedicalScribeStreamCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMedicalScribeStreamCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a bidirectional HTTP/2 stream, where audio is streamed to
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartMedicalStreamTranscriptionRequest, StartMedicalStreamTranscriptionResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
@@ -22,9 +22,11 @@ export interface StartMedicalStreamTranscriptionCommandInput extends StartMedica
22
22
  export interface StartMedicalStreamTranscriptionCommandOutput extends StartMedicalStreamTranscriptionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartMedicalStreamTranscriptionCommand_base: {
25
- new (input: StartMedicalStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMedicalStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartStreamTranscriptionRequest, StartStreamTranscriptionResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
@@ -22,9 +22,11 @@ export interface StartStreamTranscriptionCommandInput extends StartStreamTranscr
22
22
  export interface StartStreamTranscriptionCommandOutput extends StartStreamTranscriptionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartStreamTranscriptionCommand_base: {
25
- new (input: StartStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartStreamTranscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a bidirectional HTTP/2 or WebSocket stream where audio is streamed to
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { TranscribeStreamingServiceException as __BaseException } from "./TranscribeStreamingServiceException";
3
3
  /**
4
4
  * <p>One or more arguments to the <code>StartStreamTranscription</code>,
@@ -5,7 +5,7 @@ import type { TranscribeStreamingClientConfig } from "./TranscribeStreamingClien
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
@@ -5,7 +5,7 @@ import type { TranscribeStreamingClientConfig } from "./TranscribeStreamingClien
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
14
14
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
15
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
16
16
  region: string | import("@smithy/types").Provider<string>;
17
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
17
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
18
18
  retryMode: string | import("@smithy/types").Provider<string>;
19
19
  sha256: import("@smithy/types").HashConstructor;
20
20
  streamCollector: import("@smithy/types").StreamCollector;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
6
6
  runtime: string;
7
7
  eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
8
8
  sha256: import("@smithy/types").HashConstructor;
9
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
9
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/core/protocols").HttpRequest, import("@smithy/core/protocols").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
10
10
  updateHttpClientConfig(key: never, value: never): void;
11
11
  httpHandlerConfigs(): {};
12
12
  }) | import("@aws-sdk/middleware-websocket").WebSocketFetchHandler;
@@ -37,7 +37,7 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
37
37
  logger: import("@smithy/types").Logger;
38
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
39
39
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
40
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
40
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
41
41
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
42
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
43
43
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -15,29 +15,23 @@ import {
15
15
  WebSocketResolvedConfig,
16
16
  } from "@aws-sdk/middleware-websocket";
17
17
  import { EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider } from "@aws-sdk/types";
18
- import {
19
- RegionInputConfig,
20
- RegionResolvedConfig,
21
- } from "@smithy/config-resolver";
22
- import {
23
- EventStreamSerdeInputConfig,
24
- EventStreamSerdeResolvedConfig,
25
- } from "@smithy/eventstream-serde-config-resolver";
26
- import {
27
- EndpointInputConfig,
28
- EndpointResolvedConfig,
29
- } from "@smithy/middleware-endpoint";
30
- import {
31
- RetryInputConfig,
32
- RetryResolvedConfig,
33
- } from "@smithy/middleware-retry";
34
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
35
18
  import {
36
19
  DefaultsMode as __DefaultsMode,
37
20
  SmithyConfiguration as __SmithyConfiguration,
38
21
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
39
22
  Client as __Client,
40
- } from "@smithy/smithy-client";
23
+ } from "@smithy/core/client";
24
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
25
+ import {
26
+ EndpointInputConfig,
27
+ EndpointResolvedConfig,
28
+ } from "@smithy/core/endpoints";
29
+ import {
30
+ EventStreamSerdeInputConfig,
31
+ EventStreamSerdeResolvedConfig,
32
+ } from "@smithy/core/event-streams";
33
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
34
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
41
35
  import {
42
36
  AwsCredentialIdentityProvider,
43
37
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetMedicalScribeStreamRequest,
@@ -19,7 +19,7 @@ export interface GetMedicalScribeStreamCommandOutput
19
19
  declare const GetMedicalScribeStreamCommand_base: {
20
20
  new (
21
21
  input: GetMedicalScribeStreamCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetMedicalScribeStreamCommandInput,
24
24
  GetMedicalScribeStreamCommandOutput,
25
25
  TranscribeStreamingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetMedicalScribeStreamCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetMedicalScribeStreamCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetMedicalScribeStreamCommandInput,
33
33
  GetMedicalScribeStreamCommandOutput,
34
34
  TranscribeStreamingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetMedicalScribeStreamCommand extends GetMedicalScribeStreamCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartCallAnalyticsStreamTranscriptionRequest,
@@ -19,7 +19,7 @@ export interface StartCallAnalyticsStreamTranscriptionCommandOutput
19
19
  declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
20
20
  new (
21
21
  input: StartCallAnalyticsStreamTranscriptionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartCallAnalyticsStreamTranscriptionCommandInput,
24
24
  StartCallAnalyticsStreamTranscriptionCommandOutput,
25
25
  TranscribeStreamingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartCallAnalyticsStreamTranscriptionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartCallAnalyticsStreamTranscriptionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartCallAnalyticsStreamTranscriptionCommandInput,
33
33
  StartCallAnalyticsStreamTranscriptionCommandOutput,
34
34
  TranscribeStreamingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartCallAnalyticsStreamTranscriptionCommand extends StartCallAnalyticsStreamTranscriptionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartMedicalScribeStreamRequest,
@@ -19,7 +19,7 @@ export interface StartMedicalScribeStreamCommandOutput
19
19
  declare const StartMedicalScribeStreamCommand_base: {
20
20
  new (
21
21
  input: StartMedicalScribeStreamCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartMedicalScribeStreamCommandInput,
24
24
  StartMedicalScribeStreamCommandOutput,
25
25
  TranscribeStreamingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartMedicalScribeStreamCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartMedicalScribeStreamCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartMedicalScribeStreamCommandInput,
33
33
  StartMedicalScribeStreamCommandOutput,
34
34
  TranscribeStreamingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartMedicalScribeStreamCommand extends StartMedicalScribeStreamCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartMedicalStreamTranscriptionRequest,
@@ -19,7 +19,7 @@ export interface StartMedicalStreamTranscriptionCommandOutput
19
19
  declare const StartMedicalStreamTranscriptionCommand_base: {
20
20
  new (
21
21
  input: StartMedicalStreamTranscriptionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartMedicalStreamTranscriptionCommandInput,
24
24
  StartMedicalStreamTranscriptionCommandOutput,
25
25
  TranscribeStreamingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartMedicalStreamTranscriptionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartMedicalStreamTranscriptionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartMedicalStreamTranscriptionCommandInput,
33
33
  StartMedicalStreamTranscriptionCommandOutput,
34
34
  TranscribeStreamingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartMedicalStreamTranscriptionCommand extends StartMedicalStreamTranscriptionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartStreamTranscriptionRequest,
@@ -19,7 +19,7 @@ export interface StartStreamTranscriptionCommandOutput
19
19
  declare const StartStreamTranscriptionCommand_base: {
20
20
  new (
21
21
  input: StartStreamTranscriptionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartStreamTranscriptionCommandInput,
24
24
  StartStreamTranscriptionCommandOutput,
25
25
  TranscribeStreamingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartStreamTranscriptionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartStreamTranscriptionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartStreamTranscriptionCommandInput,
33
33
  StartStreamTranscriptionCommandOutput,
34
34
  TranscribeStreamingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartStreamTranscriptionCommand extends StartStreamTranscriptionCommand_base {
41
43
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface TranscribeStreamingExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class TranscribeStreamingServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { TranscribeStreamingServiceException as __BaseException } from "./TranscribeStreamingServiceException";
3
3
  export declare class BadRequestException extends __BaseException {
4
4
  readonly name: "BadRequestException";
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
5
5
  ) => {
6
6
  runtime: string;
7
7
  defaultsMode: import("@smithy/types").Provider<
8
- import("@smithy/smithy-client").ResolvedDefaultsMode
8
+ import("@smithy/core/client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider:
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
5
5
  ) => {
6
6
  runtime: string;
7
7
  defaultsMode: import("@smithy/types").Provider<
8
- import("@smithy/smithy-client").ResolvedDefaultsMode
8
+ import("@smithy/core/client").ResolvedDefaultsMode
9
9
  >;
10
10
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -23,7 +23,7 @@ export declare const getRuntimeConfig: (
23
23
  region: string | import("@smithy/types").Provider<string>;
24
24
  requestHandler:
25
25
  | RequestHandler
26
- | import("@smithy/protocol-http").HttpHandler<any>;
26
+ | import("@smithy/core/protocols").HttpHandler<any>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  sha256: import("@smithy/types").HashConstructor;
29
29
  streamCollector: import("@smithy/types").StreamCollector;
@@ -15,8 +15,8 @@ export declare const getRuntimeConfig: (
15
15
  import("@smithy/types").HttpHandlerOptions
16
16
  > &
17
17
  import("@smithy/types").RequestHandler<
18
- import("@smithy/protocol-http").HttpRequest,
19
- import("@smithy/protocol-http").HttpResponse,
18
+ import("@smithy/core/protocols").HttpRequest,
19
+ import("@smithy/core/protocols").HttpResponse,
20
20
  import("@smithy/types").HttpHandlerOptions
21
21
  > & {
22
22
  updateHttpClientConfig(key: never, value: never): void;
@@ -62,9 +62,9 @@ export declare const getRuntimeConfig: (
62
62
  extensions: import("./runtimeExtensions").RuntimeExtension[];
63
63
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
64
64
  defaultsMode:
65
- | import("@smithy/smithy-client").DefaultsMode
65
+ | import("@smithy/core/client").DefaultsMode
66
66
  | import("@smithy/types").Provider<
67
- import("@smithy/smithy-client").DefaultsMode
67
+ import("@smithy/core/client").DefaultsMode
68
68
  >;
69
69
  customUserAgent?: string | import("@smithy/types").UserAgent;
70
70
  userAgentAppId?:
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.1045.0",
4
+ "version": "3.1046.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 client-transcribe-streaming",
@@ -29,53 +29,29 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.974.8",
33
- "@aws-sdk/credential-provider-node": "^3.972.39",
34
- "@aws-sdk/eventstream-handler-node": "^3.972.14",
35
- "@aws-sdk/middleware-eventstream": "^3.972.10",
36
- "@aws-sdk/middleware-host-header": "^3.972.10",
32
+ "@aws-sdk/core": "^3.974.9",
33
+ "@aws-sdk/credential-provider-node": "^3.972.40",
34
+ "@aws-sdk/eventstream-handler-node": "^3.972.15",
35
+ "@aws-sdk/middleware-eventstream": "^3.972.11",
36
+ "@aws-sdk/middleware-host-header": "^3.972.11",
37
37
  "@aws-sdk/middleware-logger": "^3.972.10",
38
- "@aws-sdk/middleware-recursion-detection": "^3.972.11",
39
- "@aws-sdk/middleware-sdk-transcribe-streaming": "^3.972.10",
40
- "@aws-sdk/middleware-user-agent": "^3.972.38",
41
- "@aws-sdk/middleware-websocket": "^3.972.16",
42
- "@aws-sdk/region-config-resolver": "^3.972.13",
38
+ "@aws-sdk/middleware-recursion-detection": "^3.972.12",
39
+ "@aws-sdk/middleware-sdk-transcribe-streaming": "^3.972.11",
40
+ "@aws-sdk/middleware-user-agent": "^3.972.39",
41
+ "@aws-sdk/middleware-websocket": "^3.972.17",
42
+ "@aws-sdk/region-config-resolver": "^3.972.14",
43
43
  "@aws-sdk/types": "^3.973.8",
44
- "@aws-sdk/util-endpoints": "^3.996.8",
45
- "@aws-sdk/util-user-agent-browser": "^3.972.10",
46
- "@aws-sdk/util-user-agent-node": "^3.973.24",
47
- "@smithy/config-resolver": "^4.4.17",
48
- "@smithy/core": "^3.23.17",
49
- "@smithy/eventstream-serde-browser": "^4.2.14",
50
- "@smithy/eventstream-serde-config-resolver": "^4.3.14",
51
- "@smithy/eventstream-serde-node": "^4.2.14",
52
- "@smithy/fetch-http-handler": "^5.3.17",
53
- "@smithy/hash-node": "^4.2.14",
54
- "@smithy/invalid-dependency": "^4.2.14",
55
- "@smithy/middleware-content-length": "^4.2.14",
56
- "@smithy/middleware-endpoint": "^4.4.32",
57
- "@smithy/middleware-retry": "^4.5.7",
58
- "@smithy/middleware-serde": "^4.2.20",
59
- "@smithy/middleware-stack": "^4.2.14",
60
- "@smithy/node-config-provider": "^4.3.14",
61
- "@smithy/node-http-handler": "^4.6.1",
62
- "@smithy/protocol-http": "^5.3.14",
63
- "@smithy/smithy-client": "^4.12.13",
44
+ "@aws-sdk/util-endpoints": "^3.996.9",
45
+ "@aws-sdk/util-user-agent-browser": "^3.972.11",
46
+ "@aws-sdk/util-user-agent-node": "^3.973.25",
47
+ "@smithy/core": "^3.24.1",
48
+ "@smithy/fetch-http-handler": "^5.4.1",
49
+ "@smithy/node-http-handler": "^4.7.1",
64
50
  "@smithy/types": "^4.14.1",
65
- "@smithy/url-parser": "^4.2.14",
66
- "@smithy/util-base64": "^4.3.2",
67
- "@smithy/util-body-length-browser": "^4.2.2",
68
- "@smithy/util-body-length-node": "^4.2.3",
69
- "@smithy/util-defaults-mode-browser": "^4.3.49",
70
- "@smithy/util-defaults-mode-node": "^4.2.54",
71
- "@smithy/util-endpoints": "^3.4.2",
72
- "@smithy/util-middleware": "^4.2.14",
73
- "@smithy/util-retry": "^4.3.6",
74
- "@smithy/util-utf8": "^4.2.2",
75
51
  "tslib": "^2.6.2"
76
52
  },
77
53
  "devDependencies": {
78
- "@smithy/snapshot-testing": "^2.0.8",
54
+ "@smithy/snapshot-testing": "^2.1.1",
79
55
  "@tsconfig/node20": "20.1.8",
80
56
  "@types/node": "^20.14.8",
81
57
  "concurrently": "7.0.0",