@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.
Files changed (99) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Rekognition.d.ts +1075 -320
  3. package/dist-types/ts3.4/RekognitionClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +7 -7
  70. package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +2121 -2714
  73. package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  84. package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/index.d.ts +17 -17
  91. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  96. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  97. package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +11 -7
  98. package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +11 -7
  99. package/package.json +35 -35
@@ -1,2714 +1,2121 @@
1
- import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
- import { RekognitionServiceException as __BaseException } from "./RekognitionServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- Message?: string;
8
- Code?: string;
9
-
10
- Logref?: string;
11
-
12
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
13
- }
14
-
15
- export interface AgeRange {
16
-
17
- Low?: number;
18
-
19
- High?: number;
20
- }
21
-
22
- export interface S3Object {
23
-
24
- Bucket?: string;
25
-
26
- Name?: string;
27
-
28
- Version?: string;
29
- }
30
-
31
- export interface GroundTruthManifest {
32
-
33
- S3Object?: S3Object;
34
- }
35
-
36
- export interface Asset {
37
-
38
- GroundTruthManifest?: GroundTruthManifest;
39
- }
40
- export declare enum Attribute {
41
- ALL = "ALL",
42
- DEFAULT = "DEFAULT"
43
- }
44
-
45
- export interface AudioMetadata {
46
-
47
- Codec?: string;
48
-
49
- DurationMillis?: number;
50
-
51
- SampleRate?: number;
52
-
53
- NumberOfChannels?: number;
54
- }
55
-
56
- export interface Beard {
57
-
58
- Value?: boolean;
59
-
60
- Confidence?: number;
61
- }
62
-
63
- export interface BlackFrame {
64
-
65
- MaxPixelThreshold?: number;
66
-
67
- MinCoveragePercentage?: number;
68
- }
69
- export declare enum BodyPart {
70
- FACE = "FACE",
71
- HEAD = "HEAD",
72
- LEFT_HAND = "LEFT_HAND",
73
- RIGHT_HAND = "RIGHT_HAND"
74
- }
75
-
76
- export interface BoundingBox {
77
-
78
- Width?: number;
79
-
80
- Height?: number;
81
-
82
- Left?: number;
83
-
84
- Top?: number;
85
- }
86
-
87
- export interface CoversBodyPart {
88
-
89
- Confidence?: number;
90
-
91
- Value?: boolean;
92
- }
93
- export declare enum ProtectiveEquipmentType {
94
- FACE_COVER = "FACE_COVER",
95
- HAND_COVER = "HAND_COVER",
96
- HEAD_COVER = "HEAD_COVER"
97
- }
98
-
99
- export interface EquipmentDetection {
100
-
101
- BoundingBox?: BoundingBox;
102
-
103
- Confidence?: number;
104
-
105
- Type?: ProtectiveEquipmentType | string;
106
-
107
- CoversBodyPart?: CoversBodyPart;
108
- }
109
-
110
- export interface ProtectiveEquipmentBodyPart {
111
-
112
- Name?: BodyPart | string;
113
-
114
- Confidence?: number;
115
-
116
- EquipmentDetections?: EquipmentDetection[];
117
- }
118
- export declare type EmotionName = "ANGRY" | "CALM" | "CONFUSED" | "DISGUSTED" | "FEAR" | "HAPPY" | "SAD" | "SURPRISED" | "UNKNOWN";
119
-
120
- export interface Emotion {
121
-
122
- Type?: EmotionName | string;
123
-
124
- Confidence?: number;
125
- }
126
- export declare enum LandmarkType {
127
- chinBottom = "chinBottom",
128
- eyeLeft = "eyeLeft",
129
- eyeRight = "eyeRight",
130
- leftEyeBrowLeft = "leftEyeBrowLeft",
131
- leftEyeBrowRight = "leftEyeBrowRight",
132
- leftEyeBrowUp = "leftEyeBrowUp",
133
- leftEyeDown = "leftEyeDown",
134
- leftEyeLeft = "leftEyeLeft",
135
- leftEyeRight = "leftEyeRight",
136
- leftEyeUp = "leftEyeUp",
137
- leftPupil = "leftPupil",
138
- midJawlineLeft = "midJawlineLeft",
139
- midJawlineRight = "midJawlineRight",
140
- mouthDown = "mouthDown",
141
- mouthLeft = "mouthLeft",
142
- mouthRight = "mouthRight",
143
- mouthUp = "mouthUp",
144
- nose = "nose",
145
- noseLeft = "noseLeft",
146
- noseRight = "noseRight",
147
- rightEyeBrowLeft = "rightEyeBrowLeft",
148
- rightEyeBrowRight = "rightEyeBrowRight",
149
- rightEyeBrowUp = "rightEyeBrowUp",
150
- rightEyeDown = "rightEyeDown",
151
- rightEyeLeft = "rightEyeLeft",
152
- rightEyeRight = "rightEyeRight",
153
- rightEyeUp = "rightEyeUp",
154
- rightPupil = "rightPupil",
155
- upperJawlineLeft = "upperJawlineLeft",
156
- upperJawlineRight = "upperJawlineRight"
157
- }
158
-
159
- export interface Landmark {
160
-
161
- Type?: LandmarkType | string;
162
-
163
- X?: number;
164
-
165
- Y?: number;
166
- }
167
-
168
- export interface Pose {
169
-
170
- Roll?: number;
171
-
172
- Yaw?: number;
173
-
174
- Pitch?: number;
175
- }
176
-
177
- export interface ImageQuality {
178
-
179
- Brightness?: number;
180
-
181
- Sharpness?: number;
182
- }
183
-
184
- export interface Smile {
185
-
186
- Value?: boolean;
187
-
188
- Confidence?: number;
189
- }
190
-
191
- export interface ComparedFace {
192
-
193
- BoundingBox?: BoundingBox;
194
-
195
- Confidence?: number;
196
-
197
- Landmarks?: Landmark[];
198
-
199
- Pose?: Pose;
200
-
201
- Quality?: ImageQuality;
202
-
203
- Emotions?: Emotion[];
204
-
205
- Smile?: Smile;
206
- }
207
- export declare enum KnownGenderType {
208
- Female = "Female",
209
- Male = "Male",
210
- Nonbinary = "Nonbinary",
211
- Unlisted = "Unlisted"
212
- }
213
-
214
- export interface KnownGender {
215
-
216
- Type?: KnownGenderType | string;
217
- }
218
-
219
- export interface Celebrity {
220
-
221
- Urls?: string[];
222
-
223
- Name?: string;
224
-
225
- Id?: string;
226
-
227
- Face?: ComparedFace;
228
-
229
- MatchConfidence?: number;
230
-
231
- KnownGender?: KnownGender;
232
- }
233
-
234
- export interface Eyeglasses {
235
-
236
- Value?: boolean;
237
-
238
- Confidence?: number;
239
- }
240
-
241
- export interface EyeOpen {
242
-
243
- Value?: boolean;
244
-
245
- Confidence?: number;
246
- }
247
- export declare enum GenderType {
248
- Female = "Female",
249
- Male = "Male"
250
- }
251
-
252
- export interface Gender {
253
-
254
- Value?: GenderType | string;
255
-
256
- Confidence?: number;
257
- }
258
-
259
- export interface MouthOpen {
260
-
261
- Value?: boolean;
262
-
263
- Confidence?: number;
264
- }
265
-
266
- export interface Mustache {
267
-
268
- Value?: boolean;
269
-
270
- Confidence?: number;
271
- }
272
-
273
- export interface Sunglasses {
274
-
275
- Value?: boolean;
276
-
277
- Confidence?: number;
278
- }
279
-
280
- export interface FaceDetail {
281
-
282
- BoundingBox?: BoundingBox;
283
-
284
- AgeRange?: AgeRange;
285
-
286
- Smile?: Smile;
287
-
288
- Eyeglasses?: Eyeglasses;
289
-
290
- Sunglasses?: Sunglasses;
291
-
292
- Gender?: Gender;
293
-
294
- Beard?: Beard;
295
-
296
- Mustache?: Mustache;
297
-
298
- EyesOpen?: EyeOpen;
299
-
300
- MouthOpen?: MouthOpen;
301
-
302
- Emotions?: Emotion[];
303
-
304
- Landmarks?: Landmark[];
305
-
306
- Pose?: Pose;
307
-
308
- Quality?: ImageQuality;
309
-
310
- Confidence?: number;
311
- }
312
-
313
- export interface CelebrityDetail {
314
-
315
- Urls?: string[];
316
-
317
- Name?: string;
318
-
319
- Id?: string;
320
-
321
- Confidence?: number;
322
-
323
- BoundingBox?: BoundingBox;
324
-
325
- Face?: FaceDetail;
326
-
327
- KnownGender?: KnownGender;
328
- }
329
-
330
- export interface CelebrityRecognition {
331
-
332
- Timestamp?: number;
333
-
334
- Celebrity?: CelebrityDetail;
335
- }
336
- export declare enum CelebrityRecognitionSortBy {
337
- ID = "ID",
338
- TIMESTAMP = "TIMESTAMP"
339
- }
340
-
341
- export interface ComparedSourceImageFace {
342
-
343
- BoundingBox?: BoundingBox;
344
-
345
- Confidence?: number;
346
- }
347
- export declare enum QualityFilter {
348
- AUTO = "AUTO",
349
- HIGH = "HIGH",
350
- LOW = "LOW",
351
- MEDIUM = "MEDIUM",
352
- NONE = "NONE"
353
- }
354
-
355
- export interface Image {
356
-
357
- Bytes?: Uint8Array;
358
-
359
- S3Object?: S3Object;
360
- }
361
- export interface CompareFacesRequest {
362
-
363
- SourceImage: Image | undefined;
364
-
365
- TargetImage: Image | undefined;
366
-
367
- SimilarityThreshold?: number;
368
-
369
- QualityFilter?: QualityFilter | string;
370
- }
371
-
372
- export interface CompareFacesMatch {
373
-
374
- Similarity?: number;
375
-
376
- Face?: ComparedFace;
377
- }
378
- export declare enum OrientationCorrection {
379
- ROTATE_0 = "ROTATE_0",
380
- ROTATE_180 = "ROTATE_180",
381
- ROTATE_270 = "ROTATE_270",
382
- ROTATE_90 = "ROTATE_90"
383
- }
384
- export interface CompareFacesResponse {
385
-
386
- SourceImageFace?: ComparedSourceImageFace;
387
-
388
- FaceMatches?: CompareFacesMatch[];
389
-
390
- UnmatchedFaces?: ComparedFace[];
391
-
392
- SourceImageOrientationCorrection?: OrientationCorrection | string;
393
-
394
- TargetImageOrientationCorrection?: OrientationCorrection | string;
395
- }
396
-
397
- export declare class ImageTooLargeException extends __BaseException {
398
- readonly name: "ImageTooLargeException";
399
- readonly $fault: "client";
400
- Message?: string;
401
- Code?: string;
402
-
403
- Logref?: string;
404
-
405
- constructor(opts: __ExceptionOptionType<ImageTooLargeException, __BaseException>);
406
- }
407
-
408
- export declare class InternalServerError extends __BaseException {
409
- readonly name: "InternalServerError";
410
- readonly $fault: "server";
411
- Message?: string;
412
- Code?: string;
413
-
414
- Logref?: string;
415
-
416
- constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
417
- }
418
-
419
- export declare class InvalidImageFormatException extends __BaseException {
420
- readonly name: "InvalidImageFormatException";
421
- readonly $fault: "client";
422
- Message?: string;
423
- Code?: string;
424
-
425
- Logref?: string;
426
-
427
- constructor(opts: __ExceptionOptionType<InvalidImageFormatException, __BaseException>);
428
- }
429
-
430
- export declare class InvalidParameterException extends __BaseException {
431
- readonly name: "InvalidParameterException";
432
- readonly $fault: "client";
433
- Message?: string;
434
- Code?: string;
435
-
436
- Logref?: string;
437
-
438
- constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
439
- }
440
-
441
- export declare class InvalidS3ObjectException extends __BaseException {
442
- readonly name: "InvalidS3ObjectException";
443
- readonly $fault: "client";
444
- Message?: string;
445
- Code?: string;
446
-
447
- Logref?: string;
448
-
449
- constructor(opts: __ExceptionOptionType<InvalidS3ObjectException, __BaseException>);
450
- }
451
-
452
- export declare class ProvisionedThroughputExceededException extends __BaseException {
453
- readonly name: "ProvisionedThroughputExceededException";
454
- readonly $fault: "client";
455
- Message?: string;
456
- Code?: string;
457
-
458
- Logref?: string;
459
-
460
- constructor(opts: __ExceptionOptionType<ProvisionedThroughputExceededException, __BaseException>);
461
- }
462
-
463
- export declare class ThrottlingException extends __BaseException {
464
- readonly name: "ThrottlingException";
465
- readonly $fault: "server";
466
- Message?: string;
467
- Code?: string;
468
-
469
- Logref?: string;
470
-
471
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
472
- }
473
-
474
- export interface ConnectedHomeSettings {
475
-
476
- Labels: string[] | undefined;
477
-
478
- MinConfidence?: number;
479
- }
480
-
481
- export interface ConnectedHomeSettingsForUpdate {
482
-
483
- Labels?: string[];
484
-
485
- MinConfidence?: number;
486
- }
487
- export declare enum ContentClassifier {
488
- FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
489
- FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation"
490
- }
491
-
492
- export interface ModerationLabel {
493
-
494
- Confidence?: number;
495
-
496
- Name?: string;
497
-
498
- ParentName?: string;
499
- }
500
-
501
- export interface ContentModerationDetection {
502
-
503
- Timestamp?: number;
504
-
505
- ModerationLabel?: ModerationLabel;
506
- }
507
- export declare enum ContentModerationSortBy {
508
- NAME = "NAME",
509
- TIMESTAMP = "TIMESTAMP"
510
- }
511
-
512
- export interface OutputConfig {
513
-
514
- S3Bucket?: string;
515
-
516
- S3KeyPrefix?: string;
517
- }
518
- export interface CopyProjectVersionRequest {
519
-
520
- SourceProjectArn: string | undefined;
521
-
522
- SourceProjectVersionArn: string | undefined;
523
-
524
- DestinationProjectArn: string | undefined;
525
-
526
- VersionName: string | undefined;
527
-
528
- OutputConfig: OutputConfig | undefined;
529
-
530
- Tags?: Record<string, string>;
531
-
532
- KmsKeyId?: string;
533
- }
534
- export interface CopyProjectVersionResponse {
535
-
536
- ProjectVersionArn?: string;
537
- }
538
-
539
- export declare class LimitExceededException extends __BaseException {
540
- readonly name: "LimitExceededException";
541
- readonly $fault: "client";
542
- Message?: string;
543
- Code?: string;
544
-
545
- Logref?: string;
546
-
547
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
548
- }
549
-
550
- export declare class ResourceInUseException extends __BaseException {
551
- readonly name: "ResourceInUseException";
552
- readonly $fault: "client";
553
- Message?: string;
554
- Code?: string;
555
-
556
- Logref?: string;
557
-
558
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
559
- }
560
-
561
- export declare class ResourceNotFoundException extends __BaseException {
562
- readonly name: "ResourceNotFoundException";
563
- readonly $fault: "client";
564
- Message?: string;
565
- Code?: string;
566
-
567
- Logref?: string;
568
-
569
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
570
- }
571
-
572
- export declare class ServiceQuotaExceededException extends __BaseException {
573
- readonly name: "ServiceQuotaExceededException";
574
- readonly $fault: "client";
575
- Message?: string;
576
- Code?: string;
577
-
578
- Logref?: string;
579
-
580
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
581
- }
582
- export interface CreateCollectionRequest {
583
-
584
- CollectionId: string | undefined;
585
-
586
- Tags?: Record<string, string>;
587
- }
588
- export interface CreateCollectionResponse {
589
-
590
- StatusCode?: number;
591
-
592
- CollectionArn?: string;
593
-
594
- FaceModelVersion?: string;
595
- }
596
-
597
- export declare class ResourceAlreadyExistsException extends __BaseException {
598
- readonly name: "ResourceAlreadyExistsException";
599
- readonly $fault: "client";
600
- Message?: string;
601
- Code?: string;
602
-
603
- Logref?: string;
604
-
605
- constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
606
- }
607
-
608
- export interface DatasetSource {
609
-
610
- GroundTruthManifest?: GroundTruthManifest;
611
-
612
- DatasetArn?: string;
613
- }
614
- export declare enum DatasetType {
615
- TEST = "TEST",
616
- TRAIN = "TRAIN"
617
- }
618
- export interface CreateDatasetRequest {
619
-
620
- DatasetSource?: DatasetSource;
621
-
622
- DatasetType: DatasetType | string | undefined;
623
-
624
- ProjectArn: string | undefined;
625
- }
626
- export interface CreateDatasetResponse {
627
-
628
- DatasetArn?: string;
629
- }
630
- export interface CreateProjectRequest {
631
-
632
- ProjectName: string | undefined;
633
- }
634
- export interface CreateProjectResponse {
635
-
636
- ProjectArn?: string;
637
- }
638
-
639
- export interface TestingData {
640
-
641
- Assets?: Asset[];
642
-
643
- AutoCreate?: boolean;
644
- }
645
-
646
- export interface TrainingData {
647
-
648
- Assets?: Asset[];
649
- }
650
- export interface CreateProjectVersionRequest {
651
-
652
- ProjectArn: string | undefined;
653
-
654
- VersionName: string | undefined;
655
-
656
- OutputConfig: OutputConfig | undefined;
657
-
658
- TrainingData?: TrainingData;
659
-
660
- TestingData?: TestingData;
661
-
662
- Tags?: Record<string, string>;
663
-
664
- KmsKeyId?: string;
665
- }
666
- export interface CreateProjectVersionResponse {
667
-
668
- ProjectVersionArn?: string;
669
- }
670
-
671
- export interface StreamProcessorDataSharingPreference {
672
-
673
- OptIn: boolean | undefined;
674
- }
675
-
676
- export interface KinesisVideoStream {
677
-
678
- Arn?: string;
679
- }
680
-
681
- export interface StreamProcessorInput {
682
-
683
- KinesisVideoStream?: KinesisVideoStream;
684
- }
685
-
686
- export interface StreamProcessorNotificationChannel {
687
-
688
- SNSTopicArn: string | undefined;
689
- }
690
-
691
- export interface KinesisDataStream {
692
-
693
- Arn?: string;
694
- }
695
-
696
- export interface S3Destination {
697
-
698
- Bucket?: string;
699
-
700
- KeyPrefix?: string;
701
- }
702
-
703
- export interface StreamProcessorOutput {
704
-
705
- KinesisDataStream?: KinesisDataStream;
706
-
707
- S3Destination?: S3Destination;
708
- }
709
-
710
- export interface Point {
711
-
712
- X?: number;
713
-
714
- Y?: number;
715
- }
716
-
717
- export interface RegionOfInterest {
718
-
719
- BoundingBox?: BoundingBox;
720
-
721
- Polygon?: Point[];
722
- }
723
-
724
- export interface FaceSearchSettings {
725
-
726
- CollectionId?: string;
727
-
728
- FaceMatchThreshold?: number;
729
- }
730
-
731
- export interface StreamProcessorSettings {
732
-
733
- FaceSearch?: FaceSearchSettings;
734
-
735
- ConnectedHome?: ConnectedHomeSettings;
736
- }
737
- export interface CreateStreamProcessorRequest {
738
-
739
- Input: StreamProcessorInput | undefined;
740
-
741
- Output: StreamProcessorOutput | undefined;
742
-
743
- Name: string | undefined;
744
-
745
- Settings: StreamProcessorSettings | undefined;
746
-
747
- RoleArn: string | undefined;
748
-
749
- Tags?: Record<string, string>;
750
-
751
- NotificationChannel?: StreamProcessorNotificationChannel;
752
-
753
- KmsKeyId?: string;
754
-
755
- RegionsOfInterest?: RegionOfInterest[];
756
-
757
- DataSharingPreference?: StreamProcessorDataSharingPreference;
758
- }
759
- export interface CreateStreamProcessorResponse {
760
-
761
- StreamProcessorArn?: string;
762
- }
763
-
764
- export interface Geometry {
765
-
766
- BoundingBox?: BoundingBox;
767
-
768
- Polygon?: Point[];
769
- }
770
-
771
- export interface CustomLabel {
772
-
773
- Name?: string;
774
-
775
- Confidence?: number;
776
-
777
- Geometry?: Geometry;
778
- }
779
-
780
- export interface DatasetChanges {
781
-
782
- GroundTruth: Uint8Array | undefined;
783
- }
784
-
785
- export interface DatasetStats {
786
-
787
- LabeledEntries?: number;
788
-
789
- TotalEntries?: number;
790
-
791
- TotalLabels?: number;
792
-
793
- ErrorEntries?: number;
794
- }
795
- export declare enum DatasetStatus {
796
- CREATE_COMPLETE = "CREATE_COMPLETE",
797
- CREATE_FAILED = "CREATE_FAILED",
798
- CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
799
- DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
800
- UPDATE_COMPLETE = "UPDATE_COMPLETE",
801
- UPDATE_FAILED = "UPDATE_FAILED",
802
- UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
803
- }
804
- export declare enum DatasetStatusMessageCode {
805
- CLIENT_ERROR = "CLIENT_ERROR",
806
- SERVICE_ERROR = "SERVICE_ERROR",
807
- SUCCESS = "SUCCESS"
808
- }
809
-
810
- export interface DatasetDescription {
811
-
812
- CreationTimestamp?: Date;
813
-
814
- LastUpdatedTimestamp?: Date;
815
-
816
- Status?: DatasetStatus | string;
817
-
818
- StatusMessage?: string;
819
-
820
- StatusMessageCode?: DatasetStatusMessageCode | string;
821
-
822
- DatasetStats?: DatasetStats;
823
- }
824
-
825
- export interface DatasetLabelStats {
826
-
827
- EntryCount?: number;
828
-
829
- BoundingBoxCount?: number;
830
- }
831
-
832
- export interface DatasetLabelDescription {
833
-
834
- LabelName?: string;
835
-
836
- LabelStats?: DatasetLabelStats;
837
- }
838
-
839
- export interface DatasetMetadata {
840
-
841
- CreationTimestamp?: Date;
842
-
843
- DatasetType?: DatasetType | string;
844
-
845
- DatasetArn?: string;
846
-
847
- Status?: DatasetStatus | string;
848
-
849
- StatusMessage?: string;
850
-
851
- StatusMessageCode?: DatasetStatusMessageCode | string;
852
- }
853
- export interface DeleteCollectionRequest {
854
-
855
- CollectionId: string | undefined;
856
- }
857
- export interface DeleteCollectionResponse {
858
-
859
- StatusCode?: number;
860
- }
861
- export interface DeleteDatasetRequest {
862
-
863
- DatasetArn: string | undefined;
864
- }
865
- export interface DeleteDatasetResponse {
866
- }
867
- export interface DeleteFacesRequest {
868
-
869
- CollectionId: string | undefined;
870
-
871
- FaceIds: string[] | undefined;
872
- }
873
- export interface DeleteFacesResponse {
874
-
875
- DeletedFaces?: string[];
876
- }
877
- export interface DeleteProjectRequest {
878
-
879
- ProjectArn: string | undefined;
880
- }
881
- export declare enum ProjectStatus {
882
- CREATED = "CREATED",
883
- CREATING = "CREATING",
884
- DELETING = "DELETING"
885
- }
886
- export interface DeleteProjectResponse {
887
-
888
- Status?: ProjectStatus | string;
889
- }
890
- export interface DeleteProjectPolicyRequest {
891
-
892
- ProjectArn: string | undefined;
893
-
894
- PolicyName: string | undefined;
895
-
896
- PolicyRevisionId?: string;
897
- }
898
- export interface DeleteProjectPolicyResponse {
899
- }
900
-
901
- export declare class InvalidPolicyRevisionIdException extends __BaseException {
902
- readonly name: "InvalidPolicyRevisionIdException";
903
- readonly $fault: "client";
904
- Message?: string;
905
- Code?: string;
906
-
907
- Logref?: string;
908
-
909
- constructor(opts: __ExceptionOptionType<InvalidPolicyRevisionIdException, __BaseException>);
910
- }
911
- export interface DeleteProjectVersionRequest {
912
-
913
- ProjectVersionArn: string | undefined;
914
- }
915
- export declare enum ProjectVersionStatus {
916
- COPYING_COMPLETED = "COPYING_COMPLETED",
917
- COPYING_FAILED = "COPYING_FAILED",
918
- COPYING_IN_PROGRESS = "COPYING_IN_PROGRESS",
919
- DELETING = "DELETING",
920
- FAILED = "FAILED",
921
- RUNNING = "RUNNING",
922
- STARTING = "STARTING",
923
- STOPPED = "STOPPED",
924
- STOPPING = "STOPPING",
925
- TRAINING_COMPLETED = "TRAINING_COMPLETED",
926
- TRAINING_FAILED = "TRAINING_FAILED",
927
- TRAINING_IN_PROGRESS = "TRAINING_IN_PROGRESS"
928
- }
929
- export interface DeleteProjectVersionResponse {
930
-
931
- Status?: ProjectVersionStatus | string;
932
- }
933
- export interface DeleteStreamProcessorRequest {
934
-
935
- Name: string | undefined;
936
- }
937
- export interface DeleteStreamProcessorResponse {
938
- }
939
- export interface DescribeCollectionRequest {
940
-
941
- CollectionId: string | undefined;
942
- }
943
- export interface DescribeCollectionResponse {
944
-
945
- FaceCount?: number;
946
-
947
- FaceModelVersion?: string;
948
-
949
- CollectionARN?: string;
950
-
951
- CreationTimestamp?: Date;
952
- }
953
- export interface DescribeDatasetRequest {
954
-
955
- DatasetArn: string | undefined;
956
- }
957
- export interface DescribeDatasetResponse {
958
-
959
- DatasetDescription?: DatasetDescription;
960
- }
961
- export interface DescribeProjectsRequest {
962
-
963
- NextToken?: string;
964
-
965
- MaxResults?: number;
966
-
967
- ProjectNames?: string[];
968
- }
969
-
970
- export interface ProjectDescription {
971
-
972
- ProjectArn?: string;
973
-
974
- CreationTimestamp?: Date;
975
-
976
- Status?: ProjectStatus | string;
977
-
978
- Datasets?: DatasetMetadata[];
979
- }
980
- export interface DescribeProjectsResponse {
981
-
982
- ProjectDescriptions?: ProjectDescription[];
983
-
984
- NextToken?: string;
985
- }
986
-
987
- export declare class InvalidPaginationTokenException extends __BaseException {
988
- readonly name: "InvalidPaginationTokenException";
989
- readonly $fault: "client";
990
- Message?: string;
991
- Code?: string;
992
-
993
- Logref?: string;
994
-
995
- constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
996
- }
997
- export interface DescribeProjectVersionsRequest {
998
-
999
- ProjectArn: string | undefined;
1000
-
1001
- VersionNames?: string[];
1002
-
1003
- NextToken?: string;
1004
-
1005
- MaxResults?: number;
1006
- }
1007
-
1008
- export interface Summary {
1009
-
1010
- S3Object?: S3Object;
1011
- }
1012
-
1013
- export interface EvaluationResult {
1014
-
1015
- F1Score?: number;
1016
-
1017
- Summary?: Summary;
1018
- }
1019
-
1020
- export interface ValidationData {
1021
-
1022
- Assets?: Asset[];
1023
- }
1024
-
1025
- export interface TestingDataResult {
1026
-
1027
- Input?: TestingData;
1028
-
1029
- Output?: TestingData;
1030
-
1031
- Validation?: ValidationData;
1032
- }
1033
-
1034
- export interface TrainingDataResult {
1035
-
1036
- Input?: TrainingData;
1037
-
1038
- Output?: TrainingData;
1039
-
1040
- Validation?: ValidationData;
1041
- }
1042
-
1043
- export interface ProjectVersionDescription {
1044
-
1045
- ProjectVersionArn?: string;
1046
-
1047
- CreationTimestamp?: Date;
1048
-
1049
- MinInferenceUnits?: number;
1050
-
1051
- Status?: ProjectVersionStatus | string;
1052
-
1053
- StatusMessage?: string;
1054
-
1055
- BillableTrainingTimeInSeconds?: number;
1056
-
1057
- TrainingEndTimestamp?: Date;
1058
-
1059
- OutputConfig?: OutputConfig;
1060
-
1061
- TrainingDataResult?: TrainingDataResult;
1062
-
1063
- TestingDataResult?: TestingDataResult;
1064
-
1065
- EvaluationResult?: EvaluationResult;
1066
-
1067
- ManifestSummary?: GroundTruthManifest;
1068
-
1069
- KmsKeyId?: string;
1070
-
1071
- MaxInferenceUnits?: number;
1072
-
1073
- SourceProjectVersionArn?: string;
1074
- }
1075
- export interface DescribeProjectVersionsResponse {
1076
-
1077
- ProjectVersionDescriptions?: ProjectVersionDescription[];
1078
-
1079
- NextToken?: string;
1080
- }
1081
- export interface DescribeStreamProcessorRequest {
1082
-
1083
- Name: string | undefined;
1084
- }
1085
- export declare enum StreamProcessorStatus {
1086
- FAILED = "FAILED",
1087
- RUNNING = "RUNNING",
1088
- STARTING = "STARTING",
1089
- STOPPED = "STOPPED",
1090
- STOPPING = "STOPPING",
1091
- UPDATING = "UPDATING"
1092
- }
1093
- export interface DescribeStreamProcessorResponse {
1094
-
1095
- Name?: string;
1096
-
1097
- StreamProcessorArn?: string;
1098
-
1099
- Status?: StreamProcessorStatus | string;
1100
-
1101
- StatusMessage?: string;
1102
-
1103
- CreationTimestamp?: Date;
1104
-
1105
- LastUpdateTimestamp?: Date;
1106
-
1107
- Input?: StreamProcessorInput;
1108
-
1109
- Output?: StreamProcessorOutput;
1110
-
1111
- RoleArn?: string;
1112
-
1113
- Settings?: StreamProcessorSettings;
1114
-
1115
- NotificationChannel?: StreamProcessorNotificationChannel;
1116
-
1117
- KmsKeyId?: string;
1118
-
1119
- RegionsOfInterest?: RegionOfInterest[];
1120
-
1121
- DataSharingPreference?: StreamProcessorDataSharingPreference;
1122
- }
1123
- export interface DetectCustomLabelsRequest {
1124
-
1125
- ProjectVersionArn: string | undefined;
1126
-
1127
- Image: Image | undefined;
1128
-
1129
- MaxResults?: number;
1130
-
1131
- MinConfidence?: number;
1132
- }
1133
- export interface DetectCustomLabelsResponse {
1134
-
1135
- CustomLabels?: CustomLabel[];
1136
- }
1137
-
1138
- export declare class ResourceNotReadyException extends __BaseException {
1139
- readonly name: "ResourceNotReadyException";
1140
- readonly $fault: "client";
1141
- Message?: string;
1142
- Code?: string;
1143
-
1144
- Logref?: string;
1145
-
1146
- constructor(opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>);
1147
- }
1148
- export interface DetectFacesRequest {
1149
-
1150
- Image: Image | undefined;
1151
-
1152
- Attributes?: (Attribute | string)[];
1153
- }
1154
- export interface DetectFacesResponse {
1155
-
1156
- FaceDetails?: FaceDetail[];
1157
-
1158
- OrientationCorrection?: OrientationCorrection | string;
1159
- }
1160
-
1161
- export interface DetectionFilter {
1162
-
1163
- MinConfidence?: number;
1164
-
1165
- MinBoundingBoxHeight?: number;
1166
-
1167
- MinBoundingBoxWidth?: number;
1168
- }
1169
- export interface DetectLabelsRequest {
1170
-
1171
- Image: Image | undefined;
1172
-
1173
- MaxLabels?: number;
1174
-
1175
- MinConfidence?: number;
1176
- }
1177
-
1178
- export interface Instance {
1179
-
1180
- BoundingBox?: BoundingBox;
1181
-
1182
- Confidence?: number;
1183
- }
1184
-
1185
- export interface Parent {
1186
-
1187
- Name?: string;
1188
- }
1189
-
1190
- export interface Label {
1191
-
1192
- Name?: string;
1193
-
1194
- Confidence?: number;
1195
-
1196
- Instances?: Instance[];
1197
-
1198
- Parents?: Parent[];
1199
- }
1200
- export interface DetectLabelsResponse {
1201
-
1202
- Labels?: Label[];
1203
-
1204
- OrientationCorrection?: OrientationCorrection | string;
1205
-
1206
- LabelModelVersion?: string;
1207
- }
1208
-
1209
- export interface HumanLoopDataAttributes {
1210
-
1211
- ContentClassifiers?: (ContentClassifier | string)[];
1212
- }
1213
-
1214
- export interface HumanLoopConfig {
1215
-
1216
- HumanLoopName: string | undefined;
1217
-
1218
- FlowDefinitionArn: string | undefined;
1219
-
1220
- DataAttributes?: HumanLoopDataAttributes;
1221
- }
1222
- export interface DetectModerationLabelsRequest {
1223
-
1224
- Image: Image | undefined;
1225
-
1226
- MinConfidence?: number;
1227
-
1228
- HumanLoopConfig?: HumanLoopConfig;
1229
- }
1230
-
1231
- export interface HumanLoopActivationOutput {
1232
-
1233
- HumanLoopArn?: string;
1234
-
1235
- HumanLoopActivationReasons?: string[];
1236
-
1237
- HumanLoopActivationConditionsEvaluationResults?: __LazyJsonString | string;
1238
- }
1239
- export interface DetectModerationLabelsResponse {
1240
-
1241
- ModerationLabels?: ModerationLabel[];
1242
-
1243
- ModerationModelVersion?: string;
1244
-
1245
- HumanLoopActivationOutput?: HumanLoopActivationOutput;
1246
- }
1247
-
1248
- export declare class HumanLoopQuotaExceededException extends __BaseException {
1249
- readonly name: "HumanLoopQuotaExceededException";
1250
- readonly $fault: "client";
1251
-
1252
- ResourceType?: string;
1253
-
1254
- QuotaCode?: string;
1255
-
1256
- ServiceCode?: string;
1257
- Message?: string;
1258
- Code?: string;
1259
-
1260
- Logref?: string;
1261
-
1262
- constructor(opts: __ExceptionOptionType<HumanLoopQuotaExceededException, __BaseException>);
1263
- }
1264
-
1265
- export interface ProtectiveEquipmentSummarizationAttributes {
1266
-
1267
- MinConfidence: number | undefined;
1268
-
1269
- RequiredEquipmentTypes: (ProtectiveEquipmentType | string)[] | undefined;
1270
- }
1271
- export interface DetectProtectiveEquipmentRequest {
1272
-
1273
- Image: Image | undefined;
1274
-
1275
- SummarizationAttributes?: ProtectiveEquipmentSummarizationAttributes;
1276
- }
1277
-
1278
- export interface ProtectiveEquipmentPerson {
1279
-
1280
- BodyParts?: ProtectiveEquipmentBodyPart[];
1281
-
1282
- BoundingBox?: BoundingBox;
1283
-
1284
- Confidence?: number;
1285
-
1286
- Id?: number;
1287
- }
1288
-
1289
- export interface ProtectiveEquipmentSummary {
1290
-
1291
- PersonsWithRequiredEquipment?: number[];
1292
-
1293
- PersonsWithoutRequiredEquipment?: number[];
1294
-
1295
- PersonsIndeterminate?: number[];
1296
- }
1297
- export interface DetectProtectiveEquipmentResponse {
1298
-
1299
- ProtectiveEquipmentModelVersion?: string;
1300
-
1301
- Persons?: ProtectiveEquipmentPerson[];
1302
-
1303
- Summary?: ProtectiveEquipmentSummary;
1304
- }
1305
-
1306
- export interface DetectTextFilters {
1307
-
1308
- WordFilter?: DetectionFilter;
1309
-
1310
- RegionsOfInterest?: RegionOfInterest[];
1311
- }
1312
- export interface DetectTextRequest {
1313
-
1314
- Image: Image | undefined;
1315
-
1316
- Filters?: DetectTextFilters;
1317
- }
1318
- export declare enum TextTypes {
1319
- LINE = "LINE",
1320
- WORD = "WORD"
1321
- }
1322
-
1323
- export interface TextDetection {
1324
-
1325
- DetectedText?: string;
1326
-
1327
- Type?: TextTypes | string;
1328
-
1329
- Id?: number;
1330
-
1331
- ParentId?: number;
1332
-
1333
- Confidence?: number;
1334
-
1335
- Geometry?: Geometry;
1336
- }
1337
- export interface DetectTextResponse {
1338
-
1339
- TextDetections?: TextDetection[];
1340
-
1341
- TextModelVersion?: string;
1342
- }
1343
-
1344
- export interface DistributeDataset {
1345
-
1346
- Arn: string | undefined;
1347
- }
1348
- export interface DistributeDatasetEntriesRequest {
1349
-
1350
- Datasets: DistributeDataset[] | undefined;
1351
- }
1352
- export interface DistributeDatasetEntriesResponse {
1353
- }
1354
-
1355
- export interface Face {
1356
-
1357
- FaceId?: string;
1358
-
1359
- BoundingBox?: BoundingBox;
1360
-
1361
- ImageId?: string;
1362
-
1363
- ExternalImageId?: string;
1364
-
1365
- Confidence?: number;
1366
-
1367
- IndexFacesModelVersion?: string;
1368
- }
1369
- export declare enum FaceAttributes {
1370
- ALL = "ALL",
1371
- DEFAULT = "DEFAULT"
1372
- }
1373
-
1374
- export interface FaceDetection {
1375
-
1376
- Timestamp?: number;
1377
-
1378
- Face?: FaceDetail;
1379
- }
1380
-
1381
- export interface FaceMatch {
1382
-
1383
- Similarity?: number;
1384
-
1385
- Face?: Face;
1386
- }
1387
-
1388
- export interface FaceRecord {
1389
-
1390
- Face?: Face;
1391
-
1392
- FaceDetail?: FaceDetail;
1393
- }
1394
- export declare enum FaceSearchSortBy {
1395
- INDEX = "INDEX",
1396
- TIMESTAMP = "TIMESTAMP"
1397
- }
1398
- export interface GetCelebrityInfoRequest {
1399
-
1400
- Id: string | undefined;
1401
- }
1402
- export interface GetCelebrityInfoResponse {
1403
-
1404
- Urls?: string[];
1405
-
1406
- Name?: string;
1407
-
1408
- KnownGender?: KnownGender;
1409
- }
1410
- export interface GetCelebrityRecognitionRequest {
1411
-
1412
- JobId: string | undefined;
1413
-
1414
- MaxResults?: number;
1415
-
1416
- NextToken?: string;
1417
-
1418
- SortBy?: CelebrityRecognitionSortBy | string;
1419
- }
1420
- export declare enum VideoJobStatus {
1421
- FAILED = "FAILED",
1422
- IN_PROGRESS = "IN_PROGRESS",
1423
- SUCCEEDED = "SUCCEEDED"
1424
- }
1425
- export declare enum VideoColorRange {
1426
- FULL = "FULL",
1427
- LIMITED = "LIMITED"
1428
- }
1429
-
1430
- export interface VideoMetadata {
1431
-
1432
- Codec?: string;
1433
-
1434
- DurationMillis?: number;
1435
-
1436
- Format?: string;
1437
-
1438
- FrameRate?: number;
1439
-
1440
- FrameHeight?: number;
1441
-
1442
- FrameWidth?: number;
1443
-
1444
- ColorRange?: VideoColorRange | string;
1445
- }
1446
- export interface GetCelebrityRecognitionResponse {
1447
-
1448
- JobStatus?: VideoJobStatus | string;
1449
-
1450
- StatusMessage?: string;
1451
-
1452
- VideoMetadata?: VideoMetadata;
1453
-
1454
- NextToken?: string;
1455
-
1456
- Celebrities?: CelebrityRecognition[];
1457
- }
1458
- export interface GetContentModerationRequest {
1459
-
1460
- JobId: string | undefined;
1461
-
1462
- MaxResults?: number;
1463
-
1464
- NextToken?: string;
1465
-
1466
- SortBy?: ContentModerationSortBy | string;
1467
- }
1468
- export interface GetContentModerationResponse {
1469
-
1470
- JobStatus?: VideoJobStatus | string;
1471
-
1472
- StatusMessage?: string;
1473
-
1474
- VideoMetadata?: VideoMetadata;
1475
-
1476
- ModerationLabels?: ContentModerationDetection[];
1477
-
1478
- NextToken?: string;
1479
-
1480
- ModerationModelVersion?: string;
1481
- }
1482
- export interface GetFaceDetectionRequest {
1483
-
1484
- JobId: string | undefined;
1485
-
1486
- MaxResults?: number;
1487
-
1488
- NextToken?: string;
1489
- }
1490
- export interface GetFaceDetectionResponse {
1491
-
1492
- JobStatus?: VideoJobStatus | string;
1493
-
1494
- StatusMessage?: string;
1495
-
1496
- VideoMetadata?: VideoMetadata;
1497
-
1498
- NextToken?: string;
1499
-
1500
- Faces?: FaceDetection[];
1501
- }
1502
- export interface GetFaceSearchRequest {
1503
-
1504
- JobId: string | undefined;
1505
-
1506
- MaxResults?: number;
1507
-
1508
- NextToken?: string;
1509
-
1510
- SortBy?: FaceSearchSortBy | string;
1511
- }
1512
-
1513
- export interface PersonDetail {
1514
-
1515
- Index?: number;
1516
-
1517
- BoundingBox?: BoundingBox;
1518
-
1519
- Face?: FaceDetail;
1520
- }
1521
-
1522
- export interface PersonMatch {
1523
-
1524
- Timestamp?: number;
1525
-
1526
- Person?: PersonDetail;
1527
-
1528
- FaceMatches?: FaceMatch[];
1529
- }
1530
- export interface GetFaceSearchResponse {
1531
-
1532
- JobStatus?: VideoJobStatus | string;
1533
-
1534
- StatusMessage?: string;
1535
-
1536
- NextToken?: string;
1537
-
1538
- VideoMetadata?: VideoMetadata;
1539
-
1540
- Persons?: PersonMatch[];
1541
- }
1542
- export declare enum LabelDetectionSortBy {
1543
- NAME = "NAME",
1544
- TIMESTAMP = "TIMESTAMP"
1545
- }
1546
- export interface GetLabelDetectionRequest {
1547
-
1548
- JobId: string | undefined;
1549
-
1550
- MaxResults?: number;
1551
-
1552
- NextToken?: string;
1553
-
1554
- SortBy?: LabelDetectionSortBy | string;
1555
- }
1556
-
1557
- export interface LabelDetection {
1558
-
1559
- Timestamp?: number;
1560
-
1561
- Label?: Label;
1562
- }
1563
- export interface GetLabelDetectionResponse {
1564
-
1565
- JobStatus?: VideoJobStatus | string;
1566
-
1567
- StatusMessage?: string;
1568
-
1569
- VideoMetadata?: VideoMetadata;
1570
-
1571
- NextToken?: string;
1572
-
1573
- Labels?: LabelDetection[];
1574
-
1575
- LabelModelVersion?: string;
1576
- }
1577
- export declare enum PersonTrackingSortBy {
1578
- INDEX = "INDEX",
1579
- TIMESTAMP = "TIMESTAMP"
1580
- }
1581
- export interface GetPersonTrackingRequest {
1582
-
1583
- JobId: string | undefined;
1584
-
1585
- MaxResults?: number;
1586
-
1587
- NextToken?: string;
1588
-
1589
- SortBy?: PersonTrackingSortBy | string;
1590
- }
1591
-
1592
- export interface PersonDetection {
1593
-
1594
- Timestamp?: number;
1595
-
1596
- Person?: PersonDetail;
1597
- }
1598
- export interface GetPersonTrackingResponse {
1599
-
1600
- JobStatus?: VideoJobStatus | string;
1601
-
1602
- StatusMessage?: string;
1603
-
1604
- VideoMetadata?: VideoMetadata;
1605
-
1606
- NextToken?: string;
1607
-
1608
- Persons?: PersonDetection[];
1609
- }
1610
- export interface GetSegmentDetectionRequest {
1611
-
1612
- JobId: string | undefined;
1613
-
1614
- MaxResults?: number;
1615
-
1616
- NextToken?: string;
1617
- }
1618
-
1619
- export interface ShotSegment {
1620
-
1621
- Index?: number;
1622
-
1623
- Confidence?: number;
1624
- }
1625
- export declare enum TechnicalCueType {
1626
- BLACK_FRAMES = "BlackFrames",
1627
- COLOR_BARS = "ColorBars",
1628
- CONTENT = "Content",
1629
- END_CREDITS = "EndCredits",
1630
- OPENING_CREDITS = "OpeningCredits",
1631
- SLATE = "Slate",
1632
- STUDIO_LOGO = "StudioLogo"
1633
- }
1634
-
1635
- export interface TechnicalCueSegment {
1636
-
1637
- Type?: TechnicalCueType | string;
1638
-
1639
- Confidence?: number;
1640
- }
1641
- export declare enum SegmentType {
1642
- SHOT = "SHOT",
1643
- TECHNICAL_CUE = "TECHNICAL_CUE"
1644
- }
1645
-
1646
- export interface SegmentDetection {
1647
-
1648
- Type?: SegmentType | string;
1649
-
1650
- StartTimestampMillis?: number;
1651
-
1652
- EndTimestampMillis?: number;
1653
-
1654
- DurationMillis?: number;
1655
-
1656
- StartTimecodeSMPTE?: string;
1657
-
1658
- EndTimecodeSMPTE?: string;
1659
-
1660
- DurationSMPTE?: string;
1661
-
1662
- TechnicalCueSegment?: TechnicalCueSegment;
1663
-
1664
- ShotSegment?: ShotSegment;
1665
-
1666
- StartFrameNumber?: number;
1667
-
1668
- EndFrameNumber?: number;
1669
-
1670
- DurationFrames?: number;
1671
- }
1672
-
1673
- export interface SegmentTypeInfo {
1674
-
1675
- Type?: SegmentType | string;
1676
-
1677
- ModelVersion?: string;
1678
- }
1679
- export interface GetSegmentDetectionResponse {
1680
-
1681
- JobStatus?: VideoJobStatus | string;
1682
-
1683
- StatusMessage?: string;
1684
-
1685
- VideoMetadata?: VideoMetadata[];
1686
-
1687
- AudioMetadata?: AudioMetadata[];
1688
-
1689
- NextToken?: string;
1690
-
1691
- Segments?: SegmentDetection[];
1692
-
1693
- SelectedSegmentTypes?: SegmentTypeInfo[];
1694
- }
1695
- export interface GetTextDetectionRequest {
1696
-
1697
- JobId: string | undefined;
1698
-
1699
- MaxResults?: number;
1700
-
1701
- NextToken?: string;
1702
- }
1703
-
1704
- export interface TextDetectionResult {
1705
-
1706
- Timestamp?: number;
1707
-
1708
- TextDetection?: TextDetection;
1709
- }
1710
- export interface GetTextDetectionResponse {
1711
-
1712
- JobStatus?: VideoJobStatus | string;
1713
-
1714
- StatusMessage?: string;
1715
-
1716
- VideoMetadata?: VideoMetadata;
1717
-
1718
- TextDetections?: TextDetectionResult[];
1719
-
1720
- NextToken?: string;
1721
-
1722
- TextModelVersion?: string;
1723
- }
1724
-
1725
- export declare class IdempotentParameterMismatchException extends __BaseException {
1726
- readonly name: "IdempotentParameterMismatchException";
1727
- readonly $fault: "client";
1728
- Message?: string;
1729
- Code?: string;
1730
-
1731
- Logref?: string;
1732
-
1733
- constructor(opts: __ExceptionOptionType<IdempotentParameterMismatchException, __BaseException>);
1734
- }
1735
- export interface IndexFacesRequest {
1736
-
1737
- CollectionId: string | undefined;
1738
-
1739
- Image: Image | undefined;
1740
-
1741
- ExternalImageId?: string;
1742
-
1743
- DetectionAttributes?: (Attribute | string)[];
1744
-
1745
- MaxFaces?: number;
1746
-
1747
- QualityFilter?: QualityFilter | string;
1748
- }
1749
- export declare enum Reason {
1750
- EXCEEDS_MAX_FACES = "EXCEEDS_MAX_FACES",
1751
- EXTREME_POSE = "EXTREME_POSE",
1752
- LOW_BRIGHTNESS = "LOW_BRIGHTNESS",
1753
- LOW_CONFIDENCE = "LOW_CONFIDENCE",
1754
- LOW_FACE_QUALITY = "LOW_FACE_QUALITY",
1755
- LOW_SHARPNESS = "LOW_SHARPNESS",
1756
- SMALL_BOUNDING_BOX = "SMALL_BOUNDING_BOX"
1757
- }
1758
-
1759
- export interface UnindexedFace {
1760
-
1761
- Reasons?: (Reason | string)[];
1762
-
1763
- FaceDetail?: FaceDetail;
1764
- }
1765
- export interface IndexFacesResponse {
1766
-
1767
- FaceRecords?: FaceRecord[];
1768
-
1769
- OrientationCorrection?: OrientationCorrection | string;
1770
-
1771
- FaceModelVersion?: string;
1772
-
1773
- UnindexedFaces?: UnindexedFace[];
1774
- }
1775
-
1776
- export interface KinesisVideoStreamStartSelector {
1777
-
1778
- ProducerTimestamp?: number;
1779
-
1780
- FragmentNumber?: string;
1781
- }
1782
- export interface ListCollectionsRequest {
1783
-
1784
- NextToken?: string;
1785
-
1786
- MaxResults?: number;
1787
- }
1788
- export interface ListCollectionsResponse {
1789
-
1790
- CollectionIds?: string[];
1791
-
1792
- NextToken?: string;
1793
-
1794
- FaceModelVersions?: string[];
1795
- }
1796
- export interface ListDatasetEntriesRequest {
1797
-
1798
- DatasetArn: string | undefined;
1799
-
1800
- ContainsLabels?: string[];
1801
-
1802
- Labeled?: boolean;
1803
-
1804
- SourceRefContains?: string;
1805
-
1806
- HasErrors?: boolean;
1807
-
1808
- NextToken?: string;
1809
-
1810
- MaxResults?: number;
1811
- }
1812
- export interface ListDatasetEntriesResponse {
1813
-
1814
- DatasetEntries?: string[];
1815
-
1816
- NextToken?: string;
1817
- }
1818
- export interface ListDatasetLabelsRequest {
1819
-
1820
- DatasetArn: string | undefined;
1821
-
1822
- NextToken?: string;
1823
-
1824
- MaxResults?: number;
1825
- }
1826
- export interface ListDatasetLabelsResponse {
1827
-
1828
- DatasetLabelDescriptions?: DatasetLabelDescription[];
1829
-
1830
- NextToken?: string;
1831
- }
1832
- export interface ListFacesRequest {
1833
-
1834
- CollectionId: string | undefined;
1835
-
1836
- NextToken?: string;
1837
-
1838
- MaxResults?: number;
1839
- }
1840
- export interface ListFacesResponse {
1841
-
1842
- Faces?: Face[];
1843
-
1844
- NextToken?: string;
1845
-
1846
- FaceModelVersion?: string;
1847
- }
1848
- export interface ListProjectPoliciesRequest {
1849
-
1850
- ProjectArn: string | undefined;
1851
-
1852
- NextToken?: string;
1853
-
1854
- MaxResults?: number;
1855
- }
1856
-
1857
- export interface ProjectPolicy {
1858
-
1859
- ProjectArn?: string;
1860
-
1861
- PolicyName?: string;
1862
-
1863
- PolicyRevisionId?: string;
1864
-
1865
- PolicyDocument?: string;
1866
-
1867
- CreationTimestamp?: Date;
1868
-
1869
- LastUpdatedTimestamp?: Date;
1870
- }
1871
- export interface ListProjectPoliciesResponse {
1872
-
1873
- ProjectPolicies?: ProjectPolicy[];
1874
-
1875
- NextToken?: string;
1876
- }
1877
- export interface ListStreamProcessorsRequest {
1878
-
1879
- NextToken?: string;
1880
-
1881
- MaxResults?: number;
1882
- }
1883
-
1884
- export interface StreamProcessor {
1885
-
1886
- Name?: string;
1887
-
1888
- Status?: StreamProcessorStatus | string;
1889
- }
1890
- export interface ListStreamProcessorsResponse {
1891
-
1892
- NextToken?: string;
1893
-
1894
- StreamProcessors?: StreamProcessor[];
1895
- }
1896
- export interface ListTagsForResourceRequest {
1897
-
1898
- ResourceArn: string | undefined;
1899
- }
1900
- export interface ListTagsForResourceResponse {
1901
-
1902
- Tags?: Record<string, string>;
1903
- }
1904
-
1905
- export declare class MalformedPolicyDocumentException extends __BaseException {
1906
- readonly name: "MalformedPolicyDocumentException";
1907
- readonly $fault: "client";
1908
- Message?: string;
1909
- Code?: string;
1910
-
1911
- Logref?: string;
1912
-
1913
- constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
1914
- }
1915
-
1916
- export interface NotificationChannel {
1917
-
1918
- SNSTopicArn: string | undefined;
1919
-
1920
- RoleArn: string | undefined;
1921
- }
1922
- export interface PutProjectPolicyRequest {
1923
-
1924
- ProjectArn: string | undefined;
1925
-
1926
- PolicyName: string | undefined;
1927
-
1928
- PolicyRevisionId?: string;
1929
-
1930
- PolicyDocument: string | undefined;
1931
- }
1932
- export interface PutProjectPolicyResponse {
1933
-
1934
- PolicyRevisionId?: string;
1935
- }
1936
- export interface RecognizeCelebritiesRequest {
1937
-
1938
- Image: Image | undefined;
1939
- }
1940
- export interface RecognizeCelebritiesResponse {
1941
-
1942
- CelebrityFaces?: Celebrity[];
1943
-
1944
- UnrecognizedFaces?: ComparedFace[];
1945
-
1946
- OrientationCorrection?: OrientationCorrection | string;
1947
- }
1948
- export interface SearchFacesRequest {
1949
-
1950
- CollectionId: string | undefined;
1951
-
1952
- FaceId: string | undefined;
1953
-
1954
- MaxFaces?: number;
1955
-
1956
- FaceMatchThreshold?: number;
1957
- }
1958
- export interface SearchFacesResponse {
1959
-
1960
- SearchedFaceId?: string;
1961
-
1962
- FaceMatches?: FaceMatch[];
1963
-
1964
- FaceModelVersion?: string;
1965
- }
1966
- export interface SearchFacesByImageRequest {
1967
-
1968
- CollectionId: string | undefined;
1969
-
1970
- Image: Image | undefined;
1971
-
1972
- MaxFaces?: number;
1973
-
1974
- FaceMatchThreshold?: number;
1975
-
1976
- QualityFilter?: QualityFilter | string;
1977
- }
1978
- export interface SearchFacesByImageResponse {
1979
-
1980
- SearchedFaceBoundingBox?: BoundingBox;
1981
-
1982
- SearchedFaceConfidence?: number;
1983
-
1984
- FaceMatches?: FaceMatch[];
1985
-
1986
- FaceModelVersion?: string;
1987
- }
1988
-
1989
- export interface Video {
1990
-
1991
- S3Object?: S3Object;
1992
- }
1993
- export interface StartCelebrityRecognitionRequest {
1994
-
1995
- Video: Video | undefined;
1996
-
1997
- ClientRequestToken?: string;
1998
-
1999
- NotificationChannel?: NotificationChannel;
2000
-
2001
- JobTag?: string;
2002
- }
2003
- export interface StartCelebrityRecognitionResponse {
2004
-
2005
- JobId?: string;
2006
- }
2007
-
2008
- export declare class VideoTooLargeException extends __BaseException {
2009
- readonly name: "VideoTooLargeException";
2010
- readonly $fault: "client";
2011
- Message?: string;
2012
- Code?: string;
2013
-
2014
- Logref?: string;
2015
-
2016
- constructor(opts: __ExceptionOptionType<VideoTooLargeException, __BaseException>);
2017
- }
2018
- export interface StartContentModerationRequest {
2019
-
2020
- Video: Video | undefined;
2021
-
2022
- MinConfidence?: number;
2023
-
2024
- ClientRequestToken?: string;
2025
-
2026
- NotificationChannel?: NotificationChannel;
2027
-
2028
- JobTag?: string;
2029
- }
2030
- export interface StartContentModerationResponse {
2031
-
2032
- JobId?: string;
2033
- }
2034
- export interface StartFaceDetectionRequest {
2035
-
2036
- Video: Video | undefined;
2037
-
2038
- ClientRequestToken?: string;
2039
-
2040
- NotificationChannel?: NotificationChannel;
2041
-
2042
- FaceAttributes?: FaceAttributes | string;
2043
-
2044
- JobTag?: string;
2045
- }
2046
- export interface StartFaceDetectionResponse {
2047
-
2048
- JobId?: string;
2049
- }
2050
- export interface StartFaceSearchRequest {
2051
-
2052
- Video: Video | undefined;
2053
-
2054
- ClientRequestToken?: string;
2055
-
2056
- FaceMatchThreshold?: number;
2057
-
2058
- CollectionId: string | undefined;
2059
-
2060
- NotificationChannel?: NotificationChannel;
2061
-
2062
- JobTag?: string;
2063
- }
2064
- export interface StartFaceSearchResponse {
2065
-
2066
- JobId?: string;
2067
- }
2068
- export interface StartLabelDetectionRequest {
2069
-
2070
- Video: Video | undefined;
2071
-
2072
- ClientRequestToken?: string;
2073
-
2074
- MinConfidence?: number;
2075
-
2076
- NotificationChannel?: NotificationChannel;
2077
-
2078
- JobTag?: string;
2079
- }
2080
- export interface StartLabelDetectionResponse {
2081
-
2082
- JobId?: string;
2083
- }
2084
- export interface StartPersonTrackingRequest {
2085
-
2086
- Video: Video | undefined;
2087
-
2088
- ClientRequestToken?: string;
2089
-
2090
- NotificationChannel?: NotificationChannel;
2091
-
2092
- JobTag?: string;
2093
- }
2094
- export interface StartPersonTrackingResponse {
2095
-
2096
- JobId?: string;
2097
- }
2098
- export interface StartProjectVersionRequest {
2099
-
2100
- ProjectVersionArn: string | undefined;
2101
-
2102
- MinInferenceUnits: number | undefined;
2103
-
2104
- MaxInferenceUnits?: number;
2105
- }
2106
- export interface StartProjectVersionResponse {
2107
-
2108
- Status?: ProjectVersionStatus | string;
2109
- }
2110
-
2111
- export interface StartShotDetectionFilter {
2112
-
2113
- MinSegmentConfidence?: number;
2114
- }
2115
-
2116
- export interface StartTechnicalCueDetectionFilter {
2117
-
2118
- MinSegmentConfidence?: number;
2119
-
2120
- BlackFrame?: BlackFrame;
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;