@aws-sdk/middleware-sdk-transcribe-streaming 3.972.5 → 3.972.6

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.
@@ -1,2 +1,2 @@
1
- import { EventStreamPayloadHandler as IEventStreamPayloadHandler } from "@smithy/types";
1
+ import type { EventStreamPayloadHandler as IEventStreamPayloadHandler } from "@smithy/types";
2
2
  export declare const eventStreamPayloadHandler: IEventStreamPayloadHandler;
@@ -1,4 +1,4 @@
1
- import { Pluggable, RequestHandler } from "@smithy/types";
1
+ import type { Pluggable, RequestHandler } from "@smithy/types";
2
2
  interface PreviouslyResolved {
3
3
  requestHandler: RequestHandler<any, any>;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { InitializeHandlerOptions, InitializeMiddleware, RequestHandler } from "@smithy/types";
1
+ import type { InitializeHandlerOptions, InitializeMiddleware, RequestHandler } from "@smithy/types";
2
2
  /**
3
3
  * Middleware that inject default sessionId for operations, and inject
4
4
  * the parameters from request to the response metadata. This is
@@ -1,4 +1,4 @@
1
- import { BuildMiddleware, RelativeMiddlewareOptions, RequestHandler } from "@smithy/types";
1
+ import type { BuildMiddleware, RelativeMiddlewareOptions, RequestHandler } from "@smithy/types";
2
2
  /**
3
3
  * Middleware that generates WebSocket URL to TranscribeStreaming service
4
4
  * Reference: https://docs.aws.amazon.com/transcribe/latest/dg/websocket.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-transcribe-streaming",
3
- "version": "3.972.5",
3
+ "version": "3.972.6",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.3",
28
- "@aws-sdk/util-format-url": "^3.972.5",
27
+ "@aws-sdk/types": "^3.973.4",
28
+ "@aws-sdk/util-format-url": "^3.972.6",
29
29
  "@smithy/eventstream-serde-browser": "^4.2.10",
30
30
  "@smithy/protocol-http": "^5.3.10",
31
31
  "@smithy/signature-v4": "^5.3.10",