@aws-sdk/client-rekognitionstreaming 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
@@ -386,6 +386,7 @@ var import_core2 = require("@smithy/core");
386
386
  var se_StartFaceLivenessSessionCommand = /* @__PURE__ */ __name(async (input, context) => {
387
387
  const b = (0, import_core2.requestBuilder)(input, context);
388
388
  const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
389
+ "content-type": "application/json",
389
390
  [_xarslsi]: input[_SI],
390
391
  [_xarslvw]: input[_VW],
391
392
  [_xarslvh]: input[_VH],
@@ -6,6 +6,7 @@ import { RekognitionStreamingServiceException as __BaseException } from "../mode
6
6
  export const se_StartFaceLivenessSessionCommand = async (input, context) => {
7
7
  const b = rb(input, context);
8
8
  const headers = map({}, isSerializableHeaderValue, {
9
+ "content-type": "application/json",
9
10
  [_xarslsi]: input[_SI],
10
11
  [_xarslvw]: input[_VW],
11
12
  [_xarslvh]: input[_VH],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rekognitionstreaming",
3
3
  "description": "AWS SDK for JavaScript Rekognitionstreaming 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-rekognitionstreaming",