@aws-sdk/client-rekognition 3.533.0 → 3.540.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 (162) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Rekognition.d.ts +6 -1
  6. package/dist-types/RekognitionClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateFacesCommand.d.ts +2 -1
  8. package/dist-types/commands/CompareFacesCommand.d.ts +2 -1
  9. package/dist-types/commands/CopyProjectVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateCollectionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateFaceLivenessSessionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateProjectVersionCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateStreamProcessorCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteCollectionCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteFacesCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteProjectVersionCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeCollectionCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeProjectsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +2 -1
  30. package/dist-types/commands/DetectCustomLabelsCommand.d.ts +2 -1
  31. package/dist-types/commands/DetectFacesCommand.d.ts +2 -1
  32. package/dist-types/commands/DetectLabelsCommand.d.ts +2 -1
  33. package/dist-types/commands/DetectModerationLabelsCommand.d.ts +2 -1
  34. package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +2 -1
  35. package/dist-types/commands/DetectTextCommand.d.ts +2 -1
  36. package/dist-types/commands/DisassociateFacesCommand.d.ts +2 -1
  37. package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +2 -1
  38. package/dist-types/commands/GetCelebrityInfoCommand.d.ts +2 -1
  39. package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +2 -1
  40. package/dist-types/commands/GetContentModerationCommand.d.ts +2 -1
  41. package/dist-types/commands/GetFaceDetectionCommand.d.ts +2 -1
  42. package/dist-types/commands/GetFaceLivenessSessionResultsCommand.d.ts +2 -1
  43. package/dist-types/commands/GetFaceSearchCommand.d.ts +2 -1
  44. package/dist-types/commands/GetLabelDetectionCommand.d.ts +2 -1
  45. package/dist-types/commands/GetMediaAnalysisJobCommand.d.ts +2 -1
  46. package/dist-types/commands/GetPersonTrackingCommand.d.ts +2 -1
  47. package/dist-types/commands/GetSegmentDetectionCommand.d.ts +2 -1
  48. package/dist-types/commands/GetTextDetectionCommand.d.ts +2 -1
  49. package/dist-types/commands/IndexFacesCommand.d.ts +2 -1
  50. package/dist-types/commands/ListCollectionsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListDatasetEntriesCommand.d.ts +2 -1
  52. package/dist-types/commands/ListDatasetLabelsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListFacesCommand.d.ts +2 -1
  54. package/dist-types/commands/ListMediaAnalysisJobsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListProjectPoliciesCommand.d.ts +2 -1
  56. package/dist-types/commands/ListStreamProcessorsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  58. package/dist-types/commands/ListUsersCommand.d.ts +2 -1
  59. package/dist-types/commands/PutProjectPolicyCommand.d.ts +2 -1
  60. package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +2 -1
  61. package/dist-types/commands/SearchFacesByImageCommand.d.ts +2 -1
  62. package/dist-types/commands/SearchFacesCommand.d.ts +2 -1
  63. package/dist-types/commands/SearchUsersByImageCommand.d.ts +2 -1
  64. package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
  65. package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +2 -1
  66. package/dist-types/commands/StartContentModerationCommand.d.ts +2 -1
  67. package/dist-types/commands/StartFaceDetectionCommand.d.ts +2 -1
  68. package/dist-types/commands/StartFaceSearchCommand.d.ts +2 -1
  69. package/dist-types/commands/StartLabelDetectionCommand.d.ts +2 -1
  70. package/dist-types/commands/StartMediaAnalysisJobCommand.d.ts +2 -1
  71. package/dist-types/commands/StartPersonTrackingCommand.d.ts +2 -1
  72. package/dist-types/commands/StartProjectVersionCommand.d.ts +2 -1
  73. package/dist-types/commands/StartSegmentDetectionCommand.d.ts +2 -1
  74. package/dist-types/commands/StartStreamProcessorCommand.d.ts +2 -1
  75. package/dist-types/commands/StartTextDetectionCommand.d.ts +2 -1
  76. package/dist-types/commands/StopProjectVersionCommand.d.ts +2 -1
  77. package/dist-types/commands/StopStreamProcessorCommand.d.ts +2 -1
  78. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  79. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  80. package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +2 -1
  82. package/dist-types/index.d.ts +0 -1
  83. package/dist-types/models/models_0.d.ts +911 -911
  84. package/dist-types/models/models_1.d.ts +159 -159
  85. package/dist-types/ts3.4/Rekognition.d.ts +5 -0
  86. package/dist-types/ts3.4/commands/AssociateFacesCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateFaceLivenessSessionCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DisassociateFacesCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetFaceLivenessSessionResultsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetMediaAnalysisJobCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListMediaAnalysisJobsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/SearchUsersByImageCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/StartMediaAnalysisJobCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/index.d.ts +0 -1
  162. package/package.json +41 -41
@@ -24,6 +24,15 @@ declare const GetFaceSearchCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetFaceSearchCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetFaceSearchCommandInput,
31
+ GetFaceSearchCommandOutput,
32
+ RekognitionClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetFaceSearchCommand extends GetFaceSearchCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLabelDetectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLabelDetectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLabelDetectionCommandInput,
32
+ GetLabelDetectionCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLabelDetectionCommand extends GetLabelDetectionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMediaAnalysisJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMediaAnalysisJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMediaAnalysisJobCommandInput,
32
+ GetMediaAnalysisJobCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMediaAnalysisJobCommand extends GetMediaAnalysisJobCommand_base {}
@@ -25,6 +25,15 @@ declare const GetPersonTrackingCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetPersonTrackingCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetPersonTrackingCommandInput,
32
+ GetPersonTrackingCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetPersonTrackingCommand extends GetPersonTrackingCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSegmentDetectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSegmentDetectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSegmentDetectionCommandInput,
32
+ GetSegmentDetectionCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSegmentDetectionCommand extends GetSegmentDetectionCommand_base {}
@@ -24,6 +24,15 @@ declare const GetTextDetectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetTextDetectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetTextDetectionCommandInput,
31
+ GetTextDetectionCommandOutput,
32
+ RekognitionClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetTextDetectionCommand extends GetTextDetectionCommand_base {}
@@ -21,6 +21,15 @@ declare const IndexFacesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: IndexFacesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ IndexFacesCommandInput,
28
+ IndexFacesCommandOutput,
29
+ RekognitionClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class IndexFacesCommand extends IndexFacesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListCollectionsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListCollectionsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListCollectionsCommandInput,
31
+ ListCollectionsCommandOutput,
32
+ RekognitionClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListCollectionsCommand extends ListCollectionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDatasetEntriesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListDatasetEntriesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDatasetEntriesCommandInput,
32
+ ListDatasetEntriesCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDatasetEntriesCommand extends ListDatasetEntriesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDatasetLabelsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListDatasetLabelsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDatasetLabelsCommandInput,
32
+ ListDatasetLabelsCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDatasetLabelsCommand extends ListDatasetLabelsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListFacesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListFacesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListFacesCommandInput,
28
+ ListFacesCommandOutput,
29
+ RekognitionClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListFacesCommand extends ListFacesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMediaAnalysisJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListMediaAnalysisJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMediaAnalysisJobsCommandInput,
32
+ ListMediaAnalysisJobsCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMediaAnalysisJobsCommand extends ListMediaAnalysisJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListProjectPoliciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListProjectPoliciesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListProjectPoliciesCommandInput,
32
+ ListProjectPoliciesCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListProjectPoliciesCommand extends ListProjectPoliciesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListStreamProcessorsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListStreamProcessorsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListStreamProcessorsCommandInput,
32
+ ListStreamProcessorsCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListStreamProcessorsCommand extends ListStreamProcessorsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const ListUsersCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListUsersCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListUsersCommandInput,
28
+ ListUsersCommandOutput,
29
+ RekognitionClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListUsersCommand extends ListUsersCommand_base {}
@@ -24,6 +24,15 @@ declare const PutProjectPolicyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: PutProjectPolicyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ PutProjectPolicyCommandInput,
31
+ PutProjectPolicyCommandOutput,
32
+ RekognitionClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class PutProjectPolicyCommand extends PutProjectPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const RecognizeCelebritiesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RecognizeCelebritiesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RecognizeCelebritiesCommandInput,
32
+ RecognizeCelebritiesCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RecognizeCelebritiesCommand extends RecognizeCelebritiesCommand_base {}
@@ -25,6 +25,15 @@ declare const SearchFacesByImageCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SearchFacesByImageCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SearchFacesByImageCommandInput,
32
+ SearchFacesByImageCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SearchFacesByImageCommand extends SearchFacesByImageCommand_base {}
@@ -21,6 +21,15 @@ declare const SearchFacesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: SearchFacesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ SearchFacesCommandInput,
28
+ SearchFacesCommandOutput,
29
+ RekognitionClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class SearchFacesCommand extends SearchFacesCommand_base {}
@@ -25,6 +25,15 @@ declare const SearchUsersByImageCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SearchUsersByImageCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SearchUsersByImageCommandInput,
32
+ SearchUsersByImageCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SearchUsersByImageCommand extends SearchUsersByImageCommand_base {}
@@ -21,6 +21,15 @@ declare const SearchUsersCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: SearchUsersCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ SearchUsersCommandInput,
28
+ SearchUsersCommandOutput,
29
+ RekognitionClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class SearchUsersCommand extends SearchUsersCommand_base {}
@@ -25,6 +25,15 @@ declare const StartCelebrityRecognitionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartCelebrityRecognitionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartCelebrityRecognitionCommandInput,
32
+ StartCelebrityRecognitionCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartCelebrityRecognitionCommand extends StartCelebrityRecognitionCommand_base {}
@@ -25,6 +25,15 @@ declare const StartContentModerationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartContentModerationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartContentModerationCommandInput,
32
+ StartContentModerationCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartContentModerationCommand extends StartContentModerationCommand_base {}
@@ -25,6 +25,15 @@ declare const StartFaceDetectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartFaceDetectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartFaceDetectionCommandInput,
32
+ StartFaceDetectionCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartFaceDetectionCommand extends StartFaceDetectionCommand_base {}
@@ -24,6 +24,15 @@ declare const StartFaceSearchCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StartFaceSearchCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StartFaceSearchCommandInput,
31
+ StartFaceSearchCommandOutput,
32
+ RekognitionClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StartFaceSearchCommand extends StartFaceSearchCommand_base {}
@@ -25,6 +25,15 @@ declare const StartLabelDetectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartLabelDetectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartLabelDetectionCommandInput,
32
+ StartLabelDetectionCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartLabelDetectionCommand extends StartLabelDetectionCommand_base {}
@@ -25,6 +25,15 @@ declare const StartMediaAnalysisJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartMediaAnalysisJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartMediaAnalysisJobCommandInput,
32
+ StartMediaAnalysisJobCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartMediaAnalysisJobCommand extends StartMediaAnalysisJobCommand_base {}
@@ -25,6 +25,15 @@ declare const StartPersonTrackingCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartPersonTrackingCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartPersonTrackingCommandInput,
32
+ StartPersonTrackingCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartPersonTrackingCommand extends StartPersonTrackingCommand_base {}
@@ -25,6 +25,15 @@ declare const StartProjectVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartProjectVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartProjectVersionCommandInput,
32
+ StartProjectVersionCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartProjectVersionCommand extends StartProjectVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const StartSegmentDetectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartSegmentDetectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartSegmentDetectionCommandInput,
32
+ StartSegmentDetectionCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartSegmentDetectionCommand extends StartSegmentDetectionCommand_base {}
@@ -25,6 +25,15 @@ declare const StartStreamProcessorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartStreamProcessorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartStreamProcessorCommandInput,
32
+ StartStreamProcessorCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartStreamProcessorCommand extends StartStreamProcessorCommand_base {}
@@ -25,6 +25,15 @@ declare const StartTextDetectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartTextDetectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartTextDetectionCommandInput,
32
+ StartTextDetectionCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartTextDetectionCommand extends StartTextDetectionCommand_base {}
@@ -25,6 +25,15 @@ declare const StopProjectVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopProjectVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopProjectVersionCommandInput,
32
+ StopProjectVersionCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopProjectVersionCommand extends StopProjectVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const StopStreamProcessorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopStreamProcessorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopStreamProcessorCommandInput,
32
+ StopStreamProcessorCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopStreamProcessorCommand extends StopStreamProcessorCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ RekognitionClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ RekognitionClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateDatasetEntriesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateDatasetEntriesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateDatasetEntriesCommandInput,
32
+ UpdateDatasetEntriesCommandOutput,
33
+ RekognitionClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateDatasetEntriesCommand extends UpdateDatasetEntriesCommand_base {}