@aws-sdk/client-rekognition 3.335.0 → 3.338.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/RekognitionClient.js +2 -1
- package/dist-cjs/commands/CompareFacesCommand.js +2 -1
- package/dist-cjs/commands/CopyProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/CreateCollectionCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
- package/dist-cjs/commands/CreateFaceLivenessSessionCommand.js +2 -1
- package/dist-cjs/commands/CreateProjectCommand.js +2 -1
- package/dist-cjs/commands/CreateProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/CreateStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/DeleteCollectionCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
- package/dist-cjs/commands/DeleteFacesCommand.js +2 -1
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -1
- package/dist-cjs/commands/DeleteProjectPolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/DeleteStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/DescribeCollectionCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
- package/dist-cjs/commands/DescribeProjectVersionsCommand.js +2 -1
- package/dist-cjs/commands/DescribeProjectsCommand.js +2 -1
- package/dist-cjs/commands/DescribeStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/DetectCustomLabelsCommand.js +2 -1
- package/dist-cjs/commands/DetectFacesCommand.js +2 -1
- package/dist-cjs/commands/DetectLabelsCommand.js +2 -1
- package/dist-cjs/commands/DetectModerationLabelsCommand.js +2 -1
- package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +2 -1
- package/dist-cjs/commands/DetectTextCommand.js +2 -1
- package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +2 -1
- package/dist-cjs/commands/GetCelebrityInfoCommand.js +2 -1
- package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +2 -1
- package/dist-cjs/commands/GetContentModerationCommand.js +2 -1
- package/dist-cjs/commands/GetFaceDetectionCommand.js +2 -1
- package/dist-cjs/commands/GetFaceLivenessSessionResultsCommand.js +2 -1
- package/dist-cjs/commands/GetFaceSearchCommand.js +2 -1
- package/dist-cjs/commands/GetLabelDetectionCommand.js +2 -1
- package/dist-cjs/commands/GetPersonTrackingCommand.js +2 -1
- package/dist-cjs/commands/GetSegmentDetectionCommand.js +2 -1
- package/dist-cjs/commands/GetTextDetectionCommand.js +2 -1
- package/dist-cjs/commands/IndexFacesCommand.js +2 -1
- package/dist-cjs/commands/ListCollectionsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetEntriesCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetLabelsCommand.js +2 -1
- package/dist-cjs/commands/ListFacesCommand.js +2 -1
- package/dist-cjs/commands/ListProjectPoliciesCommand.js +2 -1
- package/dist-cjs/commands/ListStreamProcessorsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutProjectPolicyCommand.js +2 -1
- package/dist-cjs/commands/RecognizeCelebritiesCommand.js +2 -1
- package/dist-cjs/commands/SearchFacesByImageCommand.js +2 -1
- package/dist-cjs/commands/SearchFacesCommand.js +2 -1
- package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +2 -1
- package/dist-cjs/commands/StartContentModerationCommand.js +2 -1
- package/dist-cjs/commands/StartFaceDetectionCommand.js +2 -1
- package/dist-cjs/commands/StartFaceSearchCommand.js +2 -1
- package/dist-cjs/commands/StartLabelDetectionCommand.js +2 -1
- package/dist-cjs/commands/StartPersonTrackingCommand.js +2 -1
- package/dist-cjs/commands/StartProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/StartSegmentDetectionCommand.js +2 -1
- package/dist-cjs/commands/StartStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/StartTextDetectionCommand.js +2 -1
- package/dist-cjs/commands/StopProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/StopStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +2 -1
- package/dist-cjs/commands/UpdateStreamProcessorCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/RekognitionServiceException.js +2 -1
- package/dist-es/RekognitionClient.js +1 -0
- package/dist-es/commands/CompareFacesCommand.js +1 -0
- package/dist-es/commands/CopyProjectVersionCommand.js +1 -0
- package/dist-es/commands/CreateCollectionCommand.js +1 -0
- package/dist-es/commands/CreateDatasetCommand.js +1 -0
- package/dist-es/commands/CreateFaceLivenessSessionCommand.js +1 -0
- package/dist-es/commands/CreateProjectCommand.js +1 -0
- package/dist-es/commands/CreateProjectVersionCommand.js +1 -0
- package/dist-es/commands/CreateStreamProcessorCommand.js +1 -0
- package/dist-es/commands/DeleteCollectionCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetCommand.js +1 -0
- package/dist-es/commands/DeleteFacesCommand.js +1 -0
- package/dist-es/commands/DeleteProjectCommand.js +1 -0
- package/dist-es/commands/DeleteProjectPolicyCommand.js +1 -0
- package/dist-es/commands/DeleteProjectVersionCommand.js +1 -0
- package/dist-es/commands/DeleteStreamProcessorCommand.js +1 -0
- package/dist-es/commands/DescribeCollectionCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetCommand.js +1 -0
- package/dist-es/commands/DescribeProjectVersionsCommand.js +1 -0
- package/dist-es/commands/DescribeProjectsCommand.js +1 -0
- package/dist-es/commands/DescribeStreamProcessorCommand.js +1 -0
- package/dist-es/commands/DetectCustomLabelsCommand.js +1 -0
- package/dist-es/commands/DetectFacesCommand.js +1 -0
- package/dist-es/commands/DetectLabelsCommand.js +1 -0
- package/dist-es/commands/DetectModerationLabelsCommand.js +1 -0
- package/dist-es/commands/DetectProtectiveEquipmentCommand.js +1 -0
- package/dist-es/commands/DetectTextCommand.js +1 -0
- package/dist-es/commands/DistributeDatasetEntriesCommand.js +1 -0
- package/dist-es/commands/GetCelebrityInfoCommand.js +1 -0
- package/dist-es/commands/GetCelebrityRecognitionCommand.js +1 -0
- package/dist-es/commands/GetContentModerationCommand.js +1 -0
- package/dist-es/commands/GetFaceDetectionCommand.js +1 -0
- package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +1 -0
- package/dist-es/commands/GetFaceSearchCommand.js +1 -0
- package/dist-es/commands/GetLabelDetectionCommand.js +1 -0
- package/dist-es/commands/GetPersonTrackingCommand.js +1 -0
- package/dist-es/commands/GetSegmentDetectionCommand.js +1 -0
- package/dist-es/commands/GetTextDetectionCommand.js +1 -0
- package/dist-es/commands/IndexFacesCommand.js +1 -0
- package/dist-es/commands/ListCollectionsCommand.js +1 -0
- package/dist-es/commands/ListDatasetEntriesCommand.js +1 -0
- package/dist-es/commands/ListDatasetLabelsCommand.js +1 -0
- package/dist-es/commands/ListFacesCommand.js +1 -0
- package/dist-es/commands/ListProjectPoliciesCommand.js +1 -0
- package/dist-es/commands/ListStreamProcessorsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutProjectPolicyCommand.js +1 -0
- package/dist-es/commands/RecognizeCelebritiesCommand.js +1 -0
- package/dist-es/commands/SearchFacesByImageCommand.js +1 -0
- package/dist-es/commands/SearchFacesCommand.js +1 -0
- package/dist-es/commands/StartCelebrityRecognitionCommand.js +1 -0
- package/dist-es/commands/StartContentModerationCommand.js +1 -0
- package/dist-es/commands/StartFaceDetectionCommand.js +1 -0
- package/dist-es/commands/StartFaceSearchCommand.js +1 -0
- package/dist-es/commands/StartLabelDetectionCommand.js +1 -0
- package/dist-es/commands/StartPersonTrackingCommand.js +1 -0
- package/dist-es/commands/StartProjectVersionCommand.js +1 -0
- package/dist-es/commands/StartSegmentDetectionCommand.js +1 -0
- package/dist-es/commands/StartStreamProcessorCommand.js +1 -0
- package/dist-es/commands/StartTextDetectionCommand.js +1 -0
- package/dist-es/commands/StopProjectVersionCommand.js +1 -0
- package/dist-es/commands/StopStreamProcessorCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateDatasetEntriesCommand.js +1 -0
- package/dist-es/commands/UpdateStreamProcessorCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/RekognitionServiceException.js +1 -0
- package/dist-types/RekognitionClient.d.ts +3 -3
- package/dist-types/commands/CompareFacesCommand.d.ts +4 -0
- package/dist-types/commands/CopyProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateCollectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
- package/dist-types/commands/CreateFaceLivenessSessionCommand.d.ts +4 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +4 -0
- package/dist-types/commands/CreateProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFacesCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/DetectCustomLabelsCommand.d.ts +4 -0
- package/dist-types/commands/DetectFacesCommand.d.ts +4 -0
- package/dist-types/commands/DetectLabelsCommand.d.ts +4 -0
- package/dist-types/commands/DetectModerationLabelsCommand.d.ts +4 -0
- package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +4 -0
- package/dist-types/commands/DetectTextCommand.d.ts +4 -0
- package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +4 -0
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +4 -0
- package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +4 -0
- package/dist-types/commands/GetContentModerationCommand.d.ts +4 -0
- package/dist-types/commands/GetFaceDetectionCommand.d.ts +4 -0
- package/dist-types/commands/GetFaceLivenessSessionResultsCommand.d.ts +4 -0
- package/dist-types/commands/GetFaceSearchCommand.d.ts +4 -0
- package/dist-types/commands/GetLabelDetectionCommand.d.ts +4 -0
- package/dist-types/commands/GetPersonTrackingCommand.d.ts +4 -0
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +4 -0
- package/dist-types/commands/GetTextDetectionCommand.d.ts +4 -0
- package/dist-types/commands/IndexFacesCommand.d.ts +4 -0
- package/dist-types/commands/ListCollectionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetEntriesCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetLabelsCommand.d.ts +4 -0
- package/dist-types/commands/ListFacesCommand.d.ts +4 -0
- package/dist-types/commands/ListProjectPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListStreamProcessorsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutProjectPolicyCommand.d.ts +4 -0
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +4 -0
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +4 -0
- package/dist-types/commands/SearchFacesCommand.d.ts +4 -0
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +4 -0
- package/dist-types/commands/StartContentModerationCommand.d.ts +4 -0
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +4 -0
- package/dist-types/commands/StartFaceSearchCommand.d.ts +4 -0
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +4 -0
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +4 -0
- package/dist-types/commands/StartProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +4 -0
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/StartTextDetectionCommand.d.ts +4 -0
- package/dist-types/commands/StopProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +4 -0
- package/dist-types/index.d.ts +330 -2
- package/dist-types/models/RekognitionServiceException.d.ts +1 -0
- package/dist-types/ts3.4/RekognitionClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFaceLivenessSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFaceLivenessSessionResultsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +1 -0
- package/package.json +29 -29
package/dist-types/index.d.ts
CHANGED
|
@@ -1,7 +1,335 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>This is the API Reference for <a href="https://docs.aws.amazon.com/rekognition/latest/dg/images.html">Amazon Rekognition Image</a>, <a href="https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/what-is.html">Amazon Rekognition Custom Labels</a>,
|
|
3
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/dg/video.html">Amazon Rekognition Stored
|
|
4
|
+
* Video</a>, <a href="https://docs.aws.amazon.com/rekognition/latest/dg/streaming-video.html">Amazon Rekognition Streaming Video</a>. It provides descriptions of actions, data types, common
|
|
5
|
+
* parameters, and common errors.</p>
|
|
6
|
+
* <p>
|
|
7
|
+
* <b>Amazon Rekognition Image</b>
|
|
8
|
+
* </p>
|
|
9
|
+
* <ul>
|
|
10
|
+
* <li>
|
|
11
|
+
* <p>
|
|
12
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CompareFaces.html">CompareFaces</a>
|
|
13
|
+
* </p>
|
|
14
|
+
* </li>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>
|
|
17
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateCollection.html">CreateCollection</a>
|
|
18
|
+
* </p>
|
|
19
|
+
* </li>
|
|
20
|
+
* <li>
|
|
21
|
+
* <p>
|
|
22
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteCollection.html">DeleteCollection</a>
|
|
23
|
+
* </p>
|
|
24
|
+
* </li>
|
|
25
|
+
* <li>
|
|
26
|
+
* <p>
|
|
27
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteFaces.html">DeleteFaces</a>
|
|
28
|
+
* </p>
|
|
29
|
+
* </li>
|
|
30
|
+
* <li>
|
|
31
|
+
* <p>
|
|
32
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DescribeCollection.html">DescribeCollection</a>
|
|
33
|
+
* </p>
|
|
34
|
+
* </li>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DetectFaces.html">DetectFaces</a>
|
|
38
|
+
* </p>
|
|
39
|
+
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>
|
|
42
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DetectLabels.html">DetectLabels</a>
|
|
43
|
+
* </p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>
|
|
47
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DetectModerationLabels.html">DetectModerationLabels</a>
|
|
48
|
+
* </p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>
|
|
52
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DetectProtectiveEquipment.html">DetectProtectiveEquipment</a>
|
|
53
|
+
* </p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>
|
|
57
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DetectText.html">DetectText</a>
|
|
58
|
+
* </p>
|
|
59
|
+
* </li>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>
|
|
62
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetCelebrityInfo.html">GetCelebrityInfo</a>
|
|
63
|
+
* </p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>
|
|
67
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_IndexFaces.html">IndexFaces</a>
|
|
68
|
+
* </p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>
|
|
72
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_ListCollections.html">ListCollections</a>
|
|
73
|
+
* </p>
|
|
74
|
+
* </li>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>
|
|
77
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_ListFaces.html">ListFaces</a>
|
|
78
|
+
* </p>
|
|
79
|
+
* </li>
|
|
80
|
+
* <li>
|
|
81
|
+
* <p>
|
|
82
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_RecognizeCelebrities.html">RecognizeCelebrities</a>
|
|
83
|
+
* </p>
|
|
84
|
+
* </li>
|
|
85
|
+
* <li>
|
|
86
|
+
* <p>
|
|
87
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_SearchFaces.html">SearchFaces</a>
|
|
88
|
+
* </p>
|
|
89
|
+
* </li>
|
|
90
|
+
* <li>
|
|
91
|
+
* <p>
|
|
92
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_SearchFacesByImage.html">SearchFacesByImage</a>
|
|
93
|
+
* </p>
|
|
94
|
+
* </li>
|
|
95
|
+
* </ul>
|
|
96
|
+
* <p>
|
|
97
|
+
* <b>Amazon Rekognition Custom Labels</b>
|
|
98
|
+
* </p>
|
|
99
|
+
* <ul>
|
|
100
|
+
* <li>
|
|
101
|
+
* <p>
|
|
102
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CopyProjectVersion.html">CopyProjectVersion</a>
|
|
103
|
+
* </p>
|
|
104
|
+
* </li>
|
|
105
|
+
* <li>
|
|
106
|
+
* <p>
|
|
107
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateDataset.html">CreateDataset</a>
|
|
108
|
+
* </p>
|
|
109
|
+
* </li>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>
|
|
112
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateProject.html">CreateProject</a>
|
|
113
|
+
* </p>
|
|
114
|
+
* </li>
|
|
115
|
+
* <li>
|
|
116
|
+
* <p>
|
|
117
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateProjectVersion.html">CreateProjectVersion</a>
|
|
118
|
+
* </p>
|
|
119
|
+
* </li>
|
|
120
|
+
* <li>
|
|
121
|
+
* <p>
|
|
122
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteDataset.html">DeleteDataset</a>
|
|
123
|
+
* </p>
|
|
124
|
+
* </li>
|
|
125
|
+
* <li>
|
|
126
|
+
* <p>
|
|
127
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteProject.html">DeleteProject</a>
|
|
128
|
+
* </p>
|
|
129
|
+
* </li>
|
|
130
|
+
* <li>
|
|
131
|
+
* <p>
|
|
132
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteProjectPolicy.html">DeleteProjectPolicy</a>
|
|
133
|
+
* </p>
|
|
134
|
+
* </li>
|
|
135
|
+
* <li>
|
|
136
|
+
* <p>
|
|
137
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteProjectVersion.html">DeleteProjectVersion</a>
|
|
138
|
+
* </p>
|
|
139
|
+
* </li>
|
|
140
|
+
* <li>
|
|
141
|
+
* <p>
|
|
142
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DescribeDataset.html">DescribeDataset</a>
|
|
143
|
+
* </p>
|
|
144
|
+
* </li>
|
|
145
|
+
* <li>
|
|
146
|
+
* <p>
|
|
147
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DescribeProjects.html">DescribeProjects</a>
|
|
148
|
+
* </p>
|
|
149
|
+
* </li>
|
|
150
|
+
* <li>
|
|
151
|
+
* <p>
|
|
152
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DescribeProjectVersions.html">DescribeProjectVersions</a>
|
|
153
|
+
* </p>
|
|
154
|
+
* </li>
|
|
155
|
+
* <li>
|
|
156
|
+
* <p>
|
|
157
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DetectCustomLabels.html">DetectCustomLabels</a>
|
|
158
|
+
* </p>
|
|
159
|
+
* </li>
|
|
160
|
+
* <li>
|
|
161
|
+
* <p>
|
|
162
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DistributeDatasetEntries.html">DistributeDatasetEntries</a>
|
|
163
|
+
* </p>
|
|
164
|
+
* </li>
|
|
165
|
+
* <li>
|
|
166
|
+
* <p>
|
|
167
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_ListDatasetEntries.html">ListDatasetEntries</a>
|
|
168
|
+
* </p>
|
|
169
|
+
* </li>
|
|
170
|
+
* <li>
|
|
171
|
+
* <p>
|
|
172
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_ListDatasetLabels.html">ListDatasetLabels</a>
|
|
173
|
+
* </p>
|
|
174
|
+
* </li>
|
|
175
|
+
* <li>
|
|
176
|
+
* <p>
|
|
177
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_ListProjectPolicies.html">ListProjectPolicies</a>
|
|
178
|
+
* </p>
|
|
179
|
+
* </li>
|
|
180
|
+
* <li>
|
|
181
|
+
* <p>
|
|
182
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_PutProjectPolicy.html">PutProjectPolicy</a>
|
|
183
|
+
* </p>
|
|
184
|
+
* </li>
|
|
185
|
+
* <li>
|
|
186
|
+
* <p>
|
|
187
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartProjectVersion.html">StartProjectVersion</a>
|
|
188
|
+
* </p>
|
|
189
|
+
* </li>
|
|
190
|
+
* <li>
|
|
191
|
+
* <p>
|
|
192
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StopProjectVersion.html">StopProjectVersion</a>
|
|
193
|
+
* </p>
|
|
194
|
+
* </li>
|
|
195
|
+
* <li>
|
|
196
|
+
* <p>
|
|
197
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_UpdateDatasetEntries.html">UpdateDatasetEntries</a>
|
|
198
|
+
* </p>
|
|
199
|
+
* </li>
|
|
200
|
+
* </ul>
|
|
201
|
+
* <p>
|
|
202
|
+
* <b>Amazon Rekognition Video Stored Video</b>
|
|
203
|
+
* </p>
|
|
204
|
+
* <ul>
|
|
205
|
+
* <li>
|
|
206
|
+
* <p>
|
|
207
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetCelebrityRecognition.html">GetCelebrityRecognition</a>
|
|
208
|
+
* </p>
|
|
209
|
+
* </li>
|
|
210
|
+
* <li>
|
|
211
|
+
* <p>
|
|
212
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetContentModeration.html">GetContentModeration</a>
|
|
213
|
+
* </p>
|
|
214
|
+
* </li>
|
|
215
|
+
* <li>
|
|
216
|
+
* <p>
|
|
217
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetFaceDetection.html">GetFaceDetection</a>
|
|
218
|
+
* </p>
|
|
219
|
+
* </li>
|
|
220
|
+
* <li>
|
|
221
|
+
* <p>
|
|
222
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetFaceSearch.html">GetFaceSearch</a>
|
|
223
|
+
* </p>
|
|
224
|
+
* </li>
|
|
225
|
+
* <li>
|
|
226
|
+
* <p>
|
|
227
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetLabelDetection.html">GetLabelDetection</a>
|
|
228
|
+
* </p>
|
|
229
|
+
* </li>
|
|
230
|
+
* <li>
|
|
231
|
+
* <p>
|
|
232
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetPersonTracking.html">GetPersonTracking</a>
|
|
233
|
+
* </p>
|
|
234
|
+
* </li>
|
|
235
|
+
* <li>
|
|
236
|
+
* <p>
|
|
237
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetSegmentDetection.html">GetSegmentDetection</a>
|
|
238
|
+
* </p>
|
|
239
|
+
* </li>
|
|
240
|
+
* <li>
|
|
241
|
+
* <p>
|
|
242
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetTextDetection.html">GetTextDetection</a>
|
|
243
|
+
* </p>
|
|
244
|
+
* </li>
|
|
245
|
+
* <li>
|
|
246
|
+
* <p>
|
|
247
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartCelebrityRecognition.html">StartCelebrityRecognition</a>
|
|
248
|
+
* </p>
|
|
249
|
+
* </li>
|
|
250
|
+
* <li>
|
|
251
|
+
* <p>
|
|
252
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartContentModeration.html">StartContentModeration</a>
|
|
253
|
+
* </p>
|
|
254
|
+
* </li>
|
|
255
|
+
* <li>
|
|
256
|
+
* <p>
|
|
257
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartFaceDetection.html">StartFaceDetection</a>
|
|
258
|
+
* </p>
|
|
259
|
+
* </li>
|
|
260
|
+
* <li>
|
|
261
|
+
* <p>
|
|
262
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartFaceSearch.html">StartFaceSearch</a>
|
|
263
|
+
* </p>
|
|
264
|
+
* </li>
|
|
265
|
+
* <li>
|
|
266
|
+
* <p>
|
|
267
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartLabelDetection.html">StartLabelDetection</a>
|
|
268
|
+
* </p>
|
|
269
|
+
* </li>
|
|
270
|
+
* <li>
|
|
271
|
+
* <p>
|
|
272
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartPersonTracking.html">StartPersonTracking</a>
|
|
273
|
+
* </p>
|
|
274
|
+
* </li>
|
|
275
|
+
* <li>
|
|
276
|
+
* <p>
|
|
277
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartSegmentDetection.html">StartSegmentDetection</a>
|
|
278
|
+
* </p>
|
|
279
|
+
* </li>
|
|
280
|
+
* <li>
|
|
281
|
+
* <p>
|
|
282
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartTextDetection.html">StartTextDetection</a>
|
|
283
|
+
* </p>
|
|
284
|
+
* </li>
|
|
285
|
+
* </ul>
|
|
286
|
+
* <p>
|
|
287
|
+
* <b>Amazon Rekognition Video Streaming Video</b>
|
|
288
|
+
* </p>
|
|
289
|
+
* <ul>
|
|
290
|
+
* <li>
|
|
291
|
+
* <p>
|
|
292
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_CreateStreamProcessor.html">CreateStreamProcessor</a>
|
|
293
|
+
* </p>
|
|
294
|
+
* </li>
|
|
295
|
+
* <li>
|
|
296
|
+
* <p>
|
|
297
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DeleteStreamProcessor.html">DeleteStreamProcessor</a>
|
|
298
|
+
* </p>
|
|
299
|
+
* </li>
|
|
300
|
+
* <li>
|
|
301
|
+
* <p>
|
|
302
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DescribeStreamProcessor.html">DescribeStreamProcessor</a>
|
|
303
|
+
* </p>
|
|
304
|
+
* </li>
|
|
305
|
+
* <li>
|
|
306
|
+
* <p>
|
|
307
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_ListStreamProcessors.html">ListStreamProcessors</a>
|
|
308
|
+
* </p>
|
|
309
|
+
* </li>
|
|
310
|
+
* <li>
|
|
311
|
+
* <p>
|
|
312
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartStreamProcessor.html">StartStreamProcessor</a>
|
|
313
|
+
* </p>
|
|
314
|
+
* </li>
|
|
315
|
+
* <li>
|
|
316
|
+
* <p>
|
|
317
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StopStreamProcessor.html">StopStreamProcessor</a>
|
|
318
|
+
* </p>
|
|
319
|
+
* </li>
|
|
320
|
+
* <li>
|
|
321
|
+
* <p>
|
|
322
|
+
* <a href="https://docs.aws.amazon.com/rekognition/latest/APIReference/API_UpdateStreamProcessor.html">UpdateStreamProcessor</a>
|
|
323
|
+
* </p>
|
|
324
|
+
* </li>
|
|
325
|
+
* </ul>
|
|
326
|
+
*
|
|
327
|
+
* @packageDocumentation
|
|
328
|
+
*/
|
|
2
329
|
export * from "./RekognitionClient";
|
|
330
|
+
export * from "./Rekognition";
|
|
3
331
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
332
|
export * from "./pagination";
|
|
6
333
|
export * from "./waiters";
|
|
334
|
+
export * from "./models";
|
|
7
335
|
export { RekognitionServiceException } from "./models/RekognitionServiceException";
|
|
@@ -311,6 +311,7 @@ import {
|
|
|
311
311
|
ClientResolvedEndpointParameters,
|
|
312
312
|
EndpointParameters,
|
|
313
313
|
} from "./endpoint/EndpointParameters";
|
|
314
|
+
export { __Client };
|
|
314
315
|
export type ServiceInputTypes =
|
|
315
316
|
| CompareFacesCommandInput
|
|
316
317
|
| CopyProjectVersionCommandInput
|
|
@@ -467,7 +468,7 @@ export interface ClientDefaults
|
|
|
467
468
|
logger?: __Logger;
|
|
468
469
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
469
470
|
}
|
|
470
|
-
type RekognitionClientConfigType = Partial<
|
|
471
|
+
export type RekognitionClientConfigType = Partial<
|
|
471
472
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
472
473
|
> &
|
|
473
474
|
ClientDefaults &
|
|
@@ -479,7 +480,7 @@ type RekognitionClientConfigType = Partial<
|
|
|
479
480
|
UserAgentInputConfig &
|
|
480
481
|
ClientInputEndpointParameters;
|
|
481
482
|
export interface RekognitionClientConfig extends RekognitionClientConfigType {}
|
|
482
|
-
type RekognitionClientResolvedConfigType =
|
|
483
|
+
export type RekognitionClientResolvedConfigType =
|
|
483
484
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
484
485
|
Required<ClientDefaults> &
|
|
485
486
|
RegionResolvedConfig &
|
|
@@ -501,4 +502,3 @@ export declare class RekognitionClient extends __Client<
|
|
|
501
502
|
constructor(configuration: RekognitionClientConfig);
|
|
502
503
|
destroy(): void;
|
|
503
504
|
}
|
|
504
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RekognitionClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CompareFacesCommandInput extends CompareFacesRequest {}
|
|
16
17
|
export interface CompareFacesCommandOutput
|
|
17
18
|
extends CompareFacesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CopyProjectVersionCommandInput
|
|
19
20
|
extends CopyProjectVersionRequest {}
|
|
20
21
|
export interface CopyProjectVersionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateCollectionCommandInput extends CreateCollectionRequest {}
|
|
19
20
|
export interface CreateCollectionCommandOutput
|
|
20
21
|
extends CreateCollectionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
19
20
|
export interface CreateDatasetCommandOutput
|
|
20
21
|
extends CreateDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFaceLivenessSessionCommandInput
|
|
19
20
|
extends CreateFaceLivenessSessionRequest {}
|
|
20
21
|
export interface CreateFaceLivenessSessionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateProjectCommandInput extends CreateProjectRequest {}
|
|
19
20
|
export interface CreateProjectCommandOutput
|
|
20
21
|
extends CreateProjectResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateProjectVersionCommandInput
|
|
19
20
|
extends CreateProjectVersionRequest {}
|
|
20
21
|
export interface CreateProjectVersionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateStreamProcessorCommandInput
|
|
19
20
|
extends CreateStreamProcessorRequest {}
|
|
20
21
|
export interface CreateStreamProcessorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteCollectionCommandInput extends DeleteCollectionRequest {}
|
|
19
20
|
export interface DeleteCollectionCommandOutput
|
|
20
21
|
extends DeleteCollectionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
19
20
|
export interface DeleteDatasetCommandOutput
|
|
20
21
|
extends DeleteDatasetResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RekognitionClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteFacesCommandInput extends DeleteFacesRequest {}
|
|
16
17
|
export interface DeleteFacesCommandOutput
|
|
17
18
|
extends DeleteFacesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteProjectCommandInput extends DeleteProjectRequest {}
|
|
19
20
|
export interface DeleteProjectCommandOutput
|
|
20
21
|
extends DeleteProjectResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteProjectPolicyCommandInput
|
|
19
20
|
extends DeleteProjectPolicyRequest {}
|
|
20
21
|
export interface DeleteProjectPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteProjectVersionCommandInput
|
|
19
20
|
extends DeleteProjectVersionRequest {}
|
|
20
21
|
export interface DeleteProjectVersionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteStreamProcessorCommandInput
|
|
19
20
|
extends DeleteStreamProcessorRequest {}
|
|
20
21
|
export interface DeleteStreamProcessorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCollectionCommandInput
|
|
19
20
|
extends DescribeCollectionRequest {}
|
|
20
21
|
export interface DescribeCollectionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
19
20
|
export interface DescribeDatasetCommandOutput
|
|
20
21
|
extends DescribeDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeProjectVersionsCommandInput
|
|
19
20
|
extends DescribeProjectVersionsRequest {}
|
|
20
21
|
export interface DescribeProjectVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeProjectsCommandInput extends DescribeProjectsRequest {}
|
|
19
20
|
export interface DescribeProjectsCommandOutput
|
|
20
21
|
extends DescribeProjectsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeStreamProcessorCommandInput
|
|
19
20
|
extends DescribeStreamProcessorRequest {}
|
|
20
21
|
export interface DescribeStreamProcessorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetectCustomLabelsCommandInput
|
|
19
20
|
extends DetectCustomLabelsRequest {}
|
|
20
21
|
export interface DetectCustomLabelsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RekognitionClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DetectFacesCommandInput extends DetectFacesRequest {}
|
|
16
17
|
export interface DetectFacesCommandOutput
|
|
17
18
|
extends DetectFacesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RekognitionClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DetectLabelsCommandInput extends DetectLabelsRequest {}
|
|
16
17
|
export interface DetectLabelsCommandOutput
|
|
17
18
|
extends DetectLabelsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetectModerationLabelsCommandInput
|
|
19
20
|
extends DetectModerationLabelsRequest {}
|
|
20
21
|
export interface DetectModerationLabelsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetectProtectiveEquipmentCommandInput
|
|
19
20
|
extends DetectProtectiveEquipmentRequest {}
|
|
20
21
|
export interface DetectProtectiveEquipmentCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RekognitionClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DetectTextCommandInput extends DetectTextRequest {}
|
|
16
17
|
export interface DetectTextCommandOutput
|
|
17
18
|
extends DetectTextResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DistributeDatasetEntriesCommandInput
|
|
19
20
|
extends DistributeDatasetEntriesRequest {}
|
|
20
21
|
export interface DistributeDatasetEntriesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCelebrityInfoCommandInput extends GetCelebrityInfoRequest {}
|
|
19
20
|
export interface GetCelebrityInfoCommandOutput
|
|
20
21
|
extends GetCelebrityInfoResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCelebrityRecognitionCommandInput
|
|
19
20
|
extends GetCelebrityRecognitionRequest {}
|
|
20
21
|
export interface GetCelebrityRecognitionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RekognitionClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetContentModerationCommandInput
|
|
19
20
|
extends GetContentModerationRequest {}
|
|
20
21
|
export interface GetContentModerationCommandOutput
|