@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.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/Rekognition.js +0 -3
- package/dist-cjs/RekognitionClient.js +0 -8
- package/dist-cjs/commands/CompareFacesCommand.js +0 -86
- package/dist-cjs/commands/CreateCollectionCommand.js +0 -36
- package/dist-cjs/commands/CreateProjectCommand.js +0 -26
- package/dist-cjs/commands/CreateProjectVersionCommand.js +0 -35
- package/dist-cjs/commands/CreateStreamProcessorCommand.js +0 -34
- package/dist-cjs/commands/DeleteCollectionCommand.js +0 -28
- package/dist-cjs/commands/DeleteFacesCommand.js +0 -27
- package/dist-cjs/commands/DeleteProjectCommand.js +0 -27
- package/dist-cjs/commands/DeleteProjectVersionCommand.js +0 -31
- package/dist-cjs/commands/DeleteStreamProcessorCommand.js +0 -25
- package/dist-cjs/commands/DescribeCollectionCommand.js +0 -29
- package/dist-cjs/commands/DescribeProjectVersionsCommand.js +0 -28
- package/dist-cjs/commands/DescribeProjectsCommand.js +0 -25
- package/dist-cjs/commands/DescribeStreamProcessorCommand.js +0 -25
- package/dist-cjs/commands/DetectCustomLabelsCommand.js +0 -74
- package/dist-cjs/commands/DetectFacesCommand.js +0 -46
- package/dist-cjs/commands/DetectLabelsCommand.js +0 -96
- package/dist-cjs/commands/DetectModerationLabelsCommand.js +0 -37
- package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +0 -63
- package/dist-cjs/commands/DetectTextCommand.js +0 -45
- package/dist-cjs/commands/GetCelebrityInfoCommand.js +0 -31
- package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +0 -58
- package/dist-cjs/commands/GetContentModerationCommand.js +0 -53
- package/dist-cjs/commands/GetFaceDetectionCommand.js +0 -36
- package/dist-cjs/commands/GetFaceSearchCommand.js +0 -54
- package/dist-cjs/commands/GetLabelDetectionCommand.js +0 -44
- package/dist-cjs/commands/GetPersonTrackingCommand.js +0 -53
- package/dist-cjs/commands/GetSegmentDetectionCommand.js +0 -46
- package/dist-cjs/commands/GetTextDetectionCommand.js +0 -42
- package/dist-cjs/commands/IndexFacesCommand.js +0 -123
- package/dist-cjs/commands/ListCollectionsCommand.js +0 -29
- package/dist-cjs/commands/ListFacesCommand.js +0 -31
- package/dist-cjs/commands/ListStreamProcessorsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -28
- package/dist-cjs/commands/RecognizeCelebritiesCommand.js +0 -54
- package/dist-cjs/commands/SearchFacesByImageCommand.js +0 -70
- package/dist-cjs/commands/SearchFacesCommand.js +0 -44
- package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +0 -35
- package/dist-cjs/commands/StartContentModerationCommand.js +0 -35
- package/dist-cjs/commands/StartFaceDetectionCommand.js +0 -36
- package/dist-cjs/commands/StartFaceSearchCommand.js +0 -33
- package/dist-cjs/commands/StartLabelDetectionCommand.js +0 -38
- package/dist-cjs/commands/StartPersonTrackingCommand.js +0 -32
- package/dist-cjs/commands/StartProjectVersionCommand.js +0 -33
- package/dist-cjs/commands/StartSegmentDetectionCommand.js +0 -39
- package/dist-cjs/commands/StartStreamProcessorCommand.js +0 -26
- package/dist-cjs/commands/StartTextDetectionCommand.js +0 -31
- package/dist-cjs/commands/StopProjectVersionCommand.js +0 -25
- package/dist-cjs/commands/StopStreamProcessorCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -28
- package/dist-cjs/commands/UntagResourceCommand.js +0 -28
- package/dist-cjs/commands/index.js +54 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -69
- package/dist-cjs/models/models_0.js +0 -621
- package/dist-cjs/pagination/DescribeProjectVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeProjectsPaginator.js +0 -10
- package/dist-cjs/pagination/GetCelebrityRecognitionPaginator.js +0 -10
- package/dist-cjs/pagination/GetContentModerationPaginator.js +0 -10
- package/dist-cjs/pagination/GetFaceDetectionPaginator.js +0 -10
- package/dist-cjs/pagination/GetFaceSearchPaginator.js +0 -10
- package/dist-cjs/pagination/GetLabelDetectionPaginator.js +0 -10
- package/dist-cjs/pagination/GetPersonTrackingPaginator.js +0 -10
- package/dist-cjs/pagination/GetSegmentDetectionPaginator.js +0 -10
- package/dist-cjs/pagination/GetTextDetectionPaginator.js +0 -10
- package/dist-cjs/pagination/ListCollectionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFacesPaginator.js +0 -10
- package/dist-cjs/pagination/ListStreamProcessorsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +17 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +5 -0
- package/dist-cjs/waiters/waitForProjectVersionRunning.js +0 -9
- package/dist-cjs/waiters/waitForProjectVersionTrainingCompleted.js +0 -9
- package/dist-es/commands/index.js +51 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -69
- package/dist-es/pagination/index.js +14 -0
- package/dist-es/waiters/index.js +2 -0
- package/dist-types/commands/index.d.ts +51 -0
- package/dist-types/index.d.ts +5 -69
- package/dist-types/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/Rekognition.d.ts +52 -1018
- package/dist-types/ts3.4/RekognitionClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +2 -82
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +2 -70
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +2 -92
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +2 -59
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +2 -41
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +2 -54
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +2 -119
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/index.d.ts +51 -0
- package/dist-types/ts3.4/index.d.ts +5 -69
- package/dist-types/ts3.4/models/models_0.d.ts +856 -3431
- package/dist-types/ts3.4/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +2 -0
- package/package.json +33 -33
package/dist-es/index.js
CHANGED
|
@@ -1,70 +1,6 @@
|
|
|
1
|
-
export * from "./RekognitionClient";
|
|
2
1
|
export * from "./Rekognition";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
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";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./DescribeProjectVersionsPaginator";
|
|
2
|
+
export * from "./DescribeProjectsPaginator";
|
|
3
|
+
export * from "./GetCelebrityRecognitionPaginator";
|
|
4
|
+
export * from "./GetContentModerationPaginator";
|
|
5
|
+
export * from "./GetFaceDetectionPaginator";
|
|
6
|
+
export * from "./GetFaceSearchPaginator";
|
|
7
|
+
export * from "./GetLabelDetectionPaginator";
|
|
8
|
+
export * from "./GetPersonTrackingPaginator";
|
|
9
|
+
export * from "./GetSegmentDetectionPaginator";
|
|
10
|
+
export * from "./GetTextDetectionPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./ListCollectionsPaginator";
|
|
13
|
+
export * from "./ListFacesPaginator";
|
|
14
|
+
export * from "./ListStreamProcessorsPaginator";
|
|
@@ -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";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,70 +1,6 @@
|
|
|
1
|
-
export * from "./RekognitionClient";
|
|
2
1
|
export * from "./Rekognition";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
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";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./DescribeProjectVersionsPaginator";
|
|
2
|
+
export * from "./DescribeProjectsPaginator";
|
|
3
|
+
export * from "./GetCelebrityRecognitionPaginator";
|
|
4
|
+
export * from "./GetContentModerationPaginator";
|
|
5
|
+
export * from "./GetFaceDetectionPaginator";
|
|
6
|
+
export * from "./GetFaceSearchPaginator";
|
|
7
|
+
export * from "./GetLabelDetectionPaginator";
|
|
8
|
+
export * from "./GetPersonTrackingPaginator";
|
|
9
|
+
export * from "./GetSegmentDetectionPaginator";
|
|
10
|
+
export * from "./GetTextDetectionPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./ListCollectionsPaginator";
|
|
13
|
+
export * from "./ListFacesPaginator";
|
|
14
|
+
export * from "./ListStreamProcessorsPaginator";
|