@aws-sdk/client-rekognition 3.131.0 → 3.137.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 (128) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/commands/CompareFacesCommand.js +2 -2
  3. package/dist-cjs/commands/CreateCollectionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  5. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  6. package/dist-cjs/commands/CreateProjectVersionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateStreamProcessorCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteCollectionCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteFacesCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteProjectVersionCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteStreamProcessorCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeCollectionCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeProjectVersionsCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeProjectsCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeStreamProcessorCommand.js +2 -2
  19. package/dist-cjs/commands/DetectCustomLabelsCommand.js +2 -2
  20. package/dist-cjs/commands/DetectFacesCommand.js +2 -2
  21. package/dist-cjs/commands/DetectLabelsCommand.js +2 -2
  22. package/dist-cjs/commands/DetectModerationLabelsCommand.js +2 -2
  23. package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +2 -2
  24. package/dist-cjs/commands/DetectTextCommand.js +2 -2
  25. package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +2 -2
  26. package/dist-cjs/commands/GetCelebrityInfoCommand.js +2 -2
  27. package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +2 -2
  28. package/dist-cjs/commands/GetContentModerationCommand.js +2 -2
  29. package/dist-cjs/commands/GetFaceDetectionCommand.js +2 -2
  30. package/dist-cjs/commands/GetFaceSearchCommand.js +2 -2
  31. package/dist-cjs/commands/GetLabelDetectionCommand.js +2 -2
  32. package/dist-cjs/commands/GetPersonTrackingCommand.js +2 -2
  33. package/dist-cjs/commands/GetSegmentDetectionCommand.js +2 -2
  34. package/dist-cjs/commands/GetTextDetectionCommand.js +2 -2
  35. package/dist-cjs/commands/IndexFacesCommand.js +2 -2
  36. package/dist-cjs/commands/ListCollectionsCommand.js +2 -2
  37. package/dist-cjs/commands/ListDatasetEntriesCommand.js +2 -2
  38. package/dist-cjs/commands/ListDatasetLabelsCommand.js +2 -2
  39. package/dist-cjs/commands/ListFacesCommand.js +2 -2
  40. package/dist-cjs/commands/ListStreamProcessorsCommand.js +2 -2
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-cjs/commands/RecognizeCelebritiesCommand.js +2 -2
  43. package/dist-cjs/commands/SearchFacesByImageCommand.js +2 -2
  44. package/dist-cjs/commands/SearchFacesCommand.js +2 -2
  45. package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +2 -2
  46. package/dist-cjs/commands/StartContentModerationCommand.js +2 -2
  47. package/dist-cjs/commands/StartFaceDetectionCommand.js +2 -2
  48. package/dist-cjs/commands/StartFaceSearchCommand.js +2 -2
  49. package/dist-cjs/commands/StartLabelDetectionCommand.js +2 -2
  50. package/dist-cjs/commands/StartPersonTrackingCommand.js +2 -2
  51. package/dist-cjs/commands/StartProjectVersionCommand.js +2 -2
  52. package/dist-cjs/commands/StartSegmentDetectionCommand.js +2 -2
  53. package/dist-cjs/commands/StartStreamProcessorCommand.js +2 -2
  54. package/dist-cjs/commands/StartTextDetectionCommand.js +2 -2
  55. package/dist-cjs/commands/StopProjectVersionCommand.js +2 -2
  56. package/dist-cjs/commands/StopStreamProcessorCommand.js +2 -2
  57. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  58. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  59. package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateStreamProcessorCommand.js +2 -2
  61. package/dist-cjs/models/models_0.js +894 -1338
  62. package/dist-cjs/protocols/Aws_json1_1.js +2 -0
  63. package/dist-es/commands/CompareFacesCommand.js +3 -3
  64. package/dist-es/commands/CreateCollectionCommand.js +3 -3
  65. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  66. package/dist-es/commands/CreateProjectCommand.js +3 -3
  67. package/dist-es/commands/CreateProjectVersionCommand.js +3 -3
  68. package/dist-es/commands/CreateStreamProcessorCommand.js +3 -3
  69. package/dist-es/commands/DeleteCollectionCommand.js +3 -3
  70. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  71. package/dist-es/commands/DeleteFacesCommand.js +3 -3
  72. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  73. package/dist-es/commands/DeleteProjectVersionCommand.js +3 -3
  74. package/dist-es/commands/DeleteStreamProcessorCommand.js +3 -3
  75. package/dist-es/commands/DescribeCollectionCommand.js +3 -3
  76. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  77. package/dist-es/commands/DescribeProjectVersionsCommand.js +3 -3
  78. package/dist-es/commands/DescribeProjectsCommand.js +3 -3
  79. package/dist-es/commands/DescribeStreamProcessorCommand.js +3 -3
  80. package/dist-es/commands/DetectCustomLabelsCommand.js +3 -3
  81. package/dist-es/commands/DetectFacesCommand.js +3 -3
  82. package/dist-es/commands/DetectLabelsCommand.js +3 -3
  83. package/dist-es/commands/DetectModerationLabelsCommand.js +3 -3
  84. package/dist-es/commands/DetectProtectiveEquipmentCommand.js +3 -3
  85. package/dist-es/commands/DetectTextCommand.js +3 -3
  86. package/dist-es/commands/DistributeDatasetEntriesCommand.js +3 -3
  87. package/dist-es/commands/GetCelebrityInfoCommand.js +3 -3
  88. package/dist-es/commands/GetCelebrityRecognitionCommand.js +3 -3
  89. package/dist-es/commands/GetContentModerationCommand.js +3 -3
  90. package/dist-es/commands/GetFaceDetectionCommand.js +3 -3
  91. package/dist-es/commands/GetFaceSearchCommand.js +3 -3
  92. package/dist-es/commands/GetLabelDetectionCommand.js +3 -3
  93. package/dist-es/commands/GetPersonTrackingCommand.js +3 -3
  94. package/dist-es/commands/GetSegmentDetectionCommand.js +3 -3
  95. package/dist-es/commands/GetTextDetectionCommand.js +3 -3
  96. package/dist-es/commands/IndexFacesCommand.js +3 -3
  97. package/dist-es/commands/ListCollectionsCommand.js +3 -3
  98. package/dist-es/commands/ListDatasetEntriesCommand.js +3 -3
  99. package/dist-es/commands/ListDatasetLabelsCommand.js +3 -3
  100. package/dist-es/commands/ListFacesCommand.js +3 -3
  101. package/dist-es/commands/ListStreamProcessorsCommand.js +3 -3
  102. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  103. package/dist-es/commands/RecognizeCelebritiesCommand.js +3 -3
  104. package/dist-es/commands/SearchFacesByImageCommand.js +3 -3
  105. package/dist-es/commands/SearchFacesCommand.js +3 -3
  106. package/dist-es/commands/StartCelebrityRecognitionCommand.js +3 -3
  107. package/dist-es/commands/StartContentModerationCommand.js +3 -3
  108. package/dist-es/commands/StartFaceDetectionCommand.js +3 -3
  109. package/dist-es/commands/StartFaceSearchCommand.js +3 -3
  110. package/dist-es/commands/StartLabelDetectionCommand.js +3 -3
  111. package/dist-es/commands/StartPersonTrackingCommand.js +3 -3
  112. package/dist-es/commands/StartProjectVersionCommand.js +3 -3
  113. package/dist-es/commands/StartSegmentDetectionCommand.js +3 -3
  114. package/dist-es/commands/StartStreamProcessorCommand.js +3 -3
  115. package/dist-es/commands/StartTextDetectionCommand.js +3 -3
  116. package/dist-es/commands/StopProjectVersionCommand.js +3 -3
  117. package/dist-es/commands/StopStreamProcessorCommand.js +3 -3
  118. package/dist-es/commands/TagResourceCommand.js +3 -3
  119. package/dist-es/commands/UntagResourceCommand.js +3 -3
  120. package/dist-es/commands/UpdateDatasetEntriesCommand.js +3 -3
  121. package/dist-es/commands/UpdateStreamProcessorCommand.js +3 -3
  122. package/dist-es/models/models_0.js +222 -888
  123. package/dist-es/protocols/Aws_json1_1.js +2 -1
  124. package/dist-types/Rekognition.d.ts +3 -0
  125. package/dist-types/commands/StartProjectVersionCommand.d.ts +3 -0
  126. package/dist-types/models/models_0.d.ts +905 -1333
  127. package/dist-types/ts3.4/models/models_0.d.ts +446 -886
  128. package/package.json +6 -6
@@ -33,12 +33,6 @@ export interface AgeRange {
33
33
  */
34
34
  High?: number;
35
35
  }
36
- export declare namespace AgeRange {
37
- /**
38
- * @internal
39
- */
40
- const filterSensitiveLog: (obj: AgeRange) => any;
41
- }
42
36
  /**
43
37
  * <p>Provides the S3 bucket name and object name.</p>
44
38
  * <p>The region for the S3 bucket containing the S3 object must match the region you use for
@@ -62,12 +56,6 @@ export interface S3Object {
62
56
  */
63
57
  Version?: string;
64
58
  }
65
- export declare namespace S3Object {
66
- /**
67
- * @internal
68
- */
69
- const filterSensitiveLog: (obj: S3Object) => any;
70
- }
71
59
  /**
72
60
  * <p>The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.
73
61
  * </p>
@@ -84,12 +72,6 @@ export interface GroundTruthManifest {
84
72
  */
85
73
  S3Object?: S3Object;
86
74
  }
87
- export declare namespace GroundTruthManifest {
88
- /**
89
- * @internal
90
- */
91
- const filterSensitiveLog: (obj: GroundTruthManifest) => any;
92
- }
93
75
  /**
94
76
  * <p>Assets are the images that you use to train and evaluate a model version.
95
77
  * Assets can also contain validation information that you use to debug a failed model training.
@@ -102,12 +84,6 @@ export interface Asset {
102
84
  */
103
85
  GroundTruthManifest?: GroundTruthManifest;
104
86
  }
105
- export declare namespace Asset {
106
- /**
107
- * @internal
108
- */
109
- const filterSensitiveLog: (obj: Asset) => any;
110
- }
111
87
  export declare enum Attribute {
112
88
  ALL = "ALL",
113
89
  DEFAULT = "DEFAULT"
@@ -134,12 +110,6 @@ export interface AudioMetadata {
134
110
  */
135
111
  NumberOfChannels?: number;
136
112
  }
137
- export declare namespace AudioMetadata {
138
- /**
139
- * @internal
140
- */
141
- const filterSensitiveLog: (obj: AudioMetadata) => any;
142
- }
143
113
  /**
144
114
  * <p>Indicates whether or not the face has a beard, and the confidence level in the
145
115
  * determination.</p>
@@ -154,12 +124,6 @@ export interface Beard {
154
124
  */
155
125
  Confidence?: number;
156
126
  }
157
- export declare namespace Beard {
158
- /**
159
- * @internal
160
- */
161
- const filterSensitiveLog: (obj: Beard) => any;
162
- }
163
127
  /**
164
128
  * <p>
165
129
  * A filter that allows you to control the black frame detection by specifying the black levels
@@ -190,12 +154,6 @@ export interface BlackFrame {
190
154
  */
191
155
  MinCoveragePercentage?: number;
192
156
  }
193
- export declare namespace BlackFrame {
194
- /**
195
- * @internal
196
- */
197
- const filterSensitiveLog: (obj: BlackFrame) => any;
198
- }
199
157
  export declare enum BodyPart {
200
158
  FACE = "FACE",
201
159
  HEAD = "HEAD",
@@ -240,12 +198,6 @@ export interface BoundingBox {
240
198
  */
241
199
  Top?: number;
242
200
  }
243
- export declare namespace BoundingBox {
244
- /**
245
- * @internal
246
- */
247
- const filterSensitiveLog: (obj: BoundingBox) => any;
248
- }
249
201
  /**
250
202
  * <p>Information about an item of Personal Protective Equipment covering a corresponding body part. For more
251
203
  * information, see <a>DetectProtectiveEquipment</a>.</p>
@@ -260,12 +212,6 @@ export interface CoversBodyPart {
260
212
  */
261
213
  Value?: boolean;
262
214
  }
263
- export declare namespace CoversBodyPart {
264
- /**
265
- * @internal
266
- */
267
- const filterSensitiveLog: (obj: CoversBodyPart) => any;
268
- }
269
215
  export declare enum ProtectiveEquipmentType {
270
216
  FACE_COVER = "FACE_COVER",
271
217
  HAND_COVER = "HAND_COVER",
@@ -294,12 +240,6 @@ export interface EquipmentDetection {
294
240
  */
295
241
  CoversBodyPart?: CoversBodyPart;
296
242
  }
297
- export declare namespace EquipmentDetection {
298
- /**
299
- * @internal
300
- */
301
- const filterSensitiveLog: (obj: EquipmentDetection) => any;
302
- }
303
243
  /**
304
244
  * <p>Information about a body part detected by <a>DetectProtectiveEquipment</a> that contains PPE.
305
245
  * An array of <code>ProtectiveEquipmentBodyPart</code> objects is returned for each person detected by
@@ -320,12 +260,6 @@ export interface ProtectiveEquipmentBodyPart {
320
260
  */
321
261
  EquipmentDetections?: EquipmentDetection[];
322
262
  }
323
- export declare namespace ProtectiveEquipmentBodyPart {
324
- /**
325
- * @internal
326
- */
327
- const filterSensitiveLog: (obj: ProtectiveEquipmentBodyPart) => any;
328
- }
329
263
  export declare type EmotionName = "ANGRY" | "CALM" | "CONFUSED" | "DISGUSTED" | "FEAR" | "HAPPY" | "SAD" | "SURPRISED" | "UNKNOWN";
330
264
  /**
331
265
  * <p>The emotions that appear to be expressed on the face, and the confidence level in the determination.
@@ -343,12 +277,6 @@ export interface Emotion {
343
277
  */
344
278
  Confidence?: number;
345
279
  }
346
- export declare namespace Emotion {
347
- /**
348
- * @internal
349
- */
350
- const filterSensitiveLog: (obj: Emotion) => any;
351
- }
352
280
  export declare enum LandmarkType {
353
281
  chinBottom = "chinBottom",
354
282
  eyeLeft = "eyeLeft",
@@ -402,12 +330,6 @@ export interface Landmark {
402
330
  */
403
331
  Y?: number;
404
332
  }
405
- export declare namespace Landmark {
406
- /**
407
- * @internal
408
- */
409
- const filterSensitiveLog: (obj: Landmark) => any;
410
- }
411
333
  /**
412
334
  * <p>Indicates the pose of the face as determined by its pitch, roll, and yaw.</p>
413
335
  */
@@ -425,12 +347,6 @@ export interface Pose {
425
347
  */
426
348
  Pitch?: number;
427
349
  }
428
- export declare namespace Pose {
429
- /**
430
- * @internal
431
- */
432
- const filterSensitiveLog: (obj: Pose) => any;
433
- }
434
350
  /**
435
351
  * <p>Identifies face image brightness and sharpness. </p>
436
352
  */
@@ -446,12 +362,6 @@ export interface ImageQuality {
446
362
  */
447
363
  Sharpness?: number;
448
364
  }
449
- export declare namespace ImageQuality {
450
- /**
451
- * @internal
452
- */
453
- const filterSensitiveLog: (obj: ImageQuality) => any;
454
- }
455
365
  /**
456
366
  * <p>Indicates whether or not the face is smiling, and the confidence level in the
457
367
  * determination.</p>
@@ -466,12 +376,6 @@ export interface Smile {
466
376
  */
467
377
  Confidence?: number;
468
378
  }
469
- export declare namespace Smile {
470
- /**
471
- * @internal
472
- */
473
- const filterSensitiveLog: (obj: Smile) => any;
474
- }
475
379
  /**
476
380
  * <p>Provides face metadata for target image faces that are analyzed by
477
381
  * <code>CompareFaces</code> and <code>RecognizeCelebrities</code>.</p>
@@ -510,12 +414,6 @@ export interface ComparedFace {
510
414
  */
511
415
  Smile?: Smile;
512
416
  }
513
- export declare namespace ComparedFace {
514
- /**
515
- * @internal
516
- */
517
- const filterSensitiveLog: (obj: ComparedFace) => any;
518
- }
519
417
  export declare enum KnownGenderType {
520
418
  Female = "Female",
521
419
  Male = "Male",
@@ -532,12 +430,6 @@ export interface KnownGender {
532
430
  */
533
431
  Type?: KnownGenderType | string;
534
432
  }
535
- export declare namespace KnownGender {
536
- /**
537
- * @internal
538
- */
539
- const filterSensitiveLog: (obj: KnownGender) => any;
540
- }
541
433
  /**
542
434
  * <p>Provides information about a celebrity recognized by the <a>RecognizeCelebrities</a> operation.</p>
543
435
  */
@@ -571,12 +463,6 @@ export interface Celebrity {
571
463
  */
572
464
  KnownGender?: KnownGender;
573
465
  }
574
- export declare namespace Celebrity {
575
- /**
576
- * @internal
577
- */
578
- const filterSensitiveLog: (obj: Celebrity) => any;
579
- }
580
466
  /**
581
467
  * <p>Indicates whether or not the face is wearing eye glasses, and the confidence level in
582
468
  * the determination.</p>
@@ -591,12 +477,6 @@ export interface Eyeglasses {
591
477
  */
592
478
  Confidence?: number;
593
479
  }
594
- export declare namespace Eyeglasses {
595
- /**
596
- * @internal
597
- */
598
- const filterSensitiveLog: (obj: Eyeglasses) => any;
599
- }
600
480
  /**
601
481
  * <p>Indicates whether or not the eyes on the face are open, and the confidence level in the
602
482
  * determination.</p>
@@ -611,12 +491,6 @@ export interface EyeOpen {
611
491
  */
612
492
  Confidence?: number;
613
493
  }
614
- export declare namespace EyeOpen {
615
- /**
616
- * @internal
617
- */
618
- const filterSensitiveLog: (obj: EyeOpen) => any;
619
- }
620
494
  export declare enum GenderType {
621
495
  Female = "Female",
622
496
  Male = "Male"
@@ -646,12 +520,6 @@ export interface Gender {
646
520
  */
647
521
  Confidence?: number;
648
522
  }
649
- export declare namespace Gender {
650
- /**
651
- * @internal
652
- */
653
- const filterSensitiveLog: (obj: Gender) => any;
654
- }
655
523
  /**
656
524
  * <p>Indicates whether or not the mouth on the face is open, and the confidence level in the
657
525
  * determination.</p>
@@ -666,12 +534,6 @@ export interface MouthOpen {
666
534
  */
667
535
  Confidence?: number;
668
536
  }
669
- export declare namespace MouthOpen {
670
- /**
671
- * @internal
672
- */
673
- const filterSensitiveLog: (obj: MouthOpen) => any;
674
- }
675
537
  /**
676
538
  * <p>Indicates whether or not the face has a mustache, and the confidence level in the
677
539
  * determination.</p>
@@ -686,12 +548,6 @@ export interface Mustache {
686
548
  */
687
549
  Confidence?: number;
688
550
  }
689
- export declare namespace Mustache {
690
- /**
691
- * @internal
692
- */
693
- const filterSensitiveLog: (obj: Mustache) => any;
694
- }
695
551
  /**
696
552
  * <p>Indicates whether or not the face is wearing sunglasses, and the confidence level in
697
553
  * the determination.</p>
@@ -706,12 +562,6 @@ export interface Sunglasses {
706
562
  */
707
563
  Confidence?: number;
708
564
  }
709
- export declare namespace Sunglasses {
710
- /**
711
- * @internal
712
- */
713
- const filterSensitiveLog: (obj: Sunglasses) => any;
714
- }
715
565
  /**
716
566
  * <p>Structure containing attributes of the face that the algorithm detected.</p>
717
567
  * <p>A <code>FaceDetail</code> object contains either the default facial attributes or all facial attributes.
@@ -812,12 +662,6 @@ export interface FaceDetail {
812
662
  */
813
663
  Confidence?: number;
814
664
  }
815
- export declare namespace FaceDetail {
816
- /**
817
- * @internal
818
- */
819
- const filterSensitiveLog: (obj: FaceDetail) => any;
820
- }
821
665
  /**
822
666
  * <p>Information about a recognized celebrity.</p>
823
667
  */
@@ -851,12 +695,6 @@ export interface CelebrityDetail {
851
695
  */
852
696
  KnownGender?: KnownGender;
853
697
  }
854
- export declare namespace CelebrityDetail {
855
- /**
856
- * @internal
857
- */
858
- const filterSensitiveLog: (obj: CelebrityDetail) => any;
859
- }
860
698
  /**
861
699
  * <p>Information about a detected celebrity and the time the celebrity was detected in a stored video.
862
700
  * For more information, see GetCelebrityRecognition in the Amazon Rekognition Developer Guide.</p>
@@ -871,12 +709,6 @@ export interface CelebrityRecognition {
871
709
  */
872
710
  Celebrity?: CelebrityDetail;
873
711
  }
874
- export declare namespace CelebrityRecognition {
875
- /**
876
- * @internal
877
- */
878
- const filterSensitiveLog: (obj: CelebrityRecognition) => any;
879
- }
880
712
  export declare enum CelebrityRecognitionSortBy {
881
713
  ID = "ID",
882
714
  TIMESTAMP = "TIMESTAMP"
@@ -897,12 +729,6 @@ export interface ComparedSourceImageFace {
897
729
  */
898
730
  Confidence?: number;
899
731
  }
900
- export declare namespace ComparedSourceImageFace {
901
- /**
902
- * @internal
903
- */
904
- const filterSensitiveLog: (obj: ComparedSourceImageFace) => any;
905
- }
906
732
  export declare enum QualityFilter {
907
733
  AUTO = "AUTO",
908
734
  HIGH = "HIGH",
@@ -945,12 +771,6 @@ export interface Image {
945
771
  */
946
772
  S3Object?: S3Object;
947
773
  }
948
- export declare namespace Image {
949
- /**
950
- * @internal
951
- */
952
- const filterSensitiveLog: (obj: Image) => any;
953
- }
954
774
  export interface CompareFacesRequest {
955
775
  /**
956
776
  * <p>The input image as base64-encoded bytes or an S3 object.
@@ -992,12 +812,6 @@ export interface CompareFacesRequest {
992
812
  */
993
813
  QualityFilter?: QualityFilter | string;
994
814
  }
995
- export declare namespace CompareFacesRequest {
996
- /**
997
- * @internal
998
- */
999
- const filterSensitiveLog: (obj: CompareFacesRequest) => any;
1000
- }
1001
815
  /**
1002
816
  * <p>Provides information about a face in a target image that matches the source image face
1003
817
  * analyzed by <code>CompareFaces</code>. The <code>Face</code> property contains the bounding
@@ -1015,12 +829,6 @@ export interface CompareFacesMatch {
1015
829
  */
1016
830
  Face?: ComparedFace;
1017
831
  }
1018
- export declare namespace CompareFacesMatch {
1019
- /**
1020
- * @internal
1021
- */
1022
- const filterSensitiveLog: (obj: CompareFacesMatch) => any;
1023
- }
1024
832
  export declare enum OrientationCorrection {
1025
833
  ROTATE_0 = "ROTATE_0",
1026
834
  ROTATE_180 = "ROTATE_180",
@@ -1071,12 +879,6 @@ export interface CompareFacesResponse {
1071
879
  */
1072
880
  TargetImageOrientationCorrection?: OrientationCorrection | string;
1073
881
  }
1074
- export declare namespace CompareFacesResponse {
1075
- /**
1076
- * @internal
1077
- */
1078
- const filterSensitiveLog: (obj: CompareFacesResponse) => any;
1079
- }
1080
882
  /**
1081
883
  * <p>The input image size exceeds the allowed limit. If you are calling
1082
884
  * DetectProtectiveEquipment, the image size or resolution exceeds the allowed limit. For more information, see
@@ -1223,12 +1025,6 @@ export interface ConnectedHomeSettings {
1223
1025
  */
1224
1026
  MinConfidence?: number;
1225
1027
  }
1226
- export declare namespace ConnectedHomeSettings {
1227
- /**
1228
- * @internal
1229
- */
1230
- const filterSensitiveLog: (obj: ConnectedHomeSettings) => any;
1231
- }
1232
1028
  /**
1233
1029
  * <p>
1234
1030
  * The label detection settings you want to use in your stream processor. This includes the labels you want the stream processor to detect and the minimum confidence level allowed to label objects.
@@ -1248,12 +1044,6 @@ export interface ConnectedHomeSettingsForUpdate {
1248
1044
  */
1249
1045
  MinConfidence?: number;
1250
1046
  }
1251
- export declare namespace ConnectedHomeSettingsForUpdate {
1252
- /**
1253
- * @internal
1254
- */
1255
- const filterSensitiveLog: (obj: ConnectedHomeSettingsForUpdate) => any;
1256
- }
1257
1047
  export declare enum ContentClassifier {
1258
1048
  FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
1259
1049
  FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation"
@@ -1282,12 +1072,6 @@ export interface ModerationLabel {
1282
1072
  */
1283
1073
  ParentName?: string;
1284
1074
  }
1285
- export declare namespace ModerationLabel {
1286
- /**
1287
- * @internal
1288
- */
1289
- const filterSensitiveLog: (obj: ModerationLabel) => any;
1290
- }
1291
1075
  /**
1292
1076
  * <p>Information about an inappropriate, unwanted, or offensive content label detection in a stored video.</p>
1293
1077
  */
@@ -1301,12 +1085,6 @@ export interface ContentModerationDetection {
1301
1085
  */
1302
1086
  ModerationLabel?: ModerationLabel;
1303
1087
  }
1304
- export declare namespace ContentModerationDetection {
1305
- /**
1306
- * @internal
1307
- */
1308
- const filterSensitiveLog: (obj: ContentModerationDetection) => any;
1309
- }
1310
1088
  export declare enum ContentModerationSortBy {
1311
1089
  NAME = "NAME",
1312
1090
  TIMESTAMP = "TIMESTAMP"
@@ -1323,12 +1101,6 @@ export interface CreateCollectionRequest {
1323
1101
  */
1324
1102
  Tags?: Record<string, string>;
1325
1103
  }
1326
- export declare namespace CreateCollectionRequest {
1327
- /**
1328
- * @internal
1329
- */
1330
- const filterSensitiveLog: (obj: CreateCollectionRequest) => any;
1331
- }
1332
1104
  export interface CreateCollectionResponse {
1333
1105
  /**
1334
1106
  * <p>HTTP status code indicating the result of the operation.</p>
@@ -1344,12 +1116,6 @@ export interface CreateCollectionResponse {
1344
1116
  */
1345
1117
  FaceModelVersion?: string;
1346
1118
  }
1347
- export declare namespace CreateCollectionResponse {
1348
- /**
1349
- * @internal
1350
- */
1351
- const filterSensitiveLog: (obj: CreateCollectionResponse) => any;
1352
- }
1353
1119
  /**
1354
1120
  * <p>A resource with the specified ID already exists.</p>
1355
1121
  */
@@ -1413,12 +1179,6 @@ export interface DatasetSource {
1413
1179
  */
1414
1180
  DatasetArn?: string;
1415
1181
  }
1416
- export declare namespace DatasetSource {
1417
- /**
1418
- * @internal
1419
- */
1420
- const filterSensitiveLog: (obj: DatasetSource) => any;
1421
- }
1422
1182
  export declare enum DatasetType {
1423
1183
  TEST = "TEST",
1424
1184
  TRAIN = "TRAIN"
@@ -1447,12 +1207,6 @@ export interface CreateDatasetRequest {
1447
1207
  */
1448
1208
  ProjectArn: string | undefined;
1449
1209
  }
1450
- export declare namespace CreateDatasetRequest {
1451
- /**
1452
- * @internal
1453
- */
1454
- const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
1455
- }
1456
1210
  export interface CreateDatasetResponse {
1457
1211
  /**
1458
1212
  * <p>
@@ -1461,12 +1215,6 @@ export interface CreateDatasetResponse {
1461
1215
  */
1462
1216
  DatasetArn?: string;
1463
1217
  }
1464
- export declare namespace CreateDatasetResponse {
1465
- /**
1466
- * @internal
1467
- */
1468
- const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
1469
- }
1470
1218
  /**
1471
1219
  * <p>An Amazon Rekognition service limit was exceeded. For example, if you start too many Amazon Rekognition Video jobs concurrently, calls to start operations
1472
1220
  * (<code>StartLabelDetection</code>, for example) will raise a <code>LimitExceededException</code> exception (HTTP status code: 400) until
@@ -1509,12 +1257,6 @@ export interface CreateProjectRequest {
1509
1257
  */
1510
1258
  ProjectName: string | undefined;
1511
1259
  }
1512
- export declare namespace CreateProjectRequest {
1513
- /**
1514
- * @internal
1515
- */
1516
- const filterSensitiveLog: (obj: CreateProjectRequest) => any;
1517
- }
1518
1260
  export interface CreateProjectResponse {
1519
1261
  /**
1520
1262
  * <p>The Amazon Resource Name (ARN) of the new project. You can use the ARN to
@@ -1522,12 +1264,6 @@ export interface CreateProjectResponse {
1522
1264
  */
1523
1265
  ProjectArn?: string;
1524
1266
  }
1525
- export declare namespace CreateProjectResponse {
1526
- /**
1527
- * @internal
1528
- */
1529
- const filterSensitiveLog: (obj: CreateProjectResponse) => any;
1530
- }
1531
1267
  /**
1532
1268
  * <p>The specified resource is already being used.</p>
1533
1269
  */
@@ -1558,12 +1294,6 @@ export interface OutputConfig {
1558
1294
  */
1559
1295
  S3KeyPrefix?: string;
1560
1296
  }
1561
- export declare namespace OutputConfig {
1562
- /**
1563
- * @internal
1564
- */
1565
- const filterSensitiveLog: (obj: OutputConfig) => any;
1566
- }
1567
1297
  /**
1568
1298
  * <p>The dataset used for testing. Optionally, if <code>AutoCreate</code> is set, Amazon Rekognition Custom Labels uses the
1569
1299
  * training dataset to create a test dataset with a temporary split of the training dataset. </p>
@@ -1579,12 +1309,6 @@ export interface TestingData {
1579
1309
  */
1580
1310
  AutoCreate?: boolean;
1581
1311
  }
1582
- export declare namespace TestingData {
1583
- /**
1584
- * @internal
1585
- */
1586
- const filterSensitiveLog: (obj: TestingData) => any;
1587
- }
1588
1312
  /**
1589
1313
  * <p>The dataset used for training.</p>
1590
1314
  */
@@ -1594,12 +1318,6 @@ export interface TrainingData {
1594
1318
  */
1595
1319
  Assets?: Asset[];
1596
1320
  }
1597
- export declare namespace TrainingData {
1598
- /**
1599
- * @internal
1600
- */
1601
- const filterSensitiveLog: (obj: TrainingData) => any;
1602
- }
1603
1321
  export interface CreateProjectVersionRequest {
1604
1322
  /**
1605
1323
  * <p>The ARN of the Amazon Rekognition Custom Labels project that
@@ -1662,12 +1380,6 @@ export interface CreateProjectVersionRequest {
1662
1380
  */
1663
1381
  KmsKeyId?: string;
1664
1382
  }
1665
- export declare namespace CreateProjectVersionRequest {
1666
- /**
1667
- * @internal
1668
- */
1669
- const filterSensitiveLog: (obj: CreateProjectVersionRequest) => any;
1670
- }
1671
1383
  export interface CreateProjectVersionResponse {
1672
1384
  /**
1673
1385
  * <p>The ARN of the model version that was created. Use <code>DescribeProjectVersion</code>
@@ -1675,12 +1387,6 @@ export interface CreateProjectVersionResponse {
1675
1387
  */
1676
1388
  ProjectVersionArn?: string;
1677
1389
  }
1678
- export declare namespace CreateProjectVersionResponse {
1679
- /**
1680
- * @internal
1681
- */
1682
- const filterSensitiveLog: (obj: CreateProjectVersionResponse) => any;
1683
- }
1684
1390
  /**
1685
1391
  * <p>
1686
1392
  * Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis.
@@ -1696,12 +1402,6 @@ export interface StreamProcessorDataSharingPreference {
1696
1402
  */
1697
1403
  OptIn: boolean | undefined;
1698
1404
  }
1699
- export declare namespace StreamProcessorDataSharingPreference {
1700
- /**
1701
- * @internal
1702
- */
1703
- const filterSensitiveLog: (obj: StreamProcessorDataSharingPreference) => any;
1704
- }
1705
1405
  /**
1706
1406
  * <p>Kinesis video stream stream that provides the source streaming video for a Amazon Rekognition Video stream processor. For more information, see
1707
1407
  * CreateStreamProcessor in the Amazon Rekognition Developer Guide.</p>
@@ -1712,12 +1412,6 @@ export interface KinesisVideoStream {
1712
1412
  */
1713
1413
  Arn?: string;
1714
1414
  }
1715
- export declare namespace KinesisVideoStream {
1716
- /**
1717
- * @internal
1718
- */
1719
- const filterSensitiveLog: (obj: KinesisVideoStream) => any;
1720
- }
1721
1415
  /**
1722
1416
  * <p>Information about the source streaming video. </p>
1723
1417
  */
@@ -1727,12 +1421,6 @@ export interface StreamProcessorInput {
1727
1421
  */
1728
1422
  KinesisVideoStream?: KinesisVideoStream;
1729
1423
  }
1730
- export declare namespace StreamProcessorInput {
1731
- /**
1732
- * @internal
1733
- */
1734
- const filterSensitiveLog: (obj: StreamProcessorInput) => any;
1735
- }
1736
1424
  /**
1737
1425
  * <p>The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.</p>
1738
1426
  * <p>Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. For example, if Amazon Rekognition
@@ -1748,12 +1436,6 @@ export interface StreamProcessorNotificationChannel {
1748
1436
  */
1749
1437
  SNSTopicArn: string | undefined;
1750
1438
  }
1751
- export declare namespace StreamProcessorNotificationChannel {
1752
- /**
1753
- * @internal
1754
- */
1755
- const filterSensitiveLog: (obj: StreamProcessorNotificationChannel) => any;
1756
- }
1757
1439
  /**
1758
1440
  * <p>The Kinesis data stream Amazon Rekognition to which the analysis results of a Amazon Rekognition stream processor are streamed. For more information, see
1759
1441
  * CreateStreamProcessor in the Amazon Rekognition Developer Guide.</p>
@@ -1764,12 +1446,6 @@ export interface KinesisDataStream {
1764
1446
  */
1765
1447
  Arn?: string;
1766
1448
  }
1767
- export declare namespace KinesisDataStream {
1768
- /**
1769
- * @internal
1770
- */
1771
- const filterSensitiveLog: (obj: KinesisDataStream) => any;
1772
- }
1773
1449
  /**
1774
1450
  * <p>
1775
1451
  * The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
@@ -1792,12 +1468,6 @@ export interface S3Destination {
1792
1468
  */
1793
1469
  KeyPrefix?: string;
1794
1470
  }
1795
- export declare namespace S3Destination {
1796
- /**
1797
- * @internal
1798
- */
1799
- const filterSensitiveLog: (obj: S3Destination) => any;
1800
- }
1801
1471
  /**
1802
1472
  * <p>Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more
1803
1473
  * information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.</p>
@@ -1814,12 +1484,6 @@ export interface StreamProcessorOutput {
1814
1484
  */
1815
1485
  S3Destination?: S3Destination;
1816
1486
  }
1817
- export declare namespace StreamProcessorOutput {
1818
- /**
1819
- * @internal
1820
- */
1821
- const filterSensitiveLog: (obj: StreamProcessorOutput) => any;
1822
- }
1823
1487
  /**
1824
1488
  * <p>The X and Y coordinates of a point on an image or video frame. The X and Y values are ratios
1825
1489
  * of the overall image size or video resolution. For example, if an input image is 700x200 and the
@@ -1841,15 +1505,9 @@ export interface Point {
1841
1505
  */
1842
1506
  Y?: number;
1843
1507
  }
1844
- export declare namespace Point {
1845
- /**
1846
- * @internal
1847
- */
1848
- const filterSensitiveLog: (obj: Point) => any;
1849
- }
1850
1508
  /**
1851
1509
  * <p>Specifies a location within the frame that Rekognition checks for objects of interest such as text, labels, or faces. It uses a <code>BoundingBox</code>
1852
- * or object or <code>Polygon</code> to set a region of the screen.</p>
1510
+ * or <code>Polygon</code> to set a region of the screen.</p>
1853
1511
  * <p>A word, face, or label is included in the region if it is more than half in that region. If there is more than
1854
1512
  * one region, the word, face, or label is compared with all regions of the screen. Any object of interest that is more than half in a region
1855
1513
  * is kept in the results.</p>
@@ -1866,12 +1524,6 @@ export interface RegionOfInterest {
1866
1524
  */
1867
1525
  Polygon?: Point[];
1868
1526
  }
1869
- export declare namespace RegionOfInterest {
1870
- /**
1871
- * @internal
1872
- */
1873
- const filterSensitiveLog: (obj: RegionOfInterest) => any;
1874
- }
1875
1527
  /**
1876
1528
  * <p>Input face recognition parameters for an Amazon Rekognition stream processor.
1877
1529
  * Includes the collection to use for face recognition and the face attributes to detect.
@@ -1888,12 +1540,6 @@ export interface FaceSearchSettings {
1888
1540
  */
1889
1541
  FaceMatchThreshold?: number;
1890
1542
  }
1891
- export declare namespace FaceSearchSettings {
1892
- /**
1893
- * @internal
1894
- */
1895
- const filterSensitiveLog: (obj: FaceSearchSettings) => any;
1896
- }
1897
1543
  /**
1898
1544
  * <p>Input parameters used in a streaming video analyzed by a Amazon Rekognition stream processor.
1899
1545
  * You can use <code>FaceSearch</code> to recognize faces in a streaming video, or you can use <code>ConnectedHome</code> to detect labels. </p>
@@ -1914,12 +1560,6 @@ export interface StreamProcessorSettings {
1914
1560
  */
1915
1561
  ConnectedHome?: ConnectedHomeSettings;
1916
1562
  }
1917
- export declare namespace StreamProcessorSettings {
1918
- /**
1919
- * @internal
1920
- */
1921
- const filterSensitiveLog: (obj: StreamProcessorSettings) => any;
1922
- }
1923
1563
  export interface CreateStreamProcessorRequest {
1924
1564
  /**
1925
1565
  * <p>Kinesis video stream stream that provides the source streaming video. If you are using the AWS CLI, the parameter name is <code>StreamProcessorInput</code>. This is required for both face search and label detection stream processors.</p>
@@ -1973,7 +1613,7 @@ export interface CreateStreamProcessorRequest {
1973
1613
  KmsKeyId?: string;
1974
1614
  /**
1975
1615
  * <p>
1976
- * Specifies locations in the frames where Amazon Rekognition checks for objects or people. You can specify up to 10 regions of interest. This is an optional parameter for label detection stream processors and should not be used to create a face search stream processor.
1616
+ * Specifies locations in the frames where Amazon Rekognition checks for objects or people. You can specify up to 10 regions of interest, and each region has either a polygon or a bounding box. This is an optional parameter for label detection stream processors and should not be used to create a face search stream processor.
1977
1617
  * </p>
1978
1618
  */
1979
1619
  RegionsOfInterest?: RegionOfInterest[];
@@ -1985,24 +1625,12 @@ export interface CreateStreamProcessorRequest {
1985
1625
  */
1986
1626
  DataSharingPreference?: StreamProcessorDataSharingPreference;
1987
1627
  }
1988
- export declare namespace CreateStreamProcessorRequest {
1989
- /**
1990
- * @internal
1991
- */
1992
- const filterSensitiveLog: (obj: CreateStreamProcessorRequest) => any;
1993
- }
1994
1628
  export interface CreateStreamProcessorResponse {
1995
1629
  /**
1996
1630
  * <p>Amazon Resource Number for the newly created stream processor.</p>
1997
1631
  */
1998
1632
  StreamProcessorArn?: string;
1999
1633
  }
2000
- export declare namespace CreateStreamProcessorResponse {
2001
- /**
2002
- * @internal
2003
- */
2004
- const filterSensitiveLog: (obj: CreateStreamProcessorResponse) => any;
2005
- }
2006
1634
  /**
2007
1635
  * <p>Information about where an object (<a>DetectCustomLabels</a>) or text (<a>DetectText</a>) is located on
2008
1636
  * an image.</p>
@@ -2018,12 +1646,6 @@ export interface Geometry {
2018
1646
  */
2019
1647
  Polygon?: Point[];
2020
1648
  }
2021
- export declare namespace Geometry {
2022
- /**
2023
- * @internal
2024
- */
2025
- const filterSensitiveLog: (obj: Geometry) => any;
2026
- }
2027
1649
  /**
2028
1650
  * <p>A custom label detected in an image by a call to <a>DetectCustomLabels</a>.</p>
2029
1651
  */
@@ -2044,12 +1666,6 @@ export interface CustomLabel {
2044
1666
  */
2045
1667
  Geometry?: Geometry;
2046
1668
  }
2047
- export declare namespace CustomLabel {
2048
- /**
2049
- * @internal
2050
- */
2051
- const filterSensitiveLog: (obj: CustomLabel) => any;
2052
- }
2053
1669
  /**
2054
1670
  * <p>
2055
1671
  * Describes updates or additions to a dataset. A Single update or addition
@@ -2073,12 +1689,6 @@ export interface DatasetChanges {
2073
1689
  */
2074
1690
  GroundTruth: Uint8Array | undefined;
2075
1691
  }
2076
- export declare namespace DatasetChanges {
2077
- /**
2078
- * @internal
2079
- */
2080
- const filterSensitiveLog: (obj: DatasetChanges) => any;
2081
- }
2082
1692
  /**
2083
1693
  * <p>
2084
1694
  * Provides statistics about a dataset. For more information, see <a>DescribeDataset</a>.
@@ -2111,12 +1721,6 @@ export interface DatasetStats {
2111
1721
  */
2112
1722
  ErrorEntries?: number;
2113
1723
  }
2114
- export declare namespace DatasetStats {
2115
- /**
2116
- * @internal
2117
- */
2118
- const filterSensitiveLog: (obj: DatasetStats) => any;
2119
- }
2120
1724
  export declare enum DatasetStatus {
2121
1725
  CREATE_COMPLETE = "CREATE_COMPLETE",
2122
1726
  CREATE_FAILED = "CREATE_FAILED",
@@ -2178,12 +1782,6 @@ export interface DatasetDescription {
2178
1782
  */
2179
1783
  DatasetStats?: DatasetStats;
2180
1784
  }
2181
- export declare namespace DatasetDescription {
2182
- /**
2183
- * @internal
2184
- */
2185
- const filterSensitiveLog: (obj: DatasetDescription) => any;
2186
- }
2187
1785
  /**
2188
1786
  * <p>
2189
1787
  * Statistics about a label used in a dataset. For more information, see <a>DatasetLabelDescription</a>.
@@ -2203,12 +1801,6 @@ export interface DatasetLabelStats {
2203
1801
  */
2204
1802
  BoundingBoxCount?: number;
2205
1803
  }
2206
- export declare namespace DatasetLabelStats {
2207
- /**
2208
- * @internal
2209
- */
2210
- const filterSensitiveLog: (obj: DatasetLabelStats) => any;
2211
- }
2212
1804
  /**
2213
1805
  * <p>
2214
1806
  * Describes a dataset label. For more information, see <a>ListDatasetLabels</a>.
@@ -2228,12 +1820,6 @@ export interface DatasetLabelDescription {
2228
1820
  */
2229
1821
  LabelStats?: DatasetLabelStats;
2230
1822
  }
2231
- export declare namespace DatasetLabelDescription {
2232
- /**
2233
- * @internal
2234
- */
2235
- const filterSensitiveLog: (obj: DatasetLabelDescription) => any;
2236
- }
2237
1823
  /**
2238
1824
  * <p>
2239
1825
  * Summary information for an Amazon Rekognition Custom Labels dataset. For more information, see
@@ -2280,36 +1866,18 @@ export interface DatasetMetadata {
2280
1866
  */
2281
1867
  StatusMessageCode?: DatasetStatusMessageCode | string;
2282
1868
  }
2283
- export declare namespace DatasetMetadata {
2284
- /**
2285
- * @internal
2286
- */
2287
- const filterSensitiveLog: (obj: DatasetMetadata) => any;
2288
- }
2289
1869
  export interface DeleteCollectionRequest {
2290
1870
  /**
2291
1871
  * <p>ID of the collection to delete.</p>
2292
1872
  */
2293
1873
  CollectionId: string | undefined;
2294
1874
  }
2295
- export declare namespace DeleteCollectionRequest {
2296
- /**
2297
- * @internal
2298
- */
2299
- const filterSensitiveLog: (obj: DeleteCollectionRequest) => any;
2300
- }
2301
1875
  export interface DeleteCollectionResponse {
2302
1876
  /**
2303
1877
  * <p>HTTP status code that indicates the result of the operation.</p>
2304
1878
  */
2305
1879
  StatusCode?: number;
2306
1880
  }
2307
- export declare namespace DeleteCollectionResponse {
2308
- /**
2309
- * @internal
2310
- */
2311
- const filterSensitiveLog: (obj: DeleteCollectionResponse) => any;
2312
- }
2313
1881
  export interface DeleteDatasetRequest {
2314
1882
  /**
2315
1883
  * <p>
@@ -2318,20 +1886,8 @@ export interface DeleteDatasetRequest {
2318
1886
  */
2319
1887
  DatasetArn: string | undefined;
2320
1888
  }
2321
- export declare namespace DeleteDatasetRequest {
2322
- /**
2323
- * @internal
2324
- */
2325
- const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
2326
- }
2327
1889
  export interface DeleteDatasetResponse {
2328
1890
  }
2329
- export declare namespace DeleteDatasetResponse {
2330
- /**
2331
- * @internal
2332
- */
2333
- const filterSensitiveLog: (obj: DeleteDatasetResponse) => any;
2334
- }
2335
1891
  export interface DeleteFacesRequest {
2336
1892
  /**
2337
1893
  * <p>Collection from which to remove the specific faces.</p>
@@ -2342,36 +1898,18 @@ export interface DeleteFacesRequest {
2342
1898
  */
2343
1899
  FaceIds: string[] | undefined;
2344
1900
  }
2345
- export declare namespace DeleteFacesRequest {
2346
- /**
2347
- * @internal
2348
- */
2349
- const filterSensitiveLog: (obj: DeleteFacesRequest) => any;
2350
- }
2351
1901
  export interface DeleteFacesResponse {
2352
1902
  /**
2353
1903
  * <p>An array of strings (face IDs) of the faces that were deleted.</p>
2354
1904
  */
2355
1905
  DeletedFaces?: string[];
2356
1906
  }
2357
- export declare namespace DeleteFacesResponse {
2358
- /**
2359
- * @internal
2360
- */
2361
- const filterSensitiveLog: (obj: DeleteFacesResponse) => any;
2362
- }
2363
1907
  export interface DeleteProjectRequest {
2364
1908
  /**
2365
1909
  * <p>The Amazon Resource Name (ARN) of the project that you want to delete.</p>
2366
1910
  */
2367
1911
  ProjectArn: string | undefined;
2368
1912
  }
2369
- export declare namespace DeleteProjectRequest {
2370
- /**
2371
- * @internal
2372
- */
2373
- const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
2374
- }
2375
1913
  export declare enum ProjectStatus {
2376
1914
  CREATED = "CREATED",
2377
1915
  CREATING = "CREATING",
@@ -2383,24 +1921,12 @@ export interface DeleteProjectResponse {
2383
1921
  */
2384
1922
  Status?: ProjectStatus | string;
2385
1923
  }
2386
- export declare namespace DeleteProjectResponse {
2387
- /**
2388
- * @internal
2389
- */
2390
- const filterSensitiveLog: (obj: DeleteProjectResponse) => any;
2391
- }
2392
1924
  export interface DeleteProjectVersionRequest {
2393
1925
  /**
2394
1926
  * <p>The Amazon Resource Name (ARN) of the model version that you want to delete.</p>
2395
1927
  */
2396
1928
  ProjectVersionArn: string | undefined;
2397
1929
  }
2398
- export declare namespace DeleteProjectVersionRequest {
2399
- /**
2400
- * @internal
2401
- */
2402
- const filterSensitiveLog: (obj: DeleteProjectVersionRequest) => any;
2403
- }
2404
1930
  export declare enum ProjectVersionStatus {
2405
1931
  DELETING = "DELETING",
2406
1932
  FAILED = "FAILED",
@@ -2418,44 +1944,20 @@ export interface DeleteProjectVersionResponse {
2418
1944
  */
2419
1945
  Status?: ProjectVersionStatus | string;
2420
1946
  }
2421
- export declare namespace DeleteProjectVersionResponse {
2422
- /**
2423
- * @internal
2424
- */
2425
- const filterSensitiveLog: (obj: DeleteProjectVersionResponse) => any;
2426
- }
2427
1947
  export interface DeleteStreamProcessorRequest {
2428
1948
  /**
2429
1949
  * <p>The name of the stream processor you want to delete.</p>
2430
1950
  */
2431
1951
  Name: string | undefined;
2432
1952
  }
2433
- export declare namespace DeleteStreamProcessorRequest {
2434
- /**
2435
- * @internal
2436
- */
2437
- const filterSensitiveLog: (obj: DeleteStreamProcessorRequest) => any;
2438
- }
2439
1953
  export interface DeleteStreamProcessorResponse {
2440
1954
  }
2441
- export declare namespace DeleteStreamProcessorResponse {
2442
- /**
2443
- * @internal
2444
- */
2445
- const filterSensitiveLog: (obj: DeleteStreamProcessorResponse) => any;
2446
- }
2447
1955
  export interface DescribeCollectionRequest {
2448
1956
  /**
2449
1957
  * <p>The ID of the collection to describe.</p>
2450
1958
  */
2451
1959
  CollectionId: string | undefined;
2452
1960
  }
2453
- export declare namespace DescribeCollectionRequest {
2454
- /**
2455
- * @internal
2456
- */
2457
- const filterSensitiveLog: (obj: DescribeCollectionRequest) => any;
2458
- }
2459
1961
  export interface DescribeCollectionResponse {
2460
1962
  /**
2461
1963
  * <p>The number of faces that are indexed into the collection. To index faces into a
@@ -2479,12 +1981,6 @@ export interface DescribeCollectionResponse {
2479
1981
  */
2480
1982
  CreationTimestamp?: Date;
2481
1983
  }
2482
- export declare namespace DescribeCollectionResponse {
2483
- /**
2484
- * @internal
2485
- */
2486
- const filterSensitiveLog: (obj: DescribeCollectionResponse) => any;
2487
- }
2488
1984
  export interface DescribeDatasetRequest {
2489
1985
  /**
2490
1986
  * <p>
@@ -2493,12 +1989,6 @@ export interface DescribeDatasetRequest {
2493
1989
  */
2494
1990
  DatasetArn: string | undefined;
2495
1991
  }
2496
- export declare namespace DescribeDatasetRequest {
2497
- /**
2498
- * @internal
2499
- */
2500
- const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
2501
- }
2502
1992
  export interface DescribeDatasetResponse {
2503
1993
  /**
2504
1994
  * <p>
@@ -2507,12 +1997,6 @@ export interface DescribeDatasetResponse {
2507
1997
  */
2508
1998
  DatasetDescription?: DatasetDescription;
2509
1999
  }
2510
- export declare namespace DescribeDatasetResponse {
2511
- /**
2512
- * @internal
2513
- */
2514
- const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
2515
- }
2516
2000
  export interface DescribeProjectsRequest {
2517
2001
  /**
2518
2002
  * <p>If the previous response was incomplete (because there is more
@@ -2532,12 +2016,6 @@ export interface DescribeProjectsRequest {
2532
2016
  */
2533
2017
  ProjectNames?: string[];
2534
2018
  }
2535
- export declare namespace DescribeProjectsRequest {
2536
- /**
2537
- * @internal
2538
- */
2539
- const filterSensitiveLog: (obj: DescribeProjectsRequest) => any;
2540
- }
2541
2019
  /**
2542
2020
  * <p>A description of an Amazon Rekognition Custom Labels project. For more information, see <a>DescribeProjects</a>.</p>
2543
2021
  */
@@ -2561,12 +2039,6 @@ export interface ProjectDescription {
2561
2039
  */
2562
2040
  Datasets?: DatasetMetadata[];
2563
2041
  }
2564
- export declare namespace ProjectDescription {
2565
- /**
2566
- * @internal
2567
- */
2568
- const filterSensitiveLog: (obj: ProjectDescription) => any;
2569
- }
2570
2042
  export interface DescribeProjectsResponse {
2571
2043
  /**
2572
2044
  * <p>A list of project descriptions. The list is sorted by the date and time the projects are created.</p>
@@ -2579,12 +2051,6 @@ export interface DescribeProjectsResponse {
2579
2051
  */
2580
2052
  NextToken?: string;
2581
2053
  }
2582
- export declare namespace DescribeProjectsResponse {
2583
- /**
2584
- * @internal
2585
- */
2586
- const filterSensitiveLog: (obj: DescribeProjectsResponse) => any;
2587
- }
2588
2054
  /**
2589
2055
  * <p>Pagination token in the request is not valid.</p>
2590
2056
  */
@@ -2627,12 +2093,6 @@ export interface DescribeProjectVersionsRequest {
2627
2093
  */
2628
2094
  MaxResults?: number;
2629
2095
  }
2630
- export declare namespace DescribeProjectVersionsRequest {
2631
- /**
2632
- * @internal
2633
- */
2634
- const filterSensitiveLog: (obj: DescribeProjectVersionsRequest) => any;
2635
- }
2636
2096
  /**
2637
2097
  * <p>The S3 bucket that contains the training summary. The training summary includes
2638
2098
  * aggregated evaluation metrics for the entire testing dataset and metrics for each
@@ -2652,12 +2112,6 @@ export interface Summary {
2652
2112
  */
2653
2113
  S3Object?: S3Object;
2654
2114
  }
2655
- export declare namespace Summary {
2656
- /**
2657
- * @internal
2658
- */
2659
- const filterSensitiveLog: (obj: Summary) => any;
2660
- }
2661
2115
  /**
2662
2116
  * <p>The evaluation results for the training of a model.</p>
2663
2117
  */
@@ -2675,12 +2129,6 @@ export interface EvaluationResult {
2675
2129
  */
2676
2130
  Summary?: Summary;
2677
2131
  }
2678
- export declare namespace EvaluationResult {
2679
- /**
2680
- * @internal
2681
- */
2682
- const filterSensitiveLog: (obj: EvaluationResult) => any;
2683
- }
2684
2132
  /**
2685
2133
  * <p>Contains the Amazon S3 bucket location of the validation data for a model training job. </p>
2686
2134
  * <p>The validation data includes error information for individual JSON Lines in the dataset.
@@ -2700,12 +2148,6 @@ export interface ValidationData {
2700
2148
  */
2701
2149
  Assets?: Asset[];
2702
2150
  }
2703
- export declare namespace ValidationData {
2704
- /**
2705
- * @internal
2706
- */
2707
- const filterSensitiveLog: (obj: ValidationData) => any;
2708
- }
2709
2151
  /**
2710
2152
  * <p>Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.</p>
2711
2153
  */
@@ -2724,12 +2166,6 @@ export interface TestingDataResult {
2724
2166
  */
2725
2167
  Validation?: ValidationData;
2726
2168
  }
2727
- export declare namespace TestingDataResult {
2728
- /**
2729
- * @internal
2730
- */
2731
- const filterSensitiveLog: (obj: TestingDataResult) => any;
2732
- }
2733
2169
  /**
2734
2170
  * <p>Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.</p>
2735
2171
  */
@@ -2747,12 +2183,6 @@ export interface TrainingDataResult {
2747
2183
  */
2748
2184
  Validation?: ValidationData;
2749
2185
  }
2750
- export declare namespace TrainingDataResult {
2751
- /**
2752
- * @internal
2753
- */
2754
- const filterSensitiveLog: (obj: TrainingDataResult) => any;
2755
- }
2756
2186
  /**
2757
2187
  * <p>A description of a version of an Amazon Rekognition Custom Labels model.</p>
2758
2188
  */
@@ -2812,12 +2242,11 @@ export interface ProjectVersionDescription {
2812
2242
  * <p>The identifer for the AWS Key Management Service key (AWS KMS key) that was used to encrypt the model during training. </p>
2813
2243
  */
2814
2244
  KmsKeyId?: string;
2815
- }
2816
- export declare namespace ProjectVersionDescription {
2817
2245
  /**
2818
- * @internal
2246
+ * <p>The maximum number of inference units Amazon Rekognition Custom Labels uses to auto-scale the model.
2247
+ * For more information, see <a>StartProjectVersion</a>.</p>
2819
2248
  */
2820
- const filterSensitiveLog: (obj: ProjectVersionDescription) => any;
2249
+ MaxInferenceUnits?: number;
2821
2250
  }
2822
2251
  export interface DescribeProjectVersionsResponse {
2823
2252
  /**
@@ -2832,24 +2261,12 @@ export interface DescribeProjectVersionsResponse {
2832
2261
  */
2833
2262
  NextToken?: string;
2834
2263
  }
2835
- export declare namespace DescribeProjectVersionsResponse {
2836
- /**
2837
- * @internal
2838
- */
2839
- const filterSensitiveLog: (obj: DescribeProjectVersionsResponse) => any;
2840
- }
2841
2264
  export interface DescribeStreamProcessorRequest {
2842
2265
  /**
2843
2266
  * <p>Name of the stream processor for which you want information.</p>
2844
2267
  */
2845
2268
  Name: string | undefined;
2846
2269
  }
2847
- export declare namespace DescribeStreamProcessorRequest {
2848
- /**
2849
- * @internal
2850
- */
2851
- const filterSensitiveLog: (obj: DescribeStreamProcessorRequest) => any;
2852
- }
2853
2270
  export declare enum StreamProcessorStatus {
2854
2271
  FAILED = "FAILED",
2855
2272
  RUNNING = "RUNNING",
@@ -2929,12 +2346,6 @@ export interface DescribeStreamProcessorResponse {
2929
2346
  */
2930
2347
  DataSharingPreference?: StreamProcessorDataSharingPreference;
2931
2348
  }
2932
- export declare namespace DescribeStreamProcessorResponse {
2933
- /**
2934
- * @internal
2935
- */
2936
- const filterSensitiveLog: (obj: DescribeStreamProcessorResponse) => any;
2937
- }
2938
2349
  export interface DetectCustomLabelsRequest {
2939
2350
  /**
2940
2351
  * <p>The ARN of the model version that you want to use.</p>
@@ -2983,24 +2394,12 @@ export interface DetectCustomLabelsRequest {
2983
2394
  */
2984
2395
  MinConfidence?: number;
2985
2396
  }
2986
- export declare namespace DetectCustomLabelsRequest {
2987
- /**
2988
- * @internal
2989
- */
2990
- const filterSensitiveLog: (obj: DetectCustomLabelsRequest) => any;
2991
- }
2992
2397
  export interface DetectCustomLabelsResponse {
2993
2398
  /**
2994
2399
  * <p>An array of custom labels detected in the input image.</p>
2995
2400
  */
2996
2401
  CustomLabels?: CustomLabel[];
2997
2402
  }
2998
- export declare namespace DetectCustomLabelsResponse {
2999
- /**
3000
- * @internal
3001
- */
3002
- const filterSensitiveLog: (obj: DetectCustomLabelsResponse) => any;
3003
- }
3004
2403
  /**
3005
2404
  * <p>The requested resource isn't ready. For example,
3006
2405
  * this exception occurs when you call <code>DetectCustomLabels</code> with a
@@ -3041,12 +2440,6 @@ export interface DetectFacesRequest {
3041
2440
  */
3042
2441
  Attributes?: (Attribute | string)[];
3043
2442
  }
3044
- export declare namespace DetectFacesRequest {
3045
- /**
3046
- * @internal
3047
- */
3048
- const filterSensitiveLog: (obj: DetectFacesRequest) => any;
3049
- }
3050
2443
  export interface DetectFacesResponse {
3051
2444
  /**
3052
2445
  * <p>Details of each face found in the image. </p>
@@ -3066,12 +2459,6 @@ export interface DetectFacesResponse {
3066
2459
  */
3067
2460
  OrientationCorrection?: OrientationCorrection | string;
3068
2461
  }
3069
- export declare namespace DetectFacesResponse {
3070
- /**
3071
- * @internal
3072
- */
3073
- const filterSensitiveLog: (obj: DetectFacesResponse) => any;
3074
- }
3075
2462
  /**
3076
2463
  * <p>A set of parameters that allow you to filter out certain results from your returned results.</p>
3077
2464
  */
@@ -3093,12 +2480,6 @@ export interface DetectionFilter {
3093
2480
  */
3094
2481
  MinBoundingBoxWidth?: number;
3095
2482
  }
3096
- export declare namespace DetectionFilter {
3097
- /**
3098
- * @internal
3099
- */
3100
- const filterSensitiveLog: (obj: DetectionFilter) => any;
3101
- }
3102
2483
  export interface DetectLabelsRequest {
3103
2484
  /**
3104
2485
  * <p>The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call
@@ -3122,12 +2503,6 @@ export interface DetectLabelsRequest {
3122
2503
  */
3123
2504
  MinConfidence?: number;
3124
2505
  }
3125
- export declare namespace DetectLabelsRequest {
3126
- /**
3127
- * @internal
3128
- */
3129
- const filterSensitiveLog: (obj: DetectLabelsRequest) => any;
3130
- }
3131
2506
  /**
3132
2507
  * <p>An instance of a label returned by Amazon Rekognition Image (<a>DetectLabels</a>)
3133
2508
  * or by Amazon Rekognition Video (<a>GetLabelDetection</a>).</p>
@@ -3142,12 +2517,6 @@ export interface Instance {
3142
2517
  */
3143
2518
  Confidence?: number;
3144
2519
  }
3145
- export declare namespace Instance {
3146
- /**
3147
- * @internal
3148
- */
3149
- const filterSensitiveLog: (obj: Instance) => any;
3150
- }
3151
2520
  /**
3152
2521
  * <p>A parent label for a label. A label can have 0, 1, or more parents. </p>
3153
2522
  */
@@ -3157,12 +2526,6 @@ export interface Parent {
3157
2526
  */
3158
2527
  Name?: string;
3159
2528
  }
3160
- export declare namespace Parent {
3161
- /**
3162
- * @internal
3163
- */
3164
- const filterSensitiveLog: (obj: Parent) => any;
3165
- }
3166
2529
  /**
3167
2530
  * <p>Structure containing details about the detected label, including the name, detected instances, parent labels, and level of
3168
2531
  * confidence.</p>
@@ -3188,12 +2551,6 @@ export interface Label {
3188
2551
  */
3189
2552
  Parents?: Parent[];
3190
2553
  }
3191
- export declare namespace Label {
3192
- /**
3193
- * @internal
3194
- */
3195
- const filterSensitiveLog: (obj: Label) => any;
3196
- }
3197
2554
  export interface DetectLabelsResponse {
3198
2555
  /**
3199
2556
  * <p>An array of labels for the real-world objects detected. </p>
@@ -3217,12 +2574,6 @@ export interface DetectLabelsResponse {
3217
2574
  */
3218
2575
  LabelModelVersion?: string;
3219
2576
  }
3220
- export declare namespace DetectLabelsResponse {
3221
- /**
3222
- * @internal
3223
- */
3224
- const filterSensitiveLog: (obj: DetectLabelsResponse) => any;
3225
- }
3226
2577
  /**
3227
2578
  * <p>Allows you to set attributes of the image. Currently, you can declare an image as free of
3228
2579
  * personally identifiable information.</p>
@@ -3233,12 +2584,6 @@ export interface HumanLoopDataAttributes {
3233
2584
  */
3234
2585
  ContentClassifiers?: (ContentClassifier | string)[];
3235
2586
  }
3236
- export declare namespace HumanLoopDataAttributes {
3237
- /**
3238
- * @internal
3239
- */
3240
- const filterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
3241
- }
3242
2587
  /**
3243
2588
  * <p>Sets up the flow definition the image will be sent to if one of the conditions is met.
3244
2589
  * You can also set certain attributes of the image before review.</p>
@@ -3259,12 +2604,6 @@ export interface HumanLoopConfig {
3259
2604
  */
3260
2605
  DataAttributes?: HumanLoopDataAttributes;
3261
2606
  }
3262
- export declare namespace HumanLoopConfig {
3263
- /**
3264
- * @internal
3265
- */
3266
- const filterSensitiveLog: (obj: HumanLoopConfig) => any;
3267
- }
3268
2607
  export interface DetectModerationLabelsRequest {
3269
2608
  /**
3270
2609
  * <p>The input image as base64-encoded bytes or an S3 object.
@@ -3288,12 +2627,6 @@ export interface DetectModerationLabelsRequest {
3288
2627
  */
3289
2628
  HumanLoopConfig?: HumanLoopConfig;
3290
2629
  }
3291
- export declare namespace DetectModerationLabelsRequest {
3292
- /**
3293
- * @internal
3294
- */
3295
- const filterSensitiveLog: (obj: DetectModerationLabelsRequest) => any;
3296
- }
3297
2630
  /**
3298
2631
  * <p>Shows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did
3299
2632
  * not trigger human review.</p>
@@ -3313,12 +2646,6 @@ export interface HumanLoopActivationOutput {
3313
2646
  */
3314
2647
  HumanLoopActivationConditionsEvaluationResults?: __LazyJsonString | string;
3315
2648
  }
3316
- export declare namespace HumanLoopActivationOutput {
3317
- /**
3318
- * @internal
3319
- */
3320
- const filterSensitiveLog: (obj: HumanLoopActivationOutput) => any;
3321
- }
3322
2649
  export interface DetectModerationLabelsResponse {
3323
2650
  /**
3324
2651
  * <p>Array of detected Moderation labels and the time, in milliseconds from the
@@ -3334,12 +2661,6 @@ export interface DetectModerationLabelsResponse {
3334
2661
  */
3335
2662
  HumanLoopActivationOutput?: HumanLoopActivationOutput;
3336
2663
  }
3337
- export declare namespace DetectModerationLabelsResponse {
3338
- /**
3339
- * @internal
3340
- */
3341
- const filterSensitiveLog: (obj: DetectModerationLabelsResponse) => any;
3342
- }
3343
2664
  /**
3344
2665
  * <p>The number of in-progress human reviews you have has exceeded the number allowed.</p>
3345
2666
  */
@@ -3399,12 +2720,6 @@ export interface ProtectiveEquipmentSummarizationAttributes {
3399
2720
  */
3400
2721
  RequiredEquipmentTypes: (ProtectiveEquipmentType | string)[] | undefined;
3401
2722
  }
3402
- export declare namespace ProtectiveEquipmentSummarizationAttributes {
3403
- /**
3404
- * @internal
3405
- */
3406
- const filterSensitiveLog: (obj: ProtectiveEquipmentSummarizationAttributes) => any;
3407
- }
3408
2723
  export interface DetectProtectiveEquipmentRequest {
3409
2724
  /**
3410
2725
  * <p>The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or you can
@@ -3416,12 +2731,6 @@ export interface DetectProtectiveEquipmentRequest {
3416
2731
  */
3417
2732
  SummarizationAttributes?: ProtectiveEquipmentSummarizationAttributes;
3418
2733
  }
3419
- export declare namespace DetectProtectiveEquipmentRequest {
3420
- /**
3421
- * @internal
3422
- */
3423
- const filterSensitiveLog: (obj: DetectProtectiveEquipmentRequest) => any;
3424
- }
3425
2734
  /**
3426
2735
  * <p>A person detected by a call to <a>DetectProtectiveEquipment</a>. The API returns
3427
2736
  * all persons detected in the input
@@ -3446,12 +2755,6 @@ export interface ProtectiveEquipmentPerson {
3446
2755
  */
3447
2756
  Id?: number;
3448
2757
  }
3449
- export declare namespace ProtectiveEquipmentPerson {
3450
- /**
3451
- * @internal
3452
- */
3453
- const filterSensitiveLog: (obj: ProtectiveEquipmentPerson) => any;
3454
- }
3455
2758
  /**
3456
2759
  * <p>Summary information for required items of personal protective equipment (PPE) detected on persons by a call
3457
2760
  * to <a>DetectProtectiveEquipment</a>. You specify the required type of PPE in
@@ -3488,12 +2791,6 @@ export interface ProtectiveEquipmentSummary {
3488
2791
  */
3489
2792
  PersonsIndeterminate?: number[];
3490
2793
  }
3491
- export declare namespace ProtectiveEquipmentSummary {
3492
- /**
3493
- * @internal
3494
- */
3495
- const filterSensitiveLog: (obj: ProtectiveEquipmentSummary) => any;
3496
- }
3497
2794
  export interface DetectProtectiveEquipmentResponse {
3498
2795
  /**
3499
2796
  * <p>The version number of the PPE detection model used to detect PPE in the image.</p>
@@ -3509,12 +2806,6 @@ export interface DetectProtectiveEquipmentResponse {
3509
2806
  */
3510
2807
  Summary?: ProtectiveEquipmentSummary;
3511
2808
  }
3512
- export declare namespace DetectProtectiveEquipmentResponse {
3513
- /**
3514
- * @internal
3515
- */
3516
- const filterSensitiveLog: (obj: DetectProtectiveEquipmentResponse) => any;
3517
- }
3518
2809
  /**
3519
2810
  * <p>A set of optional parameters that you can use to set the criteria that the text must meet to be included in your response.
3520
2811
  * <code>WordFilter</code> looks at a word’s height, width, and minimum confidence. <code>RegionOfInterest</code>
@@ -3532,12 +2823,6 @@ export interface DetectTextFilters {
3532
2823
  */
3533
2824
  RegionsOfInterest?: RegionOfInterest[];
3534
2825
  }
3535
- export declare namespace DetectTextFilters {
3536
- /**
3537
- * @internal
3538
- */
3539
- const filterSensitiveLog: (obj: DetectTextFilters) => any;
3540
- }
3541
2826
  export interface DetectTextRequest {
3542
2827
  /**
3543
2828
  * <p>The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI
@@ -3552,12 +2837,6 @@ export interface DetectTextRequest {
3552
2837
  */
3553
2838
  Filters?: DetectTextFilters;
3554
2839
  }
3555
- export declare namespace DetectTextRequest {
3556
- /**
3557
- * @internal
3558
- */
3559
- const filterSensitiveLog: (obj: DetectTextRequest) => any;
3560
- }
3561
2840
  export declare enum TextTypes {
3562
2841
  LINE = "LINE",
3563
2842
  WORD = "WORD"
@@ -3605,12 +2884,6 @@ export interface TextDetection {
3605
2884
  */
3606
2885
  Geometry?: Geometry;
3607
2886
  }
3608
- export declare namespace TextDetection {
3609
- /**
3610
- * @internal
3611
- */
3612
- const filterSensitiveLog: (obj: TextDetection) => any;
3613
- }
3614
2887
  export interface DetectTextResponse {
3615
2888
  /**
3616
2889
  * <p>An array of text that was detected in the input image.</p>
@@ -3621,12 +2894,6 @@ export interface DetectTextResponse {
3621
2894
  */
3622
2895
  TextModelVersion?: string;
3623
2896
  }
3624
- export declare namespace DetectTextResponse {
3625
- /**
3626
- * @internal
3627
- */
3628
- const filterSensitiveLog: (obj: DetectTextResponse) => any;
3629
- }
3630
2897
  /**
3631
2898
  * <p>
3632
2899
  * A training dataset or a test dataset used in a dataset distribution operation.
@@ -3640,12 +2907,6 @@ export interface DistributeDataset {
3640
2907
  */
3641
2908
  Arn: string | undefined;
3642
2909
  }
3643
- export declare namespace DistributeDataset {
3644
- /**
3645
- * @internal
3646
- */
3647
- const filterSensitiveLog: (obj: DistributeDataset) => any;
3648
- }
3649
2910
  export interface DistributeDatasetEntriesRequest {
3650
2911
  /**
3651
2912
  * <p>The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to
@@ -3654,20 +2915,8 @@ export interface DistributeDatasetEntriesRequest {
3654
2915
  */
3655
2916
  Datasets: DistributeDataset[] | undefined;
3656
2917
  }
3657
- export declare namespace DistributeDatasetEntriesRequest {
3658
- /**
3659
- * @internal
3660
- */
3661
- const filterSensitiveLog: (obj: DistributeDatasetEntriesRequest) => any;
3662
- }
3663
2918
  export interface DistributeDatasetEntriesResponse {
3664
2919
  }
3665
- export declare namespace DistributeDatasetEntriesResponse {
3666
- /**
3667
- * @internal
3668
- */
3669
- const filterSensitiveLog: (obj: DistributeDatasetEntriesResponse) => any;
3670
- }
3671
2920
  /**
3672
2921
  * <p>Describes the face properties such as the bounding box, face ID, image ID of the input
3673
2922
  * image, and external image ID that you assigned. </p>
@@ -3701,12 +2950,6 @@ export interface Face {
3701
2950
  */
3702
2951
  IndexFacesModelVersion?: string;
3703
2952
  }
3704
- export declare namespace Face {
3705
- /**
3706
- * @internal
3707
- */
3708
- const filterSensitiveLog: (obj: Face) => any;
3709
- }
3710
2953
  export declare enum FaceAttributes {
3711
2954
  ALL = "ALL",
3712
2955
  DEFAULT = "DEFAULT"
@@ -3724,12 +2967,6 @@ export interface FaceDetection {
3724
2967
  */
3725
2968
  Face?: FaceDetail;
3726
2969
  }
3727
- export declare namespace FaceDetection {
3728
- /**
3729
- * @internal
3730
- */
3731
- const filterSensitiveLog: (obj: FaceDetection) => any;
3732
- }
3733
2970
  /**
3734
2971
  * <p>Provides face metadata. In addition, it also provides the confidence in the match of
3735
2972
  * this face with the input face.</p>
@@ -3745,12 +2982,6 @@ export interface FaceMatch {
3745
2982
  */
3746
2983
  Face?: Face;
3747
2984
  }
3748
- export declare namespace FaceMatch {
3749
- /**
3750
- * @internal
3751
- */
3752
- const filterSensitiveLog: (obj: FaceMatch) => any;
3753
- }
3754
2985
  /**
3755
2986
  * <p>Object containing both the face metadata (stored in the backend database), and facial
3756
2987
  * attributes that are detected but aren't stored in the database.</p>
@@ -3766,12 +2997,6 @@ export interface FaceRecord {
3766
2997
  */
3767
2998
  FaceDetail?: FaceDetail;
3768
2999
  }
3769
- export declare namespace FaceRecord {
3770
- /**
3771
- * @internal
3772
- */
3773
- const filterSensitiveLog: (obj: FaceRecord) => any;
3774
- }
3775
3000
  export declare enum FaceSearchSortBy {
3776
3001
  INDEX = "INDEX",
3777
3002
  TIMESTAMP = "TIMESTAMP"
@@ -3783,12 +3008,6 @@ export interface GetCelebrityInfoRequest {
3783
3008
  */
3784
3009
  Id: string | undefined;
3785
3010
  }
3786
- export declare namespace GetCelebrityInfoRequest {
3787
- /**
3788
- * @internal
3789
- */
3790
- const filterSensitiveLog: (obj: GetCelebrityInfoRequest) => any;
3791
- }
3792
3011
  export interface GetCelebrityInfoResponse {
3793
3012
  /**
3794
3013
  * <p>An array of URLs pointing to additional celebrity information. </p>
@@ -3803,12 +3022,6 @@ export interface GetCelebrityInfoResponse {
3803
3022
  */
3804
3023
  KnownGender?: KnownGender;
3805
3024
  }
3806
- export declare namespace GetCelebrityInfoResponse {
3807
- /**
3808
- * @internal
3809
- */
3810
- const filterSensitiveLog: (obj: GetCelebrityInfoResponse) => any;
3811
- }
3812
3025
  export interface GetCelebrityRecognitionRequest {
3813
3026
  /**
3814
3027
  * <p>Job identifier for the required celebrity recognition analysis. You can get the job identifer from
@@ -3832,12 +3045,6 @@ export interface GetCelebrityRecognitionRequest {
3832
3045
  */
3833
3046
  SortBy?: CelebrityRecognitionSortBy | string;
3834
3047
  }
3835
- export declare namespace GetCelebrityRecognitionRequest {
3836
- /**
3837
- * @internal
3838
- */
3839
- const filterSensitiveLog: (obj: GetCelebrityRecognitionRequest) => any;
3840
- }
3841
3048
  export declare enum VideoJobStatus {
3842
3049
  FAILED = "FAILED",
3843
3050
  IN_PROGRESS = "IN_PROGRESS",
@@ -3883,12 +3090,6 @@ export interface VideoMetadata {
3883
3090
  */
3884
3091
  ColorRange?: VideoColorRange | string;
3885
3092
  }
3886
- export declare namespace VideoMetadata {
3887
- /**
3888
- * @internal
3889
- */
3890
- const filterSensitiveLog: (obj: VideoMetadata) => any;
3891
- }
3892
3093
  export interface GetCelebrityRecognitionResponse {
3893
3094
  /**
3894
3095
  * <p>The current status of the celebrity recognition job.</p>
@@ -3913,12 +3114,6 @@ export interface GetCelebrityRecognitionResponse {
3913
3114
  */
3914
3115
  Celebrities?: CelebrityRecognition[];
3915
3116
  }
3916
- export declare namespace GetCelebrityRecognitionResponse {
3917
- /**
3918
- * @internal
3919
- */
3920
- const filterSensitiveLog: (obj: GetCelebrityRecognitionResponse) => any;
3921
- }
3922
3117
  export interface GetContentModerationRequest {
3923
3118
  /**
3924
3119
  * <p>The identifier for the inappropriate, unwanted, or offensive content moderation job. Use <code>JobId</code> to identify the job in
@@ -3946,12 +3141,6 @@ export interface GetContentModerationRequest {
3946
3141
  */
3947
3142
  SortBy?: ContentModerationSortBy | string;
3948
3143
  }
3949
- export declare namespace GetContentModerationRequest {
3950
- /**
3951
- * @internal
3952
- */
3953
- const filterSensitiveLog: (obj: GetContentModerationRequest) => any;
3954
- }
3955
3144
  export interface GetContentModerationResponse {
3956
3145
  /**
3957
3146
  * <p>The current status of the content moderation analysis job.</p>
@@ -3980,12 +3169,6 @@ export interface GetContentModerationResponse {
3980
3169
  */
3981
3170
  ModerationModelVersion?: string;
3982
3171
  }
3983
- export declare namespace GetContentModerationResponse {
3984
- /**
3985
- * @internal
3986
- */
3987
- const filterSensitiveLog: (obj: GetContentModerationResponse) => any;
3988
- }
3989
3172
  export interface GetFaceDetectionRequest {
3990
3173
  /**
3991
3174
  * <p>Unique identifier for the face detection job. The <code>JobId</code> is returned from <code>StartFaceDetection</code>.</p>
@@ -4003,12 +3186,6 @@ export interface GetFaceDetectionRequest {
4003
3186
  */
4004
3187
  NextToken?: string;
4005
3188
  }
4006
- export declare namespace GetFaceDetectionRequest {
4007
- /**
4008
- * @internal
4009
- */
4010
- const filterSensitiveLog: (obj: GetFaceDetectionRequest) => any;
4011
- }
4012
3189
  export interface GetFaceDetectionResponse {
4013
3190
  /**
4014
3191
  * <p>The current status of the face detection job.</p>
@@ -4033,12 +3210,6 @@ export interface GetFaceDetectionResponse {
4033
3210
  */
4034
3211
  Faces?: FaceDetection[];
4035
3212
  }
4036
- export declare namespace GetFaceDetectionResponse {
4037
- /**
4038
- * @internal
4039
- */
4040
- const filterSensitiveLog: (obj: GetFaceDetectionResponse) => any;
4041
- }
4042
3213
  export interface GetFaceSearchRequest {
4043
3214
  /**
4044
3215
  * <p>The job identifer for the search request. You get the job identifier from an initial call to <code>StartFaceSearch</code>.</p>
@@ -4061,12 +3232,6 @@ export interface GetFaceSearchRequest {
4061
3232
  */
4062
3233
  SortBy?: FaceSearchSortBy | string;
4063
3234
  }
4064
- export declare namespace GetFaceSearchRequest {
4065
- /**
4066
- * @internal
4067
- */
4068
- const filterSensitiveLog: (obj: GetFaceSearchRequest) => any;
4069
- }
4070
3235
  /**
4071
3236
  * <p>Details about a person detected in a video analysis request.</p>
4072
3237
  */
@@ -4084,12 +3249,6 @@ export interface PersonDetail {
4084
3249
  */
4085
3250
  Face?: FaceDetail;
4086
3251
  }
4087
- export declare namespace PersonDetail {
4088
- /**
4089
- * @internal
4090
- */
4091
- const filterSensitiveLog: (obj: PersonDetail) => any;
4092
- }
4093
3252
  /**
4094
3253
  * <p>Information about a person whose face matches a face(s) in an Amazon Rekognition collection.
4095
3254
  * Includes information about the faces in the Amazon Rekognition collection (<a>FaceMatch</a>), information about the person (<a>PersonDetail</a>),
@@ -4110,12 +3269,6 @@ export interface PersonMatch {
4110
3269
  */
4111
3270
  FaceMatches?: FaceMatch[];
4112
3271
  }
4113
- export declare namespace PersonMatch {
4114
- /**
4115
- * @internal
4116
- */
4117
- const filterSensitiveLog: (obj: PersonMatch) => any;
4118
- }
4119
3272
  export interface GetFaceSearchResponse {
4120
3273
  /**
4121
3274
  * <p>The current status of the face search job.</p>
@@ -4145,12 +3298,6 @@ export interface GetFaceSearchResponse {
4145
3298
  */
4146
3299
  Persons?: PersonMatch[];
4147
3300
  }
4148
- export declare namespace GetFaceSearchResponse {
4149
- /**
4150
- * @internal
4151
- */
4152
- const filterSensitiveLog: (obj: GetFaceSearchResponse) => any;
4153
- }
4154
3301
  export declare enum LabelDetectionSortBy {
4155
3302
  NAME = "NAME",
4156
3303
  TIMESTAMP = "TIMESTAMP"
@@ -4181,12 +3328,6 @@ export interface GetLabelDetectionRequest {
4181
3328
  */
4182
3329
  SortBy?: LabelDetectionSortBy | string;
4183
3330
  }
4184
- export declare namespace GetLabelDetectionRequest {
4185
- /**
4186
- * @internal
4187
- */
4188
- const filterSensitiveLog: (obj: GetLabelDetectionRequest) => any;
4189
- }
4190
3331
  /**
4191
3332
  * <p>Information about a label detected in a video analysis request and the time the label was detected in the video. </p>
4192
3333
  */
@@ -4200,12 +3341,6 @@ export interface LabelDetection {
4200
3341
  */
4201
3342
  Label?: Label;
4202
3343
  }
4203
- export declare namespace LabelDetection {
4204
- /**
4205
- * @internal
4206
- */
4207
- const filterSensitiveLog: (obj: LabelDetection) => any;
4208
- }
4209
3344
  export interface GetLabelDetectionResponse {
4210
3345
  /**
4211
3346
  * <p>The current status of the label detection job.</p>
@@ -4235,12 +3370,6 @@ export interface GetLabelDetectionResponse {
4235
3370
  */
4236
3371
  LabelModelVersion?: string;
4237
3372
  }
4238
- export declare namespace GetLabelDetectionResponse {
4239
- /**
4240
- * @internal
4241
- */
4242
- const filterSensitiveLog: (obj: GetLabelDetectionResponse) => any;
4243
- }
4244
3373
  export declare enum PersonTrackingSortBy {
4245
3374
  INDEX = "INDEX",
4246
3375
  TIMESTAMP = "TIMESTAMP"
@@ -4270,12 +3399,6 @@ export interface GetPersonTrackingRequest {
4270
3399
  */
4271
3400
  SortBy?: PersonTrackingSortBy | string;
4272
3401
  }
4273
- export declare namespace GetPersonTrackingRequest {
4274
- /**
4275
- * @internal
4276
- */
4277
- const filterSensitiveLog: (obj: GetPersonTrackingRequest) => any;
4278
- }
4279
3402
  /**
4280
3403
  * <p>Details and path tracking information for a single time a person's path is tracked in a video.
4281
3404
  * Amazon Rekognition operations that track people's paths return an array of <code>PersonDetection</code> objects
@@ -4293,12 +3416,6 @@ export interface PersonDetection {
4293
3416
  */
4294
3417
  Person?: PersonDetail;
4295
3418
  }
4296
- export declare namespace PersonDetection {
4297
- /**
4298
- * @internal
4299
- */
4300
- const filterSensitiveLog: (obj: PersonDetection) => any;
4301
- }
4302
3419
  export interface GetPersonTrackingResponse {
4303
3420
  /**
4304
3421
  * <p>The current status of the person tracking job.</p>
@@ -4323,12 +3440,6 @@ export interface GetPersonTrackingResponse {
4323
3440
  */
4324
3441
  Persons?: PersonDetection[];
4325
3442
  }
4326
- export declare namespace GetPersonTrackingResponse {
4327
- /**
4328
- * @internal
4329
- */
4330
- const filterSensitiveLog: (obj: GetPersonTrackingResponse) => any;
4331
- }
4332
3443
  export interface GetSegmentDetectionRequest {
4333
3444
  /**
4334
3445
  * <p>Job identifier for the text detection operation for which you want results returned.
@@ -4345,12 +3456,6 @@ export interface GetSegmentDetectionRequest {
4345
3456
  */
4346
3457
  NextToken?: string;
4347
3458
  }
4348
- export declare namespace GetSegmentDetectionRequest {
4349
- /**
4350
- * @internal
4351
- */
4352
- const filterSensitiveLog: (obj: GetSegmentDetectionRequest) => any;
4353
- }
4354
3459
  /**
4355
3460
  * <p>Information about a shot detection segment detected in a video. For more information,
4356
3461
  * see <a>SegmentDetection</a>.</p>
@@ -4365,12 +3470,6 @@ export interface ShotSegment {
4365
3470
  */
4366
3471
  Confidence?: number;
4367
3472
  }
4368
- export declare namespace ShotSegment {
4369
- /**
4370
- * @internal
4371
- */
4372
- const filterSensitiveLog: (obj: ShotSegment) => any;
4373
- }
4374
3473
  export declare enum TechnicalCueType {
4375
3474
  BLACK_FRAMES = "BlackFrames",
4376
3475
  COLOR_BARS = "ColorBars",
@@ -4393,12 +3492,6 @@ export interface TechnicalCueSegment {
4393
3492
  */
4394
3493
  Confidence?: number;
4395
3494
  }
4396
- export declare namespace TechnicalCueSegment {
4397
- /**
4398
- * @internal
4399
- */
4400
- const filterSensitiveLog: (obj: TechnicalCueSegment) => any;
4401
- }
4402
3495
  export declare enum SegmentType {
4403
3496
  SHOT = "SHOT",
4404
3497
  TECHNICAL_CUE = "TECHNICAL_CUE"
@@ -4472,12 +3565,6 @@ export interface SegmentDetection {
4472
3565
  */
4473
3566
  DurationFrames?: number;
4474
3567
  }
4475
- export declare namespace SegmentDetection {
4476
- /**
4477
- * @internal
4478
- */
4479
- const filterSensitiveLog: (obj: SegmentDetection) => any;
4480
- }
4481
3568
  /**
4482
3569
  * <p>Information about the type of a segment requested in a call to <a>StartSegmentDetection</a>.
4483
3570
  * An array of <code>SegmentTypeInfo</code> objects is returned by the response from <a>GetSegmentDetection</a>.</p>
@@ -4492,12 +3579,6 @@ export interface SegmentTypeInfo {
4492
3579
  */
4493
3580
  ModelVersion?: string;
4494
3581
  }
4495
- export declare namespace SegmentTypeInfo {
4496
- /**
4497
- * @internal
4498
- */
4499
- const filterSensitiveLog: (obj: SegmentTypeInfo) => any;
4500
- }
4501
3582
  export interface GetSegmentDetectionResponse {
4502
3583
  /**
4503
3584
  * <p>Current status of the segment detection job.</p>
@@ -4542,12 +3623,6 @@ export interface GetSegmentDetectionResponse {
4542
3623
  */
4543
3624
  SelectedSegmentTypes?: SegmentTypeInfo[];
4544
3625
  }
4545
- export declare namespace GetSegmentDetectionResponse {
4546
- /**
4547
- * @internal
4548
- */
4549
- const filterSensitiveLog: (obj: GetSegmentDetectionResponse) => any;
4550
- }
4551
3626
  export interface GetTextDetectionRequest {
4552
3627
  /**
4553
3628
  * <p>Job identifier for the text detection operation for which you want results returned.
@@ -4564,12 +3639,6 @@ export interface GetTextDetectionRequest {
4564
3639
  */
4565
3640
  NextToken?: string;
4566
3641
  }
4567
- export declare namespace GetTextDetectionRequest {
4568
- /**
4569
- * @internal
4570
- */
4571
- const filterSensitiveLog: (obj: GetTextDetectionRequest) => any;
4572
- }
4573
3642
  /**
4574
3643
  * <p>Information about text detected in a video. Incudes the detected text,
4575
3644
  * the time in milliseconds from the start of the video that the text was detected, and where it was detected on the screen.</p>
@@ -4584,12 +3653,6 @@ export interface TextDetectionResult {
4584
3653
  */
4585
3654
  TextDetection?: TextDetection;
4586
3655
  }
4587
- export declare namespace TextDetectionResult {
4588
- /**
4589
- * @internal
4590
- */
4591
- const filterSensitiveLog: (obj: TextDetectionResult) => any;
4592
- }
4593
3656
  export interface GetTextDetectionResponse {
4594
3657
  /**
4595
3658
  * <p>Current status of the text detection job.</p>
@@ -4619,12 +3682,6 @@ export interface GetTextDetectionResponse {
4619
3682
  */
4620
3683
  TextModelVersion?: string;
4621
3684
  }
4622
- export declare namespace GetTextDetectionResponse {
4623
- /**
4624
- * @internal
4625
- */
4626
- const filterSensitiveLog: (obj: GetTextDetectionResponse) => any;
4627
- }
4628
3685
  /**
4629
3686
  * <p>A <code>ClientRequestToken</code> input parameter was reused with an operation, but at least one of the other input
4630
3687
  * parameters is different from the previous call to the operation.</p>
@@ -4705,12 +3762,6 @@ export interface IndexFacesRequest {
4705
3762
  */
4706
3763
  QualityFilter?: QualityFilter | string;
4707
3764
  }
4708
- export declare namespace IndexFacesRequest {
4709
- /**
4710
- * @internal
4711
- */
4712
- const filterSensitiveLog: (obj: IndexFacesRequest) => any;
4713
- }
4714
3765
  export declare enum Reason {
4715
3766
  EXCEEDS_MAX_FACES = "EXCEEDS_MAX_FACES",
4716
3767
  EXTREME_POSE = "EXTREME_POSE",
@@ -4758,12 +3809,6 @@ export interface UnindexedFace {
4758
3809
  */
4759
3810
  FaceDetail?: FaceDetail;
4760
3811
  }
4761
- export declare namespace UnindexedFace {
4762
- /**
4763
- * @internal
4764
- */
4765
- const filterSensitiveLog: (obj: UnindexedFace) => any;
4766
- }
4767
3812
  export interface IndexFacesResponse {
4768
3813
  /**
4769
3814
  * <p>An array of faces detected and added to the collection.
@@ -4814,12 +3859,6 @@ export interface IndexFacesResponse {
4814
3859
  */
4815
3860
  UnindexedFaces?: UnindexedFace[];
4816
3861
  }
4817
- export declare namespace IndexFacesResponse {
4818
- /**
4819
- * @internal
4820
- */
4821
- const filterSensitiveLog: (obj: IndexFacesResponse) => any;
4822
- }
4823
3862
  /**
4824
3863
  * <p>
4825
3864
  * Specifies the starting point in a Kinesis stream to start processing.
@@ -4841,12 +3880,6 @@ export interface KinesisVideoStreamStartSelector {
4841
3880
  */
4842
3881
  FragmentNumber?: string;
4843
3882
  }
4844
- export declare namespace KinesisVideoStreamStartSelector {
4845
- /**
4846
- * @internal
4847
- */
4848
- const filterSensitiveLog: (obj: KinesisVideoStreamStartSelector) => any;
4849
- }
4850
3883
  export interface ListCollectionsRequest {
4851
3884
  /**
4852
3885
  * <p>Pagination token from the previous response.</p>
@@ -4857,12 +3890,6 @@ export interface ListCollectionsRequest {
4857
3890
  */
4858
3891
  MaxResults?: number;
4859
3892
  }
4860
- export declare namespace ListCollectionsRequest {
4861
- /**
4862
- * @internal
4863
- */
4864
- const filterSensitiveLog: (obj: ListCollectionsRequest) => any;
4865
- }
4866
3893
  export interface ListCollectionsResponse {
4867
3894
  /**
4868
3895
  * <p>An array of collection IDs.</p>
@@ -4880,12 +3907,6 @@ export interface ListCollectionsResponse {
4880
3907
  */
4881
3908
  FaceModelVersions?: string[];
4882
3909
  }
4883
- export declare namespace ListCollectionsResponse {
4884
- /**
4885
- * @internal
4886
- */
4887
- const filterSensitiveLog: (obj: ListCollectionsResponse) => any;
4888
- }
4889
3910
  export interface ListDatasetEntriesRequest {
4890
3911
  /**
4891
3912
  * <p>
@@ -4931,12 +3952,6 @@ export interface ListDatasetEntriesRequest {
4931
3952
  */
4932
3953
  MaxResults?: number;
4933
3954
  }
4934
- export declare namespace ListDatasetEntriesRequest {
4935
- /**
4936
- * @internal
4937
- */
4938
- const filterSensitiveLog: (obj: ListDatasetEntriesRequest) => any;
4939
- }
4940
3955
  export interface ListDatasetEntriesResponse {
4941
3956
  /**
4942
3957
  * <p>
@@ -4951,12 +3966,6 @@ export interface ListDatasetEntriesResponse {
4951
3966
  */
4952
3967
  NextToken?: string;
4953
3968
  }
4954
- export declare namespace ListDatasetEntriesResponse {
4955
- /**
4956
- * @internal
4957
- */
4958
- const filterSensitiveLog: (obj: ListDatasetEntriesResponse) => any;
4959
- }
4960
3969
  export interface ListDatasetLabelsRequest {
4961
3970
  /**
4962
3971
  * <p>
@@ -4977,12 +3986,6 @@ export interface ListDatasetLabelsRequest {
4977
3986
  */
4978
3987
  MaxResults?: number;
4979
3988
  }
4980
- export declare namespace ListDatasetLabelsRequest {
4981
- /**
4982
- * @internal
4983
- */
4984
- const filterSensitiveLog: (obj: ListDatasetLabelsRequest) => any;
4985
- }
4986
3989
  export interface ListDatasetLabelsResponse {
4987
3990
  /**
4988
3991
  * <p>
@@ -4997,12 +4000,6 @@ export interface ListDatasetLabelsResponse {
4997
4000
  */
4998
4001
  NextToken?: string;
4999
4002
  }
5000
- export declare namespace ListDatasetLabelsResponse {
5001
- /**
5002
- * @internal
5003
- */
5004
- const filterSensitiveLog: (obj: ListDatasetLabelsResponse) => any;
5005
- }
5006
4003
  export interface ListFacesRequest {
5007
4004
  /**
5008
4005
  * <p>ID of the collection from which to list the faces.</p>
@@ -5019,12 +4016,6 @@ export interface ListFacesRequest {
5019
4016
  */
5020
4017
  MaxResults?: number;
5021
4018
  }
5022
- export declare namespace ListFacesRequest {
5023
- /**
5024
- * @internal
5025
- */
5026
- const filterSensitiveLog: (obj: ListFacesRequest) => any;
5027
- }
5028
4019
  export interface ListFacesResponse {
5029
4020
  /**
5030
4021
  * <p>An array of <code>Face</code> objects. </p>
@@ -5040,12 +4031,6 @@ export interface ListFacesResponse {
5040
4031
  */
5041
4032
  FaceModelVersion?: string;
5042
4033
  }
5043
- export declare namespace ListFacesResponse {
5044
- /**
5045
- * @internal
5046
- */
5047
- const filterSensitiveLog: (obj: ListFacesResponse) => any;
5048
- }
5049
4034
  export interface ListStreamProcessorsRequest {
5050
4035
  /**
5051
4036
  * <p>If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video
@@ -5057,12 +4042,6 @@ export interface ListStreamProcessorsRequest {
5057
4042
  */
5058
4043
  MaxResults?: number;
5059
4044
  }
5060
- export declare namespace ListStreamProcessorsRequest {
5061
- /**
5062
- * @internal
5063
- */
5064
- const filterSensitiveLog: (obj: ListStreamProcessorsRequest) => any;
5065
- }
5066
4045
  /**
5067
4046
  * <p>An object that recognizes faces or labels in a streaming video. An Amazon Rekognition stream processor is created by a call to <a>CreateStreamProcessor</a>. The request
5068
4047
  * parameters for <code>CreateStreamProcessor</code> describe the Kinesis video stream source for the streaming video, face recognition parameters, and where to stream the analysis resullts.
@@ -5079,12 +4058,6 @@ export interface StreamProcessor {
5079
4058
  */
5080
4059
  Status?: StreamProcessorStatus | string;
5081
4060
  }
5082
- export declare namespace StreamProcessor {
5083
- /**
5084
- * @internal
5085
- */
5086
- const filterSensitiveLog: (obj: StreamProcessor) => any;
5087
- }
5088
4061
  export interface ListStreamProcessorsResponse {
5089
4062
  /**
5090
4063
  * <p>If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
@@ -5096,12 +4069,6 @@ export interface ListStreamProcessorsResponse {
5096
4069
  */
5097
4070
  StreamProcessors?: StreamProcessor[];
5098
4071
  }
5099
- export declare namespace ListStreamProcessorsResponse {
5100
- /**
5101
- * @internal
5102
- */
5103
- const filterSensitiveLog: (obj: ListStreamProcessorsResponse) => any;
5104
- }
5105
4072
  export interface ListTagsForResourceRequest {
5106
4073
  /**
5107
4074
  * <p>
@@ -5110,12 +4077,6 @@ export interface ListTagsForResourceRequest {
5110
4077
  */
5111
4078
  ResourceArn: string | undefined;
5112
4079
  }
5113
- export declare namespace ListTagsForResourceRequest {
5114
- /**
5115
- * @internal
5116
- */
5117
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5118
- }
5119
4080
  export interface ListTagsForResourceResponse {
5120
4081
  /**
5121
4082
  * <p>
@@ -5124,12 +4085,6 @@ export interface ListTagsForResourceResponse {
5124
4085
  */
5125
4086
  Tags?: Record<string, string>;
5126
4087
  }
5127
- export declare namespace ListTagsForResourceResponse {
5128
- /**
5129
- * @internal
5130
- */
5131
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5132
- }
5133
4088
  /**
5134
4089
  * <p>The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation. For more information, see
5135
4090
  * <a href="https://docs.aws.amazon.com/rekognition/latest/dg/api-video.html">Calling Amazon Rekognition Video operations</a>. Note that the Amazon SNS topic must have a topic name that begins with <i>AmazonRekognition</i> if you are using the AmazonRekognitionServiceRole permissions policy to access the topic.
@@ -5145,12 +4100,6 @@ export interface NotificationChannel {
5145
4100
  */
5146
4101
  RoleArn: string | undefined;
5147
4102
  }
5148
- export declare namespace NotificationChannel {
5149
- /**
5150
- * @internal
5151
- */
5152
- const filterSensitiveLog: (obj: NotificationChannel) => any;
5153
- }
5154
4103
  export interface RecognizeCelebritiesRequest {
5155
4104
  /**
5156
4105
  * <p>The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call
@@ -5161,12 +4110,6 @@ export interface RecognizeCelebritiesRequest {
5161
4110
  */
5162
4111
  Image: Image | undefined;
5163
4112
  }
5164
- export declare namespace RecognizeCelebritiesRequest {
5165
- /**
5166
- * @internal
5167
- */
5168
- const filterSensitiveLog: (obj: RecognizeCelebritiesRequest) => any;
5169
- }
5170
4113
  export interface RecognizeCelebritiesResponse {
5171
4114
  /**
5172
4115
  * <p>Details about each celebrity found in the image. Amazon Rekognition can detect a maximum of 64
@@ -5201,12 +4144,6 @@ export interface RecognizeCelebritiesResponse {
5201
4144
  */
5202
4145
  OrientationCorrection?: OrientationCorrection | string;
5203
4146
  }
5204
- export declare namespace RecognizeCelebritiesResponse {
5205
- /**
5206
- * @internal
5207
- */
5208
- const filterSensitiveLog: (obj: RecognizeCelebritiesResponse) => any;
5209
- }
5210
4147
  export interface SearchFacesRequest {
5211
4148
  /**
5212
4149
  * <p>ID of the collection the face belongs to.</p>
@@ -5229,12 +4166,6 @@ export interface SearchFacesRequest {
5229
4166
  */
5230
4167
  FaceMatchThreshold?: number;
5231
4168
  }
5232
- export declare namespace SearchFacesRequest {
5233
- /**
5234
- * @internal
5235
- */
5236
- const filterSensitiveLog: (obj: SearchFacesRequest) => any;
5237
- }
5238
4169
  export interface SearchFacesResponse {
5239
4170
  /**
5240
4171
  * <p>ID of the face that was searched for matches in a collection.</p>
@@ -5250,12 +4181,6 @@ export interface SearchFacesResponse {
5250
4181
  */
5251
4182
  FaceModelVersion?: string;
5252
4183
  }
5253
- export declare namespace SearchFacesResponse {
5254
- /**
5255
- * @internal
5256
- */
5257
- const filterSensitiveLog: (obj: SearchFacesResponse) => any;
5258
- }
5259
4184
  export interface SearchFacesByImageRequest {
5260
4185
  /**
5261
4186
  * <p>ID of the collection to search.</p>
@@ -5298,12 +4223,6 @@ export interface SearchFacesByImageRequest {
5298
4223
  */
5299
4224
  QualityFilter?: QualityFilter | string;
5300
4225
  }
5301
- export declare namespace SearchFacesByImageRequest {
5302
- /**
5303
- * @internal
5304
- */
5305
- const filterSensitiveLog: (obj: SearchFacesByImageRequest) => any;
5306
- }
5307
4226
  export interface SearchFacesByImageResponse {
5308
4227
  /**
5309
4228
  * <p>The bounding box around the face in the input image that Amazon Rekognition used for the
@@ -5325,12 +4244,6 @@ export interface SearchFacesByImageResponse {
5325
4244
  */
5326
4245
  FaceModelVersion?: string;
5327
4246
  }
5328
- export declare namespace SearchFacesByImageResponse {
5329
- /**
5330
- * @internal
5331
- */
5332
- const filterSensitiveLog: (obj: SearchFacesByImageResponse) => any;
5333
- }
5334
4247
  /**
5335
4248
  * <p>Video file stored in an Amazon S3 bucket. Amazon Rekognition video start operations such as <a>StartLabelDetection</a> use <code>Video</code> to
5336
4249
  * specify a video for analysis. The supported file formats are .mp4, .mov and .avi.</p>
@@ -5341,12 +4254,6 @@ export interface Video {
5341
4254
  */
5342
4255
  S3Object?: S3Object;
5343
4256
  }
5344
- export declare namespace Video {
5345
- /**
5346
- * @internal
5347
- */
5348
- const filterSensitiveLog: (obj: Video) => any;
5349
- }
5350
4257
  export interface StartCelebrityRecognitionRequest {
5351
4258
  /**
5352
4259
  * <p>The video in which you want to recognize celebrities. The video must be stored
@@ -5370,12 +4277,6 @@ export interface StartCelebrityRecognitionRequest {
5370
4277
  */
5371
4278
  JobTag?: string;
5372
4279
  }
5373
- export declare namespace StartCelebrityRecognitionRequest {
5374
- /**
5375
- * @internal
5376
- */
5377
- const filterSensitiveLog: (obj: StartCelebrityRecognitionRequest) => any;
5378
- }
5379
4280
  export interface StartCelebrityRecognitionResponse {
5380
4281
  /**
5381
4282
  * <p>The identifier for the celebrity recognition analysis job. Use <code>JobId</code> to identify the job in
@@ -5383,12 +4284,6 @@ export interface StartCelebrityRecognitionResponse {
5383
4284
  */
5384
4285
  JobId?: string;
5385
4286
  }
5386
- export declare namespace StartCelebrityRecognitionResponse {
5387
- /**
5388
- * @internal
5389
- */
5390
- const filterSensitiveLog: (obj: StartCelebrityRecognitionResponse) => any;
5391
- }
5392
4287
  /**
5393
4288
  * <p>The file size or duration of the supplied media is too large. The maximum file size is 10GB.
5394
4289
  * The maximum duration is 6 hours. </p>
@@ -5438,12 +4333,6 @@ export interface StartContentModerationRequest {
5438
4333
  */
5439
4334
  JobTag?: string;
5440
4335
  }
5441
- export declare namespace StartContentModerationRequest {
5442
- /**
5443
- * @internal
5444
- */
5445
- const filterSensitiveLog: (obj: StartContentModerationRequest) => any;
5446
- }
5447
4336
  export interface StartContentModerationResponse {
5448
4337
  /**
5449
4338
  * <p>The identifier for the content analysis job. Use <code>JobId</code> to identify the job in
@@ -5451,12 +4340,6 @@ export interface StartContentModerationResponse {
5451
4340
  */
5452
4341
  JobId?: string;
5453
4342
  }
5454
- export declare namespace StartContentModerationResponse {
5455
- /**
5456
- * @internal
5457
- */
5458
- const filterSensitiveLog: (obj: StartContentModerationResponse) => any;
5459
- }
5460
4343
  export interface StartFaceDetectionRequest {
5461
4344
  /**
5462
4345
  * <p>The video in which you want to detect faces. The video must be stored
@@ -5488,12 +4371,6 @@ export interface StartFaceDetectionRequest {
5488
4371
  */
5489
4372
  JobTag?: string;
5490
4373
  }
5491
- export declare namespace StartFaceDetectionRequest {
5492
- /**
5493
- * @internal
5494
- */
5495
- const filterSensitiveLog: (obj: StartFaceDetectionRequest) => any;
5496
- }
5497
4374
  export interface StartFaceDetectionResponse {
5498
4375
  /**
5499
4376
  * <p>The identifier for the face detection job. Use <code>JobId</code> to identify the job in
@@ -5501,12 +4378,6 @@ export interface StartFaceDetectionResponse {
5501
4378
  */
5502
4379
  JobId?: string;
5503
4380
  }
5504
- export declare namespace StartFaceDetectionResponse {
5505
- /**
5506
- * @internal
5507
- */
5508
- const filterSensitiveLog: (obj: StartFaceDetectionResponse) => any;
5509
- }
5510
4381
  export interface StartFaceSearchRequest {
5511
4382
  /**
5512
4383
  * <p>The video you want to search. The video must be stored in an Amazon S3 bucket. </p>
@@ -5537,24 +4408,12 @@ export interface StartFaceSearchRequest {
5537
4408
  */
5538
4409
  JobTag?: string;
5539
4410
  }
5540
- export declare namespace StartFaceSearchRequest {
5541
- /**
5542
- * @internal
5543
- */
5544
- const filterSensitiveLog: (obj: StartFaceSearchRequest) => any;
5545
- }
5546
4411
  export interface StartFaceSearchResponse {
5547
4412
  /**
5548
4413
  * <p>The identifier for the search job. Use <code>JobId</code> to identify the job in a subsequent call to <code>GetFaceSearch</code>. </p>
5549
4414
  */
5550
4415
  JobId?: string;
5551
4416
  }
5552
- export declare namespace StartFaceSearchResponse {
5553
- /**
5554
- * @internal
5555
- */
5556
- const filterSensitiveLog: (obj: StartFaceSearchResponse) => any;
5557
- }
5558
4417
  export interface StartLabelDetectionRequest {
5559
4418
  /**
5560
4419
  * <p>The video in which you want to detect labels. The video must be stored
@@ -5587,12 +4446,6 @@ export interface StartLabelDetectionRequest {
5587
4446
  */
5588
4447
  JobTag?: string;
5589
4448
  }
5590
- export declare namespace StartLabelDetectionRequest {
5591
- /**
5592
- * @internal
5593
- */
5594
- const filterSensitiveLog: (obj: StartLabelDetectionRequest) => any;
5595
- }
5596
4449
  export interface StartLabelDetectionResponse {
5597
4450
  /**
5598
4451
  * <p>The identifier for the label detection job. Use <code>JobId</code> to identify the job in
@@ -5600,13 +4453,7 @@ export interface StartLabelDetectionResponse {
5600
4453
  */
5601
4454
  JobId?: string;
5602
4455
  }
5603
- export declare namespace StartLabelDetectionResponse {
5604
- /**
5605
- * @internal
5606
- */
5607
- const filterSensitiveLog: (obj: StartLabelDetectionResponse) => any;
5608
- }
5609
- export interface StartPersonTrackingRequest {
4456
+ export interface StartPersonTrackingRequest {
5610
4457
  /**
5611
4458
  * <p>The video in which you want to detect people. The video must be stored
5612
4459
  * in an Amazon S3 bucket.</p>
@@ -5629,12 +4476,6 @@ export interface StartPersonTrackingRequest {
5629
4476
  */
5630
4477
  JobTag?: string;
5631
4478
  }
5632
- export declare namespace StartPersonTrackingRequest {
5633
- /**
5634
- * @internal
5635
- */
5636
- const filterSensitiveLog: (obj: StartPersonTrackingRequest) => any;
5637
- }
5638
4479
  export interface StartPersonTrackingResponse {
5639
4480
  /**
5640
4481
  * <p>The identifier for the person detection job. Use <code>JobId</code> to identify the job in
@@ -5642,12 +4483,6 @@ export interface StartPersonTrackingResponse {
5642
4483
  */
5643
4484
  JobId?: string;
5644
4485
  }
5645
- export declare namespace StartPersonTrackingResponse {
5646
- /**
5647
- * @internal
5648
- */
5649
- const filterSensitiveLog: (obj: StartPersonTrackingResponse) => any;
5650
- }
5651
4486
  export interface StartProjectVersionRequest {
5652
4487
  /**
5653
4488
  * <p>The Amazon Resource Name(ARN) of the model version that you want to start.</p>
@@ -5655,18 +4490,23 @@ export interface StartProjectVersionRequest {
5655
4490
  ProjectVersionArn: string | undefined;
5656
4491
  /**
5657
4492
  * <p>The minimum number of inference units to use. A single
5658
- * inference unit represents 1 hour of processing and can support up to 5 Transaction Pers Second (TPS).
5659
- * Use a higher number to increase the TPS throughput of your model. You are charged for the number
4493
+ * inference unit represents 1 hour of processing. </p>
4494
+ *
4495
+ * <p>For information about the number
4496
+ * of transactions per second (TPS) that an inference unit can support, see
4497
+ * <i>Running a trained Amazon Rekognition Custom Labels model</i> in the
4498
+ * Amazon Rekognition Custom Labels Guide.
4499
+ * </p>
4500
+ * <p>Use a higher number to increase the TPS throughput of your model. You are charged for the number
5660
4501
  * of inference units that you use.
5661
4502
  * </p>
5662
4503
  */
5663
4504
  MinInferenceUnits: number | undefined;
5664
- }
5665
- export declare namespace StartProjectVersionRequest {
5666
4505
  /**
5667
- * @internal
4506
+ * <p>The maximum number of inference units to use for auto-scaling the model. If you don't
4507
+ * specify a value, Amazon Rekognition Custom Labels doesn't auto-scale the model.</p>
5668
4508
  */
5669
- const filterSensitiveLog: (obj: StartProjectVersionRequest) => any;
4509
+ MaxInferenceUnits?: number;
5670
4510
  }
5671
4511
  export interface StartProjectVersionResponse {
5672
4512
  /**
@@ -5674,12 +4514,6 @@ export interface StartProjectVersionResponse {
5674
4514
  */
5675
4515
  Status?: ProjectVersionStatus | string;
5676
4516
  }
5677
- export declare namespace StartProjectVersionResponse {
5678
- /**
5679
- * @internal
5680
- */
5681
- const filterSensitiveLog: (obj: StartProjectVersionResponse) => any;
5682
- }
5683
4517
  /**
5684
4518
  * <p>Filters for the shot detection segments returned by <code>GetSegmentDetection</code>.
5685
4519
  * For more information, see <a>StartSegmentDetectionFilters</a>.</p>
@@ -5695,12 +4529,6 @@ export interface StartShotDetectionFilter {
5695
4529
  */
5696
4530
  MinSegmentConfidence?: number;
5697
4531
  }
5698
- export declare namespace StartShotDetectionFilter {
5699
- /**
5700
- * @internal
5701
- */
5702
- const filterSensitiveLog: (obj: StartShotDetectionFilter) => any;
5703
- }
5704
4532
  /**
5705
4533
  * <p>Filters for the technical segments returned by <a>GetSegmentDetection</a>. For more information,
5706
4534
  * see <a>StartSegmentDetectionFilters</a>.</p>
@@ -5723,12 +4551,6 @@ export interface StartTechnicalCueDetectionFilter {
5723
4551
  */
5724
4552
  BlackFrame?: BlackFrame;
5725
4553
  }
5726
- export declare namespace StartTechnicalCueDetectionFilter {
5727
- /**
5728
- * @internal
5729
- */
5730
- const filterSensitiveLog: (obj: StartTechnicalCueDetectionFilter) => any;
5731
- }
5732
4554
  /**
5733
4555
  * <p>Filters applied to the technical cue or shot detection segments.
5734
4556
  * For more information, see <a>StartSegmentDetection</a>.
@@ -5744,12 +4566,6 @@ export interface StartSegmentDetectionFilters {
5744
4566
  */
5745
4567
  ShotFilter?: StartShotDetectionFilter;
5746
4568
  }
5747
- export declare namespace StartSegmentDetectionFilters {
5748
- /**
5749
- * @internal
5750
- */
5751
- const filterSensitiveLog: (obj: StartSegmentDetectionFilters) => any;
5752
- }
5753
4569
  export interface StartSegmentDetectionRequest {
5754
4570
  /**
5755
4571
  * <p>Video file stored in an Amazon S3 bucket. Amazon Rekognition video start operations such as <a>StartLabelDetection</a> use <code>Video</code> to
@@ -5781,12 +4597,6 @@ export interface StartSegmentDetectionRequest {
5781
4597
  */
5782
4598
  SegmentTypes: (SegmentType | string)[] | undefined;
5783
4599
  }
5784
- export declare namespace StartSegmentDetectionRequest {
5785
- /**
5786
- * @internal
5787
- */
5788
- const filterSensitiveLog: (obj: StartSegmentDetectionRequest) => any;
5789
- }
5790
4600
  export interface StartSegmentDetectionResponse {
5791
4601
  /**
5792
4602
  * <p>Unique identifier for the segment detection job. The <code>JobId</code> is returned from <code>StartSegmentDetection</code>.
@@ -5794,12 +4604,6 @@ export interface StartSegmentDetectionResponse {
5794
4604
  */
5795
4605
  JobId?: string;
5796
4606
  }
5797
- export declare namespace StartSegmentDetectionResponse {
5798
- /**
5799
- * @internal
5800
- */
5801
- const filterSensitiveLog: (obj: StartSegmentDetectionResponse) => any;
5802
- }
5803
4607
  /**
5804
4608
  * <p></p>
5805
4609
  */
@@ -5811,12 +4615,6 @@ export interface StreamProcessingStartSelector {
5811
4615
  */
5812
4616
  KVSStreamStartSelector?: KinesisVideoStreamStartSelector;
5813
4617
  }
5814
- export declare namespace StreamProcessingStartSelector {
5815
- /**
5816
- * @internal
5817
- */
5818
- const filterSensitiveLog: (obj: StreamProcessingStartSelector) => any;
5819
- }
5820
4618
  /**
5821
4619
  * <p>
5822
4620
  * Specifies when to stop processing the stream. You can specify a maximum amount
@@ -5831,12 +4629,6 @@ export interface StreamProcessingStopSelector {
5831
4629
  */
5832
4630
  MaxDurationInSeconds?: number;
5833
4631
  }
5834
- export declare namespace StreamProcessingStopSelector {
5835
- /**
5836
- * @internal
5837
- */
5838
- const filterSensitiveLog: (obj: StreamProcessingStopSelector) => any;
5839
- }
5840
4632
  export interface StartStreamProcessorRequest {
5841
4633
  /**
5842
4634
  * <p>The name of the stream processor to start processing.</p>
@@ -5860,12 +4652,6 @@ export interface StartStreamProcessorRequest {
5860
4652
  */
5861
4653
  StopSelector?: StreamProcessingStopSelector;
5862
4654
  }
5863
- export declare namespace StartStreamProcessorRequest {
5864
- /**
5865
- * @internal
5866
- */
5867
- const filterSensitiveLog: (obj: StartStreamProcessorRequest) => any;
5868
- }
5869
4655
  export interface StartStreamProcessorResponse {
5870
4656
  /**
5871
4657
  * <p>
@@ -5874,12 +4660,6 @@ export interface StartStreamProcessorResponse {
5874
4660
  */
5875
4661
  SessionId?: string;
5876
4662
  }
5877
- export declare namespace StartStreamProcessorResponse {
5878
- /**
5879
- * @internal
5880
- */
5881
- const filterSensitiveLog: (obj: StartStreamProcessorResponse) => any;
5882
- }
5883
4663
  /**
5884
4664
  * <p>Set of optional parameters that let you set the criteria text must meet to be included in your response.
5885
4665
  * <code>WordFilter</code> looks at a word's height, width and minimum confidence. <code>RegionOfInterest</code>
@@ -5896,12 +4676,6 @@ export interface StartTextDetectionFilters {
5896
4676
  */
5897
4677
  RegionsOfInterest?: RegionOfInterest[];
5898
4678
  }
5899
- export declare namespace StartTextDetectionFilters {
5900
- /**
5901
- * @internal
5902
- */
5903
- const filterSensitiveLog: (obj: StartTextDetectionFilters) => any;
5904
- }
5905
4679
  export interface StartTextDetectionRequest {
5906
4680
  /**
5907
4681
  * <p>Video file stored in an Amazon S3 bucket. Amazon Rekognition video start operations such as <a>StartLabelDetection</a> use <code>Video</code> to
@@ -5930,24 +4704,12 @@ export interface StartTextDetectionRequest {
5930
4704
  */
5931
4705
  Filters?: StartTextDetectionFilters;
5932
4706
  }
5933
- export declare namespace StartTextDetectionRequest {
5934
- /**
5935
- * @internal
5936
- */
5937
- const filterSensitiveLog: (obj: StartTextDetectionRequest) => any;
5938
- }
5939
4707
  export interface StartTextDetectionResponse {
5940
4708
  /**
5941
4709
  * <p>Identifier for the text detection job. Use <code>JobId</code> to identify the job in a subsequent call to <code>GetTextDetection</code>.</p>
5942
4710
  */
5943
4711
  JobId?: string;
5944
4712
  }
5945
- export declare namespace StartTextDetectionResponse {
5946
- /**
5947
- * @internal
5948
- */
5949
- const filterSensitiveLog: (obj: StartTextDetectionResponse) => any;
5950
- }
5951
4713
  export interface StopProjectVersionRequest {
5952
4714
  /**
5953
4715
  * <p>The Amazon Resource Name (ARN) of the model version that you want to delete.</p>
@@ -5955,44 +4717,20 @@ export interface StopProjectVersionRequest {
5955
4717
  */
5956
4718
  ProjectVersionArn: string | undefined;
5957
4719
  }
5958
- export declare namespace StopProjectVersionRequest {
5959
- /**
5960
- * @internal
5961
- */
5962
- const filterSensitiveLog: (obj: StopProjectVersionRequest) => any;
5963
- }
5964
4720
  export interface StopProjectVersionResponse {
5965
4721
  /**
5966
4722
  * <p>The current status of the stop operation. </p>
5967
4723
  */
5968
4724
  Status?: ProjectVersionStatus | string;
5969
4725
  }
5970
- export declare namespace StopProjectVersionResponse {
5971
- /**
5972
- * @internal
5973
- */
5974
- const filterSensitiveLog: (obj: StopProjectVersionResponse) => any;
5975
- }
5976
4726
  export interface StopStreamProcessorRequest {
5977
4727
  /**
5978
4728
  * <p>The name of a stream processor created by <a>CreateStreamProcessor</a>.</p>
5979
4729
  */
5980
4730
  Name: string | undefined;
5981
4731
  }
5982
- export declare namespace StopStreamProcessorRequest {
5983
- /**
5984
- * @internal
5985
- */
5986
- const filterSensitiveLog: (obj: StopStreamProcessorRequest) => any;
5987
- }
5988
4732
  export interface StopStreamProcessorResponse {
5989
4733
  }
5990
- export declare namespace StopStreamProcessorResponse {
5991
- /**
5992
- * @internal
5993
- */
5994
- const filterSensitiveLog: (obj: StopStreamProcessorResponse) => any;
5995
- }
5996
4734
  export interface TagResourceRequest {
5997
4735
  /**
5998
4736
  * <p>
@@ -6007,20 +4745,8 @@ export interface TagResourceRequest {
6007
4745
  */
6008
4746
  Tags: Record<string, string> | undefined;
6009
4747
  }
6010
- export declare namespace TagResourceRequest {
6011
- /**
6012
- * @internal
6013
- */
6014
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
6015
- }
6016
4748
  export interface TagResourceResponse {
6017
4749
  }
6018
- export declare namespace TagResourceResponse {
6019
- /**
6020
- * @internal
6021
- */
6022
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
6023
- }
6024
4750
  export interface UntagResourceRequest {
6025
4751
  /**
6026
4752
  * <p>
@@ -6035,20 +4761,8 @@ export interface UntagResourceRequest {
6035
4761
  */
6036
4762
  TagKeys: string[] | undefined;
6037
4763
  }
6038
- export declare namespace UntagResourceRequest {
6039
- /**
6040
- * @internal
6041
- */
6042
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
6043
- }
6044
4764
  export interface UntagResourceResponse {
6045
4765
  }
6046
- export declare namespace UntagResourceResponse {
6047
- /**
6048
- * @internal
6049
- */
6050
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
6051
- }
6052
4766
  export interface UpdateDatasetEntriesRequest {
6053
4767
  /**
6054
4768
  * <p>
@@ -6063,20 +4777,8 @@ export interface UpdateDatasetEntriesRequest {
6063
4777
  */
6064
4778
  Changes: DatasetChanges | undefined;
6065
4779
  }
6066
- export declare namespace UpdateDatasetEntriesRequest {
6067
- /**
6068
- * @internal
6069
- */
6070
- const filterSensitiveLog: (obj: UpdateDatasetEntriesRequest) => any;
6071
- }
6072
4780
  export interface UpdateDatasetEntriesResponse {
6073
4781
  }
6074
- export declare namespace UpdateDatasetEntriesResponse {
6075
- /**
6076
- * @internal
6077
- */
6078
- const filterSensitiveLog: (obj: UpdateDatasetEntriesResponse) => any;
6079
- }
6080
4782
  export declare enum StreamProcessorParameterToDelete {
6081
4783
  ConnectedHomeMinConfidence = "ConnectedHomeMinConfidence",
6082
4784
  RegionsOfInterest = "RegionsOfInterest"
@@ -6094,12 +4796,6 @@ export interface StreamProcessorSettingsForUpdate {
6094
4796
  */
6095
4797
  ConnectedHomeForUpdate?: ConnectedHomeSettingsForUpdate;
6096
4798
  }
6097
- export declare namespace StreamProcessorSettingsForUpdate {
6098
- /**
6099
- * @internal
6100
- */
6101
- const filterSensitiveLog: (obj: StreamProcessorSettingsForUpdate) => any;
6102
- }
6103
4799
  export interface UpdateStreamProcessorRequest {
6104
4800
  /**
6105
4801
  * <p>
@@ -6133,17 +4829,893 @@ export interface UpdateStreamProcessorRequest {
6133
4829
  */
6134
4830
  ParametersToDelete?: (StreamProcessorParameterToDelete | string)[];
6135
4831
  }
6136
- export declare namespace UpdateStreamProcessorRequest {
6137
- /**
6138
- * @internal
6139
- */
6140
- const filterSensitiveLog: (obj: UpdateStreamProcessorRequest) => any;
6141
- }
6142
4832
  export interface UpdateStreamProcessorResponse {
6143
4833
  }
6144
- export declare namespace UpdateStreamProcessorResponse {
6145
- /**
6146
- * @internal
6147
- */
6148
- const filterSensitiveLog: (obj: UpdateStreamProcessorResponse) => any;
6149
- }
4834
+ /**
4835
+ * @internal
4836
+ */
4837
+ export declare const AgeRangeFilterSensitiveLog: (obj: AgeRange) => any;
4838
+ /**
4839
+ * @internal
4840
+ */
4841
+ export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
4842
+ /**
4843
+ * @internal
4844
+ */
4845
+ export declare const GroundTruthManifestFilterSensitiveLog: (obj: GroundTruthManifest) => any;
4846
+ /**
4847
+ * @internal
4848
+ */
4849
+ export declare const AssetFilterSensitiveLog: (obj: Asset) => any;
4850
+ /**
4851
+ * @internal
4852
+ */
4853
+ export declare const AudioMetadataFilterSensitiveLog: (obj: AudioMetadata) => any;
4854
+ /**
4855
+ * @internal
4856
+ */
4857
+ export declare const BeardFilterSensitiveLog: (obj: Beard) => any;
4858
+ /**
4859
+ * @internal
4860
+ */
4861
+ export declare const BlackFrameFilterSensitiveLog: (obj: BlackFrame) => any;
4862
+ /**
4863
+ * @internal
4864
+ */
4865
+ export declare const BoundingBoxFilterSensitiveLog: (obj: BoundingBox) => any;
4866
+ /**
4867
+ * @internal
4868
+ */
4869
+ export declare const CoversBodyPartFilterSensitiveLog: (obj: CoversBodyPart) => any;
4870
+ /**
4871
+ * @internal
4872
+ */
4873
+ export declare const EquipmentDetectionFilterSensitiveLog: (obj: EquipmentDetection) => any;
4874
+ /**
4875
+ * @internal
4876
+ */
4877
+ export declare const ProtectiveEquipmentBodyPartFilterSensitiveLog: (obj: ProtectiveEquipmentBodyPart) => any;
4878
+ /**
4879
+ * @internal
4880
+ */
4881
+ export declare const EmotionFilterSensitiveLog: (obj: Emotion) => any;
4882
+ /**
4883
+ * @internal
4884
+ */
4885
+ export declare const LandmarkFilterSensitiveLog: (obj: Landmark) => any;
4886
+ /**
4887
+ * @internal
4888
+ */
4889
+ export declare const PoseFilterSensitiveLog: (obj: Pose) => any;
4890
+ /**
4891
+ * @internal
4892
+ */
4893
+ export declare const ImageQualityFilterSensitiveLog: (obj: ImageQuality) => any;
4894
+ /**
4895
+ * @internal
4896
+ */
4897
+ export declare const SmileFilterSensitiveLog: (obj: Smile) => any;
4898
+ /**
4899
+ * @internal
4900
+ */
4901
+ export declare const ComparedFaceFilterSensitiveLog: (obj: ComparedFace) => any;
4902
+ /**
4903
+ * @internal
4904
+ */
4905
+ export declare const KnownGenderFilterSensitiveLog: (obj: KnownGender) => any;
4906
+ /**
4907
+ * @internal
4908
+ */
4909
+ export declare const CelebrityFilterSensitiveLog: (obj: Celebrity) => any;
4910
+ /**
4911
+ * @internal
4912
+ */
4913
+ export declare const EyeglassesFilterSensitiveLog: (obj: Eyeglasses) => any;
4914
+ /**
4915
+ * @internal
4916
+ */
4917
+ export declare const EyeOpenFilterSensitiveLog: (obj: EyeOpen) => any;
4918
+ /**
4919
+ * @internal
4920
+ */
4921
+ export declare const GenderFilterSensitiveLog: (obj: Gender) => any;
4922
+ /**
4923
+ * @internal
4924
+ */
4925
+ export declare const MouthOpenFilterSensitiveLog: (obj: MouthOpen) => any;
4926
+ /**
4927
+ * @internal
4928
+ */
4929
+ export declare const MustacheFilterSensitiveLog: (obj: Mustache) => any;
4930
+ /**
4931
+ * @internal
4932
+ */
4933
+ export declare const SunglassesFilterSensitiveLog: (obj: Sunglasses) => any;
4934
+ /**
4935
+ * @internal
4936
+ */
4937
+ export declare const FaceDetailFilterSensitiveLog: (obj: FaceDetail) => any;
4938
+ /**
4939
+ * @internal
4940
+ */
4941
+ export declare const CelebrityDetailFilterSensitiveLog: (obj: CelebrityDetail) => any;
4942
+ /**
4943
+ * @internal
4944
+ */
4945
+ export declare const CelebrityRecognitionFilterSensitiveLog: (obj: CelebrityRecognition) => any;
4946
+ /**
4947
+ * @internal
4948
+ */
4949
+ export declare const ComparedSourceImageFaceFilterSensitiveLog: (obj: ComparedSourceImageFace) => any;
4950
+ /**
4951
+ * @internal
4952
+ */
4953
+ export declare const ImageFilterSensitiveLog: (obj: Image) => any;
4954
+ /**
4955
+ * @internal
4956
+ */
4957
+ export declare const CompareFacesRequestFilterSensitiveLog: (obj: CompareFacesRequest) => any;
4958
+ /**
4959
+ * @internal
4960
+ */
4961
+ export declare const CompareFacesMatchFilterSensitiveLog: (obj: CompareFacesMatch) => any;
4962
+ /**
4963
+ * @internal
4964
+ */
4965
+ export declare const CompareFacesResponseFilterSensitiveLog: (obj: CompareFacesResponse) => any;
4966
+ /**
4967
+ * @internal
4968
+ */
4969
+ export declare const ConnectedHomeSettingsFilterSensitiveLog: (obj: ConnectedHomeSettings) => any;
4970
+ /**
4971
+ * @internal
4972
+ */
4973
+ export declare const ConnectedHomeSettingsForUpdateFilterSensitiveLog: (obj: ConnectedHomeSettingsForUpdate) => any;
4974
+ /**
4975
+ * @internal
4976
+ */
4977
+ export declare const ModerationLabelFilterSensitiveLog: (obj: ModerationLabel) => any;
4978
+ /**
4979
+ * @internal
4980
+ */
4981
+ export declare const ContentModerationDetectionFilterSensitiveLog: (obj: ContentModerationDetection) => any;
4982
+ /**
4983
+ * @internal
4984
+ */
4985
+ export declare const CreateCollectionRequestFilterSensitiveLog: (obj: CreateCollectionRequest) => any;
4986
+ /**
4987
+ * @internal
4988
+ */
4989
+ export declare const CreateCollectionResponseFilterSensitiveLog: (obj: CreateCollectionResponse) => any;
4990
+ /**
4991
+ * @internal
4992
+ */
4993
+ export declare const DatasetSourceFilterSensitiveLog: (obj: DatasetSource) => any;
4994
+ /**
4995
+ * @internal
4996
+ */
4997
+ export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
4998
+ /**
4999
+ * @internal
5000
+ */
5001
+ export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
5002
+ /**
5003
+ * @internal
5004
+ */
5005
+ export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
5006
+ /**
5007
+ * @internal
5008
+ */
5009
+ export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
5010
+ /**
5011
+ * @internal
5012
+ */
5013
+ export declare const OutputConfigFilterSensitiveLog: (obj: OutputConfig) => any;
5014
+ /**
5015
+ * @internal
5016
+ */
5017
+ export declare const TestingDataFilterSensitiveLog: (obj: TestingData) => any;
5018
+ /**
5019
+ * @internal
5020
+ */
5021
+ export declare const TrainingDataFilterSensitiveLog: (obj: TrainingData) => any;
5022
+ /**
5023
+ * @internal
5024
+ */
5025
+ export declare const CreateProjectVersionRequestFilterSensitiveLog: (obj: CreateProjectVersionRequest) => any;
5026
+ /**
5027
+ * @internal
5028
+ */
5029
+ export declare const CreateProjectVersionResponseFilterSensitiveLog: (obj: CreateProjectVersionResponse) => any;
5030
+ /**
5031
+ * @internal
5032
+ */
5033
+ export declare const StreamProcessorDataSharingPreferenceFilterSensitiveLog: (obj: StreamProcessorDataSharingPreference) => any;
5034
+ /**
5035
+ * @internal
5036
+ */
5037
+ export declare const KinesisVideoStreamFilterSensitiveLog: (obj: KinesisVideoStream) => any;
5038
+ /**
5039
+ * @internal
5040
+ */
5041
+ export declare const StreamProcessorInputFilterSensitiveLog: (obj: StreamProcessorInput) => any;
5042
+ /**
5043
+ * @internal
5044
+ */
5045
+ export declare const StreamProcessorNotificationChannelFilterSensitiveLog: (obj: StreamProcessorNotificationChannel) => any;
5046
+ /**
5047
+ * @internal
5048
+ */
5049
+ export declare const KinesisDataStreamFilterSensitiveLog: (obj: KinesisDataStream) => any;
5050
+ /**
5051
+ * @internal
5052
+ */
5053
+ export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => any;
5054
+ /**
5055
+ * @internal
5056
+ */
5057
+ export declare const StreamProcessorOutputFilterSensitiveLog: (obj: StreamProcessorOutput) => any;
5058
+ /**
5059
+ * @internal
5060
+ */
5061
+ export declare const PointFilterSensitiveLog: (obj: Point) => any;
5062
+ /**
5063
+ * @internal
5064
+ */
5065
+ export declare const RegionOfInterestFilterSensitiveLog: (obj: RegionOfInterest) => any;
5066
+ /**
5067
+ * @internal
5068
+ */
5069
+ export declare const FaceSearchSettingsFilterSensitiveLog: (obj: FaceSearchSettings) => any;
5070
+ /**
5071
+ * @internal
5072
+ */
5073
+ export declare const StreamProcessorSettingsFilterSensitiveLog: (obj: StreamProcessorSettings) => any;
5074
+ /**
5075
+ * @internal
5076
+ */
5077
+ export declare const CreateStreamProcessorRequestFilterSensitiveLog: (obj: CreateStreamProcessorRequest) => any;
5078
+ /**
5079
+ * @internal
5080
+ */
5081
+ export declare const CreateStreamProcessorResponseFilterSensitiveLog: (obj: CreateStreamProcessorResponse) => any;
5082
+ /**
5083
+ * @internal
5084
+ */
5085
+ export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
5086
+ /**
5087
+ * @internal
5088
+ */
5089
+ export declare const CustomLabelFilterSensitiveLog: (obj: CustomLabel) => any;
5090
+ /**
5091
+ * @internal
5092
+ */
5093
+ export declare const DatasetChangesFilterSensitiveLog: (obj: DatasetChanges) => any;
5094
+ /**
5095
+ * @internal
5096
+ */
5097
+ export declare const DatasetStatsFilterSensitiveLog: (obj: DatasetStats) => any;
5098
+ /**
5099
+ * @internal
5100
+ */
5101
+ export declare const DatasetDescriptionFilterSensitiveLog: (obj: DatasetDescription) => any;
5102
+ /**
5103
+ * @internal
5104
+ */
5105
+ export declare const DatasetLabelStatsFilterSensitiveLog: (obj: DatasetLabelStats) => any;
5106
+ /**
5107
+ * @internal
5108
+ */
5109
+ export declare const DatasetLabelDescriptionFilterSensitiveLog: (obj: DatasetLabelDescription) => any;
5110
+ /**
5111
+ * @internal
5112
+ */
5113
+ export declare const DatasetMetadataFilterSensitiveLog: (obj: DatasetMetadata) => any;
5114
+ /**
5115
+ * @internal
5116
+ */
5117
+ export declare const DeleteCollectionRequestFilterSensitiveLog: (obj: DeleteCollectionRequest) => any;
5118
+ /**
5119
+ * @internal
5120
+ */
5121
+ export declare const DeleteCollectionResponseFilterSensitiveLog: (obj: DeleteCollectionResponse) => any;
5122
+ /**
5123
+ * @internal
5124
+ */
5125
+ export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
5126
+ /**
5127
+ * @internal
5128
+ */
5129
+ export declare const DeleteDatasetResponseFilterSensitiveLog: (obj: DeleteDatasetResponse) => any;
5130
+ /**
5131
+ * @internal
5132
+ */
5133
+ export declare const DeleteFacesRequestFilterSensitiveLog: (obj: DeleteFacesRequest) => any;
5134
+ /**
5135
+ * @internal
5136
+ */
5137
+ export declare const DeleteFacesResponseFilterSensitiveLog: (obj: DeleteFacesResponse) => any;
5138
+ /**
5139
+ * @internal
5140
+ */
5141
+ export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
5142
+ /**
5143
+ * @internal
5144
+ */
5145
+ export declare const DeleteProjectResponseFilterSensitiveLog: (obj: DeleteProjectResponse) => any;
5146
+ /**
5147
+ * @internal
5148
+ */
5149
+ export declare const DeleteProjectVersionRequestFilterSensitiveLog: (obj: DeleteProjectVersionRequest) => any;
5150
+ /**
5151
+ * @internal
5152
+ */
5153
+ export declare const DeleteProjectVersionResponseFilterSensitiveLog: (obj: DeleteProjectVersionResponse) => any;
5154
+ /**
5155
+ * @internal
5156
+ */
5157
+ export declare const DeleteStreamProcessorRequestFilterSensitiveLog: (obj: DeleteStreamProcessorRequest) => any;
5158
+ /**
5159
+ * @internal
5160
+ */
5161
+ export declare const DeleteStreamProcessorResponseFilterSensitiveLog: (obj: DeleteStreamProcessorResponse) => any;
5162
+ /**
5163
+ * @internal
5164
+ */
5165
+ export declare const DescribeCollectionRequestFilterSensitiveLog: (obj: DescribeCollectionRequest) => any;
5166
+ /**
5167
+ * @internal
5168
+ */
5169
+ export declare const DescribeCollectionResponseFilterSensitiveLog: (obj: DescribeCollectionResponse) => any;
5170
+ /**
5171
+ * @internal
5172
+ */
5173
+ export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
5174
+ /**
5175
+ * @internal
5176
+ */
5177
+ export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
5178
+ /**
5179
+ * @internal
5180
+ */
5181
+ export declare const DescribeProjectsRequestFilterSensitiveLog: (obj: DescribeProjectsRequest) => any;
5182
+ /**
5183
+ * @internal
5184
+ */
5185
+ export declare const ProjectDescriptionFilterSensitiveLog: (obj: ProjectDescription) => any;
5186
+ /**
5187
+ * @internal
5188
+ */
5189
+ export declare const DescribeProjectsResponseFilterSensitiveLog: (obj: DescribeProjectsResponse) => any;
5190
+ /**
5191
+ * @internal
5192
+ */
5193
+ export declare const DescribeProjectVersionsRequestFilterSensitiveLog: (obj: DescribeProjectVersionsRequest) => any;
5194
+ /**
5195
+ * @internal
5196
+ */
5197
+ export declare const SummaryFilterSensitiveLog: (obj: Summary) => any;
5198
+ /**
5199
+ * @internal
5200
+ */
5201
+ export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
5202
+ /**
5203
+ * @internal
5204
+ */
5205
+ export declare const ValidationDataFilterSensitiveLog: (obj: ValidationData) => any;
5206
+ /**
5207
+ * @internal
5208
+ */
5209
+ export declare const TestingDataResultFilterSensitiveLog: (obj: TestingDataResult) => any;
5210
+ /**
5211
+ * @internal
5212
+ */
5213
+ export declare const TrainingDataResultFilterSensitiveLog: (obj: TrainingDataResult) => any;
5214
+ /**
5215
+ * @internal
5216
+ */
5217
+ export declare const ProjectVersionDescriptionFilterSensitiveLog: (obj: ProjectVersionDescription) => any;
5218
+ /**
5219
+ * @internal
5220
+ */
5221
+ export declare const DescribeProjectVersionsResponseFilterSensitiveLog: (obj: DescribeProjectVersionsResponse) => any;
5222
+ /**
5223
+ * @internal
5224
+ */
5225
+ export declare const DescribeStreamProcessorRequestFilterSensitiveLog: (obj: DescribeStreamProcessorRequest) => any;
5226
+ /**
5227
+ * @internal
5228
+ */
5229
+ export declare const DescribeStreamProcessorResponseFilterSensitiveLog: (obj: DescribeStreamProcessorResponse) => any;
5230
+ /**
5231
+ * @internal
5232
+ */
5233
+ export declare const DetectCustomLabelsRequestFilterSensitiveLog: (obj: DetectCustomLabelsRequest) => any;
5234
+ /**
5235
+ * @internal
5236
+ */
5237
+ export declare const DetectCustomLabelsResponseFilterSensitiveLog: (obj: DetectCustomLabelsResponse) => any;
5238
+ /**
5239
+ * @internal
5240
+ */
5241
+ export declare const DetectFacesRequestFilterSensitiveLog: (obj: DetectFacesRequest) => any;
5242
+ /**
5243
+ * @internal
5244
+ */
5245
+ export declare const DetectFacesResponseFilterSensitiveLog: (obj: DetectFacesResponse) => any;
5246
+ /**
5247
+ * @internal
5248
+ */
5249
+ export declare const DetectionFilterFilterSensitiveLog: (obj: DetectionFilter) => any;
5250
+ /**
5251
+ * @internal
5252
+ */
5253
+ export declare const DetectLabelsRequestFilterSensitiveLog: (obj: DetectLabelsRequest) => any;
5254
+ /**
5255
+ * @internal
5256
+ */
5257
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
5258
+ /**
5259
+ * @internal
5260
+ */
5261
+ export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
5262
+ /**
5263
+ * @internal
5264
+ */
5265
+ export declare const LabelFilterSensitiveLog: (obj: Label) => any;
5266
+ /**
5267
+ * @internal
5268
+ */
5269
+ export declare const DetectLabelsResponseFilterSensitiveLog: (obj: DetectLabelsResponse) => any;
5270
+ /**
5271
+ * @internal
5272
+ */
5273
+ export declare const HumanLoopDataAttributesFilterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
5274
+ /**
5275
+ * @internal
5276
+ */
5277
+ export declare const HumanLoopConfigFilterSensitiveLog: (obj: HumanLoopConfig) => any;
5278
+ /**
5279
+ * @internal
5280
+ */
5281
+ export declare const DetectModerationLabelsRequestFilterSensitiveLog: (obj: DetectModerationLabelsRequest) => any;
5282
+ /**
5283
+ * @internal
5284
+ */
5285
+ export declare const HumanLoopActivationOutputFilterSensitiveLog: (obj: HumanLoopActivationOutput) => any;
5286
+ /**
5287
+ * @internal
5288
+ */
5289
+ export declare const DetectModerationLabelsResponseFilterSensitiveLog: (obj: DetectModerationLabelsResponse) => any;
5290
+ /**
5291
+ * @internal
5292
+ */
5293
+ export declare const ProtectiveEquipmentSummarizationAttributesFilterSensitiveLog: (obj: ProtectiveEquipmentSummarizationAttributes) => any;
5294
+ /**
5295
+ * @internal
5296
+ */
5297
+ export declare const DetectProtectiveEquipmentRequestFilterSensitiveLog: (obj: DetectProtectiveEquipmentRequest) => any;
5298
+ /**
5299
+ * @internal
5300
+ */
5301
+ export declare const ProtectiveEquipmentPersonFilterSensitiveLog: (obj: ProtectiveEquipmentPerson) => any;
5302
+ /**
5303
+ * @internal
5304
+ */
5305
+ export declare const ProtectiveEquipmentSummaryFilterSensitiveLog: (obj: ProtectiveEquipmentSummary) => any;
5306
+ /**
5307
+ * @internal
5308
+ */
5309
+ export declare const DetectProtectiveEquipmentResponseFilterSensitiveLog: (obj: DetectProtectiveEquipmentResponse) => any;
5310
+ /**
5311
+ * @internal
5312
+ */
5313
+ export declare const DetectTextFiltersFilterSensitiveLog: (obj: DetectTextFilters) => any;
5314
+ /**
5315
+ * @internal
5316
+ */
5317
+ export declare const DetectTextRequestFilterSensitiveLog: (obj: DetectTextRequest) => any;
5318
+ /**
5319
+ * @internal
5320
+ */
5321
+ export declare const TextDetectionFilterSensitiveLog: (obj: TextDetection) => any;
5322
+ /**
5323
+ * @internal
5324
+ */
5325
+ export declare const DetectTextResponseFilterSensitiveLog: (obj: DetectTextResponse) => any;
5326
+ /**
5327
+ * @internal
5328
+ */
5329
+ export declare const DistributeDatasetFilterSensitiveLog: (obj: DistributeDataset) => any;
5330
+ /**
5331
+ * @internal
5332
+ */
5333
+ export declare const DistributeDatasetEntriesRequestFilterSensitiveLog: (obj: DistributeDatasetEntriesRequest) => any;
5334
+ /**
5335
+ * @internal
5336
+ */
5337
+ export declare const DistributeDatasetEntriesResponseFilterSensitiveLog: (obj: DistributeDatasetEntriesResponse) => any;
5338
+ /**
5339
+ * @internal
5340
+ */
5341
+ export declare const FaceFilterSensitiveLog: (obj: Face) => any;
5342
+ /**
5343
+ * @internal
5344
+ */
5345
+ export declare const FaceDetectionFilterSensitiveLog: (obj: FaceDetection) => any;
5346
+ /**
5347
+ * @internal
5348
+ */
5349
+ export declare const FaceMatchFilterSensitiveLog: (obj: FaceMatch) => any;
5350
+ /**
5351
+ * @internal
5352
+ */
5353
+ export declare const FaceRecordFilterSensitiveLog: (obj: FaceRecord) => any;
5354
+ /**
5355
+ * @internal
5356
+ */
5357
+ export declare const GetCelebrityInfoRequestFilterSensitiveLog: (obj: GetCelebrityInfoRequest) => any;
5358
+ /**
5359
+ * @internal
5360
+ */
5361
+ export declare const GetCelebrityInfoResponseFilterSensitiveLog: (obj: GetCelebrityInfoResponse) => any;
5362
+ /**
5363
+ * @internal
5364
+ */
5365
+ export declare const GetCelebrityRecognitionRequestFilterSensitiveLog: (obj: GetCelebrityRecognitionRequest) => any;
5366
+ /**
5367
+ * @internal
5368
+ */
5369
+ export declare const VideoMetadataFilterSensitiveLog: (obj: VideoMetadata) => any;
5370
+ /**
5371
+ * @internal
5372
+ */
5373
+ export declare const GetCelebrityRecognitionResponseFilterSensitiveLog: (obj: GetCelebrityRecognitionResponse) => any;
5374
+ /**
5375
+ * @internal
5376
+ */
5377
+ export declare const GetContentModerationRequestFilterSensitiveLog: (obj: GetContentModerationRequest) => any;
5378
+ /**
5379
+ * @internal
5380
+ */
5381
+ export declare const GetContentModerationResponseFilterSensitiveLog: (obj: GetContentModerationResponse) => any;
5382
+ /**
5383
+ * @internal
5384
+ */
5385
+ export declare const GetFaceDetectionRequestFilterSensitiveLog: (obj: GetFaceDetectionRequest) => any;
5386
+ /**
5387
+ * @internal
5388
+ */
5389
+ export declare const GetFaceDetectionResponseFilterSensitiveLog: (obj: GetFaceDetectionResponse) => any;
5390
+ /**
5391
+ * @internal
5392
+ */
5393
+ export declare const GetFaceSearchRequestFilterSensitiveLog: (obj: GetFaceSearchRequest) => any;
5394
+ /**
5395
+ * @internal
5396
+ */
5397
+ export declare const PersonDetailFilterSensitiveLog: (obj: PersonDetail) => any;
5398
+ /**
5399
+ * @internal
5400
+ */
5401
+ export declare const PersonMatchFilterSensitiveLog: (obj: PersonMatch) => any;
5402
+ /**
5403
+ * @internal
5404
+ */
5405
+ export declare const GetFaceSearchResponseFilterSensitiveLog: (obj: GetFaceSearchResponse) => any;
5406
+ /**
5407
+ * @internal
5408
+ */
5409
+ export declare const GetLabelDetectionRequestFilterSensitiveLog: (obj: GetLabelDetectionRequest) => any;
5410
+ /**
5411
+ * @internal
5412
+ */
5413
+ export declare const LabelDetectionFilterSensitiveLog: (obj: LabelDetection) => any;
5414
+ /**
5415
+ * @internal
5416
+ */
5417
+ export declare const GetLabelDetectionResponseFilterSensitiveLog: (obj: GetLabelDetectionResponse) => any;
5418
+ /**
5419
+ * @internal
5420
+ */
5421
+ export declare const GetPersonTrackingRequestFilterSensitiveLog: (obj: GetPersonTrackingRequest) => any;
5422
+ /**
5423
+ * @internal
5424
+ */
5425
+ export declare const PersonDetectionFilterSensitiveLog: (obj: PersonDetection) => any;
5426
+ /**
5427
+ * @internal
5428
+ */
5429
+ export declare const GetPersonTrackingResponseFilterSensitiveLog: (obj: GetPersonTrackingResponse) => any;
5430
+ /**
5431
+ * @internal
5432
+ */
5433
+ export declare const GetSegmentDetectionRequestFilterSensitiveLog: (obj: GetSegmentDetectionRequest) => any;
5434
+ /**
5435
+ * @internal
5436
+ */
5437
+ export declare const ShotSegmentFilterSensitiveLog: (obj: ShotSegment) => any;
5438
+ /**
5439
+ * @internal
5440
+ */
5441
+ export declare const TechnicalCueSegmentFilterSensitiveLog: (obj: TechnicalCueSegment) => any;
5442
+ /**
5443
+ * @internal
5444
+ */
5445
+ export declare const SegmentDetectionFilterSensitiveLog: (obj: SegmentDetection) => any;
5446
+ /**
5447
+ * @internal
5448
+ */
5449
+ export declare const SegmentTypeInfoFilterSensitiveLog: (obj: SegmentTypeInfo) => any;
5450
+ /**
5451
+ * @internal
5452
+ */
5453
+ export declare const GetSegmentDetectionResponseFilterSensitiveLog: (obj: GetSegmentDetectionResponse) => any;
5454
+ /**
5455
+ * @internal
5456
+ */
5457
+ export declare const GetTextDetectionRequestFilterSensitiveLog: (obj: GetTextDetectionRequest) => any;
5458
+ /**
5459
+ * @internal
5460
+ */
5461
+ export declare const TextDetectionResultFilterSensitiveLog: (obj: TextDetectionResult) => any;
5462
+ /**
5463
+ * @internal
5464
+ */
5465
+ export declare const GetTextDetectionResponseFilterSensitiveLog: (obj: GetTextDetectionResponse) => any;
5466
+ /**
5467
+ * @internal
5468
+ */
5469
+ export declare const IndexFacesRequestFilterSensitiveLog: (obj: IndexFacesRequest) => any;
5470
+ /**
5471
+ * @internal
5472
+ */
5473
+ export declare const UnindexedFaceFilterSensitiveLog: (obj: UnindexedFace) => any;
5474
+ /**
5475
+ * @internal
5476
+ */
5477
+ export declare const IndexFacesResponseFilterSensitiveLog: (obj: IndexFacesResponse) => any;
5478
+ /**
5479
+ * @internal
5480
+ */
5481
+ export declare const KinesisVideoStreamStartSelectorFilterSensitiveLog: (obj: KinesisVideoStreamStartSelector) => any;
5482
+ /**
5483
+ * @internal
5484
+ */
5485
+ export declare const ListCollectionsRequestFilterSensitiveLog: (obj: ListCollectionsRequest) => any;
5486
+ /**
5487
+ * @internal
5488
+ */
5489
+ export declare const ListCollectionsResponseFilterSensitiveLog: (obj: ListCollectionsResponse) => any;
5490
+ /**
5491
+ * @internal
5492
+ */
5493
+ export declare const ListDatasetEntriesRequestFilterSensitiveLog: (obj: ListDatasetEntriesRequest) => any;
5494
+ /**
5495
+ * @internal
5496
+ */
5497
+ export declare const ListDatasetEntriesResponseFilterSensitiveLog: (obj: ListDatasetEntriesResponse) => any;
5498
+ /**
5499
+ * @internal
5500
+ */
5501
+ export declare const ListDatasetLabelsRequestFilterSensitiveLog: (obj: ListDatasetLabelsRequest) => any;
5502
+ /**
5503
+ * @internal
5504
+ */
5505
+ export declare const ListDatasetLabelsResponseFilterSensitiveLog: (obj: ListDatasetLabelsResponse) => any;
5506
+ /**
5507
+ * @internal
5508
+ */
5509
+ export declare const ListFacesRequestFilterSensitiveLog: (obj: ListFacesRequest) => any;
5510
+ /**
5511
+ * @internal
5512
+ */
5513
+ export declare const ListFacesResponseFilterSensitiveLog: (obj: ListFacesResponse) => any;
5514
+ /**
5515
+ * @internal
5516
+ */
5517
+ export declare const ListStreamProcessorsRequestFilterSensitiveLog: (obj: ListStreamProcessorsRequest) => any;
5518
+ /**
5519
+ * @internal
5520
+ */
5521
+ export declare const StreamProcessorFilterSensitiveLog: (obj: StreamProcessor) => any;
5522
+ /**
5523
+ * @internal
5524
+ */
5525
+ export declare const ListStreamProcessorsResponseFilterSensitiveLog: (obj: ListStreamProcessorsResponse) => any;
5526
+ /**
5527
+ * @internal
5528
+ */
5529
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5530
+ /**
5531
+ * @internal
5532
+ */
5533
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5534
+ /**
5535
+ * @internal
5536
+ */
5537
+ export declare const NotificationChannelFilterSensitiveLog: (obj: NotificationChannel) => any;
5538
+ /**
5539
+ * @internal
5540
+ */
5541
+ export declare const RecognizeCelebritiesRequestFilterSensitiveLog: (obj: RecognizeCelebritiesRequest) => any;
5542
+ /**
5543
+ * @internal
5544
+ */
5545
+ export declare const RecognizeCelebritiesResponseFilterSensitiveLog: (obj: RecognizeCelebritiesResponse) => any;
5546
+ /**
5547
+ * @internal
5548
+ */
5549
+ export declare const SearchFacesRequestFilterSensitiveLog: (obj: SearchFacesRequest) => any;
5550
+ /**
5551
+ * @internal
5552
+ */
5553
+ export declare const SearchFacesResponseFilterSensitiveLog: (obj: SearchFacesResponse) => any;
5554
+ /**
5555
+ * @internal
5556
+ */
5557
+ export declare const SearchFacesByImageRequestFilterSensitiveLog: (obj: SearchFacesByImageRequest) => any;
5558
+ /**
5559
+ * @internal
5560
+ */
5561
+ export declare const SearchFacesByImageResponseFilterSensitiveLog: (obj: SearchFacesByImageResponse) => any;
5562
+ /**
5563
+ * @internal
5564
+ */
5565
+ export declare const VideoFilterSensitiveLog: (obj: Video) => any;
5566
+ /**
5567
+ * @internal
5568
+ */
5569
+ export declare const StartCelebrityRecognitionRequestFilterSensitiveLog: (obj: StartCelebrityRecognitionRequest) => any;
5570
+ /**
5571
+ * @internal
5572
+ */
5573
+ export declare const StartCelebrityRecognitionResponseFilterSensitiveLog: (obj: StartCelebrityRecognitionResponse) => any;
5574
+ /**
5575
+ * @internal
5576
+ */
5577
+ export declare const StartContentModerationRequestFilterSensitiveLog: (obj: StartContentModerationRequest) => any;
5578
+ /**
5579
+ * @internal
5580
+ */
5581
+ export declare const StartContentModerationResponseFilterSensitiveLog: (obj: StartContentModerationResponse) => any;
5582
+ /**
5583
+ * @internal
5584
+ */
5585
+ export declare const StartFaceDetectionRequestFilterSensitiveLog: (obj: StartFaceDetectionRequest) => any;
5586
+ /**
5587
+ * @internal
5588
+ */
5589
+ export declare const StartFaceDetectionResponseFilterSensitiveLog: (obj: StartFaceDetectionResponse) => any;
5590
+ /**
5591
+ * @internal
5592
+ */
5593
+ export declare const StartFaceSearchRequestFilterSensitiveLog: (obj: StartFaceSearchRequest) => any;
5594
+ /**
5595
+ * @internal
5596
+ */
5597
+ export declare const StartFaceSearchResponseFilterSensitiveLog: (obj: StartFaceSearchResponse) => any;
5598
+ /**
5599
+ * @internal
5600
+ */
5601
+ export declare const StartLabelDetectionRequestFilterSensitiveLog: (obj: StartLabelDetectionRequest) => any;
5602
+ /**
5603
+ * @internal
5604
+ */
5605
+ export declare const StartLabelDetectionResponseFilterSensitiveLog: (obj: StartLabelDetectionResponse) => any;
5606
+ /**
5607
+ * @internal
5608
+ */
5609
+ export declare const StartPersonTrackingRequestFilterSensitiveLog: (obj: StartPersonTrackingRequest) => any;
5610
+ /**
5611
+ * @internal
5612
+ */
5613
+ export declare const StartPersonTrackingResponseFilterSensitiveLog: (obj: StartPersonTrackingResponse) => any;
5614
+ /**
5615
+ * @internal
5616
+ */
5617
+ export declare const StartProjectVersionRequestFilterSensitiveLog: (obj: StartProjectVersionRequest) => any;
5618
+ /**
5619
+ * @internal
5620
+ */
5621
+ export declare const StartProjectVersionResponseFilterSensitiveLog: (obj: StartProjectVersionResponse) => any;
5622
+ /**
5623
+ * @internal
5624
+ */
5625
+ export declare const StartShotDetectionFilterFilterSensitiveLog: (obj: StartShotDetectionFilter) => any;
5626
+ /**
5627
+ * @internal
5628
+ */
5629
+ export declare const StartTechnicalCueDetectionFilterFilterSensitiveLog: (obj: StartTechnicalCueDetectionFilter) => any;
5630
+ /**
5631
+ * @internal
5632
+ */
5633
+ export declare const StartSegmentDetectionFiltersFilterSensitiveLog: (obj: StartSegmentDetectionFilters) => any;
5634
+ /**
5635
+ * @internal
5636
+ */
5637
+ export declare const StartSegmentDetectionRequestFilterSensitiveLog: (obj: StartSegmentDetectionRequest) => any;
5638
+ /**
5639
+ * @internal
5640
+ */
5641
+ export declare const StartSegmentDetectionResponseFilterSensitiveLog: (obj: StartSegmentDetectionResponse) => any;
5642
+ /**
5643
+ * @internal
5644
+ */
5645
+ export declare const StreamProcessingStartSelectorFilterSensitiveLog: (obj: StreamProcessingStartSelector) => any;
5646
+ /**
5647
+ * @internal
5648
+ */
5649
+ export declare const StreamProcessingStopSelectorFilterSensitiveLog: (obj: StreamProcessingStopSelector) => any;
5650
+ /**
5651
+ * @internal
5652
+ */
5653
+ export declare const StartStreamProcessorRequestFilterSensitiveLog: (obj: StartStreamProcessorRequest) => any;
5654
+ /**
5655
+ * @internal
5656
+ */
5657
+ export declare const StartStreamProcessorResponseFilterSensitiveLog: (obj: StartStreamProcessorResponse) => any;
5658
+ /**
5659
+ * @internal
5660
+ */
5661
+ export declare const StartTextDetectionFiltersFilterSensitiveLog: (obj: StartTextDetectionFilters) => any;
5662
+ /**
5663
+ * @internal
5664
+ */
5665
+ export declare const StartTextDetectionRequestFilterSensitiveLog: (obj: StartTextDetectionRequest) => any;
5666
+ /**
5667
+ * @internal
5668
+ */
5669
+ export declare const StartTextDetectionResponseFilterSensitiveLog: (obj: StartTextDetectionResponse) => any;
5670
+ /**
5671
+ * @internal
5672
+ */
5673
+ export declare const StopProjectVersionRequestFilterSensitiveLog: (obj: StopProjectVersionRequest) => any;
5674
+ /**
5675
+ * @internal
5676
+ */
5677
+ export declare const StopProjectVersionResponseFilterSensitiveLog: (obj: StopProjectVersionResponse) => any;
5678
+ /**
5679
+ * @internal
5680
+ */
5681
+ export declare const StopStreamProcessorRequestFilterSensitiveLog: (obj: StopStreamProcessorRequest) => any;
5682
+ /**
5683
+ * @internal
5684
+ */
5685
+ export declare const StopStreamProcessorResponseFilterSensitiveLog: (obj: StopStreamProcessorResponse) => any;
5686
+ /**
5687
+ * @internal
5688
+ */
5689
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
5690
+ /**
5691
+ * @internal
5692
+ */
5693
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
5694
+ /**
5695
+ * @internal
5696
+ */
5697
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
5698
+ /**
5699
+ * @internal
5700
+ */
5701
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
5702
+ /**
5703
+ * @internal
5704
+ */
5705
+ export declare const UpdateDatasetEntriesRequestFilterSensitiveLog: (obj: UpdateDatasetEntriesRequest) => any;
5706
+ /**
5707
+ * @internal
5708
+ */
5709
+ export declare const UpdateDatasetEntriesResponseFilterSensitiveLog: (obj: UpdateDatasetEntriesResponse) => any;
5710
+ /**
5711
+ * @internal
5712
+ */
5713
+ export declare const StreamProcessorSettingsForUpdateFilterSensitiveLog: (obj: StreamProcessorSettingsForUpdate) => any;
5714
+ /**
5715
+ * @internal
5716
+ */
5717
+ export declare const UpdateStreamProcessorRequestFilterSensitiveLog: (obj: UpdateStreamProcessorRequest) => any;
5718
+ /**
5719
+ * @internal
5720
+ */
5721
+ export declare const UpdateStreamProcessorResponseFilterSensitiveLog: (obj: UpdateStreamProcessorResponse) => any;