@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
@@ -186,4 +186,15 @@ declare const AssociateFacesCommand_base: {
186
186
  *
187
187
  */
188
188
  export declare class AssociateFacesCommand extends AssociateFacesCommand_base {
189
+ /** @internal type navigation helper, not in runtime. */
190
+ protected static __types: {
191
+ api: {
192
+ input: AssociateFacesRequest;
193
+ output: AssociateFacesResponse;
194
+ };
195
+ sdk: {
196
+ input: AssociateFacesCommandInput;
197
+ output: AssociateFacesCommandOutput;
198
+ };
199
+ };
189
200
  }
@@ -285,4 +285,15 @@ declare const CompareFacesCommand_base: {
285
285
  *
286
286
  */
287
287
  export declare class CompareFacesCommand extends CompareFacesCommand_base {
288
+ /** @internal type navigation helper, not in runtime. */
289
+ protected static __types: {
290
+ api: {
291
+ input: CompareFacesRequest;
292
+ output: CompareFacesResponse;
293
+ };
294
+ sdk: {
295
+ input: CompareFacesCommandInput;
296
+ output: CompareFacesCommandOutput;
297
+ };
298
+ };
288
299
  }
@@ -154,4 +154,15 @@ declare const CopyProjectVersionCommand_base: {
154
154
  *
155
155
  */
156
156
  export declare class CopyProjectVersionCommand extends CopyProjectVersionCommand_base {
157
+ /** @internal type navigation helper, not in runtime. */
158
+ protected static __types: {
159
+ api: {
160
+ input: CopyProjectVersionRequest;
161
+ output: CopyProjectVersionResponse;
162
+ };
163
+ sdk: {
164
+ input: CopyProjectVersionCommandInput;
165
+ output: CopyProjectVersionCommandOutput;
166
+ };
167
+ };
157
168
  }
@@ -118,4 +118,15 @@ declare const CreateCollectionCommand_base: {
118
118
  *
119
119
  */
120
120
  export declare class CreateCollectionCommand extends CreateCollectionCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: CreateCollectionRequest;
125
+ output: CreateCollectionResponse;
126
+ };
127
+ sdk: {
128
+ input: CreateCollectionCommandInput;
129
+ output: CreateCollectionCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -150,4 +150,15 @@ declare const CreateDatasetCommand_base: {
150
150
  *
151
151
  */
152
152
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: CreateDatasetRequest;
157
+ output: CreateDatasetResponse;
158
+ };
159
+ sdk: {
160
+ input: CreateDatasetCommandInput;
161
+ output: CreateDatasetCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -91,4 +91,15 @@ declare const CreateFaceLivenessSessionCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class CreateFaceLivenessSessionCommand extends CreateFaceLivenessSessionCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateFaceLivenessSessionRequest;
98
+ output: CreateFaceLivenessSessionResponse;
99
+ };
100
+ sdk: {
101
+ input: CreateFaceLivenessSessionCommandInput;
102
+ output: CreateFaceLivenessSessionCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -110,4 +110,15 @@ declare const CreateProjectCommand_base: {
110
110
  *
111
111
  */
112
112
  export declare class CreateProjectCommand extends CreateProjectCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: CreateProjectRequest;
117
+ output: CreateProjectResponse;
118
+ };
119
+ sdk: {
120
+ input: CreateProjectCommandInput;
121
+ output: CreateProjectCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -183,4 +183,15 @@ declare const CreateProjectVersionCommand_base: {
183
183
  *
184
184
  */
185
185
  export declare class CreateProjectVersionCommand extends CreateProjectVersionCommand_base {
186
+ /** @internal type navigation helper, not in runtime. */
187
+ protected static __types: {
188
+ api: {
189
+ input: CreateProjectVersionRequest;
190
+ output: CreateProjectVersionResponse;
191
+ };
192
+ sdk: {
193
+ input: CreateProjectVersionCommandInput;
194
+ output: CreateProjectVersionCommandOutput;
195
+ };
196
+ };
186
197
  }
@@ -172,4 +172,15 @@ declare const CreateStreamProcessorCommand_base: {
172
172
  * @public
173
173
  */
174
174
  export declare class CreateStreamProcessorCommand extends CreateStreamProcessorCommand_base {
175
+ /** @internal type navigation helper, not in runtime. */
176
+ protected static __types: {
177
+ api: {
178
+ input: CreateStreamProcessorRequest;
179
+ output: CreateStreamProcessorResponse;
180
+ };
181
+ sdk: {
182
+ input: CreateStreamProcessorCommandInput;
183
+ output: CreateStreamProcessorCommandOutput;
184
+ };
185
+ };
175
186
  }
@@ -109,4 +109,15 @@ declare const CreateUserCommand_base: {
109
109
  *
110
110
  */
111
111
  export declare class CreateUserCommand extends CreateUserCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: CreateUserRequest;
116
+ output: {};
117
+ };
118
+ sdk: {
119
+ input: CreateUserCommandInput;
120
+ output: CreateUserCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -97,4 +97,15 @@ declare const DeleteCollectionCommand_base: {
97
97
  *
98
98
  */
99
99
  export declare class DeleteCollectionCommand extends DeleteCollectionCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: DeleteCollectionRequest;
104
+ output: DeleteCollectionResponse;
105
+ };
106
+ sdk: {
107
+ input: DeleteCollectionCommandInput;
108
+ output: DeleteCollectionCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -108,4 +108,15 @@ declare const DeleteDatasetCommand_base: {
108
108
  *
109
109
  */
110
110
  export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DeleteDatasetRequest;
115
+ output: {};
116
+ };
117
+ sdk: {
118
+ input: DeleteDatasetCommandInput;
119
+ output: DeleteDatasetCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -115,4 +115,15 @@ declare const DeleteFacesCommand_base: {
115
115
  *
116
116
  */
117
117
  export declare class DeleteFacesCommand extends DeleteFacesCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: DeleteFacesRequest;
122
+ output: DeleteFacesResponse;
123
+ };
124
+ sdk: {
125
+ input: DeleteFacesCommandInput;
126
+ output: DeleteFacesCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -104,4 +104,15 @@ declare const DeleteProjectCommand_base: {
104
104
  *
105
105
  */
106
106
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DeleteProjectRequest;
111
+ output: DeleteProjectResponse;
112
+ };
113
+ sdk: {
114
+ input: DeleteProjectCommandInput;
115
+ output: DeleteProjectCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -98,4 +98,15 @@ declare const DeleteProjectPolicyCommand_base: {
98
98
  *
99
99
  */
100
100
  export declare class DeleteProjectPolicyCommand extends DeleteProjectPolicyCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: DeleteProjectPolicyRequest;
105
+ output: {};
106
+ };
107
+ sdk: {
108
+ input: DeleteProjectPolicyCommandInput;
109
+ output: DeleteProjectPolicyCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -102,4 +102,15 @@ declare const DeleteProjectVersionCommand_base: {
102
102
  *
103
103
  */
104
104
  export declare class DeleteProjectVersionCommand extends DeleteProjectVersionCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: DeleteProjectVersionRequest;
109
+ output: DeleteProjectVersionResponse;
110
+ };
111
+ sdk: {
112
+ input: DeleteProjectVersionCommandInput;
113
+ output: DeleteProjectVersionCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -79,4 +79,15 @@ declare const DeleteStreamProcessorCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteStreamProcessorCommand extends DeleteStreamProcessorCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteStreamProcessorRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteStreamProcessorCommandInput;
90
+ output: DeleteStreamProcessorCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -102,4 +102,15 @@ declare const DeleteUserCommand_base: {
102
102
  *
103
103
  */
104
104
  export declare class DeleteUserCommand extends DeleteUserCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: DeleteUserRequest;
109
+ output: {};
110
+ };
111
+ sdk: {
112
+ input: DeleteUserCommandInput;
113
+ output: DeleteUserCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -85,4 +85,15 @@ declare const DescribeCollectionCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class DescribeCollectionCommand extends DescribeCollectionCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: DescribeCollectionRequest;
92
+ output: DescribeCollectionResponse;
93
+ };
94
+ sdk: {
95
+ input: DescribeCollectionCommandInput;
96
+ output: DescribeCollectionCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -124,4 +124,15 @@ declare const DescribeDatasetCommand_base: {
124
124
  *
125
125
  */
126
126
  export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: DescribeDatasetRequest;
131
+ output: DescribeDatasetResponse;
132
+ };
133
+ sdk: {
134
+ input: DescribeDatasetCommandInput;
135
+ output: DescribeDatasetCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -301,4 +301,15 @@ declare const DescribeProjectVersionsCommand_base: {
301
301
  *
302
302
  */
303
303
  export declare class DescribeProjectVersionsCommand extends DescribeProjectVersionsCommand_base {
304
+ /** @internal type navigation helper, not in runtime. */
305
+ protected static __types: {
306
+ api: {
307
+ input: DescribeProjectVersionsRequest;
308
+ output: DescribeProjectVersionsResponse;
309
+ };
310
+ sdk: {
311
+ input: DescribeProjectVersionsCommandInput;
312
+ output: DescribeProjectVersionsCommandOutput;
313
+ };
314
+ };
304
315
  }
@@ -146,4 +146,15 @@ declare const DescribeProjectsCommand_base: {
146
146
  *
147
147
  */
148
148
  export declare class DescribeProjectsCommand extends DescribeProjectsCommand_base {
149
+ /** @internal type navigation helper, not in runtime. */
150
+ protected static __types: {
151
+ api: {
152
+ input: DescribeProjectsRequest;
153
+ output: DescribeProjectsResponse;
154
+ };
155
+ sdk: {
156
+ input: DescribeProjectsCommandInput;
157
+ output: DescribeProjectsCommandOutput;
158
+ };
159
+ };
149
160
  }
@@ -133,4 +133,15 @@ declare const DescribeStreamProcessorCommand_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class DescribeStreamProcessorCommand extends DescribeStreamProcessorCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: DescribeStreamProcessorRequest;
140
+ output: DescribeStreamProcessorResponse;
141
+ };
142
+ sdk: {
143
+ input: DescribeStreamProcessorCommandInput;
144
+ output: DescribeStreamProcessorCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -199,4 +199,15 @@ declare const DetectCustomLabelsCommand_base: {
199
199
  *
200
200
  */
201
201
  export declare class DetectCustomLabelsCommand extends DetectCustomLabelsCommand_base {
202
+ /** @internal type navigation helper, not in runtime. */
203
+ protected static __types: {
204
+ api: {
205
+ input: DetectCustomLabelsRequest;
206
+ output: DetectCustomLabelsResponse;
207
+ };
208
+ sdk: {
209
+ input: DetectCustomLabelsCommandInput;
210
+ output: DetectCustomLabelsCommandOutput;
211
+ };
212
+ };
202
213
  }
@@ -260,4 +260,15 @@ declare const DetectFacesCommand_base: {
260
260
  *
261
261
  */
262
262
  export declare class DetectFacesCommand extends DetectFacesCommand_base {
263
+ /** @internal type navigation helper, not in runtime. */
264
+ protected static __types: {
265
+ api: {
266
+ input: DetectFacesRequest;
267
+ output: DetectFacesResponse;
268
+ };
269
+ sdk: {
270
+ input: DetectFacesCommandInput;
271
+ output: DetectFacesCommandOutput;
272
+ };
273
+ };
263
274
  }
@@ -342,4 +342,15 @@ declare const DetectLabelsCommand_base: {
342
342
  *
343
343
  */
344
344
  export declare class DetectLabelsCommand extends DetectLabelsCommand_base {
345
+ /** @internal type navigation helper, not in runtime. */
346
+ protected static __types: {
347
+ api: {
348
+ input: DetectLabelsRequest;
349
+ output: DetectLabelsResponse;
350
+ };
351
+ sdk: {
352
+ input: DetectLabelsCommandInput;
353
+ output: DetectLabelsCommandOutput;
354
+ };
355
+ };
345
356
  }
@@ -151,4 +151,15 @@ declare const DetectModerationLabelsCommand_base: {
151
151
  * @public
152
152
  */
153
153
  export declare class DetectModerationLabelsCommand extends DetectModerationLabelsCommand_base {
154
+ /** @internal type navigation helper, not in runtime. */
155
+ protected static __types: {
156
+ api: {
157
+ input: DetectModerationLabelsRequest;
158
+ output: DetectModerationLabelsResponse;
159
+ };
160
+ sdk: {
161
+ input: DetectModerationLabelsCommandInput;
162
+ output: DetectModerationLabelsCommandOutput;
163
+ };
164
+ };
154
165
  }
@@ -180,4 +180,15 @@ declare const DetectProtectiveEquipmentCommand_base: {
180
180
  * @public
181
181
  */
182
182
  export declare class DetectProtectiveEquipmentCommand extends DetectProtectiveEquipmentCommand_base {
183
+ /** @internal type navigation helper, not in runtime. */
184
+ protected static __types: {
185
+ api: {
186
+ input: DetectProtectiveEquipmentRequest;
187
+ output: DetectProtectiveEquipmentResponse;
188
+ };
189
+ sdk: {
190
+ input: DetectProtectiveEquipmentCommandInput;
191
+ output: DetectProtectiveEquipmentCommandOutput;
192
+ };
193
+ };
183
194
  }
@@ -161,4 +161,15 @@ declare const DetectTextCommand_base: {
161
161
  * @public
162
162
  */
163
163
  export declare class DetectTextCommand extends DetectTextCommand_base {
164
+ /** @internal type navigation helper, not in runtime. */
165
+ protected static __types: {
166
+ api: {
167
+ input: DetectTextRequest;
168
+ output: DetectTextResponse;
169
+ };
170
+ sdk: {
171
+ input: DetectTextCommandInput;
172
+ output: DetectTextCommandOutput;
173
+ };
174
+ };
164
175
  }
@@ -147,4 +147,15 @@ declare const DisassociateFacesCommand_base: {
147
147
  *
148
148
  */
149
149
  export declare class DisassociateFacesCommand extends DisassociateFacesCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: DisassociateFacesRequest;
154
+ output: DisassociateFacesResponse;
155
+ };
156
+ sdk: {
157
+ input: DisassociateFacesCommandInput;
158
+ output: DisassociateFacesCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -115,4 +115,15 @@ declare const DistributeDatasetEntriesCommand_base: {
115
115
  *
116
116
  */
117
117
  export declare class DistributeDatasetEntriesCommand extends DistributeDatasetEntriesCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: DistributeDatasetEntriesRequest;
122
+ output: {};
123
+ };
124
+ sdk: {
125
+ input: DistributeDatasetEntriesCommandInput;
126
+ output: DistributeDatasetEntriesCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -89,4 +89,15 @@ declare const GetCelebrityInfoCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class GetCelebrityInfoCommand extends GetCelebrityInfoCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: GetCelebrityInfoRequest;
96
+ output: GetCelebrityInfoResponse;
97
+ };
98
+ sdk: {
99
+ input: GetCelebrityInfoCommandInput;
100
+ output: GetCelebrityInfoCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -239,4 +239,15 @@ declare const GetCelebrityRecognitionCommand_base: {
239
239
  * @public
240
240
  */
241
241
  export declare class GetCelebrityRecognitionCommand extends GetCelebrityRecognitionCommand_base {
242
+ /** @internal type navigation helper, not in runtime. */
243
+ protected static __types: {
244
+ api: {
245
+ input: GetCelebrityRecognitionRequest;
246
+ output: GetCelebrityRecognitionResponse;
247
+ };
248
+ sdk: {
249
+ input: GetCelebrityRecognitionCommandInput;
250
+ output: GetCelebrityRecognitionCommandOutput;
251
+ };
252
+ };
242
253
  }
@@ -155,4 +155,15 @@ declare const GetContentModerationCommand_base: {
155
155
  * @public
156
156
  */
157
157
  export declare class GetContentModerationCommand extends GetContentModerationCommand_base {
158
+ /** @internal type navigation helper, not in runtime. */
159
+ protected static __types: {
160
+ api: {
161
+ input: GetContentModerationRequest;
162
+ output: GetContentModerationResponse;
163
+ };
164
+ sdk: {
165
+ input: GetContentModerationCommandInput;
166
+ output: GetContentModerationCommandOutput;
167
+ };
168
+ };
158
169
  }
@@ -197,4 +197,15 @@ declare const GetFaceDetectionCommand_base: {
197
197
  * @public
198
198
  */
199
199
  export declare class GetFaceDetectionCommand extends GetFaceDetectionCommand_base {
200
+ /** @internal type navigation helper, not in runtime. */
201
+ protected static __types: {
202
+ api: {
203
+ input: GetFaceDetectionRequest;
204
+ output: GetFaceDetectionResponse;
205
+ };
206
+ sdk: {
207
+ input: GetFaceDetectionCommandInput;
208
+ output: GetFaceDetectionCommandOutput;
209
+ };
210
+ };
200
211
  }
@@ -117,4 +117,15 @@ declare const GetFaceLivenessSessionResultsCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class GetFaceLivenessSessionResultsCommand extends GetFaceLivenessSessionResultsCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: GetFaceLivenessSessionResultsRequest;
124
+ output: GetFaceLivenessSessionResultsResponse;
125
+ };
126
+ sdk: {
127
+ input: GetFaceLivenessSessionResultsCommandInput;
128
+ output: GetFaceLivenessSessionResultsCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -235,4 +235,15 @@ declare const GetFaceSearchCommand_base: {
235
235
  * @public
236
236
  */
237
237
  export declare class GetFaceSearchCommand extends GetFaceSearchCommand_base {
238
+ /** @internal type navigation helper, not in runtime. */
239
+ protected static __types: {
240
+ api: {
241
+ input: GetFaceSearchRequest;
242
+ output: GetFaceSearchResponse;
243
+ };
244
+ sdk: {
245
+ input: GetFaceSearchCommandInput;
246
+ output: GetFaceSearchCommandOutput;
247
+ };
248
+ };
238
249
  }
@@ -225,4 +225,15 @@ declare const GetLabelDetectionCommand_base: {
225
225
  * @public
226
226
  */
227
227
  export declare class GetLabelDetectionCommand extends GetLabelDetectionCommand_base {
228
+ /** @internal type navigation helper, not in runtime. */
229
+ protected static __types: {
230
+ api: {
231
+ input: GetLabelDetectionRequest;
232
+ output: GetLabelDetectionResponse;
233
+ };
234
+ sdk: {
235
+ input: GetLabelDetectionCommandInput;
236
+ output: GetLabelDetectionCommandOutput;
237
+ };
238
+ };
228
239
  }
@@ -169,4 +169,15 @@ declare const GetMediaAnalysisJobCommand_base: {
169
169
  *
170
170
  */
171
171
  export declare class GetMediaAnalysisJobCommand extends GetMediaAnalysisJobCommand_base {
172
+ /** @internal type navigation helper, not in runtime. */
173
+ protected static __types: {
174
+ api: {
175
+ input: GetMediaAnalysisJobRequest;
176
+ output: GetMediaAnalysisJobResponse;
177
+ };
178
+ sdk: {
179
+ input: GetMediaAnalysisJobCommandInput;
180
+ output: GetMediaAnalysisJobCommandOutput;
181
+ };
182
+ };
172
183
  }