@aws-sdk/client-rekognition 3.33.0 → 3.34.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 (157) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/package.json +39 -39
  3. package/dist/es/Rekognition.js +1 -4
  4. package/dist/es/Rekognition.js.map +1 -1
  5. package/dist/es/RekognitionClient.js +1 -9
  6. package/dist/es/RekognitionClient.js.map +1 -1
  7. package/dist/es/commands/CompareFacesCommand.js +2 -89
  8. package/dist/es/commands/CompareFacesCommand.js.map +1 -1
  9. package/dist/es/commands/CreateCollectionCommand.js +2 -39
  10. package/dist/es/commands/CreateCollectionCommand.js.map +1 -1
  11. package/dist/es/commands/CreateProjectCommand.js +2 -29
  12. package/dist/es/commands/CreateProjectCommand.js.map +1 -1
  13. package/dist/es/commands/CreateProjectVersionCommand.js +2 -38
  14. package/dist/es/commands/CreateProjectVersionCommand.js.map +1 -1
  15. package/dist/es/commands/CreateStreamProcessorCommand.js +2 -37
  16. package/dist/es/commands/CreateStreamProcessorCommand.js.map +1 -1
  17. package/dist/es/commands/DeleteCollectionCommand.js +2 -31
  18. package/dist/es/commands/DeleteCollectionCommand.js.map +1 -1
  19. package/dist/es/commands/DeleteFacesCommand.js +2 -30
  20. package/dist/es/commands/DeleteFacesCommand.js.map +1 -1
  21. package/dist/es/commands/DeleteProjectCommand.js +2 -30
  22. package/dist/es/commands/DeleteProjectCommand.js.map +1 -1
  23. package/dist/es/commands/DeleteProjectVersionCommand.js +2 -34
  24. package/dist/es/commands/DeleteProjectVersionCommand.js.map +1 -1
  25. package/dist/es/commands/DeleteStreamProcessorCommand.js +2 -28
  26. package/dist/es/commands/DeleteStreamProcessorCommand.js.map +1 -1
  27. package/dist/es/commands/DescribeCollectionCommand.js +2 -32
  28. package/dist/es/commands/DescribeCollectionCommand.js.map +1 -1
  29. package/dist/es/commands/DescribeProjectVersionsCommand.js +2 -31
  30. package/dist/es/commands/DescribeProjectVersionsCommand.js.map +1 -1
  31. package/dist/es/commands/DescribeProjectsCommand.js +2 -28
  32. package/dist/es/commands/DescribeProjectsCommand.js.map +1 -1
  33. package/dist/es/commands/DescribeStreamProcessorCommand.js +2 -28
  34. package/dist/es/commands/DescribeStreamProcessorCommand.js.map +1 -1
  35. package/dist/es/commands/DetectCustomLabelsCommand.js +2 -77
  36. package/dist/es/commands/DetectCustomLabelsCommand.js.map +1 -1
  37. package/dist/es/commands/DetectFacesCommand.js +2 -49
  38. package/dist/es/commands/DetectFacesCommand.js.map +1 -1
  39. package/dist/es/commands/DetectLabelsCommand.js +2 -99
  40. package/dist/es/commands/DetectLabelsCommand.js.map +1 -1
  41. package/dist/es/commands/DetectModerationLabelsCommand.js +2 -40
  42. package/dist/es/commands/DetectModerationLabelsCommand.js.map +1 -1
  43. package/dist/es/commands/DetectProtectiveEquipmentCommand.js +2 -66
  44. package/dist/es/commands/DetectProtectiveEquipmentCommand.js.map +1 -1
  45. package/dist/es/commands/DetectTextCommand.js +2 -48
  46. package/dist/es/commands/DetectTextCommand.js.map +1 -1
  47. package/dist/es/commands/GetCelebrityInfoCommand.js +2 -34
  48. package/dist/es/commands/GetCelebrityInfoCommand.js.map +1 -1
  49. package/dist/es/commands/GetCelebrityRecognitionCommand.js +2 -61
  50. package/dist/es/commands/GetCelebrityRecognitionCommand.js.map +1 -1
  51. package/dist/es/commands/GetContentModerationCommand.js +2 -56
  52. package/dist/es/commands/GetContentModerationCommand.js.map +1 -1
  53. package/dist/es/commands/GetFaceDetectionCommand.js +2 -39
  54. package/dist/es/commands/GetFaceDetectionCommand.js.map +1 -1
  55. package/dist/es/commands/GetFaceSearchCommand.js +2 -57
  56. package/dist/es/commands/GetFaceSearchCommand.js.map +1 -1
  57. package/dist/es/commands/GetLabelDetectionCommand.js +2 -47
  58. package/dist/es/commands/GetLabelDetectionCommand.js.map +1 -1
  59. package/dist/es/commands/GetPersonTrackingCommand.js +2 -56
  60. package/dist/es/commands/GetPersonTrackingCommand.js.map +1 -1
  61. package/dist/es/commands/GetSegmentDetectionCommand.js +2 -49
  62. package/dist/es/commands/GetSegmentDetectionCommand.js.map +1 -1
  63. package/dist/es/commands/GetTextDetectionCommand.js +2 -45
  64. package/dist/es/commands/GetTextDetectionCommand.js.map +1 -1
  65. package/dist/es/commands/IndexFacesCommand.js +2 -126
  66. package/dist/es/commands/IndexFacesCommand.js.map +1 -1
  67. package/dist/es/commands/ListCollectionsCommand.js +2 -32
  68. package/dist/es/commands/ListCollectionsCommand.js.map +1 -1
  69. package/dist/es/commands/ListFacesCommand.js +2 -34
  70. package/dist/es/commands/ListFacesCommand.js.map +1 -1
  71. package/dist/es/commands/ListStreamProcessorsCommand.js +2 -27
  72. package/dist/es/commands/ListStreamProcessorsCommand.js.map +1 -1
  73. package/dist/es/commands/ListTagsForResourceCommand.js +2 -31
  74. package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
  75. package/dist/es/commands/RecognizeCelebritiesCommand.js +2 -57
  76. package/dist/es/commands/RecognizeCelebritiesCommand.js.map +1 -1
  77. package/dist/es/commands/SearchFacesByImageCommand.js +2 -73
  78. package/dist/es/commands/SearchFacesByImageCommand.js.map +1 -1
  79. package/dist/es/commands/SearchFacesCommand.js +2 -47
  80. package/dist/es/commands/SearchFacesCommand.js.map +1 -1
  81. package/dist/es/commands/StartCelebrityRecognitionCommand.js +2 -38
  82. package/dist/es/commands/StartCelebrityRecognitionCommand.js.map +1 -1
  83. package/dist/es/commands/StartContentModerationCommand.js +2 -38
  84. package/dist/es/commands/StartContentModerationCommand.js.map +1 -1
  85. package/dist/es/commands/StartFaceDetectionCommand.js +2 -39
  86. package/dist/es/commands/StartFaceDetectionCommand.js.map +1 -1
  87. package/dist/es/commands/StartFaceSearchCommand.js +2 -36
  88. package/dist/es/commands/StartFaceSearchCommand.js.map +1 -1
  89. package/dist/es/commands/StartLabelDetectionCommand.js +2 -41
  90. package/dist/es/commands/StartLabelDetectionCommand.js.map +1 -1
  91. package/dist/es/commands/StartPersonTrackingCommand.js +2 -35
  92. package/dist/es/commands/StartPersonTrackingCommand.js.map +1 -1
  93. package/dist/es/commands/StartProjectVersionCommand.js +2 -36
  94. package/dist/es/commands/StartProjectVersionCommand.js.map +1 -1
  95. package/dist/es/commands/StartSegmentDetectionCommand.js +2 -42
  96. package/dist/es/commands/StartSegmentDetectionCommand.js.map +1 -1
  97. package/dist/es/commands/StartStreamProcessorCommand.js +2 -29
  98. package/dist/es/commands/StartStreamProcessorCommand.js.map +1 -1
  99. package/dist/es/commands/StartTextDetectionCommand.js +2 -34
  100. package/dist/es/commands/StartTextDetectionCommand.js.map +1 -1
  101. package/dist/es/commands/StopProjectVersionCommand.js +2 -28
  102. package/dist/es/commands/StopProjectVersionCommand.js.map +1 -1
  103. package/dist/es/commands/StopStreamProcessorCommand.js +2 -27
  104. package/dist/es/commands/StopStreamProcessorCommand.js.map +1 -1
  105. package/dist/es/commands/TagResourceCommand.js +2 -31
  106. package/dist/es/commands/TagResourceCommand.js.map +1 -1
  107. package/dist/es/commands/UntagResourceCommand.js +2 -31
  108. package/dist/es/commands/UntagResourceCommand.js.map +1 -1
  109. package/dist/es/endpoints.js +1 -1
  110. package/dist/es/endpoints.js.map +1 -1
  111. package/dist/es/models/models_0.js +0 -621
  112. package/dist/es/models/models_0.js.map +1 -1
  113. package/dist/es/package.json +39 -39
  114. package/dist/es/pagination/DescribeProjectVersionsPaginator.js +16 -28
  115. package/dist/es/pagination/DescribeProjectVersionsPaginator.js.map +1 -1
  116. package/dist/es/pagination/DescribeProjectsPaginator.js +16 -28
  117. package/dist/es/pagination/DescribeProjectsPaginator.js.map +1 -1
  118. package/dist/es/pagination/GetCelebrityRecognitionPaginator.js +16 -28
  119. package/dist/es/pagination/GetCelebrityRecognitionPaginator.js.map +1 -1
  120. package/dist/es/pagination/GetContentModerationPaginator.js +16 -28
  121. package/dist/es/pagination/GetContentModerationPaginator.js.map +1 -1
  122. package/dist/es/pagination/GetFaceDetectionPaginator.js +16 -28
  123. package/dist/es/pagination/GetFaceDetectionPaginator.js.map +1 -1
  124. package/dist/es/pagination/GetFaceSearchPaginator.js +16 -28
  125. package/dist/es/pagination/GetFaceSearchPaginator.js.map +1 -1
  126. package/dist/es/pagination/GetLabelDetectionPaginator.js +16 -28
  127. package/dist/es/pagination/GetLabelDetectionPaginator.js.map +1 -1
  128. package/dist/es/pagination/GetPersonTrackingPaginator.js +16 -28
  129. package/dist/es/pagination/GetPersonTrackingPaginator.js.map +1 -1
  130. package/dist/es/pagination/GetSegmentDetectionPaginator.js +16 -28
  131. package/dist/es/pagination/GetSegmentDetectionPaginator.js.map +1 -1
  132. package/dist/es/pagination/GetTextDetectionPaginator.js +16 -28
  133. package/dist/es/pagination/GetTextDetectionPaginator.js.map +1 -1
  134. package/dist/es/pagination/ListCollectionsPaginator.js +16 -28
  135. package/dist/es/pagination/ListCollectionsPaginator.js.map +1 -1
  136. package/dist/es/pagination/ListFacesPaginator.js +16 -28
  137. package/dist/es/pagination/ListFacesPaginator.js.map +1 -1
  138. package/dist/es/pagination/ListStreamProcessorsPaginator.js +16 -28
  139. package/dist/es/pagination/ListStreamProcessorsPaginator.js.map +1 -1
  140. package/dist/es/protocols/Aws_json1_1.js +1917 -1922
  141. package/dist/es/protocols/Aws_json1_1.js.map +1 -1
  142. package/dist/es/runtimeConfig.browser.js +0 -3
  143. package/dist/es/runtimeConfig.browser.js.map +1 -1
  144. package/dist/es/runtimeConfig.js +0 -3
  145. package/dist/es/runtimeConfig.js.map +1 -1
  146. package/dist/es/runtimeConfig.native.js +0 -3
  147. package/dist/es/runtimeConfig.native.js.map +1 -1
  148. package/dist/es/runtimeConfig.shared.js +0 -3
  149. package/dist/es/runtimeConfig.shared.js.map +1 -1
  150. package/dist/es/waiters/waitForProjectVersionRunning.js +9 -18
  151. package/dist/es/waiters/waitForProjectVersionRunning.js.map +1 -1
  152. package/dist/es/waiters/waitForProjectVersionTrainingCompleted.js +9 -18
  153. package/dist/es/waiters/waitForProjectVersionTrainingCompleted.js.map +1 -1
  154. package/package.json +39 -39
  155. package/tsconfig.es.json +0 -2
  156. package/tsconfig.json +4 -5
  157. package/tsconfig.types.json +8 -0
@@ -1,37 +1,22 @@
1
1
  import { __assign } from "tslib";
2
2
  export var AccessDeniedException;
3
3
  (function (AccessDeniedException) {
4
- /**
5
- * @internal
6
- */
7
4
  AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
5
  })(AccessDeniedException || (AccessDeniedException = {}));
9
6
  export var AgeRange;
10
7
  (function (AgeRange) {
11
- /**
12
- * @internal
13
- */
14
8
  AgeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
9
  })(AgeRange || (AgeRange = {}));
16
10
  export var S3Object;
17
11
  (function (S3Object) {
18
- /**
19
- * @internal
20
- */
21
12
  S3Object.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
13
  })(S3Object || (S3Object = {}));
23
14
  export var GroundTruthManifest;
24
15
  (function (GroundTruthManifest) {
25
- /**
26
- * @internal
27
- */
28
16
  GroundTruthManifest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
17
  })(GroundTruthManifest || (GroundTruthManifest = {}));
30
18
  export var Asset;
31
19
  (function (Asset) {
32
- /**
33
- * @internal
34
- */
35
20
  Asset.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
21
  })(Asset || (Asset = {}));
37
22
  export var Attribute;
@@ -41,23 +26,14 @@ export var Attribute;
41
26
  })(Attribute || (Attribute = {}));
42
27
  export var AudioMetadata;
43
28
  (function (AudioMetadata) {
44
- /**
45
- * @internal
46
- */
47
29
  AudioMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
48
30
  })(AudioMetadata || (AudioMetadata = {}));
49
31
  export var Beard;
50
32
  (function (Beard) {
51
- /**
52
- * @internal
53
- */
54
33
  Beard.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
55
34
  })(Beard || (Beard = {}));
56
35
  export var BlackFrame;
57
36
  (function (BlackFrame) {
58
- /**
59
- * @internal
60
- */
61
37
  BlackFrame.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
62
38
  })(BlackFrame || (BlackFrame = {}));
63
39
  export var BodyPart;
@@ -69,16 +45,10 @@ export var BodyPart;
69
45
  })(BodyPart || (BodyPart = {}));
70
46
  export var BoundingBox;
71
47
  (function (BoundingBox) {
72
- /**
73
- * @internal
74
- */
75
48
  BoundingBox.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
76
49
  })(BoundingBox || (BoundingBox = {}));
77
50
  export var CoversBodyPart;
78
51
  (function (CoversBodyPart) {
79
- /**
80
- * @internal
81
- */
82
52
  CoversBodyPart.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
83
53
  })(CoversBodyPart || (CoversBodyPart = {}));
84
54
  export var ProtectiveEquipmentType;
@@ -89,23 +59,14 @@ export var ProtectiveEquipmentType;
89
59
  })(ProtectiveEquipmentType || (ProtectiveEquipmentType = {}));
90
60
  export var EquipmentDetection;
91
61
  (function (EquipmentDetection) {
92
- /**
93
- * @internal
94
- */
95
62
  EquipmentDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
96
63
  })(EquipmentDetection || (EquipmentDetection = {}));
97
64
  export var ProtectiveEquipmentBodyPart;
98
65
  (function (ProtectiveEquipmentBodyPart) {
99
- /**
100
- * @internal
101
- */
102
66
  ProtectiveEquipmentBodyPart.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
103
67
  })(ProtectiveEquipmentBodyPart || (ProtectiveEquipmentBodyPart = {}));
104
68
  export var Emotion;
105
69
  (function (Emotion) {
106
- /**
107
- * @internal
108
- */
109
70
  Emotion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
110
71
  })(Emotion || (Emotion = {}));
111
72
  export var LandmarkType;
@@ -143,37 +104,22 @@ export var LandmarkType;
143
104
  })(LandmarkType || (LandmarkType = {}));
144
105
  export var Landmark;
145
106
  (function (Landmark) {
146
- /**
147
- * @internal
148
- */
149
107
  Landmark.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
150
108
  })(Landmark || (Landmark = {}));
151
109
  export var Pose;
152
110
  (function (Pose) {
153
- /**
154
- * @internal
155
- */
156
111
  Pose.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
157
112
  })(Pose || (Pose = {}));
158
113
  export var ImageQuality;
159
114
  (function (ImageQuality) {
160
- /**
161
- * @internal
162
- */
163
115
  ImageQuality.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
164
116
  })(ImageQuality || (ImageQuality = {}));
165
117
  export var Smile;
166
118
  (function (Smile) {
167
- /**
168
- * @internal
169
- */
170
119
  Smile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
171
120
  })(Smile || (Smile = {}));
172
121
  export var ComparedFace;
173
122
  (function (ComparedFace) {
174
- /**
175
- * @internal
176
- */
177
123
  ComparedFace.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
178
124
  })(ComparedFace || (ComparedFace = {}));
179
125
  export var KnownGenderType;
@@ -183,30 +129,18 @@ export var KnownGenderType;
183
129
  })(KnownGenderType || (KnownGenderType = {}));
184
130
  export var KnownGender;
185
131
  (function (KnownGender) {
186
- /**
187
- * @internal
188
- */
189
132
  KnownGender.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
190
133
  })(KnownGender || (KnownGender = {}));
191
134
  export var Celebrity;
192
135
  (function (Celebrity) {
193
- /**
194
- * @internal
195
- */
196
136
  Celebrity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
197
137
  })(Celebrity || (Celebrity = {}));
198
138
  export var Eyeglasses;
199
139
  (function (Eyeglasses) {
200
- /**
201
- * @internal
202
- */
203
140
  Eyeglasses.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
204
141
  })(Eyeglasses || (Eyeglasses = {}));
205
142
  export var EyeOpen;
206
143
  (function (EyeOpen) {
207
- /**
208
- * @internal
209
- */
210
144
  EyeOpen.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
211
145
  })(EyeOpen || (EyeOpen = {}));
212
146
  export var GenderType;
@@ -216,51 +150,30 @@ export var GenderType;
216
150
  })(GenderType || (GenderType = {}));
217
151
  export var Gender;
218
152
  (function (Gender) {
219
- /**
220
- * @internal
221
- */
222
153
  Gender.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
223
154
  })(Gender || (Gender = {}));
224
155
  export var MouthOpen;
225
156
  (function (MouthOpen) {
226
- /**
227
- * @internal
228
- */
229
157
  MouthOpen.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
230
158
  })(MouthOpen || (MouthOpen = {}));
231
159
  export var Mustache;
232
160
  (function (Mustache) {
233
- /**
234
- * @internal
235
- */
236
161
  Mustache.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
237
162
  })(Mustache || (Mustache = {}));
238
163
  export var Sunglasses;
239
164
  (function (Sunglasses) {
240
- /**
241
- * @internal
242
- */
243
165
  Sunglasses.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
244
166
  })(Sunglasses || (Sunglasses = {}));
245
167
  export var FaceDetail;
246
168
  (function (FaceDetail) {
247
- /**
248
- * @internal
249
- */
250
169
  FaceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
251
170
  })(FaceDetail || (FaceDetail = {}));
252
171
  export var CelebrityDetail;
253
172
  (function (CelebrityDetail) {
254
- /**
255
- * @internal
256
- */
257
173
  CelebrityDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
258
174
  })(CelebrityDetail || (CelebrityDetail = {}));
259
175
  export var CelebrityRecognition;
260
176
  (function (CelebrityRecognition) {
261
- /**
262
- * @internal
263
- */
264
177
  CelebrityRecognition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
265
178
  })(CelebrityRecognition || (CelebrityRecognition = {}));
266
179
  export var CelebrityRecognitionSortBy;
@@ -270,9 +183,6 @@ export var CelebrityRecognitionSortBy;
270
183
  })(CelebrityRecognitionSortBy || (CelebrityRecognitionSortBy = {}));
271
184
  export var ComparedSourceImageFace;
272
185
  (function (ComparedSourceImageFace) {
273
- /**
274
- * @internal
275
- */
276
186
  ComparedSourceImageFace.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
277
187
  })(ComparedSourceImageFace || (ComparedSourceImageFace = {}));
278
188
  export var QualityFilter;
@@ -285,23 +195,14 @@ export var QualityFilter;
285
195
  })(QualityFilter || (QualityFilter = {}));
286
196
  export var Image;
287
197
  (function (Image) {
288
- /**
289
- * @internal
290
- */
291
198
  Image.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
199
  })(Image || (Image = {}));
293
200
  export var CompareFacesRequest;
294
201
  (function (CompareFacesRequest) {
295
- /**
296
- * @internal
297
- */
298
202
  CompareFacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
299
203
  })(CompareFacesRequest || (CompareFacesRequest = {}));
300
204
  export var CompareFacesMatch;
301
205
  (function (CompareFacesMatch) {
302
- /**
303
- * @internal
304
- */
305
206
  CompareFacesMatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
207
  })(CompareFacesMatch || (CompareFacesMatch = {}));
307
208
  export var OrientationCorrection;
@@ -313,58 +214,34 @@ export var OrientationCorrection;
313
214
  })(OrientationCorrection || (OrientationCorrection = {}));
314
215
  export var CompareFacesResponse;
315
216
  (function (CompareFacesResponse) {
316
- /**
317
- * @internal
318
- */
319
217
  CompareFacesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
320
218
  })(CompareFacesResponse || (CompareFacesResponse = {}));
321
219
  export var ImageTooLargeException;
322
220
  (function (ImageTooLargeException) {
323
- /**
324
- * @internal
325
- */
326
221
  ImageTooLargeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
327
222
  })(ImageTooLargeException || (ImageTooLargeException = {}));
328
223
  export var InternalServerError;
329
224
  (function (InternalServerError) {
330
- /**
331
- * @internal
332
- */
333
225
  InternalServerError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
226
  })(InternalServerError || (InternalServerError = {}));
335
227
  export var InvalidImageFormatException;
336
228
  (function (InvalidImageFormatException) {
337
- /**
338
- * @internal
339
- */
340
229
  InvalidImageFormatException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
230
  })(InvalidImageFormatException || (InvalidImageFormatException = {}));
342
231
  export var InvalidParameterException;
343
232
  (function (InvalidParameterException) {
344
- /**
345
- * @internal
346
- */
347
233
  InvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
234
  })(InvalidParameterException || (InvalidParameterException = {}));
349
235
  export var InvalidS3ObjectException;
350
236
  (function (InvalidS3ObjectException) {
351
- /**
352
- * @internal
353
- */
354
237
  InvalidS3ObjectException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
355
238
  })(InvalidS3ObjectException || (InvalidS3ObjectException = {}));
356
239
  export var ProvisionedThroughputExceededException;
357
240
  (function (ProvisionedThroughputExceededException) {
358
- /**
359
- * @internal
360
- */
361
241
  ProvisionedThroughputExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
362
242
  })(ProvisionedThroughputExceededException || (ProvisionedThroughputExceededException = {}));
363
243
  export var ThrottlingException;
364
244
  (function (ThrottlingException) {
365
- /**
366
- * @internal
367
- */
368
245
  ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
246
  })(ThrottlingException || (ThrottlingException = {}));
370
247
  export var ContentClassifier;
@@ -374,16 +251,10 @@ export var ContentClassifier;
374
251
  })(ContentClassifier || (ContentClassifier = {}));
375
252
  export var ModerationLabel;
376
253
  (function (ModerationLabel) {
377
- /**
378
- * @internal
379
- */
380
254
  ModerationLabel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
381
255
  })(ModerationLabel || (ModerationLabel = {}));
382
256
  export var ContentModerationDetection;
383
257
  (function (ContentModerationDetection) {
384
- /**
385
- * @internal
386
- */
387
258
  ContentModerationDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
388
259
  })(ContentModerationDetection || (ContentModerationDetection = {}));
389
260
  export var ContentModerationSortBy;
@@ -393,212 +264,122 @@ export var ContentModerationSortBy;
393
264
  })(ContentModerationSortBy || (ContentModerationSortBy = {}));
394
265
  export var CreateCollectionRequest;
395
266
  (function (CreateCollectionRequest) {
396
- /**
397
- * @internal
398
- */
399
267
  CreateCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
268
  })(CreateCollectionRequest || (CreateCollectionRequest = {}));
401
269
  export var CreateCollectionResponse;
402
270
  (function (CreateCollectionResponse) {
403
- /**
404
- * @internal
405
- */
406
271
  CreateCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
407
272
  })(CreateCollectionResponse || (CreateCollectionResponse = {}));
408
273
  export var ResourceAlreadyExistsException;
409
274
  (function (ResourceAlreadyExistsException) {
410
- /**
411
- * @internal
412
- */
413
275
  ResourceAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
414
276
  })(ResourceAlreadyExistsException || (ResourceAlreadyExistsException = {}));
415
277
  export var ServiceQuotaExceededException;
416
278
  (function (ServiceQuotaExceededException) {
417
- /**
418
- * @internal
419
- */
420
279
  ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
421
280
  })(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
422
281
  export var CreateProjectRequest;
423
282
  (function (CreateProjectRequest) {
424
- /**
425
- * @internal
426
- */
427
283
  CreateProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
284
  })(CreateProjectRequest || (CreateProjectRequest = {}));
429
285
  export var CreateProjectResponse;
430
286
  (function (CreateProjectResponse) {
431
- /**
432
- * @internal
433
- */
434
287
  CreateProjectResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
288
  })(CreateProjectResponse || (CreateProjectResponse = {}));
436
289
  export var LimitExceededException;
437
290
  (function (LimitExceededException) {
438
- /**
439
- * @internal
440
- */
441
291
  LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
442
292
  })(LimitExceededException || (LimitExceededException = {}));
443
293
  export var ResourceInUseException;
444
294
  (function (ResourceInUseException) {
445
- /**
446
- * @internal
447
- */
448
295
  ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
449
296
  })(ResourceInUseException || (ResourceInUseException = {}));
450
297
  export var OutputConfig;
451
298
  (function (OutputConfig) {
452
- /**
453
- * @internal
454
- */
455
299
  OutputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
456
300
  })(OutputConfig || (OutputConfig = {}));
457
301
  export var TestingData;
458
302
  (function (TestingData) {
459
- /**
460
- * @internal
461
- */
462
303
  TestingData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
463
304
  })(TestingData || (TestingData = {}));
464
305
  export var TrainingData;
465
306
  (function (TrainingData) {
466
- /**
467
- * @internal
468
- */
469
307
  TrainingData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
470
308
  })(TrainingData || (TrainingData = {}));
471
309
  export var CreateProjectVersionRequest;
472
310
  (function (CreateProjectVersionRequest) {
473
- /**
474
- * @internal
475
- */
476
311
  CreateProjectVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
477
312
  })(CreateProjectVersionRequest || (CreateProjectVersionRequest = {}));
478
313
  export var CreateProjectVersionResponse;
479
314
  (function (CreateProjectVersionResponse) {
480
- /**
481
- * @internal
482
- */
483
315
  CreateProjectVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
484
316
  })(CreateProjectVersionResponse || (CreateProjectVersionResponse = {}));
485
317
  export var ResourceNotFoundException;
486
318
  (function (ResourceNotFoundException) {
487
- /**
488
- * @internal
489
- */
490
319
  ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
491
320
  })(ResourceNotFoundException || (ResourceNotFoundException = {}));
492
321
  export var KinesisVideoStream;
493
322
  (function (KinesisVideoStream) {
494
- /**
495
- * @internal
496
- */
497
323
  KinesisVideoStream.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
498
324
  })(KinesisVideoStream || (KinesisVideoStream = {}));
499
325
  export var StreamProcessorInput;
500
326
  (function (StreamProcessorInput) {
501
- /**
502
- * @internal
503
- */
504
327
  StreamProcessorInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
505
328
  })(StreamProcessorInput || (StreamProcessorInput = {}));
506
329
  export var KinesisDataStream;
507
330
  (function (KinesisDataStream) {
508
- /**
509
- * @internal
510
- */
511
331
  KinesisDataStream.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
512
332
  })(KinesisDataStream || (KinesisDataStream = {}));
513
333
  export var StreamProcessorOutput;
514
334
  (function (StreamProcessorOutput) {
515
- /**
516
- * @internal
517
- */
518
335
  StreamProcessorOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
519
336
  })(StreamProcessorOutput || (StreamProcessorOutput = {}));
520
337
  export var FaceSearchSettings;
521
338
  (function (FaceSearchSettings) {
522
- /**
523
- * @internal
524
- */
525
339
  FaceSearchSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
526
340
  })(FaceSearchSettings || (FaceSearchSettings = {}));
527
341
  export var StreamProcessorSettings;
528
342
  (function (StreamProcessorSettings) {
529
- /**
530
- * @internal
531
- */
532
343
  StreamProcessorSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
533
344
  })(StreamProcessorSettings || (StreamProcessorSettings = {}));
534
345
  export var CreateStreamProcessorRequest;
535
346
  (function (CreateStreamProcessorRequest) {
536
- /**
537
- * @internal
538
- */
539
347
  CreateStreamProcessorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
540
348
  })(CreateStreamProcessorRequest || (CreateStreamProcessorRequest = {}));
541
349
  export var CreateStreamProcessorResponse;
542
350
  (function (CreateStreamProcessorResponse) {
543
- /**
544
- * @internal
545
- */
546
351
  CreateStreamProcessorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
547
352
  })(CreateStreamProcessorResponse || (CreateStreamProcessorResponse = {}));
548
353
  export var Point;
549
354
  (function (Point) {
550
- /**
551
- * @internal
552
- */
553
355
  Point.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
554
356
  })(Point || (Point = {}));
555
357
  export var Geometry;
556
358
  (function (Geometry) {
557
- /**
558
- * @internal
559
- */
560
359
  Geometry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
561
360
  })(Geometry || (Geometry = {}));
562
361
  export var CustomLabel;
563
362
  (function (CustomLabel) {
564
- /**
565
- * @internal
566
- */
567
363
  CustomLabel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
568
364
  })(CustomLabel || (CustomLabel = {}));
569
365
  export var DeleteCollectionRequest;
570
366
  (function (DeleteCollectionRequest) {
571
- /**
572
- * @internal
573
- */
574
367
  DeleteCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
575
368
  })(DeleteCollectionRequest || (DeleteCollectionRequest = {}));
576
369
  export var DeleteCollectionResponse;
577
370
  (function (DeleteCollectionResponse) {
578
- /**
579
- * @internal
580
- */
581
371
  DeleteCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
582
372
  })(DeleteCollectionResponse || (DeleteCollectionResponse = {}));
583
373
  export var DeleteFacesRequest;
584
374
  (function (DeleteFacesRequest) {
585
- /**
586
- * @internal
587
- */
588
375
  DeleteFacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
589
376
  })(DeleteFacesRequest || (DeleteFacesRequest = {}));
590
377
  export var DeleteFacesResponse;
591
378
  (function (DeleteFacesResponse) {
592
- /**
593
- * @internal
594
- */
595
379
  DeleteFacesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
596
380
  })(DeleteFacesResponse || (DeleteFacesResponse = {}));
597
381
  export var DeleteProjectRequest;
598
382
  (function (DeleteProjectRequest) {
599
- /**
600
- * @internal
601
- */
602
383
  DeleteProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
603
384
  })(DeleteProjectRequest || (DeleteProjectRequest = {}));
604
385
  export var ProjectStatus;
@@ -609,16 +390,10 @@ export var ProjectStatus;
609
390
  })(ProjectStatus || (ProjectStatus = {}));
610
391
  export var DeleteProjectResponse;
611
392
  (function (DeleteProjectResponse) {
612
- /**
613
- * @internal
614
- */
615
393
  DeleteProjectResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
616
394
  })(DeleteProjectResponse || (DeleteProjectResponse = {}));
617
395
  export var DeleteProjectVersionRequest;
618
396
  (function (DeleteProjectVersionRequest) {
619
- /**
620
- * @internal
621
- */
622
397
  DeleteProjectVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
623
398
  })(DeleteProjectVersionRequest || (DeleteProjectVersionRequest = {}));
624
399
  export var ProjectVersionStatus;
@@ -635,128 +410,74 @@ export var ProjectVersionStatus;
635
410
  })(ProjectVersionStatus || (ProjectVersionStatus = {}));
636
411
  export var DeleteProjectVersionResponse;
637
412
  (function (DeleteProjectVersionResponse) {
638
- /**
639
- * @internal
640
- */
641
413
  DeleteProjectVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
642
414
  })(DeleteProjectVersionResponse || (DeleteProjectVersionResponse = {}));
643
415
  export var DeleteStreamProcessorRequest;
644
416
  (function (DeleteStreamProcessorRequest) {
645
- /**
646
- * @internal
647
- */
648
417
  DeleteStreamProcessorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
649
418
  })(DeleteStreamProcessorRequest || (DeleteStreamProcessorRequest = {}));
650
419
  export var DeleteStreamProcessorResponse;
651
420
  (function (DeleteStreamProcessorResponse) {
652
- /**
653
- * @internal
654
- */
655
421
  DeleteStreamProcessorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
656
422
  })(DeleteStreamProcessorResponse || (DeleteStreamProcessorResponse = {}));
657
423
  export var DescribeCollectionRequest;
658
424
  (function (DescribeCollectionRequest) {
659
- /**
660
- * @internal
661
- */
662
425
  DescribeCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
663
426
  })(DescribeCollectionRequest || (DescribeCollectionRequest = {}));
664
427
  export var DescribeCollectionResponse;
665
428
  (function (DescribeCollectionResponse) {
666
- /**
667
- * @internal
668
- */
669
429
  DescribeCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
670
430
  })(DescribeCollectionResponse || (DescribeCollectionResponse = {}));
671
431
  export var DescribeProjectsRequest;
672
432
  (function (DescribeProjectsRequest) {
673
- /**
674
- * @internal
675
- */
676
433
  DescribeProjectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
677
434
  })(DescribeProjectsRequest || (DescribeProjectsRequest = {}));
678
435
  export var ProjectDescription;
679
436
  (function (ProjectDescription) {
680
- /**
681
- * @internal
682
- */
683
437
  ProjectDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
684
438
  })(ProjectDescription || (ProjectDescription = {}));
685
439
  export var DescribeProjectsResponse;
686
440
  (function (DescribeProjectsResponse) {
687
- /**
688
- * @internal
689
- */
690
441
  DescribeProjectsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
691
442
  })(DescribeProjectsResponse || (DescribeProjectsResponse = {}));
692
443
  export var InvalidPaginationTokenException;
693
444
  (function (InvalidPaginationTokenException) {
694
- /**
695
- * @internal
696
- */
697
445
  InvalidPaginationTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
698
446
  })(InvalidPaginationTokenException || (InvalidPaginationTokenException = {}));
699
447
  export var DescribeProjectVersionsRequest;
700
448
  (function (DescribeProjectVersionsRequest) {
701
- /**
702
- * @internal
703
- */
704
449
  DescribeProjectVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
705
450
  })(DescribeProjectVersionsRequest || (DescribeProjectVersionsRequest = {}));
706
451
  export var Summary;
707
452
  (function (Summary) {
708
- /**
709
- * @internal
710
- */
711
453
  Summary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
712
454
  })(Summary || (Summary = {}));
713
455
  export var EvaluationResult;
714
456
  (function (EvaluationResult) {
715
- /**
716
- * @internal
717
- */
718
457
  EvaluationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
719
458
  })(EvaluationResult || (EvaluationResult = {}));
720
459
  export var ValidationData;
721
460
  (function (ValidationData) {
722
- /**
723
- * @internal
724
- */
725
461
  ValidationData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
726
462
  })(ValidationData || (ValidationData = {}));
727
463
  export var TestingDataResult;
728
464
  (function (TestingDataResult) {
729
- /**
730
- * @internal
731
- */
732
465
  TestingDataResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
733
466
  })(TestingDataResult || (TestingDataResult = {}));
734
467
  export var TrainingDataResult;
735
468
  (function (TrainingDataResult) {
736
- /**
737
- * @internal
738
- */
739
469
  TrainingDataResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
740
470
  })(TrainingDataResult || (TrainingDataResult = {}));
741
471
  export var ProjectVersionDescription;
742
472
  (function (ProjectVersionDescription) {
743
- /**
744
- * @internal
745
- */
746
473
  ProjectVersionDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
747
474
  })(ProjectVersionDescription || (ProjectVersionDescription = {}));
748
475
  export var DescribeProjectVersionsResponse;
749
476
  (function (DescribeProjectVersionsResponse) {
750
- /**
751
- * @internal
752
- */
753
477
  DescribeProjectVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
754
478
  })(DescribeProjectVersionsResponse || (DescribeProjectVersionsResponse = {}));
755
479
  export var DescribeStreamProcessorRequest;
756
480
  (function (DescribeStreamProcessorRequest) {
757
- /**
758
- * @internal
759
- */
760
481
  DescribeStreamProcessorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
761
482
  })(DescribeStreamProcessorRequest || (DescribeStreamProcessorRequest = {}));
762
483
  export var StreamProcessorStatus;
@@ -769,184 +490,106 @@ export var StreamProcessorStatus;
769
490
  })(StreamProcessorStatus || (StreamProcessorStatus = {}));
770
491
  export var DescribeStreamProcessorResponse;
771
492
  (function (DescribeStreamProcessorResponse) {
772
- /**
773
- * @internal
774
- */
775
493
  DescribeStreamProcessorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
776
494
  })(DescribeStreamProcessorResponse || (DescribeStreamProcessorResponse = {}));
777
495
  export var DetectCustomLabelsRequest;
778
496
  (function (DetectCustomLabelsRequest) {
779
- /**
780
- * @internal
781
- */
782
497
  DetectCustomLabelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
783
498
  })(DetectCustomLabelsRequest || (DetectCustomLabelsRequest = {}));
784
499
  export var DetectCustomLabelsResponse;
785
500
  (function (DetectCustomLabelsResponse) {
786
- /**
787
- * @internal
788
- */
789
501
  DetectCustomLabelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
790
502
  })(DetectCustomLabelsResponse || (DetectCustomLabelsResponse = {}));
791
503
  export var ResourceNotReadyException;
792
504
  (function (ResourceNotReadyException) {
793
- /**
794
- * @internal
795
- */
796
505
  ResourceNotReadyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
797
506
  })(ResourceNotReadyException || (ResourceNotReadyException = {}));
798
507
  export var DetectFacesRequest;
799
508
  (function (DetectFacesRequest) {
800
- /**
801
- * @internal
802
- */
803
509
  DetectFacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
804
510
  })(DetectFacesRequest || (DetectFacesRequest = {}));
805
511
  export var DetectFacesResponse;
806
512
  (function (DetectFacesResponse) {
807
- /**
808
- * @internal
809
- */
810
513
  DetectFacesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
811
514
  })(DetectFacesResponse || (DetectFacesResponse = {}));
812
515
  export var DetectionFilter;
813
516
  (function (DetectionFilter) {
814
- /**
815
- * @internal
816
- */
817
517
  DetectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
818
518
  })(DetectionFilter || (DetectionFilter = {}));
819
519
  export var DetectLabelsRequest;
820
520
  (function (DetectLabelsRequest) {
821
- /**
822
- * @internal
823
- */
824
521
  DetectLabelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
825
522
  })(DetectLabelsRequest || (DetectLabelsRequest = {}));
826
523
  export var Instance;
827
524
  (function (Instance) {
828
- /**
829
- * @internal
830
- */
831
525
  Instance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
832
526
  })(Instance || (Instance = {}));
833
527
  export var Parent;
834
528
  (function (Parent) {
835
- /**
836
- * @internal
837
- */
838
529
  Parent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
839
530
  })(Parent || (Parent = {}));
840
531
  export var Label;
841
532
  (function (Label) {
842
- /**
843
- * @internal
844
- */
845
533
  Label.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
846
534
  })(Label || (Label = {}));
847
535
  export var DetectLabelsResponse;
848
536
  (function (DetectLabelsResponse) {
849
- /**
850
- * @internal
851
- */
852
537
  DetectLabelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
853
538
  })(DetectLabelsResponse || (DetectLabelsResponse = {}));
854
539
  export var HumanLoopDataAttributes;
855
540
  (function (HumanLoopDataAttributes) {
856
- /**
857
- * @internal
858
- */
859
541
  HumanLoopDataAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
860
542
  })(HumanLoopDataAttributes || (HumanLoopDataAttributes = {}));
861
543
  export var HumanLoopConfig;
862
544
  (function (HumanLoopConfig) {
863
- /**
864
- * @internal
865
- */
866
545
  HumanLoopConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
867
546
  })(HumanLoopConfig || (HumanLoopConfig = {}));
868
547
  export var DetectModerationLabelsRequest;
869
548
  (function (DetectModerationLabelsRequest) {
870
- /**
871
- * @internal
872
- */
873
549
  DetectModerationLabelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
874
550
  })(DetectModerationLabelsRequest || (DetectModerationLabelsRequest = {}));
875
551
  export var HumanLoopActivationOutput;
876
552
  (function (HumanLoopActivationOutput) {
877
- /**
878
- * @internal
879
- */
880
553
  HumanLoopActivationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
881
554
  })(HumanLoopActivationOutput || (HumanLoopActivationOutput = {}));
882
555
  export var DetectModerationLabelsResponse;
883
556
  (function (DetectModerationLabelsResponse) {
884
- /**
885
- * @internal
886
- */
887
557
  DetectModerationLabelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
888
558
  })(DetectModerationLabelsResponse || (DetectModerationLabelsResponse = {}));
889
559
  export var HumanLoopQuotaExceededException;
890
560
  (function (HumanLoopQuotaExceededException) {
891
- /**
892
- * @internal
893
- */
894
561
  HumanLoopQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
895
562
  })(HumanLoopQuotaExceededException || (HumanLoopQuotaExceededException = {}));
896
563
  export var ProtectiveEquipmentSummarizationAttributes;
897
564
  (function (ProtectiveEquipmentSummarizationAttributes) {
898
- /**
899
- * @internal
900
- */
901
565
  ProtectiveEquipmentSummarizationAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
902
566
  })(ProtectiveEquipmentSummarizationAttributes || (ProtectiveEquipmentSummarizationAttributes = {}));
903
567
  export var DetectProtectiveEquipmentRequest;
904
568
  (function (DetectProtectiveEquipmentRequest) {
905
- /**
906
- * @internal
907
- */
908
569
  DetectProtectiveEquipmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
909
570
  })(DetectProtectiveEquipmentRequest || (DetectProtectiveEquipmentRequest = {}));
910
571
  export var ProtectiveEquipmentPerson;
911
572
  (function (ProtectiveEquipmentPerson) {
912
- /**
913
- * @internal
914
- */
915
573
  ProtectiveEquipmentPerson.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
916
574
  })(ProtectiveEquipmentPerson || (ProtectiveEquipmentPerson = {}));
917
575
  export var ProtectiveEquipmentSummary;
918
576
  (function (ProtectiveEquipmentSummary) {
919
- /**
920
- * @internal
921
- */
922
577
  ProtectiveEquipmentSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
923
578
  })(ProtectiveEquipmentSummary || (ProtectiveEquipmentSummary = {}));
924
579
  export var DetectProtectiveEquipmentResponse;
925
580
  (function (DetectProtectiveEquipmentResponse) {
926
- /**
927
- * @internal
928
- */
929
581
  DetectProtectiveEquipmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
930
582
  })(DetectProtectiveEquipmentResponse || (DetectProtectiveEquipmentResponse = {}));
931
583
  export var RegionOfInterest;
932
584
  (function (RegionOfInterest) {
933
- /**
934
- * @internal
935
- */
936
585
  RegionOfInterest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
937
586
  })(RegionOfInterest || (RegionOfInterest = {}));
938
587
  export var DetectTextFilters;
939
588
  (function (DetectTextFilters) {
940
- /**
941
- * @internal
942
- */
943
589
  DetectTextFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
944
590
  })(DetectTextFilters || (DetectTextFilters = {}));
945
591
  export var DetectTextRequest;
946
592
  (function (DetectTextRequest) {
947
- /**
948
- * @internal
949
- */
950
593
  DetectTextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
951
594
  })(DetectTextRequest || (DetectTextRequest = {}));
952
595
  export var TextTypes;
@@ -956,23 +599,14 @@ export var TextTypes;
956
599
  })(TextTypes || (TextTypes = {}));
957
600
  export var TextDetection;
958
601
  (function (TextDetection) {
959
- /**
960
- * @internal
961
- */
962
602
  TextDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
963
603
  })(TextDetection || (TextDetection = {}));
964
604
  export var DetectTextResponse;
965
605
  (function (DetectTextResponse) {
966
- /**
967
- * @internal
968
- */
969
606
  DetectTextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
970
607
  })(DetectTextResponse || (DetectTextResponse = {}));
971
608
  export var Face;
972
609
  (function (Face) {
973
- /**
974
- * @internal
975
- */
976
610
  Face.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
977
611
  })(Face || (Face = {}));
978
612
  export var FaceAttributes;
@@ -982,23 +616,14 @@ export var FaceAttributes;
982
616
  })(FaceAttributes || (FaceAttributes = {}));
983
617
  export var FaceDetection;
984
618
  (function (FaceDetection) {
985
- /**
986
- * @internal
987
- */
988
619
  FaceDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
989
620
  })(FaceDetection || (FaceDetection = {}));
990
621
  export var FaceMatch;
991
622
  (function (FaceMatch) {
992
- /**
993
- * @internal
994
- */
995
623
  FaceMatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
996
624
  })(FaceMatch || (FaceMatch = {}));
997
625
  export var FaceRecord;
998
626
  (function (FaceRecord) {
999
- /**
1000
- * @internal
1001
- */
1002
627
  FaceRecord.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1003
628
  })(FaceRecord || (FaceRecord = {}));
1004
629
  export var FaceSearchSortBy;
@@ -1008,23 +633,14 @@ export var FaceSearchSortBy;
1008
633
  })(FaceSearchSortBy || (FaceSearchSortBy = {}));
1009
634
  export var GetCelebrityInfoRequest;
1010
635
  (function (GetCelebrityInfoRequest) {
1011
- /**
1012
- * @internal
1013
- */
1014
636
  GetCelebrityInfoRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1015
637
  })(GetCelebrityInfoRequest || (GetCelebrityInfoRequest = {}));
1016
638
  export var GetCelebrityInfoResponse;
1017
639
  (function (GetCelebrityInfoResponse) {
1018
- /**
1019
- * @internal
1020
- */
1021
640
  GetCelebrityInfoResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1022
641
  })(GetCelebrityInfoResponse || (GetCelebrityInfoResponse = {}));
1023
642
  export var GetCelebrityRecognitionRequest;
1024
643
  (function (GetCelebrityRecognitionRequest) {
1025
- /**
1026
- * @internal
1027
- */
1028
644
  GetCelebrityRecognitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1029
645
  })(GetCelebrityRecognitionRequest || (GetCelebrityRecognitionRequest = {}));
1030
646
  export var VideoJobStatus;
@@ -1040,72 +656,42 @@ export var VideoColorRange;
1040
656
  })(VideoColorRange || (VideoColorRange = {}));
1041
657
  export var VideoMetadata;
1042
658
  (function (VideoMetadata) {
1043
- /**
1044
- * @internal
1045
- */
1046
659
  VideoMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1047
660
  })(VideoMetadata || (VideoMetadata = {}));
1048
661
  export var GetCelebrityRecognitionResponse;
1049
662
  (function (GetCelebrityRecognitionResponse) {
1050
- /**
1051
- * @internal
1052
- */
1053
663
  GetCelebrityRecognitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1054
664
  })(GetCelebrityRecognitionResponse || (GetCelebrityRecognitionResponse = {}));
1055
665
  export var GetContentModerationRequest;
1056
666
  (function (GetContentModerationRequest) {
1057
- /**
1058
- * @internal
1059
- */
1060
667
  GetContentModerationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1061
668
  })(GetContentModerationRequest || (GetContentModerationRequest = {}));
1062
669
  export var GetContentModerationResponse;
1063
670
  (function (GetContentModerationResponse) {
1064
- /**
1065
- * @internal
1066
- */
1067
671
  GetContentModerationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1068
672
  })(GetContentModerationResponse || (GetContentModerationResponse = {}));
1069
673
  export var GetFaceDetectionRequest;
1070
674
  (function (GetFaceDetectionRequest) {
1071
- /**
1072
- * @internal
1073
- */
1074
675
  GetFaceDetectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1075
676
  })(GetFaceDetectionRequest || (GetFaceDetectionRequest = {}));
1076
677
  export var GetFaceDetectionResponse;
1077
678
  (function (GetFaceDetectionResponse) {
1078
- /**
1079
- * @internal
1080
- */
1081
679
  GetFaceDetectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1082
680
  })(GetFaceDetectionResponse || (GetFaceDetectionResponse = {}));
1083
681
  export var GetFaceSearchRequest;
1084
682
  (function (GetFaceSearchRequest) {
1085
- /**
1086
- * @internal
1087
- */
1088
683
  GetFaceSearchRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1089
684
  })(GetFaceSearchRequest || (GetFaceSearchRequest = {}));
1090
685
  export var PersonDetail;
1091
686
  (function (PersonDetail) {
1092
- /**
1093
- * @internal
1094
- */
1095
687
  PersonDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1096
688
  })(PersonDetail || (PersonDetail = {}));
1097
689
  export var PersonMatch;
1098
690
  (function (PersonMatch) {
1099
- /**
1100
- * @internal
1101
- */
1102
691
  PersonMatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1103
692
  })(PersonMatch || (PersonMatch = {}));
1104
693
  export var GetFaceSearchResponse;
1105
694
  (function (GetFaceSearchResponse) {
1106
- /**
1107
- * @internal
1108
- */
1109
695
  GetFaceSearchResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1110
696
  })(GetFaceSearchResponse || (GetFaceSearchResponse = {}));
1111
697
  export var LabelDetectionSortBy;
@@ -1115,23 +701,14 @@ export var LabelDetectionSortBy;
1115
701
  })(LabelDetectionSortBy || (LabelDetectionSortBy = {}));
1116
702
  export var GetLabelDetectionRequest;
1117
703
  (function (GetLabelDetectionRequest) {
1118
- /**
1119
- * @internal
1120
- */
1121
704
  GetLabelDetectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1122
705
  })(GetLabelDetectionRequest || (GetLabelDetectionRequest = {}));
1123
706
  export var LabelDetection;
1124
707
  (function (LabelDetection) {
1125
- /**
1126
- * @internal
1127
- */
1128
708
  LabelDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1129
709
  })(LabelDetection || (LabelDetection = {}));
1130
710
  export var GetLabelDetectionResponse;
1131
711
  (function (GetLabelDetectionResponse) {
1132
- /**
1133
- * @internal
1134
- */
1135
712
  GetLabelDetectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1136
713
  })(GetLabelDetectionResponse || (GetLabelDetectionResponse = {}));
1137
714
  export var PersonTrackingSortBy;
@@ -1141,37 +718,22 @@ export var PersonTrackingSortBy;
1141
718
  })(PersonTrackingSortBy || (PersonTrackingSortBy = {}));
1142
719
  export var GetPersonTrackingRequest;
1143
720
  (function (GetPersonTrackingRequest) {
1144
- /**
1145
- * @internal
1146
- */
1147
721
  GetPersonTrackingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1148
722
  })(GetPersonTrackingRequest || (GetPersonTrackingRequest = {}));
1149
723
  export var PersonDetection;
1150
724
  (function (PersonDetection) {
1151
- /**
1152
- * @internal
1153
- */
1154
725
  PersonDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1155
726
  })(PersonDetection || (PersonDetection = {}));
1156
727
  export var GetPersonTrackingResponse;
1157
728
  (function (GetPersonTrackingResponse) {
1158
- /**
1159
- * @internal
1160
- */
1161
729
  GetPersonTrackingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1162
730
  })(GetPersonTrackingResponse || (GetPersonTrackingResponse = {}));
1163
731
  export var GetSegmentDetectionRequest;
1164
732
  (function (GetSegmentDetectionRequest) {
1165
- /**
1166
- * @internal
1167
- */
1168
733
  GetSegmentDetectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1169
734
  })(GetSegmentDetectionRequest || (GetSegmentDetectionRequest = {}));
1170
735
  export var ShotSegment;
1171
736
  (function (ShotSegment) {
1172
- /**
1173
- * @internal
1174
- */
1175
737
  ShotSegment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1176
738
  })(ShotSegment || (ShotSegment = {}));
1177
739
  export var TechnicalCueType;
@@ -1186,9 +748,6 @@ export var TechnicalCueType;
1186
748
  })(TechnicalCueType || (TechnicalCueType = {}));
1187
749
  export var TechnicalCueSegment;
1188
750
  (function (TechnicalCueSegment) {
1189
- /**
1190
- * @internal
1191
- */
1192
751
  TechnicalCueSegment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1193
752
  })(TechnicalCueSegment || (TechnicalCueSegment = {}));
1194
753
  export var SegmentType;
@@ -1198,58 +757,34 @@ export var SegmentType;
1198
757
  })(SegmentType || (SegmentType = {}));
1199
758
  export var SegmentDetection;
1200
759
  (function (SegmentDetection) {
1201
- /**
1202
- * @internal
1203
- */
1204
760
  SegmentDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1205
761
  })(SegmentDetection || (SegmentDetection = {}));
1206
762
  export var SegmentTypeInfo;
1207
763
  (function (SegmentTypeInfo) {
1208
- /**
1209
- * @internal
1210
- */
1211
764
  SegmentTypeInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1212
765
  })(SegmentTypeInfo || (SegmentTypeInfo = {}));
1213
766
  export var GetSegmentDetectionResponse;
1214
767
  (function (GetSegmentDetectionResponse) {
1215
- /**
1216
- * @internal
1217
- */
1218
768
  GetSegmentDetectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1219
769
  })(GetSegmentDetectionResponse || (GetSegmentDetectionResponse = {}));
1220
770
  export var GetTextDetectionRequest;
1221
771
  (function (GetTextDetectionRequest) {
1222
- /**
1223
- * @internal
1224
- */
1225
772
  GetTextDetectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1226
773
  })(GetTextDetectionRequest || (GetTextDetectionRequest = {}));
1227
774
  export var TextDetectionResult;
1228
775
  (function (TextDetectionResult) {
1229
- /**
1230
- * @internal
1231
- */
1232
776
  TextDetectionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1233
777
  })(TextDetectionResult || (TextDetectionResult = {}));
1234
778
  export var GetTextDetectionResponse;
1235
779
  (function (GetTextDetectionResponse) {
1236
- /**
1237
- * @internal
1238
- */
1239
780
  GetTextDetectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1240
781
  })(GetTextDetectionResponse || (GetTextDetectionResponse = {}));
1241
782
  export var IdempotentParameterMismatchException;
1242
783
  (function (IdempotentParameterMismatchException) {
1243
- /**
1244
- * @internal
1245
- */
1246
784
  IdempotentParameterMismatchException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1247
785
  })(IdempotentParameterMismatchException || (IdempotentParameterMismatchException = {}));
1248
786
  export var IndexFacesRequest;
1249
787
  (function (IndexFacesRequest) {
1250
- /**
1251
- * @internal
1252
- */
1253
788
  IndexFacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1254
789
  })(IndexFacesRequest || (IndexFacesRequest = {}));
1255
790
  export var Reason;
@@ -1264,366 +799,210 @@ export var Reason;
1264
799
  })(Reason || (Reason = {}));
1265
800
  export var UnindexedFace;
1266
801
  (function (UnindexedFace) {
1267
- /**
1268
- * @internal
1269
- */
1270
802
  UnindexedFace.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1271
803
  })(UnindexedFace || (UnindexedFace = {}));
1272
804
  export var IndexFacesResponse;
1273
805
  (function (IndexFacesResponse) {
1274
- /**
1275
- * @internal
1276
- */
1277
806
  IndexFacesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1278
807
  })(IndexFacesResponse || (IndexFacesResponse = {}));
1279
808
  export var ListCollectionsRequest;
1280
809
  (function (ListCollectionsRequest) {
1281
- /**
1282
- * @internal
1283
- */
1284
810
  ListCollectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1285
811
  })(ListCollectionsRequest || (ListCollectionsRequest = {}));
1286
812
  export var ListCollectionsResponse;
1287
813
  (function (ListCollectionsResponse) {
1288
- /**
1289
- * @internal
1290
- */
1291
814
  ListCollectionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1292
815
  })(ListCollectionsResponse || (ListCollectionsResponse = {}));
1293
816
  export var ListFacesRequest;
1294
817
  (function (ListFacesRequest) {
1295
- /**
1296
- * @internal
1297
- */
1298
818
  ListFacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1299
819
  })(ListFacesRequest || (ListFacesRequest = {}));
1300
820
  export var ListFacesResponse;
1301
821
  (function (ListFacesResponse) {
1302
- /**
1303
- * @internal
1304
- */
1305
822
  ListFacesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1306
823
  })(ListFacesResponse || (ListFacesResponse = {}));
1307
824
  export var ListStreamProcessorsRequest;
1308
825
  (function (ListStreamProcessorsRequest) {
1309
- /**
1310
- * @internal
1311
- */
1312
826
  ListStreamProcessorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1313
827
  })(ListStreamProcessorsRequest || (ListStreamProcessorsRequest = {}));
1314
828
  export var StreamProcessor;
1315
829
  (function (StreamProcessor) {
1316
- /**
1317
- * @internal
1318
- */
1319
830
  StreamProcessor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1320
831
  })(StreamProcessor || (StreamProcessor = {}));
1321
832
  export var ListStreamProcessorsResponse;
1322
833
  (function (ListStreamProcessorsResponse) {
1323
- /**
1324
- * @internal
1325
- */
1326
834
  ListStreamProcessorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1327
835
  })(ListStreamProcessorsResponse || (ListStreamProcessorsResponse = {}));
1328
836
  export var ListTagsForResourceRequest;
1329
837
  (function (ListTagsForResourceRequest) {
1330
- /**
1331
- * @internal
1332
- */
1333
838
  ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1334
839
  })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
1335
840
  export var ListTagsForResourceResponse;
1336
841
  (function (ListTagsForResourceResponse) {
1337
- /**
1338
- * @internal
1339
- */
1340
842
  ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1341
843
  })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
1342
844
  export var NotificationChannel;
1343
845
  (function (NotificationChannel) {
1344
- /**
1345
- * @internal
1346
- */
1347
846
  NotificationChannel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1348
847
  })(NotificationChannel || (NotificationChannel = {}));
1349
848
  export var RecognizeCelebritiesRequest;
1350
849
  (function (RecognizeCelebritiesRequest) {
1351
- /**
1352
- * @internal
1353
- */
1354
850
  RecognizeCelebritiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1355
851
  })(RecognizeCelebritiesRequest || (RecognizeCelebritiesRequest = {}));
1356
852
  export var RecognizeCelebritiesResponse;
1357
853
  (function (RecognizeCelebritiesResponse) {
1358
- /**
1359
- * @internal
1360
- */
1361
854
  RecognizeCelebritiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1362
855
  })(RecognizeCelebritiesResponse || (RecognizeCelebritiesResponse = {}));
1363
856
  export var SearchFacesRequest;
1364
857
  (function (SearchFacesRequest) {
1365
- /**
1366
- * @internal
1367
- */
1368
858
  SearchFacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1369
859
  })(SearchFacesRequest || (SearchFacesRequest = {}));
1370
860
  export var SearchFacesResponse;
1371
861
  (function (SearchFacesResponse) {
1372
- /**
1373
- * @internal
1374
- */
1375
862
  SearchFacesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1376
863
  })(SearchFacesResponse || (SearchFacesResponse = {}));
1377
864
  export var SearchFacesByImageRequest;
1378
865
  (function (SearchFacesByImageRequest) {
1379
- /**
1380
- * @internal
1381
- */
1382
866
  SearchFacesByImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1383
867
  })(SearchFacesByImageRequest || (SearchFacesByImageRequest = {}));
1384
868
  export var SearchFacesByImageResponse;
1385
869
  (function (SearchFacesByImageResponse) {
1386
- /**
1387
- * @internal
1388
- */
1389
870
  SearchFacesByImageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1390
871
  })(SearchFacesByImageResponse || (SearchFacesByImageResponse = {}));
1391
872
  export var Video;
1392
873
  (function (Video) {
1393
- /**
1394
- * @internal
1395
- */
1396
874
  Video.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1397
875
  })(Video || (Video = {}));
1398
876
  export var StartCelebrityRecognitionRequest;
1399
877
  (function (StartCelebrityRecognitionRequest) {
1400
- /**
1401
- * @internal
1402
- */
1403
878
  StartCelebrityRecognitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1404
879
  })(StartCelebrityRecognitionRequest || (StartCelebrityRecognitionRequest = {}));
1405
880
  export var StartCelebrityRecognitionResponse;
1406
881
  (function (StartCelebrityRecognitionResponse) {
1407
- /**
1408
- * @internal
1409
- */
1410
882
  StartCelebrityRecognitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1411
883
  })(StartCelebrityRecognitionResponse || (StartCelebrityRecognitionResponse = {}));
1412
884
  export var VideoTooLargeException;
1413
885
  (function (VideoTooLargeException) {
1414
- /**
1415
- * @internal
1416
- */
1417
886
  VideoTooLargeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1418
887
  })(VideoTooLargeException || (VideoTooLargeException = {}));
1419
888
  export var StartContentModerationRequest;
1420
889
  (function (StartContentModerationRequest) {
1421
- /**
1422
- * @internal
1423
- */
1424
890
  StartContentModerationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1425
891
  })(StartContentModerationRequest || (StartContentModerationRequest = {}));
1426
892
  export var StartContentModerationResponse;
1427
893
  (function (StartContentModerationResponse) {
1428
- /**
1429
- * @internal
1430
- */
1431
894
  StartContentModerationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1432
895
  })(StartContentModerationResponse || (StartContentModerationResponse = {}));
1433
896
  export var StartFaceDetectionRequest;
1434
897
  (function (StartFaceDetectionRequest) {
1435
- /**
1436
- * @internal
1437
- */
1438
898
  StartFaceDetectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1439
899
  })(StartFaceDetectionRequest || (StartFaceDetectionRequest = {}));
1440
900
  export var StartFaceDetectionResponse;
1441
901
  (function (StartFaceDetectionResponse) {
1442
- /**
1443
- * @internal
1444
- */
1445
902
  StartFaceDetectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1446
903
  })(StartFaceDetectionResponse || (StartFaceDetectionResponse = {}));
1447
904
  export var StartFaceSearchRequest;
1448
905
  (function (StartFaceSearchRequest) {
1449
- /**
1450
- * @internal
1451
- */
1452
906
  StartFaceSearchRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1453
907
  })(StartFaceSearchRequest || (StartFaceSearchRequest = {}));
1454
908
  export var StartFaceSearchResponse;
1455
909
  (function (StartFaceSearchResponse) {
1456
- /**
1457
- * @internal
1458
- */
1459
910
  StartFaceSearchResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1460
911
  })(StartFaceSearchResponse || (StartFaceSearchResponse = {}));
1461
912
  export var StartLabelDetectionRequest;
1462
913
  (function (StartLabelDetectionRequest) {
1463
- /**
1464
- * @internal
1465
- */
1466
914
  StartLabelDetectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1467
915
  })(StartLabelDetectionRequest || (StartLabelDetectionRequest = {}));
1468
916
  export var StartLabelDetectionResponse;
1469
917
  (function (StartLabelDetectionResponse) {
1470
- /**
1471
- * @internal
1472
- */
1473
918
  StartLabelDetectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1474
919
  })(StartLabelDetectionResponse || (StartLabelDetectionResponse = {}));
1475
920
  export var StartPersonTrackingRequest;
1476
921
  (function (StartPersonTrackingRequest) {
1477
- /**
1478
- * @internal
1479
- */
1480
922
  StartPersonTrackingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1481
923
  })(StartPersonTrackingRequest || (StartPersonTrackingRequest = {}));
1482
924
  export var StartPersonTrackingResponse;
1483
925
  (function (StartPersonTrackingResponse) {
1484
- /**
1485
- * @internal
1486
- */
1487
926
  StartPersonTrackingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1488
927
  })(StartPersonTrackingResponse || (StartPersonTrackingResponse = {}));
1489
928
  export var StartProjectVersionRequest;
1490
929
  (function (StartProjectVersionRequest) {
1491
- /**
1492
- * @internal
1493
- */
1494
930
  StartProjectVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1495
931
  })(StartProjectVersionRequest || (StartProjectVersionRequest = {}));
1496
932
  export var StartProjectVersionResponse;
1497
933
  (function (StartProjectVersionResponse) {
1498
- /**
1499
- * @internal
1500
- */
1501
934
  StartProjectVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1502
935
  })(StartProjectVersionResponse || (StartProjectVersionResponse = {}));
1503
936
  export var StartShotDetectionFilter;
1504
937
  (function (StartShotDetectionFilter) {
1505
- /**
1506
- * @internal
1507
- */
1508
938
  StartShotDetectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1509
939
  })(StartShotDetectionFilter || (StartShotDetectionFilter = {}));
1510
940
  export var StartTechnicalCueDetectionFilter;
1511
941
  (function (StartTechnicalCueDetectionFilter) {
1512
- /**
1513
- * @internal
1514
- */
1515
942
  StartTechnicalCueDetectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1516
943
  })(StartTechnicalCueDetectionFilter || (StartTechnicalCueDetectionFilter = {}));
1517
944
  export var StartSegmentDetectionFilters;
1518
945
  (function (StartSegmentDetectionFilters) {
1519
- /**
1520
- * @internal
1521
- */
1522
946
  StartSegmentDetectionFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1523
947
  })(StartSegmentDetectionFilters || (StartSegmentDetectionFilters = {}));
1524
948
  export var StartSegmentDetectionRequest;
1525
949
  (function (StartSegmentDetectionRequest) {
1526
- /**
1527
- * @internal
1528
- */
1529
950
  StartSegmentDetectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1530
951
  })(StartSegmentDetectionRequest || (StartSegmentDetectionRequest = {}));
1531
952
  export var StartSegmentDetectionResponse;
1532
953
  (function (StartSegmentDetectionResponse) {
1533
- /**
1534
- * @internal
1535
- */
1536
954
  StartSegmentDetectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1537
955
  })(StartSegmentDetectionResponse || (StartSegmentDetectionResponse = {}));
1538
956
  export var StartStreamProcessorRequest;
1539
957
  (function (StartStreamProcessorRequest) {
1540
- /**
1541
- * @internal
1542
- */
1543
958
  StartStreamProcessorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1544
959
  })(StartStreamProcessorRequest || (StartStreamProcessorRequest = {}));
1545
960
  export var StartStreamProcessorResponse;
1546
961
  (function (StartStreamProcessorResponse) {
1547
- /**
1548
- * @internal
1549
- */
1550
962
  StartStreamProcessorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1551
963
  })(StartStreamProcessorResponse || (StartStreamProcessorResponse = {}));
1552
964
  export var StartTextDetectionFilters;
1553
965
  (function (StartTextDetectionFilters) {
1554
- /**
1555
- * @internal
1556
- */
1557
966
  StartTextDetectionFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1558
967
  })(StartTextDetectionFilters || (StartTextDetectionFilters = {}));
1559
968
  export var StartTextDetectionRequest;
1560
969
  (function (StartTextDetectionRequest) {
1561
- /**
1562
- * @internal
1563
- */
1564
970
  StartTextDetectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1565
971
  })(StartTextDetectionRequest || (StartTextDetectionRequest = {}));
1566
972
  export var StartTextDetectionResponse;
1567
973
  (function (StartTextDetectionResponse) {
1568
- /**
1569
- * @internal
1570
- */
1571
974
  StartTextDetectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1572
975
  })(StartTextDetectionResponse || (StartTextDetectionResponse = {}));
1573
976
  export var StopProjectVersionRequest;
1574
977
  (function (StopProjectVersionRequest) {
1575
- /**
1576
- * @internal
1577
- */
1578
978
  StopProjectVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1579
979
  })(StopProjectVersionRequest || (StopProjectVersionRequest = {}));
1580
980
  export var StopProjectVersionResponse;
1581
981
  (function (StopProjectVersionResponse) {
1582
- /**
1583
- * @internal
1584
- */
1585
982
  StopProjectVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1586
983
  })(StopProjectVersionResponse || (StopProjectVersionResponse = {}));
1587
984
  export var StopStreamProcessorRequest;
1588
985
  (function (StopStreamProcessorRequest) {
1589
- /**
1590
- * @internal
1591
- */
1592
986
  StopStreamProcessorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1593
987
  })(StopStreamProcessorRequest || (StopStreamProcessorRequest = {}));
1594
988
  export var StopStreamProcessorResponse;
1595
989
  (function (StopStreamProcessorResponse) {
1596
- /**
1597
- * @internal
1598
- */
1599
990
  StopStreamProcessorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1600
991
  })(StopStreamProcessorResponse || (StopStreamProcessorResponse = {}));
1601
992
  export var TagResourceRequest;
1602
993
  (function (TagResourceRequest) {
1603
- /**
1604
- * @internal
1605
- */
1606
994
  TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1607
995
  })(TagResourceRequest || (TagResourceRequest = {}));
1608
996
  export var TagResourceResponse;
1609
997
  (function (TagResourceResponse) {
1610
- /**
1611
- * @internal
1612
- */
1613
998
  TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1614
999
  })(TagResourceResponse || (TagResourceResponse = {}));
1615
1000
  export var UntagResourceRequest;
1616
1001
  (function (UntagResourceRequest) {
1617
- /**
1618
- * @internal
1619
- */
1620
1002
  UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1621
1003
  })(UntagResourceRequest || (UntagResourceRequest = {}));
1622
1004
  export var UntagResourceResponse;
1623
1005
  (function (UntagResourceResponse) {
1624
- /**
1625
- * @internal
1626
- */
1627
1006
  UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1628
1007
  })(UntagResourceResponse || (UntagResourceResponse = {}));
1629
1008
  //# sourceMappingURL=models_0.js.map