@aws-sdk/client-rekognition 3.36.0 → 3.39.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 (154) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Rekognition.js +0 -3
  3. package/dist-cjs/RekognitionClient.js +0 -8
  4. package/dist-cjs/commands/CompareFacesCommand.js +0 -86
  5. package/dist-cjs/commands/CreateCollectionCommand.js +0 -36
  6. package/dist-cjs/commands/CreateProjectCommand.js +0 -26
  7. package/dist-cjs/commands/CreateProjectVersionCommand.js +0 -35
  8. package/dist-cjs/commands/CreateStreamProcessorCommand.js +0 -34
  9. package/dist-cjs/commands/DeleteCollectionCommand.js +0 -28
  10. package/dist-cjs/commands/DeleteFacesCommand.js +0 -27
  11. package/dist-cjs/commands/DeleteProjectCommand.js +0 -27
  12. package/dist-cjs/commands/DeleteProjectVersionCommand.js +0 -31
  13. package/dist-cjs/commands/DeleteStreamProcessorCommand.js +0 -25
  14. package/dist-cjs/commands/DescribeCollectionCommand.js +0 -29
  15. package/dist-cjs/commands/DescribeProjectVersionsCommand.js +0 -28
  16. package/dist-cjs/commands/DescribeProjectsCommand.js +0 -25
  17. package/dist-cjs/commands/DescribeStreamProcessorCommand.js +0 -25
  18. package/dist-cjs/commands/DetectCustomLabelsCommand.js +0 -74
  19. package/dist-cjs/commands/DetectFacesCommand.js +0 -46
  20. package/dist-cjs/commands/DetectLabelsCommand.js +0 -96
  21. package/dist-cjs/commands/DetectModerationLabelsCommand.js +0 -37
  22. package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +0 -63
  23. package/dist-cjs/commands/DetectTextCommand.js +0 -45
  24. package/dist-cjs/commands/GetCelebrityInfoCommand.js +0 -31
  25. package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +0 -58
  26. package/dist-cjs/commands/GetContentModerationCommand.js +0 -53
  27. package/dist-cjs/commands/GetFaceDetectionCommand.js +0 -36
  28. package/dist-cjs/commands/GetFaceSearchCommand.js +0 -54
  29. package/dist-cjs/commands/GetLabelDetectionCommand.js +0 -44
  30. package/dist-cjs/commands/GetPersonTrackingCommand.js +0 -53
  31. package/dist-cjs/commands/GetSegmentDetectionCommand.js +0 -46
  32. package/dist-cjs/commands/GetTextDetectionCommand.js +0 -42
  33. package/dist-cjs/commands/IndexFacesCommand.js +0 -123
  34. package/dist-cjs/commands/ListCollectionsCommand.js +0 -29
  35. package/dist-cjs/commands/ListFacesCommand.js +0 -31
  36. package/dist-cjs/commands/ListStreamProcessorsCommand.js +0 -24
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -28
  38. package/dist-cjs/commands/RecognizeCelebritiesCommand.js +0 -54
  39. package/dist-cjs/commands/SearchFacesByImageCommand.js +0 -70
  40. package/dist-cjs/commands/SearchFacesCommand.js +0 -44
  41. package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +0 -35
  42. package/dist-cjs/commands/StartContentModerationCommand.js +0 -35
  43. package/dist-cjs/commands/StartFaceDetectionCommand.js +0 -36
  44. package/dist-cjs/commands/StartFaceSearchCommand.js +0 -33
  45. package/dist-cjs/commands/StartLabelDetectionCommand.js +0 -38
  46. package/dist-cjs/commands/StartPersonTrackingCommand.js +0 -32
  47. package/dist-cjs/commands/StartProjectVersionCommand.js +0 -33
  48. package/dist-cjs/commands/StartSegmentDetectionCommand.js +0 -39
  49. package/dist-cjs/commands/StartStreamProcessorCommand.js +0 -26
  50. package/dist-cjs/commands/StartTextDetectionCommand.js +0 -31
  51. package/dist-cjs/commands/StopProjectVersionCommand.js +0 -25
  52. package/dist-cjs/commands/StopStreamProcessorCommand.js +0 -24
  53. package/dist-cjs/commands/TagResourceCommand.js +0 -28
  54. package/dist-cjs/commands/UntagResourceCommand.js +0 -28
  55. package/dist-cjs/commands/index.js +54 -0
  56. package/dist-cjs/endpoints.js +6 -1
  57. package/dist-cjs/index.js +5 -69
  58. package/dist-cjs/models/models_0.js +0 -621
  59. package/dist-cjs/pagination/DescribeProjectVersionsPaginator.js +0 -10
  60. package/dist-cjs/pagination/DescribeProjectsPaginator.js +0 -10
  61. package/dist-cjs/pagination/GetCelebrityRecognitionPaginator.js +0 -10
  62. package/dist-cjs/pagination/GetContentModerationPaginator.js +0 -10
  63. package/dist-cjs/pagination/GetFaceDetectionPaginator.js +0 -10
  64. package/dist-cjs/pagination/GetFaceSearchPaginator.js +0 -10
  65. package/dist-cjs/pagination/GetLabelDetectionPaginator.js +0 -10
  66. package/dist-cjs/pagination/GetPersonTrackingPaginator.js +0 -10
  67. package/dist-cjs/pagination/GetSegmentDetectionPaginator.js +0 -10
  68. package/dist-cjs/pagination/GetTextDetectionPaginator.js +0 -10
  69. package/dist-cjs/pagination/ListCollectionsPaginator.js +0 -10
  70. package/dist-cjs/pagination/ListFacesPaginator.js +0 -10
  71. package/dist-cjs/pagination/ListStreamProcessorsPaginator.js +0 -10
  72. package/dist-cjs/pagination/index.js +17 -0
  73. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  74. package/dist-cjs/runtimeConfig.browser.js +1 -5
  75. package/dist-cjs/runtimeConfig.js +1 -5
  76. package/dist-cjs/runtimeConfig.native.js +0 -3
  77. package/dist-cjs/runtimeConfig.shared.js +0 -3
  78. package/dist-cjs/waiters/index.js +5 -0
  79. package/dist-cjs/waiters/waitForProjectVersionRunning.js +0 -9
  80. package/dist-cjs/waiters/waitForProjectVersionTrainingCompleted.js +0 -9
  81. package/dist-es/commands/index.js +51 -0
  82. package/dist-es/endpoints.js +6 -1
  83. package/dist-es/index.js +5 -69
  84. package/dist-es/pagination/index.js +14 -0
  85. package/dist-es/waiters/index.js +2 -0
  86. package/dist-types/commands/index.d.ts +51 -0
  87. package/dist-types/index.d.ts +5 -69
  88. package/dist-types/pagination/index.d.ts +14 -0
  89. package/dist-types/ts3.4/Rekognition.d.ts +52 -1018
  90. package/dist-types/ts3.4/RekognitionClient.d.ts +24 -89
  91. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +2 -82
  92. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +2 -32
  93. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -22
  94. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +2 -31
  95. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +2 -30
  96. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +2 -24
  97. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +2 -23
  98. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -23
  99. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +2 -27
  100. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +2 -21
  101. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +2 -25
  102. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +2 -24
  103. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +2 -21
  104. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +2 -21
  105. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +2 -70
  106. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +2 -42
  107. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +2 -92
  108. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +2 -33
  109. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +2 -59
  110. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +2 -41
  111. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +2 -27
  112. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +2 -54
  113. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +2 -49
  114. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +2 -32
  115. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +2 -50
  116. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +2 -40
  117. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +2 -49
  118. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +2 -42
  119. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +2 -38
  120. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +2 -119
  121. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +2 -25
  122. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +2 -27
  123. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -24
  125. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +2 -50
  126. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +2 -66
  127. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +2 -40
  128. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +2 -31
  129. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +2 -31
  130. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +2 -32
  131. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +2 -29
  132. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +2 -34
  133. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +2 -28
  134. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +2 -29
  135. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +2 -35
  136. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +2 -22
  137. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +2 -27
  138. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +2 -21
  139. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +2 -20
  140. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -24
  141. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -24
  142. package/dist-types/ts3.4/commands/index.d.ts +51 -0
  143. package/dist-types/ts3.4/index.d.ts +5 -69
  144. package/dist-types/ts3.4/models/models_0.d.ts +856 -3431
  145. package/dist-types/ts3.4/pagination/index.d.ts +14 -0
  146. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  147. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  148. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  149. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  150. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  151. package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +2 -9
  152. package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +2 -9
  153. package/dist-types/waiters/index.d.ts +2 -0
  154. package/package.json +33 -33
@@ -6,36 +6,11 @@ export interface StartTextDetectionCommandInput extends StartTextDetectionReques
6
6
  }
7
7
  export interface StartTextDetectionCommandOutput extends StartTextDetectionResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Starts asynchronous detection of text in a stored video.</p>
11
- * <p>Amazon Rekognition Video can detect text in a video stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name and
12
- * the filename of the video. <code>StartTextDetection</code> returns a job identifier (<code>JobId</code>) which you use to get
13
- * the results of the operation. When text detection is finished, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic
14
- * that you specify in <code>NotificationChannel</code>.</p>
15
- * <p>To get the results of the text detection operation, first check that the status value published to the Amazon SNS
16
- * topic is <code>SUCCEEDED</code>. if so, call <a>GetTextDetection</a> and pass the job identifier (<code>JobId</code>)
17
- * from the initial call to <code>StartTextDetection</code>. </p>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { RekognitionClient, StartTextDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
22
- * // const { RekognitionClient, StartTextDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
23
- * const client = new RekognitionClient(config);
24
- * const command = new StartTextDetectionCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link StartTextDetectionCommandInput} for command's `input` shape.
29
- * @see {@link StartTextDetectionCommandOutput} for command's `response` shape.
30
- * @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
9
+
33
10
  export declare class StartTextDetectionCommand extends $Command<StartTextDetectionCommandInput, StartTextDetectionCommandOutput, RekognitionClientResolvedConfig> {
34
11
  readonly input: StartTextDetectionCommandInput;
35
12
  constructor(input: StartTextDetectionCommandInput);
36
- /**
37
- * @internal
38
- */
13
+
39
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTextDetectionCommandInput, StartTextDetectionCommandOutput>;
40
15
  private serialize;
41
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface StopProjectVersionCommandInput extends StopProjectVersionReques
6
6
  }
7
7
  export interface StopProjectVersionCommandOutput extends StopProjectVersionResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Stops a running model. The operation might take a while to complete. To
11
- * check the current status, call <a>DescribeProjectVersions</a>. </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { RekognitionClient, StopProjectVersionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
16
- * // const { RekognitionClient, StopProjectVersionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
17
- * const client = new RekognitionClient(config);
18
- * const command = new StopProjectVersionCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link StopProjectVersionCommandInput} for command's `input` shape.
23
- * @see {@link StopProjectVersionCommandOutput} for command's `response` shape.
24
- * @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class StopProjectVersionCommand extends $Command<StopProjectVersionCommandInput, StopProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
28
11
  readonly input: StopProjectVersionCommandInput;
29
12
  constructor(input: StopProjectVersionCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopProjectVersionCommandInput, StopProjectVersionCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface StopStreamProcessorCommandInput extends StopStreamProcessorRequ
6
6
  }
7
7
  export interface StopStreamProcessorCommandOutput extends StopStreamProcessorResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Stops a running stream processor that was created by <a>CreateStreamProcessor</a>.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { RekognitionClient, StopStreamProcessorCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
15
- * // const { RekognitionClient, StopStreamProcessorCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
16
- * const client = new RekognitionClient(config);
17
- * const command = new StopStreamProcessorCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link StopStreamProcessorCommandInput} for command's `input` shape.
22
- * @see {@link StopStreamProcessorCommandOutput} for command's `response` shape.
23
- * @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class StopStreamProcessorCommand extends $Command<StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
27
11
  readonly input: StopStreamProcessorCommandInput;
28
12
  constructor(input: StopStreamProcessorCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>
11
- * Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS Resources</a>.
12
- * </p>
13
- * <p>This operation requires permissions to perform the
14
- * <code>rekognition:TagResource</code> action. </p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { RekognitionClient, TagResourceCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
19
- * // const { RekognitionClient, TagResourceCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
20
- * const client = new RekognitionClient(config);
21
- * const command = new TagResourceCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link TagResourceCommandInput} for command's `input` shape.
26
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
27
- * @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RekognitionClientResolvedConfig> {
31
11
  readonly input: TagResourceCommandInput;
32
12
  constructor(input: TagResourceCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>
11
- * Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model.
12
- * </p>
13
- * <p>This operation requires permissions to perform the
14
- * <code>rekognition:UntagResource</code> action. </p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { RekognitionClient, UntagResourceCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
19
- * // const { RekognitionClient, UntagResourceCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
20
- * const client = new RekognitionClient(config);
21
- * const command = new UntagResourceCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
26
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
27
- * @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RekognitionClientResolvedConfig> {
31
11
  readonly input: UntagResourceCommandInput;
32
12
  constructor(input: UntagResourceCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;
@@ -0,0 +1,51 @@
1
+ export * from "./CompareFacesCommand";
2
+ export * from "./CreateCollectionCommand";
3
+ export * from "./CreateProjectCommand";
4
+ export * from "./CreateProjectVersionCommand";
5
+ export * from "./CreateStreamProcessorCommand";
6
+ export * from "./DeleteCollectionCommand";
7
+ export * from "./DeleteFacesCommand";
8
+ export * from "./DeleteProjectCommand";
9
+ export * from "./DeleteProjectVersionCommand";
10
+ export * from "./DeleteStreamProcessorCommand";
11
+ export * from "./DescribeCollectionCommand";
12
+ export * from "./DescribeProjectVersionsCommand";
13
+ export * from "./DescribeProjectsCommand";
14
+ export * from "./DescribeStreamProcessorCommand";
15
+ export * from "./DetectCustomLabelsCommand";
16
+ export * from "./DetectFacesCommand";
17
+ export * from "./DetectLabelsCommand";
18
+ export * from "./DetectModerationLabelsCommand";
19
+ export * from "./DetectProtectiveEquipmentCommand";
20
+ export * from "./DetectTextCommand";
21
+ export * from "./GetCelebrityInfoCommand";
22
+ export * from "./GetCelebrityRecognitionCommand";
23
+ export * from "./GetContentModerationCommand";
24
+ export * from "./GetFaceDetectionCommand";
25
+ export * from "./GetFaceSearchCommand";
26
+ export * from "./GetLabelDetectionCommand";
27
+ export * from "./GetPersonTrackingCommand";
28
+ export * from "./GetSegmentDetectionCommand";
29
+ export * from "./GetTextDetectionCommand";
30
+ export * from "./IndexFacesCommand";
31
+ export * from "./ListCollectionsCommand";
32
+ export * from "./ListFacesCommand";
33
+ export * from "./ListStreamProcessorsCommand";
34
+ export * from "./ListTagsForResourceCommand";
35
+ export * from "./RecognizeCelebritiesCommand";
36
+ export * from "./SearchFacesByImageCommand";
37
+ export * from "./SearchFacesCommand";
38
+ export * from "./StartCelebrityRecognitionCommand";
39
+ export * from "./StartContentModerationCommand";
40
+ export * from "./StartFaceDetectionCommand";
41
+ export * from "./StartFaceSearchCommand";
42
+ export * from "./StartLabelDetectionCommand";
43
+ export * from "./StartPersonTrackingCommand";
44
+ export * from "./StartProjectVersionCommand";
45
+ export * from "./StartSegmentDetectionCommand";
46
+ export * from "./StartStreamProcessorCommand";
47
+ export * from "./StartTextDetectionCommand";
48
+ export * from "./StopProjectVersionCommand";
49
+ export * from "./StopStreamProcessorCommand";
50
+ export * from "./TagResourceCommand";
51
+ export * from "./UntagResourceCommand";
@@ -1,70 +1,6 @@
1
- export * from "./RekognitionClient";
2
1
  export * from "./Rekognition";
3
- export * from "./commands/CompareFacesCommand";
4
- export * from "./commands/CreateCollectionCommand";
5
- export * from "./commands/CreateProjectCommand";
6
- export * from "./commands/CreateProjectVersionCommand";
7
- export * from "./commands/CreateStreamProcessorCommand";
8
- export * from "./commands/DeleteCollectionCommand";
9
- export * from "./commands/DeleteFacesCommand";
10
- export * from "./commands/DeleteProjectCommand";
11
- export * from "./commands/DeleteProjectVersionCommand";
12
- export * from "./commands/DeleteStreamProcessorCommand";
13
- export * from "./commands/DescribeCollectionCommand";
14
- export * from "./commands/DescribeProjectsCommand";
15
- export * from "./pagination/DescribeProjectsPaginator";
16
- export * from "./commands/DescribeProjectVersionsCommand";
17
- export * from "./pagination/DescribeProjectVersionsPaginator";
18
- export * from "./waiters/waitForProjectVersionRunning";
19
- export * from "./waiters/waitForProjectVersionTrainingCompleted";
20
- export * from "./commands/DescribeStreamProcessorCommand";
21
- export * from "./commands/DetectCustomLabelsCommand";
22
- export * from "./commands/DetectFacesCommand";
23
- export * from "./commands/DetectLabelsCommand";
24
- export * from "./commands/DetectModerationLabelsCommand";
25
- export * from "./commands/DetectProtectiveEquipmentCommand";
26
- export * from "./commands/DetectTextCommand";
27
- export * from "./commands/GetCelebrityInfoCommand";
28
- export * from "./commands/GetCelebrityRecognitionCommand";
29
- export * from "./pagination/GetCelebrityRecognitionPaginator";
30
- export * from "./commands/GetContentModerationCommand";
31
- export * from "./pagination/GetContentModerationPaginator";
32
- export * from "./commands/GetFaceDetectionCommand";
33
- export * from "./pagination/GetFaceDetectionPaginator";
34
- export * from "./commands/GetFaceSearchCommand";
35
- export * from "./pagination/GetFaceSearchPaginator";
36
- export * from "./commands/GetLabelDetectionCommand";
37
- export * from "./pagination/GetLabelDetectionPaginator";
38
- export * from "./commands/GetPersonTrackingCommand";
39
- export * from "./pagination/GetPersonTrackingPaginator";
40
- export * from "./commands/GetSegmentDetectionCommand";
41
- export * from "./pagination/GetSegmentDetectionPaginator";
42
- export * from "./commands/GetTextDetectionCommand";
43
- export * from "./pagination/GetTextDetectionPaginator";
44
- export * from "./commands/IndexFacesCommand";
45
- export * from "./commands/ListCollectionsCommand";
46
- export * from "./pagination/ListCollectionsPaginator";
47
- export * from "./commands/ListFacesCommand";
48
- export * from "./pagination/ListFacesPaginator";
49
- export * from "./commands/ListStreamProcessorsCommand";
50
- export * from "./pagination/ListStreamProcessorsPaginator";
51
- export * from "./commands/ListTagsForResourceCommand";
52
- export * from "./commands/RecognizeCelebritiesCommand";
53
- export * from "./commands/SearchFacesCommand";
54
- export * from "./commands/SearchFacesByImageCommand";
55
- export * from "./commands/StartCelebrityRecognitionCommand";
56
- export * from "./commands/StartContentModerationCommand";
57
- export * from "./commands/StartFaceDetectionCommand";
58
- export * from "./commands/StartFaceSearchCommand";
59
- export * from "./commands/StartLabelDetectionCommand";
60
- export * from "./commands/StartPersonTrackingCommand";
61
- export * from "./commands/StartProjectVersionCommand";
62
- export * from "./commands/StartSegmentDetectionCommand";
63
- export * from "./commands/StartStreamProcessorCommand";
64
- export * from "./commands/StartTextDetectionCommand";
65
- export * from "./commands/StopProjectVersionCommand";
66
- export * from "./commands/StopStreamProcessorCommand";
67
- export * from "./commands/TagResourceCommand";
68
- export * from "./commands/UntagResourceCommand";
69
- export * from "./pagination/Interfaces";
70
- export * from "./models/index";
2
+ export * from "./RekognitionClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";