@aws-sdk/client-transcribe-streaming 3.279.0 → 3.281.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.
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartCallAnalyticsStreamTranscriptionRequest, StartCallAnalyticsStreamTranscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
6
+ /**
7
+ * The input for {@link StartCallAnalyticsStreamTranscriptionCommand}.
8
+ */
6
9
  export interface StartCallAnalyticsStreamTranscriptionCommandInput extends StartCallAnalyticsStreamTranscriptionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartCallAnalyticsStreamTranscriptionCommand}.
13
+ */
8
14
  export interface StartCallAnalyticsStreamTranscriptionCommandOutput extends StartCallAnalyticsStreamTranscriptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartMedicalStreamTranscriptionRequest, StartMedicalStreamTranscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
6
+ /**
7
+ * The input for {@link StartMedicalStreamTranscriptionCommand}.
8
+ */
6
9
  export interface StartMedicalStreamTranscriptionCommandInput extends StartMedicalStreamTranscriptionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartMedicalStreamTranscriptionCommand}.
13
+ */
8
14
  export interface StartMedicalStreamTranscriptionCommandOutput extends StartMedicalStreamTranscriptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartStreamTranscriptionRequest, StartStreamTranscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
6
+ /**
7
+ * The input for {@link StartStreamTranscriptionCommand}.
8
+ */
6
9
  export interface StartStreamTranscriptionCommandInput extends StartStreamTranscriptionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartStreamTranscriptionCommand}.
13
+ */
8
14
  export interface StartStreamTranscriptionCommandOutput extends StartStreamTranscriptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.279.0",
4
+ "version": "3.281.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.279.0",
24
+ "@aws-sdk/client-sts": "3.281.0",
25
25
  "@aws-sdk/config-resolver": "3.272.0",
26
- "@aws-sdk/credential-provider-node": "3.279.0",
26
+ "@aws-sdk/credential-provider-node": "3.281.0",
27
27
  "@aws-sdk/eventstream-handler-node": "3.272.0",
28
28
  "@aws-sdk/eventstream-serde-browser": "3.272.0",
29
29
  "@aws-sdk/eventstream-serde-config-resolver": "3.272.0",