@aws-sdk/client-rekognition 3.316.0 → 3.319.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.
|
@@ -22,10 +22,10 @@ export interface CreateFaceLivenessSessionCommandOutput extends CreateFaceLivene
|
|
|
22
22
|
* <p>This API operation initiates a Face Liveness session. It returns a <code>SessionId</code>,
|
|
23
23
|
* which you can use to start streaming Face Liveness video and get the results for a Face
|
|
24
24
|
* Liveness session. You can use the <code>OutputConfig</code> option in the Settings parameter
|
|
25
|
-
* to provide an Amazon S3 bucket location. The Amazon S3 bucket stores reference images and
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
25
|
+
* to provide an Amazon S3 bucket location. The Amazon S3 bucket stores reference images and audit images.
|
|
26
|
+
* You can use <code>AuditImagesLimit</code> to limit the number of audit images returned. This
|
|
27
|
+
* number is between 0 and 4. By default, it is set to 0. The limit is best effort and based on
|
|
28
|
+
* the duration of the selfie-video. </p>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
31
|
* ```javascript
|
|
@@ -1575,7 +1575,7 @@ export interface LivenessOutputConfig {
|
|
|
1575
1575
|
*/
|
|
1576
1576
|
S3Bucket: string | undefined;
|
|
1577
1577
|
/**
|
|
1578
|
-
* <p>The prefix
|
|
1578
|
+
* <p>The prefix prepended to the output files for the Face Liveness session results.</p>
|
|
1579
1579
|
*/
|
|
1580
1580
|
S3KeyPrefix?: string;
|
|
1581
1581
|
}
|
|
@@ -4112,6 +4112,7 @@ export interface GetFaceLivenessSessionResultsRequest {
|
|
|
4112
4112
|
*/
|
|
4113
4113
|
export declare const LivenessSessionStatus: {
|
|
4114
4114
|
readonly CREATED: "CREATED";
|
|
4115
|
+
readonly EXPIRED: "EXPIRED";
|
|
4115
4116
|
readonly FAILED: "FAILED";
|
|
4116
4117
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
4117
4118
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
@@ -1144,6 +1144,7 @@ export interface GetFaceLivenessSessionResultsRequest {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
export declare const LivenessSessionStatus: {
|
|
1146
1146
|
readonly CREATED: "CREATED";
|
|
1147
|
+
readonly EXPIRED: "EXPIRED";
|
|
1147
1148
|
readonly FAILED: "FAILED";
|
|
1148
1149
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1149
1150
|
readonly SUCCEEDED: "SUCCEEDED";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rekognition",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.319.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.319.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.319.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.319.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.316.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.316.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|