@aws-sdk/client-rekognition 3.169.0 → 3.171.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Rekognition.d.ts +1075 -320
- package/dist-types/ts3.4/RekognitionClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2121 -2714
- package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,2714 +1,2121 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export interface
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export interface
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
export interface
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
}
|
|
361
|
-
export interface
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
export
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
export
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
export interface
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
export
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
}
|
|
666
|
-
export interface
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
export interface
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
export interface
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
export
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
}
|
|
759
|
-
export
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
export interface
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
}
|
|
861
|
-
export
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
}
|
|
877
|
-
export interface
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
}
|
|
881
|
-
export
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
export
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
export interface
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
export interface
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
export
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
export interface
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
export interface
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
}
|
|
1271
|
-
export interface
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
export interface
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
}
|
|
1348
|
-
export interface
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
export interface
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
}
|
|
1402
|
-
export interface
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
export interface
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
export
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
export declare
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
export declare
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
export
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
export
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
export
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
export
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
export
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
export declare
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
export
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
export
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
export
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
export
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
export
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
export
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
export
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
export
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
export
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
export
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
export declare
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
export
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
export
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
export declare
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
export
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
export
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
export
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
export
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
export
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
export interface StartSegmentDetectionFilters {
|
|
2124
|
-
|
|
2125
|
-
TechnicalCueFilter?: StartTechnicalCueDetectionFilter;
|
|
2126
|
-
|
|
2127
|
-
ShotFilter?: StartShotDetectionFilter;
|
|
2128
|
-
}
|
|
2129
|
-
export interface StartSegmentDetectionRequest {
|
|
2130
|
-
|
|
2131
|
-
Video: Video | undefined;
|
|
2132
|
-
|
|
2133
|
-
ClientRequestToken?: string;
|
|
2134
|
-
|
|
2135
|
-
NotificationChannel?: NotificationChannel;
|
|
2136
|
-
|
|
2137
|
-
JobTag?: string;
|
|
2138
|
-
|
|
2139
|
-
Filters?: StartSegmentDetectionFilters;
|
|
2140
|
-
|
|
2141
|
-
SegmentTypes: (SegmentType | string)[] | undefined;
|
|
2142
|
-
}
|
|
2143
|
-
export interface StartSegmentDetectionResponse {
|
|
2144
|
-
|
|
2145
|
-
JobId?: string;
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
|
-
export interface StreamProcessingStartSelector {
|
|
2149
|
-
|
|
2150
|
-
KVSStreamStartSelector?: KinesisVideoStreamStartSelector;
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
|
-
export interface StreamProcessingStopSelector {
|
|
2154
|
-
|
|
2155
|
-
MaxDurationInSeconds?: number;
|
|
2156
|
-
}
|
|
2157
|
-
export interface StartStreamProcessorRequest {
|
|
2158
|
-
|
|
2159
|
-
Name: string | undefined;
|
|
2160
|
-
|
|
2161
|
-
StartSelector?: StreamProcessingStartSelector;
|
|
2162
|
-
|
|
2163
|
-
StopSelector?: StreamProcessingStopSelector;
|
|
2164
|
-
}
|
|
2165
|
-
export interface StartStreamProcessorResponse {
|
|
2166
|
-
|
|
2167
|
-
SessionId?: string;
|
|
2168
|
-
}
|
|
2169
|
-
|
|
2170
|
-
export interface StartTextDetectionFilters {
|
|
2171
|
-
|
|
2172
|
-
WordFilter?: DetectionFilter;
|
|
2173
|
-
|
|
2174
|
-
RegionsOfInterest?: RegionOfInterest[];
|
|
2175
|
-
}
|
|
2176
|
-
export interface StartTextDetectionRequest {
|
|
2177
|
-
|
|
2178
|
-
Video: Video | undefined;
|
|
2179
|
-
|
|
2180
|
-
ClientRequestToken?: string;
|
|
2181
|
-
|
|
2182
|
-
NotificationChannel?: NotificationChannel;
|
|
2183
|
-
|
|
2184
|
-
JobTag?: string;
|
|
2185
|
-
|
|
2186
|
-
Filters?: StartTextDetectionFilters;
|
|
2187
|
-
}
|
|
2188
|
-
export interface StartTextDetectionResponse {
|
|
2189
|
-
|
|
2190
|
-
JobId?: string;
|
|
2191
|
-
}
|
|
2192
|
-
export interface StopProjectVersionRequest {
|
|
2193
|
-
|
|
2194
|
-
ProjectVersionArn: string | undefined;
|
|
2195
|
-
}
|
|
2196
|
-
export interface StopProjectVersionResponse {
|
|
2197
|
-
|
|
2198
|
-
Status?: ProjectVersionStatus | string;
|
|
2199
|
-
}
|
|
2200
|
-
export interface StopStreamProcessorRequest {
|
|
2201
|
-
|
|
2202
|
-
Name: string | undefined;
|
|
2203
|
-
}
|
|
2204
|
-
export interface StopStreamProcessorResponse {
|
|
2205
|
-
}
|
|
2206
|
-
export interface TagResourceRequest {
|
|
2207
|
-
|
|
2208
|
-
ResourceArn: string | undefined;
|
|
2209
|
-
|
|
2210
|
-
Tags: Record<string, string> | undefined;
|
|
2211
|
-
}
|
|
2212
|
-
export interface TagResourceResponse {
|
|
2213
|
-
}
|
|
2214
|
-
export interface UntagResourceRequest {
|
|
2215
|
-
|
|
2216
|
-
ResourceArn: string | undefined;
|
|
2217
|
-
|
|
2218
|
-
TagKeys: string[] | undefined;
|
|
2219
|
-
}
|
|
2220
|
-
export interface UntagResourceResponse {
|
|
2221
|
-
}
|
|
2222
|
-
export interface UpdateDatasetEntriesRequest {
|
|
2223
|
-
|
|
2224
|
-
DatasetArn: string | undefined;
|
|
2225
|
-
|
|
2226
|
-
Changes: DatasetChanges | undefined;
|
|
2227
|
-
}
|
|
2228
|
-
export interface UpdateDatasetEntriesResponse {
|
|
2229
|
-
}
|
|
2230
|
-
export declare enum StreamProcessorParameterToDelete {
|
|
2231
|
-
ConnectedHomeMinConfidence = "ConnectedHomeMinConfidence",
|
|
2232
|
-
RegionsOfInterest = "RegionsOfInterest"
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
export interface StreamProcessorSettingsForUpdate {
|
|
2236
|
-
|
|
2237
|
-
ConnectedHomeForUpdate?: ConnectedHomeSettingsForUpdate;
|
|
2238
|
-
}
|
|
2239
|
-
export interface UpdateStreamProcessorRequest {
|
|
2240
|
-
|
|
2241
|
-
Name: string | undefined;
|
|
2242
|
-
|
|
2243
|
-
SettingsForUpdate?: StreamProcessorSettingsForUpdate;
|
|
2244
|
-
|
|
2245
|
-
RegionsOfInterestForUpdate?: RegionOfInterest[];
|
|
2246
|
-
|
|
2247
|
-
DataSharingPreferenceForUpdate?: StreamProcessorDataSharingPreference;
|
|
2248
|
-
|
|
2249
|
-
ParametersToDelete?: (StreamProcessorParameterToDelete | string)[];
|
|
2250
|
-
}
|
|
2251
|
-
export interface UpdateStreamProcessorResponse {
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
export declare const AgeRangeFilterSensitiveLog: (obj: AgeRange) => any;
|
|
2255
|
-
|
|
2256
|
-
export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
|
|
2257
|
-
|
|
2258
|
-
export declare const GroundTruthManifestFilterSensitiveLog: (obj: GroundTruthManifest) => any;
|
|
2259
|
-
|
|
2260
|
-
export declare const AssetFilterSensitiveLog: (obj: Asset) => any;
|
|
2261
|
-
|
|
2262
|
-
export declare const AudioMetadataFilterSensitiveLog: (obj: AudioMetadata) => any;
|
|
2263
|
-
|
|
2264
|
-
export declare const BeardFilterSensitiveLog: (obj: Beard) => any;
|
|
2265
|
-
|
|
2266
|
-
export declare const BlackFrameFilterSensitiveLog: (obj: BlackFrame) => any;
|
|
2267
|
-
|
|
2268
|
-
export declare const BoundingBoxFilterSensitiveLog: (obj: BoundingBox) => any;
|
|
2269
|
-
|
|
2270
|
-
export declare const CoversBodyPartFilterSensitiveLog: (obj: CoversBodyPart) => any;
|
|
2271
|
-
|
|
2272
|
-
export declare const EquipmentDetectionFilterSensitiveLog: (obj: EquipmentDetection) => any;
|
|
2273
|
-
|
|
2274
|
-
export declare const ProtectiveEquipmentBodyPartFilterSensitiveLog: (obj: ProtectiveEquipmentBodyPart) => any;
|
|
2275
|
-
|
|
2276
|
-
export declare const EmotionFilterSensitiveLog: (obj: Emotion) => any;
|
|
2277
|
-
|
|
2278
|
-
export declare const LandmarkFilterSensitiveLog: (obj: Landmark) => any;
|
|
2279
|
-
|
|
2280
|
-
export declare const PoseFilterSensitiveLog: (obj: Pose) => any;
|
|
2281
|
-
|
|
2282
|
-
export declare const ImageQualityFilterSensitiveLog: (obj: ImageQuality) => any;
|
|
2283
|
-
|
|
2284
|
-
export declare const SmileFilterSensitiveLog: (obj: Smile) => any;
|
|
2285
|
-
|
|
2286
|
-
export declare const ComparedFaceFilterSensitiveLog: (obj: ComparedFace) => any;
|
|
2287
|
-
|
|
2288
|
-
export declare const KnownGenderFilterSensitiveLog: (obj: KnownGender) => any;
|
|
2289
|
-
|
|
2290
|
-
export declare const CelebrityFilterSensitiveLog: (obj: Celebrity) => any;
|
|
2291
|
-
|
|
2292
|
-
export declare const EyeglassesFilterSensitiveLog: (obj: Eyeglasses) => any;
|
|
2293
|
-
|
|
2294
|
-
export declare const EyeOpenFilterSensitiveLog: (obj: EyeOpen) => any;
|
|
2295
|
-
|
|
2296
|
-
export declare const GenderFilterSensitiveLog: (obj: Gender) => any;
|
|
2297
|
-
|
|
2298
|
-
export declare const MouthOpenFilterSensitiveLog: (obj: MouthOpen) => any;
|
|
2299
|
-
|
|
2300
|
-
export declare const MustacheFilterSensitiveLog: (obj: Mustache) => any;
|
|
2301
|
-
|
|
2302
|
-
export declare const SunglassesFilterSensitiveLog: (obj: Sunglasses) => any;
|
|
2303
|
-
|
|
2304
|
-
export declare const FaceDetailFilterSensitiveLog: (obj: FaceDetail) => any;
|
|
2305
|
-
|
|
2306
|
-
export declare const CelebrityDetailFilterSensitiveLog: (obj: CelebrityDetail) => any;
|
|
2307
|
-
|
|
2308
|
-
export declare const CelebrityRecognitionFilterSensitiveLog: (obj: CelebrityRecognition) => any;
|
|
2309
|
-
|
|
2310
|
-
export declare const ComparedSourceImageFaceFilterSensitiveLog: (obj: ComparedSourceImageFace) => any;
|
|
2311
|
-
|
|
2312
|
-
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
2313
|
-
|
|
2314
|
-
export declare const CompareFacesRequestFilterSensitiveLog: (obj: CompareFacesRequest) => any;
|
|
2315
|
-
|
|
2316
|
-
export declare const CompareFacesMatchFilterSensitiveLog: (obj: CompareFacesMatch) => any;
|
|
2317
|
-
|
|
2318
|
-
export declare const CompareFacesResponseFilterSensitiveLog: (obj: CompareFacesResponse) => any;
|
|
2319
|
-
|
|
2320
|
-
export declare const ConnectedHomeSettingsFilterSensitiveLog: (obj: ConnectedHomeSettings) => any;
|
|
2321
|
-
|
|
2322
|
-
export declare const ConnectedHomeSettingsForUpdateFilterSensitiveLog: (obj: ConnectedHomeSettingsForUpdate) => any;
|
|
2323
|
-
|
|
2324
|
-
export declare const ModerationLabelFilterSensitiveLog: (obj: ModerationLabel) => any;
|
|
2325
|
-
|
|
2326
|
-
export declare const ContentModerationDetectionFilterSensitiveLog: (obj: ContentModerationDetection) => any;
|
|
2327
|
-
|
|
2328
|
-
export declare const OutputConfigFilterSensitiveLog: (obj: OutputConfig) => any;
|
|
2329
|
-
|
|
2330
|
-
export declare const CopyProjectVersionRequestFilterSensitiveLog: (obj: CopyProjectVersionRequest) => any;
|
|
2331
|
-
|
|
2332
|
-
export declare const CopyProjectVersionResponseFilterSensitiveLog: (obj: CopyProjectVersionResponse) => any;
|
|
2333
|
-
|
|
2334
|
-
export declare const CreateCollectionRequestFilterSensitiveLog: (obj: CreateCollectionRequest) => any;
|
|
2335
|
-
|
|
2336
|
-
export declare const CreateCollectionResponseFilterSensitiveLog: (obj: CreateCollectionResponse) => any;
|
|
2337
|
-
|
|
2338
|
-
export declare const DatasetSourceFilterSensitiveLog: (obj: DatasetSource) => any;
|
|
2339
|
-
|
|
2340
|
-
export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
|
|
2341
|
-
|
|
2342
|
-
export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
|
|
2343
|
-
|
|
2344
|
-
export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
2345
|
-
|
|
2346
|
-
export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
|
|
2347
|
-
|
|
2348
|
-
export declare const TestingDataFilterSensitiveLog: (obj: TestingData) => any;
|
|
2349
|
-
|
|
2350
|
-
export declare const TrainingDataFilterSensitiveLog: (obj: TrainingData) => any;
|
|
2351
|
-
|
|
2352
|
-
export declare const CreateProjectVersionRequestFilterSensitiveLog: (obj: CreateProjectVersionRequest) => any;
|
|
2353
|
-
|
|
2354
|
-
export declare const CreateProjectVersionResponseFilterSensitiveLog: (obj: CreateProjectVersionResponse) => any;
|
|
2355
|
-
|
|
2356
|
-
export declare const StreamProcessorDataSharingPreferenceFilterSensitiveLog: (obj: StreamProcessorDataSharingPreference) => any;
|
|
2357
|
-
|
|
2358
|
-
export declare const KinesisVideoStreamFilterSensitiveLog: (obj: KinesisVideoStream) => any;
|
|
2359
|
-
|
|
2360
|
-
export declare const StreamProcessorInputFilterSensitiveLog: (obj: StreamProcessorInput) => any;
|
|
2361
|
-
|
|
2362
|
-
export declare const StreamProcessorNotificationChannelFilterSensitiveLog: (obj: StreamProcessorNotificationChannel) => any;
|
|
2363
|
-
|
|
2364
|
-
export declare const KinesisDataStreamFilterSensitiveLog: (obj: KinesisDataStream) => any;
|
|
2365
|
-
|
|
2366
|
-
export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => any;
|
|
2367
|
-
|
|
2368
|
-
export declare const StreamProcessorOutputFilterSensitiveLog: (obj: StreamProcessorOutput) => any;
|
|
2369
|
-
|
|
2370
|
-
export declare const PointFilterSensitiveLog: (obj: Point) => any;
|
|
2371
|
-
|
|
2372
|
-
export declare const RegionOfInterestFilterSensitiveLog: (obj: RegionOfInterest) => any;
|
|
2373
|
-
|
|
2374
|
-
export declare const FaceSearchSettingsFilterSensitiveLog: (obj: FaceSearchSettings) => any;
|
|
2375
|
-
|
|
2376
|
-
export declare const StreamProcessorSettingsFilterSensitiveLog: (obj: StreamProcessorSettings) => any;
|
|
2377
|
-
|
|
2378
|
-
export declare const CreateStreamProcessorRequestFilterSensitiveLog: (obj: CreateStreamProcessorRequest) => any;
|
|
2379
|
-
|
|
2380
|
-
export declare const CreateStreamProcessorResponseFilterSensitiveLog: (obj: CreateStreamProcessorResponse) => any;
|
|
2381
|
-
|
|
2382
|
-
export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
|
|
2383
|
-
|
|
2384
|
-
export declare const CustomLabelFilterSensitiveLog: (obj: CustomLabel) => any;
|
|
2385
|
-
|
|
2386
|
-
export declare const DatasetChangesFilterSensitiveLog: (obj: DatasetChanges) => any;
|
|
2387
|
-
|
|
2388
|
-
export declare const DatasetStatsFilterSensitiveLog: (obj: DatasetStats) => any;
|
|
2389
|
-
|
|
2390
|
-
export declare const DatasetDescriptionFilterSensitiveLog: (obj: DatasetDescription) => any;
|
|
2391
|
-
|
|
2392
|
-
export declare const DatasetLabelStatsFilterSensitiveLog: (obj: DatasetLabelStats) => any;
|
|
2393
|
-
|
|
2394
|
-
export declare const DatasetLabelDescriptionFilterSensitiveLog: (obj: DatasetLabelDescription) => any;
|
|
2395
|
-
|
|
2396
|
-
export declare const DatasetMetadataFilterSensitiveLog: (obj: DatasetMetadata) => any;
|
|
2397
|
-
|
|
2398
|
-
export declare const DeleteCollectionRequestFilterSensitiveLog: (obj: DeleteCollectionRequest) => any;
|
|
2399
|
-
|
|
2400
|
-
export declare const DeleteCollectionResponseFilterSensitiveLog: (obj: DeleteCollectionResponse) => any;
|
|
2401
|
-
|
|
2402
|
-
export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
|
|
2403
|
-
|
|
2404
|
-
export declare const DeleteDatasetResponseFilterSensitiveLog: (obj: DeleteDatasetResponse) => any;
|
|
2405
|
-
|
|
2406
|
-
export declare const DeleteFacesRequestFilterSensitiveLog: (obj: DeleteFacesRequest) => any;
|
|
2407
|
-
|
|
2408
|
-
export declare const DeleteFacesResponseFilterSensitiveLog: (obj: DeleteFacesResponse) => any;
|
|
2409
|
-
|
|
2410
|
-
export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
|
|
2411
|
-
|
|
2412
|
-
export declare const DeleteProjectResponseFilterSensitiveLog: (obj: DeleteProjectResponse) => any;
|
|
2413
|
-
|
|
2414
|
-
export declare const DeleteProjectPolicyRequestFilterSensitiveLog: (obj: DeleteProjectPolicyRequest) => any;
|
|
2415
|
-
|
|
2416
|
-
export declare const DeleteProjectPolicyResponseFilterSensitiveLog: (obj: DeleteProjectPolicyResponse) => any;
|
|
2417
|
-
|
|
2418
|
-
export declare const DeleteProjectVersionRequestFilterSensitiveLog: (obj: DeleteProjectVersionRequest) => any;
|
|
2419
|
-
|
|
2420
|
-
export declare const DeleteProjectVersionResponseFilterSensitiveLog: (obj: DeleteProjectVersionResponse) => any;
|
|
2421
|
-
|
|
2422
|
-
export declare const DeleteStreamProcessorRequestFilterSensitiveLog: (obj: DeleteStreamProcessorRequest) => any;
|
|
2423
|
-
|
|
2424
|
-
export declare const DeleteStreamProcessorResponseFilterSensitiveLog: (obj: DeleteStreamProcessorResponse) => any;
|
|
2425
|
-
|
|
2426
|
-
export declare const DescribeCollectionRequestFilterSensitiveLog: (obj: DescribeCollectionRequest) => any;
|
|
2427
|
-
|
|
2428
|
-
export declare const DescribeCollectionResponseFilterSensitiveLog: (obj: DescribeCollectionResponse) => any;
|
|
2429
|
-
|
|
2430
|
-
export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
|
|
2431
|
-
|
|
2432
|
-
export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
|
|
2433
|
-
|
|
2434
|
-
export declare const DescribeProjectsRequestFilterSensitiveLog: (obj: DescribeProjectsRequest) => any;
|
|
2435
|
-
|
|
2436
|
-
export declare const ProjectDescriptionFilterSensitiveLog: (obj: ProjectDescription) => any;
|
|
2437
|
-
|
|
2438
|
-
export declare const DescribeProjectsResponseFilterSensitiveLog: (obj: DescribeProjectsResponse) => any;
|
|
2439
|
-
|
|
2440
|
-
export declare const DescribeProjectVersionsRequestFilterSensitiveLog: (obj: DescribeProjectVersionsRequest) => any;
|
|
2441
|
-
|
|
2442
|
-
export declare const SummaryFilterSensitiveLog: (obj: Summary) => any;
|
|
2443
|
-
|
|
2444
|
-
export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
|
|
2445
|
-
|
|
2446
|
-
export declare const ValidationDataFilterSensitiveLog: (obj: ValidationData) => any;
|
|
2447
|
-
|
|
2448
|
-
export declare const TestingDataResultFilterSensitiveLog: (obj: TestingDataResult) => any;
|
|
2449
|
-
|
|
2450
|
-
export declare const TrainingDataResultFilterSensitiveLog: (obj: TrainingDataResult) => any;
|
|
2451
|
-
|
|
2452
|
-
export declare const ProjectVersionDescriptionFilterSensitiveLog: (obj: ProjectVersionDescription) => any;
|
|
2453
|
-
|
|
2454
|
-
export declare const DescribeProjectVersionsResponseFilterSensitiveLog: (obj: DescribeProjectVersionsResponse) => any;
|
|
2455
|
-
|
|
2456
|
-
export declare const DescribeStreamProcessorRequestFilterSensitiveLog: (obj: DescribeStreamProcessorRequest) => any;
|
|
2457
|
-
|
|
2458
|
-
export declare const DescribeStreamProcessorResponseFilterSensitiveLog: (obj: DescribeStreamProcessorResponse) => any;
|
|
2459
|
-
|
|
2460
|
-
export declare const DetectCustomLabelsRequestFilterSensitiveLog: (obj: DetectCustomLabelsRequest) => any;
|
|
2461
|
-
|
|
2462
|
-
export declare const DetectCustomLabelsResponseFilterSensitiveLog: (obj: DetectCustomLabelsResponse) => any;
|
|
2463
|
-
|
|
2464
|
-
export declare const DetectFacesRequestFilterSensitiveLog: (obj: DetectFacesRequest) => any;
|
|
2465
|
-
|
|
2466
|
-
export declare const DetectFacesResponseFilterSensitiveLog: (obj: DetectFacesResponse) => any;
|
|
2467
|
-
|
|
2468
|
-
export declare const DetectionFilterFilterSensitiveLog: (obj: DetectionFilter) => any;
|
|
2469
|
-
|
|
2470
|
-
export declare const DetectLabelsRequestFilterSensitiveLog: (obj: DetectLabelsRequest) => any;
|
|
2471
|
-
|
|
2472
|
-
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
2473
|
-
|
|
2474
|
-
export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
|
|
2475
|
-
|
|
2476
|
-
export declare const LabelFilterSensitiveLog: (obj: Label) => any;
|
|
2477
|
-
|
|
2478
|
-
export declare const DetectLabelsResponseFilterSensitiveLog: (obj: DetectLabelsResponse) => any;
|
|
2479
|
-
|
|
2480
|
-
export declare const HumanLoopDataAttributesFilterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
|
|
2481
|
-
|
|
2482
|
-
export declare const HumanLoopConfigFilterSensitiveLog: (obj: HumanLoopConfig) => any;
|
|
2483
|
-
|
|
2484
|
-
export declare const DetectModerationLabelsRequestFilterSensitiveLog: (obj: DetectModerationLabelsRequest) => any;
|
|
2485
|
-
|
|
2486
|
-
export declare const HumanLoopActivationOutputFilterSensitiveLog: (obj: HumanLoopActivationOutput) => any;
|
|
2487
|
-
|
|
2488
|
-
export declare const DetectModerationLabelsResponseFilterSensitiveLog: (obj: DetectModerationLabelsResponse) => any;
|
|
2489
|
-
|
|
2490
|
-
export declare const ProtectiveEquipmentSummarizationAttributesFilterSensitiveLog: (obj: ProtectiveEquipmentSummarizationAttributes) => any;
|
|
2491
|
-
|
|
2492
|
-
export declare const DetectProtectiveEquipmentRequestFilterSensitiveLog: (obj: DetectProtectiveEquipmentRequest) => any;
|
|
2493
|
-
|
|
2494
|
-
export declare const ProtectiveEquipmentPersonFilterSensitiveLog: (obj: ProtectiveEquipmentPerson) => any;
|
|
2495
|
-
|
|
2496
|
-
export declare const ProtectiveEquipmentSummaryFilterSensitiveLog: (obj: ProtectiveEquipmentSummary) => any;
|
|
2497
|
-
|
|
2498
|
-
export declare const DetectProtectiveEquipmentResponseFilterSensitiveLog: (obj: DetectProtectiveEquipmentResponse) => any;
|
|
2499
|
-
|
|
2500
|
-
export declare const DetectTextFiltersFilterSensitiveLog: (obj: DetectTextFilters) => any;
|
|
2501
|
-
|
|
2502
|
-
export declare const DetectTextRequestFilterSensitiveLog: (obj: DetectTextRequest) => any;
|
|
2503
|
-
|
|
2504
|
-
export declare const TextDetectionFilterSensitiveLog: (obj: TextDetection) => any;
|
|
2505
|
-
|
|
2506
|
-
export declare const DetectTextResponseFilterSensitiveLog: (obj: DetectTextResponse) => any;
|
|
2507
|
-
|
|
2508
|
-
export declare const DistributeDatasetFilterSensitiveLog: (obj: DistributeDataset) => any;
|
|
2509
|
-
|
|
2510
|
-
export declare const DistributeDatasetEntriesRequestFilterSensitiveLog: (obj: DistributeDatasetEntriesRequest) => any;
|
|
2511
|
-
|
|
2512
|
-
export declare const DistributeDatasetEntriesResponseFilterSensitiveLog: (obj: DistributeDatasetEntriesResponse) => any;
|
|
2513
|
-
|
|
2514
|
-
export declare const FaceFilterSensitiveLog: (obj: Face) => any;
|
|
2515
|
-
|
|
2516
|
-
export declare const FaceDetectionFilterSensitiveLog: (obj: FaceDetection) => any;
|
|
2517
|
-
|
|
2518
|
-
export declare const FaceMatchFilterSensitiveLog: (obj: FaceMatch) => any;
|
|
2519
|
-
|
|
2520
|
-
export declare const FaceRecordFilterSensitiveLog: (obj: FaceRecord) => any;
|
|
2521
|
-
|
|
2522
|
-
export declare const GetCelebrityInfoRequestFilterSensitiveLog: (obj: GetCelebrityInfoRequest) => any;
|
|
2523
|
-
|
|
2524
|
-
export declare const GetCelebrityInfoResponseFilterSensitiveLog: (obj: GetCelebrityInfoResponse) => any;
|
|
2525
|
-
|
|
2526
|
-
export declare const GetCelebrityRecognitionRequestFilterSensitiveLog: (obj: GetCelebrityRecognitionRequest) => any;
|
|
2527
|
-
|
|
2528
|
-
export declare const VideoMetadataFilterSensitiveLog: (obj: VideoMetadata) => any;
|
|
2529
|
-
|
|
2530
|
-
export declare const GetCelebrityRecognitionResponseFilterSensitiveLog: (obj: GetCelebrityRecognitionResponse) => any;
|
|
2531
|
-
|
|
2532
|
-
export declare const GetContentModerationRequestFilterSensitiveLog: (obj: GetContentModerationRequest) => any;
|
|
2533
|
-
|
|
2534
|
-
export declare const GetContentModerationResponseFilterSensitiveLog: (obj: GetContentModerationResponse) => any;
|
|
2535
|
-
|
|
2536
|
-
export declare const GetFaceDetectionRequestFilterSensitiveLog: (obj: GetFaceDetectionRequest) => any;
|
|
2537
|
-
|
|
2538
|
-
export declare const GetFaceDetectionResponseFilterSensitiveLog: (obj: GetFaceDetectionResponse) => any;
|
|
2539
|
-
|
|
2540
|
-
export declare const GetFaceSearchRequestFilterSensitiveLog: (obj: GetFaceSearchRequest) => any;
|
|
2541
|
-
|
|
2542
|
-
export declare const PersonDetailFilterSensitiveLog: (obj: PersonDetail) => any;
|
|
2543
|
-
|
|
2544
|
-
export declare const PersonMatchFilterSensitiveLog: (obj: PersonMatch) => any;
|
|
2545
|
-
|
|
2546
|
-
export declare const GetFaceSearchResponseFilterSensitiveLog: (obj: GetFaceSearchResponse) => any;
|
|
2547
|
-
|
|
2548
|
-
export declare const GetLabelDetectionRequestFilterSensitiveLog: (obj: GetLabelDetectionRequest) => any;
|
|
2549
|
-
|
|
2550
|
-
export declare const LabelDetectionFilterSensitiveLog: (obj: LabelDetection) => any;
|
|
2551
|
-
|
|
2552
|
-
export declare const GetLabelDetectionResponseFilterSensitiveLog: (obj: GetLabelDetectionResponse) => any;
|
|
2553
|
-
|
|
2554
|
-
export declare const GetPersonTrackingRequestFilterSensitiveLog: (obj: GetPersonTrackingRequest) => any;
|
|
2555
|
-
|
|
2556
|
-
export declare const PersonDetectionFilterSensitiveLog: (obj: PersonDetection) => any;
|
|
2557
|
-
|
|
2558
|
-
export declare const GetPersonTrackingResponseFilterSensitiveLog: (obj: GetPersonTrackingResponse) => any;
|
|
2559
|
-
|
|
2560
|
-
export declare const GetSegmentDetectionRequestFilterSensitiveLog: (obj: GetSegmentDetectionRequest) => any;
|
|
2561
|
-
|
|
2562
|
-
export declare const ShotSegmentFilterSensitiveLog: (obj: ShotSegment) => any;
|
|
2563
|
-
|
|
2564
|
-
export declare const TechnicalCueSegmentFilterSensitiveLog: (obj: TechnicalCueSegment) => any;
|
|
2565
|
-
|
|
2566
|
-
export declare const SegmentDetectionFilterSensitiveLog: (obj: SegmentDetection) => any;
|
|
2567
|
-
|
|
2568
|
-
export declare const SegmentTypeInfoFilterSensitiveLog: (obj: SegmentTypeInfo) => any;
|
|
2569
|
-
|
|
2570
|
-
export declare const GetSegmentDetectionResponseFilterSensitiveLog: (obj: GetSegmentDetectionResponse) => any;
|
|
2571
|
-
|
|
2572
|
-
export declare const GetTextDetectionRequestFilterSensitiveLog: (obj: GetTextDetectionRequest) => any;
|
|
2573
|
-
|
|
2574
|
-
export declare const TextDetectionResultFilterSensitiveLog: (obj: TextDetectionResult) => any;
|
|
2575
|
-
|
|
2576
|
-
export declare const GetTextDetectionResponseFilterSensitiveLog: (obj: GetTextDetectionResponse) => any;
|
|
2577
|
-
|
|
2578
|
-
export declare const IndexFacesRequestFilterSensitiveLog: (obj: IndexFacesRequest) => any;
|
|
2579
|
-
|
|
2580
|
-
export declare const UnindexedFaceFilterSensitiveLog: (obj: UnindexedFace) => any;
|
|
2581
|
-
|
|
2582
|
-
export declare const IndexFacesResponseFilterSensitiveLog: (obj: IndexFacesResponse) => any;
|
|
2583
|
-
|
|
2584
|
-
export declare const KinesisVideoStreamStartSelectorFilterSensitiveLog: (obj: KinesisVideoStreamStartSelector) => any;
|
|
2585
|
-
|
|
2586
|
-
export declare const ListCollectionsRequestFilterSensitiveLog: (obj: ListCollectionsRequest) => any;
|
|
2587
|
-
|
|
2588
|
-
export declare const ListCollectionsResponseFilterSensitiveLog: (obj: ListCollectionsResponse) => any;
|
|
2589
|
-
|
|
2590
|
-
export declare const ListDatasetEntriesRequestFilterSensitiveLog: (obj: ListDatasetEntriesRequest) => any;
|
|
2591
|
-
|
|
2592
|
-
export declare const ListDatasetEntriesResponseFilterSensitiveLog: (obj: ListDatasetEntriesResponse) => any;
|
|
2593
|
-
|
|
2594
|
-
export declare const ListDatasetLabelsRequestFilterSensitiveLog: (obj: ListDatasetLabelsRequest) => any;
|
|
2595
|
-
|
|
2596
|
-
export declare const ListDatasetLabelsResponseFilterSensitiveLog: (obj: ListDatasetLabelsResponse) => any;
|
|
2597
|
-
|
|
2598
|
-
export declare const ListFacesRequestFilterSensitiveLog: (obj: ListFacesRequest) => any;
|
|
2599
|
-
|
|
2600
|
-
export declare const ListFacesResponseFilterSensitiveLog: (obj: ListFacesResponse) => any;
|
|
2601
|
-
|
|
2602
|
-
export declare const ListProjectPoliciesRequestFilterSensitiveLog: (obj: ListProjectPoliciesRequest) => any;
|
|
2603
|
-
|
|
2604
|
-
export declare const ProjectPolicyFilterSensitiveLog: (obj: ProjectPolicy) => any;
|
|
2605
|
-
|
|
2606
|
-
export declare const ListProjectPoliciesResponseFilterSensitiveLog: (obj: ListProjectPoliciesResponse) => any;
|
|
2607
|
-
|
|
2608
|
-
export declare const ListStreamProcessorsRequestFilterSensitiveLog: (obj: ListStreamProcessorsRequest) => any;
|
|
2609
|
-
|
|
2610
|
-
export declare const StreamProcessorFilterSensitiveLog: (obj: StreamProcessor) => any;
|
|
2611
|
-
|
|
2612
|
-
export declare const ListStreamProcessorsResponseFilterSensitiveLog: (obj: ListStreamProcessorsResponse) => any;
|
|
2613
|
-
|
|
2614
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2615
|
-
|
|
2616
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2617
|
-
|
|
2618
|
-
export declare const NotificationChannelFilterSensitiveLog: (obj: NotificationChannel) => any;
|
|
2619
|
-
|
|
2620
|
-
export declare const PutProjectPolicyRequestFilterSensitiveLog: (obj: PutProjectPolicyRequest) => any;
|
|
2621
|
-
|
|
2622
|
-
export declare const PutProjectPolicyResponseFilterSensitiveLog: (obj: PutProjectPolicyResponse) => any;
|
|
2623
|
-
|
|
2624
|
-
export declare const RecognizeCelebritiesRequestFilterSensitiveLog: (obj: RecognizeCelebritiesRequest) => any;
|
|
2625
|
-
|
|
2626
|
-
export declare const RecognizeCelebritiesResponseFilterSensitiveLog: (obj: RecognizeCelebritiesResponse) => any;
|
|
2627
|
-
|
|
2628
|
-
export declare const SearchFacesRequestFilterSensitiveLog: (obj: SearchFacesRequest) => any;
|
|
2629
|
-
|
|
2630
|
-
export declare const SearchFacesResponseFilterSensitiveLog: (obj: SearchFacesResponse) => any;
|
|
2631
|
-
|
|
2632
|
-
export declare const SearchFacesByImageRequestFilterSensitiveLog: (obj: SearchFacesByImageRequest) => any;
|
|
2633
|
-
|
|
2634
|
-
export declare const SearchFacesByImageResponseFilterSensitiveLog: (obj: SearchFacesByImageResponse) => any;
|
|
2635
|
-
|
|
2636
|
-
export declare const VideoFilterSensitiveLog: (obj: Video) => any;
|
|
2637
|
-
|
|
2638
|
-
export declare const StartCelebrityRecognitionRequestFilterSensitiveLog: (obj: StartCelebrityRecognitionRequest) => any;
|
|
2639
|
-
|
|
2640
|
-
export declare const StartCelebrityRecognitionResponseFilterSensitiveLog: (obj: StartCelebrityRecognitionResponse) => any;
|
|
2641
|
-
|
|
2642
|
-
export declare const StartContentModerationRequestFilterSensitiveLog: (obj: StartContentModerationRequest) => any;
|
|
2643
|
-
|
|
2644
|
-
export declare const StartContentModerationResponseFilterSensitiveLog: (obj: StartContentModerationResponse) => any;
|
|
2645
|
-
|
|
2646
|
-
export declare const StartFaceDetectionRequestFilterSensitiveLog: (obj: StartFaceDetectionRequest) => any;
|
|
2647
|
-
|
|
2648
|
-
export declare const StartFaceDetectionResponseFilterSensitiveLog: (obj: StartFaceDetectionResponse) => any;
|
|
2649
|
-
|
|
2650
|
-
export declare const StartFaceSearchRequestFilterSensitiveLog: (obj: StartFaceSearchRequest) => any;
|
|
2651
|
-
|
|
2652
|
-
export declare const StartFaceSearchResponseFilterSensitiveLog: (obj: StartFaceSearchResponse) => any;
|
|
2653
|
-
|
|
2654
|
-
export declare const StartLabelDetectionRequestFilterSensitiveLog: (obj: StartLabelDetectionRequest) => any;
|
|
2655
|
-
|
|
2656
|
-
export declare const StartLabelDetectionResponseFilterSensitiveLog: (obj: StartLabelDetectionResponse) => any;
|
|
2657
|
-
|
|
2658
|
-
export declare const StartPersonTrackingRequestFilterSensitiveLog: (obj: StartPersonTrackingRequest) => any;
|
|
2659
|
-
|
|
2660
|
-
export declare const StartPersonTrackingResponseFilterSensitiveLog: (obj: StartPersonTrackingResponse) => any;
|
|
2661
|
-
|
|
2662
|
-
export declare const StartProjectVersionRequestFilterSensitiveLog: (obj: StartProjectVersionRequest) => any;
|
|
2663
|
-
|
|
2664
|
-
export declare const StartProjectVersionResponseFilterSensitiveLog: (obj: StartProjectVersionResponse) => any;
|
|
2665
|
-
|
|
2666
|
-
export declare const StartShotDetectionFilterFilterSensitiveLog: (obj: StartShotDetectionFilter) => any;
|
|
2667
|
-
|
|
2668
|
-
export declare const StartTechnicalCueDetectionFilterFilterSensitiveLog: (obj: StartTechnicalCueDetectionFilter) => any;
|
|
2669
|
-
|
|
2670
|
-
export declare const StartSegmentDetectionFiltersFilterSensitiveLog: (obj: StartSegmentDetectionFilters) => any;
|
|
2671
|
-
|
|
2672
|
-
export declare const StartSegmentDetectionRequestFilterSensitiveLog: (obj: StartSegmentDetectionRequest) => any;
|
|
2673
|
-
|
|
2674
|
-
export declare const StartSegmentDetectionResponseFilterSensitiveLog: (obj: StartSegmentDetectionResponse) => any;
|
|
2675
|
-
|
|
2676
|
-
export declare const StreamProcessingStartSelectorFilterSensitiveLog: (obj: StreamProcessingStartSelector) => any;
|
|
2677
|
-
|
|
2678
|
-
export declare const StreamProcessingStopSelectorFilterSensitiveLog: (obj: StreamProcessingStopSelector) => any;
|
|
2679
|
-
|
|
2680
|
-
export declare const StartStreamProcessorRequestFilterSensitiveLog: (obj: StartStreamProcessorRequest) => any;
|
|
2681
|
-
|
|
2682
|
-
export declare const StartStreamProcessorResponseFilterSensitiveLog: (obj: StartStreamProcessorResponse) => any;
|
|
2683
|
-
|
|
2684
|
-
export declare const StartTextDetectionFiltersFilterSensitiveLog: (obj: StartTextDetectionFilters) => any;
|
|
2685
|
-
|
|
2686
|
-
export declare const StartTextDetectionRequestFilterSensitiveLog: (obj: StartTextDetectionRequest) => any;
|
|
2687
|
-
|
|
2688
|
-
export declare const StartTextDetectionResponseFilterSensitiveLog: (obj: StartTextDetectionResponse) => any;
|
|
2689
|
-
|
|
2690
|
-
export declare const StopProjectVersionRequestFilterSensitiveLog: (obj: StopProjectVersionRequest) => any;
|
|
2691
|
-
|
|
2692
|
-
export declare const StopProjectVersionResponseFilterSensitiveLog: (obj: StopProjectVersionResponse) => any;
|
|
2693
|
-
|
|
2694
|
-
export declare const StopStreamProcessorRequestFilterSensitiveLog: (obj: StopStreamProcessorRequest) => any;
|
|
2695
|
-
|
|
2696
|
-
export declare const StopStreamProcessorResponseFilterSensitiveLog: (obj: StopStreamProcessorResponse) => any;
|
|
2697
|
-
|
|
2698
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2699
|
-
|
|
2700
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2701
|
-
|
|
2702
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2703
|
-
|
|
2704
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2705
|
-
|
|
2706
|
-
export declare const UpdateDatasetEntriesRequestFilterSensitiveLog: (obj: UpdateDatasetEntriesRequest) => any;
|
|
2707
|
-
|
|
2708
|
-
export declare const UpdateDatasetEntriesResponseFilterSensitiveLog: (obj: UpdateDatasetEntriesResponse) => any;
|
|
2709
|
-
|
|
2710
|
-
export declare const StreamProcessorSettingsForUpdateFilterSensitiveLog: (obj: StreamProcessorSettingsForUpdate) => any;
|
|
2711
|
-
|
|
2712
|
-
export declare const UpdateStreamProcessorRequestFilterSensitiveLog: (obj: UpdateStreamProcessorRequest) => any;
|
|
2713
|
-
|
|
2714
|
-
export declare const UpdateStreamProcessorResponseFilterSensitiveLog: (obj: UpdateStreamProcessorResponse) => any;
|
|
1
|
+
import {
|
|
2
|
+
ExceptionOptionType as __ExceptionOptionType,
|
|
3
|
+
LazyJsonString as __LazyJsonString,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
import { RekognitionServiceException as __BaseException } from "./RekognitionServiceException";
|
|
6
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
7
|
+
readonly name: "AccessDeniedException";
|
|
8
|
+
readonly $fault: "client";
|
|
9
|
+
Message?: string;
|
|
10
|
+
Code?: string;
|
|
11
|
+
Logref?: string;
|
|
12
|
+
constructor(
|
|
13
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
14
|
+
);
|
|
15
|
+
}
|
|
16
|
+
export interface AgeRange {
|
|
17
|
+
Low?: number;
|
|
18
|
+
High?: number;
|
|
19
|
+
}
|
|
20
|
+
export interface S3Object {
|
|
21
|
+
Bucket?: string;
|
|
22
|
+
Name?: string;
|
|
23
|
+
Version?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface GroundTruthManifest {
|
|
26
|
+
S3Object?: S3Object;
|
|
27
|
+
}
|
|
28
|
+
export interface Asset {
|
|
29
|
+
GroundTruthManifest?: GroundTruthManifest;
|
|
30
|
+
}
|
|
31
|
+
export declare enum Attribute {
|
|
32
|
+
ALL = "ALL",
|
|
33
|
+
DEFAULT = "DEFAULT",
|
|
34
|
+
}
|
|
35
|
+
export interface AudioMetadata {
|
|
36
|
+
Codec?: string;
|
|
37
|
+
DurationMillis?: number;
|
|
38
|
+
SampleRate?: number;
|
|
39
|
+
NumberOfChannels?: number;
|
|
40
|
+
}
|
|
41
|
+
export interface Beard {
|
|
42
|
+
Value?: boolean;
|
|
43
|
+
Confidence?: number;
|
|
44
|
+
}
|
|
45
|
+
export interface BlackFrame {
|
|
46
|
+
MaxPixelThreshold?: number;
|
|
47
|
+
MinCoveragePercentage?: number;
|
|
48
|
+
}
|
|
49
|
+
export declare enum BodyPart {
|
|
50
|
+
FACE = "FACE",
|
|
51
|
+
HEAD = "HEAD",
|
|
52
|
+
LEFT_HAND = "LEFT_HAND",
|
|
53
|
+
RIGHT_HAND = "RIGHT_HAND",
|
|
54
|
+
}
|
|
55
|
+
export interface BoundingBox {
|
|
56
|
+
Width?: number;
|
|
57
|
+
Height?: number;
|
|
58
|
+
Left?: number;
|
|
59
|
+
Top?: number;
|
|
60
|
+
}
|
|
61
|
+
export interface CoversBodyPart {
|
|
62
|
+
Confidence?: number;
|
|
63
|
+
Value?: boolean;
|
|
64
|
+
}
|
|
65
|
+
export declare enum ProtectiveEquipmentType {
|
|
66
|
+
FACE_COVER = "FACE_COVER",
|
|
67
|
+
HAND_COVER = "HAND_COVER",
|
|
68
|
+
HEAD_COVER = "HEAD_COVER",
|
|
69
|
+
}
|
|
70
|
+
export interface EquipmentDetection {
|
|
71
|
+
BoundingBox?: BoundingBox;
|
|
72
|
+
Confidence?: number;
|
|
73
|
+
Type?: ProtectiveEquipmentType | string;
|
|
74
|
+
CoversBodyPart?: CoversBodyPart;
|
|
75
|
+
}
|
|
76
|
+
export interface ProtectiveEquipmentBodyPart {
|
|
77
|
+
Name?: BodyPart | string;
|
|
78
|
+
Confidence?: number;
|
|
79
|
+
EquipmentDetections?: EquipmentDetection[];
|
|
80
|
+
}
|
|
81
|
+
export declare type EmotionName =
|
|
82
|
+
| "ANGRY"
|
|
83
|
+
| "CALM"
|
|
84
|
+
| "CONFUSED"
|
|
85
|
+
| "DISGUSTED"
|
|
86
|
+
| "FEAR"
|
|
87
|
+
| "HAPPY"
|
|
88
|
+
| "SAD"
|
|
89
|
+
| "SURPRISED"
|
|
90
|
+
| "UNKNOWN";
|
|
91
|
+
export interface Emotion {
|
|
92
|
+
Type?: EmotionName | string;
|
|
93
|
+
Confidence?: number;
|
|
94
|
+
}
|
|
95
|
+
export declare enum LandmarkType {
|
|
96
|
+
chinBottom = "chinBottom",
|
|
97
|
+
eyeLeft = "eyeLeft",
|
|
98
|
+
eyeRight = "eyeRight",
|
|
99
|
+
leftEyeBrowLeft = "leftEyeBrowLeft",
|
|
100
|
+
leftEyeBrowRight = "leftEyeBrowRight",
|
|
101
|
+
leftEyeBrowUp = "leftEyeBrowUp",
|
|
102
|
+
leftEyeDown = "leftEyeDown",
|
|
103
|
+
leftEyeLeft = "leftEyeLeft",
|
|
104
|
+
leftEyeRight = "leftEyeRight",
|
|
105
|
+
leftEyeUp = "leftEyeUp",
|
|
106
|
+
leftPupil = "leftPupil",
|
|
107
|
+
midJawlineLeft = "midJawlineLeft",
|
|
108
|
+
midJawlineRight = "midJawlineRight",
|
|
109
|
+
mouthDown = "mouthDown",
|
|
110
|
+
mouthLeft = "mouthLeft",
|
|
111
|
+
mouthRight = "mouthRight",
|
|
112
|
+
mouthUp = "mouthUp",
|
|
113
|
+
nose = "nose",
|
|
114
|
+
noseLeft = "noseLeft",
|
|
115
|
+
noseRight = "noseRight",
|
|
116
|
+
rightEyeBrowLeft = "rightEyeBrowLeft",
|
|
117
|
+
rightEyeBrowRight = "rightEyeBrowRight",
|
|
118
|
+
rightEyeBrowUp = "rightEyeBrowUp",
|
|
119
|
+
rightEyeDown = "rightEyeDown",
|
|
120
|
+
rightEyeLeft = "rightEyeLeft",
|
|
121
|
+
rightEyeRight = "rightEyeRight",
|
|
122
|
+
rightEyeUp = "rightEyeUp",
|
|
123
|
+
rightPupil = "rightPupil",
|
|
124
|
+
upperJawlineLeft = "upperJawlineLeft",
|
|
125
|
+
upperJawlineRight = "upperJawlineRight",
|
|
126
|
+
}
|
|
127
|
+
export interface Landmark {
|
|
128
|
+
Type?: LandmarkType | string;
|
|
129
|
+
X?: number;
|
|
130
|
+
Y?: number;
|
|
131
|
+
}
|
|
132
|
+
export interface Pose {
|
|
133
|
+
Roll?: number;
|
|
134
|
+
Yaw?: number;
|
|
135
|
+
Pitch?: number;
|
|
136
|
+
}
|
|
137
|
+
export interface ImageQuality {
|
|
138
|
+
Brightness?: number;
|
|
139
|
+
Sharpness?: number;
|
|
140
|
+
}
|
|
141
|
+
export interface Smile {
|
|
142
|
+
Value?: boolean;
|
|
143
|
+
Confidence?: number;
|
|
144
|
+
}
|
|
145
|
+
export interface ComparedFace {
|
|
146
|
+
BoundingBox?: BoundingBox;
|
|
147
|
+
Confidence?: number;
|
|
148
|
+
Landmarks?: Landmark[];
|
|
149
|
+
Pose?: Pose;
|
|
150
|
+
Quality?: ImageQuality;
|
|
151
|
+
Emotions?: Emotion[];
|
|
152
|
+
Smile?: Smile;
|
|
153
|
+
}
|
|
154
|
+
export declare enum KnownGenderType {
|
|
155
|
+
Female = "Female",
|
|
156
|
+
Male = "Male",
|
|
157
|
+
Nonbinary = "Nonbinary",
|
|
158
|
+
Unlisted = "Unlisted",
|
|
159
|
+
}
|
|
160
|
+
export interface KnownGender {
|
|
161
|
+
Type?: KnownGenderType | string;
|
|
162
|
+
}
|
|
163
|
+
export interface Celebrity {
|
|
164
|
+
Urls?: string[];
|
|
165
|
+
Name?: string;
|
|
166
|
+
Id?: string;
|
|
167
|
+
Face?: ComparedFace;
|
|
168
|
+
MatchConfidence?: number;
|
|
169
|
+
KnownGender?: KnownGender;
|
|
170
|
+
}
|
|
171
|
+
export interface Eyeglasses {
|
|
172
|
+
Value?: boolean;
|
|
173
|
+
Confidence?: number;
|
|
174
|
+
}
|
|
175
|
+
export interface EyeOpen {
|
|
176
|
+
Value?: boolean;
|
|
177
|
+
Confidence?: number;
|
|
178
|
+
}
|
|
179
|
+
export declare enum GenderType {
|
|
180
|
+
Female = "Female",
|
|
181
|
+
Male = "Male",
|
|
182
|
+
}
|
|
183
|
+
export interface Gender {
|
|
184
|
+
Value?: GenderType | string;
|
|
185
|
+
Confidence?: number;
|
|
186
|
+
}
|
|
187
|
+
export interface MouthOpen {
|
|
188
|
+
Value?: boolean;
|
|
189
|
+
Confidence?: number;
|
|
190
|
+
}
|
|
191
|
+
export interface Mustache {
|
|
192
|
+
Value?: boolean;
|
|
193
|
+
Confidence?: number;
|
|
194
|
+
}
|
|
195
|
+
export interface Sunglasses {
|
|
196
|
+
Value?: boolean;
|
|
197
|
+
Confidence?: number;
|
|
198
|
+
}
|
|
199
|
+
export interface FaceDetail {
|
|
200
|
+
BoundingBox?: BoundingBox;
|
|
201
|
+
AgeRange?: AgeRange;
|
|
202
|
+
Smile?: Smile;
|
|
203
|
+
Eyeglasses?: Eyeglasses;
|
|
204
|
+
Sunglasses?: Sunglasses;
|
|
205
|
+
Gender?: Gender;
|
|
206
|
+
Beard?: Beard;
|
|
207
|
+
Mustache?: Mustache;
|
|
208
|
+
EyesOpen?: EyeOpen;
|
|
209
|
+
MouthOpen?: MouthOpen;
|
|
210
|
+
Emotions?: Emotion[];
|
|
211
|
+
Landmarks?: Landmark[];
|
|
212
|
+
Pose?: Pose;
|
|
213
|
+
Quality?: ImageQuality;
|
|
214
|
+
Confidence?: number;
|
|
215
|
+
}
|
|
216
|
+
export interface CelebrityDetail {
|
|
217
|
+
Urls?: string[];
|
|
218
|
+
Name?: string;
|
|
219
|
+
Id?: string;
|
|
220
|
+
Confidence?: number;
|
|
221
|
+
BoundingBox?: BoundingBox;
|
|
222
|
+
Face?: FaceDetail;
|
|
223
|
+
KnownGender?: KnownGender;
|
|
224
|
+
}
|
|
225
|
+
export interface CelebrityRecognition {
|
|
226
|
+
Timestamp?: number;
|
|
227
|
+
Celebrity?: CelebrityDetail;
|
|
228
|
+
}
|
|
229
|
+
export declare enum CelebrityRecognitionSortBy {
|
|
230
|
+
ID = "ID",
|
|
231
|
+
TIMESTAMP = "TIMESTAMP",
|
|
232
|
+
}
|
|
233
|
+
export interface ComparedSourceImageFace {
|
|
234
|
+
BoundingBox?: BoundingBox;
|
|
235
|
+
Confidence?: number;
|
|
236
|
+
}
|
|
237
|
+
export declare enum QualityFilter {
|
|
238
|
+
AUTO = "AUTO",
|
|
239
|
+
HIGH = "HIGH",
|
|
240
|
+
LOW = "LOW",
|
|
241
|
+
MEDIUM = "MEDIUM",
|
|
242
|
+
NONE = "NONE",
|
|
243
|
+
}
|
|
244
|
+
export interface Image {
|
|
245
|
+
Bytes?: Uint8Array;
|
|
246
|
+
S3Object?: S3Object;
|
|
247
|
+
}
|
|
248
|
+
export interface CompareFacesRequest {
|
|
249
|
+
SourceImage: Image | undefined;
|
|
250
|
+
TargetImage: Image | undefined;
|
|
251
|
+
SimilarityThreshold?: number;
|
|
252
|
+
QualityFilter?: QualityFilter | string;
|
|
253
|
+
}
|
|
254
|
+
export interface CompareFacesMatch {
|
|
255
|
+
Similarity?: number;
|
|
256
|
+
Face?: ComparedFace;
|
|
257
|
+
}
|
|
258
|
+
export declare enum OrientationCorrection {
|
|
259
|
+
ROTATE_0 = "ROTATE_0",
|
|
260
|
+
ROTATE_180 = "ROTATE_180",
|
|
261
|
+
ROTATE_270 = "ROTATE_270",
|
|
262
|
+
ROTATE_90 = "ROTATE_90",
|
|
263
|
+
}
|
|
264
|
+
export interface CompareFacesResponse {
|
|
265
|
+
SourceImageFace?: ComparedSourceImageFace;
|
|
266
|
+
FaceMatches?: CompareFacesMatch[];
|
|
267
|
+
UnmatchedFaces?: ComparedFace[];
|
|
268
|
+
SourceImageOrientationCorrection?: OrientationCorrection | string;
|
|
269
|
+
TargetImageOrientationCorrection?: OrientationCorrection | string;
|
|
270
|
+
}
|
|
271
|
+
export declare class ImageTooLargeException extends __BaseException {
|
|
272
|
+
readonly name: "ImageTooLargeException";
|
|
273
|
+
readonly $fault: "client";
|
|
274
|
+
Message?: string;
|
|
275
|
+
Code?: string;
|
|
276
|
+
Logref?: string;
|
|
277
|
+
constructor(
|
|
278
|
+
opts: __ExceptionOptionType<ImageTooLargeException, __BaseException>
|
|
279
|
+
);
|
|
280
|
+
}
|
|
281
|
+
export declare class InternalServerError extends __BaseException {
|
|
282
|
+
readonly name: "InternalServerError";
|
|
283
|
+
readonly $fault: "server";
|
|
284
|
+
Message?: string;
|
|
285
|
+
Code?: string;
|
|
286
|
+
Logref?: string;
|
|
287
|
+
constructor(
|
|
288
|
+
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
289
|
+
);
|
|
290
|
+
}
|
|
291
|
+
export declare class InvalidImageFormatException extends __BaseException {
|
|
292
|
+
readonly name: "InvalidImageFormatException";
|
|
293
|
+
readonly $fault: "client";
|
|
294
|
+
Message?: string;
|
|
295
|
+
Code?: string;
|
|
296
|
+
Logref?: string;
|
|
297
|
+
constructor(
|
|
298
|
+
opts: __ExceptionOptionType<InvalidImageFormatException, __BaseException>
|
|
299
|
+
);
|
|
300
|
+
}
|
|
301
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
302
|
+
readonly name: "InvalidParameterException";
|
|
303
|
+
readonly $fault: "client";
|
|
304
|
+
Message?: string;
|
|
305
|
+
Code?: string;
|
|
306
|
+
Logref?: string;
|
|
307
|
+
constructor(
|
|
308
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
309
|
+
);
|
|
310
|
+
}
|
|
311
|
+
export declare class InvalidS3ObjectException extends __BaseException {
|
|
312
|
+
readonly name: "InvalidS3ObjectException";
|
|
313
|
+
readonly $fault: "client";
|
|
314
|
+
Message?: string;
|
|
315
|
+
Code?: string;
|
|
316
|
+
Logref?: string;
|
|
317
|
+
constructor(
|
|
318
|
+
opts: __ExceptionOptionType<InvalidS3ObjectException, __BaseException>
|
|
319
|
+
);
|
|
320
|
+
}
|
|
321
|
+
export declare class ProvisionedThroughputExceededException extends __BaseException {
|
|
322
|
+
readonly name: "ProvisionedThroughputExceededException";
|
|
323
|
+
readonly $fault: "client";
|
|
324
|
+
Message?: string;
|
|
325
|
+
Code?: string;
|
|
326
|
+
Logref?: string;
|
|
327
|
+
constructor(
|
|
328
|
+
opts: __ExceptionOptionType<
|
|
329
|
+
ProvisionedThroughputExceededException,
|
|
330
|
+
__BaseException
|
|
331
|
+
>
|
|
332
|
+
);
|
|
333
|
+
}
|
|
334
|
+
export declare class ThrottlingException extends __BaseException {
|
|
335
|
+
readonly name: "ThrottlingException";
|
|
336
|
+
readonly $fault: "server";
|
|
337
|
+
Message?: string;
|
|
338
|
+
Code?: string;
|
|
339
|
+
Logref?: string;
|
|
340
|
+
constructor(
|
|
341
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
342
|
+
);
|
|
343
|
+
}
|
|
344
|
+
export interface ConnectedHomeSettings {
|
|
345
|
+
Labels: string[] | undefined;
|
|
346
|
+
MinConfidence?: number;
|
|
347
|
+
}
|
|
348
|
+
export interface ConnectedHomeSettingsForUpdate {
|
|
349
|
+
Labels?: string[];
|
|
350
|
+
MinConfidence?: number;
|
|
351
|
+
}
|
|
352
|
+
export declare enum ContentClassifier {
|
|
353
|
+
FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
|
|
354
|
+
FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation",
|
|
355
|
+
}
|
|
356
|
+
export interface ModerationLabel {
|
|
357
|
+
Confidence?: number;
|
|
358
|
+
Name?: string;
|
|
359
|
+
ParentName?: string;
|
|
360
|
+
}
|
|
361
|
+
export interface ContentModerationDetection {
|
|
362
|
+
Timestamp?: number;
|
|
363
|
+
ModerationLabel?: ModerationLabel;
|
|
364
|
+
}
|
|
365
|
+
export declare enum ContentModerationSortBy {
|
|
366
|
+
NAME = "NAME",
|
|
367
|
+
TIMESTAMP = "TIMESTAMP",
|
|
368
|
+
}
|
|
369
|
+
export interface OutputConfig {
|
|
370
|
+
S3Bucket?: string;
|
|
371
|
+
S3KeyPrefix?: string;
|
|
372
|
+
}
|
|
373
|
+
export interface CopyProjectVersionRequest {
|
|
374
|
+
SourceProjectArn: string | undefined;
|
|
375
|
+
SourceProjectVersionArn: string | undefined;
|
|
376
|
+
DestinationProjectArn: string | undefined;
|
|
377
|
+
VersionName: string | undefined;
|
|
378
|
+
OutputConfig: OutputConfig | undefined;
|
|
379
|
+
Tags?: Record<string, string>;
|
|
380
|
+
KmsKeyId?: string;
|
|
381
|
+
}
|
|
382
|
+
export interface CopyProjectVersionResponse {
|
|
383
|
+
ProjectVersionArn?: string;
|
|
384
|
+
}
|
|
385
|
+
export declare class LimitExceededException extends __BaseException {
|
|
386
|
+
readonly name: "LimitExceededException";
|
|
387
|
+
readonly $fault: "client";
|
|
388
|
+
Message?: string;
|
|
389
|
+
Code?: string;
|
|
390
|
+
Logref?: string;
|
|
391
|
+
constructor(
|
|
392
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
393
|
+
);
|
|
394
|
+
}
|
|
395
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
396
|
+
readonly name: "ResourceInUseException";
|
|
397
|
+
readonly $fault: "client";
|
|
398
|
+
Message?: string;
|
|
399
|
+
Code?: string;
|
|
400
|
+
Logref?: string;
|
|
401
|
+
constructor(
|
|
402
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
403
|
+
);
|
|
404
|
+
}
|
|
405
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
406
|
+
readonly name: "ResourceNotFoundException";
|
|
407
|
+
readonly $fault: "client";
|
|
408
|
+
Message?: string;
|
|
409
|
+
Code?: string;
|
|
410
|
+
Logref?: string;
|
|
411
|
+
constructor(
|
|
412
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
413
|
+
);
|
|
414
|
+
}
|
|
415
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
416
|
+
readonly name: "ServiceQuotaExceededException";
|
|
417
|
+
readonly $fault: "client";
|
|
418
|
+
Message?: string;
|
|
419
|
+
Code?: string;
|
|
420
|
+
Logref?: string;
|
|
421
|
+
constructor(
|
|
422
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
423
|
+
);
|
|
424
|
+
}
|
|
425
|
+
export interface CreateCollectionRequest {
|
|
426
|
+
CollectionId: string | undefined;
|
|
427
|
+
Tags?: Record<string, string>;
|
|
428
|
+
}
|
|
429
|
+
export interface CreateCollectionResponse {
|
|
430
|
+
StatusCode?: number;
|
|
431
|
+
CollectionArn?: string;
|
|
432
|
+
FaceModelVersion?: string;
|
|
433
|
+
}
|
|
434
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
435
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
436
|
+
readonly $fault: "client";
|
|
437
|
+
Message?: string;
|
|
438
|
+
Code?: string;
|
|
439
|
+
Logref?: string;
|
|
440
|
+
constructor(
|
|
441
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
442
|
+
);
|
|
443
|
+
}
|
|
444
|
+
export interface DatasetSource {
|
|
445
|
+
GroundTruthManifest?: GroundTruthManifest;
|
|
446
|
+
DatasetArn?: string;
|
|
447
|
+
}
|
|
448
|
+
export declare enum DatasetType {
|
|
449
|
+
TEST = "TEST",
|
|
450
|
+
TRAIN = "TRAIN",
|
|
451
|
+
}
|
|
452
|
+
export interface CreateDatasetRequest {
|
|
453
|
+
DatasetSource?: DatasetSource;
|
|
454
|
+
DatasetType: DatasetType | string | undefined;
|
|
455
|
+
ProjectArn: string | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface CreateDatasetResponse {
|
|
458
|
+
DatasetArn?: string;
|
|
459
|
+
}
|
|
460
|
+
export interface CreateProjectRequest {
|
|
461
|
+
ProjectName: string | undefined;
|
|
462
|
+
}
|
|
463
|
+
export interface CreateProjectResponse {
|
|
464
|
+
ProjectArn?: string;
|
|
465
|
+
}
|
|
466
|
+
export interface TestingData {
|
|
467
|
+
Assets?: Asset[];
|
|
468
|
+
AutoCreate?: boolean;
|
|
469
|
+
}
|
|
470
|
+
export interface TrainingData {
|
|
471
|
+
Assets?: Asset[];
|
|
472
|
+
}
|
|
473
|
+
export interface CreateProjectVersionRequest {
|
|
474
|
+
ProjectArn: string | undefined;
|
|
475
|
+
VersionName: string | undefined;
|
|
476
|
+
OutputConfig: OutputConfig | undefined;
|
|
477
|
+
TrainingData?: TrainingData;
|
|
478
|
+
TestingData?: TestingData;
|
|
479
|
+
Tags?: Record<string, string>;
|
|
480
|
+
KmsKeyId?: string;
|
|
481
|
+
}
|
|
482
|
+
export interface CreateProjectVersionResponse {
|
|
483
|
+
ProjectVersionArn?: string;
|
|
484
|
+
}
|
|
485
|
+
export interface StreamProcessorDataSharingPreference {
|
|
486
|
+
OptIn: boolean | undefined;
|
|
487
|
+
}
|
|
488
|
+
export interface KinesisVideoStream {
|
|
489
|
+
Arn?: string;
|
|
490
|
+
}
|
|
491
|
+
export interface StreamProcessorInput {
|
|
492
|
+
KinesisVideoStream?: KinesisVideoStream;
|
|
493
|
+
}
|
|
494
|
+
export interface StreamProcessorNotificationChannel {
|
|
495
|
+
SNSTopicArn: string | undefined;
|
|
496
|
+
}
|
|
497
|
+
export interface KinesisDataStream {
|
|
498
|
+
Arn?: string;
|
|
499
|
+
}
|
|
500
|
+
export interface S3Destination {
|
|
501
|
+
Bucket?: string;
|
|
502
|
+
KeyPrefix?: string;
|
|
503
|
+
}
|
|
504
|
+
export interface StreamProcessorOutput {
|
|
505
|
+
KinesisDataStream?: KinesisDataStream;
|
|
506
|
+
S3Destination?: S3Destination;
|
|
507
|
+
}
|
|
508
|
+
export interface Point {
|
|
509
|
+
X?: number;
|
|
510
|
+
Y?: number;
|
|
511
|
+
}
|
|
512
|
+
export interface RegionOfInterest {
|
|
513
|
+
BoundingBox?: BoundingBox;
|
|
514
|
+
Polygon?: Point[];
|
|
515
|
+
}
|
|
516
|
+
export interface FaceSearchSettings {
|
|
517
|
+
CollectionId?: string;
|
|
518
|
+
FaceMatchThreshold?: number;
|
|
519
|
+
}
|
|
520
|
+
export interface StreamProcessorSettings {
|
|
521
|
+
FaceSearch?: FaceSearchSettings;
|
|
522
|
+
ConnectedHome?: ConnectedHomeSettings;
|
|
523
|
+
}
|
|
524
|
+
export interface CreateStreamProcessorRequest {
|
|
525
|
+
Input: StreamProcessorInput | undefined;
|
|
526
|
+
Output: StreamProcessorOutput | undefined;
|
|
527
|
+
Name: string | undefined;
|
|
528
|
+
Settings: StreamProcessorSettings | undefined;
|
|
529
|
+
RoleArn: string | undefined;
|
|
530
|
+
Tags?: Record<string, string>;
|
|
531
|
+
NotificationChannel?: StreamProcessorNotificationChannel;
|
|
532
|
+
KmsKeyId?: string;
|
|
533
|
+
RegionsOfInterest?: RegionOfInterest[];
|
|
534
|
+
DataSharingPreference?: StreamProcessorDataSharingPreference;
|
|
535
|
+
}
|
|
536
|
+
export interface CreateStreamProcessorResponse {
|
|
537
|
+
StreamProcessorArn?: string;
|
|
538
|
+
}
|
|
539
|
+
export interface Geometry {
|
|
540
|
+
BoundingBox?: BoundingBox;
|
|
541
|
+
Polygon?: Point[];
|
|
542
|
+
}
|
|
543
|
+
export interface CustomLabel {
|
|
544
|
+
Name?: string;
|
|
545
|
+
Confidence?: number;
|
|
546
|
+
Geometry?: Geometry;
|
|
547
|
+
}
|
|
548
|
+
export interface DatasetChanges {
|
|
549
|
+
GroundTruth: Uint8Array | undefined;
|
|
550
|
+
}
|
|
551
|
+
export interface DatasetStats {
|
|
552
|
+
LabeledEntries?: number;
|
|
553
|
+
TotalEntries?: number;
|
|
554
|
+
TotalLabels?: number;
|
|
555
|
+
ErrorEntries?: number;
|
|
556
|
+
}
|
|
557
|
+
export declare enum DatasetStatus {
|
|
558
|
+
CREATE_COMPLETE = "CREATE_COMPLETE",
|
|
559
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
560
|
+
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
561
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
562
|
+
UPDATE_COMPLETE = "UPDATE_COMPLETE",
|
|
563
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
564
|
+
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS",
|
|
565
|
+
}
|
|
566
|
+
export declare enum DatasetStatusMessageCode {
|
|
567
|
+
CLIENT_ERROR = "CLIENT_ERROR",
|
|
568
|
+
SERVICE_ERROR = "SERVICE_ERROR",
|
|
569
|
+
SUCCESS = "SUCCESS",
|
|
570
|
+
}
|
|
571
|
+
export interface DatasetDescription {
|
|
572
|
+
CreationTimestamp?: Date;
|
|
573
|
+
LastUpdatedTimestamp?: Date;
|
|
574
|
+
Status?: DatasetStatus | string;
|
|
575
|
+
StatusMessage?: string;
|
|
576
|
+
StatusMessageCode?: DatasetStatusMessageCode | string;
|
|
577
|
+
DatasetStats?: DatasetStats;
|
|
578
|
+
}
|
|
579
|
+
export interface DatasetLabelStats {
|
|
580
|
+
EntryCount?: number;
|
|
581
|
+
BoundingBoxCount?: number;
|
|
582
|
+
}
|
|
583
|
+
export interface DatasetLabelDescription {
|
|
584
|
+
LabelName?: string;
|
|
585
|
+
LabelStats?: DatasetLabelStats;
|
|
586
|
+
}
|
|
587
|
+
export interface DatasetMetadata {
|
|
588
|
+
CreationTimestamp?: Date;
|
|
589
|
+
DatasetType?: DatasetType | string;
|
|
590
|
+
DatasetArn?: string;
|
|
591
|
+
Status?: DatasetStatus | string;
|
|
592
|
+
StatusMessage?: string;
|
|
593
|
+
StatusMessageCode?: DatasetStatusMessageCode | string;
|
|
594
|
+
}
|
|
595
|
+
export interface DeleteCollectionRequest {
|
|
596
|
+
CollectionId: string | undefined;
|
|
597
|
+
}
|
|
598
|
+
export interface DeleteCollectionResponse {
|
|
599
|
+
StatusCode?: number;
|
|
600
|
+
}
|
|
601
|
+
export interface DeleteDatasetRequest {
|
|
602
|
+
DatasetArn: string | undefined;
|
|
603
|
+
}
|
|
604
|
+
export interface DeleteDatasetResponse {}
|
|
605
|
+
export interface DeleteFacesRequest {
|
|
606
|
+
CollectionId: string | undefined;
|
|
607
|
+
FaceIds: string[] | undefined;
|
|
608
|
+
}
|
|
609
|
+
export interface DeleteFacesResponse {
|
|
610
|
+
DeletedFaces?: string[];
|
|
611
|
+
}
|
|
612
|
+
export interface DeleteProjectRequest {
|
|
613
|
+
ProjectArn: string | undefined;
|
|
614
|
+
}
|
|
615
|
+
export declare enum ProjectStatus {
|
|
616
|
+
CREATED = "CREATED",
|
|
617
|
+
CREATING = "CREATING",
|
|
618
|
+
DELETING = "DELETING",
|
|
619
|
+
}
|
|
620
|
+
export interface DeleteProjectResponse {
|
|
621
|
+
Status?: ProjectStatus | string;
|
|
622
|
+
}
|
|
623
|
+
export interface DeleteProjectPolicyRequest {
|
|
624
|
+
ProjectArn: string | undefined;
|
|
625
|
+
PolicyName: string | undefined;
|
|
626
|
+
PolicyRevisionId?: string;
|
|
627
|
+
}
|
|
628
|
+
export interface DeleteProjectPolicyResponse {}
|
|
629
|
+
export declare class InvalidPolicyRevisionIdException extends __BaseException {
|
|
630
|
+
readonly name: "InvalidPolicyRevisionIdException";
|
|
631
|
+
readonly $fault: "client";
|
|
632
|
+
Message?: string;
|
|
633
|
+
Code?: string;
|
|
634
|
+
Logref?: string;
|
|
635
|
+
constructor(
|
|
636
|
+
opts: __ExceptionOptionType<
|
|
637
|
+
InvalidPolicyRevisionIdException,
|
|
638
|
+
__BaseException
|
|
639
|
+
>
|
|
640
|
+
);
|
|
641
|
+
}
|
|
642
|
+
export interface DeleteProjectVersionRequest {
|
|
643
|
+
ProjectVersionArn: string | undefined;
|
|
644
|
+
}
|
|
645
|
+
export declare enum ProjectVersionStatus {
|
|
646
|
+
COPYING_COMPLETED = "COPYING_COMPLETED",
|
|
647
|
+
COPYING_FAILED = "COPYING_FAILED",
|
|
648
|
+
COPYING_IN_PROGRESS = "COPYING_IN_PROGRESS",
|
|
649
|
+
DELETING = "DELETING",
|
|
650
|
+
FAILED = "FAILED",
|
|
651
|
+
RUNNING = "RUNNING",
|
|
652
|
+
STARTING = "STARTING",
|
|
653
|
+
STOPPED = "STOPPED",
|
|
654
|
+
STOPPING = "STOPPING",
|
|
655
|
+
TRAINING_COMPLETED = "TRAINING_COMPLETED",
|
|
656
|
+
TRAINING_FAILED = "TRAINING_FAILED",
|
|
657
|
+
TRAINING_IN_PROGRESS = "TRAINING_IN_PROGRESS",
|
|
658
|
+
}
|
|
659
|
+
export interface DeleteProjectVersionResponse {
|
|
660
|
+
Status?: ProjectVersionStatus | string;
|
|
661
|
+
}
|
|
662
|
+
export interface DeleteStreamProcessorRequest {
|
|
663
|
+
Name: string | undefined;
|
|
664
|
+
}
|
|
665
|
+
export interface DeleteStreamProcessorResponse {}
|
|
666
|
+
export interface DescribeCollectionRequest {
|
|
667
|
+
CollectionId: string | undefined;
|
|
668
|
+
}
|
|
669
|
+
export interface DescribeCollectionResponse {
|
|
670
|
+
FaceCount?: number;
|
|
671
|
+
FaceModelVersion?: string;
|
|
672
|
+
CollectionARN?: string;
|
|
673
|
+
CreationTimestamp?: Date;
|
|
674
|
+
}
|
|
675
|
+
export interface DescribeDatasetRequest {
|
|
676
|
+
DatasetArn: string | undefined;
|
|
677
|
+
}
|
|
678
|
+
export interface DescribeDatasetResponse {
|
|
679
|
+
DatasetDescription?: DatasetDescription;
|
|
680
|
+
}
|
|
681
|
+
export interface DescribeProjectsRequest {
|
|
682
|
+
NextToken?: string;
|
|
683
|
+
MaxResults?: number;
|
|
684
|
+
ProjectNames?: string[];
|
|
685
|
+
}
|
|
686
|
+
export interface ProjectDescription {
|
|
687
|
+
ProjectArn?: string;
|
|
688
|
+
CreationTimestamp?: Date;
|
|
689
|
+
Status?: ProjectStatus | string;
|
|
690
|
+
Datasets?: DatasetMetadata[];
|
|
691
|
+
}
|
|
692
|
+
export interface DescribeProjectsResponse {
|
|
693
|
+
ProjectDescriptions?: ProjectDescription[];
|
|
694
|
+
NextToken?: string;
|
|
695
|
+
}
|
|
696
|
+
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
697
|
+
readonly name: "InvalidPaginationTokenException";
|
|
698
|
+
readonly $fault: "client";
|
|
699
|
+
Message?: string;
|
|
700
|
+
Code?: string;
|
|
701
|
+
Logref?: string;
|
|
702
|
+
constructor(
|
|
703
|
+
opts: __ExceptionOptionType<
|
|
704
|
+
InvalidPaginationTokenException,
|
|
705
|
+
__BaseException
|
|
706
|
+
>
|
|
707
|
+
);
|
|
708
|
+
}
|
|
709
|
+
export interface DescribeProjectVersionsRequest {
|
|
710
|
+
ProjectArn: string | undefined;
|
|
711
|
+
VersionNames?: string[];
|
|
712
|
+
NextToken?: string;
|
|
713
|
+
MaxResults?: number;
|
|
714
|
+
}
|
|
715
|
+
export interface Summary {
|
|
716
|
+
S3Object?: S3Object;
|
|
717
|
+
}
|
|
718
|
+
export interface EvaluationResult {
|
|
719
|
+
F1Score?: number;
|
|
720
|
+
Summary?: Summary;
|
|
721
|
+
}
|
|
722
|
+
export interface ValidationData {
|
|
723
|
+
Assets?: Asset[];
|
|
724
|
+
}
|
|
725
|
+
export interface TestingDataResult {
|
|
726
|
+
Input?: TestingData;
|
|
727
|
+
Output?: TestingData;
|
|
728
|
+
Validation?: ValidationData;
|
|
729
|
+
}
|
|
730
|
+
export interface TrainingDataResult {
|
|
731
|
+
Input?: TrainingData;
|
|
732
|
+
Output?: TrainingData;
|
|
733
|
+
Validation?: ValidationData;
|
|
734
|
+
}
|
|
735
|
+
export interface ProjectVersionDescription {
|
|
736
|
+
ProjectVersionArn?: string;
|
|
737
|
+
CreationTimestamp?: Date;
|
|
738
|
+
MinInferenceUnits?: number;
|
|
739
|
+
Status?: ProjectVersionStatus | string;
|
|
740
|
+
StatusMessage?: string;
|
|
741
|
+
BillableTrainingTimeInSeconds?: number;
|
|
742
|
+
TrainingEndTimestamp?: Date;
|
|
743
|
+
OutputConfig?: OutputConfig;
|
|
744
|
+
TrainingDataResult?: TrainingDataResult;
|
|
745
|
+
TestingDataResult?: TestingDataResult;
|
|
746
|
+
EvaluationResult?: EvaluationResult;
|
|
747
|
+
ManifestSummary?: GroundTruthManifest;
|
|
748
|
+
KmsKeyId?: string;
|
|
749
|
+
MaxInferenceUnits?: number;
|
|
750
|
+
SourceProjectVersionArn?: string;
|
|
751
|
+
}
|
|
752
|
+
export interface DescribeProjectVersionsResponse {
|
|
753
|
+
ProjectVersionDescriptions?: ProjectVersionDescription[];
|
|
754
|
+
NextToken?: string;
|
|
755
|
+
}
|
|
756
|
+
export interface DescribeStreamProcessorRequest {
|
|
757
|
+
Name: string | undefined;
|
|
758
|
+
}
|
|
759
|
+
export declare enum StreamProcessorStatus {
|
|
760
|
+
FAILED = "FAILED",
|
|
761
|
+
RUNNING = "RUNNING",
|
|
762
|
+
STARTING = "STARTING",
|
|
763
|
+
STOPPED = "STOPPED",
|
|
764
|
+
STOPPING = "STOPPING",
|
|
765
|
+
UPDATING = "UPDATING",
|
|
766
|
+
}
|
|
767
|
+
export interface DescribeStreamProcessorResponse {
|
|
768
|
+
Name?: string;
|
|
769
|
+
StreamProcessorArn?: string;
|
|
770
|
+
Status?: StreamProcessorStatus | string;
|
|
771
|
+
StatusMessage?: string;
|
|
772
|
+
CreationTimestamp?: Date;
|
|
773
|
+
LastUpdateTimestamp?: Date;
|
|
774
|
+
Input?: StreamProcessorInput;
|
|
775
|
+
Output?: StreamProcessorOutput;
|
|
776
|
+
RoleArn?: string;
|
|
777
|
+
Settings?: StreamProcessorSettings;
|
|
778
|
+
NotificationChannel?: StreamProcessorNotificationChannel;
|
|
779
|
+
KmsKeyId?: string;
|
|
780
|
+
RegionsOfInterest?: RegionOfInterest[];
|
|
781
|
+
DataSharingPreference?: StreamProcessorDataSharingPreference;
|
|
782
|
+
}
|
|
783
|
+
export interface DetectCustomLabelsRequest {
|
|
784
|
+
ProjectVersionArn: string | undefined;
|
|
785
|
+
Image: Image | undefined;
|
|
786
|
+
MaxResults?: number;
|
|
787
|
+
MinConfidence?: number;
|
|
788
|
+
}
|
|
789
|
+
export interface DetectCustomLabelsResponse {
|
|
790
|
+
CustomLabels?: CustomLabel[];
|
|
791
|
+
}
|
|
792
|
+
export declare class ResourceNotReadyException extends __BaseException {
|
|
793
|
+
readonly name: "ResourceNotReadyException";
|
|
794
|
+
readonly $fault: "client";
|
|
795
|
+
Message?: string;
|
|
796
|
+
Code?: string;
|
|
797
|
+
Logref?: string;
|
|
798
|
+
constructor(
|
|
799
|
+
opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>
|
|
800
|
+
);
|
|
801
|
+
}
|
|
802
|
+
export interface DetectFacesRequest {
|
|
803
|
+
Image: Image | undefined;
|
|
804
|
+
Attributes?: (Attribute | string)[];
|
|
805
|
+
}
|
|
806
|
+
export interface DetectFacesResponse {
|
|
807
|
+
FaceDetails?: FaceDetail[];
|
|
808
|
+
OrientationCorrection?: OrientationCorrection | string;
|
|
809
|
+
}
|
|
810
|
+
export interface DetectionFilter {
|
|
811
|
+
MinConfidence?: number;
|
|
812
|
+
MinBoundingBoxHeight?: number;
|
|
813
|
+
MinBoundingBoxWidth?: number;
|
|
814
|
+
}
|
|
815
|
+
export interface DetectLabelsRequest {
|
|
816
|
+
Image: Image | undefined;
|
|
817
|
+
MaxLabels?: number;
|
|
818
|
+
MinConfidence?: number;
|
|
819
|
+
}
|
|
820
|
+
export interface Instance {
|
|
821
|
+
BoundingBox?: BoundingBox;
|
|
822
|
+
Confidence?: number;
|
|
823
|
+
}
|
|
824
|
+
export interface Parent {
|
|
825
|
+
Name?: string;
|
|
826
|
+
}
|
|
827
|
+
export interface Label {
|
|
828
|
+
Name?: string;
|
|
829
|
+
Confidence?: number;
|
|
830
|
+
Instances?: Instance[];
|
|
831
|
+
Parents?: Parent[];
|
|
832
|
+
}
|
|
833
|
+
export interface DetectLabelsResponse {
|
|
834
|
+
Labels?: Label[];
|
|
835
|
+
OrientationCorrection?: OrientationCorrection | string;
|
|
836
|
+
LabelModelVersion?: string;
|
|
837
|
+
}
|
|
838
|
+
export interface HumanLoopDataAttributes {
|
|
839
|
+
ContentClassifiers?: (ContentClassifier | string)[];
|
|
840
|
+
}
|
|
841
|
+
export interface HumanLoopConfig {
|
|
842
|
+
HumanLoopName: string | undefined;
|
|
843
|
+
FlowDefinitionArn: string | undefined;
|
|
844
|
+
DataAttributes?: HumanLoopDataAttributes;
|
|
845
|
+
}
|
|
846
|
+
export interface DetectModerationLabelsRequest {
|
|
847
|
+
Image: Image | undefined;
|
|
848
|
+
MinConfidence?: number;
|
|
849
|
+
HumanLoopConfig?: HumanLoopConfig;
|
|
850
|
+
}
|
|
851
|
+
export interface HumanLoopActivationOutput {
|
|
852
|
+
HumanLoopArn?: string;
|
|
853
|
+
HumanLoopActivationReasons?: string[];
|
|
854
|
+
HumanLoopActivationConditionsEvaluationResults?: __LazyJsonString | string;
|
|
855
|
+
}
|
|
856
|
+
export interface DetectModerationLabelsResponse {
|
|
857
|
+
ModerationLabels?: ModerationLabel[];
|
|
858
|
+
ModerationModelVersion?: string;
|
|
859
|
+
HumanLoopActivationOutput?: HumanLoopActivationOutput;
|
|
860
|
+
}
|
|
861
|
+
export declare class HumanLoopQuotaExceededException extends __BaseException {
|
|
862
|
+
readonly name: "HumanLoopQuotaExceededException";
|
|
863
|
+
readonly $fault: "client";
|
|
864
|
+
ResourceType?: string;
|
|
865
|
+
QuotaCode?: string;
|
|
866
|
+
ServiceCode?: string;
|
|
867
|
+
Message?: string;
|
|
868
|
+
Code?: string;
|
|
869
|
+
Logref?: string;
|
|
870
|
+
constructor(
|
|
871
|
+
opts: __ExceptionOptionType<
|
|
872
|
+
HumanLoopQuotaExceededException,
|
|
873
|
+
__BaseException
|
|
874
|
+
>
|
|
875
|
+
);
|
|
876
|
+
}
|
|
877
|
+
export interface ProtectiveEquipmentSummarizationAttributes {
|
|
878
|
+
MinConfidence: number | undefined;
|
|
879
|
+
RequiredEquipmentTypes: (ProtectiveEquipmentType | string)[] | undefined;
|
|
880
|
+
}
|
|
881
|
+
export interface DetectProtectiveEquipmentRequest {
|
|
882
|
+
Image: Image | undefined;
|
|
883
|
+
SummarizationAttributes?: ProtectiveEquipmentSummarizationAttributes;
|
|
884
|
+
}
|
|
885
|
+
export interface ProtectiveEquipmentPerson {
|
|
886
|
+
BodyParts?: ProtectiveEquipmentBodyPart[];
|
|
887
|
+
BoundingBox?: BoundingBox;
|
|
888
|
+
Confidence?: number;
|
|
889
|
+
Id?: number;
|
|
890
|
+
}
|
|
891
|
+
export interface ProtectiveEquipmentSummary {
|
|
892
|
+
PersonsWithRequiredEquipment?: number[];
|
|
893
|
+
PersonsWithoutRequiredEquipment?: number[];
|
|
894
|
+
PersonsIndeterminate?: number[];
|
|
895
|
+
}
|
|
896
|
+
export interface DetectProtectiveEquipmentResponse {
|
|
897
|
+
ProtectiveEquipmentModelVersion?: string;
|
|
898
|
+
Persons?: ProtectiveEquipmentPerson[];
|
|
899
|
+
Summary?: ProtectiveEquipmentSummary;
|
|
900
|
+
}
|
|
901
|
+
export interface DetectTextFilters {
|
|
902
|
+
WordFilter?: DetectionFilter;
|
|
903
|
+
RegionsOfInterest?: RegionOfInterest[];
|
|
904
|
+
}
|
|
905
|
+
export interface DetectTextRequest {
|
|
906
|
+
Image: Image | undefined;
|
|
907
|
+
Filters?: DetectTextFilters;
|
|
908
|
+
}
|
|
909
|
+
export declare enum TextTypes {
|
|
910
|
+
LINE = "LINE",
|
|
911
|
+
WORD = "WORD",
|
|
912
|
+
}
|
|
913
|
+
export interface TextDetection {
|
|
914
|
+
DetectedText?: string;
|
|
915
|
+
Type?: TextTypes | string;
|
|
916
|
+
Id?: number;
|
|
917
|
+
ParentId?: number;
|
|
918
|
+
Confidence?: number;
|
|
919
|
+
Geometry?: Geometry;
|
|
920
|
+
}
|
|
921
|
+
export interface DetectTextResponse {
|
|
922
|
+
TextDetections?: TextDetection[];
|
|
923
|
+
TextModelVersion?: string;
|
|
924
|
+
}
|
|
925
|
+
export interface DistributeDataset {
|
|
926
|
+
Arn: string | undefined;
|
|
927
|
+
}
|
|
928
|
+
export interface DistributeDatasetEntriesRequest {
|
|
929
|
+
Datasets: DistributeDataset[] | undefined;
|
|
930
|
+
}
|
|
931
|
+
export interface DistributeDatasetEntriesResponse {}
|
|
932
|
+
export interface Face {
|
|
933
|
+
FaceId?: string;
|
|
934
|
+
BoundingBox?: BoundingBox;
|
|
935
|
+
ImageId?: string;
|
|
936
|
+
ExternalImageId?: string;
|
|
937
|
+
Confidence?: number;
|
|
938
|
+
IndexFacesModelVersion?: string;
|
|
939
|
+
}
|
|
940
|
+
export declare enum FaceAttributes {
|
|
941
|
+
ALL = "ALL",
|
|
942
|
+
DEFAULT = "DEFAULT",
|
|
943
|
+
}
|
|
944
|
+
export interface FaceDetection {
|
|
945
|
+
Timestamp?: number;
|
|
946
|
+
Face?: FaceDetail;
|
|
947
|
+
}
|
|
948
|
+
export interface FaceMatch {
|
|
949
|
+
Similarity?: number;
|
|
950
|
+
Face?: Face;
|
|
951
|
+
}
|
|
952
|
+
export interface FaceRecord {
|
|
953
|
+
Face?: Face;
|
|
954
|
+
FaceDetail?: FaceDetail;
|
|
955
|
+
}
|
|
956
|
+
export declare enum FaceSearchSortBy {
|
|
957
|
+
INDEX = "INDEX",
|
|
958
|
+
TIMESTAMP = "TIMESTAMP",
|
|
959
|
+
}
|
|
960
|
+
export interface GetCelebrityInfoRequest {
|
|
961
|
+
Id: string | undefined;
|
|
962
|
+
}
|
|
963
|
+
export interface GetCelebrityInfoResponse {
|
|
964
|
+
Urls?: string[];
|
|
965
|
+
Name?: string;
|
|
966
|
+
KnownGender?: KnownGender;
|
|
967
|
+
}
|
|
968
|
+
export interface GetCelebrityRecognitionRequest {
|
|
969
|
+
JobId: string | undefined;
|
|
970
|
+
MaxResults?: number;
|
|
971
|
+
NextToken?: string;
|
|
972
|
+
SortBy?: CelebrityRecognitionSortBy | string;
|
|
973
|
+
}
|
|
974
|
+
export declare enum VideoJobStatus {
|
|
975
|
+
FAILED = "FAILED",
|
|
976
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
977
|
+
SUCCEEDED = "SUCCEEDED",
|
|
978
|
+
}
|
|
979
|
+
export declare enum VideoColorRange {
|
|
980
|
+
FULL = "FULL",
|
|
981
|
+
LIMITED = "LIMITED",
|
|
982
|
+
}
|
|
983
|
+
export interface VideoMetadata {
|
|
984
|
+
Codec?: string;
|
|
985
|
+
DurationMillis?: number;
|
|
986
|
+
Format?: string;
|
|
987
|
+
FrameRate?: number;
|
|
988
|
+
FrameHeight?: number;
|
|
989
|
+
FrameWidth?: number;
|
|
990
|
+
ColorRange?: VideoColorRange | string;
|
|
991
|
+
}
|
|
992
|
+
export interface GetCelebrityRecognitionResponse {
|
|
993
|
+
JobStatus?: VideoJobStatus | string;
|
|
994
|
+
StatusMessage?: string;
|
|
995
|
+
VideoMetadata?: VideoMetadata;
|
|
996
|
+
NextToken?: string;
|
|
997
|
+
Celebrities?: CelebrityRecognition[];
|
|
998
|
+
}
|
|
999
|
+
export interface GetContentModerationRequest {
|
|
1000
|
+
JobId: string | undefined;
|
|
1001
|
+
MaxResults?: number;
|
|
1002
|
+
NextToken?: string;
|
|
1003
|
+
SortBy?: ContentModerationSortBy | string;
|
|
1004
|
+
}
|
|
1005
|
+
export interface GetContentModerationResponse {
|
|
1006
|
+
JobStatus?: VideoJobStatus | string;
|
|
1007
|
+
StatusMessage?: string;
|
|
1008
|
+
VideoMetadata?: VideoMetadata;
|
|
1009
|
+
ModerationLabels?: ContentModerationDetection[];
|
|
1010
|
+
NextToken?: string;
|
|
1011
|
+
ModerationModelVersion?: string;
|
|
1012
|
+
}
|
|
1013
|
+
export interface GetFaceDetectionRequest {
|
|
1014
|
+
JobId: string | undefined;
|
|
1015
|
+
MaxResults?: number;
|
|
1016
|
+
NextToken?: string;
|
|
1017
|
+
}
|
|
1018
|
+
export interface GetFaceDetectionResponse {
|
|
1019
|
+
JobStatus?: VideoJobStatus | string;
|
|
1020
|
+
StatusMessage?: string;
|
|
1021
|
+
VideoMetadata?: VideoMetadata;
|
|
1022
|
+
NextToken?: string;
|
|
1023
|
+
Faces?: FaceDetection[];
|
|
1024
|
+
}
|
|
1025
|
+
export interface GetFaceSearchRequest {
|
|
1026
|
+
JobId: string | undefined;
|
|
1027
|
+
MaxResults?: number;
|
|
1028
|
+
NextToken?: string;
|
|
1029
|
+
SortBy?: FaceSearchSortBy | string;
|
|
1030
|
+
}
|
|
1031
|
+
export interface PersonDetail {
|
|
1032
|
+
Index?: number;
|
|
1033
|
+
BoundingBox?: BoundingBox;
|
|
1034
|
+
Face?: FaceDetail;
|
|
1035
|
+
}
|
|
1036
|
+
export interface PersonMatch {
|
|
1037
|
+
Timestamp?: number;
|
|
1038
|
+
Person?: PersonDetail;
|
|
1039
|
+
FaceMatches?: FaceMatch[];
|
|
1040
|
+
}
|
|
1041
|
+
export interface GetFaceSearchResponse {
|
|
1042
|
+
JobStatus?: VideoJobStatus | string;
|
|
1043
|
+
StatusMessage?: string;
|
|
1044
|
+
NextToken?: string;
|
|
1045
|
+
VideoMetadata?: VideoMetadata;
|
|
1046
|
+
Persons?: PersonMatch[];
|
|
1047
|
+
}
|
|
1048
|
+
export declare enum LabelDetectionSortBy {
|
|
1049
|
+
NAME = "NAME",
|
|
1050
|
+
TIMESTAMP = "TIMESTAMP",
|
|
1051
|
+
}
|
|
1052
|
+
export interface GetLabelDetectionRequest {
|
|
1053
|
+
JobId: string | undefined;
|
|
1054
|
+
MaxResults?: number;
|
|
1055
|
+
NextToken?: string;
|
|
1056
|
+
SortBy?: LabelDetectionSortBy | string;
|
|
1057
|
+
}
|
|
1058
|
+
export interface LabelDetection {
|
|
1059
|
+
Timestamp?: number;
|
|
1060
|
+
Label?: Label;
|
|
1061
|
+
}
|
|
1062
|
+
export interface GetLabelDetectionResponse {
|
|
1063
|
+
JobStatus?: VideoJobStatus | string;
|
|
1064
|
+
StatusMessage?: string;
|
|
1065
|
+
VideoMetadata?: VideoMetadata;
|
|
1066
|
+
NextToken?: string;
|
|
1067
|
+
Labels?: LabelDetection[];
|
|
1068
|
+
LabelModelVersion?: string;
|
|
1069
|
+
}
|
|
1070
|
+
export declare enum PersonTrackingSortBy {
|
|
1071
|
+
INDEX = "INDEX",
|
|
1072
|
+
TIMESTAMP = "TIMESTAMP",
|
|
1073
|
+
}
|
|
1074
|
+
export interface GetPersonTrackingRequest {
|
|
1075
|
+
JobId: string | undefined;
|
|
1076
|
+
MaxResults?: number;
|
|
1077
|
+
NextToken?: string;
|
|
1078
|
+
SortBy?: PersonTrackingSortBy | string;
|
|
1079
|
+
}
|
|
1080
|
+
export interface PersonDetection {
|
|
1081
|
+
Timestamp?: number;
|
|
1082
|
+
Person?: PersonDetail;
|
|
1083
|
+
}
|
|
1084
|
+
export interface GetPersonTrackingResponse {
|
|
1085
|
+
JobStatus?: VideoJobStatus | string;
|
|
1086
|
+
StatusMessage?: string;
|
|
1087
|
+
VideoMetadata?: VideoMetadata;
|
|
1088
|
+
NextToken?: string;
|
|
1089
|
+
Persons?: PersonDetection[];
|
|
1090
|
+
}
|
|
1091
|
+
export interface GetSegmentDetectionRequest {
|
|
1092
|
+
JobId: string | undefined;
|
|
1093
|
+
MaxResults?: number;
|
|
1094
|
+
NextToken?: string;
|
|
1095
|
+
}
|
|
1096
|
+
export interface ShotSegment {
|
|
1097
|
+
Index?: number;
|
|
1098
|
+
Confidence?: number;
|
|
1099
|
+
}
|
|
1100
|
+
export declare enum TechnicalCueType {
|
|
1101
|
+
BLACK_FRAMES = "BlackFrames",
|
|
1102
|
+
COLOR_BARS = "ColorBars",
|
|
1103
|
+
CONTENT = "Content",
|
|
1104
|
+
END_CREDITS = "EndCredits",
|
|
1105
|
+
OPENING_CREDITS = "OpeningCredits",
|
|
1106
|
+
SLATE = "Slate",
|
|
1107
|
+
STUDIO_LOGO = "StudioLogo",
|
|
1108
|
+
}
|
|
1109
|
+
export interface TechnicalCueSegment {
|
|
1110
|
+
Type?: TechnicalCueType | string;
|
|
1111
|
+
Confidence?: number;
|
|
1112
|
+
}
|
|
1113
|
+
export declare enum SegmentType {
|
|
1114
|
+
SHOT = "SHOT",
|
|
1115
|
+
TECHNICAL_CUE = "TECHNICAL_CUE",
|
|
1116
|
+
}
|
|
1117
|
+
export interface SegmentDetection {
|
|
1118
|
+
Type?: SegmentType | string;
|
|
1119
|
+
StartTimestampMillis?: number;
|
|
1120
|
+
EndTimestampMillis?: number;
|
|
1121
|
+
DurationMillis?: number;
|
|
1122
|
+
StartTimecodeSMPTE?: string;
|
|
1123
|
+
EndTimecodeSMPTE?: string;
|
|
1124
|
+
DurationSMPTE?: string;
|
|
1125
|
+
TechnicalCueSegment?: TechnicalCueSegment;
|
|
1126
|
+
ShotSegment?: ShotSegment;
|
|
1127
|
+
StartFrameNumber?: number;
|
|
1128
|
+
EndFrameNumber?: number;
|
|
1129
|
+
DurationFrames?: number;
|
|
1130
|
+
}
|
|
1131
|
+
export interface SegmentTypeInfo {
|
|
1132
|
+
Type?: SegmentType | string;
|
|
1133
|
+
ModelVersion?: string;
|
|
1134
|
+
}
|
|
1135
|
+
export interface GetSegmentDetectionResponse {
|
|
1136
|
+
JobStatus?: VideoJobStatus | string;
|
|
1137
|
+
StatusMessage?: string;
|
|
1138
|
+
VideoMetadata?: VideoMetadata[];
|
|
1139
|
+
AudioMetadata?: AudioMetadata[];
|
|
1140
|
+
NextToken?: string;
|
|
1141
|
+
Segments?: SegmentDetection[];
|
|
1142
|
+
SelectedSegmentTypes?: SegmentTypeInfo[];
|
|
1143
|
+
}
|
|
1144
|
+
export interface GetTextDetectionRequest {
|
|
1145
|
+
JobId: string | undefined;
|
|
1146
|
+
MaxResults?: number;
|
|
1147
|
+
NextToken?: string;
|
|
1148
|
+
}
|
|
1149
|
+
export interface TextDetectionResult {
|
|
1150
|
+
Timestamp?: number;
|
|
1151
|
+
TextDetection?: TextDetection;
|
|
1152
|
+
}
|
|
1153
|
+
export interface GetTextDetectionResponse {
|
|
1154
|
+
JobStatus?: VideoJobStatus | string;
|
|
1155
|
+
StatusMessage?: string;
|
|
1156
|
+
VideoMetadata?: VideoMetadata;
|
|
1157
|
+
TextDetections?: TextDetectionResult[];
|
|
1158
|
+
NextToken?: string;
|
|
1159
|
+
TextModelVersion?: string;
|
|
1160
|
+
}
|
|
1161
|
+
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
1162
|
+
readonly name: "IdempotentParameterMismatchException";
|
|
1163
|
+
readonly $fault: "client";
|
|
1164
|
+
Message?: string;
|
|
1165
|
+
Code?: string;
|
|
1166
|
+
Logref?: string;
|
|
1167
|
+
constructor(
|
|
1168
|
+
opts: __ExceptionOptionType<
|
|
1169
|
+
IdempotentParameterMismatchException,
|
|
1170
|
+
__BaseException
|
|
1171
|
+
>
|
|
1172
|
+
);
|
|
1173
|
+
}
|
|
1174
|
+
export interface IndexFacesRequest {
|
|
1175
|
+
CollectionId: string | undefined;
|
|
1176
|
+
Image: Image | undefined;
|
|
1177
|
+
ExternalImageId?: string;
|
|
1178
|
+
DetectionAttributes?: (Attribute | string)[];
|
|
1179
|
+
MaxFaces?: number;
|
|
1180
|
+
QualityFilter?: QualityFilter | string;
|
|
1181
|
+
}
|
|
1182
|
+
export declare enum Reason {
|
|
1183
|
+
EXCEEDS_MAX_FACES = "EXCEEDS_MAX_FACES",
|
|
1184
|
+
EXTREME_POSE = "EXTREME_POSE",
|
|
1185
|
+
LOW_BRIGHTNESS = "LOW_BRIGHTNESS",
|
|
1186
|
+
LOW_CONFIDENCE = "LOW_CONFIDENCE",
|
|
1187
|
+
LOW_FACE_QUALITY = "LOW_FACE_QUALITY",
|
|
1188
|
+
LOW_SHARPNESS = "LOW_SHARPNESS",
|
|
1189
|
+
SMALL_BOUNDING_BOX = "SMALL_BOUNDING_BOX",
|
|
1190
|
+
}
|
|
1191
|
+
export interface UnindexedFace {
|
|
1192
|
+
Reasons?: (Reason | string)[];
|
|
1193
|
+
FaceDetail?: FaceDetail;
|
|
1194
|
+
}
|
|
1195
|
+
export interface IndexFacesResponse {
|
|
1196
|
+
FaceRecords?: FaceRecord[];
|
|
1197
|
+
OrientationCorrection?: OrientationCorrection | string;
|
|
1198
|
+
FaceModelVersion?: string;
|
|
1199
|
+
UnindexedFaces?: UnindexedFace[];
|
|
1200
|
+
}
|
|
1201
|
+
export interface KinesisVideoStreamStartSelector {
|
|
1202
|
+
ProducerTimestamp?: number;
|
|
1203
|
+
FragmentNumber?: string;
|
|
1204
|
+
}
|
|
1205
|
+
export interface ListCollectionsRequest {
|
|
1206
|
+
NextToken?: string;
|
|
1207
|
+
MaxResults?: number;
|
|
1208
|
+
}
|
|
1209
|
+
export interface ListCollectionsResponse {
|
|
1210
|
+
CollectionIds?: string[];
|
|
1211
|
+
NextToken?: string;
|
|
1212
|
+
FaceModelVersions?: string[];
|
|
1213
|
+
}
|
|
1214
|
+
export interface ListDatasetEntriesRequest {
|
|
1215
|
+
DatasetArn: string | undefined;
|
|
1216
|
+
ContainsLabels?: string[];
|
|
1217
|
+
Labeled?: boolean;
|
|
1218
|
+
SourceRefContains?: string;
|
|
1219
|
+
HasErrors?: boolean;
|
|
1220
|
+
NextToken?: string;
|
|
1221
|
+
MaxResults?: number;
|
|
1222
|
+
}
|
|
1223
|
+
export interface ListDatasetEntriesResponse {
|
|
1224
|
+
DatasetEntries?: string[];
|
|
1225
|
+
NextToken?: string;
|
|
1226
|
+
}
|
|
1227
|
+
export interface ListDatasetLabelsRequest {
|
|
1228
|
+
DatasetArn: string | undefined;
|
|
1229
|
+
NextToken?: string;
|
|
1230
|
+
MaxResults?: number;
|
|
1231
|
+
}
|
|
1232
|
+
export interface ListDatasetLabelsResponse {
|
|
1233
|
+
DatasetLabelDescriptions?: DatasetLabelDescription[];
|
|
1234
|
+
NextToken?: string;
|
|
1235
|
+
}
|
|
1236
|
+
export interface ListFacesRequest {
|
|
1237
|
+
CollectionId: string | undefined;
|
|
1238
|
+
NextToken?: string;
|
|
1239
|
+
MaxResults?: number;
|
|
1240
|
+
}
|
|
1241
|
+
export interface ListFacesResponse {
|
|
1242
|
+
Faces?: Face[];
|
|
1243
|
+
NextToken?: string;
|
|
1244
|
+
FaceModelVersion?: string;
|
|
1245
|
+
}
|
|
1246
|
+
export interface ListProjectPoliciesRequest {
|
|
1247
|
+
ProjectArn: string | undefined;
|
|
1248
|
+
NextToken?: string;
|
|
1249
|
+
MaxResults?: number;
|
|
1250
|
+
}
|
|
1251
|
+
export interface ProjectPolicy {
|
|
1252
|
+
ProjectArn?: string;
|
|
1253
|
+
PolicyName?: string;
|
|
1254
|
+
PolicyRevisionId?: string;
|
|
1255
|
+
PolicyDocument?: string;
|
|
1256
|
+
CreationTimestamp?: Date;
|
|
1257
|
+
LastUpdatedTimestamp?: Date;
|
|
1258
|
+
}
|
|
1259
|
+
export interface ListProjectPoliciesResponse {
|
|
1260
|
+
ProjectPolicies?: ProjectPolicy[];
|
|
1261
|
+
NextToken?: string;
|
|
1262
|
+
}
|
|
1263
|
+
export interface ListStreamProcessorsRequest {
|
|
1264
|
+
NextToken?: string;
|
|
1265
|
+
MaxResults?: number;
|
|
1266
|
+
}
|
|
1267
|
+
export interface StreamProcessor {
|
|
1268
|
+
Name?: string;
|
|
1269
|
+
Status?: StreamProcessorStatus | string;
|
|
1270
|
+
}
|
|
1271
|
+
export interface ListStreamProcessorsResponse {
|
|
1272
|
+
NextToken?: string;
|
|
1273
|
+
StreamProcessors?: StreamProcessor[];
|
|
1274
|
+
}
|
|
1275
|
+
export interface ListTagsForResourceRequest {
|
|
1276
|
+
ResourceArn: string | undefined;
|
|
1277
|
+
}
|
|
1278
|
+
export interface ListTagsForResourceResponse {
|
|
1279
|
+
Tags?: Record<string, string>;
|
|
1280
|
+
}
|
|
1281
|
+
export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
1282
|
+
readonly name: "MalformedPolicyDocumentException";
|
|
1283
|
+
readonly $fault: "client";
|
|
1284
|
+
Message?: string;
|
|
1285
|
+
Code?: string;
|
|
1286
|
+
Logref?: string;
|
|
1287
|
+
constructor(
|
|
1288
|
+
opts: __ExceptionOptionType<
|
|
1289
|
+
MalformedPolicyDocumentException,
|
|
1290
|
+
__BaseException
|
|
1291
|
+
>
|
|
1292
|
+
);
|
|
1293
|
+
}
|
|
1294
|
+
export interface NotificationChannel {
|
|
1295
|
+
SNSTopicArn: string | undefined;
|
|
1296
|
+
RoleArn: string | undefined;
|
|
1297
|
+
}
|
|
1298
|
+
export interface PutProjectPolicyRequest {
|
|
1299
|
+
ProjectArn: string | undefined;
|
|
1300
|
+
PolicyName: string | undefined;
|
|
1301
|
+
PolicyRevisionId?: string;
|
|
1302
|
+
PolicyDocument: string | undefined;
|
|
1303
|
+
}
|
|
1304
|
+
export interface PutProjectPolicyResponse {
|
|
1305
|
+
PolicyRevisionId?: string;
|
|
1306
|
+
}
|
|
1307
|
+
export interface RecognizeCelebritiesRequest {
|
|
1308
|
+
Image: Image | undefined;
|
|
1309
|
+
}
|
|
1310
|
+
export interface RecognizeCelebritiesResponse {
|
|
1311
|
+
CelebrityFaces?: Celebrity[];
|
|
1312
|
+
UnrecognizedFaces?: ComparedFace[];
|
|
1313
|
+
OrientationCorrection?: OrientationCorrection | string;
|
|
1314
|
+
}
|
|
1315
|
+
export interface SearchFacesRequest {
|
|
1316
|
+
CollectionId: string | undefined;
|
|
1317
|
+
FaceId: string | undefined;
|
|
1318
|
+
MaxFaces?: number;
|
|
1319
|
+
FaceMatchThreshold?: number;
|
|
1320
|
+
}
|
|
1321
|
+
export interface SearchFacesResponse {
|
|
1322
|
+
SearchedFaceId?: string;
|
|
1323
|
+
FaceMatches?: FaceMatch[];
|
|
1324
|
+
FaceModelVersion?: string;
|
|
1325
|
+
}
|
|
1326
|
+
export interface SearchFacesByImageRequest {
|
|
1327
|
+
CollectionId: string | undefined;
|
|
1328
|
+
Image: Image | undefined;
|
|
1329
|
+
MaxFaces?: number;
|
|
1330
|
+
FaceMatchThreshold?: number;
|
|
1331
|
+
QualityFilter?: QualityFilter | string;
|
|
1332
|
+
}
|
|
1333
|
+
export interface SearchFacesByImageResponse {
|
|
1334
|
+
SearchedFaceBoundingBox?: BoundingBox;
|
|
1335
|
+
SearchedFaceConfidence?: number;
|
|
1336
|
+
FaceMatches?: FaceMatch[];
|
|
1337
|
+
FaceModelVersion?: string;
|
|
1338
|
+
}
|
|
1339
|
+
export interface Video {
|
|
1340
|
+
S3Object?: S3Object;
|
|
1341
|
+
}
|
|
1342
|
+
export interface StartCelebrityRecognitionRequest {
|
|
1343
|
+
Video: Video | undefined;
|
|
1344
|
+
ClientRequestToken?: string;
|
|
1345
|
+
NotificationChannel?: NotificationChannel;
|
|
1346
|
+
JobTag?: string;
|
|
1347
|
+
}
|
|
1348
|
+
export interface StartCelebrityRecognitionResponse {
|
|
1349
|
+
JobId?: string;
|
|
1350
|
+
}
|
|
1351
|
+
export declare class VideoTooLargeException extends __BaseException {
|
|
1352
|
+
readonly name: "VideoTooLargeException";
|
|
1353
|
+
readonly $fault: "client";
|
|
1354
|
+
Message?: string;
|
|
1355
|
+
Code?: string;
|
|
1356
|
+
Logref?: string;
|
|
1357
|
+
constructor(
|
|
1358
|
+
opts: __ExceptionOptionType<VideoTooLargeException, __BaseException>
|
|
1359
|
+
);
|
|
1360
|
+
}
|
|
1361
|
+
export interface StartContentModerationRequest {
|
|
1362
|
+
Video: Video | undefined;
|
|
1363
|
+
MinConfidence?: number;
|
|
1364
|
+
ClientRequestToken?: string;
|
|
1365
|
+
NotificationChannel?: NotificationChannel;
|
|
1366
|
+
JobTag?: string;
|
|
1367
|
+
}
|
|
1368
|
+
export interface StartContentModerationResponse {
|
|
1369
|
+
JobId?: string;
|
|
1370
|
+
}
|
|
1371
|
+
export interface StartFaceDetectionRequest {
|
|
1372
|
+
Video: Video | undefined;
|
|
1373
|
+
ClientRequestToken?: string;
|
|
1374
|
+
NotificationChannel?: NotificationChannel;
|
|
1375
|
+
FaceAttributes?: FaceAttributes | string;
|
|
1376
|
+
JobTag?: string;
|
|
1377
|
+
}
|
|
1378
|
+
export interface StartFaceDetectionResponse {
|
|
1379
|
+
JobId?: string;
|
|
1380
|
+
}
|
|
1381
|
+
export interface StartFaceSearchRequest {
|
|
1382
|
+
Video: Video | undefined;
|
|
1383
|
+
ClientRequestToken?: string;
|
|
1384
|
+
FaceMatchThreshold?: number;
|
|
1385
|
+
CollectionId: string | undefined;
|
|
1386
|
+
NotificationChannel?: NotificationChannel;
|
|
1387
|
+
JobTag?: string;
|
|
1388
|
+
}
|
|
1389
|
+
export interface StartFaceSearchResponse {
|
|
1390
|
+
JobId?: string;
|
|
1391
|
+
}
|
|
1392
|
+
export interface StartLabelDetectionRequest {
|
|
1393
|
+
Video: Video | undefined;
|
|
1394
|
+
ClientRequestToken?: string;
|
|
1395
|
+
MinConfidence?: number;
|
|
1396
|
+
NotificationChannel?: NotificationChannel;
|
|
1397
|
+
JobTag?: string;
|
|
1398
|
+
}
|
|
1399
|
+
export interface StartLabelDetectionResponse {
|
|
1400
|
+
JobId?: string;
|
|
1401
|
+
}
|
|
1402
|
+
export interface StartPersonTrackingRequest {
|
|
1403
|
+
Video: Video | undefined;
|
|
1404
|
+
ClientRequestToken?: string;
|
|
1405
|
+
NotificationChannel?: NotificationChannel;
|
|
1406
|
+
JobTag?: string;
|
|
1407
|
+
}
|
|
1408
|
+
export interface StartPersonTrackingResponse {
|
|
1409
|
+
JobId?: string;
|
|
1410
|
+
}
|
|
1411
|
+
export interface StartProjectVersionRequest {
|
|
1412
|
+
ProjectVersionArn: string | undefined;
|
|
1413
|
+
MinInferenceUnits: number | undefined;
|
|
1414
|
+
MaxInferenceUnits?: number;
|
|
1415
|
+
}
|
|
1416
|
+
export interface StartProjectVersionResponse {
|
|
1417
|
+
Status?: ProjectVersionStatus | string;
|
|
1418
|
+
}
|
|
1419
|
+
export interface StartShotDetectionFilter {
|
|
1420
|
+
MinSegmentConfidence?: number;
|
|
1421
|
+
}
|
|
1422
|
+
export interface StartTechnicalCueDetectionFilter {
|
|
1423
|
+
MinSegmentConfidence?: number;
|
|
1424
|
+
BlackFrame?: BlackFrame;
|
|
1425
|
+
}
|
|
1426
|
+
export interface StartSegmentDetectionFilters {
|
|
1427
|
+
TechnicalCueFilter?: StartTechnicalCueDetectionFilter;
|
|
1428
|
+
ShotFilter?: StartShotDetectionFilter;
|
|
1429
|
+
}
|
|
1430
|
+
export interface StartSegmentDetectionRequest {
|
|
1431
|
+
Video: Video | undefined;
|
|
1432
|
+
ClientRequestToken?: string;
|
|
1433
|
+
NotificationChannel?: NotificationChannel;
|
|
1434
|
+
JobTag?: string;
|
|
1435
|
+
Filters?: StartSegmentDetectionFilters;
|
|
1436
|
+
SegmentTypes: (SegmentType | string)[] | undefined;
|
|
1437
|
+
}
|
|
1438
|
+
export interface StartSegmentDetectionResponse {
|
|
1439
|
+
JobId?: string;
|
|
1440
|
+
}
|
|
1441
|
+
export interface StreamProcessingStartSelector {
|
|
1442
|
+
KVSStreamStartSelector?: KinesisVideoStreamStartSelector;
|
|
1443
|
+
}
|
|
1444
|
+
export interface StreamProcessingStopSelector {
|
|
1445
|
+
MaxDurationInSeconds?: number;
|
|
1446
|
+
}
|
|
1447
|
+
export interface StartStreamProcessorRequest {
|
|
1448
|
+
Name: string | undefined;
|
|
1449
|
+
StartSelector?: StreamProcessingStartSelector;
|
|
1450
|
+
StopSelector?: StreamProcessingStopSelector;
|
|
1451
|
+
}
|
|
1452
|
+
export interface StartStreamProcessorResponse {
|
|
1453
|
+
SessionId?: string;
|
|
1454
|
+
}
|
|
1455
|
+
export interface StartTextDetectionFilters {
|
|
1456
|
+
WordFilter?: DetectionFilter;
|
|
1457
|
+
RegionsOfInterest?: RegionOfInterest[];
|
|
1458
|
+
}
|
|
1459
|
+
export interface StartTextDetectionRequest {
|
|
1460
|
+
Video: Video | undefined;
|
|
1461
|
+
ClientRequestToken?: string;
|
|
1462
|
+
NotificationChannel?: NotificationChannel;
|
|
1463
|
+
JobTag?: string;
|
|
1464
|
+
Filters?: StartTextDetectionFilters;
|
|
1465
|
+
}
|
|
1466
|
+
export interface StartTextDetectionResponse {
|
|
1467
|
+
JobId?: string;
|
|
1468
|
+
}
|
|
1469
|
+
export interface StopProjectVersionRequest {
|
|
1470
|
+
ProjectVersionArn: string | undefined;
|
|
1471
|
+
}
|
|
1472
|
+
export interface StopProjectVersionResponse {
|
|
1473
|
+
Status?: ProjectVersionStatus | string;
|
|
1474
|
+
}
|
|
1475
|
+
export interface StopStreamProcessorRequest {
|
|
1476
|
+
Name: string | undefined;
|
|
1477
|
+
}
|
|
1478
|
+
export interface StopStreamProcessorResponse {}
|
|
1479
|
+
export interface TagResourceRequest {
|
|
1480
|
+
ResourceArn: string | undefined;
|
|
1481
|
+
Tags: Record<string, string> | undefined;
|
|
1482
|
+
}
|
|
1483
|
+
export interface TagResourceResponse {}
|
|
1484
|
+
export interface UntagResourceRequest {
|
|
1485
|
+
ResourceArn: string | undefined;
|
|
1486
|
+
TagKeys: string[] | undefined;
|
|
1487
|
+
}
|
|
1488
|
+
export interface UntagResourceResponse {}
|
|
1489
|
+
export interface UpdateDatasetEntriesRequest {
|
|
1490
|
+
DatasetArn: string | undefined;
|
|
1491
|
+
Changes: DatasetChanges | undefined;
|
|
1492
|
+
}
|
|
1493
|
+
export interface UpdateDatasetEntriesResponse {}
|
|
1494
|
+
export declare enum StreamProcessorParameterToDelete {
|
|
1495
|
+
ConnectedHomeMinConfidence = "ConnectedHomeMinConfidence",
|
|
1496
|
+
RegionsOfInterest = "RegionsOfInterest",
|
|
1497
|
+
}
|
|
1498
|
+
export interface StreamProcessorSettingsForUpdate {
|
|
1499
|
+
ConnectedHomeForUpdate?: ConnectedHomeSettingsForUpdate;
|
|
1500
|
+
}
|
|
1501
|
+
export interface UpdateStreamProcessorRequest {
|
|
1502
|
+
Name: string | undefined;
|
|
1503
|
+
SettingsForUpdate?: StreamProcessorSettingsForUpdate;
|
|
1504
|
+
RegionsOfInterestForUpdate?: RegionOfInterest[];
|
|
1505
|
+
DataSharingPreferenceForUpdate?: StreamProcessorDataSharingPreference;
|
|
1506
|
+
ParametersToDelete?: (StreamProcessorParameterToDelete | string)[];
|
|
1507
|
+
}
|
|
1508
|
+
export interface UpdateStreamProcessorResponse {}
|
|
1509
|
+
export declare const AgeRangeFilterSensitiveLog: (obj: AgeRange) => any;
|
|
1510
|
+
export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
|
|
1511
|
+
export declare const GroundTruthManifestFilterSensitiveLog: (
|
|
1512
|
+
obj: GroundTruthManifest
|
|
1513
|
+
) => any;
|
|
1514
|
+
export declare const AssetFilterSensitiveLog: (obj: Asset) => any;
|
|
1515
|
+
export declare const AudioMetadataFilterSensitiveLog: (
|
|
1516
|
+
obj: AudioMetadata
|
|
1517
|
+
) => any;
|
|
1518
|
+
export declare const BeardFilterSensitiveLog: (obj: Beard) => any;
|
|
1519
|
+
export declare const BlackFrameFilterSensitiveLog: (obj: BlackFrame) => any;
|
|
1520
|
+
export declare const BoundingBoxFilterSensitiveLog: (obj: BoundingBox) => any;
|
|
1521
|
+
export declare const CoversBodyPartFilterSensitiveLog: (
|
|
1522
|
+
obj: CoversBodyPart
|
|
1523
|
+
) => any;
|
|
1524
|
+
export declare const EquipmentDetectionFilterSensitiveLog: (
|
|
1525
|
+
obj: EquipmentDetection
|
|
1526
|
+
) => any;
|
|
1527
|
+
export declare const ProtectiveEquipmentBodyPartFilterSensitiveLog: (
|
|
1528
|
+
obj: ProtectiveEquipmentBodyPart
|
|
1529
|
+
) => any;
|
|
1530
|
+
export declare const EmotionFilterSensitiveLog: (obj: Emotion) => any;
|
|
1531
|
+
export declare const LandmarkFilterSensitiveLog: (obj: Landmark) => any;
|
|
1532
|
+
export declare const PoseFilterSensitiveLog: (obj: Pose) => any;
|
|
1533
|
+
export declare const ImageQualityFilterSensitiveLog: (obj: ImageQuality) => any;
|
|
1534
|
+
export declare const SmileFilterSensitiveLog: (obj: Smile) => any;
|
|
1535
|
+
export declare const ComparedFaceFilterSensitiveLog: (obj: ComparedFace) => any;
|
|
1536
|
+
export declare const KnownGenderFilterSensitiveLog: (obj: KnownGender) => any;
|
|
1537
|
+
export declare const CelebrityFilterSensitiveLog: (obj: Celebrity) => any;
|
|
1538
|
+
export declare const EyeglassesFilterSensitiveLog: (obj: Eyeglasses) => any;
|
|
1539
|
+
export declare const EyeOpenFilterSensitiveLog: (obj: EyeOpen) => any;
|
|
1540
|
+
export declare const GenderFilterSensitiveLog: (obj: Gender) => any;
|
|
1541
|
+
export declare const MouthOpenFilterSensitiveLog: (obj: MouthOpen) => any;
|
|
1542
|
+
export declare const MustacheFilterSensitiveLog: (obj: Mustache) => any;
|
|
1543
|
+
export declare const SunglassesFilterSensitiveLog: (obj: Sunglasses) => any;
|
|
1544
|
+
export declare const FaceDetailFilterSensitiveLog: (obj: FaceDetail) => any;
|
|
1545
|
+
export declare const CelebrityDetailFilterSensitiveLog: (
|
|
1546
|
+
obj: CelebrityDetail
|
|
1547
|
+
) => any;
|
|
1548
|
+
export declare const CelebrityRecognitionFilterSensitiveLog: (
|
|
1549
|
+
obj: CelebrityRecognition
|
|
1550
|
+
) => any;
|
|
1551
|
+
export declare const ComparedSourceImageFaceFilterSensitiveLog: (
|
|
1552
|
+
obj: ComparedSourceImageFace
|
|
1553
|
+
) => any;
|
|
1554
|
+
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
1555
|
+
export declare const CompareFacesRequestFilterSensitiveLog: (
|
|
1556
|
+
obj: CompareFacesRequest
|
|
1557
|
+
) => any;
|
|
1558
|
+
export declare const CompareFacesMatchFilterSensitiveLog: (
|
|
1559
|
+
obj: CompareFacesMatch
|
|
1560
|
+
) => any;
|
|
1561
|
+
export declare const CompareFacesResponseFilterSensitiveLog: (
|
|
1562
|
+
obj: CompareFacesResponse
|
|
1563
|
+
) => any;
|
|
1564
|
+
export declare const ConnectedHomeSettingsFilterSensitiveLog: (
|
|
1565
|
+
obj: ConnectedHomeSettings
|
|
1566
|
+
) => any;
|
|
1567
|
+
export declare const ConnectedHomeSettingsForUpdateFilterSensitiveLog: (
|
|
1568
|
+
obj: ConnectedHomeSettingsForUpdate
|
|
1569
|
+
) => any;
|
|
1570
|
+
export declare const ModerationLabelFilterSensitiveLog: (
|
|
1571
|
+
obj: ModerationLabel
|
|
1572
|
+
) => any;
|
|
1573
|
+
export declare const ContentModerationDetectionFilterSensitiveLog: (
|
|
1574
|
+
obj: ContentModerationDetection
|
|
1575
|
+
) => any;
|
|
1576
|
+
export declare const OutputConfigFilterSensitiveLog: (obj: OutputConfig) => any;
|
|
1577
|
+
export declare const CopyProjectVersionRequestFilterSensitiveLog: (
|
|
1578
|
+
obj: CopyProjectVersionRequest
|
|
1579
|
+
) => any;
|
|
1580
|
+
export declare const CopyProjectVersionResponseFilterSensitiveLog: (
|
|
1581
|
+
obj: CopyProjectVersionResponse
|
|
1582
|
+
) => any;
|
|
1583
|
+
export declare const CreateCollectionRequestFilterSensitiveLog: (
|
|
1584
|
+
obj: CreateCollectionRequest
|
|
1585
|
+
) => any;
|
|
1586
|
+
export declare const CreateCollectionResponseFilterSensitiveLog: (
|
|
1587
|
+
obj: CreateCollectionResponse
|
|
1588
|
+
) => any;
|
|
1589
|
+
export declare const DatasetSourceFilterSensitiveLog: (
|
|
1590
|
+
obj: DatasetSource
|
|
1591
|
+
) => any;
|
|
1592
|
+
export declare const CreateDatasetRequestFilterSensitiveLog: (
|
|
1593
|
+
obj: CreateDatasetRequest
|
|
1594
|
+
) => any;
|
|
1595
|
+
export declare const CreateDatasetResponseFilterSensitiveLog: (
|
|
1596
|
+
obj: CreateDatasetResponse
|
|
1597
|
+
) => any;
|
|
1598
|
+
export declare const CreateProjectRequestFilterSensitiveLog: (
|
|
1599
|
+
obj: CreateProjectRequest
|
|
1600
|
+
) => any;
|
|
1601
|
+
export declare const CreateProjectResponseFilterSensitiveLog: (
|
|
1602
|
+
obj: CreateProjectResponse
|
|
1603
|
+
) => any;
|
|
1604
|
+
export declare const TestingDataFilterSensitiveLog: (obj: TestingData) => any;
|
|
1605
|
+
export declare const TrainingDataFilterSensitiveLog: (obj: TrainingData) => any;
|
|
1606
|
+
export declare const CreateProjectVersionRequestFilterSensitiveLog: (
|
|
1607
|
+
obj: CreateProjectVersionRequest
|
|
1608
|
+
) => any;
|
|
1609
|
+
export declare const CreateProjectVersionResponseFilterSensitiveLog: (
|
|
1610
|
+
obj: CreateProjectVersionResponse
|
|
1611
|
+
) => any;
|
|
1612
|
+
export declare const StreamProcessorDataSharingPreferenceFilterSensitiveLog: (
|
|
1613
|
+
obj: StreamProcessorDataSharingPreference
|
|
1614
|
+
) => any;
|
|
1615
|
+
export declare const KinesisVideoStreamFilterSensitiveLog: (
|
|
1616
|
+
obj: KinesisVideoStream
|
|
1617
|
+
) => any;
|
|
1618
|
+
export declare const StreamProcessorInputFilterSensitiveLog: (
|
|
1619
|
+
obj: StreamProcessorInput
|
|
1620
|
+
) => any;
|
|
1621
|
+
export declare const StreamProcessorNotificationChannelFilterSensitiveLog: (
|
|
1622
|
+
obj: StreamProcessorNotificationChannel
|
|
1623
|
+
) => any;
|
|
1624
|
+
export declare const KinesisDataStreamFilterSensitiveLog: (
|
|
1625
|
+
obj: KinesisDataStream
|
|
1626
|
+
) => any;
|
|
1627
|
+
export declare const S3DestinationFilterSensitiveLog: (
|
|
1628
|
+
obj: S3Destination
|
|
1629
|
+
) => any;
|
|
1630
|
+
export declare const StreamProcessorOutputFilterSensitiveLog: (
|
|
1631
|
+
obj: StreamProcessorOutput
|
|
1632
|
+
) => any;
|
|
1633
|
+
export declare const PointFilterSensitiveLog: (obj: Point) => any;
|
|
1634
|
+
export declare const RegionOfInterestFilterSensitiveLog: (
|
|
1635
|
+
obj: RegionOfInterest
|
|
1636
|
+
) => any;
|
|
1637
|
+
export declare const FaceSearchSettingsFilterSensitiveLog: (
|
|
1638
|
+
obj: FaceSearchSettings
|
|
1639
|
+
) => any;
|
|
1640
|
+
export declare const StreamProcessorSettingsFilterSensitiveLog: (
|
|
1641
|
+
obj: StreamProcessorSettings
|
|
1642
|
+
) => any;
|
|
1643
|
+
export declare const CreateStreamProcessorRequestFilterSensitiveLog: (
|
|
1644
|
+
obj: CreateStreamProcessorRequest
|
|
1645
|
+
) => any;
|
|
1646
|
+
export declare const CreateStreamProcessorResponseFilterSensitiveLog: (
|
|
1647
|
+
obj: CreateStreamProcessorResponse
|
|
1648
|
+
) => any;
|
|
1649
|
+
export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
|
|
1650
|
+
export declare const CustomLabelFilterSensitiveLog: (obj: CustomLabel) => any;
|
|
1651
|
+
export declare const DatasetChangesFilterSensitiveLog: (
|
|
1652
|
+
obj: DatasetChanges
|
|
1653
|
+
) => any;
|
|
1654
|
+
export declare const DatasetStatsFilterSensitiveLog: (obj: DatasetStats) => any;
|
|
1655
|
+
export declare const DatasetDescriptionFilterSensitiveLog: (
|
|
1656
|
+
obj: DatasetDescription
|
|
1657
|
+
) => any;
|
|
1658
|
+
export declare const DatasetLabelStatsFilterSensitiveLog: (
|
|
1659
|
+
obj: DatasetLabelStats
|
|
1660
|
+
) => any;
|
|
1661
|
+
export declare const DatasetLabelDescriptionFilterSensitiveLog: (
|
|
1662
|
+
obj: DatasetLabelDescription
|
|
1663
|
+
) => any;
|
|
1664
|
+
export declare const DatasetMetadataFilterSensitiveLog: (
|
|
1665
|
+
obj: DatasetMetadata
|
|
1666
|
+
) => any;
|
|
1667
|
+
export declare const DeleteCollectionRequestFilterSensitiveLog: (
|
|
1668
|
+
obj: DeleteCollectionRequest
|
|
1669
|
+
) => any;
|
|
1670
|
+
export declare const DeleteCollectionResponseFilterSensitiveLog: (
|
|
1671
|
+
obj: DeleteCollectionResponse
|
|
1672
|
+
) => any;
|
|
1673
|
+
export declare const DeleteDatasetRequestFilterSensitiveLog: (
|
|
1674
|
+
obj: DeleteDatasetRequest
|
|
1675
|
+
) => any;
|
|
1676
|
+
export declare const DeleteDatasetResponseFilterSensitiveLog: (
|
|
1677
|
+
obj: DeleteDatasetResponse
|
|
1678
|
+
) => any;
|
|
1679
|
+
export declare const DeleteFacesRequestFilterSensitiveLog: (
|
|
1680
|
+
obj: DeleteFacesRequest
|
|
1681
|
+
) => any;
|
|
1682
|
+
export declare const DeleteFacesResponseFilterSensitiveLog: (
|
|
1683
|
+
obj: DeleteFacesResponse
|
|
1684
|
+
) => any;
|
|
1685
|
+
export declare const DeleteProjectRequestFilterSensitiveLog: (
|
|
1686
|
+
obj: DeleteProjectRequest
|
|
1687
|
+
) => any;
|
|
1688
|
+
export declare const DeleteProjectResponseFilterSensitiveLog: (
|
|
1689
|
+
obj: DeleteProjectResponse
|
|
1690
|
+
) => any;
|
|
1691
|
+
export declare const DeleteProjectPolicyRequestFilterSensitiveLog: (
|
|
1692
|
+
obj: DeleteProjectPolicyRequest
|
|
1693
|
+
) => any;
|
|
1694
|
+
export declare const DeleteProjectPolicyResponseFilterSensitiveLog: (
|
|
1695
|
+
obj: DeleteProjectPolicyResponse
|
|
1696
|
+
) => any;
|
|
1697
|
+
export declare const DeleteProjectVersionRequestFilterSensitiveLog: (
|
|
1698
|
+
obj: DeleteProjectVersionRequest
|
|
1699
|
+
) => any;
|
|
1700
|
+
export declare const DeleteProjectVersionResponseFilterSensitiveLog: (
|
|
1701
|
+
obj: DeleteProjectVersionResponse
|
|
1702
|
+
) => any;
|
|
1703
|
+
export declare const DeleteStreamProcessorRequestFilterSensitiveLog: (
|
|
1704
|
+
obj: DeleteStreamProcessorRequest
|
|
1705
|
+
) => any;
|
|
1706
|
+
export declare const DeleteStreamProcessorResponseFilterSensitiveLog: (
|
|
1707
|
+
obj: DeleteStreamProcessorResponse
|
|
1708
|
+
) => any;
|
|
1709
|
+
export declare const DescribeCollectionRequestFilterSensitiveLog: (
|
|
1710
|
+
obj: DescribeCollectionRequest
|
|
1711
|
+
) => any;
|
|
1712
|
+
export declare const DescribeCollectionResponseFilterSensitiveLog: (
|
|
1713
|
+
obj: DescribeCollectionResponse
|
|
1714
|
+
) => any;
|
|
1715
|
+
export declare const DescribeDatasetRequestFilterSensitiveLog: (
|
|
1716
|
+
obj: DescribeDatasetRequest
|
|
1717
|
+
) => any;
|
|
1718
|
+
export declare const DescribeDatasetResponseFilterSensitiveLog: (
|
|
1719
|
+
obj: DescribeDatasetResponse
|
|
1720
|
+
) => any;
|
|
1721
|
+
export declare const DescribeProjectsRequestFilterSensitiveLog: (
|
|
1722
|
+
obj: DescribeProjectsRequest
|
|
1723
|
+
) => any;
|
|
1724
|
+
export declare const ProjectDescriptionFilterSensitiveLog: (
|
|
1725
|
+
obj: ProjectDescription
|
|
1726
|
+
) => any;
|
|
1727
|
+
export declare const DescribeProjectsResponseFilterSensitiveLog: (
|
|
1728
|
+
obj: DescribeProjectsResponse
|
|
1729
|
+
) => any;
|
|
1730
|
+
export declare const DescribeProjectVersionsRequestFilterSensitiveLog: (
|
|
1731
|
+
obj: DescribeProjectVersionsRequest
|
|
1732
|
+
) => any;
|
|
1733
|
+
export declare const SummaryFilterSensitiveLog: (obj: Summary) => any;
|
|
1734
|
+
export declare const EvaluationResultFilterSensitiveLog: (
|
|
1735
|
+
obj: EvaluationResult
|
|
1736
|
+
) => any;
|
|
1737
|
+
export declare const ValidationDataFilterSensitiveLog: (
|
|
1738
|
+
obj: ValidationData
|
|
1739
|
+
) => any;
|
|
1740
|
+
export declare const TestingDataResultFilterSensitiveLog: (
|
|
1741
|
+
obj: TestingDataResult
|
|
1742
|
+
) => any;
|
|
1743
|
+
export declare const TrainingDataResultFilterSensitiveLog: (
|
|
1744
|
+
obj: TrainingDataResult
|
|
1745
|
+
) => any;
|
|
1746
|
+
export declare const ProjectVersionDescriptionFilterSensitiveLog: (
|
|
1747
|
+
obj: ProjectVersionDescription
|
|
1748
|
+
) => any;
|
|
1749
|
+
export declare const DescribeProjectVersionsResponseFilterSensitiveLog: (
|
|
1750
|
+
obj: DescribeProjectVersionsResponse
|
|
1751
|
+
) => any;
|
|
1752
|
+
export declare const DescribeStreamProcessorRequestFilterSensitiveLog: (
|
|
1753
|
+
obj: DescribeStreamProcessorRequest
|
|
1754
|
+
) => any;
|
|
1755
|
+
export declare const DescribeStreamProcessorResponseFilterSensitiveLog: (
|
|
1756
|
+
obj: DescribeStreamProcessorResponse
|
|
1757
|
+
) => any;
|
|
1758
|
+
export declare const DetectCustomLabelsRequestFilterSensitiveLog: (
|
|
1759
|
+
obj: DetectCustomLabelsRequest
|
|
1760
|
+
) => any;
|
|
1761
|
+
export declare const DetectCustomLabelsResponseFilterSensitiveLog: (
|
|
1762
|
+
obj: DetectCustomLabelsResponse
|
|
1763
|
+
) => any;
|
|
1764
|
+
export declare const DetectFacesRequestFilterSensitiveLog: (
|
|
1765
|
+
obj: DetectFacesRequest
|
|
1766
|
+
) => any;
|
|
1767
|
+
export declare const DetectFacesResponseFilterSensitiveLog: (
|
|
1768
|
+
obj: DetectFacesResponse
|
|
1769
|
+
) => any;
|
|
1770
|
+
export declare const DetectionFilterFilterSensitiveLog: (
|
|
1771
|
+
obj: DetectionFilter
|
|
1772
|
+
) => any;
|
|
1773
|
+
export declare const DetectLabelsRequestFilterSensitiveLog: (
|
|
1774
|
+
obj: DetectLabelsRequest
|
|
1775
|
+
) => any;
|
|
1776
|
+
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
1777
|
+
export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
|
|
1778
|
+
export declare const LabelFilterSensitiveLog: (obj: Label) => any;
|
|
1779
|
+
export declare const DetectLabelsResponseFilterSensitiveLog: (
|
|
1780
|
+
obj: DetectLabelsResponse
|
|
1781
|
+
) => any;
|
|
1782
|
+
export declare const HumanLoopDataAttributesFilterSensitiveLog: (
|
|
1783
|
+
obj: HumanLoopDataAttributes
|
|
1784
|
+
) => any;
|
|
1785
|
+
export declare const HumanLoopConfigFilterSensitiveLog: (
|
|
1786
|
+
obj: HumanLoopConfig
|
|
1787
|
+
) => any;
|
|
1788
|
+
export declare const DetectModerationLabelsRequestFilterSensitiveLog: (
|
|
1789
|
+
obj: DetectModerationLabelsRequest
|
|
1790
|
+
) => any;
|
|
1791
|
+
export declare const HumanLoopActivationOutputFilterSensitiveLog: (
|
|
1792
|
+
obj: HumanLoopActivationOutput
|
|
1793
|
+
) => any;
|
|
1794
|
+
export declare const DetectModerationLabelsResponseFilterSensitiveLog: (
|
|
1795
|
+
obj: DetectModerationLabelsResponse
|
|
1796
|
+
) => any;
|
|
1797
|
+
export declare const ProtectiveEquipmentSummarizationAttributesFilterSensitiveLog: (
|
|
1798
|
+
obj: ProtectiveEquipmentSummarizationAttributes
|
|
1799
|
+
) => any;
|
|
1800
|
+
export declare const DetectProtectiveEquipmentRequestFilterSensitiveLog: (
|
|
1801
|
+
obj: DetectProtectiveEquipmentRequest
|
|
1802
|
+
) => any;
|
|
1803
|
+
export declare const ProtectiveEquipmentPersonFilterSensitiveLog: (
|
|
1804
|
+
obj: ProtectiveEquipmentPerson
|
|
1805
|
+
) => any;
|
|
1806
|
+
export declare const ProtectiveEquipmentSummaryFilterSensitiveLog: (
|
|
1807
|
+
obj: ProtectiveEquipmentSummary
|
|
1808
|
+
) => any;
|
|
1809
|
+
export declare const DetectProtectiveEquipmentResponseFilterSensitiveLog: (
|
|
1810
|
+
obj: DetectProtectiveEquipmentResponse
|
|
1811
|
+
) => any;
|
|
1812
|
+
export declare const DetectTextFiltersFilterSensitiveLog: (
|
|
1813
|
+
obj: DetectTextFilters
|
|
1814
|
+
) => any;
|
|
1815
|
+
export declare const DetectTextRequestFilterSensitiveLog: (
|
|
1816
|
+
obj: DetectTextRequest
|
|
1817
|
+
) => any;
|
|
1818
|
+
export declare const TextDetectionFilterSensitiveLog: (
|
|
1819
|
+
obj: TextDetection
|
|
1820
|
+
) => any;
|
|
1821
|
+
export declare const DetectTextResponseFilterSensitiveLog: (
|
|
1822
|
+
obj: DetectTextResponse
|
|
1823
|
+
) => any;
|
|
1824
|
+
export declare const DistributeDatasetFilterSensitiveLog: (
|
|
1825
|
+
obj: DistributeDataset
|
|
1826
|
+
) => any;
|
|
1827
|
+
export declare const DistributeDatasetEntriesRequestFilterSensitiveLog: (
|
|
1828
|
+
obj: DistributeDatasetEntriesRequest
|
|
1829
|
+
) => any;
|
|
1830
|
+
export declare const DistributeDatasetEntriesResponseFilterSensitiveLog: (
|
|
1831
|
+
obj: DistributeDatasetEntriesResponse
|
|
1832
|
+
) => any;
|
|
1833
|
+
export declare const FaceFilterSensitiveLog: (obj: Face) => any;
|
|
1834
|
+
export declare const FaceDetectionFilterSensitiveLog: (
|
|
1835
|
+
obj: FaceDetection
|
|
1836
|
+
) => any;
|
|
1837
|
+
export declare const FaceMatchFilterSensitiveLog: (obj: FaceMatch) => any;
|
|
1838
|
+
export declare const FaceRecordFilterSensitiveLog: (obj: FaceRecord) => any;
|
|
1839
|
+
export declare const GetCelebrityInfoRequestFilterSensitiveLog: (
|
|
1840
|
+
obj: GetCelebrityInfoRequest
|
|
1841
|
+
) => any;
|
|
1842
|
+
export declare const GetCelebrityInfoResponseFilterSensitiveLog: (
|
|
1843
|
+
obj: GetCelebrityInfoResponse
|
|
1844
|
+
) => any;
|
|
1845
|
+
export declare const GetCelebrityRecognitionRequestFilterSensitiveLog: (
|
|
1846
|
+
obj: GetCelebrityRecognitionRequest
|
|
1847
|
+
) => any;
|
|
1848
|
+
export declare const VideoMetadataFilterSensitiveLog: (
|
|
1849
|
+
obj: VideoMetadata
|
|
1850
|
+
) => any;
|
|
1851
|
+
export declare const GetCelebrityRecognitionResponseFilterSensitiveLog: (
|
|
1852
|
+
obj: GetCelebrityRecognitionResponse
|
|
1853
|
+
) => any;
|
|
1854
|
+
export declare const GetContentModerationRequestFilterSensitiveLog: (
|
|
1855
|
+
obj: GetContentModerationRequest
|
|
1856
|
+
) => any;
|
|
1857
|
+
export declare const GetContentModerationResponseFilterSensitiveLog: (
|
|
1858
|
+
obj: GetContentModerationResponse
|
|
1859
|
+
) => any;
|
|
1860
|
+
export declare const GetFaceDetectionRequestFilterSensitiveLog: (
|
|
1861
|
+
obj: GetFaceDetectionRequest
|
|
1862
|
+
) => any;
|
|
1863
|
+
export declare const GetFaceDetectionResponseFilterSensitiveLog: (
|
|
1864
|
+
obj: GetFaceDetectionResponse
|
|
1865
|
+
) => any;
|
|
1866
|
+
export declare const GetFaceSearchRequestFilterSensitiveLog: (
|
|
1867
|
+
obj: GetFaceSearchRequest
|
|
1868
|
+
) => any;
|
|
1869
|
+
export declare const PersonDetailFilterSensitiveLog: (obj: PersonDetail) => any;
|
|
1870
|
+
export declare const PersonMatchFilterSensitiveLog: (obj: PersonMatch) => any;
|
|
1871
|
+
export declare const GetFaceSearchResponseFilterSensitiveLog: (
|
|
1872
|
+
obj: GetFaceSearchResponse
|
|
1873
|
+
) => any;
|
|
1874
|
+
export declare const GetLabelDetectionRequestFilterSensitiveLog: (
|
|
1875
|
+
obj: GetLabelDetectionRequest
|
|
1876
|
+
) => any;
|
|
1877
|
+
export declare const LabelDetectionFilterSensitiveLog: (
|
|
1878
|
+
obj: LabelDetection
|
|
1879
|
+
) => any;
|
|
1880
|
+
export declare const GetLabelDetectionResponseFilterSensitiveLog: (
|
|
1881
|
+
obj: GetLabelDetectionResponse
|
|
1882
|
+
) => any;
|
|
1883
|
+
export declare const GetPersonTrackingRequestFilterSensitiveLog: (
|
|
1884
|
+
obj: GetPersonTrackingRequest
|
|
1885
|
+
) => any;
|
|
1886
|
+
export declare const PersonDetectionFilterSensitiveLog: (
|
|
1887
|
+
obj: PersonDetection
|
|
1888
|
+
) => any;
|
|
1889
|
+
export declare const GetPersonTrackingResponseFilterSensitiveLog: (
|
|
1890
|
+
obj: GetPersonTrackingResponse
|
|
1891
|
+
) => any;
|
|
1892
|
+
export declare const GetSegmentDetectionRequestFilterSensitiveLog: (
|
|
1893
|
+
obj: GetSegmentDetectionRequest
|
|
1894
|
+
) => any;
|
|
1895
|
+
export declare const ShotSegmentFilterSensitiveLog: (obj: ShotSegment) => any;
|
|
1896
|
+
export declare const TechnicalCueSegmentFilterSensitiveLog: (
|
|
1897
|
+
obj: TechnicalCueSegment
|
|
1898
|
+
) => any;
|
|
1899
|
+
export declare const SegmentDetectionFilterSensitiveLog: (
|
|
1900
|
+
obj: SegmentDetection
|
|
1901
|
+
) => any;
|
|
1902
|
+
export declare const SegmentTypeInfoFilterSensitiveLog: (
|
|
1903
|
+
obj: SegmentTypeInfo
|
|
1904
|
+
) => any;
|
|
1905
|
+
export declare const GetSegmentDetectionResponseFilterSensitiveLog: (
|
|
1906
|
+
obj: GetSegmentDetectionResponse
|
|
1907
|
+
) => any;
|
|
1908
|
+
export declare const GetTextDetectionRequestFilterSensitiveLog: (
|
|
1909
|
+
obj: GetTextDetectionRequest
|
|
1910
|
+
) => any;
|
|
1911
|
+
export declare const TextDetectionResultFilterSensitiveLog: (
|
|
1912
|
+
obj: TextDetectionResult
|
|
1913
|
+
) => any;
|
|
1914
|
+
export declare const GetTextDetectionResponseFilterSensitiveLog: (
|
|
1915
|
+
obj: GetTextDetectionResponse
|
|
1916
|
+
) => any;
|
|
1917
|
+
export declare const IndexFacesRequestFilterSensitiveLog: (
|
|
1918
|
+
obj: IndexFacesRequest
|
|
1919
|
+
) => any;
|
|
1920
|
+
export declare const UnindexedFaceFilterSensitiveLog: (
|
|
1921
|
+
obj: UnindexedFace
|
|
1922
|
+
) => any;
|
|
1923
|
+
export declare const IndexFacesResponseFilterSensitiveLog: (
|
|
1924
|
+
obj: IndexFacesResponse
|
|
1925
|
+
) => any;
|
|
1926
|
+
export declare const KinesisVideoStreamStartSelectorFilterSensitiveLog: (
|
|
1927
|
+
obj: KinesisVideoStreamStartSelector
|
|
1928
|
+
) => any;
|
|
1929
|
+
export declare const ListCollectionsRequestFilterSensitiveLog: (
|
|
1930
|
+
obj: ListCollectionsRequest
|
|
1931
|
+
) => any;
|
|
1932
|
+
export declare const ListCollectionsResponseFilterSensitiveLog: (
|
|
1933
|
+
obj: ListCollectionsResponse
|
|
1934
|
+
) => any;
|
|
1935
|
+
export declare const ListDatasetEntriesRequestFilterSensitiveLog: (
|
|
1936
|
+
obj: ListDatasetEntriesRequest
|
|
1937
|
+
) => any;
|
|
1938
|
+
export declare const ListDatasetEntriesResponseFilterSensitiveLog: (
|
|
1939
|
+
obj: ListDatasetEntriesResponse
|
|
1940
|
+
) => any;
|
|
1941
|
+
export declare const ListDatasetLabelsRequestFilterSensitiveLog: (
|
|
1942
|
+
obj: ListDatasetLabelsRequest
|
|
1943
|
+
) => any;
|
|
1944
|
+
export declare const ListDatasetLabelsResponseFilterSensitiveLog: (
|
|
1945
|
+
obj: ListDatasetLabelsResponse
|
|
1946
|
+
) => any;
|
|
1947
|
+
export declare const ListFacesRequestFilterSensitiveLog: (
|
|
1948
|
+
obj: ListFacesRequest
|
|
1949
|
+
) => any;
|
|
1950
|
+
export declare const ListFacesResponseFilterSensitiveLog: (
|
|
1951
|
+
obj: ListFacesResponse
|
|
1952
|
+
) => any;
|
|
1953
|
+
export declare const ListProjectPoliciesRequestFilterSensitiveLog: (
|
|
1954
|
+
obj: ListProjectPoliciesRequest
|
|
1955
|
+
) => any;
|
|
1956
|
+
export declare const ProjectPolicyFilterSensitiveLog: (
|
|
1957
|
+
obj: ProjectPolicy
|
|
1958
|
+
) => any;
|
|
1959
|
+
export declare const ListProjectPoliciesResponseFilterSensitiveLog: (
|
|
1960
|
+
obj: ListProjectPoliciesResponse
|
|
1961
|
+
) => any;
|
|
1962
|
+
export declare const ListStreamProcessorsRequestFilterSensitiveLog: (
|
|
1963
|
+
obj: ListStreamProcessorsRequest
|
|
1964
|
+
) => any;
|
|
1965
|
+
export declare const StreamProcessorFilterSensitiveLog: (
|
|
1966
|
+
obj: StreamProcessor
|
|
1967
|
+
) => any;
|
|
1968
|
+
export declare const ListStreamProcessorsResponseFilterSensitiveLog: (
|
|
1969
|
+
obj: ListStreamProcessorsResponse
|
|
1970
|
+
) => any;
|
|
1971
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1972
|
+
obj: ListTagsForResourceRequest
|
|
1973
|
+
) => any;
|
|
1974
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1975
|
+
obj: ListTagsForResourceResponse
|
|
1976
|
+
) => any;
|
|
1977
|
+
export declare const NotificationChannelFilterSensitiveLog: (
|
|
1978
|
+
obj: NotificationChannel
|
|
1979
|
+
) => any;
|
|
1980
|
+
export declare const PutProjectPolicyRequestFilterSensitiveLog: (
|
|
1981
|
+
obj: PutProjectPolicyRequest
|
|
1982
|
+
) => any;
|
|
1983
|
+
export declare const PutProjectPolicyResponseFilterSensitiveLog: (
|
|
1984
|
+
obj: PutProjectPolicyResponse
|
|
1985
|
+
) => any;
|
|
1986
|
+
export declare const RecognizeCelebritiesRequestFilterSensitiveLog: (
|
|
1987
|
+
obj: RecognizeCelebritiesRequest
|
|
1988
|
+
) => any;
|
|
1989
|
+
export declare const RecognizeCelebritiesResponseFilterSensitiveLog: (
|
|
1990
|
+
obj: RecognizeCelebritiesResponse
|
|
1991
|
+
) => any;
|
|
1992
|
+
export declare const SearchFacesRequestFilterSensitiveLog: (
|
|
1993
|
+
obj: SearchFacesRequest
|
|
1994
|
+
) => any;
|
|
1995
|
+
export declare const SearchFacesResponseFilterSensitiveLog: (
|
|
1996
|
+
obj: SearchFacesResponse
|
|
1997
|
+
) => any;
|
|
1998
|
+
export declare const SearchFacesByImageRequestFilterSensitiveLog: (
|
|
1999
|
+
obj: SearchFacesByImageRequest
|
|
2000
|
+
) => any;
|
|
2001
|
+
export declare const SearchFacesByImageResponseFilterSensitiveLog: (
|
|
2002
|
+
obj: SearchFacesByImageResponse
|
|
2003
|
+
) => any;
|
|
2004
|
+
export declare const VideoFilterSensitiveLog: (obj: Video) => any;
|
|
2005
|
+
export declare const StartCelebrityRecognitionRequestFilterSensitiveLog: (
|
|
2006
|
+
obj: StartCelebrityRecognitionRequest
|
|
2007
|
+
) => any;
|
|
2008
|
+
export declare const StartCelebrityRecognitionResponseFilterSensitiveLog: (
|
|
2009
|
+
obj: StartCelebrityRecognitionResponse
|
|
2010
|
+
) => any;
|
|
2011
|
+
export declare const StartContentModerationRequestFilterSensitiveLog: (
|
|
2012
|
+
obj: StartContentModerationRequest
|
|
2013
|
+
) => any;
|
|
2014
|
+
export declare const StartContentModerationResponseFilterSensitiveLog: (
|
|
2015
|
+
obj: StartContentModerationResponse
|
|
2016
|
+
) => any;
|
|
2017
|
+
export declare const StartFaceDetectionRequestFilterSensitiveLog: (
|
|
2018
|
+
obj: StartFaceDetectionRequest
|
|
2019
|
+
) => any;
|
|
2020
|
+
export declare const StartFaceDetectionResponseFilterSensitiveLog: (
|
|
2021
|
+
obj: StartFaceDetectionResponse
|
|
2022
|
+
) => any;
|
|
2023
|
+
export declare const StartFaceSearchRequestFilterSensitiveLog: (
|
|
2024
|
+
obj: StartFaceSearchRequest
|
|
2025
|
+
) => any;
|
|
2026
|
+
export declare const StartFaceSearchResponseFilterSensitiveLog: (
|
|
2027
|
+
obj: StartFaceSearchResponse
|
|
2028
|
+
) => any;
|
|
2029
|
+
export declare const StartLabelDetectionRequestFilterSensitiveLog: (
|
|
2030
|
+
obj: StartLabelDetectionRequest
|
|
2031
|
+
) => any;
|
|
2032
|
+
export declare const StartLabelDetectionResponseFilterSensitiveLog: (
|
|
2033
|
+
obj: StartLabelDetectionResponse
|
|
2034
|
+
) => any;
|
|
2035
|
+
export declare const StartPersonTrackingRequestFilterSensitiveLog: (
|
|
2036
|
+
obj: StartPersonTrackingRequest
|
|
2037
|
+
) => any;
|
|
2038
|
+
export declare const StartPersonTrackingResponseFilterSensitiveLog: (
|
|
2039
|
+
obj: StartPersonTrackingResponse
|
|
2040
|
+
) => any;
|
|
2041
|
+
export declare const StartProjectVersionRequestFilterSensitiveLog: (
|
|
2042
|
+
obj: StartProjectVersionRequest
|
|
2043
|
+
) => any;
|
|
2044
|
+
export declare const StartProjectVersionResponseFilterSensitiveLog: (
|
|
2045
|
+
obj: StartProjectVersionResponse
|
|
2046
|
+
) => any;
|
|
2047
|
+
export declare const StartShotDetectionFilterFilterSensitiveLog: (
|
|
2048
|
+
obj: StartShotDetectionFilter
|
|
2049
|
+
) => any;
|
|
2050
|
+
export declare const StartTechnicalCueDetectionFilterFilterSensitiveLog: (
|
|
2051
|
+
obj: StartTechnicalCueDetectionFilter
|
|
2052
|
+
) => any;
|
|
2053
|
+
export declare const StartSegmentDetectionFiltersFilterSensitiveLog: (
|
|
2054
|
+
obj: StartSegmentDetectionFilters
|
|
2055
|
+
) => any;
|
|
2056
|
+
export declare const StartSegmentDetectionRequestFilterSensitiveLog: (
|
|
2057
|
+
obj: StartSegmentDetectionRequest
|
|
2058
|
+
) => any;
|
|
2059
|
+
export declare const StartSegmentDetectionResponseFilterSensitiveLog: (
|
|
2060
|
+
obj: StartSegmentDetectionResponse
|
|
2061
|
+
) => any;
|
|
2062
|
+
export declare const StreamProcessingStartSelectorFilterSensitiveLog: (
|
|
2063
|
+
obj: StreamProcessingStartSelector
|
|
2064
|
+
) => any;
|
|
2065
|
+
export declare const StreamProcessingStopSelectorFilterSensitiveLog: (
|
|
2066
|
+
obj: StreamProcessingStopSelector
|
|
2067
|
+
) => any;
|
|
2068
|
+
export declare const StartStreamProcessorRequestFilterSensitiveLog: (
|
|
2069
|
+
obj: StartStreamProcessorRequest
|
|
2070
|
+
) => any;
|
|
2071
|
+
export declare const StartStreamProcessorResponseFilterSensitiveLog: (
|
|
2072
|
+
obj: StartStreamProcessorResponse
|
|
2073
|
+
) => any;
|
|
2074
|
+
export declare const StartTextDetectionFiltersFilterSensitiveLog: (
|
|
2075
|
+
obj: StartTextDetectionFilters
|
|
2076
|
+
) => any;
|
|
2077
|
+
export declare const StartTextDetectionRequestFilterSensitiveLog: (
|
|
2078
|
+
obj: StartTextDetectionRequest
|
|
2079
|
+
) => any;
|
|
2080
|
+
export declare const StartTextDetectionResponseFilterSensitiveLog: (
|
|
2081
|
+
obj: StartTextDetectionResponse
|
|
2082
|
+
) => any;
|
|
2083
|
+
export declare const StopProjectVersionRequestFilterSensitiveLog: (
|
|
2084
|
+
obj: StopProjectVersionRequest
|
|
2085
|
+
) => any;
|
|
2086
|
+
export declare const StopProjectVersionResponseFilterSensitiveLog: (
|
|
2087
|
+
obj: StopProjectVersionResponse
|
|
2088
|
+
) => any;
|
|
2089
|
+
export declare const StopStreamProcessorRequestFilterSensitiveLog: (
|
|
2090
|
+
obj: StopStreamProcessorRequest
|
|
2091
|
+
) => any;
|
|
2092
|
+
export declare const StopStreamProcessorResponseFilterSensitiveLog: (
|
|
2093
|
+
obj: StopStreamProcessorResponse
|
|
2094
|
+
) => any;
|
|
2095
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2096
|
+
obj: TagResourceRequest
|
|
2097
|
+
) => any;
|
|
2098
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2099
|
+
obj: TagResourceResponse
|
|
2100
|
+
) => any;
|
|
2101
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2102
|
+
obj: UntagResourceRequest
|
|
2103
|
+
) => any;
|
|
2104
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2105
|
+
obj: UntagResourceResponse
|
|
2106
|
+
) => any;
|
|
2107
|
+
export declare const UpdateDatasetEntriesRequestFilterSensitiveLog: (
|
|
2108
|
+
obj: UpdateDatasetEntriesRequest
|
|
2109
|
+
) => any;
|
|
2110
|
+
export declare const UpdateDatasetEntriesResponseFilterSensitiveLog: (
|
|
2111
|
+
obj: UpdateDatasetEntriesResponse
|
|
2112
|
+
) => any;
|
|
2113
|
+
export declare const StreamProcessorSettingsForUpdateFilterSensitiveLog: (
|
|
2114
|
+
obj: StreamProcessorSettingsForUpdate
|
|
2115
|
+
) => any;
|
|
2116
|
+
export declare const UpdateStreamProcessorRequestFilterSensitiveLog: (
|
|
2117
|
+
obj: UpdateStreamProcessorRequest
|
|
2118
|
+
) => any;
|
|
2119
|
+
export declare const UpdateStreamProcessorResponseFilterSensitiveLog: (
|
|
2120
|
+
obj: UpdateStreamProcessorResponse
|
|
2121
|
+
) => any;
|