@aws-sdk/client-rekognition 3.145.0 → 3.154.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +25 -0
  3. package/dist-cjs/Rekognition.js +60 -0
  4. package/dist-cjs/commands/CopyProjectVersionCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteProjectPolicyCommand.js +36 -0
  6. package/dist-cjs/commands/ListProjectPoliciesCommand.js +36 -0
  7. package/dist-cjs/commands/PutProjectPolicyCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +4 -0
  9. package/dist-cjs/models/models_0.js +111 -40
  10. package/dist-cjs/pagination/ListProjectPoliciesPaginator.js +36 -0
  11. package/dist-cjs/pagination/index.js +1 -0
  12. package/dist-cjs/protocols/Aws_json1_1.js +381 -3
  13. package/dist-es/Rekognition.js +60 -0
  14. package/dist-es/commands/CopyProjectVersionCommand.js +39 -0
  15. package/dist-es/commands/DeleteProjectPolicyCommand.js +39 -0
  16. package/dist-es/commands/ListProjectPoliciesCommand.js +39 -0
  17. package/dist-es/commands/PutProjectPolicyCommand.js +39 -0
  18. package/dist-es/commands/index.js +4 -0
  19. package/dist-es/models/models_0.js +86 -44
  20. package/dist-es/pagination/ListProjectPoliciesPaginator.js +75 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_json1_1.js +460 -1
  23. package/dist-types/Rekognition.d.ts +97 -4
  24. package/dist-types/RekognitionClient.d.ts +31 -2
  25. package/dist-types/commands/CopyProjectVersionCommand.d.ts +56 -0
  26. package/dist-types/commands/DeleteProjectCommand.d.ts +5 -4
  27. package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +36 -0
  28. package/dist-types/commands/ListProjectPoliciesCommand.d.ts +36 -0
  29. package/dist-types/commands/PutProjectPolicyCommand.d.ts +51 -0
  30. package/dist-types/commands/index.d.ts +4 -0
  31. package/dist-types/models/models_0.d.ts +329 -88
  32. package/dist-types/pagination/ListProjectPoliciesPaginator.d.ts +4 -0
  33. package/dist-types/pagination/index.d.ts +1 -0
  34. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  35. package/dist-types/ts3.4/Rekognition.d.ts +20 -0
  36. package/dist-types/ts3.4/RekognitionClient.d.ts +6 -2
  37. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +169 -51
  43. package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +4 -0
  44. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  45. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  46. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-rekognition
9
+
10
+
11
+
12
+
13
+
14
+ # [3.151.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.150.0...v3.151.0) (2022-08-16)
15
+
16
+
17
+ ### Features
18
+
19
+ * **client-rekognition:** This release adds APIs which support copying an Amazon Rekognition Custom Labels model and managing project policies across AWS account. ([5814059](https://github.com/aws/aws-sdk-js-v3/commit/581405949a6852dae34e3b5fca292d31f5597250))
20
+
21
+
22
+
23
+
24
+
25
+ # [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-rekognition
28
+
29
+
30
+
31
+
32
+
6
33
  # [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
7
34
 
8
35
  **Note:** Version bump only for package @aws-sdk/client-rekognition
package/README.md CHANGED
@@ -114,6 +114,11 @@ and common errors.</p>
114
114
  <ul>
115
115
  <li>
116
116
  <p>
117
+ <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CopyProjectVersion.html">CopyProjectVersion</a>
118
+ </p>
119
+ </li>
120
+ <li>
121
+ <p>
117
122
  <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateDataset.html">CreateDataset</a>
118
123
  </p>
119
124
  </li>
@@ -139,6 +144,11 @@ and common errors.</p>
139
144
  </li>
140
145
  <li>
141
146
  <p>
147
+ <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteProjectPolicy.html">DeleteProjectPolicy</a>
148
+ </p>
149
+ </li>
150
+ <li>
151
+ <p>
142
152
  <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteProjectVersion.html">DeleteProjectVersion</a>
143
153
  </p>
144
154
  </li>
@@ -179,6 +189,16 @@ and common errors.</p>
179
189
  </li>
180
190
  <li>
181
191
  <p>
192
+ <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_ListProjectPolicies.html">ListProjectPolicies</a>
193
+ </p>
194
+ </li>
195
+ <li>
196
+ <p>
197
+ <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_PutProjectPolicy.html">PutProjectPolicy</a>
198
+ </p>
199
+ </li>
200
+ <li>
201
+ <p>
182
202
  <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartProjectVersion.html">StartProjectVersion</a>
183
203
  </p>
184
204
  </li>
@@ -316,6 +336,11 @@ and common errors.</p>
316
336
  <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StopStreamProcessor.html">StopStreamProcessor</a>
317
337
  </p>
318
338
  </li>
339
+ <li>
340
+ <p>
341
+ <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_UpdateStreamProcessor.html">UpdateStreamProcessor</a>
342
+ </p>
343
+ </li>
319
344
  </ul>
320
345
 
321
346
  ## Installing
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Rekognition = void 0;
4
4
  const CompareFacesCommand_1 = require("./commands/CompareFacesCommand");
5
+ const CopyProjectVersionCommand_1 = require("./commands/CopyProjectVersionCommand");
5
6
  const CreateCollectionCommand_1 = require("./commands/CreateCollectionCommand");
6
7
  const CreateDatasetCommand_1 = require("./commands/CreateDatasetCommand");
7
8
  const CreateProjectCommand_1 = require("./commands/CreateProjectCommand");
@@ -11,6 +12,7 @@ const DeleteCollectionCommand_1 = require("./commands/DeleteCollectionCommand");
11
12
  const DeleteDatasetCommand_1 = require("./commands/DeleteDatasetCommand");
12
13
  const DeleteFacesCommand_1 = require("./commands/DeleteFacesCommand");
13
14
  const DeleteProjectCommand_1 = require("./commands/DeleteProjectCommand");
15
+ const DeleteProjectPolicyCommand_1 = require("./commands/DeleteProjectPolicyCommand");
14
16
  const DeleteProjectVersionCommand_1 = require("./commands/DeleteProjectVersionCommand");
15
17
  const DeleteStreamProcessorCommand_1 = require("./commands/DeleteStreamProcessorCommand");
16
18
  const DescribeCollectionCommand_1 = require("./commands/DescribeCollectionCommand");
@@ -39,8 +41,10 @@ const ListCollectionsCommand_1 = require("./commands/ListCollectionsCommand");
39
41
  const ListDatasetEntriesCommand_1 = require("./commands/ListDatasetEntriesCommand");
40
42
  const ListDatasetLabelsCommand_1 = require("./commands/ListDatasetLabelsCommand");
41
43
  const ListFacesCommand_1 = require("./commands/ListFacesCommand");
44
+ const ListProjectPoliciesCommand_1 = require("./commands/ListProjectPoliciesCommand");
42
45
  const ListStreamProcessorsCommand_1 = require("./commands/ListStreamProcessorsCommand");
43
46
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
47
+ const PutProjectPolicyCommand_1 = require("./commands/PutProjectPolicyCommand");
44
48
  const RecognizeCelebritiesCommand_1 = require("./commands/RecognizeCelebritiesCommand");
45
49
  const SearchFacesByImageCommand_1 = require("./commands/SearchFacesByImageCommand");
46
50
  const SearchFacesCommand_1 = require("./commands/SearchFacesCommand");
@@ -76,6 +80,20 @@ class Rekognition extends RekognitionClient_1.RekognitionClient {
76
80
  return this.send(command, optionsOrCb);
77
81
  }
78
82
  }
83
+ copyProjectVersion(args, optionsOrCb, cb) {
84
+ const command = new CopyProjectVersionCommand_1.CopyProjectVersionCommand(args);
85
+ if (typeof optionsOrCb === "function") {
86
+ this.send(command, optionsOrCb);
87
+ }
88
+ else if (typeof cb === "function") {
89
+ if (typeof optionsOrCb !== "object")
90
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
91
+ this.send(command, optionsOrCb || {}, cb);
92
+ }
93
+ else {
94
+ return this.send(command, optionsOrCb);
95
+ }
96
+ }
79
97
  createCollection(args, optionsOrCb, cb) {
80
98
  const command = new CreateCollectionCommand_1.CreateCollectionCommand(args);
81
99
  if (typeof optionsOrCb === "function") {
@@ -202,6 +220,20 @@ class Rekognition extends RekognitionClient_1.RekognitionClient {
202
220
  return this.send(command, optionsOrCb);
203
221
  }
204
222
  }
223
+ deleteProjectPolicy(args, optionsOrCb, cb) {
224
+ const command = new DeleteProjectPolicyCommand_1.DeleteProjectPolicyCommand(args);
225
+ if (typeof optionsOrCb === "function") {
226
+ this.send(command, optionsOrCb);
227
+ }
228
+ else if (typeof cb === "function") {
229
+ if (typeof optionsOrCb !== "object")
230
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
231
+ this.send(command, optionsOrCb || {}, cb);
232
+ }
233
+ else {
234
+ return this.send(command, optionsOrCb);
235
+ }
236
+ }
205
237
  deleteProjectVersion(args, optionsOrCb, cb) {
206
238
  const command = new DeleteProjectVersionCommand_1.DeleteProjectVersionCommand(args);
207
239
  if (typeof optionsOrCb === "function") {
@@ -594,6 +626,20 @@ class Rekognition extends RekognitionClient_1.RekognitionClient {
594
626
  return this.send(command, optionsOrCb);
595
627
  }
596
628
  }
629
+ listProjectPolicies(args, optionsOrCb, cb) {
630
+ const command = new ListProjectPoliciesCommand_1.ListProjectPoliciesCommand(args);
631
+ if (typeof optionsOrCb === "function") {
632
+ this.send(command, optionsOrCb);
633
+ }
634
+ else if (typeof cb === "function") {
635
+ if (typeof optionsOrCb !== "object")
636
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
637
+ this.send(command, optionsOrCb || {}, cb);
638
+ }
639
+ else {
640
+ return this.send(command, optionsOrCb);
641
+ }
642
+ }
597
643
  listStreamProcessors(args, optionsOrCb, cb) {
598
644
  const command = new ListStreamProcessorsCommand_1.ListStreamProcessorsCommand(args);
599
645
  if (typeof optionsOrCb === "function") {
@@ -622,6 +668,20 @@ class Rekognition extends RekognitionClient_1.RekognitionClient {
622
668
  return this.send(command, optionsOrCb);
623
669
  }
624
670
  }
671
+ putProjectPolicy(args, optionsOrCb, cb) {
672
+ const command = new PutProjectPolicyCommand_1.PutProjectPolicyCommand(args);
673
+ if (typeof optionsOrCb === "function") {
674
+ this.send(command, optionsOrCb);
675
+ }
676
+ else if (typeof cb === "function") {
677
+ if (typeof optionsOrCb !== "object")
678
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
679
+ this.send(command, optionsOrCb || {}, cb);
680
+ }
681
+ else {
682
+ return this.send(command, optionsOrCb);
683
+ }
684
+ }
625
685
  recognizeCelebrities(args, optionsOrCb, cb) {
626
686
  const command = new RecognizeCelebritiesCommand_1.RecognizeCelebritiesCommand(args);
627
687
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CopyProjectVersionCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class CopyProjectVersionCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RekognitionClient";
18
+ const commandName = "CopyProjectVersionCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.CopyProjectVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CopyProjectVersionResponseFilterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CopyProjectVersionCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CopyProjectVersionCommand)(output, context);
34
+ }
35
+ }
36
+ exports.CopyProjectVersionCommand = CopyProjectVersionCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteProjectPolicyCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class DeleteProjectPolicyCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RekognitionClient";
18
+ const commandName = "DeleteProjectPolicyCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DeleteProjectPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DeleteProjectPolicyResponseFilterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteProjectPolicyCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteProjectPolicyCommand)(output, context);
34
+ }
35
+ }
36
+ exports.DeleteProjectPolicyCommand = DeleteProjectPolicyCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListProjectPoliciesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class ListProjectPoliciesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RekognitionClient";
18
+ const commandName = "ListProjectPoliciesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListProjectPoliciesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListProjectPoliciesResponseFilterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListProjectPoliciesCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListProjectPoliciesCommand)(output, context);
34
+ }
35
+ }
36
+ exports.ListProjectPoliciesCommand = ListProjectPoliciesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PutProjectPolicyCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class PutProjectPolicyCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RekognitionClient";
18
+ const commandName = "PutProjectPolicyCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.PutProjectPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.PutProjectPolicyResponseFilterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1PutProjectPolicyCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1PutProjectPolicyCommand)(output, context);
34
+ }
35
+ }
36
+ exports.PutProjectPolicyCommand = PutProjectPolicyCommand;
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./CompareFacesCommand"), exports);
5
+ tslib_1.__exportStar(require("./CopyProjectVersionCommand"), exports);
5
6
  tslib_1.__exportStar(require("./CreateCollectionCommand"), exports);
6
7
  tslib_1.__exportStar(require("./CreateDatasetCommand"), exports);
7
8
  tslib_1.__exportStar(require("./CreateProjectCommand"), exports);
@@ -11,6 +12,7 @@ tslib_1.__exportStar(require("./DeleteCollectionCommand"), exports);
11
12
  tslib_1.__exportStar(require("./DeleteDatasetCommand"), exports);
12
13
  tslib_1.__exportStar(require("./DeleteFacesCommand"), exports);
13
14
  tslib_1.__exportStar(require("./DeleteProjectCommand"), exports);
15
+ tslib_1.__exportStar(require("./DeleteProjectPolicyCommand"), exports);
14
16
  tslib_1.__exportStar(require("./DeleteProjectVersionCommand"), exports);
15
17
  tslib_1.__exportStar(require("./DeleteStreamProcessorCommand"), exports);
16
18
  tslib_1.__exportStar(require("./DescribeCollectionCommand"), exports);
@@ -39,8 +41,10 @@ tslib_1.__exportStar(require("./ListCollectionsCommand"), exports);
39
41
  tslib_1.__exportStar(require("./ListDatasetEntriesCommand"), exports);
40
42
  tslib_1.__exportStar(require("./ListDatasetLabelsCommand"), exports);
41
43
  tslib_1.__exportStar(require("./ListFacesCommand"), exports);
44
+ tslib_1.__exportStar(require("./ListProjectPoliciesCommand"), exports);
42
45
  tslib_1.__exportStar(require("./ListStreamProcessorsCommand"), exports);
43
46
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
47
+ tslib_1.__exportStar(require("./PutProjectPolicyCommand"), exports);
44
48
  tslib_1.__exportStar(require("./RecognizeCelebritiesCommand"), exports);
45
49
  tslib_1.__exportStar(require("./SearchFacesByImageCommand"), exports);
46
50
  tslib_1.__exportStar(require("./SearchFacesCommand"), exports);