@aws-sdk/client-rekognition 3.651.1 → 3.654.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 (151) hide show
  1. package/dist-types/commands/AssociateFacesCommand.d.ts +11 -0
  2. package/dist-types/commands/CompareFacesCommand.d.ts +11 -0
  3. package/dist-types/commands/CopyProjectVersionCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateCollectionCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateFaceLivenessSessionCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateProjectCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateProjectVersionCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateStreamProcessorCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateUserCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteCollectionCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteFacesCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteProjectCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteProjectVersionCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteUserCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeCollectionCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeProjectsCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +11 -0
  24. package/dist-types/commands/DetectCustomLabelsCommand.d.ts +11 -0
  25. package/dist-types/commands/DetectFacesCommand.d.ts +11 -0
  26. package/dist-types/commands/DetectLabelsCommand.d.ts +11 -0
  27. package/dist-types/commands/DetectModerationLabelsCommand.d.ts +11 -0
  28. package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +11 -0
  29. package/dist-types/commands/DetectTextCommand.d.ts +11 -0
  30. package/dist-types/commands/DisassociateFacesCommand.d.ts +11 -0
  31. package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +11 -0
  32. package/dist-types/commands/GetCelebrityInfoCommand.d.ts +11 -0
  33. package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +11 -0
  34. package/dist-types/commands/GetContentModerationCommand.d.ts +11 -0
  35. package/dist-types/commands/GetFaceDetectionCommand.d.ts +11 -0
  36. package/dist-types/commands/GetFaceLivenessSessionResultsCommand.d.ts +11 -0
  37. package/dist-types/commands/GetFaceSearchCommand.d.ts +11 -0
  38. package/dist-types/commands/GetLabelDetectionCommand.d.ts +11 -0
  39. package/dist-types/commands/GetMediaAnalysisJobCommand.d.ts +11 -0
  40. package/dist-types/commands/GetPersonTrackingCommand.d.ts +11 -0
  41. package/dist-types/commands/GetSegmentDetectionCommand.d.ts +11 -0
  42. package/dist-types/commands/GetTextDetectionCommand.d.ts +11 -0
  43. package/dist-types/commands/IndexFacesCommand.d.ts +11 -0
  44. package/dist-types/commands/ListCollectionsCommand.d.ts +11 -0
  45. package/dist-types/commands/ListDatasetEntriesCommand.d.ts +11 -0
  46. package/dist-types/commands/ListDatasetLabelsCommand.d.ts +11 -0
  47. package/dist-types/commands/ListFacesCommand.d.ts +11 -0
  48. package/dist-types/commands/ListMediaAnalysisJobsCommand.d.ts +11 -0
  49. package/dist-types/commands/ListProjectPoliciesCommand.d.ts +11 -0
  50. package/dist-types/commands/ListStreamProcessorsCommand.d.ts +11 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  52. package/dist-types/commands/ListUsersCommand.d.ts +11 -0
  53. package/dist-types/commands/PutProjectPolicyCommand.d.ts +11 -0
  54. package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +11 -0
  55. package/dist-types/commands/SearchFacesByImageCommand.d.ts +11 -0
  56. package/dist-types/commands/SearchFacesCommand.d.ts +11 -0
  57. package/dist-types/commands/SearchUsersByImageCommand.d.ts +11 -0
  58. package/dist-types/commands/SearchUsersCommand.d.ts +11 -0
  59. package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +11 -0
  60. package/dist-types/commands/StartContentModerationCommand.d.ts +11 -0
  61. package/dist-types/commands/StartFaceDetectionCommand.d.ts +11 -0
  62. package/dist-types/commands/StartFaceSearchCommand.d.ts +11 -0
  63. package/dist-types/commands/StartLabelDetectionCommand.d.ts +11 -0
  64. package/dist-types/commands/StartMediaAnalysisJobCommand.d.ts +11 -0
  65. package/dist-types/commands/StartPersonTrackingCommand.d.ts +11 -0
  66. package/dist-types/commands/StartProjectVersionCommand.d.ts +11 -0
  67. package/dist-types/commands/StartSegmentDetectionCommand.d.ts +11 -0
  68. package/dist-types/commands/StartStreamProcessorCommand.d.ts +11 -0
  69. package/dist-types/commands/StartTextDetectionCommand.d.ts +11 -0
  70. package/dist-types/commands/StopProjectVersionCommand.d.ts +11 -0
  71. package/dist-types/commands/StopStreamProcessorCommand.d.ts +11 -0
  72. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  73. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  74. package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +11 -0
  75. package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +11 -0
  76. package/dist-types/ts3.4/commands/AssociateFacesCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/CreateFaceLivenessSessionCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/DisassociateFacesCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/GetFaceLivenessSessionResultsCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/GetMediaAnalysisJobCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/ListMediaAnalysisJobsCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/SearchUsersByImageCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/StartMediaAnalysisJobCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +12 -1
  151. package/package.json +36 -36
@@ -217,4 +217,15 @@ declare const GetPersonTrackingCommand_base: {
217
217
  * @public
218
218
  */
219
219
  export declare class GetPersonTrackingCommand extends GetPersonTrackingCommand_base {
220
+ /** @internal type navigation helper, not in runtime. */
221
+ protected static __types: {
222
+ api: {
223
+ input: GetPersonTrackingRequest;
224
+ output: GetPersonTrackingResponse;
225
+ };
226
+ sdk: {
227
+ input: GetPersonTrackingCommandInput;
228
+ output: GetPersonTrackingCommandOutput;
229
+ };
230
+ };
220
231
  }
@@ -161,4 +161,15 @@ declare const GetSegmentDetectionCommand_base: {
161
161
  * @public
162
162
  */
163
163
  export declare class GetSegmentDetectionCommand extends GetSegmentDetectionCommand_base {
164
+ /** @internal type navigation helper, not in runtime. */
165
+ protected static __types: {
166
+ api: {
167
+ input: GetSegmentDetectionRequest;
168
+ output: GetSegmentDetectionResponse;
169
+ };
170
+ sdk: {
171
+ input: GetSegmentDetectionCommandInput;
172
+ output: GetSegmentDetectionCommandOutput;
173
+ };
174
+ };
164
175
  }
@@ -147,4 +147,15 @@ declare const GetTextDetectionCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class GetTextDetectionCommand extends GetTextDetectionCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: GetTextDetectionRequest;
154
+ output: GetTextDetectionResponse;
155
+ };
156
+ sdk: {
157
+ input: GetTextDetectionCommandInput;
158
+ output: GetTextDetectionCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -520,4 +520,15 @@ declare const IndexFacesCommand_base: {
520
520
  *
521
521
  */
522
522
  export declare class IndexFacesCommand extends IndexFacesCommand_base {
523
+ /** @internal type navigation helper, not in runtime. */
524
+ protected static __types: {
525
+ api: {
526
+ input: IndexFacesRequest;
527
+ output: IndexFacesResponse;
528
+ };
529
+ sdk: {
530
+ input: IndexFacesCommandInput;
531
+ output: IndexFacesCommandOutput;
532
+ };
533
+ };
523
534
  }
@@ -109,4 +109,15 @@ declare const ListCollectionsCommand_base: {
109
109
  *
110
110
  */
111
111
  export declare class ListCollectionsCommand extends ListCollectionsCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: ListCollectionsRequest;
116
+ output: ListCollectionsResponse;
117
+ };
118
+ sdk: {
119
+ input: ListCollectionsCommandInput;
120
+ output: ListCollectionsCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -142,4 +142,15 @@ declare const ListDatasetEntriesCommand_base: {
142
142
  *
143
143
  */
144
144
  export declare class ListDatasetEntriesCommand extends ListDatasetEntriesCommand_base {
145
+ /** @internal type navigation helper, not in runtime. */
146
+ protected static __types: {
147
+ api: {
148
+ input: ListDatasetEntriesRequest;
149
+ output: ListDatasetEntriesResponse;
150
+ };
151
+ sdk: {
152
+ input: ListDatasetEntriesCommandInput;
153
+ output: ListDatasetEntriesCommandOutput;
154
+ };
155
+ };
145
156
  }
@@ -144,4 +144,15 @@ declare const ListDatasetLabelsCommand_base: {
144
144
  *
145
145
  */
146
146
  export declare class ListDatasetLabelsCommand extends ListDatasetLabelsCommand_base {
147
+ /** @internal type navigation helper, not in runtime. */
148
+ protected static __types: {
149
+ api: {
150
+ input: ListDatasetLabelsRequest;
151
+ output: ListDatasetLabelsResponse;
152
+ };
153
+ sdk: {
154
+ input: ListDatasetLabelsCommandInput;
155
+ output: ListDatasetLabelsCommandOutput;
156
+ };
157
+ };
147
158
  }
@@ -164,4 +164,15 @@ declare const ListFacesCommand_base: {
164
164
  *
165
165
  */
166
166
  export declare class ListFacesCommand extends ListFacesCommand_base {
167
+ /** @internal type navigation helper, not in runtime. */
168
+ protected static __types: {
169
+ api: {
170
+ input: ListFacesRequest;
171
+ output: ListFacesResponse;
172
+ };
173
+ sdk: {
174
+ input: ListFacesCommandInput;
175
+ output: ListFacesCommandOutput;
176
+ };
177
+ };
167
178
  }
@@ -178,4 +178,15 @@ declare const ListMediaAnalysisJobsCommand_base: {
178
178
  *
179
179
  */
180
180
  export declare class ListMediaAnalysisJobsCommand extends ListMediaAnalysisJobsCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: ListMediaAnalysisJobsRequest;
185
+ output: ListMediaAnalysisJobsResponse;
186
+ };
187
+ sdk: {
188
+ input: ListMediaAnalysisJobsCommandInput;
189
+ output: ListMediaAnalysisJobsCommandOutput;
190
+ };
191
+ };
181
192
  }
@@ -125,4 +125,15 @@ declare const ListProjectPoliciesCommand_base: {
125
125
  *
126
126
  */
127
127
  export declare class ListProjectPoliciesCommand extends ListProjectPoliciesCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: ListProjectPoliciesRequest;
132
+ output: ListProjectPoliciesResponse;
133
+ };
134
+ sdk: {
135
+ input: ListProjectPoliciesCommandInput;
136
+ output: ListProjectPoliciesCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -84,4 +84,15 @@ declare const ListStreamProcessorsCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListStreamProcessorsCommand extends ListStreamProcessorsCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListStreamProcessorsRequest;
91
+ output: ListStreamProcessorsResponse;
92
+ };
93
+ sdk: {
94
+ input: ListStreamProcessorsCommandInput;
95
+ output: ListStreamProcessorsCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -82,4 +82,15 @@ declare const ListTagsForResourceCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListTagsForResourceRequest;
89
+ output: ListTagsForResourceResponse;
90
+ };
91
+ sdk: {
92
+ input: ListTagsForResourceCommandInput;
93
+ output: ListTagsForResourceCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -118,4 +118,15 @@ declare const ListUsersCommand_base: {
118
118
  *
119
119
  */
120
120
  export declare class ListUsersCommand extends ListUsersCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: ListUsersRequest;
125
+ output: ListUsersResponse;
126
+ };
127
+ sdk: {
128
+ input: ListUsersCommandInput;
129
+ output: ListUsersCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -138,4 +138,15 @@ declare const PutProjectPolicyCommand_base: {
138
138
  *
139
139
  */
140
140
  export declare class PutProjectPolicyCommand extends PutProjectPolicyCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: PutProjectPolicyRequest;
145
+ output: PutProjectPolicyResponse;
146
+ };
147
+ sdk: {
148
+ input: PutProjectPolicyCommandInput;
149
+ output: PutProjectPolicyCommandOutput;
150
+ };
151
+ };
141
152
  }
@@ -204,4 +204,15 @@ declare const RecognizeCelebritiesCommand_base: {
204
204
  * @public
205
205
  */
206
206
  export declare class RecognizeCelebritiesCommand extends RecognizeCelebritiesCommand_base {
207
+ /** @internal type navigation helper, not in runtime. */
208
+ protected static __types: {
209
+ api: {
210
+ input: RecognizeCelebritiesRequest;
211
+ output: RecognizeCelebritiesResponse;
212
+ };
213
+ sdk: {
214
+ input: RecognizeCelebritiesCommandInput;
215
+ output: RecognizeCelebritiesCommandOutput;
216
+ };
217
+ };
207
218
  }
@@ -208,4 +208,15 @@ declare const SearchFacesByImageCommand_base: {
208
208
  *
209
209
  */
210
210
  export declare class SearchFacesByImageCommand extends SearchFacesByImageCommand_base {
211
+ /** @internal type navigation helper, not in runtime. */
212
+ protected static __types: {
213
+ api: {
214
+ input: SearchFacesByImageRequest;
215
+ output: SearchFacesByImageResponse;
216
+ };
217
+ sdk: {
218
+ input: SearchFacesByImageCommandInput;
219
+ output: SearchFacesByImageCommandOutput;
220
+ };
221
+ };
211
222
  }
@@ -178,4 +178,15 @@ declare const SearchFacesCommand_base: {
178
178
  *
179
179
  */
180
180
  export declare class SearchFacesCommand extends SearchFacesCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: SearchFacesRequest;
185
+ output: SearchFacesResponse;
186
+ };
187
+ sdk: {
188
+ input: SearchFacesCommandInput;
189
+ output: SearchFacesCommandOutput;
190
+ };
191
+ };
181
192
  }
@@ -350,4 +350,15 @@ declare const SearchUsersByImageCommand_base: {
350
350
  *
351
351
  */
352
352
  export declare class SearchUsersByImageCommand extends SearchUsersByImageCommand_base {
353
+ /** @internal type navigation helper, not in runtime. */
354
+ protected static __types: {
355
+ api: {
356
+ input: SearchUsersByImageRequest;
357
+ output: SearchUsersByImageResponse;
358
+ };
359
+ sdk: {
360
+ input: SearchUsersByImageCommandInput;
361
+ output: SearchUsersByImageCommandOutput;
362
+ };
363
+ };
353
364
  }
@@ -132,4 +132,15 @@ declare const SearchUsersCommand_base: {
132
132
  *
133
133
  */
134
134
  export declare class SearchUsersCommand extends SearchUsersCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: SearchUsersRequest;
139
+ output: SearchUsersResponse;
140
+ };
141
+ sdk: {
142
+ input: SearchUsersCommandInput;
143
+ output: SearchUsersCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -114,4 +114,15 @@ declare const StartCelebrityRecognitionCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class StartCelebrityRecognitionCommand extends StartCelebrityRecognitionCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: StartCelebrityRecognitionRequest;
121
+ output: StartCelebrityRecognitionResponse;
122
+ };
123
+ sdk: {
124
+ input: StartCelebrityRecognitionCommandInput;
125
+ output: StartCelebrityRecognitionCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -115,4 +115,15 @@ declare const StartContentModerationCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class StartContentModerationCommand extends StartContentModerationCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: StartContentModerationRequest;
122
+ output: StartContentModerationResponse;
123
+ };
124
+ sdk: {
125
+ input: StartContentModerationCommandInput;
126
+ output: StartContentModerationCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -116,4 +116,15 @@ declare const StartFaceDetectionCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class StartFaceDetectionCommand extends StartFaceDetectionCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: StartFaceDetectionRequest;
123
+ output: StartFaceDetectionResponse;
124
+ };
125
+ sdk: {
126
+ input: StartFaceDetectionCommandInput;
127
+ output: StartFaceDetectionCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -119,4 +119,15 @@ declare const StartFaceSearchCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class StartFaceSearchCommand extends StartFaceSearchCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: StartFaceSearchRequest;
126
+ output: StartFaceSearchResponse;
127
+ };
128
+ sdk: {
129
+ input: StartFaceSearchCommandInput;
130
+ output: StartFaceSearchCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -148,4 +148,15 @@ declare const StartLabelDetectionCommand_base: {
148
148
  * @public
149
149
  */
150
150
  export declare class StartLabelDetectionCommand extends StartLabelDetectionCommand_base {
151
+ /** @internal type navigation helper, not in runtime. */
152
+ protected static __types: {
153
+ api: {
154
+ input: StartLabelDetectionRequest;
155
+ output: StartLabelDetectionResponse;
156
+ };
157
+ sdk: {
158
+ input: StartLabelDetectionCommandInput;
159
+ output: StartLabelDetectionCommandOutput;
160
+ };
161
+ };
151
162
  }
@@ -151,4 +151,15 @@ declare const StartMediaAnalysisJobCommand_base: {
151
151
  *
152
152
  */
153
153
  export declare class StartMediaAnalysisJobCommand extends StartMediaAnalysisJobCommand_base {
154
+ /** @internal type navigation helper, not in runtime. */
155
+ protected static __types: {
156
+ api: {
157
+ input: StartMediaAnalysisJobRequest;
158
+ output: StartMediaAnalysisJobResponse;
159
+ };
160
+ sdk: {
161
+ input: StartMediaAnalysisJobCommandInput;
162
+ output: StartMediaAnalysisJobCommandOutput;
163
+ };
164
+ };
154
165
  }
@@ -112,4 +112,15 @@ declare const StartPersonTrackingCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class StartPersonTrackingCommand extends StartPersonTrackingCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: StartPersonTrackingRequest;
119
+ output: StartPersonTrackingResponse;
120
+ };
121
+ sdk: {
122
+ input: StartPersonTrackingCommandInput;
123
+ output: StartPersonTrackingCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -119,4 +119,15 @@ declare const StartProjectVersionCommand_base: {
119
119
  *
120
120
  */
121
121
  export declare class StartProjectVersionCommand extends StartProjectVersionCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: StartProjectVersionRequest;
126
+ output: StartProjectVersionResponse;
127
+ };
128
+ sdk: {
129
+ input: StartProjectVersionCommandInput;
130
+ output: StartProjectVersionCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -132,4 +132,15 @@ declare const StartSegmentDetectionCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class StartSegmentDetectionCommand extends StartSegmentDetectionCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: StartSegmentDetectionRequest;
139
+ output: StartSegmentDetectionResponse;
140
+ };
141
+ sdk: {
142
+ input: StartSegmentDetectionCommandInput;
143
+ output: StartSegmentDetectionCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -92,4 +92,15 @@ declare const StartStreamProcessorCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class StartStreamProcessorCommand extends StartStreamProcessorCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: StartStreamProcessorRequest;
99
+ output: StartStreamProcessorResponse;
100
+ };
101
+ sdk: {
102
+ input: StartStreamProcessorCommandInput;
103
+ output: StartStreamProcessorCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -134,4 +134,15 @@ declare const StartTextDetectionCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class StartTextDetectionCommand extends StartTextDetectionCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: StartTextDetectionRequest;
141
+ output: StartTextDetectionResponse;
142
+ };
143
+ sdk: {
144
+ input: StartTextDetectionCommandInput;
145
+ output: StartTextDetectionCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -102,4 +102,15 @@ declare const StopProjectVersionCommand_base: {
102
102
  *
103
103
  */
104
104
  export declare class StopProjectVersionCommand extends StopProjectVersionCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: StopProjectVersionRequest;
109
+ output: StopProjectVersionResponse;
110
+ };
111
+ sdk: {
112
+ input: StopProjectVersionCommandInput;
113
+ output: StopProjectVersionCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -78,4 +78,15 @@ declare const StopStreamProcessorCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class StopStreamProcessorCommand extends StopStreamProcessorCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: StopStreamProcessorRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: StopStreamProcessorCommandInput;
89
+ output: StopStreamProcessorCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -87,4 +87,15 @@ declare const TagResourceCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class TagResourceCommand extends TagResourceCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: TagResourceRequest;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: TagResourceCommandInput;
98
+ output: TagResourceCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -81,4 +81,15 @@ declare const UntagResourceCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UntagResourceRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: UntagResourceCommandInput;
92
+ output: UntagResourceCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -126,4 +126,15 @@ declare const UpdateDatasetEntriesCommand_base: {
126
126
  *
127
127
  */
128
128
  export declare class UpdateDatasetEntriesCommand extends UpdateDatasetEntriesCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: UpdateDatasetEntriesRequest;
133
+ output: {};
134
+ };
135
+ sdk: {
136
+ input: UpdateDatasetEntriesCommandInput;
137
+ output: UpdateDatasetEntriesCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -110,4 +110,15 @@ declare const UpdateStreamProcessorCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class UpdateStreamProcessorCommand extends UpdateStreamProcessorCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: UpdateStreamProcessorRequest;
117
+ output: {};
118
+ };
119
+ sdk: {
120
+ input: UpdateStreamProcessorCommandInput;
121
+ output: UpdateStreamProcessorCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -36,4 +36,15 @@ declare const AssociateFacesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class AssociateFacesCommand extends AssociateFacesCommand_base {}
39
+ export declare class AssociateFacesCommand extends AssociateFacesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: AssociateFacesRequest;
43
+ output: AssociateFacesResponse;
44
+ };
45
+ sdk: {
46
+ input: AssociateFacesCommandInput;
47
+ output: AssociateFacesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CompareFacesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CompareFacesCommand extends CompareFacesCommand_base {}
36
+ export declare class CompareFacesCommand extends CompareFacesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CompareFacesRequest;
40
+ output: CompareFacesResponse;
41
+ };
42
+ sdk: {
43
+ input: CompareFacesCommandInput;
44
+ output: CompareFacesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CopyProjectVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CopyProjectVersionCommand extends CopyProjectVersionCommand_base {}
40
+ export declare class CopyProjectVersionCommand extends CopyProjectVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CopyProjectVersionRequest;
44
+ output: CopyProjectVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: CopyProjectVersionCommandInput;
48
+ output: CopyProjectVersionCommandOutput;
49
+ };
50
+ };
51
+ }