@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.
Files changed (273) hide show
  1. package/dist-cjs/RekognitionClient.js +2 -1
  2. package/dist-cjs/commands/CompareFacesCommand.js +2 -1
  3. package/dist-cjs/commands/CopyProjectVersionCommand.js +2 -1
  4. package/dist-cjs/commands/CreateCollectionCommand.js +2 -1
  5. package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
  6. package/dist-cjs/commands/CreateFaceLivenessSessionCommand.js +2 -1
  7. package/dist-cjs/commands/CreateProjectCommand.js +2 -1
  8. package/dist-cjs/commands/CreateProjectVersionCommand.js +2 -1
  9. package/dist-cjs/commands/CreateStreamProcessorCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteCollectionCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteFacesCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteProjectCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteProjectPolicyCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteProjectVersionCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteStreamProcessorCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeCollectionCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeProjectVersionsCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeProjectsCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeStreamProcessorCommand.js +2 -1
  22. package/dist-cjs/commands/DetectCustomLabelsCommand.js +2 -1
  23. package/dist-cjs/commands/DetectFacesCommand.js +2 -1
  24. package/dist-cjs/commands/DetectLabelsCommand.js +2 -1
  25. package/dist-cjs/commands/DetectModerationLabelsCommand.js +2 -1
  26. package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +2 -1
  27. package/dist-cjs/commands/DetectTextCommand.js +2 -1
  28. package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +2 -1
  29. package/dist-cjs/commands/GetCelebrityInfoCommand.js +2 -1
  30. package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +2 -1
  31. package/dist-cjs/commands/GetContentModerationCommand.js +2 -1
  32. package/dist-cjs/commands/GetFaceDetectionCommand.js +2 -1
  33. package/dist-cjs/commands/GetFaceLivenessSessionResultsCommand.js +2 -1
  34. package/dist-cjs/commands/GetFaceSearchCommand.js +2 -1
  35. package/dist-cjs/commands/GetLabelDetectionCommand.js +2 -1
  36. package/dist-cjs/commands/GetPersonTrackingCommand.js +2 -1
  37. package/dist-cjs/commands/GetSegmentDetectionCommand.js +2 -1
  38. package/dist-cjs/commands/GetTextDetectionCommand.js +2 -1
  39. package/dist-cjs/commands/IndexFacesCommand.js +2 -1
  40. package/dist-cjs/commands/ListCollectionsCommand.js +2 -1
  41. package/dist-cjs/commands/ListDatasetEntriesCommand.js +2 -1
  42. package/dist-cjs/commands/ListDatasetLabelsCommand.js +2 -1
  43. package/dist-cjs/commands/ListFacesCommand.js +2 -1
  44. package/dist-cjs/commands/ListProjectPoliciesCommand.js +2 -1
  45. package/dist-cjs/commands/ListStreamProcessorsCommand.js +2 -1
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  47. package/dist-cjs/commands/PutProjectPolicyCommand.js +2 -1
  48. package/dist-cjs/commands/RecognizeCelebritiesCommand.js +2 -1
  49. package/dist-cjs/commands/SearchFacesByImageCommand.js +2 -1
  50. package/dist-cjs/commands/SearchFacesCommand.js +2 -1
  51. package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +2 -1
  52. package/dist-cjs/commands/StartContentModerationCommand.js +2 -1
  53. package/dist-cjs/commands/StartFaceDetectionCommand.js +2 -1
  54. package/dist-cjs/commands/StartFaceSearchCommand.js +2 -1
  55. package/dist-cjs/commands/StartLabelDetectionCommand.js +2 -1
  56. package/dist-cjs/commands/StartPersonTrackingCommand.js +2 -1
  57. package/dist-cjs/commands/StartProjectVersionCommand.js +2 -1
  58. package/dist-cjs/commands/StartSegmentDetectionCommand.js +2 -1
  59. package/dist-cjs/commands/StartStreamProcessorCommand.js +2 -1
  60. package/dist-cjs/commands/StartTextDetectionCommand.js +2 -1
  61. package/dist-cjs/commands/StopProjectVersionCommand.js +2 -1
  62. package/dist-cjs/commands/StopStreamProcessorCommand.js +2 -1
  63. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  64. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  65. package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +2 -1
  66. package/dist-cjs/commands/UpdateStreamProcessorCommand.js +2 -1
  67. package/dist-cjs/index.js +2 -2
  68. package/dist-cjs/models/RekognitionServiceException.js +2 -1
  69. package/dist-es/RekognitionClient.js +1 -0
  70. package/dist-es/commands/CompareFacesCommand.js +1 -0
  71. package/dist-es/commands/CopyProjectVersionCommand.js +1 -0
  72. package/dist-es/commands/CreateCollectionCommand.js +1 -0
  73. package/dist-es/commands/CreateDatasetCommand.js +1 -0
  74. package/dist-es/commands/CreateFaceLivenessSessionCommand.js +1 -0
  75. package/dist-es/commands/CreateProjectCommand.js +1 -0
  76. package/dist-es/commands/CreateProjectVersionCommand.js +1 -0
  77. package/dist-es/commands/CreateStreamProcessorCommand.js +1 -0
  78. package/dist-es/commands/DeleteCollectionCommand.js +1 -0
  79. package/dist-es/commands/DeleteDatasetCommand.js +1 -0
  80. package/dist-es/commands/DeleteFacesCommand.js +1 -0
  81. package/dist-es/commands/DeleteProjectCommand.js +1 -0
  82. package/dist-es/commands/DeleteProjectPolicyCommand.js +1 -0
  83. package/dist-es/commands/DeleteProjectVersionCommand.js +1 -0
  84. package/dist-es/commands/DeleteStreamProcessorCommand.js +1 -0
  85. package/dist-es/commands/DescribeCollectionCommand.js +1 -0
  86. package/dist-es/commands/DescribeDatasetCommand.js +1 -0
  87. package/dist-es/commands/DescribeProjectVersionsCommand.js +1 -0
  88. package/dist-es/commands/DescribeProjectsCommand.js +1 -0
  89. package/dist-es/commands/DescribeStreamProcessorCommand.js +1 -0
  90. package/dist-es/commands/DetectCustomLabelsCommand.js +1 -0
  91. package/dist-es/commands/DetectFacesCommand.js +1 -0
  92. package/dist-es/commands/DetectLabelsCommand.js +1 -0
  93. package/dist-es/commands/DetectModerationLabelsCommand.js +1 -0
  94. package/dist-es/commands/DetectProtectiveEquipmentCommand.js +1 -0
  95. package/dist-es/commands/DetectTextCommand.js +1 -0
  96. package/dist-es/commands/DistributeDatasetEntriesCommand.js +1 -0
  97. package/dist-es/commands/GetCelebrityInfoCommand.js +1 -0
  98. package/dist-es/commands/GetCelebrityRecognitionCommand.js +1 -0
  99. package/dist-es/commands/GetContentModerationCommand.js +1 -0
  100. package/dist-es/commands/GetFaceDetectionCommand.js +1 -0
  101. package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +1 -0
  102. package/dist-es/commands/GetFaceSearchCommand.js +1 -0
  103. package/dist-es/commands/GetLabelDetectionCommand.js +1 -0
  104. package/dist-es/commands/GetPersonTrackingCommand.js +1 -0
  105. package/dist-es/commands/GetSegmentDetectionCommand.js +1 -0
  106. package/dist-es/commands/GetTextDetectionCommand.js +1 -0
  107. package/dist-es/commands/IndexFacesCommand.js +1 -0
  108. package/dist-es/commands/ListCollectionsCommand.js +1 -0
  109. package/dist-es/commands/ListDatasetEntriesCommand.js +1 -0
  110. package/dist-es/commands/ListDatasetLabelsCommand.js +1 -0
  111. package/dist-es/commands/ListFacesCommand.js +1 -0
  112. package/dist-es/commands/ListProjectPoliciesCommand.js +1 -0
  113. package/dist-es/commands/ListStreamProcessorsCommand.js +1 -0
  114. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  115. package/dist-es/commands/PutProjectPolicyCommand.js +1 -0
  116. package/dist-es/commands/RecognizeCelebritiesCommand.js +1 -0
  117. package/dist-es/commands/SearchFacesByImageCommand.js +1 -0
  118. package/dist-es/commands/SearchFacesCommand.js +1 -0
  119. package/dist-es/commands/StartCelebrityRecognitionCommand.js +1 -0
  120. package/dist-es/commands/StartContentModerationCommand.js +1 -0
  121. package/dist-es/commands/StartFaceDetectionCommand.js +1 -0
  122. package/dist-es/commands/StartFaceSearchCommand.js +1 -0
  123. package/dist-es/commands/StartLabelDetectionCommand.js +1 -0
  124. package/dist-es/commands/StartPersonTrackingCommand.js +1 -0
  125. package/dist-es/commands/StartProjectVersionCommand.js +1 -0
  126. package/dist-es/commands/StartSegmentDetectionCommand.js +1 -0
  127. package/dist-es/commands/StartStreamProcessorCommand.js +1 -0
  128. package/dist-es/commands/StartTextDetectionCommand.js +1 -0
  129. package/dist-es/commands/StopProjectVersionCommand.js +1 -0
  130. package/dist-es/commands/StopStreamProcessorCommand.js +1 -0
  131. package/dist-es/commands/TagResourceCommand.js +1 -0
  132. package/dist-es/commands/UntagResourceCommand.js +1 -0
  133. package/dist-es/commands/UpdateDatasetEntriesCommand.js +1 -0
  134. package/dist-es/commands/UpdateStreamProcessorCommand.js +1 -0
  135. package/dist-es/index.js +2 -2
  136. package/dist-es/models/RekognitionServiceException.js +1 -0
  137. package/dist-types/RekognitionClient.d.ts +3 -3
  138. package/dist-types/commands/CompareFacesCommand.d.ts +4 -0
  139. package/dist-types/commands/CopyProjectVersionCommand.d.ts +4 -0
  140. package/dist-types/commands/CreateCollectionCommand.d.ts +4 -0
  141. package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
  142. package/dist-types/commands/CreateFaceLivenessSessionCommand.d.ts +4 -0
  143. package/dist-types/commands/CreateProjectCommand.d.ts +4 -0
  144. package/dist-types/commands/CreateProjectVersionCommand.d.ts +4 -0
  145. package/dist-types/commands/CreateStreamProcessorCommand.d.ts +4 -0
  146. package/dist-types/commands/DeleteCollectionCommand.d.ts +4 -0
  147. package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
  148. package/dist-types/commands/DeleteFacesCommand.d.ts +4 -0
  149. package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
  150. package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +4 -0
  151. package/dist-types/commands/DeleteProjectVersionCommand.d.ts +4 -0
  152. package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +4 -0
  153. package/dist-types/commands/DescribeCollectionCommand.d.ts +4 -0
  154. package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
  155. package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +4 -0
  156. package/dist-types/commands/DescribeProjectsCommand.d.ts +4 -0
  157. package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +4 -0
  158. package/dist-types/commands/DetectCustomLabelsCommand.d.ts +4 -0
  159. package/dist-types/commands/DetectFacesCommand.d.ts +4 -0
  160. package/dist-types/commands/DetectLabelsCommand.d.ts +4 -0
  161. package/dist-types/commands/DetectModerationLabelsCommand.d.ts +4 -0
  162. package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +4 -0
  163. package/dist-types/commands/DetectTextCommand.d.ts +4 -0
  164. package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +4 -0
  165. package/dist-types/commands/GetCelebrityInfoCommand.d.ts +4 -0
  166. package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +4 -0
  167. package/dist-types/commands/GetContentModerationCommand.d.ts +4 -0
  168. package/dist-types/commands/GetFaceDetectionCommand.d.ts +4 -0
  169. package/dist-types/commands/GetFaceLivenessSessionResultsCommand.d.ts +4 -0
  170. package/dist-types/commands/GetFaceSearchCommand.d.ts +4 -0
  171. package/dist-types/commands/GetLabelDetectionCommand.d.ts +4 -0
  172. package/dist-types/commands/GetPersonTrackingCommand.d.ts +4 -0
  173. package/dist-types/commands/GetSegmentDetectionCommand.d.ts +4 -0
  174. package/dist-types/commands/GetTextDetectionCommand.d.ts +4 -0
  175. package/dist-types/commands/IndexFacesCommand.d.ts +4 -0
  176. package/dist-types/commands/ListCollectionsCommand.d.ts +4 -0
  177. package/dist-types/commands/ListDatasetEntriesCommand.d.ts +4 -0
  178. package/dist-types/commands/ListDatasetLabelsCommand.d.ts +4 -0
  179. package/dist-types/commands/ListFacesCommand.d.ts +4 -0
  180. package/dist-types/commands/ListProjectPoliciesCommand.d.ts +4 -0
  181. package/dist-types/commands/ListStreamProcessorsCommand.d.ts +4 -0
  182. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  183. package/dist-types/commands/PutProjectPolicyCommand.d.ts +4 -0
  184. package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +4 -0
  185. package/dist-types/commands/SearchFacesByImageCommand.d.ts +4 -0
  186. package/dist-types/commands/SearchFacesCommand.d.ts +4 -0
  187. package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +4 -0
  188. package/dist-types/commands/StartContentModerationCommand.d.ts +4 -0
  189. package/dist-types/commands/StartFaceDetectionCommand.d.ts +4 -0
  190. package/dist-types/commands/StartFaceSearchCommand.d.ts +4 -0
  191. package/dist-types/commands/StartLabelDetectionCommand.d.ts +4 -0
  192. package/dist-types/commands/StartPersonTrackingCommand.d.ts +4 -0
  193. package/dist-types/commands/StartProjectVersionCommand.d.ts +4 -0
  194. package/dist-types/commands/StartSegmentDetectionCommand.d.ts +4 -0
  195. package/dist-types/commands/StartStreamProcessorCommand.d.ts +4 -0
  196. package/dist-types/commands/StartTextDetectionCommand.d.ts +4 -0
  197. package/dist-types/commands/StopProjectVersionCommand.d.ts +4 -0
  198. package/dist-types/commands/StopStreamProcessorCommand.d.ts +4 -0
  199. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  200. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  201. package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +4 -0
  202. package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +4 -0
  203. package/dist-types/index.d.ts +330 -2
  204. package/dist-types/models/RekognitionServiceException.d.ts +1 -0
  205. package/dist-types/ts3.4/RekognitionClient.d.ts +3 -3
  206. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/CreateFaceLivenessSessionCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +1 -0
  224. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/GetFaceLivenessSessionResultsCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/index.d.ts +2 -2
  272. package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +1 -0
  273. package/package.json +29 -29
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutProjectPolicyCommand = void 0;
3
+ exports.PutProjectPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class PutProjectPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RecognizeCelebritiesCommand = void 0;
3
+ exports.RecognizeCelebritiesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class RecognizeCelebritiesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchFacesByImageCommand = void 0;
3
+ exports.SearchFacesByImageCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class SearchFacesByImageCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchFacesCommand = void 0;
3
+ exports.SearchFacesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class SearchFacesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartCelebrityRecognitionCommand = void 0;
3
+ exports.StartCelebrityRecognitionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartCelebrityRecognitionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartContentModerationCommand = void 0;
3
+ exports.StartContentModerationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartContentModerationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartFaceDetectionCommand = void 0;
3
+ exports.StartFaceDetectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartFaceDetectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartFaceSearchCommand = void 0;
3
+ exports.StartFaceSearchCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartFaceSearchCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartLabelDetectionCommand = void 0;
3
+ exports.StartLabelDetectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartLabelDetectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartPersonTrackingCommand = void 0;
3
+ exports.StartPersonTrackingCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartPersonTrackingCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartProjectVersionCommand = void 0;
3
+ exports.StartProjectVersionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartProjectVersionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartSegmentDetectionCommand = void 0;
3
+ exports.StartSegmentDetectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartSegmentDetectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartStreamProcessorCommand = void 0;
3
+ exports.StartStreamProcessorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartStreamProcessorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartTextDetectionCommand = void 0;
3
+ exports.StartTextDetectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartTextDetectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopProjectVersionCommand = void 0;
3
+ exports.StopProjectVersionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StopProjectVersionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopStreamProcessorCommand = void 0;
3
+ exports.StopStreamProcessorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StopStreamProcessorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDatasetEntriesCommand = void 0;
3
+ exports.UpdateDatasetEntriesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateDatasetEntriesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateStreamProcessorCommand = void 0;
3
+ exports.UpdateStreamProcessorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateStreamProcessorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RekognitionServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./Rekognition"), exports);
6
5
  tslib_1.__exportStar(require("./RekognitionClient"), exports);
6
+ tslib_1.__exportStar(require("./Rekognition"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
10
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
+ tslib_1.__exportStar(require("./models"), exports);
11
11
  var RekognitionServiceException_1 = require("./models/RekognitionServiceException");
12
12
  Object.defineProperty(exports, "RekognitionServiceException", { enumerable: true, get: function () { return RekognitionServiceException_1.RekognitionServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RekognitionServiceException = void 0;
3
+ exports.RekognitionServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class RekognitionServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class RekognitionClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CompareFacesCommand, se_CompareFacesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CompareFacesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CopyProjectVersionCommand, se_CopyProjectVersionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CopyProjectVersionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateCollectionCommand, se_CreateCollectionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateCollectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateDatasetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateFaceLivenessSessionCommand, se_CreateFaceLivenessSessionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateFaceLivenessSessionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateProjectCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateProjectVersionCommand, se_CreateProjectVersionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateProjectVersionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateStreamProcessorCommand, se_CreateStreamProcessorCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateStreamProcessorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteCollectionCommand, se_DeleteCollectionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteCollectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteDatasetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteFacesCommand, se_DeleteFacesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteFacesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteProjectCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteProjectPolicyCommand, se_DeleteProjectPolicyCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteProjectPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteProjectVersionCommand, se_DeleteProjectVersionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteProjectVersionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteStreamProcessorCommand, se_DeleteStreamProcessorCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteStreamProcessorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeCollectionCommand, se_DescribeCollectionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeCollectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeDatasetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeProjectVersionsCommand, se_DescribeProjectVersionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeProjectVersionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeProjectsCommand, se_DescribeProjectsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeProjectsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeStreamProcessorCommand, se_DescribeStreamProcessorCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeStreamProcessorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DetectCustomLabelsCommand, se_DetectCustomLabelsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DetectCustomLabelsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DetectFacesCommand, se_DetectFacesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DetectFacesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DetectLabelsCommand, se_DetectLabelsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DetectLabelsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DetectModerationLabelsCommand, se_DetectModerationLabelsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DetectModerationLabelsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DetectProtectiveEquipmentCommand, se_DetectProtectiveEquipmentCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DetectProtectiveEquipmentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DetectTextCommand, se_DetectTextCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DetectTextCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DistributeDatasetEntriesCommand, se_DistributeDatasetEntriesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DistributeDatasetEntriesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetCelebrityInfoCommand, se_GetCelebrityInfoCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetCelebrityInfoCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetCelebrityRecognitionCommand, se_GetCelebrityRecognitionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetCelebrityRecognitionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetContentModerationCommand, se_GetContentModerationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetContentModerationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetFaceDetectionCommand, se_GetFaceDetectionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetFaceDetectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetFaceLivenessSessionResultsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetFaceLivenessSessionResultsCommand, se_GetFaceLivenessSessionResultsCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class GetFaceLivenessSessionResultsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetFaceSearchCommand, se_GetFaceSearchCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetFaceSearchCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {