@aws-sdk/client-rekognitionstreaming 3.429.0 → 3.431.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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_StartFaceLivenessSessionCommand = exports.se_StartFaceLivenessSessionCommand = void 0;
|
|
4
|
+
const core_1 = require("@aws-sdk/core");
|
|
4
5
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -406,7 +407,7 @@ const de_ServerSessionInformationEvent = (output, context) => {
|
|
|
406
407
|
};
|
|
407
408
|
const de_SessionInformation = (output, context) => {
|
|
408
409
|
return (0, smithy_client_1.take)(output, {
|
|
409
|
-
Challenge: (_) => de_ServerChallenge((0,
|
|
410
|
+
Challenge: (_) => de_ServerChallenge((0, core_1.awsExpectUnion)(_), context),
|
|
410
411
|
});
|
|
411
412
|
};
|
|
412
413
|
const deserializeMetadata = (output) => ({
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
|
|
1
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectString as __expectString,
|
|
3
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectString as __expectString, limitedParseFloat32 as __limitedParseFloat32, map, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { AccessDeniedException, ClientChallenge, InternalServerException, LivenessRequestStream, ServiceQuotaExceededException, ServiceUnavailableException, SessionNotFoundException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
4
5
|
import { RekognitionStreamingServiceException as __BaseException } from "../models/RekognitionStreamingServiceException";
|
|
5
6
|
export const se_StartFaceLivenessSessionCommand = async (input, context) => {
|
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.
|
|
4
|
+
"version": "3.431.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,22 +21,23 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/
|
|
24
|
+
"@aws-sdk/client-sts": "3.431.0",
|
|
25
|
+
"@aws-sdk/core": "3.431.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.431.0",
|
|
26
27
|
"@aws-sdk/eventstream-handler-node": "3.428.0",
|
|
27
28
|
"@aws-sdk/middleware-eventstream": "3.429.0",
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.431.0",
|
|
29
30
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
30
31
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
31
32
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
32
33
|
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
33
34
|
"@aws-sdk/middleware-websocket": "3.428.0",
|
|
34
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
35
|
+
"@aws-sdk/region-config-resolver": "3.430.0",
|
|
35
36
|
"@aws-sdk/types": "3.428.0",
|
|
36
37
|
"@aws-sdk/util-endpoints": "3.428.0",
|
|
37
38
|
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
38
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
39
|
-
"@smithy/config-resolver": "^2.0.
|
|
39
|
+
"@aws-sdk/util-user-agent-node": "3.430.0",
|
|
40
|
+
"@smithy/config-resolver": "^2.0.15",
|
|
40
41
|
"@smithy/eventstream-serde-browser": "^2.0.11",
|
|
41
42
|
"@smithy/eventstream-serde-config-resolver": "^2.0.11",
|
|
42
43
|
"@smithy/eventstream-serde-node": "^2.0.11",
|
|
@@ -44,11 +45,11 @@
|
|
|
44
45
|
"@smithy/hash-node": "^2.0.11",
|
|
45
46
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
46
47
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
47
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
48
|
-
"@smithy/middleware-retry": "^2.0.
|
|
48
|
+
"@smithy/middleware-endpoint": "^2.1.2",
|
|
49
|
+
"@smithy/middleware-retry": "^2.0.17",
|
|
49
50
|
"@smithy/middleware-serde": "^2.0.11",
|
|
50
51
|
"@smithy/middleware-stack": "^2.0.5",
|
|
51
|
-
"@smithy/node-config-provider": "^2.1.
|
|
52
|
+
"@smithy/node-config-provider": "^2.1.2",
|
|
52
53
|
"@smithy/node-http-handler": "^2.1.7",
|
|
53
54
|
"@smithy/protocol-http": "^3.0.7",
|
|
54
55
|
"@smithy/smithy-client": "^2.1.11",
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
59
60
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
60
61
|
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
|
62
63
|
"@smithy/util-retry": "^2.0.4",
|
|
63
64
|
"@smithy/util-utf8": "^2.0.0",
|
|
64
65
|
"tslib": "^2.5.0"
|