@aws-sdk/client-transcribe-streaming 3.606.0 → 3.608.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 CHANGED
@@ -509,6 +509,7 @@ var import_core2 = require("@smithy/core");
509
509
  var se_StartCallAnalyticsStreamTranscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
510
510
  const b = (0, import_core2.requestBuilder)(input, context);
511
511
  const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
512
+ "content-type": "application/json",
512
513
  [_xatlc]: input[_LC],
513
514
  [_xatsr]: [() => isSerializableHeaderValue(input[_MSRH]), () => input[_MSRH].toString()],
514
515
  [_xatme]: input[_ME],
@@ -534,6 +535,7 @@ var se_StartCallAnalyticsStreamTranscriptionCommand = /* @__PURE__ */ __name(asy
534
535
  var se_StartMedicalStreamTranscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
535
536
  const b = (0, import_core2.requestBuilder)(input, context);
536
537
  const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
538
+ "content-type": "application/json",
537
539
  [_xatlc]: input[_LC],
538
540
  [_xatsr]: [() => isSerializableHeaderValue(input[_MSRH]), () => input[_MSRH].toString()],
539
541
  [_xatme]: input[_ME],
@@ -557,6 +559,7 @@ var se_StartMedicalStreamTranscriptionCommand = /* @__PURE__ */ __name(async (in
557
559
  var se_StartStreamTranscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
558
560
  const b = (0, import_core2.requestBuilder)(input, context);
559
561
  const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
562
+ "content-type": "application/json",
560
563
  [_xatlc]: input[_LC],
561
564
  [_xatsr]: [() => isSerializableHeaderValue(input[_MSRH]), () => input[_MSRH].toString()],
562
565
  [_xatme]: input[_ME],
@@ -6,6 +6,7 @@ import { TranscribeStreamingServiceException as __BaseException } from "../model
6
6
  export const se_StartCallAnalyticsStreamTranscriptionCommand = async (input, context) => {
7
7
  const b = rb(input, context);
8
8
  const headers = map({}, isSerializableHeaderValue, {
9
+ "content-type": "application/json",
9
10
  [_xatlc]: input[_LC],
10
11
  [_xatsr]: [() => isSerializableHeaderValue(input[_MSRH]), () => input[_MSRH].toString()],
11
12
  [_xatme]: input[_ME],
@@ -31,6 +32,7 @@ export const se_StartCallAnalyticsStreamTranscriptionCommand = async (input, con
31
32
  export const se_StartMedicalStreamTranscriptionCommand = async (input, context) => {
32
33
  const b = rb(input, context);
33
34
  const headers = map({}, isSerializableHeaderValue, {
35
+ "content-type": "application/json",
34
36
  [_xatlc]: input[_LC],
35
37
  [_xatsr]: [() => isSerializableHeaderValue(input[_MSRH]), () => input[_MSRH].toString()],
36
38
  [_xatme]: input[_ME],
@@ -54,6 +56,7 @@ export const se_StartMedicalStreamTranscriptionCommand = async (input, context)
54
56
  export const se_StartStreamTranscriptionCommand = async (input, context) => {
55
57
  const b = rb(input, context);
56
58
  const headers = map({}, isSerializableHeaderValue, {
59
+ "content-type": "application/json",
57
60
  [_xatlc]: input[_LC],
58
61
  [_xatsr]: [() => isSerializableHeaderValue(input[_MSRH]), () => input[_MSRH].toString()],
59
62
  [_xatme]: input[_ME],
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.606.0",
4
+ "version": "3.608.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-transcribe-streaming",