@aws-sdk/client-rekognition 3.131.0 → 3.142.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 (129) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CompareFacesCommand.js +2 -2
  4. package/dist-cjs/commands/CreateCollectionCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  6. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  7. package/dist-cjs/commands/CreateProjectVersionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateStreamProcessorCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteCollectionCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteFacesCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteProjectVersionCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteStreamProcessorCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeCollectionCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeProjectVersionsCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeProjectsCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeStreamProcessorCommand.js +2 -2
  20. package/dist-cjs/commands/DetectCustomLabelsCommand.js +2 -2
  21. package/dist-cjs/commands/DetectFacesCommand.js +2 -2
  22. package/dist-cjs/commands/DetectLabelsCommand.js +2 -2
  23. package/dist-cjs/commands/DetectModerationLabelsCommand.js +2 -2
  24. package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +2 -2
  25. package/dist-cjs/commands/DetectTextCommand.js +2 -2
  26. package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +2 -2
  27. package/dist-cjs/commands/GetCelebrityInfoCommand.js +2 -2
  28. package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +2 -2
  29. package/dist-cjs/commands/GetContentModerationCommand.js +2 -2
  30. package/dist-cjs/commands/GetFaceDetectionCommand.js +2 -2
  31. package/dist-cjs/commands/GetFaceSearchCommand.js +2 -2
  32. package/dist-cjs/commands/GetLabelDetectionCommand.js +2 -2
  33. package/dist-cjs/commands/GetPersonTrackingCommand.js +2 -2
  34. package/dist-cjs/commands/GetSegmentDetectionCommand.js +2 -2
  35. package/dist-cjs/commands/GetTextDetectionCommand.js +2 -2
  36. package/dist-cjs/commands/IndexFacesCommand.js +2 -2
  37. package/dist-cjs/commands/ListCollectionsCommand.js +2 -2
  38. package/dist-cjs/commands/ListDatasetEntriesCommand.js +2 -2
  39. package/dist-cjs/commands/ListDatasetLabelsCommand.js +2 -2
  40. package/dist-cjs/commands/ListFacesCommand.js +2 -2
  41. package/dist-cjs/commands/ListStreamProcessorsCommand.js +2 -2
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  43. package/dist-cjs/commands/RecognizeCelebritiesCommand.js +2 -2
  44. package/dist-cjs/commands/SearchFacesByImageCommand.js +2 -2
  45. package/dist-cjs/commands/SearchFacesCommand.js +2 -2
  46. package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +2 -2
  47. package/dist-cjs/commands/StartContentModerationCommand.js +2 -2
  48. package/dist-cjs/commands/StartFaceDetectionCommand.js +2 -2
  49. package/dist-cjs/commands/StartFaceSearchCommand.js +2 -2
  50. package/dist-cjs/commands/StartLabelDetectionCommand.js +2 -2
  51. package/dist-cjs/commands/StartPersonTrackingCommand.js +2 -2
  52. package/dist-cjs/commands/StartProjectVersionCommand.js +2 -2
  53. package/dist-cjs/commands/StartSegmentDetectionCommand.js +2 -2
  54. package/dist-cjs/commands/StartStreamProcessorCommand.js +2 -2
  55. package/dist-cjs/commands/StartTextDetectionCommand.js +2 -2
  56. package/dist-cjs/commands/StopProjectVersionCommand.js +2 -2
  57. package/dist-cjs/commands/StopStreamProcessorCommand.js +2 -2
  58. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  59. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateStreamProcessorCommand.js +2 -2
  62. package/dist-cjs/models/models_0.js +894 -1338
  63. package/dist-cjs/protocols/Aws_json1_1.js +297 -517
  64. package/dist-es/commands/CompareFacesCommand.js +3 -3
  65. package/dist-es/commands/CreateCollectionCommand.js +3 -3
  66. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  67. package/dist-es/commands/CreateProjectCommand.js +3 -3
  68. package/dist-es/commands/CreateProjectVersionCommand.js +3 -3
  69. package/dist-es/commands/CreateStreamProcessorCommand.js +3 -3
  70. package/dist-es/commands/DeleteCollectionCommand.js +3 -3
  71. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  72. package/dist-es/commands/DeleteFacesCommand.js +3 -3
  73. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  74. package/dist-es/commands/DeleteProjectVersionCommand.js +3 -3
  75. package/dist-es/commands/DeleteStreamProcessorCommand.js +3 -3
  76. package/dist-es/commands/DescribeCollectionCommand.js +3 -3
  77. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  78. package/dist-es/commands/DescribeProjectVersionsCommand.js +3 -3
  79. package/dist-es/commands/DescribeProjectsCommand.js +3 -3
  80. package/dist-es/commands/DescribeStreamProcessorCommand.js +3 -3
  81. package/dist-es/commands/DetectCustomLabelsCommand.js +3 -3
  82. package/dist-es/commands/DetectFacesCommand.js +3 -3
  83. package/dist-es/commands/DetectLabelsCommand.js +3 -3
  84. package/dist-es/commands/DetectModerationLabelsCommand.js +3 -3
  85. package/dist-es/commands/DetectProtectiveEquipmentCommand.js +3 -3
  86. package/dist-es/commands/DetectTextCommand.js +3 -3
  87. package/dist-es/commands/DistributeDatasetEntriesCommand.js +3 -3
  88. package/dist-es/commands/GetCelebrityInfoCommand.js +3 -3
  89. package/dist-es/commands/GetCelebrityRecognitionCommand.js +3 -3
  90. package/dist-es/commands/GetContentModerationCommand.js +3 -3
  91. package/dist-es/commands/GetFaceDetectionCommand.js +3 -3
  92. package/dist-es/commands/GetFaceSearchCommand.js +3 -3
  93. package/dist-es/commands/GetLabelDetectionCommand.js +3 -3
  94. package/dist-es/commands/GetPersonTrackingCommand.js +3 -3
  95. package/dist-es/commands/GetSegmentDetectionCommand.js +3 -3
  96. package/dist-es/commands/GetTextDetectionCommand.js +3 -3
  97. package/dist-es/commands/IndexFacesCommand.js +3 -3
  98. package/dist-es/commands/ListCollectionsCommand.js +3 -3
  99. package/dist-es/commands/ListDatasetEntriesCommand.js +3 -3
  100. package/dist-es/commands/ListDatasetLabelsCommand.js +3 -3
  101. package/dist-es/commands/ListFacesCommand.js +3 -3
  102. package/dist-es/commands/ListStreamProcessorsCommand.js +3 -3
  103. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  104. package/dist-es/commands/RecognizeCelebritiesCommand.js +3 -3
  105. package/dist-es/commands/SearchFacesByImageCommand.js +3 -3
  106. package/dist-es/commands/SearchFacesCommand.js +3 -3
  107. package/dist-es/commands/StartCelebrityRecognitionCommand.js +3 -3
  108. package/dist-es/commands/StartContentModerationCommand.js +3 -3
  109. package/dist-es/commands/StartFaceDetectionCommand.js +3 -3
  110. package/dist-es/commands/StartFaceSearchCommand.js +3 -3
  111. package/dist-es/commands/StartLabelDetectionCommand.js +3 -3
  112. package/dist-es/commands/StartPersonTrackingCommand.js +3 -3
  113. package/dist-es/commands/StartProjectVersionCommand.js +3 -3
  114. package/dist-es/commands/StartSegmentDetectionCommand.js +3 -3
  115. package/dist-es/commands/StartStreamProcessorCommand.js +3 -3
  116. package/dist-es/commands/StartTextDetectionCommand.js +3 -3
  117. package/dist-es/commands/StopProjectVersionCommand.js +3 -3
  118. package/dist-es/commands/StopStreamProcessorCommand.js +3 -3
  119. package/dist-es/commands/TagResourceCommand.js +3 -3
  120. package/dist-es/commands/UntagResourceCommand.js +3 -3
  121. package/dist-es/commands/UpdateDatasetEntriesCommand.js +3 -3
  122. package/dist-es/commands/UpdateStreamProcessorCommand.js +3 -3
  123. package/dist-es/models/models_0.js +222 -888
  124. package/dist-es/protocols/Aws_json1_1.js +475 -519
  125. package/dist-types/Rekognition.d.ts +3 -0
  126. package/dist-types/commands/StartProjectVersionCommand.d.ts +3 -0
  127. package/dist-types/models/models_0.d.ts +905 -1333
  128. package/dist-types/ts3.4/models/models_0.d.ts +446 -886
  129. package/package.json +6 -6
@@ -18,10 +18,6 @@ export interface AgeRange {
18
18
 
19
19
  High?: number;
20
20
  }
21
- export declare namespace AgeRange {
22
-
23
- const filterSensitiveLog: (obj: AgeRange) => any;
24
- }
25
21
 
26
22
  export interface S3Object {
27
23
 
@@ -31,28 +27,16 @@ export interface S3Object {
31
27
 
32
28
  Version?: string;
33
29
  }
34
- export declare namespace S3Object {
35
-
36
- const filterSensitiveLog: (obj: S3Object) => any;
37
- }
38
30
 
39
31
  export interface GroundTruthManifest {
40
32
 
41
33
  S3Object?: S3Object;
42
34
  }
43
- export declare namespace GroundTruthManifest {
44
-
45
- const filterSensitiveLog: (obj: GroundTruthManifest) => any;
46
- }
47
35
 
48
36
  export interface Asset {
49
37
 
50
38
  GroundTruthManifest?: GroundTruthManifest;
51
39
  }
52
- export declare namespace Asset {
53
-
54
- const filterSensitiveLog: (obj: Asset) => any;
55
- }
56
40
  export declare enum Attribute {
57
41
  ALL = "ALL",
58
42
  DEFAULT = "DEFAULT"
@@ -68,10 +52,6 @@ export interface AudioMetadata {
68
52
 
69
53
  NumberOfChannels?: number;
70
54
  }
71
- export declare namespace AudioMetadata {
72
-
73
- const filterSensitiveLog: (obj: AudioMetadata) => any;
74
- }
75
55
 
76
56
  export interface Beard {
77
57
 
@@ -79,10 +59,6 @@ export interface Beard {
79
59
 
80
60
  Confidence?: number;
81
61
  }
82
- export declare namespace Beard {
83
-
84
- const filterSensitiveLog: (obj: Beard) => any;
85
- }
86
62
 
87
63
  export interface BlackFrame {
88
64
 
@@ -90,10 +66,6 @@ export interface BlackFrame {
90
66
 
91
67
  MinCoveragePercentage?: number;
92
68
  }
93
- export declare namespace BlackFrame {
94
-
95
- const filterSensitiveLog: (obj: BlackFrame) => any;
96
- }
97
69
  export declare enum BodyPart {
98
70
  FACE = "FACE",
99
71
  HEAD = "HEAD",
@@ -111,10 +83,6 @@ export interface BoundingBox {
111
83
 
112
84
  Top?: number;
113
85
  }
114
- export declare namespace BoundingBox {
115
-
116
- const filterSensitiveLog: (obj: BoundingBox) => any;
117
- }
118
86
 
119
87
  export interface CoversBodyPart {
120
88
 
@@ -122,10 +90,6 @@ export interface CoversBodyPart {
122
90
 
123
91
  Value?: boolean;
124
92
  }
125
- export declare namespace CoversBodyPart {
126
-
127
- const filterSensitiveLog: (obj: CoversBodyPart) => any;
128
- }
129
93
  export declare enum ProtectiveEquipmentType {
130
94
  FACE_COVER = "FACE_COVER",
131
95
  HAND_COVER = "HAND_COVER",
@@ -142,10 +106,6 @@ export interface EquipmentDetection {
142
106
 
143
107
  CoversBodyPart?: CoversBodyPart;
144
108
  }
145
- export declare namespace EquipmentDetection {
146
-
147
- const filterSensitiveLog: (obj: EquipmentDetection) => any;
148
- }
149
109
 
150
110
  export interface ProtectiveEquipmentBodyPart {
151
111
 
@@ -155,10 +115,6 @@ export interface ProtectiveEquipmentBodyPart {
155
115
 
156
116
  EquipmentDetections?: EquipmentDetection[];
157
117
  }
158
- export declare namespace ProtectiveEquipmentBodyPart {
159
-
160
- const filterSensitiveLog: (obj: ProtectiveEquipmentBodyPart) => any;
161
- }
162
118
  export declare type EmotionName = "ANGRY" | "CALM" | "CONFUSED" | "DISGUSTED" | "FEAR" | "HAPPY" | "SAD" | "SURPRISED" | "UNKNOWN";
163
119
 
164
120
  export interface Emotion {
@@ -167,10 +123,6 @@ export interface Emotion {
167
123
 
168
124
  Confidence?: number;
169
125
  }
170
- export declare namespace Emotion {
171
-
172
- const filterSensitiveLog: (obj: Emotion) => any;
173
- }
174
126
  export declare enum LandmarkType {
175
127
  chinBottom = "chinBottom",
176
128
  eyeLeft = "eyeLeft",
@@ -212,10 +164,6 @@ export interface Landmark {
212
164
 
213
165
  Y?: number;
214
166
  }
215
- export declare namespace Landmark {
216
-
217
- const filterSensitiveLog: (obj: Landmark) => any;
218
- }
219
167
 
220
168
  export interface Pose {
221
169
 
@@ -225,10 +173,6 @@ export interface Pose {
225
173
 
226
174
  Pitch?: number;
227
175
  }
228
- export declare namespace Pose {
229
-
230
- const filterSensitiveLog: (obj: Pose) => any;
231
- }
232
176
 
233
177
  export interface ImageQuality {
234
178
 
@@ -236,10 +180,6 @@ export interface ImageQuality {
236
180
 
237
181
  Sharpness?: number;
238
182
  }
239
- export declare namespace ImageQuality {
240
-
241
- const filterSensitiveLog: (obj: ImageQuality) => any;
242
- }
243
183
 
244
184
  export interface Smile {
245
185
 
@@ -247,10 +187,6 @@ export interface Smile {
247
187
 
248
188
  Confidence?: number;
249
189
  }
250
- export declare namespace Smile {
251
-
252
- const filterSensitiveLog: (obj: Smile) => any;
253
- }
254
190
 
255
191
  export interface ComparedFace {
256
192
 
@@ -268,10 +204,6 @@ export interface ComparedFace {
268
204
 
269
205
  Smile?: Smile;
270
206
  }
271
- export declare namespace ComparedFace {
272
-
273
- const filterSensitiveLog: (obj: ComparedFace) => any;
274
- }
275
207
  export declare enum KnownGenderType {
276
208
  Female = "Female",
277
209
  Male = "Male",
@@ -283,10 +215,6 @@ export interface KnownGender {
283
215
 
284
216
  Type?: KnownGenderType | string;
285
217
  }
286
- export declare namespace KnownGender {
287
-
288
- const filterSensitiveLog: (obj: KnownGender) => any;
289
- }
290
218
 
291
219
  export interface Celebrity {
292
220
 
@@ -302,10 +230,6 @@ export interface Celebrity {
302
230
 
303
231
  KnownGender?: KnownGender;
304
232
  }
305
- export declare namespace Celebrity {
306
-
307
- const filterSensitiveLog: (obj: Celebrity) => any;
308
- }
309
233
 
310
234
  export interface Eyeglasses {
311
235
 
@@ -313,10 +237,6 @@ export interface Eyeglasses {
313
237
 
314
238
  Confidence?: number;
315
239
  }
316
- export declare namespace Eyeglasses {
317
-
318
- const filterSensitiveLog: (obj: Eyeglasses) => any;
319
- }
320
240
 
321
241
  export interface EyeOpen {
322
242
 
@@ -324,10 +244,6 @@ export interface EyeOpen {
324
244
 
325
245
  Confidence?: number;
326
246
  }
327
- export declare namespace EyeOpen {
328
-
329
- const filterSensitiveLog: (obj: EyeOpen) => any;
330
- }
331
247
  export declare enum GenderType {
332
248
  Female = "Female",
333
249
  Male = "Male"
@@ -339,10 +255,6 @@ export interface Gender {
339
255
 
340
256
  Confidence?: number;
341
257
  }
342
- export declare namespace Gender {
343
-
344
- const filterSensitiveLog: (obj: Gender) => any;
345
- }
346
258
 
347
259
  export interface MouthOpen {
348
260
 
@@ -350,10 +262,6 @@ export interface MouthOpen {
350
262
 
351
263
  Confidence?: number;
352
264
  }
353
- export declare namespace MouthOpen {
354
-
355
- const filterSensitiveLog: (obj: MouthOpen) => any;
356
- }
357
265
 
358
266
  export interface Mustache {
359
267
 
@@ -361,10 +269,6 @@ export interface Mustache {
361
269
 
362
270
  Confidence?: number;
363
271
  }
364
- export declare namespace Mustache {
365
-
366
- const filterSensitiveLog: (obj: Mustache) => any;
367
- }
368
272
 
369
273
  export interface Sunglasses {
370
274
 
@@ -372,10 +276,6 @@ export interface Sunglasses {
372
276
 
373
277
  Confidence?: number;
374
278
  }
375
- export declare namespace Sunglasses {
376
-
377
- const filterSensitiveLog: (obj: Sunglasses) => any;
378
- }
379
279
 
380
280
  export interface FaceDetail {
381
281
 
@@ -409,10 +309,6 @@ export interface FaceDetail {
409
309
 
410
310
  Confidence?: number;
411
311
  }
412
- export declare namespace FaceDetail {
413
-
414
- const filterSensitiveLog: (obj: FaceDetail) => any;
415
- }
416
312
 
417
313
  export interface CelebrityDetail {
418
314
 
@@ -430,10 +326,6 @@ export interface CelebrityDetail {
430
326
 
431
327
  KnownGender?: KnownGender;
432
328
  }
433
- export declare namespace CelebrityDetail {
434
-
435
- const filterSensitiveLog: (obj: CelebrityDetail) => any;
436
- }
437
329
 
438
330
  export interface CelebrityRecognition {
439
331
 
@@ -441,10 +333,6 @@ export interface CelebrityRecognition {
441
333
 
442
334
  Celebrity?: CelebrityDetail;
443
335
  }
444
- export declare namespace CelebrityRecognition {
445
-
446
- const filterSensitiveLog: (obj: CelebrityRecognition) => any;
447
- }
448
336
  export declare enum CelebrityRecognitionSortBy {
449
337
  ID = "ID",
450
338
  TIMESTAMP = "TIMESTAMP"
@@ -456,10 +344,6 @@ export interface ComparedSourceImageFace {
456
344
 
457
345
  Confidence?: number;
458
346
  }
459
- export declare namespace ComparedSourceImageFace {
460
-
461
- const filterSensitiveLog: (obj: ComparedSourceImageFace) => any;
462
- }
463
347
  export declare enum QualityFilter {
464
348
  AUTO = "AUTO",
465
349
  HIGH = "HIGH",
@@ -474,10 +358,6 @@ export interface Image {
474
358
 
475
359
  S3Object?: S3Object;
476
360
  }
477
- export declare namespace Image {
478
-
479
- const filterSensitiveLog: (obj: Image) => any;
480
- }
481
361
  export interface CompareFacesRequest {
482
362
 
483
363
  SourceImage: Image | undefined;
@@ -488,10 +368,6 @@ export interface CompareFacesRequest {
488
368
 
489
369
  QualityFilter?: QualityFilter | string;
490
370
  }
491
- export declare namespace CompareFacesRequest {
492
-
493
- const filterSensitiveLog: (obj: CompareFacesRequest) => any;
494
- }
495
371
 
496
372
  export interface CompareFacesMatch {
497
373
 
@@ -499,10 +375,6 @@ export interface CompareFacesMatch {
499
375
 
500
376
  Face?: ComparedFace;
501
377
  }
502
- export declare namespace CompareFacesMatch {
503
-
504
- const filterSensitiveLog: (obj: CompareFacesMatch) => any;
505
- }
506
378
  export declare enum OrientationCorrection {
507
379
  ROTATE_0 = "ROTATE_0",
508
380
  ROTATE_180 = "ROTATE_180",
@@ -521,10 +393,6 @@ export interface CompareFacesResponse {
521
393
 
522
394
  TargetImageOrientationCorrection?: OrientationCorrection | string;
523
395
  }
524
- export declare namespace CompareFacesResponse {
525
-
526
- const filterSensitiveLog: (obj: CompareFacesResponse) => any;
527
- }
528
396
 
529
397
  export declare class ImageTooLargeException extends __BaseException {
530
398
  readonly name: "ImageTooLargeException";
@@ -609,10 +477,6 @@ export interface ConnectedHomeSettings {
609
477
 
610
478
  MinConfidence?: number;
611
479
  }
612
- export declare namespace ConnectedHomeSettings {
613
-
614
- const filterSensitiveLog: (obj: ConnectedHomeSettings) => any;
615
- }
616
480
 
617
481
  export interface ConnectedHomeSettingsForUpdate {
618
482
 
@@ -620,10 +484,6 @@ export interface ConnectedHomeSettingsForUpdate {
620
484
 
621
485
  MinConfidence?: number;
622
486
  }
623
- export declare namespace ConnectedHomeSettingsForUpdate {
624
-
625
- const filterSensitiveLog: (obj: ConnectedHomeSettingsForUpdate) => any;
626
- }
627
487
  export declare enum ContentClassifier {
628
488
  FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
629
489
  FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation"
@@ -637,10 +497,6 @@ export interface ModerationLabel {
637
497
 
638
498
  ParentName?: string;
639
499
  }
640
- export declare namespace ModerationLabel {
641
-
642
- const filterSensitiveLog: (obj: ModerationLabel) => any;
643
- }
644
500
 
645
501
  export interface ContentModerationDetection {
646
502
 
@@ -648,10 +504,6 @@ export interface ContentModerationDetection {
648
504
 
649
505
  ModerationLabel?: ModerationLabel;
650
506
  }
651
- export declare namespace ContentModerationDetection {
652
-
653
- const filterSensitiveLog: (obj: ContentModerationDetection) => any;
654
- }
655
507
  export declare enum ContentModerationSortBy {
656
508
  NAME = "NAME",
657
509
  TIMESTAMP = "TIMESTAMP"
@@ -662,10 +514,6 @@ export interface CreateCollectionRequest {
662
514
 
663
515
  Tags?: Record<string, string>;
664
516
  }
665
- export declare namespace CreateCollectionRequest {
666
-
667
- const filterSensitiveLog: (obj: CreateCollectionRequest) => any;
668
- }
669
517
  export interface CreateCollectionResponse {
670
518
 
671
519
  StatusCode?: number;
@@ -674,10 +522,6 @@ export interface CreateCollectionResponse {
674
522
 
675
523
  FaceModelVersion?: string;
676
524
  }
677
- export declare namespace CreateCollectionResponse {
678
-
679
- const filterSensitiveLog: (obj: CreateCollectionResponse) => any;
680
- }
681
525
 
682
526
  export declare class ResourceAlreadyExistsException extends __BaseException {
683
527
  readonly name: "ResourceAlreadyExistsException";
@@ -707,10 +551,6 @@ export interface DatasetSource {
707
551
 
708
552
  DatasetArn?: string;
709
553
  }
710
- export declare namespace DatasetSource {
711
-
712
- const filterSensitiveLog: (obj: DatasetSource) => any;
713
- }
714
554
  export declare enum DatasetType {
715
555
  TEST = "TEST",
716
556
  TRAIN = "TRAIN"
@@ -723,18 +563,10 @@ export interface CreateDatasetRequest {
723
563
 
724
564
  ProjectArn: string | undefined;
725
565
  }
726
- export declare namespace CreateDatasetRequest {
727
-
728
- const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
729
- }
730
566
  export interface CreateDatasetResponse {
731
567
 
732
568
  DatasetArn?: string;
733
569
  }
734
- export declare namespace CreateDatasetResponse {
735
-
736
- const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
737
- }
738
570
 
739
571
  export declare class LimitExceededException extends __BaseException {
740
572
  readonly name: "LimitExceededException";
@@ -761,18 +593,10 @@ export interface CreateProjectRequest {
761
593
 
762
594
  ProjectName: string | undefined;
763
595
  }
764
- export declare namespace CreateProjectRequest {
765
-
766
- const filterSensitiveLog: (obj: CreateProjectRequest) => any;
767
- }
768
596
  export interface CreateProjectResponse {
769
597
 
770
598
  ProjectArn?: string;
771
599
  }
772
- export declare namespace CreateProjectResponse {
773
-
774
- const filterSensitiveLog: (obj: CreateProjectResponse) => any;
775
- }
776
600
 
777
601
  export declare class ResourceInUseException extends __BaseException {
778
602
  readonly name: "ResourceInUseException";
@@ -791,10 +615,6 @@ export interface OutputConfig {
791
615
 
792
616
  S3KeyPrefix?: string;
793
617
  }
794
- export declare namespace OutputConfig {
795
-
796
- const filterSensitiveLog: (obj: OutputConfig) => any;
797
- }
798
618
 
799
619
  export interface TestingData {
800
620
 
@@ -802,19 +622,11 @@ export interface TestingData {
802
622
 
803
623
  AutoCreate?: boolean;
804
624
  }
805
- export declare namespace TestingData {
806
-
807
- const filterSensitiveLog: (obj: TestingData) => any;
808
- }
809
625
 
810
626
  export interface TrainingData {
811
627
 
812
628
  Assets?: Asset[];
813
629
  }
814
- export declare namespace TrainingData {
815
-
816
- const filterSensitiveLog: (obj: TrainingData) => any;
817
- }
818
630
  export interface CreateProjectVersionRequest {
819
631
 
820
632
  ProjectArn: string | undefined;
@@ -831,63 +643,35 @@ export interface CreateProjectVersionRequest {
831
643
 
832
644
  KmsKeyId?: string;
833
645
  }
834
- export declare namespace CreateProjectVersionRequest {
835
-
836
- const filterSensitiveLog: (obj: CreateProjectVersionRequest) => any;
837
- }
838
646
  export interface CreateProjectVersionResponse {
839
647
 
840
648
  ProjectVersionArn?: string;
841
649
  }
842
- export declare namespace CreateProjectVersionResponse {
843
-
844
- const filterSensitiveLog: (obj: CreateProjectVersionResponse) => any;
845
- }
846
650
 
847
651
  export interface StreamProcessorDataSharingPreference {
848
652
 
849
653
  OptIn: boolean | undefined;
850
654
  }
851
- export declare namespace StreamProcessorDataSharingPreference {
852
-
853
- const filterSensitiveLog: (obj: StreamProcessorDataSharingPreference) => any;
854
- }
855
655
 
856
656
  export interface KinesisVideoStream {
857
657
 
858
658
  Arn?: string;
859
659
  }
860
- export declare namespace KinesisVideoStream {
861
-
862
- const filterSensitiveLog: (obj: KinesisVideoStream) => any;
863
- }
864
660
 
865
661
  export interface StreamProcessorInput {
866
662
 
867
663
  KinesisVideoStream?: KinesisVideoStream;
868
664
  }
869
- export declare namespace StreamProcessorInput {
870
-
871
- const filterSensitiveLog: (obj: StreamProcessorInput) => any;
872
- }
873
665
 
874
666
  export interface StreamProcessorNotificationChannel {
875
667
 
876
668
  SNSTopicArn: string | undefined;
877
669
  }
878
- export declare namespace StreamProcessorNotificationChannel {
879
-
880
- const filterSensitiveLog: (obj: StreamProcessorNotificationChannel) => any;
881
- }
882
670
 
883
671
  export interface KinesisDataStream {
884
672
 
885
673
  Arn?: string;
886
674
  }
887
- export declare namespace KinesisDataStream {
888
-
889
- const filterSensitiveLog: (obj: KinesisDataStream) => any;
890
- }
891
675
 
892
676
  export interface S3Destination {
893
677
 
@@ -895,10 +679,6 @@ export interface S3Destination {
895
679
 
896
680
  KeyPrefix?: string;
897
681
  }
898
- export declare namespace S3Destination {
899
-
900
- const filterSensitiveLog: (obj: S3Destination) => any;
901
- }
902
682
 
903
683
  export interface StreamProcessorOutput {
904
684
 
@@ -906,10 +686,6 @@ export interface StreamProcessorOutput {
906
686
 
907
687
  S3Destination?: S3Destination;
908
688
  }
909
- export declare namespace StreamProcessorOutput {
910
-
911
- const filterSensitiveLog: (obj: StreamProcessorOutput) => any;
912
- }
913
689
 
914
690
  export interface Point {
915
691
 
@@ -917,10 +693,6 @@ export interface Point {
917
693
 
918
694
  Y?: number;
919
695
  }
920
- export declare namespace Point {
921
-
922
- const filterSensitiveLog: (obj: Point) => any;
923
- }
924
696
 
925
697
  export interface RegionOfInterest {
926
698
 
@@ -928,10 +700,6 @@ export interface RegionOfInterest {
928
700
 
929
701
  Polygon?: Point[];
930
702
  }
931
- export declare namespace RegionOfInterest {
932
-
933
- const filterSensitiveLog: (obj: RegionOfInterest) => any;
934
- }
935
703
 
936
704
  export interface FaceSearchSettings {
937
705
 
@@ -939,10 +707,6 @@ export interface FaceSearchSettings {
939
707
 
940
708
  FaceMatchThreshold?: number;
941
709
  }
942
- export declare namespace FaceSearchSettings {
943
-
944
- const filterSensitiveLog: (obj: FaceSearchSettings) => any;
945
- }
946
710
 
947
711
  export interface StreamProcessorSettings {
948
712
 
@@ -950,10 +714,6 @@ export interface StreamProcessorSettings {
950
714
 
951
715
  ConnectedHome?: ConnectedHomeSettings;
952
716
  }
953
- export declare namespace StreamProcessorSettings {
954
-
955
- const filterSensitiveLog: (obj: StreamProcessorSettings) => any;
956
- }
957
717
  export interface CreateStreamProcessorRequest {
958
718
 
959
719
  Input: StreamProcessorInput | undefined;
@@ -976,18 +736,10 @@ export interface CreateStreamProcessorRequest {
976
736
 
977
737
  DataSharingPreference?: StreamProcessorDataSharingPreference;
978
738
  }
979
- export declare namespace CreateStreamProcessorRequest {
980
-
981
- const filterSensitiveLog: (obj: CreateStreamProcessorRequest) => any;
982
- }
983
739
  export interface CreateStreamProcessorResponse {
984
740
 
985
741
  StreamProcessorArn?: string;
986
742
  }
987
- export declare namespace CreateStreamProcessorResponse {
988
-
989
- const filterSensitiveLog: (obj: CreateStreamProcessorResponse) => any;
990
- }
991
743
 
992
744
  export interface Geometry {
993
745
 
@@ -995,10 +747,6 @@ export interface Geometry {
995
747
 
996
748
  Polygon?: Point[];
997
749
  }
998
- export declare namespace Geometry {
999
-
1000
- const filterSensitiveLog: (obj: Geometry) => any;
1001
- }
1002
750
 
1003
751
  export interface CustomLabel {
1004
752
 
@@ -1008,19 +756,11 @@ export interface CustomLabel {
1008
756
 
1009
757
  Geometry?: Geometry;
1010
758
  }
1011
- export declare namespace CustomLabel {
1012
-
1013
- const filterSensitiveLog: (obj: CustomLabel) => any;
1014
- }
1015
759
 
1016
760
  export interface DatasetChanges {
1017
761
 
1018
762
  GroundTruth: Uint8Array | undefined;
1019
763
  }
1020
- export declare namespace DatasetChanges {
1021
-
1022
- const filterSensitiveLog: (obj: DatasetChanges) => any;
1023
- }
1024
764
 
1025
765
  export interface DatasetStats {
1026
766
 
@@ -1032,10 +772,6 @@ export interface DatasetStats {
1032
772
 
1033
773
  ErrorEntries?: number;
1034
774
  }
1035
- export declare namespace DatasetStats {
1036
-
1037
- const filterSensitiveLog: (obj: DatasetStats) => any;
1038
- }
1039
775
  export declare enum DatasetStatus {
1040
776
  CREATE_COMPLETE = "CREATE_COMPLETE",
1041
777
  CREATE_FAILED = "CREATE_FAILED",
@@ -1065,10 +801,6 @@ export interface DatasetDescription {
1065
801
 
1066
802
  DatasetStats?: DatasetStats;
1067
803
  }
1068
- export declare namespace DatasetDescription {
1069
-
1070
- const filterSensitiveLog: (obj: DatasetDescription) => any;
1071
- }
1072
804
 
1073
805
  export interface DatasetLabelStats {
1074
806
 
@@ -1076,10 +808,6 @@ export interface DatasetLabelStats {
1076
808
 
1077
809
  BoundingBoxCount?: number;
1078
810
  }
1079
- export declare namespace DatasetLabelStats {
1080
-
1081
- const filterSensitiveLog: (obj: DatasetLabelStats) => any;
1082
- }
1083
811
 
1084
812
  export interface DatasetLabelDescription {
1085
813
 
@@ -1087,10 +815,6 @@ export interface DatasetLabelDescription {
1087
815
 
1088
816
  LabelStats?: DatasetLabelStats;
1089
817
  }
1090
- export declare namespace DatasetLabelDescription {
1091
-
1092
- const filterSensitiveLog: (obj: DatasetLabelDescription) => any;
1093
- }
1094
818
 
1095
819
  export interface DatasetMetadata {
1096
820
 
@@ -1106,66 +830,34 @@ export interface DatasetMetadata {
1106
830
 
1107
831
  StatusMessageCode?: DatasetStatusMessageCode | string;
1108
832
  }
1109
- export declare namespace DatasetMetadata {
1110
-
1111
- const filterSensitiveLog: (obj: DatasetMetadata) => any;
1112
- }
1113
833
  export interface DeleteCollectionRequest {
1114
834
 
1115
835
  CollectionId: string | undefined;
1116
836
  }
1117
- export declare namespace DeleteCollectionRequest {
1118
-
1119
- const filterSensitiveLog: (obj: DeleteCollectionRequest) => any;
1120
- }
1121
837
  export interface DeleteCollectionResponse {
1122
838
 
1123
839
  StatusCode?: number;
1124
840
  }
1125
- export declare namespace DeleteCollectionResponse {
1126
-
1127
- const filterSensitiveLog: (obj: DeleteCollectionResponse) => any;
1128
- }
1129
841
  export interface DeleteDatasetRequest {
1130
842
 
1131
843
  DatasetArn: string | undefined;
1132
844
  }
1133
- export declare namespace DeleteDatasetRequest {
1134
-
1135
- const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
1136
- }
1137
845
  export interface DeleteDatasetResponse {
1138
846
  }
1139
- export declare namespace DeleteDatasetResponse {
1140
-
1141
- const filterSensitiveLog: (obj: DeleteDatasetResponse) => any;
1142
- }
1143
847
  export interface DeleteFacesRequest {
1144
848
 
1145
849
  CollectionId: string | undefined;
1146
850
 
1147
851
  FaceIds: string[] | undefined;
1148
852
  }
1149
- export declare namespace DeleteFacesRequest {
1150
-
1151
- const filterSensitiveLog: (obj: DeleteFacesRequest) => any;
1152
- }
1153
853
  export interface DeleteFacesResponse {
1154
854
 
1155
855
  DeletedFaces?: string[];
1156
856
  }
1157
- export declare namespace DeleteFacesResponse {
1158
-
1159
- const filterSensitiveLog: (obj: DeleteFacesResponse) => any;
1160
- }
1161
857
  export interface DeleteProjectRequest {
1162
858
 
1163
859
  ProjectArn: string | undefined;
1164
860
  }
1165
- export declare namespace DeleteProjectRequest {
1166
-
1167
- const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
1168
- }
1169
861
  export declare enum ProjectStatus {
1170
862
  CREATED = "CREATED",
1171
863
  CREATING = "CREATING",
@@ -1175,18 +867,10 @@ export interface DeleteProjectResponse {
1175
867
 
1176
868
  Status?: ProjectStatus | string;
1177
869
  }
1178
- export declare namespace DeleteProjectResponse {
1179
-
1180
- const filterSensitiveLog: (obj: DeleteProjectResponse) => any;
1181
- }
1182
870
  export interface DeleteProjectVersionRequest {
1183
871
 
1184
872
  ProjectVersionArn: string | undefined;
1185
873
  }
1186
- export declare namespace DeleteProjectVersionRequest {
1187
-
1188
- const filterSensitiveLog: (obj: DeleteProjectVersionRequest) => any;
1189
- }
1190
874
  export declare enum ProjectVersionStatus {
1191
875
  DELETING = "DELETING",
1192
876
  FAILED = "FAILED",
@@ -1202,32 +886,16 @@ export interface DeleteProjectVersionResponse {
1202
886
 
1203
887
  Status?: ProjectVersionStatus | string;
1204
888
  }
1205
- export declare namespace DeleteProjectVersionResponse {
1206
-
1207
- const filterSensitiveLog: (obj: DeleteProjectVersionResponse) => any;
1208
- }
1209
889
  export interface DeleteStreamProcessorRequest {
1210
890
 
1211
891
  Name: string | undefined;
1212
892
  }
1213
- export declare namespace DeleteStreamProcessorRequest {
1214
-
1215
- const filterSensitiveLog: (obj: DeleteStreamProcessorRequest) => any;
1216
- }
1217
893
  export interface DeleteStreamProcessorResponse {
1218
894
  }
1219
- export declare namespace DeleteStreamProcessorResponse {
1220
-
1221
- const filterSensitiveLog: (obj: DeleteStreamProcessorResponse) => any;
1222
- }
1223
895
  export interface DescribeCollectionRequest {
1224
896
 
1225
897
  CollectionId: string | undefined;
1226
898
  }
1227
- export declare namespace DescribeCollectionRequest {
1228
-
1229
- const filterSensitiveLog: (obj: DescribeCollectionRequest) => any;
1230
- }
1231
899
  export interface DescribeCollectionResponse {
1232
900
 
1233
901
  FaceCount?: number;
@@ -1238,26 +906,14 @@ export interface DescribeCollectionResponse {
1238
906
 
1239
907
  CreationTimestamp?: Date;
1240
908
  }
1241
- export declare namespace DescribeCollectionResponse {
1242
-
1243
- const filterSensitiveLog: (obj: DescribeCollectionResponse) => any;
1244
- }
1245
909
  export interface DescribeDatasetRequest {
1246
910
 
1247
911
  DatasetArn: string | undefined;
1248
912
  }
1249
- export declare namespace DescribeDatasetRequest {
1250
-
1251
- const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
1252
- }
1253
913
  export interface DescribeDatasetResponse {
1254
914
 
1255
915
  DatasetDescription?: DatasetDescription;
1256
916
  }
1257
- export declare namespace DescribeDatasetResponse {
1258
-
1259
- const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
1260
- }
1261
917
  export interface DescribeProjectsRequest {
1262
918
 
1263
919
  NextToken?: string;
@@ -1266,10 +922,6 @@ export interface DescribeProjectsRequest {
1266
922
 
1267
923
  ProjectNames?: string[];
1268
924
  }
1269
- export declare namespace DescribeProjectsRequest {
1270
-
1271
- const filterSensitiveLog: (obj: DescribeProjectsRequest) => any;
1272
- }
1273
925
 
1274
926
  export interface ProjectDescription {
1275
927
 
@@ -1281,20 +933,12 @@ export interface ProjectDescription {
1281
933
 
1282
934
  Datasets?: DatasetMetadata[];
1283
935
  }
1284
- export declare namespace ProjectDescription {
1285
-
1286
- const filterSensitiveLog: (obj: ProjectDescription) => any;
1287
- }
1288
936
  export interface DescribeProjectsResponse {
1289
937
 
1290
938
  ProjectDescriptions?: ProjectDescription[];
1291
939
 
1292
940
  NextToken?: string;
1293
941
  }
1294
- export declare namespace DescribeProjectsResponse {
1295
-
1296
- const filterSensitiveLog: (obj: DescribeProjectsResponse) => any;
1297
- }
1298
942
 
1299
943
  export declare class InvalidPaginationTokenException extends __BaseException {
1300
944
  readonly name: "InvalidPaginationTokenException";
@@ -1316,19 +960,11 @@ export interface DescribeProjectVersionsRequest {
1316
960
 
1317
961
  MaxResults?: number;
1318
962
  }
1319
- export declare namespace DescribeProjectVersionsRequest {
1320
-
1321
- const filterSensitiveLog: (obj: DescribeProjectVersionsRequest) => any;
1322
- }
1323
963
 
1324
964
  export interface Summary {
1325
965
 
1326
966
  S3Object?: S3Object;
1327
967
  }
1328
- export declare namespace Summary {
1329
-
1330
- const filterSensitiveLog: (obj: Summary) => any;
1331
- }
1332
968
 
1333
969
  export interface EvaluationResult {
1334
970
 
@@ -1336,19 +972,11 @@ export interface EvaluationResult {
1336
972
 
1337
973
  Summary?: Summary;
1338
974
  }
1339
- export declare namespace EvaluationResult {
1340
-
1341
- const filterSensitiveLog: (obj: EvaluationResult) => any;
1342
- }
1343
975
 
1344
976
  export interface ValidationData {
1345
977
 
1346
978
  Assets?: Asset[];
1347
979
  }
1348
- export declare namespace ValidationData {
1349
-
1350
- const filterSensitiveLog: (obj: ValidationData) => any;
1351
- }
1352
980
 
1353
981
  export interface TestingDataResult {
1354
982
 
@@ -1358,10 +986,6 @@ export interface TestingDataResult {
1358
986
 
1359
987
  Validation?: ValidationData;
1360
988
  }
1361
- export declare namespace TestingDataResult {
1362
-
1363
- const filterSensitiveLog: (obj: TestingDataResult) => any;
1364
- }
1365
989
 
1366
990
  export interface TrainingDataResult {
1367
991
 
@@ -1371,10 +995,6 @@ export interface TrainingDataResult {
1371
995
 
1372
996
  Validation?: ValidationData;
1373
997
  }
1374
- export declare namespace TrainingDataResult {
1375
-
1376
- const filterSensitiveLog: (obj: TrainingDataResult) => any;
1377
- }
1378
998
 
1379
999
  export interface ProjectVersionDescription {
1380
1000
 
@@ -1403,10 +1023,8 @@ export interface ProjectVersionDescription {
1403
1023
  ManifestSummary?: GroundTruthManifest;
1404
1024
 
1405
1025
  KmsKeyId?: string;
1406
- }
1407
- export declare namespace ProjectVersionDescription {
1408
1026
 
1409
- const filterSensitiveLog: (obj: ProjectVersionDescription) => any;
1027
+ MaxInferenceUnits?: number;
1410
1028
  }
1411
1029
  export interface DescribeProjectVersionsResponse {
1412
1030
 
@@ -1414,18 +1032,10 @@ export interface DescribeProjectVersionsResponse {
1414
1032
 
1415
1033
  NextToken?: string;
1416
1034
  }
1417
- export declare namespace DescribeProjectVersionsResponse {
1418
-
1419
- const filterSensitiveLog: (obj: DescribeProjectVersionsResponse) => any;
1420
- }
1421
1035
  export interface DescribeStreamProcessorRequest {
1422
1036
 
1423
1037
  Name: string | undefined;
1424
1038
  }
1425
- export declare namespace DescribeStreamProcessorRequest {
1426
-
1427
- const filterSensitiveLog: (obj: DescribeStreamProcessorRequest) => any;
1428
- }
1429
1039
  export declare enum StreamProcessorStatus {
1430
1040
  FAILED = "FAILED",
1431
1041
  RUNNING = "RUNNING",
@@ -1464,10 +1074,6 @@ export interface DescribeStreamProcessorResponse {
1464
1074
 
1465
1075
  DataSharingPreference?: StreamProcessorDataSharingPreference;
1466
1076
  }
1467
- export declare namespace DescribeStreamProcessorResponse {
1468
-
1469
- const filterSensitiveLog: (obj: DescribeStreamProcessorResponse) => any;
1470
- }
1471
1077
  export interface DetectCustomLabelsRequest {
1472
1078
 
1473
1079
  ProjectVersionArn: string | undefined;
@@ -1478,18 +1084,10 @@ export interface DetectCustomLabelsRequest {
1478
1084
 
1479
1085
  MinConfidence?: number;
1480
1086
  }
1481
- export declare namespace DetectCustomLabelsRequest {
1482
-
1483
- const filterSensitiveLog: (obj: DetectCustomLabelsRequest) => any;
1484
- }
1485
1087
  export interface DetectCustomLabelsResponse {
1486
1088
 
1487
1089
  CustomLabels?: CustomLabel[];
1488
1090
  }
1489
- export declare namespace DetectCustomLabelsResponse {
1490
-
1491
- const filterSensitiveLog: (obj: DetectCustomLabelsResponse) => any;
1492
- }
1493
1091
 
1494
1092
  export declare class ResourceNotReadyException extends __BaseException {
1495
1093
  readonly name: "ResourceNotReadyException";
@@ -1507,20 +1105,12 @@ export interface DetectFacesRequest {
1507
1105
 
1508
1106
  Attributes?: (Attribute | string)[];
1509
1107
  }
1510
- export declare namespace DetectFacesRequest {
1511
-
1512
- const filterSensitiveLog: (obj: DetectFacesRequest) => any;
1513
- }
1514
1108
  export interface DetectFacesResponse {
1515
1109
 
1516
1110
  FaceDetails?: FaceDetail[];
1517
1111
 
1518
1112
  OrientationCorrection?: OrientationCorrection | string;
1519
1113
  }
1520
- export declare namespace DetectFacesResponse {
1521
-
1522
- const filterSensitiveLog: (obj: DetectFacesResponse) => any;
1523
- }
1524
1114
 
1525
1115
  export interface DetectionFilter {
1526
1116
 
@@ -1530,10 +1120,6 @@ export interface DetectionFilter {
1530
1120
 
1531
1121
  MinBoundingBoxWidth?: number;
1532
1122
  }
1533
- export declare namespace DetectionFilter {
1534
-
1535
- const filterSensitiveLog: (obj: DetectionFilter) => any;
1536
- }
1537
1123
  export interface DetectLabelsRequest {
1538
1124
 
1539
1125
  Image: Image | undefined;
@@ -1542,10 +1128,6 @@ export interface DetectLabelsRequest {
1542
1128
 
1543
1129
  MinConfidence?: number;
1544
1130
  }
1545
- export declare namespace DetectLabelsRequest {
1546
-
1547
- const filterSensitiveLog: (obj: DetectLabelsRequest) => any;
1548
- }
1549
1131
 
1550
1132
  export interface Instance {
1551
1133
 
@@ -1553,19 +1135,11 @@ export interface Instance {
1553
1135
 
1554
1136
  Confidence?: number;
1555
1137
  }
1556
- export declare namespace Instance {
1557
-
1558
- const filterSensitiveLog: (obj: Instance) => any;
1559
- }
1560
1138
 
1561
1139
  export interface Parent {
1562
1140
 
1563
1141
  Name?: string;
1564
1142
  }
1565
- export declare namespace Parent {
1566
-
1567
- const filterSensitiveLog: (obj: Parent) => any;
1568
- }
1569
1143
 
1570
1144
  export interface Label {
1571
1145
 
@@ -1577,10 +1151,6 @@ export interface Label {
1577
1151
 
1578
1152
  Parents?: Parent[];
1579
1153
  }
1580
- export declare namespace Label {
1581
-
1582
- const filterSensitiveLog: (obj: Label) => any;
1583
- }
1584
1154
  export interface DetectLabelsResponse {
1585
1155
 
1586
1156
  Labels?: Label[];
@@ -1589,19 +1159,11 @@ export interface DetectLabelsResponse {
1589
1159
 
1590
1160
  LabelModelVersion?: string;
1591
1161
  }
1592
- export declare namespace DetectLabelsResponse {
1593
-
1594
- const filterSensitiveLog: (obj: DetectLabelsResponse) => any;
1595
- }
1596
1162
 
1597
1163
  export interface HumanLoopDataAttributes {
1598
1164
 
1599
1165
  ContentClassifiers?: (ContentClassifier | string)[];
1600
1166
  }
1601
- export declare namespace HumanLoopDataAttributes {
1602
-
1603
- const filterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
1604
- }
1605
1167
 
1606
1168
  export interface HumanLoopConfig {
1607
1169
 
@@ -1611,10 +1173,6 @@ export interface HumanLoopConfig {
1611
1173
 
1612
1174
  DataAttributes?: HumanLoopDataAttributes;
1613
1175
  }
1614
- export declare namespace HumanLoopConfig {
1615
-
1616
- const filterSensitiveLog: (obj: HumanLoopConfig) => any;
1617
- }
1618
1176
  export interface DetectModerationLabelsRequest {
1619
1177
 
1620
1178
  Image: Image | undefined;
@@ -1623,10 +1181,6 @@ export interface DetectModerationLabelsRequest {
1623
1181
 
1624
1182
  HumanLoopConfig?: HumanLoopConfig;
1625
1183
  }
1626
- export declare namespace DetectModerationLabelsRequest {
1627
-
1628
- const filterSensitiveLog: (obj: DetectModerationLabelsRequest) => any;
1629
- }
1630
1184
 
1631
1185
  export interface HumanLoopActivationOutput {
1632
1186
 
@@ -1636,10 +1190,6 @@ export interface HumanLoopActivationOutput {
1636
1190
 
1637
1191
  HumanLoopActivationConditionsEvaluationResults?: __LazyJsonString | string;
1638
1192
  }
1639
- export declare namespace HumanLoopActivationOutput {
1640
-
1641
- const filterSensitiveLog: (obj: HumanLoopActivationOutput) => any;
1642
- }
1643
1193
  export interface DetectModerationLabelsResponse {
1644
1194
 
1645
1195
  ModerationLabels?: ModerationLabel[];
@@ -1648,10 +1198,6 @@ export interface DetectModerationLabelsResponse {
1648
1198
 
1649
1199
  HumanLoopActivationOutput?: HumanLoopActivationOutput;
1650
1200
  }
1651
- export declare namespace DetectModerationLabelsResponse {
1652
-
1653
- const filterSensitiveLog: (obj: DetectModerationLabelsResponse) => any;
1654
- }
1655
1201
 
1656
1202
  export declare class HumanLoopQuotaExceededException extends __BaseException {
1657
1203
  readonly name: "HumanLoopQuotaExceededException";
@@ -1676,20 +1222,12 @@ export interface ProtectiveEquipmentSummarizationAttributes {
1676
1222
 
1677
1223
  RequiredEquipmentTypes: (ProtectiveEquipmentType | string)[] | undefined;
1678
1224
  }
1679
- export declare namespace ProtectiveEquipmentSummarizationAttributes {
1680
-
1681
- const filterSensitiveLog: (obj: ProtectiveEquipmentSummarizationAttributes) => any;
1682
- }
1683
1225
  export interface DetectProtectiveEquipmentRequest {
1684
1226
 
1685
1227
  Image: Image | undefined;
1686
1228
 
1687
1229
  SummarizationAttributes?: ProtectiveEquipmentSummarizationAttributes;
1688
1230
  }
1689
- export declare namespace DetectProtectiveEquipmentRequest {
1690
-
1691
- const filterSensitiveLog: (obj: DetectProtectiveEquipmentRequest) => any;
1692
- }
1693
1231
 
1694
1232
  export interface ProtectiveEquipmentPerson {
1695
1233
 
@@ -1701,10 +1239,6 @@ export interface ProtectiveEquipmentPerson {
1701
1239
 
1702
1240
  Id?: number;
1703
1241
  }
1704
- export declare namespace ProtectiveEquipmentPerson {
1705
-
1706
- const filterSensitiveLog: (obj: ProtectiveEquipmentPerson) => any;
1707
- }
1708
1242
 
1709
1243
  export interface ProtectiveEquipmentSummary {
1710
1244
 
@@ -1714,10 +1248,6 @@ export interface ProtectiveEquipmentSummary {
1714
1248
 
1715
1249
  PersonsIndeterminate?: number[];
1716
1250
  }
1717
- export declare namespace ProtectiveEquipmentSummary {
1718
-
1719
- const filterSensitiveLog: (obj: ProtectiveEquipmentSummary) => any;
1720
- }
1721
1251
  export interface DetectProtectiveEquipmentResponse {
1722
1252
 
1723
1253
  ProtectiveEquipmentModelVersion?: string;
@@ -1726,10 +1256,6 @@ export interface DetectProtectiveEquipmentResponse {
1726
1256
 
1727
1257
  Summary?: ProtectiveEquipmentSummary;
1728
1258
  }
1729
- export declare namespace DetectProtectiveEquipmentResponse {
1730
-
1731
- const filterSensitiveLog: (obj: DetectProtectiveEquipmentResponse) => any;
1732
- }
1733
1259
 
1734
1260
  export interface DetectTextFilters {
1735
1261
 
@@ -1737,20 +1263,12 @@ export interface DetectTextFilters {
1737
1263
 
1738
1264
  RegionsOfInterest?: RegionOfInterest[];
1739
1265
  }
1740
- export declare namespace DetectTextFilters {
1741
-
1742
- const filterSensitiveLog: (obj: DetectTextFilters) => any;
1743
- }
1744
1266
  export interface DetectTextRequest {
1745
1267
 
1746
1268
  Image: Image | undefined;
1747
1269
 
1748
1270
  Filters?: DetectTextFilters;
1749
1271
  }
1750
- export declare namespace DetectTextRequest {
1751
-
1752
- const filterSensitiveLog: (obj: DetectTextRequest) => any;
1753
- }
1754
1272
  export declare enum TextTypes {
1755
1273
  LINE = "LINE",
1756
1274
  WORD = "WORD"
@@ -1770,43 +1288,23 @@ export interface TextDetection {
1770
1288
 
1771
1289
  Geometry?: Geometry;
1772
1290
  }
1773
- export declare namespace TextDetection {
1774
-
1775
- const filterSensitiveLog: (obj: TextDetection) => any;
1776
- }
1777
1291
  export interface DetectTextResponse {
1778
1292
 
1779
1293
  TextDetections?: TextDetection[];
1780
1294
 
1781
1295
  TextModelVersion?: string;
1782
1296
  }
1783
- export declare namespace DetectTextResponse {
1784
-
1785
- const filterSensitiveLog: (obj: DetectTextResponse) => any;
1786
- }
1787
1297
 
1788
1298
  export interface DistributeDataset {
1789
1299
 
1790
1300
  Arn: string | undefined;
1791
1301
  }
1792
- export declare namespace DistributeDataset {
1793
-
1794
- const filterSensitiveLog: (obj: DistributeDataset) => any;
1795
- }
1796
1302
  export interface DistributeDatasetEntriesRequest {
1797
1303
 
1798
1304
  Datasets: DistributeDataset[] | undefined;
1799
1305
  }
1800
- export declare namespace DistributeDatasetEntriesRequest {
1801
-
1802
- const filterSensitiveLog: (obj: DistributeDatasetEntriesRequest) => any;
1803
- }
1804
1306
  export interface DistributeDatasetEntriesResponse {
1805
1307
  }
1806
- export declare namespace DistributeDatasetEntriesResponse {
1807
-
1808
- const filterSensitiveLog: (obj: DistributeDatasetEntriesResponse) => any;
1809
- }
1810
1308
 
1811
1309
  export interface Face {
1812
1310
 
@@ -1822,10 +1320,6 @@ export interface Face {
1822
1320
 
1823
1321
  IndexFacesModelVersion?: string;
1824
1322
  }
1825
- export declare namespace Face {
1826
-
1827
- const filterSensitiveLog: (obj: Face) => any;
1828
- }
1829
1323
  export declare enum FaceAttributes {
1830
1324
  ALL = "ALL",
1831
1325
  DEFAULT = "DEFAULT"
@@ -1837,10 +1331,6 @@ export interface FaceDetection {
1837
1331
 
1838
1332
  Face?: FaceDetail;
1839
1333
  }
1840
- export declare namespace FaceDetection {
1841
-
1842
- const filterSensitiveLog: (obj: FaceDetection) => any;
1843
- }
1844
1334
 
1845
1335
  export interface FaceMatch {
1846
1336
 
@@ -1848,10 +1338,6 @@ export interface FaceMatch {
1848
1338
 
1849
1339
  Face?: Face;
1850
1340
  }
1851
- export declare namespace FaceMatch {
1852
-
1853
- const filterSensitiveLog: (obj: FaceMatch) => any;
1854
- }
1855
1341
 
1856
1342
  export interface FaceRecord {
1857
1343
 
@@ -1859,10 +1345,6 @@ export interface FaceRecord {
1859
1345
 
1860
1346
  FaceDetail?: FaceDetail;
1861
1347
  }
1862
- export declare namespace FaceRecord {
1863
-
1864
- const filterSensitiveLog: (obj: FaceRecord) => any;
1865
- }
1866
1348
  export declare enum FaceSearchSortBy {
1867
1349
  INDEX = "INDEX",
1868
1350
  TIMESTAMP = "TIMESTAMP"
@@ -1871,10 +1353,6 @@ export interface GetCelebrityInfoRequest {
1871
1353
 
1872
1354
  Id: string | undefined;
1873
1355
  }
1874
- export declare namespace GetCelebrityInfoRequest {
1875
-
1876
- const filterSensitiveLog: (obj: GetCelebrityInfoRequest) => any;
1877
- }
1878
1356
  export interface GetCelebrityInfoResponse {
1879
1357
 
1880
1358
  Urls?: string[];
@@ -1883,10 +1361,6 @@ export interface GetCelebrityInfoResponse {
1883
1361
 
1884
1362
  KnownGender?: KnownGender;
1885
1363
  }
1886
- export declare namespace GetCelebrityInfoResponse {
1887
-
1888
- const filterSensitiveLog: (obj: GetCelebrityInfoResponse) => any;
1889
- }
1890
1364
  export interface GetCelebrityRecognitionRequest {
1891
1365
 
1892
1366
  JobId: string | undefined;
@@ -1897,10 +1371,6 @@ export interface GetCelebrityRecognitionRequest {
1897
1371
 
1898
1372
  SortBy?: CelebrityRecognitionSortBy | string;
1899
1373
  }
1900
- export declare namespace GetCelebrityRecognitionRequest {
1901
-
1902
- const filterSensitiveLog: (obj: GetCelebrityRecognitionRequest) => any;
1903
- }
1904
1374
  export declare enum VideoJobStatus {
1905
1375
  FAILED = "FAILED",
1906
1376
  IN_PROGRESS = "IN_PROGRESS",
@@ -1927,10 +1397,6 @@ export interface VideoMetadata {
1927
1397
 
1928
1398
  ColorRange?: VideoColorRange | string;
1929
1399
  }
1930
- export declare namespace VideoMetadata {
1931
-
1932
- const filterSensitiveLog: (obj: VideoMetadata) => any;
1933
- }
1934
1400
  export interface GetCelebrityRecognitionResponse {
1935
1401
 
1936
1402
  JobStatus?: VideoJobStatus | string;
@@ -1943,10 +1409,6 @@ export interface GetCelebrityRecognitionResponse {
1943
1409
 
1944
1410
  Celebrities?: CelebrityRecognition[];
1945
1411
  }
1946
- export declare namespace GetCelebrityRecognitionResponse {
1947
-
1948
- const filterSensitiveLog: (obj: GetCelebrityRecognitionResponse) => any;
1949
- }
1950
1412
  export interface GetContentModerationRequest {
1951
1413
 
1952
1414
  JobId: string | undefined;
@@ -1957,10 +1419,6 @@ export interface GetContentModerationRequest {
1957
1419
 
1958
1420
  SortBy?: ContentModerationSortBy | string;
1959
1421
  }
1960
- export declare namespace GetContentModerationRequest {
1961
-
1962
- const filterSensitiveLog: (obj: GetContentModerationRequest) => any;
1963
- }
1964
1422
  export interface GetContentModerationResponse {
1965
1423
 
1966
1424
  JobStatus?: VideoJobStatus | string;
@@ -1975,10 +1433,6 @@ export interface GetContentModerationResponse {
1975
1433
 
1976
1434
  ModerationModelVersion?: string;
1977
1435
  }
1978
- export declare namespace GetContentModerationResponse {
1979
-
1980
- const filterSensitiveLog: (obj: GetContentModerationResponse) => any;
1981
- }
1982
1436
  export interface GetFaceDetectionRequest {
1983
1437
 
1984
1438
  JobId: string | undefined;
@@ -1987,10 +1441,6 @@ export interface GetFaceDetectionRequest {
1987
1441
 
1988
1442
  NextToken?: string;
1989
1443
  }
1990
- export declare namespace GetFaceDetectionRequest {
1991
-
1992
- const filterSensitiveLog: (obj: GetFaceDetectionRequest) => any;
1993
- }
1994
1444
  export interface GetFaceDetectionResponse {
1995
1445
 
1996
1446
  JobStatus?: VideoJobStatus | string;
@@ -2003,10 +1453,6 @@ export interface GetFaceDetectionResponse {
2003
1453
 
2004
1454
  Faces?: FaceDetection[];
2005
1455
  }
2006
- export declare namespace GetFaceDetectionResponse {
2007
-
2008
- const filterSensitiveLog: (obj: GetFaceDetectionResponse) => any;
2009
- }
2010
1456
  export interface GetFaceSearchRequest {
2011
1457
 
2012
1458
  JobId: string | undefined;
@@ -2017,10 +1463,6 @@ export interface GetFaceSearchRequest {
2017
1463
 
2018
1464
  SortBy?: FaceSearchSortBy | string;
2019
1465
  }
2020
- export declare namespace GetFaceSearchRequest {
2021
-
2022
- const filterSensitiveLog: (obj: GetFaceSearchRequest) => any;
2023
- }
2024
1466
 
2025
1467
  export interface PersonDetail {
2026
1468
 
@@ -2030,10 +1472,6 @@ export interface PersonDetail {
2030
1472
 
2031
1473
  Face?: FaceDetail;
2032
1474
  }
2033
- export declare namespace PersonDetail {
2034
-
2035
- const filterSensitiveLog: (obj: PersonDetail) => any;
2036
- }
2037
1475
 
2038
1476
  export interface PersonMatch {
2039
1477
 
@@ -2043,10 +1481,6 @@ export interface PersonMatch {
2043
1481
 
2044
1482
  FaceMatches?: FaceMatch[];
2045
1483
  }
2046
- export declare namespace PersonMatch {
2047
-
2048
- const filterSensitiveLog: (obj: PersonMatch) => any;
2049
- }
2050
1484
  export interface GetFaceSearchResponse {
2051
1485
 
2052
1486
  JobStatus?: VideoJobStatus | string;
@@ -2059,10 +1493,6 @@ export interface GetFaceSearchResponse {
2059
1493
 
2060
1494
  Persons?: PersonMatch[];
2061
1495
  }
2062
- export declare namespace GetFaceSearchResponse {
2063
-
2064
- const filterSensitiveLog: (obj: GetFaceSearchResponse) => any;
2065
- }
2066
1496
  export declare enum LabelDetectionSortBy {
2067
1497
  NAME = "NAME",
2068
1498
  TIMESTAMP = "TIMESTAMP"
@@ -2077,10 +1507,6 @@ export interface GetLabelDetectionRequest {
2077
1507
 
2078
1508
  SortBy?: LabelDetectionSortBy | string;
2079
1509
  }
2080
- export declare namespace GetLabelDetectionRequest {
2081
-
2082
- const filterSensitiveLog: (obj: GetLabelDetectionRequest) => any;
2083
- }
2084
1510
 
2085
1511
  export interface LabelDetection {
2086
1512
 
@@ -2088,10 +1514,6 @@ export interface LabelDetection {
2088
1514
 
2089
1515
  Label?: Label;
2090
1516
  }
2091
- export declare namespace LabelDetection {
2092
-
2093
- const filterSensitiveLog: (obj: LabelDetection) => any;
2094
- }
2095
1517
  export interface GetLabelDetectionResponse {
2096
1518
 
2097
1519
  JobStatus?: VideoJobStatus | string;
@@ -2106,10 +1528,6 @@ export interface GetLabelDetectionResponse {
2106
1528
 
2107
1529
  LabelModelVersion?: string;
2108
1530
  }
2109
- export declare namespace GetLabelDetectionResponse {
2110
-
2111
- const filterSensitiveLog: (obj: GetLabelDetectionResponse) => any;
2112
- }
2113
1531
  export declare enum PersonTrackingSortBy {
2114
1532
  INDEX = "INDEX",
2115
1533
  TIMESTAMP = "TIMESTAMP"
@@ -2124,10 +1542,6 @@ export interface GetPersonTrackingRequest {
2124
1542
 
2125
1543
  SortBy?: PersonTrackingSortBy | string;
2126
1544
  }
2127
- export declare namespace GetPersonTrackingRequest {
2128
-
2129
- const filterSensitiveLog: (obj: GetPersonTrackingRequest) => any;
2130
- }
2131
1545
 
2132
1546
  export interface PersonDetection {
2133
1547
 
@@ -2135,10 +1549,6 @@ export interface PersonDetection {
2135
1549
 
2136
1550
  Person?: PersonDetail;
2137
1551
  }
2138
- export declare namespace PersonDetection {
2139
-
2140
- const filterSensitiveLog: (obj: PersonDetection) => any;
2141
- }
2142
1552
  export interface GetPersonTrackingResponse {
2143
1553
 
2144
1554
  JobStatus?: VideoJobStatus | string;
@@ -2151,10 +1561,6 @@ export interface GetPersonTrackingResponse {
2151
1561
 
2152
1562
  Persons?: PersonDetection[];
2153
1563
  }
2154
- export declare namespace GetPersonTrackingResponse {
2155
-
2156
- const filterSensitiveLog: (obj: GetPersonTrackingResponse) => any;
2157
- }
2158
1564
  export interface GetSegmentDetectionRequest {
2159
1565
 
2160
1566
  JobId: string | undefined;
@@ -2163,10 +1569,6 @@ export interface GetSegmentDetectionRequest {
2163
1569
 
2164
1570
  NextToken?: string;
2165
1571
  }
2166
- export declare namespace GetSegmentDetectionRequest {
2167
-
2168
- const filterSensitiveLog: (obj: GetSegmentDetectionRequest) => any;
2169
- }
2170
1572
 
2171
1573
  export interface ShotSegment {
2172
1574
 
@@ -2174,10 +1576,6 @@ export interface ShotSegment {
2174
1576
 
2175
1577
  Confidence?: number;
2176
1578
  }
2177
- export declare namespace ShotSegment {
2178
-
2179
- const filterSensitiveLog: (obj: ShotSegment) => any;
2180
- }
2181
1579
  export declare enum TechnicalCueType {
2182
1580
  BLACK_FRAMES = "BlackFrames",
2183
1581
  COLOR_BARS = "ColorBars",
@@ -2194,10 +1592,6 @@ export interface TechnicalCueSegment {
2194
1592
 
2195
1593
  Confidence?: number;
2196
1594
  }
2197
- export declare namespace TechnicalCueSegment {
2198
-
2199
- const filterSensitiveLog: (obj: TechnicalCueSegment) => any;
2200
- }
2201
1595
  export declare enum SegmentType {
2202
1596
  SHOT = "SHOT",
2203
1597
  TECHNICAL_CUE = "TECHNICAL_CUE"
@@ -2229,10 +1623,6 @@ export interface SegmentDetection {
2229
1623
 
2230
1624
  DurationFrames?: number;
2231
1625
  }
2232
- export declare namespace SegmentDetection {
2233
-
2234
- const filterSensitiveLog: (obj: SegmentDetection) => any;
2235
- }
2236
1626
 
2237
1627
  export interface SegmentTypeInfo {
2238
1628
 
@@ -2240,10 +1630,6 @@ export interface SegmentTypeInfo {
2240
1630
 
2241
1631
  ModelVersion?: string;
2242
1632
  }
2243
- export declare namespace SegmentTypeInfo {
2244
-
2245
- const filterSensitiveLog: (obj: SegmentTypeInfo) => any;
2246
- }
2247
1633
  export interface GetSegmentDetectionResponse {
2248
1634
 
2249
1635
  JobStatus?: VideoJobStatus | string;
@@ -2260,10 +1646,6 @@ export interface GetSegmentDetectionResponse {
2260
1646
 
2261
1647
  SelectedSegmentTypes?: SegmentTypeInfo[];
2262
1648
  }
2263
- export declare namespace GetSegmentDetectionResponse {
2264
-
2265
- const filterSensitiveLog: (obj: GetSegmentDetectionResponse) => any;
2266
- }
2267
1649
  export interface GetTextDetectionRequest {
2268
1650
 
2269
1651
  JobId: string | undefined;
@@ -2272,10 +1654,6 @@ export interface GetTextDetectionRequest {
2272
1654
 
2273
1655
  NextToken?: string;
2274
1656
  }
2275
- export declare namespace GetTextDetectionRequest {
2276
-
2277
- const filterSensitiveLog: (obj: GetTextDetectionRequest) => any;
2278
- }
2279
1657
 
2280
1658
  export interface TextDetectionResult {
2281
1659
 
@@ -2283,10 +1661,6 @@ export interface TextDetectionResult {
2283
1661
 
2284
1662
  TextDetection?: TextDetection;
2285
1663
  }
2286
- export declare namespace TextDetectionResult {
2287
-
2288
- const filterSensitiveLog: (obj: TextDetectionResult) => any;
2289
- }
2290
1664
  export interface GetTextDetectionResponse {
2291
1665
 
2292
1666
  JobStatus?: VideoJobStatus | string;
@@ -2301,10 +1675,6 @@ export interface GetTextDetectionResponse {
2301
1675
 
2302
1676
  TextModelVersion?: string;
2303
1677
  }
2304
- export declare namespace GetTextDetectionResponse {
2305
-
2306
- const filterSensitiveLog: (obj: GetTextDetectionResponse) => any;
2307
- }
2308
1678
 
2309
1679
  export declare class IdempotentParameterMismatchException extends __BaseException {
2310
1680
  readonly name: "IdempotentParameterMismatchException";
@@ -2330,10 +1700,6 @@ export interface IndexFacesRequest {
2330
1700
 
2331
1701
  QualityFilter?: QualityFilter | string;
2332
1702
  }
2333
- export declare namespace IndexFacesRequest {
2334
-
2335
- const filterSensitiveLog: (obj: IndexFacesRequest) => any;
2336
- }
2337
1703
  export declare enum Reason {
2338
1704
  EXCEEDS_MAX_FACES = "EXCEEDS_MAX_FACES",
2339
1705
  EXTREME_POSE = "EXTREME_POSE",
@@ -2350,10 +1716,6 @@ export interface UnindexedFace {
2350
1716
 
2351
1717
  FaceDetail?: FaceDetail;
2352
1718
  }
2353
- export declare namespace UnindexedFace {
2354
-
2355
- const filterSensitiveLog: (obj: UnindexedFace) => any;
2356
- }
2357
1719
  export interface IndexFacesResponse {
2358
1720
 
2359
1721
  FaceRecords?: FaceRecord[];
@@ -2364,10 +1726,6 @@ export interface IndexFacesResponse {
2364
1726
 
2365
1727
  UnindexedFaces?: UnindexedFace[];
2366
1728
  }
2367
- export declare namespace IndexFacesResponse {
2368
-
2369
- const filterSensitiveLog: (obj: IndexFacesResponse) => any;
2370
- }
2371
1729
 
2372
1730
  export interface KinesisVideoStreamStartSelector {
2373
1731
 
@@ -2375,20 +1733,12 @@ export interface KinesisVideoStreamStartSelector {
2375
1733
 
2376
1734
  FragmentNumber?: string;
2377
1735
  }
2378
- export declare namespace KinesisVideoStreamStartSelector {
2379
-
2380
- const filterSensitiveLog: (obj: KinesisVideoStreamStartSelector) => any;
2381
- }
2382
1736
  export interface ListCollectionsRequest {
2383
1737
 
2384
1738
  NextToken?: string;
2385
1739
 
2386
1740
  MaxResults?: number;
2387
1741
  }
2388
- export declare namespace ListCollectionsRequest {
2389
-
2390
- const filterSensitiveLog: (obj: ListCollectionsRequest) => any;
2391
- }
2392
1742
  export interface ListCollectionsResponse {
2393
1743
 
2394
1744
  CollectionIds?: string[];
@@ -2397,10 +1747,6 @@ export interface ListCollectionsResponse {
2397
1747
 
2398
1748
  FaceModelVersions?: string[];
2399
1749
  }
2400
- export declare namespace ListCollectionsResponse {
2401
-
2402
- const filterSensitiveLog: (obj: ListCollectionsResponse) => any;
2403
- }
2404
1750
  export interface ListDatasetEntriesRequest {
2405
1751
 
2406
1752
  DatasetArn: string | undefined;
@@ -2417,20 +1763,12 @@ export interface ListDatasetEntriesRequest {
2417
1763
 
2418
1764
  MaxResults?: number;
2419
1765
  }
2420
- export declare namespace ListDatasetEntriesRequest {
2421
-
2422
- const filterSensitiveLog: (obj: ListDatasetEntriesRequest) => any;
2423
- }
2424
1766
  export interface ListDatasetEntriesResponse {
2425
1767
 
2426
1768
  DatasetEntries?: string[];
2427
1769
 
2428
1770
  NextToken?: string;
2429
1771
  }
2430
- export declare namespace ListDatasetEntriesResponse {
2431
-
2432
- const filterSensitiveLog: (obj: ListDatasetEntriesResponse) => any;
2433
- }
2434
1772
  export interface ListDatasetLabelsRequest {
2435
1773
 
2436
1774
  DatasetArn: string | undefined;
@@ -2439,20 +1777,12 @@ export interface ListDatasetLabelsRequest {
2439
1777
 
2440
1778
  MaxResults?: number;
2441
1779
  }
2442
- export declare namespace ListDatasetLabelsRequest {
2443
-
2444
- const filterSensitiveLog: (obj: ListDatasetLabelsRequest) => any;
2445
- }
2446
1780
  export interface ListDatasetLabelsResponse {
2447
1781
 
2448
1782
  DatasetLabelDescriptions?: DatasetLabelDescription[];
2449
1783
 
2450
1784
  NextToken?: string;
2451
1785
  }
2452
- export declare namespace ListDatasetLabelsResponse {
2453
-
2454
- const filterSensitiveLog: (obj: ListDatasetLabelsResponse) => any;
2455
- }
2456
1786
  export interface ListFacesRequest {
2457
1787
 
2458
1788
  CollectionId: string | undefined;
@@ -2461,10 +1791,6 @@ export interface ListFacesRequest {
2461
1791
 
2462
1792
  MaxResults?: number;
2463
1793
  }
2464
- export declare namespace ListFacesRequest {
2465
-
2466
- const filterSensitiveLog: (obj: ListFacesRequest) => any;
2467
- }
2468
1794
  export interface ListFacesResponse {
2469
1795
 
2470
1796
  Faces?: Face[];
@@ -2473,20 +1799,12 @@ export interface ListFacesResponse {
2473
1799
 
2474
1800
  FaceModelVersion?: string;
2475
1801
  }
2476
- export declare namespace ListFacesResponse {
2477
-
2478
- const filterSensitiveLog: (obj: ListFacesResponse) => any;
2479
- }
2480
1802
  export interface ListStreamProcessorsRequest {
2481
1803
 
2482
1804
  NextToken?: string;
2483
1805
 
2484
1806
  MaxResults?: number;
2485
1807
  }
2486
- export declare namespace ListStreamProcessorsRequest {
2487
-
2488
- const filterSensitiveLog: (obj: ListStreamProcessorsRequest) => any;
2489
- }
2490
1808
 
2491
1809
  export interface StreamProcessor {
2492
1810
 
@@ -2494,36 +1812,20 @@ export interface StreamProcessor {
2494
1812
 
2495
1813
  Status?: StreamProcessorStatus | string;
2496
1814
  }
2497
- export declare namespace StreamProcessor {
2498
-
2499
- const filterSensitiveLog: (obj: StreamProcessor) => any;
2500
- }
2501
1815
  export interface ListStreamProcessorsResponse {
2502
1816
 
2503
1817
  NextToken?: string;
2504
1818
 
2505
1819
  StreamProcessors?: StreamProcessor[];
2506
1820
  }
2507
- export declare namespace ListStreamProcessorsResponse {
2508
-
2509
- const filterSensitiveLog: (obj: ListStreamProcessorsResponse) => any;
2510
- }
2511
1821
  export interface ListTagsForResourceRequest {
2512
1822
 
2513
1823
  ResourceArn: string | undefined;
2514
1824
  }
2515
- export declare namespace ListTagsForResourceRequest {
2516
-
2517
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2518
- }
2519
1825
  export interface ListTagsForResourceResponse {
2520
1826
 
2521
1827
  Tags?: Record<string, string>;
2522
1828
  }
2523
- export declare namespace ListTagsForResourceResponse {
2524
-
2525
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2526
- }
2527
1829
 
2528
1830
  export interface NotificationChannel {
2529
1831
 
@@ -2531,18 +1833,10 @@ export interface NotificationChannel {
2531
1833
 
2532
1834
  RoleArn: string | undefined;
2533
1835
  }
2534
- export declare namespace NotificationChannel {
2535
-
2536
- const filterSensitiveLog: (obj: NotificationChannel) => any;
2537
- }
2538
1836
  export interface RecognizeCelebritiesRequest {
2539
1837
 
2540
1838
  Image: Image | undefined;
2541
1839
  }
2542
- export declare namespace RecognizeCelebritiesRequest {
2543
-
2544
- const filterSensitiveLog: (obj: RecognizeCelebritiesRequest) => any;
2545
- }
2546
1840
  export interface RecognizeCelebritiesResponse {
2547
1841
 
2548
1842
  CelebrityFaces?: Celebrity[];
@@ -2551,10 +1845,6 @@ export interface RecognizeCelebritiesResponse {
2551
1845
 
2552
1846
  OrientationCorrection?: OrientationCorrection | string;
2553
1847
  }
2554
- export declare namespace RecognizeCelebritiesResponse {
2555
-
2556
- const filterSensitiveLog: (obj: RecognizeCelebritiesResponse) => any;
2557
- }
2558
1848
  export interface SearchFacesRequest {
2559
1849
 
2560
1850
  CollectionId: string | undefined;
@@ -2565,10 +1855,6 @@ export interface SearchFacesRequest {
2565
1855
 
2566
1856
  FaceMatchThreshold?: number;
2567
1857
  }
2568
- export declare namespace SearchFacesRequest {
2569
-
2570
- const filterSensitiveLog: (obj: SearchFacesRequest) => any;
2571
- }
2572
1858
  export interface SearchFacesResponse {
2573
1859
 
2574
1860
  SearchedFaceId?: string;
@@ -2577,10 +1863,6 @@ export interface SearchFacesResponse {
2577
1863
 
2578
1864
  FaceModelVersion?: string;
2579
1865
  }
2580
- export declare namespace SearchFacesResponse {
2581
-
2582
- const filterSensitiveLog: (obj: SearchFacesResponse) => any;
2583
- }
2584
1866
  export interface SearchFacesByImageRequest {
2585
1867
 
2586
1868
  CollectionId: string | undefined;
@@ -2593,10 +1875,6 @@ export interface SearchFacesByImageRequest {
2593
1875
 
2594
1876
  QualityFilter?: QualityFilter | string;
2595
1877
  }
2596
- export declare namespace SearchFacesByImageRequest {
2597
-
2598
- const filterSensitiveLog: (obj: SearchFacesByImageRequest) => any;
2599
- }
2600
1878
  export interface SearchFacesByImageResponse {
2601
1879
 
2602
1880
  SearchedFaceBoundingBox?: BoundingBox;
@@ -2607,19 +1885,11 @@ export interface SearchFacesByImageResponse {
2607
1885
 
2608
1886
  FaceModelVersion?: string;
2609
1887
  }
2610
- export declare namespace SearchFacesByImageResponse {
2611
-
2612
- const filterSensitiveLog: (obj: SearchFacesByImageResponse) => any;
2613
- }
2614
1888
 
2615
1889
  export interface Video {
2616
1890
 
2617
1891
  S3Object?: S3Object;
2618
1892
  }
2619
- export declare namespace Video {
2620
-
2621
- const filterSensitiveLog: (obj: Video) => any;
2622
- }
2623
1893
  export interface StartCelebrityRecognitionRequest {
2624
1894
 
2625
1895
  Video: Video | undefined;
@@ -2630,18 +1900,10 @@ export interface StartCelebrityRecognitionRequest {
2630
1900
 
2631
1901
  JobTag?: string;
2632
1902
  }
2633
- export declare namespace StartCelebrityRecognitionRequest {
2634
-
2635
- const filterSensitiveLog: (obj: StartCelebrityRecognitionRequest) => any;
2636
- }
2637
1903
  export interface StartCelebrityRecognitionResponse {
2638
1904
 
2639
1905
  JobId?: string;
2640
1906
  }
2641
- export declare namespace StartCelebrityRecognitionResponse {
2642
-
2643
- const filterSensitiveLog: (obj: StartCelebrityRecognitionResponse) => any;
2644
- }
2645
1907
 
2646
1908
  export declare class VideoTooLargeException extends __BaseException {
2647
1909
  readonly name: "VideoTooLargeException";
@@ -2665,18 +1927,10 @@ export interface StartContentModerationRequest {
2665
1927
 
2666
1928
  JobTag?: string;
2667
1929
  }
2668
- export declare namespace StartContentModerationRequest {
2669
-
2670
- const filterSensitiveLog: (obj: StartContentModerationRequest) => any;
2671
- }
2672
1930
  export interface StartContentModerationResponse {
2673
1931
 
2674
1932
  JobId?: string;
2675
1933
  }
2676
- export declare namespace StartContentModerationResponse {
2677
-
2678
- const filterSensitiveLog: (obj: StartContentModerationResponse) => any;
2679
- }
2680
1934
  export interface StartFaceDetectionRequest {
2681
1935
 
2682
1936
  Video: Video | undefined;
@@ -2689,18 +1943,10 @@ export interface StartFaceDetectionRequest {
2689
1943
 
2690
1944
  JobTag?: string;
2691
1945
  }
2692
- export declare namespace StartFaceDetectionRequest {
2693
-
2694
- const filterSensitiveLog: (obj: StartFaceDetectionRequest) => any;
2695
- }
2696
1946
  export interface StartFaceDetectionResponse {
2697
1947
 
2698
1948
  JobId?: string;
2699
1949
  }
2700
- export declare namespace StartFaceDetectionResponse {
2701
-
2702
- const filterSensitiveLog: (obj: StartFaceDetectionResponse) => any;
2703
- }
2704
1950
  export interface StartFaceSearchRequest {
2705
1951
 
2706
1952
  Video: Video | undefined;
@@ -2715,18 +1961,10 @@ export interface StartFaceSearchRequest {
2715
1961
 
2716
1962
  JobTag?: string;
2717
1963
  }
2718
- export declare namespace StartFaceSearchRequest {
2719
-
2720
- const filterSensitiveLog: (obj: StartFaceSearchRequest) => any;
2721
- }
2722
1964
  export interface StartFaceSearchResponse {
2723
1965
 
2724
1966
  JobId?: string;
2725
1967
  }
2726
- export declare namespace StartFaceSearchResponse {
2727
-
2728
- const filterSensitiveLog: (obj: StartFaceSearchResponse) => any;
2729
- }
2730
1968
  export interface StartLabelDetectionRequest {
2731
1969
 
2732
1970
  Video: Video | undefined;
@@ -2739,18 +1977,10 @@ export interface StartLabelDetectionRequest {
2739
1977
 
2740
1978
  JobTag?: string;
2741
1979
  }
2742
- export declare namespace StartLabelDetectionRequest {
2743
-
2744
- const filterSensitiveLog: (obj: StartLabelDetectionRequest) => any;
2745
- }
2746
1980
  export interface StartLabelDetectionResponse {
2747
1981
 
2748
1982
  JobId?: string;
2749
1983
  }
2750
- export declare namespace StartLabelDetectionResponse {
2751
-
2752
- const filterSensitiveLog: (obj: StartLabelDetectionResponse) => any;
2753
- }
2754
1984
  export interface StartPersonTrackingRequest {
2755
1985
 
2756
1986
  Video: Video | undefined;
@@ -2761,45 +1991,27 @@ export interface StartPersonTrackingRequest {
2761
1991
 
2762
1992
  JobTag?: string;
2763
1993
  }
2764
- export declare namespace StartPersonTrackingRequest {
2765
-
2766
- const filterSensitiveLog: (obj: StartPersonTrackingRequest) => any;
2767
- }
2768
1994
  export interface StartPersonTrackingResponse {
2769
1995
 
2770
1996
  JobId?: string;
2771
1997
  }
2772
- export declare namespace StartPersonTrackingResponse {
2773
-
2774
- const filterSensitiveLog: (obj: StartPersonTrackingResponse) => any;
2775
- }
2776
1998
  export interface StartProjectVersionRequest {
2777
1999
 
2778
2000
  ProjectVersionArn: string | undefined;
2779
2001
 
2780
2002
  MinInferenceUnits: number | undefined;
2781
- }
2782
- export declare namespace StartProjectVersionRequest {
2783
2003
 
2784
- const filterSensitiveLog: (obj: StartProjectVersionRequest) => any;
2004
+ MaxInferenceUnits?: number;
2785
2005
  }
2786
2006
  export interface StartProjectVersionResponse {
2787
2007
 
2788
2008
  Status?: ProjectVersionStatus | string;
2789
2009
  }
2790
- export declare namespace StartProjectVersionResponse {
2791
-
2792
- const filterSensitiveLog: (obj: StartProjectVersionResponse) => any;
2793
- }
2794
2010
 
2795
2011
  export interface StartShotDetectionFilter {
2796
2012
 
2797
2013
  MinSegmentConfidence?: number;
2798
2014
  }
2799
- export declare namespace StartShotDetectionFilter {
2800
-
2801
- const filterSensitiveLog: (obj: StartShotDetectionFilter) => any;
2802
- }
2803
2015
 
2804
2016
  export interface StartTechnicalCueDetectionFilter {
2805
2017
 
@@ -2807,10 +2019,6 @@ export interface StartTechnicalCueDetectionFilter {
2807
2019
 
2808
2020
  BlackFrame?: BlackFrame;
2809
2021
  }
2810
- export declare namespace StartTechnicalCueDetectionFilter {
2811
-
2812
- const filterSensitiveLog: (obj: StartTechnicalCueDetectionFilter) => any;
2813
- }
2814
2022
 
2815
2023
  export interface StartSegmentDetectionFilters {
2816
2024
 
@@ -2818,10 +2026,6 @@ export interface StartSegmentDetectionFilters {
2818
2026
 
2819
2027
  ShotFilter?: StartShotDetectionFilter;
2820
2028
  }
2821
- export declare namespace StartSegmentDetectionFilters {
2822
-
2823
- const filterSensitiveLog: (obj: StartSegmentDetectionFilters) => any;
2824
- }
2825
2029
  export interface StartSegmentDetectionRequest {
2826
2030
 
2827
2031
  Video: Video | undefined;
@@ -2836,36 +2040,20 @@ export interface StartSegmentDetectionRequest {
2836
2040
 
2837
2041
  SegmentTypes: (SegmentType | string)[] | undefined;
2838
2042
  }
2839
- export declare namespace StartSegmentDetectionRequest {
2840
-
2841
- const filterSensitiveLog: (obj: StartSegmentDetectionRequest) => any;
2842
- }
2843
2043
  export interface StartSegmentDetectionResponse {
2844
2044
 
2845
2045
  JobId?: string;
2846
2046
  }
2847
- export declare namespace StartSegmentDetectionResponse {
2848
-
2849
- const filterSensitiveLog: (obj: StartSegmentDetectionResponse) => any;
2850
- }
2851
2047
 
2852
2048
  export interface StreamProcessingStartSelector {
2853
2049
 
2854
2050
  KVSStreamStartSelector?: KinesisVideoStreamStartSelector;
2855
2051
  }
2856
- export declare namespace StreamProcessingStartSelector {
2857
-
2858
- const filterSensitiveLog: (obj: StreamProcessingStartSelector) => any;
2859
- }
2860
2052
 
2861
2053
  export interface StreamProcessingStopSelector {
2862
2054
 
2863
2055
  MaxDurationInSeconds?: number;
2864
2056
  }
2865
- export declare namespace StreamProcessingStopSelector {
2866
-
2867
- const filterSensitiveLog: (obj: StreamProcessingStopSelector) => any;
2868
- }
2869
2057
  export interface StartStreamProcessorRequest {
2870
2058
 
2871
2059
  Name: string | undefined;
@@ -2874,18 +2062,10 @@ export interface StartStreamProcessorRequest {
2874
2062
 
2875
2063
  StopSelector?: StreamProcessingStopSelector;
2876
2064
  }
2877
- export declare namespace StartStreamProcessorRequest {
2878
-
2879
- const filterSensitiveLog: (obj: StartStreamProcessorRequest) => any;
2880
- }
2881
2065
  export interface StartStreamProcessorResponse {
2882
2066
 
2883
2067
  SessionId?: string;
2884
2068
  }
2885
- export declare namespace StartStreamProcessorResponse {
2886
-
2887
- const filterSensitiveLog: (obj: StartStreamProcessorResponse) => any;
2888
- }
2889
2069
 
2890
2070
  export interface StartTextDetectionFilters {
2891
2071
 
@@ -2893,10 +2073,6 @@ export interface StartTextDetectionFilters {
2893
2073
 
2894
2074
  RegionsOfInterest?: RegionOfInterest[];
2895
2075
  }
2896
- export declare namespace StartTextDetectionFilters {
2897
-
2898
- const filterSensitiveLog: (obj: StartTextDetectionFilters) => any;
2899
- }
2900
2076
  export interface StartTextDetectionRequest {
2901
2077
 
2902
2078
  Video: Video | undefined;
@@ -2909,96 +2085,48 @@ export interface StartTextDetectionRequest {
2909
2085
 
2910
2086
  Filters?: StartTextDetectionFilters;
2911
2087
  }
2912
- export declare namespace StartTextDetectionRequest {
2913
-
2914
- const filterSensitiveLog: (obj: StartTextDetectionRequest) => any;
2915
- }
2916
2088
  export interface StartTextDetectionResponse {
2917
2089
 
2918
2090
  JobId?: string;
2919
2091
  }
2920
- export declare namespace StartTextDetectionResponse {
2921
-
2922
- const filterSensitiveLog: (obj: StartTextDetectionResponse) => any;
2923
- }
2924
2092
  export interface StopProjectVersionRequest {
2925
2093
 
2926
2094
  ProjectVersionArn: string | undefined;
2927
2095
  }
2928
- export declare namespace StopProjectVersionRequest {
2929
-
2930
- const filterSensitiveLog: (obj: StopProjectVersionRequest) => any;
2931
- }
2932
2096
  export interface StopProjectVersionResponse {
2933
2097
 
2934
2098
  Status?: ProjectVersionStatus | string;
2935
2099
  }
2936
- export declare namespace StopProjectVersionResponse {
2937
-
2938
- const filterSensitiveLog: (obj: StopProjectVersionResponse) => any;
2939
- }
2940
2100
  export interface StopStreamProcessorRequest {
2941
2101
 
2942
2102
  Name: string | undefined;
2943
2103
  }
2944
- export declare namespace StopStreamProcessorRequest {
2945
-
2946
- const filterSensitiveLog: (obj: StopStreamProcessorRequest) => any;
2947
- }
2948
2104
  export interface StopStreamProcessorResponse {
2949
2105
  }
2950
- export declare namespace StopStreamProcessorResponse {
2951
-
2952
- const filterSensitiveLog: (obj: StopStreamProcessorResponse) => any;
2953
- }
2954
2106
  export interface TagResourceRequest {
2955
2107
 
2956
2108
  ResourceArn: string | undefined;
2957
2109
 
2958
2110
  Tags: Record<string, string> | undefined;
2959
2111
  }
2960
- export declare namespace TagResourceRequest {
2961
-
2962
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2963
- }
2964
2112
  export interface TagResourceResponse {
2965
2113
  }
2966
- export declare namespace TagResourceResponse {
2967
-
2968
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2969
- }
2970
2114
  export interface UntagResourceRequest {
2971
2115
 
2972
2116
  ResourceArn: string | undefined;
2973
2117
 
2974
2118
  TagKeys: string[] | undefined;
2975
2119
  }
2976
- export declare namespace UntagResourceRequest {
2977
-
2978
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2979
- }
2980
2120
  export interface UntagResourceResponse {
2981
2121
  }
2982
- export declare namespace UntagResourceResponse {
2983
-
2984
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2985
- }
2986
2122
  export interface UpdateDatasetEntriesRequest {
2987
2123
 
2988
2124
  DatasetArn: string | undefined;
2989
2125
 
2990
2126
  Changes: DatasetChanges | undefined;
2991
2127
  }
2992
- export declare namespace UpdateDatasetEntriesRequest {
2993
-
2994
- const filterSensitiveLog: (obj: UpdateDatasetEntriesRequest) => any;
2995
- }
2996
2128
  export interface UpdateDatasetEntriesResponse {
2997
2129
  }
2998
- export declare namespace UpdateDatasetEntriesResponse {
2999
-
3000
- const filterSensitiveLog: (obj: UpdateDatasetEntriesResponse) => any;
3001
- }
3002
2130
  export declare enum StreamProcessorParameterToDelete {
3003
2131
  ConnectedHomeMinConfidence = "ConnectedHomeMinConfidence",
3004
2132
  RegionsOfInterest = "RegionsOfInterest"
@@ -3008,10 +2136,6 @@ export interface StreamProcessorSettingsForUpdate {
3008
2136
 
3009
2137
  ConnectedHomeForUpdate?: ConnectedHomeSettingsForUpdate;
3010
2138
  }
3011
- export declare namespace StreamProcessorSettingsForUpdate {
3012
-
3013
- const filterSensitiveLog: (obj: StreamProcessorSettingsForUpdate) => any;
3014
- }
3015
2139
  export interface UpdateStreamProcessorRequest {
3016
2140
 
3017
2141
  Name: string | undefined;
@@ -3024,13 +2148,449 @@ export interface UpdateStreamProcessorRequest {
3024
2148
 
3025
2149
  ParametersToDelete?: (StreamProcessorParameterToDelete | string)[];
3026
2150
  }
3027
- export declare namespace UpdateStreamProcessorRequest {
3028
-
3029
- const filterSensitiveLog: (obj: UpdateStreamProcessorRequest) => any;
3030
- }
3031
2151
  export interface UpdateStreamProcessorResponse {
3032
2152
  }
3033
- export declare namespace UpdateStreamProcessorResponse {
3034
-
3035
- const filterSensitiveLog: (obj: UpdateStreamProcessorResponse) => any;
3036
- }
2153
+
2154
+ export declare const AgeRangeFilterSensitiveLog: (obj: AgeRange) => any;
2155
+
2156
+ export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
2157
+
2158
+ export declare const GroundTruthManifestFilterSensitiveLog: (obj: GroundTruthManifest) => any;
2159
+
2160
+ export declare const AssetFilterSensitiveLog: (obj: Asset) => any;
2161
+
2162
+ export declare const AudioMetadataFilterSensitiveLog: (obj: AudioMetadata) => any;
2163
+
2164
+ export declare const BeardFilterSensitiveLog: (obj: Beard) => any;
2165
+
2166
+ export declare const BlackFrameFilterSensitiveLog: (obj: BlackFrame) => any;
2167
+
2168
+ export declare const BoundingBoxFilterSensitiveLog: (obj: BoundingBox) => any;
2169
+
2170
+ export declare const CoversBodyPartFilterSensitiveLog: (obj: CoversBodyPart) => any;
2171
+
2172
+ export declare const EquipmentDetectionFilterSensitiveLog: (obj: EquipmentDetection) => any;
2173
+
2174
+ export declare const ProtectiveEquipmentBodyPartFilterSensitiveLog: (obj: ProtectiveEquipmentBodyPart) => any;
2175
+
2176
+ export declare const EmotionFilterSensitiveLog: (obj: Emotion) => any;
2177
+
2178
+ export declare const LandmarkFilterSensitiveLog: (obj: Landmark) => any;
2179
+
2180
+ export declare const PoseFilterSensitiveLog: (obj: Pose) => any;
2181
+
2182
+ export declare const ImageQualityFilterSensitiveLog: (obj: ImageQuality) => any;
2183
+
2184
+ export declare const SmileFilterSensitiveLog: (obj: Smile) => any;
2185
+
2186
+ export declare const ComparedFaceFilterSensitiveLog: (obj: ComparedFace) => any;
2187
+
2188
+ export declare const KnownGenderFilterSensitiveLog: (obj: KnownGender) => any;
2189
+
2190
+ export declare const CelebrityFilterSensitiveLog: (obj: Celebrity) => any;
2191
+
2192
+ export declare const EyeglassesFilterSensitiveLog: (obj: Eyeglasses) => any;
2193
+
2194
+ export declare const EyeOpenFilterSensitiveLog: (obj: EyeOpen) => any;
2195
+
2196
+ export declare const GenderFilterSensitiveLog: (obj: Gender) => any;
2197
+
2198
+ export declare const MouthOpenFilterSensitiveLog: (obj: MouthOpen) => any;
2199
+
2200
+ export declare const MustacheFilterSensitiveLog: (obj: Mustache) => any;
2201
+
2202
+ export declare const SunglassesFilterSensitiveLog: (obj: Sunglasses) => any;
2203
+
2204
+ export declare const FaceDetailFilterSensitiveLog: (obj: FaceDetail) => any;
2205
+
2206
+ export declare const CelebrityDetailFilterSensitiveLog: (obj: CelebrityDetail) => any;
2207
+
2208
+ export declare const CelebrityRecognitionFilterSensitiveLog: (obj: CelebrityRecognition) => any;
2209
+
2210
+ export declare const ComparedSourceImageFaceFilterSensitiveLog: (obj: ComparedSourceImageFace) => any;
2211
+
2212
+ export declare const ImageFilterSensitiveLog: (obj: Image) => any;
2213
+
2214
+ export declare const CompareFacesRequestFilterSensitiveLog: (obj: CompareFacesRequest) => any;
2215
+
2216
+ export declare const CompareFacesMatchFilterSensitiveLog: (obj: CompareFacesMatch) => any;
2217
+
2218
+ export declare const CompareFacesResponseFilterSensitiveLog: (obj: CompareFacesResponse) => any;
2219
+
2220
+ export declare const ConnectedHomeSettingsFilterSensitiveLog: (obj: ConnectedHomeSettings) => any;
2221
+
2222
+ export declare const ConnectedHomeSettingsForUpdateFilterSensitiveLog: (obj: ConnectedHomeSettingsForUpdate) => any;
2223
+
2224
+ export declare const ModerationLabelFilterSensitiveLog: (obj: ModerationLabel) => any;
2225
+
2226
+ export declare const ContentModerationDetectionFilterSensitiveLog: (obj: ContentModerationDetection) => any;
2227
+
2228
+ export declare const CreateCollectionRequestFilterSensitiveLog: (obj: CreateCollectionRequest) => any;
2229
+
2230
+ export declare const CreateCollectionResponseFilterSensitiveLog: (obj: CreateCollectionResponse) => any;
2231
+
2232
+ export declare const DatasetSourceFilterSensitiveLog: (obj: DatasetSource) => any;
2233
+
2234
+ export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
2235
+
2236
+ export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
2237
+
2238
+ export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
2239
+
2240
+ export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
2241
+
2242
+ export declare const OutputConfigFilterSensitiveLog: (obj: OutputConfig) => any;
2243
+
2244
+ export declare const TestingDataFilterSensitiveLog: (obj: TestingData) => any;
2245
+
2246
+ export declare const TrainingDataFilterSensitiveLog: (obj: TrainingData) => any;
2247
+
2248
+ export declare const CreateProjectVersionRequestFilterSensitiveLog: (obj: CreateProjectVersionRequest) => any;
2249
+
2250
+ export declare const CreateProjectVersionResponseFilterSensitiveLog: (obj: CreateProjectVersionResponse) => any;
2251
+
2252
+ export declare const StreamProcessorDataSharingPreferenceFilterSensitiveLog: (obj: StreamProcessorDataSharingPreference) => any;
2253
+
2254
+ export declare const KinesisVideoStreamFilterSensitiveLog: (obj: KinesisVideoStream) => any;
2255
+
2256
+ export declare const StreamProcessorInputFilterSensitiveLog: (obj: StreamProcessorInput) => any;
2257
+
2258
+ export declare const StreamProcessorNotificationChannelFilterSensitiveLog: (obj: StreamProcessorNotificationChannel) => any;
2259
+
2260
+ export declare const KinesisDataStreamFilterSensitiveLog: (obj: KinesisDataStream) => any;
2261
+
2262
+ export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => any;
2263
+
2264
+ export declare const StreamProcessorOutputFilterSensitiveLog: (obj: StreamProcessorOutput) => any;
2265
+
2266
+ export declare const PointFilterSensitiveLog: (obj: Point) => any;
2267
+
2268
+ export declare const RegionOfInterestFilterSensitiveLog: (obj: RegionOfInterest) => any;
2269
+
2270
+ export declare const FaceSearchSettingsFilterSensitiveLog: (obj: FaceSearchSettings) => any;
2271
+
2272
+ export declare const StreamProcessorSettingsFilterSensitiveLog: (obj: StreamProcessorSettings) => any;
2273
+
2274
+ export declare const CreateStreamProcessorRequestFilterSensitiveLog: (obj: CreateStreamProcessorRequest) => any;
2275
+
2276
+ export declare const CreateStreamProcessorResponseFilterSensitiveLog: (obj: CreateStreamProcessorResponse) => any;
2277
+
2278
+ export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
2279
+
2280
+ export declare const CustomLabelFilterSensitiveLog: (obj: CustomLabel) => any;
2281
+
2282
+ export declare const DatasetChangesFilterSensitiveLog: (obj: DatasetChanges) => any;
2283
+
2284
+ export declare const DatasetStatsFilterSensitiveLog: (obj: DatasetStats) => any;
2285
+
2286
+ export declare const DatasetDescriptionFilterSensitiveLog: (obj: DatasetDescription) => any;
2287
+
2288
+ export declare const DatasetLabelStatsFilterSensitiveLog: (obj: DatasetLabelStats) => any;
2289
+
2290
+ export declare const DatasetLabelDescriptionFilterSensitiveLog: (obj: DatasetLabelDescription) => any;
2291
+
2292
+ export declare const DatasetMetadataFilterSensitiveLog: (obj: DatasetMetadata) => any;
2293
+
2294
+ export declare const DeleteCollectionRequestFilterSensitiveLog: (obj: DeleteCollectionRequest) => any;
2295
+
2296
+ export declare const DeleteCollectionResponseFilterSensitiveLog: (obj: DeleteCollectionResponse) => any;
2297
+
2298
+ export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
2299
+
2300
+ export declare const DeleteDatasetResponseFilterSensitiveLog: (obj: DeleteDatasetResponse) => any;
2301
+
2302
+ export declare const DeleteFacesRequestFilterSensitiveLog: (obj: DeleteFacesRequest) => any;
2303
+
2304
+ export declare const DeleteFacesResponseFilterSensitiveLog: (obj: DeleteFacesResponse) => any;
2305
+
2306
+ export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
2307
+
2308
+ export declare const DeleteProjectResponseFilterSensitiveLog: (obj: DeleteProjectResponse) => any;
2309
+
2310
+ export declare const DeleteProjectVersionRequestFilterSensitiveLog: (obj: DeleteProjectVersionRequest) => any;
2311
+
2312
+ export declare const DeleteProjectVersionResponseFilterSensitiveLog: (obj: DeleteProjectVersionResponse) => any;
2313
+
2314
+ export declare const DeleteStreamProcessorRequestFilterSensitiveLog: (obj: DeleteStreamProcessorRequest) => any;
2315
+
2316
+ export declare const DeleteStreamProcessorResponseFilterSensitiveLog: (obj: DeleteStreamProcessorResponse) => any;
2317
+
2318
+ export declare const DescribeCollectionRequestFilterSensitiveLog: (obj: DescribeCollectionRequest) => any;
2319
+
2320
+ export declare const DescribeCollectionResponseFilterSensitiveLog: (obj: DescribeCollectionResponse) => any;
2321
+
2322
+ export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
2323
+
2324
+ export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
2325
+
2326
+ export declare const DescribeProjectsRequestFilterSensitiveLog: (obj: DescribeProjectsRequest) => any;
2327
+
2328
+ export declare const ProjectDescriptionFilterSensitiveLog: (obj: ProjectDescription) => any;
2329
+
2330
+ export declare const DescribeProjectsResponseFilterSensitiveLog: (obj: DescribeProjectsResponse) => any;
2331
+
2332
+ export declare const DescribeProjectVersionsRequestFilterSensitiveLog: (obj: DescribeProjectVersionsRequest) => any;
2333
+
2334
+ export declare const SummaryFilterSensitiveLog: (obj: Summary) => any;
2335
+
2336
+ export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
2337
+
2338
+ export declare const ValidationDataFilterSensitiveLog: (obj: ValidationData) => any;
2339
+
2340
+ export declare const TestingDataResultFilterSensitiveLog: (obj: TestingDataResult) => any;
2341
+
2342
+ export declare const TrainingDataResultFilterSensitiveLog: (obj: TrainingDataResult) => any;
2343
+
2344
+ export declare const ProjectVersionDescriptionFilterSensitiveLog: (obj: ProjectVersionDescription) => any;
2345
+
2346
+ export declare const DescribeProjectVersionsResponseFilterSensitiveLog: (obj: DescribeProjectVersionsResponse) => any;
2347
+
2348
+ export declare const DescribeStreamProcessorRequestFilterSensitiveLog: (obj: DescribeStreamProcessorRequest) => any;
2349
+
2350
+ export declare const DescribeStreamProcessorResponseFilterSensitiveLog: (obj: DescribeStreamProcessorResponse) => any;
2351
+
2352
+ export declare const DetectCustomLabelsRequestFilterSensitiveLog: (obj: DetectCustomLabelsRequest) => any;
2353
+
2354
+ export declare const DetectCustomLabelsResponseFilterSensitiveLog: (obj: DetectCustomLabelsResponse) => any;
2355
+
2356
+ export declare const DetectFacesRequestFilterSensitiveLog: (obj: DetectFacesRequest) => any;
2357
+
2358
+ export declare const DetectFacesResponseFilterSensitiveLog: (obj: DetectFacesResponse) => any;
2359
+
2360
+ export declare const DetectionFilterFilterSensitiveLog: (obj: DetectionFilter) => any;
2361
+
2362
+ export declare const DetectLabelsRequestFilterSensitiveLog: (obj: DetectLabelsRequest) => any;
2363
+
2364
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
2365
+
2366
+ export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
2367
+
2368
+ export declare const LabelFilterSensitiveLog: (obj: Label) => any;
2369
+
2370
+ export declare const DetectLabelsResponseFilterSensitiveLog: (obj: DetectLabelsResponse) => any;
2371
+
2372
+ export declare const HumanLoopDataAttributesFilterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
2373
+
2374
+ export declare const HumanLoopConfigFilterSensitiveLog: (obj: HumanLoopConfig) => any;
2375
+
2376
+ export declare const DetectModerationLabelsRequestFilterSensitiveLog: (obj: DetectModerationLabelsRequest) => any;
2377
+
2378
+ export declare const HumanLoopActivationOutputFilterSensitiveLog: (obj: HumanLoopActivationOutput) => any;
2379
+
2380
+ export declare const DetectModerationLabelsResponseFilterSensitiveLog: (obj: DetectModerationLabelsResponse) => any;
2381
+
2382
+ export declare const ProtectiveEquipmentSummarizationAttributesFilterSensitiveLog: (obj: ProtectiveEquipmentSummarizationAttributes) => any;
2383
+
2384
+ export declare const DetectProtectiveEquipmentRequestFilterSensitiveLog: (obj: DetectProtectiveEquipmentRequest) => any;
2385
+
2386
+ export declare const ProtectiveEquipmentPersonFilterSensitiveLog: (obj: ProtectiveEquipmentPerson) => any;
2387
+
2388
+ export declare const ProtectiveEquipmentSummaryFilterSensitiveLog: (obj: ProtectiveEquipmentSummary) => any;
2389
+
2390
+ export declare const DetectProtectiveEquipmentResponseFilterSensitiveLog: (obj: DetectProtectiveEquipmentResponse) => any;
2391
+
2392
+ export declare const DetectTextFiltersFilterSensitiveLog: (obj: DetectTextFilters) => any;
2393
+
2394
+ export declare const DetectTextRequestFilterSensitiveLog: (obj: DetectTextRequest) => any;
2395
+
2396
+ export declare const TextDetectionFilterSensitiveLog: (obj: TextDetection) => any;
2397
+
2398
+ export declare const DetectTextResponseFilterSensitiveLog: (obj: DetectTextResponse) => any;
2399
+
2400
+ export declare const DistributeDatasetFilterSensitiveLog: (obj: DistributeDataset) => any;
2401
+
2402
+ export declare const DistributeDatasetEntriesRequestFilterSensitiveLog: (obj: DistributeDatasetEntriesRequest) => any;
2403
+
2404
+ export declare const DistributeDatasetEntriesResponseFilterSensitiveLog: (obj: DistributeDatasetEntriesResponse) => any;
2405
+
2406
+ export declare const FaceFilterSensitiveLog: (obj: Face) => any;
2407
+
2408
+ export declare const FaceDetectionFilterSensitiveLog: (obj: FaceDetection) => any;
2409
+
2410
+ export declare const FaceMatchFilterSensitiveLog: (obj: FaceMatch) => any;
2411
+
2412
+ export declare const FaceRecordFilterSensitiveLog: (obj: FaceRecord) => any;
2413
+
2414
+ export declare const GetCelebrityInfoRequestFilterSensitiveLog: (obj: GetCelebrityInfoRequest) => any;
2415
+
2416
+ export declare const GetCelebrityInfoResponseFilterSensitiveLog: (obj: GetCelebrityInfoResponse) => any;
2417
+
2418
+ export declare const GetCelebrityRecognitionRequestFilterSensitiveLog: (obj: GetCelebrityRecognitionRequest) => any;
2419
+
2420
+ export declare const VideoMetadataFilterSensitiveLog: (obj: VideoMetadata) => any;
2421
+
2422
+ export declare const GetCelebrityRecognitionResponseFilterSensitiveLog: (obj: GetCelebrityRecognitionResponse) => any;
2423
+
2424
+ export declare const GetContentModerationRequestFilterSensitiveLog: (obj: GetContentModerationRequest) => any;
2425
+
2426
+ export declare const GetContentModerationResponseFilterSensitiveLog: (obj: GetContentModerationResponse) => any;
2427
+
2428
+ export declare const GetFaceDetectionRequestFilterSensitiveLog: (obj: GetFaceDetectionRequest) => any;
2429
+
2430
+ export declare const GetFaceDetectionResponseFilterSensitiveLog: (obj: GetFaceDetectionResponse) => any;
2431
+
2432
+ export declare const GetFaceSearchRequestFilterSensitiveLog: (obj: GetFaceSearchRequest) => any;
2433
+
2434
+ export declare const PersonDetailFilterSensitiveLog: (obj: PersonDetail) => any;
2435
+
2436
+ export declare const PersonMatchFilterSensitiveLog: (obj: PersonMatch) => any;
2437
+
2438
+ export declare const GetFaceSearchResponseFilterSensitiveLog: (obj: GetFaceSearchResponse) => any;
2439
+
2440
+ export declare const GetLabelDetectionRequestFilterSensitiveLog: (obj: GetLabelDetectionRequest) => any;
2441
+
2442
+ export declare const LabelDetectionFilterSensitiveLog: (obj: LabelDetection) => any;
2443
+
2444
+ export declare const GetLabelDetectionResponseFilterSensitiveLog: (obj: GetLabelDetectionResponse) => any;
2445
+
2446
+ export declare const GetPersonTrackingRequestFilterSensitiveLog: (obj: GetPersonTrackingRequest) => any;
2447
+
2448
+ export declare const PersonDetectionFilterSensitiveLog: (obj: PersonDetection) => any;
2449
+
2450
+ export declare const GetPersonTrackingResponseFilterSensitiveLog: (obj: GetPersonTrackingResponse) => any;
2451
+
2452
+ export declare const GetSegmentDetectionRequestFilterSensitiveLog: (obj: GetSegmentDetectionRequest) => any;
2453
+
2454
+ export declare const ShotSegmentFilterSensitiveLog: (obj: ShotSegment) => any;
2455
+
2456
+ export declare const TechnicalCueSegmentFilterSensitiveLog: (obj: TechnicalCueSegment) => any;
2457
+
2458
+ export declare const SegmentDetectionFilterSensitiveLog: (obj: SegmentDetection) => any;
2459
+
2460
+ export declare const SegmentTypeInfoFilterSensitiveLog: (obj: SegmentTypeInfo) => any;
2461
+
2462
+ export declare const GetSegmentDetectionResponseFilterSensitiveLog: (obj: GetSegmentDetectionResponse) => any;
2463
+
2464
+ export declare const GetTextDetectionRequestFilterSensitiveLog: (obj: GetTextDetectionRequest) => any;
2465
+
2466
+ export declare const TextDetectionResultFilterSensitiveLog: (obj: TextDetectionResult) => any;
2467
+
2468
+ export declare const GetTextDetectionResponseFilterSensitiveLog: (obj: GetTextDetectionResponse) => any;
2469
+
2470
+ export declare const IndexFacesRequestFilterSensitiveLog: (obj: IndexFacesRequest) => any;
2471
+
2472
+ export declare const UnindexedFaceFilterSensitiveLog: (obj: UnindexedFace) => any;
2473
+
2474
+ export declare const IndexFacesResponseFilterSensitiveLog: (obj: IndexFacesResponse) => any;
2475
+
2476
+ export declare const KinesisVideoStreamStartSelectorFilterSensitiveLog: (obj: KinesisVideoStreamStartSelector) => any;
2477
+
2478
+ export declare const ListCollectionsRequestFilterSensitiveLog: (obj: ListCollectionsRequest) => any;
2479
+
2480
+ export declare const ListCollectionsResponseFilterSensitiveLog: (obj: ListCollectionsResponse) => any;
2481
+
2482
+ export declare const ListDatasetEntriesRequestFilterSensitiveLog: (obj: ListDatasetEntriesRequest) => any;
2483
+
2484
+ export declare const ListDatasetEntriesResponseFilterSensitiveLog: (obj: ListDatasetEntriesResponse) => any;
2485
+
2486
+ export declare const ListDatasetLabelsRequestFilterSensitiveLog: (obj: ListDatasetLabelsRequest) => any;
2487
+
2488
+ export declare const ListDatasetLabelsResponseFilterSensitiveLog: (obj: ListDatasetLabelsResponse) => any;
2489
+
2490
+ export declare const ListFacesRequestFilterSensitiveLog: (obj: ListFacesRequest) => any;
2491
+
2492
+ export declare const ListFacesResponseFilterSensitiveLog: (obj: ListFacesResponse) => any;
2493
+
2494
+ export declare const ListStreamProcessorsRequestFilterSensitiveLog: (obj: ListStreamProcessorsRequest) => any;
2495
+
2496
+ export declare const StreamProcessorFilterSensitiveLog: (obj: StreamProcessor) => any;
2497
+
2498
+ export declare const ListStreamProcessorsResponseFilterSensitiveLog: (obj: ListStreamProcessorsResponse) => any;
2499
+
2500
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2501
+
2502
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2503
+
2504
+ export declare const NotificationChannelFilterSensitiveLog: (obj: NotificationChannel) => any;
2505
+
2506
+ export declare const RecognizeCelebritiesRequestFilterSensitiveLog: (obj: RecognizeCelebritiesRequest) => any;
2507
+
2508
+ export declare const RecognizeCelebritiesResponseFilterSensitiveLog: (obj: RecognizeCelebritiesResponse) => any;
2509
+
2510
+ export declare const SearchFacesRequestFilterSensitiveLog: (obj: SearchFacesRequest) => any;
2511
+
2512
+ export declare const SearchFacesResponseFilterSensitiveLog: (obj: SearchFacesResponse) => any;
2513
+
2514
+ export declare const SearchFacesByImageRequestFilterSensitiveLog: (obj: SearchFacesByImageRequest) => any;
2515
+
2516
+ export declare const SearchFacesByImageResponseFilterSensitiveLog: (obj: SearchFacesByImageResponse) => any;
2517
+
2518
+ export declare const VideoFilterSensitiveLog: (obj: Video) => any;
2519
+
2520
+ export declare const StartCelebrityRecognitionRequestFilterSensitiveLog: (obj: StartCelebrityRecognitionRequest) => any;
2521
+
2522
+ export declare const StartCelebrityRecognitionResponseFilterSensitiveLog: (obj: StartCelebrityRecognitionResponse) => any;
2523
+
2524
+ export declare const StartContentModerationRequestFilterSensitiveLog: (obj: StartContentModerationRequest) => any;
2525
+
2526
+ export declare const StartContentModerationResponseFilterSensitiveLog: (obj: StartContentModerationResponse) => any;
2527
+
2528
+ export declare const StartFaceDetectionRequestFilterSensitiveLog: (obj: StartFaceDetectionRequest) => any;
2529
+
2530
+ export declare const StartFaceDetectionResponseFilterSensitiveLog: (obj: StartFaceDetectionResponse) => any;
2531
+
2532
+ export declare const StartFaceSearchRequestFilterSensitiveLog: (obj: StartFaceSearchRequest) => any;
2533
+
2534
+ export declare const StartFaceSearchResponseFilterSensitiveLog: (obj: StartFaceSearchResponse) => any;
2535
+
2536
+ export declare const StartLabelDetectionRequestFilterSensitiveLog: (obj: StartLabelDetectionRequest) => any;
2537
+
2538
+ export declare const StartLabelDetectionResponseFilterSensitiveLog: (obj: StartLabelDetectionResponse) => any;
2539
+
2540
+ export declare const StartPersonTrackingRequestFilterSensitiveLog: (obj: StartPersonTrackingRequest) => any;
2541
+
2542
+ export declare const StartPersonTrackingResponseFilterSensitiveLog: (obj: StartPersonTrackingResponse) => any;
2543
+
2544
+ export declare const StartProjectVersionRequestFilterSensitiveLog: (obj: StartProjectVersionRequest) => any;
2545
+
2546
+ export declare const StartProjectVersionResponseFilterSensitiveLog: (obj: StartProjectVersionResponse) => any;
2547
+
2548
+ export declare const StartShotDetectionFilterFilterSensitiveLog: (obj: StartShotDetectionFilter) => any;
2549
+
2550
+ export declare const StartTechnicalCueDetectionFilterFilterSensitiveLog: (obj: StartTechnicalCueDetectionFilter) => any;
2551
+
2552
+ export declare const StartSegmentDetectionFiltersFilterSensitiveLog: (obj: StartSegmentDetectionFilters) => any;
2553
+
2554
+ export declare const StartSegmentDetectionRequestFilterSensitiveLog: (obj: StartSegmentDetectionRequest) => any;
2555
+
2556
+ export declare const StartSegmentDetectionResponseFilterSensitiveLog: (obj: StartSegmentDetectionResponse) => any;
2557
+
2558
+ export declare const StreamProcessingStartSelectorFilterSensitiveLog: (obj: StreamProcessingStartSelector) => any;
2559
+
2560
+ export declare const StreamProcessingStopSelectorFilterSensitiveLog: (obj: StreamProcessingStopSelector) => any;
2561
+
2562
+ export declare const StartStreamProcessorRequestFilterSensitiveLog: (obj: StartStreamProcessorRequest) => any;
2563
+
2564
+ export declare const StartStreamProcessorResponseFilterSensitiveLog: (obj: StartStreamProcessorResponse) => any;
2565
+
2566
+ export declare const StartTextDetectionFiltersFilterSensitiveLog: (obj: StartTextDetectionFilters) => any;
2567
+
2568
+ export declare const StartTextDetectionRequestFilterSensitiveLog: (obj: StartTextDetectionRequest) => any;
2569
+
2570
+ export declare const StartTextDetectionResponseFilterSensitiveLog: (obj: StartTextDetectionResponse) => any;
2571
+
2572
+ export declare const StopProjectVersionRequestFilterSensitiveLog: (obj: StopProjectVersionRequest) => any;
2573
+
2574
+ export declare const StopProjectVersionResponseFilterSensitiveLog: (obj: StopProjectVersionResponse) => any;
2575
+
2576
+ export declare const StopStreamProcessorRequestFilterSensitiveLog: (obj: StopStreamProcessorRequest) => any;
2577
+
2578
+ export declare const StopStreamProcessorResponseFilterSensitiveLog: (obj: StopStreamProcessorResponse) => any;
2579
+
2580
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2581
+
2582
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2583
+
2584
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2585
+
2586
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2587
+
2588
+ export declare const UpdateDatasetEntriesRequestFilterSensitiveLog: (obj: UpdateDatasetEntriesRequest) => any;
2589
+
2590
+ export declare const UpdateDatasetEntriesResponseFilterSensitiveLog: (obj: UpdateDatasetEntriesResponse) => any;
2591
+
2592
+ export declare const StreamProcessorSettingsForUpdateFilterSensitiveLog: (obj: StreamProcessorSettingsForUpdate) => any;
2593
+
2594
+ export declare const UpdateStreamProcessorRequestFilterSensitiveLog: (obj: UpdateStreamProcessorRequest) => any;
2595
+
2596
+ export declare const UpdateStreamProcessorResponseFilterSensitiveLog: (obj: UpdateStreamProcessorResponse) => any;