@aws-sdk/client-rekognitionstreaming 3.954.0 → 3.956.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
|
@@ -450,7 +450,7 @@ var RekognitionStreamingServiceException$ = [
|
|
|
450
450
|
schema.TypeRegistry.for(_sm).registerError(RekognitionStreamingServiceException$, RekognitionStreamingServiceException);
|
|
451
451
|
var ColorSequences = [1, n0, _CSo, 0, () => ColorSequence$];
|
|
452
452
|
var ClientChallenge$ = [
|
|
453
|
-
|
|
453
|
+
4,
|
|
454
454
|
n0,
|
|
455
455
|
_CCl,
|
|
456
456
|
0,
|
|
@@ -458,7 +458,7 @@ var ClientChallenge$ = [
|
|
|
458
458
|
[() => FaceMovementAndLightClientChallenge$, () => FaceMovementClientChallenge$],
|
|
459
459
|
];
|
|
460
460
|
var LivenessRequestStream$ = [
|
|
461
|
-
|
|
461
|
+
4,
|
|
462
462
|
n0,
|
|
463
463
|
_LRS,
|
|
464
464
|
{ [_st]: 1 },
|
|
@@ -466,7 +466,7 @@ var LivenessRequestStream$ = [
|
|
|
466
466
|
[() => VideoEvent$, () => ClientSessionInformationEvent$],
|
|
467
467
|
];
|
|
468
468
|
var LivenessResponseStream$ = [
|
|
469
|
-
|
|
469
|
+
4,
|
|
470
470
|
n0,
|
|
471
471
|
_LRSi,
|
|
472
472
|
{ [_st]: 1 },
|
|
@@ -483,7 +483,7 @@ var LivenessResponseStream$ = [
|
|
|
483
483
|
],
|
|
484
484
|
];
|
|
485
485
|
var ServerChallenge$ = [
|
|
486
|
-
|
|
486
|
+
4,
|
|
487
487
|
n0,
|
|
488
488
|
_SC,
|
|
489
489
|
0,
|
package/dist-es/index.js
CHANGED
|
@@ -4,4 +4,5 @@ export * from "./commands";
|
|
|
4
4
|
export * from "./schemas/schemas_0";
|
|
5
5
|
export * from "./models/enums";
|
|
6
6
|
export * from "./models/errors";
|
|
7
|
+
export * from "./models/models_0";
|
|
7
8
|
export { RekognitionStreamingServiceException } from "./models/RekognitionStreamingServiceException";
|
|
@@ -216,7 +216,7 @@ TypeRegistry.for(_sm).registerError(RekognitionStreamingServiceException$, Rekog
|
|
|
216
216
|
var ColorComponentList = 64 | 1;
|
|
217
217
|
var ColorSequences = [1, n0, _CSo, 0, () => ColorSequence$];
|
|
218
218
|
export var ClientChallenge$ = [
|
|
219
|
-
|
|
219
|
+
4,
|
|
220
220
|
n0,
|
|
221
221
|
_CCl,
|
|
222
222
|
0,
|
|
@@ -224,7 +224,7 @@ export var ClientChallenge$ = [
|
|
|
224
224
|
[() => FaceMovementAndLightClientChallenge$, () => FaceMovementClientChallenge$],
|
|
225
225
|
];
|
|
226
226
|
export var LivenessRequestStream$ = [
|
|
227
|
-
|
|
227
|
+
4,
|
|
228
228
|
n0,
|
|
229
229
|
_LRS,
|
|
230
230
|
{ [_st]: 1 },
|
|
@@ -232,7 +232,7 @@ export var LivenessRequestStream$ = [
|
|
|
232
232
|
[() => VideoEvent$, () => ClientSessionInformationEvent$],
|
|
233
233
|
];
|
|
234
234
|
export var LivenessResponseStream$ = [
|
|
235
|
-
|
|
235
|
+
4,
|
|
236
236
|
n0,
|
|
237
237
|
_LRSi,
|
|
238
238
|
{ [_st]: 1 },
|
|
@@ -249,7 +249,7 @@ export var LivenessResponseStream$ = [
|
|
|
249
249
|
],
|
|
250
250
|
];
|
|
251
251
|
export var ServerChallenge$ = [
|
|
252
|
-
|
|
252
|
+
4,
|
|
253
253
|
n0,
|
|
254
254
|
_SC,
|
|
255
255
|
0,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -33,5 +33,5 @@ export * from "./commands";
|
|
|
33
33
|
export * from "./schemas/schemas_0";
|
|
34
34
|
export * from "./models/enums";
|
|
35
35
|
export * from "./models/errors";
|
|
36
|
-
export
|
|
36
|
+
export * from "./models/models_0";
|
|
37
37
|
export { RekognitionStreamingServiceException } from "./models/RekognitionStreamingServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
2
2
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
3
|
export declare var BoundingBox$: StaticStructureSchema;
|
|
4
4
|
export declare var ChallengeConfig$: StaticStructureSchema;
|
|
@@ -27,8 +27,8 @@ export declare var ThrottlingException$: StaticErrorSchema;
|
|
|
27
27
|
export declare var ValidationException$: StaticErrorSchema;
|
|
28
28
|
export declare var VideoEvent$: StaticStructureSchema;
|
|
29
29
|
export declare var RekognitionStreamingServiceException$: StaticErrorSchema;
|
|
30
|
-
export declare var ClientChallenge$:
|
|
31
|
-
export declare var LivenessRequestStream$:
|
|
32
|
-
export declare var LivenessResponseStream$:
|
|
33
|
-
export declare var ServerChallenge$:
|
|
30
|
+
export declare var ClientChallenge$: StaticUnionSchema;
|
|
31
|
+
export declare var LivenessRequestStream$: StaticUnionSchema;
|
|
32
|
+
export declare var LivenessResponseStream$: StaticUnionSchema;
|
|
33
|
+
export declare var ServerChallenge$: StaticUnionSchema;
|
|
34
34
|
export declare var StartFaceLivenessSession$: StaticOperationSchema;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
4
|
StaticStructureSchema,
|
|
5
|
+
StaticUnionSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
7
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
8
|
export declare var BoundingBox$: StaticStructureSchema;
|
|
@@ -31,8 +32,8 @@ export declare var ThrottlingException$: StaticErrorSchema;
|
|
|
31
32
|
export declare var ValidationException$: StaticErrorSchema;
|
|
32
33
|
export declare var VideoEvent$: StaticStructureSchema;
|
|
33
34
|
export declare var RekognitionStreamingServiceException$: StaticErrorSchema;
|
|
34
|
-
export declare var ClientChallenge$:
|
|
35
|
-
export declare var LivenessRequestStream$:
|
|
36
|
-
export declare var LivenessResponseStream$:
|
|
37
|
-
export declare var ServerChallenge$:
|
|
35
|
+
export declare var ClientChallenge$: StaticUnionSchema;
|
|
36
|
+
export declare var LivenessRequestStream$: StaticUnionSchema;
|
|
37
|
+
export declare var LivenessResponseStream$: StaticUnionSchema;
|
|
38
|
+
export declare var ServerChallenge$: StaticUnionSchema;
|
|
38
39
|
export declare var StartFaceLivenessSession$: StaticOperationSchema;
|
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.956.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rekognitionstreaming",
|
|
@@ -21,47 +21,47 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/middleware-websocket": "3.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
34
|
-
"@aws-sdk/types": "3.
|
|
35
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
38
|
-
"@smithy/config-resolver": "^4.4.
|
|
39
|
-
"@smithy/core": "^3.
|
|
40
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
41
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
42
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
43
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
44
|
-
"@smithy/hash-node": "^4.2.
|
|
45
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
46
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
47
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
48
|
-
"@smithy/middleware-retry": "^4.4.
|
|
49
|
-
"@smithy/middleware-serde": "^4.2.
|
|
50
|
-
"@smithy/middleware-stack": "^4.2.
|
|
51
|
-
"@smithy/node-config-provider": "^4.3.
|
|
52
|
-
"@smithy/node-http-handler": "^4.4.
|
|
53
|
-
"@smithy/protocol-http": "^5.3.
|
|
54
|
-
"@smithy/smithy-client": "^4.10.
|
|
55
|
-
"@smithy/types": "^4.
|
|
56
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.956.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.956.0",
|
|
26
|
+
"@aws-sdk/eventstream-handler-node": "3.956.0",
|
|
27
|
+
"@aws-sdk/middleware-eventstream": "3.956.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.956.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.956.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.956.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.956.0",
|
|
32
|
+
"@aws-sdk/middleware-websocket": "3.956.0",
|
|
33
|
+
"@aws-sdk/region-config-resolver": "3.956.0",
|
|
34
|
+
"@aws-sdk/types": "3.956.0",
|
|
35
|
+
"@aws-sdk/util-endpoints": "3.956.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.956.0",
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.956.0",
|
|
38
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
39
|
+
"@smithy/core": "^3.20.0",
|
|
40
|
+
"@smithy/eventstream-serde-browser": "^4.2.7",
|
|
41
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.7",
|
|
42
|
+
"@smithy/eventstream-serde-node": "^4.2.7",
|
|
43
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
44
|
+
"@smithy/hash-node": "^4.2.7",
|
|
45
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
46
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
47
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
48
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
49
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
50
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
51
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
52
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
53
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
54
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
55
|
+
"@smithy/types": "^4.11.0",
|
|
56
|
+
"@smithy/url-parser": "^4.2.7",
|
|
57
57
|
"@smithy/util-base64": "^4.3.0",
|
|
58
58
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
59
59
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
60
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
62
|
-
"@smithy/util-endpoints": "^3.2.
|
|
63
|
-
"@smithy/util-middleware": "^4.2.
|
|
64
|
-
"@smithy/util-retry": "^4.2.
|
|
60
|
+
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
61
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
62
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
63
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
64
|
+
"@smithy/util-retry": "^4.2.7",
|
|
65
65
|
"@smithy/util-utf8": "^4.2.0",
|
|
66
66
|
"tslib": "^2.6.2"
|
|
67
67
|
},
|