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