@aws-sdk/client-rekognitionstreaming 3.946.0 → 3.947.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.
@@ -197,7 +197,6 @@ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
197
197
  export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _C], [0, 0]];
198
198
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
199
199
  export var VideoEvent = [3, n0, _VEi, 0, [_VC, _TM], [21, 1]];
200
- export var __Unit = "unit";
201
200
  export var RekognitionStreamingServiceException = [
202
201
  -3,
203
202
  _sm,
@@ -26,7 +26,6 @@ export declare var TargetFace: StaticStructureSchema;
26
26
  export declare var ThrottlingException: StaticErrorSchema;
27
27
  export declare var ValidationException: StaticErrorSchema;
28
28
  export declare var VideoEvent: StaticStructureSchema;
29
- export declare var __Unit: "unit";
30
29
  export declare var RekognitionStreamingServiceException: StaticErrorSchema;
31
30
  export declare var ColorComponentList: number;
32
31
  export declare var ColorSequences: StaticListSchema;
@@ -31,7 +31,6 @@ export declare var TargetFace: StaticStructureSchema;
31
31
  export declare var ThrottlingException: StaticErrorSchema;
32
32
  export declare var ValidationException: StaticErrorSchema;
33
33
  export declare var VideoEvent: StaticStructureSchema;
34
- export declare var __Unit: "unit";
35
34
  export declare var RekognitionStreamingServiceException: StaticErrorSchema;
36
35
  export declare var ColorComponentList: number;
37
36
  export declare var ColorSequences: StaticListSchema;
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.946.0",
4
+ "version": "3.947.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",
@@ -21,20 +21,20 @@
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.946.0",
25
- "@aws-sdk/credential-provider-node": "3.946.0",
24
+ "@aws-sdk/core": "3.947.0",
25
+ "@aws-sdk/credential-provider-node": "3.947.0",
26
26
  "@aws-sdk/eventstream-handler-node": "3.936.0",
27
27
  "@aws-sdk/middleware-eventstream": "3.936.0",
28
28
  "@aws-sdk/middleware-host-header": "3.936.0",
29
29
  "@aws-sdk/middleware-logger": "3.936.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
31
- "@aws-sdk/middleware-user-agent": "3.946.0",
31
+ "@aws-sdk/middleware-user-agent": "3.947.0",
32
32
  "@aws-sdk/middleware-websocket": "3.936.0",
33
33
  "@aws-sdk/region-config-resolver": "3.936.0",
34
34
  "@aws-sdk/types": "3.936.0",
35
35
  "@aws-sdk/util-endpoints": "3.936.0",
36
36
  "@aws-sdk/util-user-agent-browser": "3.936.0",
37
- "@aws-sdk/util-user-agent-node": "3.946.0",
37
+ "@aws-sdk/util-user-agent-node": "3.947.0",
38
38
  "@smithy/config-resolver": "^4.4.3",
39
39
  "@smithy/core": "^3.18.7",
40
40
  "@smithy/eventstream-serde-browser": "^4.2.5",