@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
package/dist-es/index.js CHANGED
@@ -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";
@@ -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,2 @@
1
+ export * from "./waitForProjectVersionRunning";
2
+ export * from "./waitForProjectVersionTrainingCompleted";
@@ -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";
@@ -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";