@aws-sdk/client-rekognitionstreaming 3.325.0 → 3.327.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.
|
@@ -90,6 +90,73 @@ export interface StartFaceLivenessSessionCommandOutput extends StartFaceLiveness
|
|
|
90
90
|
* };
|
|
91
91
|
* const command = new StartFaceLivenessSessionCommand(input);
|
|
92
92
|
* const response = await client.send(command);
|
|
93
|
+
* // { // StartFaceLivenessSessionResponse
|
|
94
|
+
* // SessionId: "STRING_VALUE", // required
|
|
95
|
+
* // LivenessResponseStream: { // LivenessResponseStream Union: only one key present
|
|
96
|
+
* // ServerSessionInformationEvent: { // ServerSessionInformationEvent
|
|
97
|
+
* // SessionInformation: { // SessionInformation
|
|
98
|
+
* // Challenge: { // ServerChallenge Union: only one key present
|
|
99
|
+
* // FaceMovementAndLightChallenge: { // FaceMovementAndLightServerChallenge
|
|
100
|
+
* // OvalParameters: { // OvalParameters
|
|
101
|
+
* // Width: Number("float"), // required
|
|
102
|
+
* // Height: Number("float"), // required
|
|
103
|
+
* // CenterX: Number("float"), // required
|
|
104
|
+
* // CenterY: Number("float"), // required
|
|
105
|
+
* // },
|
|
106
|
+
* // LightChallengeType: "SEQUENTIAL", // required
|
|
107
|
+
* // ChallengeConfig: { // ChallengeConfig
|
|
108
|
+
* // BlazeFaceDetectionThreshold: Number("float"),
|
|
109
|
+
* // FaceDistanceThresholdMin: Number("float"),
|
|
110
|
+
* // FaceDistanceThreshold: Number("float"),
|
|
111
|
+
* // FaceDistanceThresholdMax: Number("float"),
|
|
112
|
+
* // OvalIouThreshold: Number("float"),
|
|
113
|
+
* // OvalHeightWidthRatio: Number("float"),
|
|
114
|
+
* // OvalIouWidthThreshold: Number("float"),
|
|
115
|
+
* // OvalIouHeightThreshold: Number("float"),
|
|
116
|
+
* // FaceIouWidthThreshold: Number("float"),
|
|
117
|
+
* // FaceIouHeightThreshold: Number("float"),
|
|
118
|
+
* // },
|
|
119
|
+
* // ColorSequences: [ // ColorSequences // required
|
|
120
|
+
* // { // ColorSequence
|
|
121
|
+
* // FreshnessColor: { // FreshnessColor
|
|
122
|
+
* // RGB: [ // ColorComponentList // required
|
|
123
|
+
* // Number("int"),
|
|
124
|
+
* // ],
|
|
125
|
+
* // },
|
|
126
|
+
* // DownscrollDuration: Number("float"), // required
|
|
127
|
+
* // FlatDisplayDuration: Number("float"), // required
|
|
128
|
+
* // },
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // },
|
|
132
|
+
* // },
|
|
133
|
+
* // },
|
|
134
|
+
* // DisconnectionEvent: { // DisconnectionEvent
|
|
135
|
+
* // TimestampMillis: Number("long"), // required
|
|
136
|
+
* // },
|
|
137
|
+
* // ValidationException: { // ValidationException
|
|
138
|
+
* // Message: "STRING_VALUE",
|
|
139
|
+
* // Code: "STRING_VALUE",
|
|
140
|
+
* // },
|
|
141
|
+
* // InternalServerException: { // InternalServerException
|
|
142
|
+
* // Message: "STRING_VALUE",
|
|
143
|
+
* // Code: "STRING_VALUE",
|
|
144
|
+
* // },
|
|
145
|
+
* // ThrottlingException: { // ThrottlingException
|
|
146
|
+
* // Message: "STRING_VALUE",
|
|
147
|
+
* // Code: "STRING_VALUE",
|
|
148
|
+
* // },
|
|
149
|
+
* // ServiceQuotaExceededException: { // ServiceQuotaExceededException
|
|
150
|
+
* // Message: "STRING_VALUE",
|
|
151
|
+
* // Code: "STRING_VALUE",
|
|
152
|
+
* // },
|
|
153
|
+
* // ServiceUnavailableException: { // ServiceUnavailableException
|
|
154
|
+
* // Message: "STRING_VALUE",
|
|
155
|
+
* // Code: "STRING_VALUE",
|
|
156
|
+
* // },
|
|
157
|
+
* // },
|
|
158
|
+
* // };
|
|
159
|
+
*
|
|
93
160
|
* ```
|
|
94
161
|
*
|
|
95
162
|
* @param StartFaceLivenessSessionCommandInput - {@link StartFaceLivenessSessionCommandInput}
|
|
@@ -124,6 +191,8 @@ export interface StartFaceLivenessSessionCommandOutput extends StartFaceLiveness
|
|
|
124
191
|
* invalid, session has expired or is invalid, S3 bucket is invalid/in another AWS region, KMS
|
|
125
192
|
* Key is invalid.</p>
|
|
126
193
|
*
|
|
194
|
+
* @throws {@link RekognitionStreamingServiceException}
|
|
195
|
+
* <p>Base exception class for all service exceptions from RekognitionStreaming service.</p>
|
|
127
196
|
*
|
|
128
197
|
*/
|
|
129
198
|
export declare class StartFaceLivenessSessionCommand extends $Command<StartFaceLivenessSessionCommandInput, StartFaceLivenessSessionCommandOutput, RekognitionStreamingClientResolvedConfig> {
|
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.327.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": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/eventstream-handler-node": "3.310.0",
|
|
28
28
|
"@aws-sdk/eventstream-serde-browser": "3.310.0",
|
|
29
29
|
"@aws-sdk/eventstream-serde-config-resolver": "3.310.0",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
34
34
|
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
35
35
|
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
36
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
36
|
+
"@aws-sdk/middleware-eventstream": "3.326.0",
|
|
37
37
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
39
39
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
40
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
41
41
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
42
42
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
43
43
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
44
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
45
45
|
"@aws-sdk/middleware-websocket": "3.325.0",
|
|
46
46
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
47
47
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
56
56
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
57
|
-
"@aws-sdk/util-endpoints": "3.
|
|
58
|
-
"@aws-sdk/util-retry": "3.
|
|
57
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
58
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
59
59
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
60
60
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
61
61
|
"@aws-sdk/util-utf8": "3.310.0",
|