@aws-sdk/client-rekognitionstreaming 3.496.0 → 3.501.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 +12 -13
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -885,28 +885,27 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
885
885
|
// Annotate the CommonJS export names for ESM import in node:
|
|
886
886
|
|
|
887
887
|
0 && (module.exports = {
|
|
888
|
+
RekognitionStreamingServiceException,
|
|
889
|
+
__Client,
|
|
890
|
+
RekognitionStreamingClient,
|
|
891
|
+
RekognitionStreaming,
|
|
888
892
|
$Command,
|
|
893
|
+
StartFaceLivenessSessionCommand,
|
|
889
894
|
AccessDeniedException,
|
|
890
895
|
ClientChallenge,
|
|
891
|
-
InternalServerException,
|
|
892
896
|
LightChallengeType,
|
|
897
|
+
InternalServerException,
|
|
893
898
|
LivenessRequestStream,
|
|
894
|
-
LivenessRequestStreamFilterSensitiveLog,
|
|
895
|
-
LivenessResponseStream,
|
|
896
|
-
LivenessResponseStreamFilterSensitiveLog,
|
|
897
|
-
RekognitionStreaming,
|
|
898
|
-
RekognitionStreamingClient,
|
|
899
|
-
RekognitionStreamingServiceException,
|
|
900
899
|
ServerChallenge,
|
|
901
900
|
ServiceQuotaExceededException,
|
|
902
901
|
ServiceUnavailableException,
|
|
903
|
-
SessionNotFoundException,
|
|
904
|
-
StartFaceLivenessSessionCommand,
|
|
905
|
-
StartFaceLivenessSessionRequestFilterSensitiveLog,
|
|
906
|
-
StartFaceLivenessSessionResponseFilterSensitiveLog,
|
|
907
902
|
ThrottlingException,
|
|
908
903
|
ValidationException,
|
|
909
|
-
|
|
910
|
-
|
|
904
|
+
LivenessResponseStream,
|
|
905
|
+
SessionNotFoundException,
|
|
906
|
+
LivenessRequestStreamFilterSensitiveLog,
|
|
907
|
+
LivenessResponseStreamFilterSensitiveLog,
|
|
908
|
+
StartFaceLivenessSessionRequestFilterSensitiveLog,
|
|
909
|
+
StartFaceLivenessSessionResponseFilterSensitiveLog
|
|
911
910
|
});
|
|
912
911
|
|
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.501.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/eventstream-handler-node": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-eventstream": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.496.0",
|