@aws-sdk/client-comprehend 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Comprehend.d.ts +1330 -360
- package/dist-types/ts3.4/ComprehendClient.d.ts +555 -144
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +71 -71
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2738 -2509
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +857 -215
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,2509 +1,2738 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException";
|
|
3
|
-
export declare enum AugmentedManifestsDocumentTypeFormat {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
export declare enum Split {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface AugmentedManifestsListItem {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
}
|
|
180
|
-
export interface BatchDetectKeyPhrasesResponse {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
export
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
export interface
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
export interface
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
}
|
|
341
|
-
export interface
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
}
|
|
525
|
-
export interface
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
export interface
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
export declare
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
export
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
}
|
|
800
|
-
export
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
}
|
|
831
|
-
export interface
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
}
|
|
1063
|
-
export interface
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
export
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
}
|
|
1253
|
-
export interface
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
export
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
}
|
|
1283
|
-
export interface
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
}
|
|
1310
|
-
export interface
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
export interface
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
}
|
|
1371
|
-
export interface
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
}
|
|
1496
|
-
export interface
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
export interface
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
export interface
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
}
|
|
1720
|
-
export interface
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
export
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
export
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
export
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
export
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
export
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
export
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
export
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
export
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
export
|
|
2049
|
-
|
|
2050
|
-
export
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
export
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
export
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
export
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
export
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
export
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException";
|
|
3
|
+
export declare enum AugmentedManifestsDocumentTypeFormat {
|
|
4
|
+
PLAIN_TEXT_DOCUMENT = "PLAIN_TEXT_DOCUMENT",
|
|
5
|
+
SEMI_STRUCTURED_DOCUMENT = "SEMI_STRUCTURED_DOCUMENT",
|
|
6
|
+
}
|
|
7
|
+
export declare enum Split {
|
|
8
|
+
TEST = "TEST",
|
|
9
|
+
TRAIN = "TRAIN",
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface AugmentedManifestsListItem {
|
|
13
|
+
S3Uri: string | undefined;
|
|
14
|
+
|
|
15
|
+
Split?: Split | string;
|
|
16
|
+
|
|
17
|
+
AttributeNames: string[] | undefined;
|
|
18
|
+
|
|
19
|
+
AnnotationDataS3Uri?: string;
|
|
20
|
+
|
|
21
|
+
SourceDocumentsS3Uri?: string;
|
|
22
|
+
|
|
23
|
+
DocumentType?: AugmentedManifestsDocumentTypeFormat | string;
|
|
24
|
+
}
|
|
25
|
+
export interface BatchDetectDominantLanguageRequest {
|
|
26
|
+
TextList: string[] | undefined;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface BatchItemError {
|
|
30
|
+
Index?: number;
|
|
31
|
+
|
|
32
|
+
ErrorCode?: string;
|
|
33
|
+
|
|
34
|
+
ErrorMessage?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface DominantLanguage {
|
|
38
|
+
LanguageCode?: string;
|
|
39
|
+
|
|
40
|
+
Score?: number;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export interface BatchDetectDominantLanguageItemResult {
|
|
44
|
+
Index?: number;
|
|
45
|
+
|
|
46
|
+
Languages?: DominantLanguage[];
|
|
47
|
+
}
|
|
48
|
+
export interface BatchDetectDominantLanguageResponse {
|
|
49
|
+
ResultList: BatchDetectDominantLanguageItemResult[] | undefined;
|
|
50
|
+
|
|
51
|
+
ErrorList: BatchItemError[] | undefined;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export declare class BatchSizeLimitExceededException extends __BaseException {
|
|
55
|
+
readonly name: "BatchSizeLimitExceededException";
|
|
56
|
+
readonly $fault: "client";
|
|
57
|
+
Message?: string;
|
|
58
|
+
|
|
59
|
+
constructor(
|
|
60
|
+
opts: __ExceptionOptionType<
|
|
61
|
+
BatchSizeLimitExceededException,
|
|
62
|
+
__BaseException
|
|
63
|
+
>
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export declare class InternalServerException extends __BaseException {
|
|
68
|
+
readonly name: "InternalServerException";
|
|
69
|
+
readonly $fault: "server";
|
|
70
|
+
Message?: string;
|
|
71
|
+
|
|
72
|
+
constructor(
|
|
73
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
78
|
+
readonly name: "InvalidRequestException";
|
|
79
|
+
readonly $fault: "client";
|
|
80
|
+
Message?: string;
|
|
81
|
+
|
|
82
|
+
constructor(
|
|
83
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export declare class TextSizeLimitExceededException extends __BaseException {
|
|
88
|
+
readonly name: "TextSizeLimitExceededException";
|
|
89
|
+
readonly $fault: "client";
|
|
90
|
+
Message?: string;
|
|
91
|
+
|
|
92
|
+
constructor(
|
|
93
|
+
opts: __ExceptionOptionType<TextSizeLimitExceededException, __BaseException>
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
export declare enum LanguageCode {
|
|
97
|
+
AR = "ar",
|
|
98
|
+
DE = "de",
|
|
99
|
+
EN = "en",
|
|
100
|
+
ES = "es",
|
|
101
|
+
FR = "fr",
|
|
102
|
+
HI = "hi",
|
|
103
|
+
IT = "it",
|
|
104
|
+
JA = "ja",
|
|
105
|
+
KO = "ko",
|
|
106
|
+
PT = "pt",
|
|
107
|
+
ZH = "zh",
|
|
108
|
+
ZH_TW = "zh-TW",
|
|
109
|
+
}
|
|
110
|
+
export interface BatchDetectEntitiesRequest {
|
|
111
|
+
TextList: string[] | undefined;
|
|
112
|
+
|
|
113
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export declare enum EntityType {
|
|
116
|
+
COMMERCIAL_ITEM = "COMMERCIAL_ITEM",
|
|
117
|
+
DATE = "DATE",
|
|
118
|
+
EVENT = "EVENT",
|
|
119
|
+
LOCATION = "LOCATION",
|
|
120
|
+
ORGANIZATION = "ORGANIZATION",
|
|
121
|
+
OTHER = "OTHER",
|
|
122
|
+
PERSON = "PERSON",
|
|
123
|
+
QUANTITY = "QUANTITY",
|
|
124
|
+
TITLE = "TITLE",
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface Entity {
|
|
128
|
+
Score?: number;
|
|
129
|
+
|
|
130
|
+
Type?: EntityType | string;
|
|
131
|
+
|
|
132
|
+
Text?: string;
|
|
133
|
+
|
|
134
|
+
BeginOffset?: number;
|
|
135
|
+
|
|
136
|
+
EndOffset?: number;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export interface BatchDetectEntitiesItemResult {
|
|
140
|
+
Index?: number;
|
|
141
|
+
|
|
142
|
+
Entities?: Entity[];
|
|
143
|
+
}
|
|
144
|
+
export interface BatchDetectEntitiesResponse {
|
|
145
|
+
ResultList: BatchDetectEntitiesItemResult[] | undefined;
|
|
146
|
+
|
|
147
|
+
ErrorList: BatchItemError[] | undefined;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export declare class UnsupportedLanguageException extends __BaseException {
|
|
151
|
+
readonly name: "UnsupportedLanguageException";
|
|
152
|
+
readonly $fault: "client";
|
|
153
|
+
Message?: string;
|
|
154
|
+
|
|
155
|
+
constructor(
|
|
156
|
+
opts: __ExceptionOptionType<UnsupportedLanguageException, __BaseException>
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
export interface BatchDetectKeyPhrasesRequest {
|
|
160
|
+
TextList: string[] | undefined;
|
|
161
|
+
|
|
162
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export interface KeyPhrase {
|
|
166
|
+
Score?: number;
|
|
167
|
+
|
|
168
|
+
Text?: string;
|
|
169
|
+
|
|
170
|
+
BeginOffset?: number;
|
|
171
|
+
|
|
172
|
+
EndOffset?: number;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
export interface BatchDetectKeyPhrasesItemResult {
|
|
176
|
+
Index?: number;
|
|
177
|
+
|
|
178
|
+
KeyPhrases?: KeyPhrase[];
|
|
179
|
+
}
|
|
180
|
+
export interface BatchDetectKeyPhrasesResponse {
|
|
181
|
+
ResultList: BatchDetectKeyPhrasesItemResult[] | undefined;
|
|
182
|
+
|
|
183
|
+
ErrorList: BatchItemError[] | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface BatchDetectSentimentRequest {
|
|
186
|
+
TextList: string[] | undefined;
|
|
187
|
+
|
|
188
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
189
|
+
}
|
|
190
|
+
export declare enum SentimentType {
|
|
191
|
+
MIXED = "MIXED",
|
|
192
|
+
NEGATIVE = "NEGATIVE",
|
|
193
|
+
NEUTRAL = "NEUTRAL",
|
|
194
|
+
POSITIVE = "POSITIVE",
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
export interface SentimentScore {
|
|
198
|
+
Positive?: number;
|
|
199
|
+
|
|
200
|
+
Negative?: number;
|
|
201
|
+
|
|
202
|
+
Neutral?: number;
|
|
203
|
+
|
|
204
|
+
Mixed?: number;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export interface BatchDetectSentimentItemResult {
|
|
208
|
+
Index?: number;
|
|
209
|
+
|
|
210
|
+
Sentiment?: SentimentType | string;
|
|
211
|
+
|
|
212
|
+
SentimentScore?: SentimentScore;
|
|
213
|
+
}
|
|
214
|
+
export interface BatchDetectSentimentResponse {
|
|
215
|
+
ResultList: BatchDetectSentimentItemResult[] | undefined;
|
|
216
|
+
|
|
217
|
+
ErrorList: BatchItemError[] | undefined;
|
|
218
|
+
}
|
|
219
|
+
export declare enum SyntaxLanguageCode {
|
|
220
|
+
DE = "de",
|
|
221
|
+
EN = "en",
|
|
222
|
+
ES = "es",
|
|
223
|
+
FR = "fr",
|
|
224
|
+
IT = "it",
|
|
225
|
+
PT = "pt",
|
|
226
|
+
}
|
|
227
|
+
export interface BatchDetectSyntaxRequest {
|
|
228
|
+
TextList: string[] | undefined;
|
|
229
|
+
|
|
230
|
+
LanguageCode: SyntaxLanguageCode | string | undefined;
|
|
231
|
+
}
|
|
232
|
+
export declare enum PartOfSpeechTagType {
|
|
233
|
+
ADJ = "ADJ",
|
|
234
|
+
ADP = "ADP",
|
|
235
|
+
ADV = "ADV",
|
|
236
|
+
AUX = "AUX",
|
|
237
|
+
CCONJ = "CCONJ",
|
|
238
|
+
CONJ = "CONJ",
|
|
239
|
+
DET = "DET",
|
|
240
|
+
INTJ = "INTJ",
|
|
241
|
+
NOUN = "NOUN",
|
|
242
|
+
NUM = "NUM",
|
|
243
|
+
O = "O",
|
|
244
|
+
PART = "PART",
|
|
245
|
+
PRON = "PRON",
|
|
246
|
+
PROPN = "PROPN",
|
|
247
|
+
PUNCT = "PUNCT",
|
|
248
|
+
SCONJ = "SCONJ",
|
|
249
|
+
SYM = "SYM",
|
|
250
|
+
VERB = "VERB",
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export interface PartOfSpeechTag {
|
|
254
|
+
Tag?: PartOfSpeechTagType | string;
|
|
255
|
+
|
|
256
|
+
Score?: number;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export interface SyntaxToken {
|
|
260
|
+
TokenId?: number;
|
|
261
|
+
|
|
262
|
+
Text?: string;
|
|
263
|
+
|
|
264
|
+
BeginOffset?: number;
|
|
265
|
+
|
|
266
|
+
EndOffset?: number;
|
|
267
|
+
|
|
268
|
+
PartOfSpeech?: PartOfSpeechTag;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export interface BatchDetectSyntaxItemResult {
|
|
272
|
+
Index?: number;
|
|
273
|
+
|
|
274
|
+
SyntaxTokens?: SyntaxToken[];
|
|
275
|
+
}
|
|
276
|
+
export interface BatchDetectSyntaxResponse {
|
|
277
|
+
ResultList: BatchDetectSyntaxItemResult[] | undefined;
|
|
278
|
+
|
|
279
|
+
ErrorList: BatchItemError[] | undefined;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export interface ClassifierEvaluationMetrics {
|
|
283
|
+
Accuracy?: number;
|
|
284
|
+
|
|
285
|
+
Precision?: number;
|
|
286
|
+
|
|
287
|
+
Recall?: number;
|
|
288
|
+
|
|
289
|
+
F1Score?: number;
|
|
290
|
+
|
|
291
|
+
MicroPrecision?: number;
|
|
292
|
+
|
|
293
|
+
MicroRecall?: number;
|
|
294
|
+
|
|
295
|
+
MicroF1Score?: number;
|
|
296
|
+
|
|
297
|
+
HammingLoss?: number;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
export interface ClassifierMetadata {
|
|
301
|
+
NumberOfLabels?: number;
|
|
302
|
+
|
|
303
|
+
NumberOfTrainedDocuments?: number;
|
|
304
|
+
|
|
305
|
+
NumberOfTestDocuments?: number;
|
|
306
|
+
|
|
307
|
+
EvaluationMetrics?: ClassifierEvaluationMetrics;
|
|
308
|
+
}
|
|
309
|
+
export interface ClassifyDocumentRequest {
|
|
310
|
+
Text: string | undefined;
|
|
311
|
+
|
|
312
|
+
EndpointArn: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
export interface DocumentClass {
|
|
316
|
+
Name?: string;
|
|
317
|
+
|
|
318
|
+
Score?: number;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export interface DocumentLabel {
|
|
322
|
+
Name?: string;
|
|
323
|
+
|
|
324
|
+
Score?: number;
|
|
325
|
+
}
|
|
326
|
+
export interface ClassifyDocumentResponse {
|
|
327
|
+
Classes?: DocumentClass[];
|
|
328
|
+
|
|
329
|
+
Labels?: DocumentLabel[];
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export declare class ResourceUnavailableException extends __BaseException {
|
|
333
|
+
readonly name: "ResourceUnavailableException";
|
|
334
|
+
readonly $fault: "client";
|
|
335
|
+
Message?: string;
|
|
336
|
+
|
|
337
|
+
constructor(
|
|
338
|
+
opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
|
|
339
|
+
);
|
|
340
|
+
}
|
|
341
|
+
export interface ContainsPiiEntitiesRequest {
|
|
342
|
+
Text: string | undefined;
|
|
343
|
+
|
|
344
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
345
|
+
}
|
|
346
|
+
export declare enum PiiEntityType {
|
|
347
|
+
ADDRESS = "ADDRESS",
|
|
348
|
+
AGE = "AGE",
|
|
349
|
+
ALL = "ALL",
|
|
350
|
+
AWS_ACCESS_KEY = "AWS_ACCESS_KEY",
|
|
351
|
+
AWS_SECRET_KEY = "AWS_SECRET_KEY",
|
|
352
|
+
BANK_ACCOUNT_NUMBER = "BANK_ACCOUNT_NUMBER",
|
|
353
|
+
BANK_ROUTING = "BANK_ROUTING",
|
|
354
|
+
CA_HEALTH_NUMBER = "CA_HEALTH_NUMBER",
|
|
355
|
+
CA_SOCIAL_INSURANCE_NUMBER = "CA_SOCIAL_INSURANCE_NUMBER",
|
|
356
|
+
CREDIT_DEBIT_CVV = "CREDIT_DEBIT_CVV",
|
|
357
|
+
CREDIT_DEBIT_EXPIRY = "CREDIT_DEBIT_EXPIRY",
|
|
358
|
+
CREDIT_DEBIT_NUMBER = "CREDIT_DEBIT_NUMBER",
|
|
359
|
+
DATE_TIME = "DATE_TIME",
|
|
360
|
+
DRIVER_ID = "DRIVER_ID",
|
|
361
|
+
EMAIL = "EMAIL",
|
|
362
|
+
INTERNATIONAL_BANK_ACCOUNT_NUMBER = "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
|
|
363
|
+
IN_AADHAAR = "IN_AADHAAR",
|
|
364
|
+
IN_NREGA = "IN_NREGA",
|
|
365
|
+
IN_PERMANENT_ACCOUNT_NUMBER = "IN_PERMANENT_ACCOUNT_NUMBER",
|
|
366
|
+
IN_VOTER_NUMBER = "IN_VOTER_NUMBER",
|
|
367
|
+
IP_ADDRESS = "IP_ADDRESS",
|
|
368
|
+
LICENSE_PLATE = "LICENSE_PLATE",
|
|
369
|
+
MAC_ADDRESS = "MAC_ADDRESS",
|
|
370
|
+
NAME = "NAME",
|
|
371
|
+
PASSPORT_NUMBER = "PASSPORT_NUMBER",
|
|
372
|
+
PASSWORD = "PASSWORD",
|
|
373
|
+
PHONE = "PHONE",
|
|
374
|
+
PIN = "PIN",
|
|
375
|
+
SSN = "SSN",
|
|
376
|
+
SWIFT_CODE = "SWIFT_CODE",
|
|
377
|
+
UK_NATIONAL_HEALTH_SERVICE_NUMBER = "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
|
|
378
|
+
UK_NATIONAL_INSURANCE_NUMBER = "UK_NATIONAL_INSURANCE_NUMBER",
|
|
379
|
+
UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER = "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
|
|
380
|
+
URL = "URL",
|
|
381
|
+
USERNAME = "USERNAME",
|
|
382
|
+
US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER = "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
|
|
383
|
+
VEHICLE_IDENTIFICATION_NUMBER = "VEHICLE_IDENTIFICATION_NUMBER",
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface EntityLabel {
|
|
387
|
+
Name?: PiiEntityType | string;
|
|
388
|
+
|
|
389
|
+
Score?: number;
|
|
390
|
+
}
|
|
391
|
+
export interface ContainsPiiEntitiesResponse {
|
|
392
|
+
Labels?: EntityLabel[];
|
|
393
|
+
}
|
|
394
|
+
export declare enum DocumentClassifierDataFormat {
|
|
395
|
+
AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
|
|
396
|
+
COMPREHEND_CSV = "COMPREHEND_CSV",
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
export interface DocumentClassifierInputDataConfig {
|
|
400
|
+
DataFormat?: DocumentClassifierDataFormat | string;
|
|
401
|
+
|
|
402
|
+
S3Uri?: string;
|
|
403
|
+
|
|
404
|
+
TestS3Uri?: string;
|
|
405
|
+
|
|
406
|
+
LabelDelimiter?: string;
|
|
407
|
+
|
|
408
|
+
AugmentedManifests?: AugmentedManifestsListItem[];
|
|
409
|
+
}
|
|
410
|
+
export declare enum DocumentClassifierMode {
|
|
411
|
+
MULTI_CLASS = "MULTI_CLASS",
|
|
412
|
+
MULTI_LABEL = "MULTI_LABEL",
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export interface DocumentClassifierOutputDataConfig {
|
|
416
|
+
S3Uri?: string;
|
|
417
|
+
|
|
418
|
+
KmsKeyId?: string;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
export interface Tag {
|
|
422
|
+
Key: string | undefined;
|
|
423
|
+
|
|
424
|
+
Value?: string;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
export interface VpcConfig {
|
|
428
|
+
SecurityGroupIds: string[] | undefined;
|
|
429
|
+
|
|
430
|
+
Subnets: string[] | undefined;
|
|
431
|
+
}
|
|
432
|
+
export interface CreateDocumentClassifierRequest {
|
|
433
|
+
DocumentClassifierName: string | undefined;
|
|
434
|
+
|
|
435
|
+
VersionName?: string;
|
|
436
|
+
|
|
437
|
+
DataAccessRoleArn: string | undefined;
|
|
438
|
+
|
|
439
|
+
Tags?: Tag[];
|
|
440
|
+
|
|
441
|
+
InputDataConfig: DocumentClassifierInputDataConfig | undefined;
|
|
442
|
+
|
|
443
|
+
OutputDataConfig?: DocumentClassifierOutputDataConfig;
|
|
444
|
+
|
|
445
|
+
ClientRequestToken?: string;
|
|
446
|
+
|
|
447
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
448
|
+
|
|
449
|
+
VolumeKmsKeyId?: string;
|
|
450
|
+
|
|
451
|
+
VpcConfig?: VpcConfig;
|
|
452
|
+
|
|
453
|
+
Mode?: DocumentClassifierMode | string;
|
|
454
|
+
|
|
455
|
+
ModelKmsKeyId?: string;
|
|
456
|
+
|
|
457
|
+
ModelPolicy?: string;
|
|
458
|
+
}
|
|
459
|
+
export interface CreateDocumentClassifierResponse {
|
|
460
|
+
DocumentClassifierArn?: string;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
export declare class KmsKeyValidationException extends __BaseException {
|
|
464
|
+
readonly name: "KmsKeyValidationException";
|
|
465
|
+
readonly $fault: "client";
|
|
466
|
+
Message?: string;
|
|
467
|
+
|
|
468
|
+
constructor(
|
|
469
|
+
opts: __ExceptionOptionType<KmsKeyValidationException, __BaseException>
|
|
470
|
+
);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
474
|
+
readonly name: "ResourceInUseException";
|
|
475
|
+
readonly $fault: "client";
|
|
476
|
+
Message?: string;
|
|
477
|
+
|
|
478
|
+
constructor(
|
|
479
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
480
|
+
);
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
484
|
+
readonly name: "ResourceLimitExceededException";
|
|
485
|
+
readonly $fault: "client";
|
|
486
|
+
Message?: string;
|
|
487
|
+
|
|
488
|
+
constructor(
|
|
489
|
+
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
490
|
+
);
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
494
|
+
readonly name: "TooManyRequestsException";
|
|
495
|
+
readonly $fault: "client";
|
|
496
|
+
Message?: string;
|
|
497
|
+
|
|
498
|
+
constructor(
|
|
499
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
500
|
+
);
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
504
|
+
readonly name: "TooManyTagsException";
|
|
505
|
+
readonly $fault: "client";
|
|
506
|
+
Message?: string;
|
|
507
|
+
|
|
508
|
+
constructor(
|
|
509
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
510
|
+
);
|
|
511
|
+
}
|
|
512
|
+
export interface CreateEndpointRequest {
|
|
513
|
+
EndpointName: string | undefined;
|
|
514
|
+
|
|
515
|
+
ModelArn: string | undefined;
|
|
516
|
+
|
|
517
|
+
DesiredInferenceUnits: number | undefined;
|
|
518
|
+
|
|
519
|
+
ClientRequestToken?: string;
|
|
520
|
+
|
|
521
|
+
Tags?: Tag[];
|
|
522
|
+
|
|
523
|
+
DataAccessRoleArn?: string;
|
|
524
|
+
}
|
|
525
|
+
export interface CreateEndpointResponse {
|
|
526
|
+
EndpointArn?: string;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
530
|
+
readonly name: "ResourceNotFoundException";
|
|
531
|
+
readonly $fault: "client";
|
|
532
|
+
Message?: string;
|
|
533
|
+
|
|
534
|
+
constructor(
|
|
535
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
536
|
+
);
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
export interface EntityRecognizerAnnotations {
|
|
540
|
+
S3Uri: string | undefined;
|
|
541
|
+
|
|
542
|
+
TestS3Uri?: string;
|
|
543
|
+
}
|
|
544
|
+
export declare enum EntityRecognizerDataFormat {
|
|
545
|
+
AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
|
|
546
|
+
COMPREHEND_CSV = "COMPREHEND_CSV",
|
|
547
|
+
}
|
|
548
|
+
export declare enum InputFormat {
|
|
549
|
+
ONE_DOC_PER_FILE = "ONE_DOC_PER_FILE",
|
|
550
|
+
ONE_DOC_PER_LINE = "ONE_DOC_PER_LINE",
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
export interface EntityRecognizerDocuments {
|
|
554
|
+
S3Uri: string | undefined;
|
|
555
|
+
|
|
556
|
+
TestS3Uri?: string;
|
|
557
|
+
|
|
558
|
+
InputFormat?: InputFormat | string;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
export interface EntityRecognizerEntityList {
|
|
562
|
+
S3Uri: string | undefined;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
export interface EntityTypesListItem {
|
|
566
|
+
Type: string | undefined;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
export interface EntityRecognizerInputDataConfig {
|
|
570
|
+
DataFormat?: EntityRecognizerDataFormat | string;
|
|
571
|
+
|
|
572
|
+
EntityTypes: EntityTypesListItem[] | undefined;
|
|
573
|
+
|
|
574
|
+
Documents?: EntityRecognizerDocuments;
|
|
575
|
+
|
|
576
|
+
Annotations?: EntityRecognizerAnnotations;
|
|
577
|
+
|
|
578
|
+
EntityList?: EntityRecognizerEntityList;
|
|
579
|
+
|
|
580
|
+
AugmentedManifests?: AugmentedManifestsListItem[];
|
|
581
|
+
}
|
|
582
|
+
export interface CreateEntityRecognizerRequest {
|
|
583
|
+
RecognizerName: string | undefined;
|
|
584
|
+
|
|
585
|
+
VersionName?: string;
|
|
586
|
+
|
|
587
|
+
DataAccessRoleArn: string | undefined;
|
|
588
|
+
|
|
589
|
+
Tags?: Tag[];
|
|
590
|
+
|
|
591
|
+
InputDataConfig: EntityRecognizerInputDataConfig | undefined;
|
|
592
|
+
|
|
593
|
+
ClientRequestToken?: string;
|
|
594
|
+
|
|
595
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
596
|
+
|
|
597
|
+
VolumeKmsKeyId?: string;
|
|
598
|
+
|
|
599
|
+
VpcConfig?: VpcConfig;
|
|
600
|
+
|
|
601
|
+
ModelKmsKeyId?: string;
|
|
602
|
+
|
|
603
|
+
ModelPolicy?: string;
|
|
604
|
+
}
|
|
605
|
+
export interface CreateEntityRecognizerResponse {
|
|
606
|
+
EntityRecognizerArn?: string;
|
|
607
|
+
}
|
|
608
|
+
export interface DeleteDocumentClassifierRequest {
|
|
609
|
+
DocumentClassifierArn: string | undefined;
|
|
610
|
+
}
|
|
611
|
+
export interface DeleteDocumentClassifierResponse {}
|
|
612
|
+
export interface DeleteEndpointRequest {
|
|
613
|
+
EndpointArn: string | undefined;
|
|
614
|
+
}
|
|
615
|
+
export interface DeleteEndpointResponse {}
|
|
616
|
+
export interface DeleteEntityRecognizerRequest {
|
|
617
|
+
EntityRecognizerArn: string | undefined;
|
|
618
|
+
}
|
|
619
|
+
export interface DeleteEntityRecognizerResponse {}
|
|
620
|
+
export interface DeleteResourcePolicyRequest {
|
|
621
|
+
ResourceArn: string | undefined;
|
|
622
|
+
|
|
623
|
+
PolicyRevisionId?: string;
|
|
624
|
+
}
|
|
625
|
+
export interface DeleteResourcePolicyResponse {}
|
|
626
|
+
export interface DescribeDocumentClassificationJobRequest {
|
|
627
|
+
JobId: string | undefined;
|
|
628
|
+
}
|
|
629
|
+
export declare enum DocumentReadAction {
|
|
630
|
+
TEXTRACT_ANALYZE_DOCUMENT = "TEXTRACT_ANALYZE_DOCUMENT",
|
|
631
|
+
TEXTRACT_DETECT_DOCUMENT_TEXT = "TEXTRACT_DETECT_DOCUMENT_TEXT",
|
|
632
|
+
}
|
|
633
|
+
export declare enum DocumentReadMode {
|
|
634
|
+
FORCE_DOCUMENT_READ_ACTION = "FORCE_DOCUMENT_READ_ACTION",
|
|
635
|
+
SERVICE_DEFAULT = "SERVICE_DEFAULT",
|
|
636
|
+
}
|
|
637
|
+
export declare enum DocumentReadFeatureTypes {
|
|
638
|
+
FORMS = "FORMS",
|
|
639
|
+
TABLES = "TABLES",
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
export interface DocumentReaderConfig {
|
|
643
|
+
DocumentReadAction: DocumentReadAction | string | undefined;
|
|
644
|
+
|
|
645
|
+
DocumentReadMode?: DocumentReadMode | string;
|
|
646
|
+
|
|
647
|
+
FeatureTypes?: (DocumentReadFeatureTypes | string)[];
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
export interface InputDataConfig {
|
|
651
|
+
S3Uri: string | undefined;
|
|
652
|
+
|
|
653
|
+
InputFormat?: InputFormat | string;
|
|
654
|
+
|
|
655
|
+
DocumentReaderConfig?: DocumentReaderConfig;
|
|
656
|
+
}
|
|
657
|
+
export declare enum JobStatus {
|
|
658
|
+
COMPLETED = "COMPLETED",
|
|
659
|
+
FAILED = "FAILED",
|
|
660
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
661
|
+
STOPPED = "STOPPED",
|
|
662
|
+
STOP_REQUESTED = "STOP_REQUESTED",
|
|
663
|
+
SUBMITTED = "SUBMITTED",
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
export interface OutputDataConfig {
|
|
667
|
+
S3Uri: string | undefined;
|
|
668
|
+
|
|
669
|
+
KmsKeyId?: string;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
export interface DocumentClassificationJobProperties {
|
|
673
|
+
JobId?: string;
|
|
674
|
+
|
|
675
|
+
JobArn?: string;
|
|
676
|
+
|
|
677
|
+
JobName?: string;
|
|
678
|
+
|
|
679
|
+
JobStatus?: JobStatus | string;
|
|
680
|
+
|
|
681
|
+
Message?: string;
|
|
682
|
+
|
|
683
|
+
SubmitTime?: Date;
|
|
684
|
+
|
|
685
|
+
EndTime?: Date;
|
|
686
|
+
|
|
687
|
+
DocumentClassifierArn?: string;
|
|
688
|
+
|
|
689
|
+
InputDataConfig?: InputDataConfig;
|
|
690
|
+
|
|
691
|
+
OutputDataConfig?: OutputDataConfig;
|
|
692
|
+
|
|
693
|
+
DataAccessRoleArn?: string;
|
|
694
|
+
|
|
695
|
+
VolumeKmsKeyId?: string;
|
|
696
|
+
|
|
697
|
+
VpcConfig?: VpcConfig;
|
|
698
|
+
}
|
|
699
|
+
export interface DescribeDocumentClassificationJobResponse {
|
|
700
|
+
DocumentClassificationJobProperties?: DocumentClassificationJobProperties;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
export declare class JobNotFoundException extends __BaseException {
|
|
704
|
+
readonly name: "JobNotFoundException";
|
|
705
|
+
readonly $fault: "client";
|
|
706
|
+
Message?: string;
|
|
707
|
+
|
|
708
|
+
constructor(
|
|
709
|
+
opts: __ExceptionOptionType<JobNotFoundException, __BaseException>
|
|
710
|
+
);
|
|
711
|
+
}
|
|
712
|
+
export interface DescribeDocumentClassifierRequest {
|
|
713
|
+
DocumentClassifierArn: string | undefined;
|
|
714
|
+
}
|
|
715
|
+
export declare enum ModelStatus {
|
|
716
|
+
DELETING = "DELETING",
|
|
717
|
+
IN_ERROR = "IN_ERROR",
|
|
718
|
+
STOPPED = "STOPPED",
|
|
719
|
+
STOP_REQUESTED = "STOP_REQUESTED",
|
|
720
|
+
SUBMITTED = "SUBMITTED",
|
|
721
|
+
TRAINED = "TRAINED",
|
|
722
|
+
TRAINING = "TRAINING",
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export interface DocumentClassifierProperties {
|
|
726
|
+
DocumentClassifierArn?: string;
|
|
727
|
+
|
|
728
|
+
LanguageCode?: LanguageCode | string;
|
|
729
|
+
|
|
730
|
+
Status?: ModelStatus | string;
|
|
731
|
+
|
|
732
|
+
Message?: string;
|
|
733
|
+
|
|
734
|
+
SubmitTime?: Date;
|
|
735
|
+
|
|
736
|
+
EndTime?: Date;
|
|
737
|
+
|
|
738
|
+
TrainingStartTime?: Date;
|
|
739
|
+
|
|
740
|
+
TrainingEndTime?: Date;
|
|
741
|
+
|
|
742
|
+
InputDataConfig?: DocumentClassifierInputDataConfig;
|
|
743
|
+
|
|
744
|
+
OutputDataConfig?: DocumentClassifierOutputDataConfig;
|
|
745
|
+
|
|
746
|
+
ClassifierMetadata?: ClassifierMetadata;
|
|
747
|
+
|
|
748
|
+
DataAccessRoleArn?: string;
|
|
749
|
+
|
|
750
|
+
VolumeKmsKeyId?: string;
|
|
751
|
+
|
|
752
|
+
VpcConfig?: VpcConfig;
|
|
753
|
+
|
|
754
|
+
Mode?: DocumentClassifierMode | string;
|
|
755
|
+
|
|
756
|
+
ModelKmsKeyId?: string;
|
|
757
|
+
|
|
758
|
+
VersionName?: string;
|
|
759
|
+
|
|
760
|
+
SourceModelArn?: string;
|
|
761
|
+
}
|
|
762
|
+
export interface DescribeDocumentClassifierResponse {
|
|
763
|
+
DocumentClassifierProperties?: DocumentClassifierProperties;
|
|
764
|
+
}
|
|
765
|
+
export interface DescribeDominantLanguageDetectionJobRequest {
|
|
766
|
+
JobId: string | undefined;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
export interface DominantLanguageDetectionJobProperties {
|
|
770
|
+
JobId?: string;
|
|
771
|
+
|
|
772
|
+
JobArn?: string;
|
|
773
|
+
|
|
774
|
+
JobName?: string;
|
|
775
|
+
|
|
776
|
+
JobStatus?: JobStatus | string;
|
|
777
|
+
|
|
778
|
+
Message?: string;
|
|
779
|
+
|
|
780
|
+
SubmitTime?: Date;
|
|
781
|
+
|
|
782
|
+
EndTime?: Date;
|
|
783
|
+
|
|
784
|
+
InputDataConfig?: InputDataConfig;
|
|
785
|
+
|
|
786
|
+
OutputDataConfig?: OutputDataConfig;
|
|
787
|
+
|
|
788
|
+
DataAccessRoleArn?: string;
|
|
789
|
+
|
|
790
|
+
VolumeKmsKeyId?: string;
|
|
791
|
+
|
|
792
|
+
VpcConfig?: VpcConfig;
|
|
793
|
+
}
|
|
794
|
+
export interface DescribeDominantLanguageDetectionJobResponse {
|
|
795
|
+
DominantLanguageDetectionJobProperties?: DominantLanguageDetectionJobProperties;
|
|
796
|
+
}
|
|
797
|
+
export interface DescribeEndpointRequest {
|
|
798
|
+
EndpointArn: string | undefined;
|
|
799
|
+
}
|
|
800
|
+
export declare enum EndpointStatus {
|
|
801
|
+
CREATING = "CREATING",
|
|
802
|
+
DELETING = "DELETING",
|
|
803
|
+
FAILED = "FAILED",
|
|
804
|
+
IN_SERVICE = "IN_SERVICE",
|
|
805
|
+
UPDATING = "UPDATING",
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
export interface EndpointProperties {
|
|
809
|
+
EndpointArn?: string;
|
|
810
|
+
|
|
811
|
+
Status?: EndpointStatus | string;
|
|
812
|
+
|
|
813
|
+
Message?: string;
|
|
814
|
+
|
|
815
|
+
ModelArn?: string;
|
|
816
|
+
|
|
817
|
+
DesiredModelArn?: string;
|
|
818
|
+
|
|
819
|
+
DesiredInferenceUnits?: number;
|
|
820
|
+
|
|
821
|
+
CurrentInferenceUnits?: number;
|
|
822
|
+
|
|
823
|
+
CreationTime?: Date;
|
|
824
|
+
|
|
825
|
+
LastModifiedTime?: Date;
|
|
826
|
+
|
|
827
|
+
DataAccessRoleArn?: string;
|
|
828
|
+
|
|
829
|
+
DesiredDataAccessRoleArn?: string;
|
|
830
|
+
}
|
|
831
|
+
export interface DescribeEndpointResponse {
|
|
832
|
+
EndpointProperties?: EndpointProperties;
|
|
833
|
+
}
|
|
834
|
+
export interface DescribeEntitiesDetectionJobRequest {
|
|
835
|
+
JobId: string | undefined;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
export interface EntitiesDetectionJobProperties {
|
|
839
|
+
JobId?: string;
|
|
840
|
+
|
|
841
|
+
JobArn?: string;
|
|
842
|
+
|
|
843
|
+
JobName?: string;
|
|
844
|
+
|
|
845
|
+
JobStatus?: JobStatus | string;
|
|
846
|
+
|
|
847
|
+
Message?: string;
|
|
848
|
+
|
|
849
|
+
SubmitTime?: Date;
|
|
850
|
+
|
|
851
|
+
EndTime?: Date;
|
|
852
|
+
|
|
853
|
+
EntityRecognizerArn?: string;
|
|
854
|
+
|
|
855
|
+
InputDataConfig?: InputDataConfig;
|
|
856
|
+
|
|
857
|
+
OutputDataConfig?: OutputDataConfig;
|
|
858
|
+
|
|
859
|
+
LanguageCode?: LanguageCode | string;
|
|
860
|
+
|
|
861
|
+
DataAccessRoleArn?: string;
|
|
862
|
+
|
|
863
|
+
VolumeKmsKeyId?: string;
|
|
864
|
+
|
|
865
|
+
VpcConfig?: VpcConfig;
|
|
866
|
+
}
|
|
867
|
+
export interface DescribeEntitiesDetectionJobResponse {
|
|
868
|
+
EntitiesDetectionJobProperties?: EntitiesDetectionJobProperties;
|
|
869
|
+
}
|
|
870
|
+
export interface DescribeEntityRecognizerRequest {
|
|
871
|
+
EntityRecognizerArn: string | undefined;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
export interface EntityTypesEvaluationMetrics {
|
|
875
|
+
Precision?: number;
|
|
876
|
+
|
|
877
|
+
Recall?: number;
|
|
878
|
+
|
|
879
|
+
F1Score?: number;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
export interface EntityRecognizerMetadataEntityTypesListItem {
|
|
883
|
+
Type?: string;
|
|
884
|
+
|
|
885
|
+
EvaluationMetrics?: EntityTypesEvaluationMetrics;
|
|
886
|
+
|
|
887
|
+
NumberOfTrainMentions?: number;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
export interface EntityRecognizerEvaluationMetrics {
|
|
891
|
+
Precision?: number;
|
|
892
|
+
|
|
893
|
+
Recall?: number;
|
|
894
|
+
|
|
895
|
+
F1Score?: number;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
export interface EntityRecognizerMetadata {
|
|
899
|
+
NumberOfTrainedDocuments?: number;
|
|
900
|
+
|
|
901
|
+
NumberOfTestDocuments?: number;
|
|
902
|
+
|
|
903
|
+
EvaluationMetrics?: EntityRecognizerEvaluationMetrics;
|
|
904
|
+
|
|
905
|
+
EntityTypes?: EntityRecognizerMetadataEntityTypesListItem[];
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
export interface EntityRecognizerProperties {
|
|
909
|
+
EntityRecognizerArn?: string;
|
|
910
|
+
|
|
911
|
+
LanguageCode?: LanguageCode | string;
|
|
912
|
+
|
|
913
|
+
Status?: ModelStatus | string;
|
|
914
|
+
|
|
915
|
+
Message?: string;
|
|
916
|
+
|
|
917
|
+
SubmitTime?: Date;
|
|
918
|
+
|
|
919
|
+
EndTime?: Date;
|
|
920
|
+
|
|
921
|
+
TrainingStartTime?: Date;
|
|
922
|
+
|
|
923
|
+
TrainingEndTime?: Date;
|
|
924
|
+
|
|
925
|
+
InputDataConfig?: EntityRecognizerInputDataConfig;
|
|
926
|
+
|
|
927
|
+
RecognizerMetadata?: EntityRecognizerMetadata;
|
|
928
|
+
|
|
929
|
+
DataAccessRoleArn?: string;
|
|
930
|
+
|
|
931
|
+
VolumeKmsKeyId?: string;
|
|
932
|
+
|
|
933
|
+
VpcConfig?: VpcConfig;
|
|
934
|
+
|
|
935
|
+
ModelKmsKeyId?: string;
|
|
936
|
+
|
|
937
|
+
VersionName?: string;
|
|
938
|
+
|
|
939
|
+
SourceModelArn?: string;
|
|
940
|
+
}
|
|
941
|
+
export interface DescribeEntityRecognizerResponse {
|
|
942
|
+
EntityRecognizerProperties?: EntityRecognizerProperties;
|
|
943
|
+
}
|
|
944
|
+
export interface DescribeEventsDetectionJobRequest {
|
|
945
|
+
JobId: string | undefined;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
export interface EventsDetectionJobProperties {
|
|
949
|
+
JobId?: string;
|
|
950
|
+
|
|
951
|
+
JobArn?: string;
|
|
952
|
+
|
|
953
|
+
JobName?: string;
|
|
954
|
+
|
|
955
|
+
JobStatus?: JobStatus | string;
|
|
956
|
+
|
|
957
|
+
Message?: string;
|
|
958
|
+
|
|
959
|
+
SubmitTime?: Date;
|
|
960
|
+
|
|
961
|
+
EndTime?: Date;
|
|
962
|
+
|
|
963
|
+
InputDataConfig?: InputDataConfig;
|
|
964
|
+
|
|
965
|
+
OutputDataConfig?: OutputDataConfig;
|
|
966
|
+
|
|
967
|
+
LanguageCode?: LanguageCode | string;
|
|
968
|
+
|
|
969
|
+
DataAccessRoleArn?: string;
|
|
970
|
+
|
|
971
|
+
TargetEventTypes?: string[];
|
|
972
|
+
}
|
|
973
|
+
export interface DescribeEventsDetectionJobResponse {
|
|
974
|
+
EventsDetectionJobProperties?: EventsDetectionJobProperties;
|
|
975
|
+
}
|
|
976
|
+
export interface DescribeKeyPhrasesDetectionJobRequest {
|
|
977
|
+
JobId: string | undefined;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
export interface KeyPhrasesDetectionJobProperties {
|
|
981
|
+
JobId?: string;
|
|
982
|
+
|
|
983
|
+
JobArn?: string;
|
|
984
|
+
|
|
985
|
+
JobName?: string;
|
|
986
|
+
|
|
987
|
+
JobStatus?: JobStatus | string;
|
|
988
|
+
|
|
989
|
+
Message?: string;
|
|
990
|
+
|
|
991
|
+
SubmitTime?: Date;
|
|
992
|
+
|
|
993
|
+
EndTime?: Date;
|
|
994
|
+
|
|
995
|
+
InputDataConfig?: InputDataConfig;
|
|
996
|
+
|
|
997
|
+
OutputDataConfig?: OutputDataConfig;
|
|
998
|
+
|
|
999
|
+
LanguageCode?: LanguageCode | string;
|
|
1000
|
+
|
|
1001
|
+
DataAccessRoleArn?: string;
|
|
1002
|
+
|
|
1003
|
+
VolumeKmsKeyId?: string;
|
|
1004
|
+
|
|
1005
|
+
VpcConfig?: VpcConfig;
|
|
1006
|
+
}
|
|
1007
|
+
export interface DescribeKeyPhrasesDetectionJobResponse {
|
|
1008
|
+
KeyPhrasesDetectionJobProperties?: KeyPhrasesDetectionJobProperties;
|
|
1009
|
+
}
|
|
1010
|
+
export interface DescribePiiEntitiesDetectionJobRequest {
|
|
1011
|
+
JobId: string | undefined;
|
|
1012
|
+
}
|
|
1013
|
+
export declare enum PiiEntitiesDetectionMode {
|
|
1014
|
+
ONLY_OFFSETS = "ONLY_OFFSETS",
|
|
1015
|
+
ONLY_REDACTION = "ONLY_REDACTION",
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
export interface PiiOutputDataConfig {
|
|
1019
|
+
S3Uri: string | undefined;
|
|
1020
|
+
|
|
1021
|
+
KmsKeyId?: string;
|
|
1022
|
+
}
|
|
1023
|
+
export declare enum PiiEntitiesDetectionMaskMode {
|
|
1024
|
+
MASK = "MASK",
|
|
1025
|
+
REPLACE_WITH_PII_ENTITY_TYPE = "REPLACE_WITH_PII_ENTITY_TYPE",
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
export interface RedactionConfig {
|
|
1029
|
+
PiiEntityTypes?: (PiiEntityType | string)[];
|
|
1030
|
+
|
|
1031
|
+
MaskMode?: PiiEntitiesDetectionMaskMode | string;
|
|
1032
|
+
|
|
1033
|
+
MaskCharacter?: string;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
export interface PiiEntitiesDetectionJobProperties {
|
|
1037
|
+
JobId?: string;
|
|
1038
|
+
|
|
1039
|
+
JobArn?: string;
|
|
1040
|
+
|
|
1041
|
+
JobName?: string;
|
|
1042
|
+
|
|
1043
|
+
JobStatus?: JobStatus | string;
|
|
1044
|
+
|
|
1045
|
+
Message?: string;
|
|
1046
|
+
|
|
1047
|
+
SubmitTime?: Date;
|
|
1048
|
+
|
|
1049
|
+
EndTime?: Date;
|
|
1050
|
+
|
|
1051
|
+
InputDataConfig?: InputDataConfig;
|
|
1052
|
+
|
|
1053
|
+
OutputDataConfig?: PiiOutputDataConfig;
|
|
1054
|
+
|
|
1055
|
+
RedactionConfig?: RedactionConfig;
|
|
1056
|
+
|
|
1057
|
+
LanguageCode?: LanguageCode | string;
|
|
1058
|
+
|
|
1059
|
+
DataAccessRoleArn?: string;
|
|
1060
|
+
|
|
1061
|
+
Mode?: PiiEntitiesDetectionMode | string;
|
|
1062
|
+
}
|
|
1063
|
+
export interface DescribePiiEntitiesDetectionJobResponse {
|
|
1064
|
+
PiiEntitiesDetectionJobProperties?: PiiEntitiesDetectionJobProperties;
|
|
1065
|
+
}
|
|
1066
|
+
export interface DescribeResourcePolicyRequest {
|
|
1067
|
+
ResourceArn: string | undefined;
|
|
1068
|
+
}
|
|
1069
|
+
export interface DescribeResourcePolicyResponse {
|
|
1070
|
+
ResourcePolicy?: string;
|
|
1071
|
+
|
|
1072
|
+
CreationTime?: Date;
|
|
1073
|
+
|
|
1074
|
+
LastModifiedTime?: Date;
|
|
1075
|
+
|
|
1076
|
+
PolicyRevisionId?: string;
|
|
1077
|
+
}
|
|
1078
|
+
export interface DescribeSentimentDetectionJobRequest {
|
|
1079
|
+
JobId: string | undefined;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
export interface SentimentDetectionJobProperties {
|
|
1083
|
+
JobId?: string;
|
|
1084
|
+
|
|
1085
|
+
JobArn?: string;
|
|
1086
|
+
|
|
1087
|
+
JobName?: string;
|
|
1088
|
+
|
|
1089
|
+
JobStatus?: JobStatus | string;
|
|
1090
|
+
|
|
1091
|
+
Message?: string;
|
|
1092
|
+
|
|
1093
|
+
SubmitTime?: Date;
|
|
1094
|
+
|
|
1095
|
+
EndTime?: Date;
|
|
1096
|
+
|
|
1097
|
+
InputDataConfig?: InputDataConfig;
|
|
1098
|
+
|
|
1099
|
+
OutputDataConfig?: OutputDataConfig;
|
|
1100
|
+
|
|
1101
|
+
LanguageCode?: LanguageCode | string;
|
|
1102
|
+
|
|
1103
|
+
DataAccessRoleArn?: string;
|
|
1104
|
+
|
|
1105
|
+
VolumeKmsKeyId?: string;
|
|
1106
|
+
|
|
1107
|
+
VpcConfig?: VpcConfig;
|
|
1108
|
+
}
|
|
1109
|
+
export interface DescribeSentimentDetectionJobResponse {
|
|
1110
|
+
SentimentDetectionJobProperties?: SentimentDetectionJobProperties;
|
|
1111
|
+
}
|
|
1112
|
+
export interface DescribeTargetedSentimentDetectionJobRequest {
|
|
1113
|
+
JobId: string | undefined;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
export interface TargetedSentimentDetectionJobProperties {
|
|
1117
|
+
JobId?: string;
|
|
1118
|
+
|
|
1119
|
+
JobArn?: string;
|
|
1120
|
+
|
|
1121
|
+
JobName?: string;
|
|
1122
|
+
|
|
1123
|
+
JobStatus?: JobStatus | string;
|
|
1124
|
+
|
|
1125
|
+
Message?: string;
|
|
1126
|
+
|
|
1127
|
+
SubmitTime?: Date;
|
|
1128
|
+
|
|
1129
|
+
EndTime?: Date;
|
|
1130
|
+
|
|
1131
|
+
InputDataConfig?: InputDataConfig;
|
|
1132
|
+
|
|
1133
|
+
OutputDataConfig?: OutputDataConfig;
|
|
1134
|
+
|
|
1135
|
+
LanguageCode?: LanguageCode | string;
|
|
1136
|
+
|
|
1137
|
+
DataAccessRoleArn?: string;
|
|
1138
|
+
|
|
1139
|
+
VolumeKmsKeyId?: string;
|
|
1140
|
+
|
|
1141
|
+
VpcConfig?: VpcConfig;
|
|
1142
|
+
}
|
|
1143
|
+
export interface DescribeTargetedSentimentDetectionJobResponse {
|
|
1144
|
+
TargetedSentimentDetectionJobProperties?: TargetedSentimentDetectionJobProperties;
|
|
1145
|
+
}
|
|
1146
|
+
export interface DescribeTopicsDetectionJobRequest {
|
|
1147
|
+
JobId: string | undefined;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
export interface TopicsDetectionJobProperties {
|
|
1151
|
+
JobId?: string;
|
|
1152
|
+
|
|
1153
|
+
JobArn?: string;
|
|
1154
|
+
|
|
1155
|
+
JobName?: string;
|
|
1156
|
+
|
|
1157
|
+
JobStatus?: JobStatus | string;
|
|
1158
|
+
|
|
1159
|
+
Message?: string;
|
|
1160
|
+
|
|
1161
|
+
SubmitTime?: Date;
|
|
1162
|
+
|
|
1163
|
+
EndTime?: Date;
|
|
1164
|
+
|
|
1165
|
+
InputDataConfig?: InputDataConfig;
|
|
1166
|
+
|
|
1167
|
+
OutputDataConfig?: OutputDataConfig;
|
|
1168
|
+
|
|
1169
|
+
NumberOfTopics?: number;
|
|
1170
|
+
|
|
1171
|
+
DataAccessRoleArn?: string;
|
|
1172
|
+
|
|
1173
|
+
VolumeKmsKeyId?: string;
|
|
1174
|
+
|
|
1175
|
+
VpcConfig?: VpcConfig;
|
|
1176
|
+
}
|
|
1177
|
+
export interface DescribeTopicsDetectionJobResponse {
|
|
1178
|
+
TopicsDetectionJobProperties?: TopicsDetectionJobProperties;
|
|
1179
|
+
}
|
|
1180
|
+
export interface DetectDominantLanguageRequest {
|
|
1181
|
+
Text: string | undefined;
|
|
1182
|
+
}
|
|
1183
|
+
export interface DetectDominantLanguageResponse {
|
|
1184
|
+
Languages?: DominantLanguage[];
|
|
1185
|
+
}
|
|
1186
|
+
export interface DetectEntitiesRequest {
|
|
1187
|
+
Text: string | undefined;
|
|
1188
|
+
|
|
1189
|
+
LanguageCode?: LanguageCode | string;
|
|
1190
|
+
|
|
1191
|
+
EndpointArn?: string;
|
|
1192
|
+
}
|
|
1193
|
+
export interface DetectEntitiesResponse {
|
|
1194
|
+
Entities?: Entity[];
|
|
1195
|
+
}
|
|
1196
|
+
export interface DetectKeyPhrasesRequest {
|
|
1197
|
+
Text: string | undefined;
|
|
1198
|
+
|
|
1199
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1200
|
+
}
|
|
1201
|
+
export interface DetectKeyPhrasesResponse {
|
|
1202
|
+
KeyPhrases?: KeyPhrase[];
|
|
1203
|
+
}
|
|
1204
|
+
export interface DetectPiiEntitiesRequest {
|
|
1205
|
+
Text: string | undefined;
|
|
1206
|
+
|
|
1207
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
export interface PiiEntity {
|
|
1211
|
+
Score?: number;
|
|
1212
|
+
|
|
1213
|
+
Type?: PiiEntityType | string;
|
|
1214
|
+
|
|
1215
|
+
BeginOffset?: number;
|
|
1216
|
+
|
|
1217
|
+
EndOffset?: number;
|
|
1218
|
+
}
|
|
1219
|
+
export interface DetectPiiEntitiesResponse {
|
|
1220
|
+
Entities?: PiiEntity[];
|
|
1221
|
+
}
|
|
1222
|
+
export interface DetectSentimentRequest {
|
|
1223
|
+
Text: string | undefined;
|
|
1224
|
+
|
|
1225
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1226
|
+
}
|
|
1227
|
+
export interface DetectSentimentResponse {
|
|
1228
|
+
Sentiment?: SentimentType | string;
|
|
1229
|
+
|
|
1230
|
+
SentimentScore?: SentimentScore;
|
|
1231
|
+
}
|
|
1232
|
+
export interface DetectSyntaxRequest {
|
|
1233
|
+
Text: string | undefined;
|
|
1234
|
+
|
|
1235
|
+
LanguageCode: SyntaxLanguageCode | string | undefined;
|
|
1236
|
+
}
|
|
1237
|
+
export interface DetectSyntaxResponse {
|
|
1238
|
+
SyntaxTokens?: SyntaxToken[];
|
|
1239
|
+
}
|
|
1240
|
+
export interface ImportModelRequest {
|
|
1241
|
+
SourceModelArn: string | undefined;
|
|
1242
|
+
|
|
1243
|
+
ModelName?: string;
|
|
1244
|
+
|
|
1245
|
+
VersionName?: string;
|
|
1246
|
+
|
|
1247
|
+
ModelKmsKeyId?: string;
|
|
1248
|
+
|
|
1249
|
+
DataAccessRoleArn?: string;
|
|
1250
|
+
|
|
1251
|
+
Tags?: Tag[];
|
|
1252
|
+
}
|
|
1253
|
+
export interface ImportModelResponse {
|
|
1254
|
+
ModelArn?: string;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
export declare class InvalidFilterException extends __BaseException {
|
|
1258
|
+
readonly name: "InvalidFilterException";
|
|
1259
|
+
readonly $fault: "client";
|
|
1260
|
+
Message?: string;
|
|
1261
|
+
|
|
1262
|
+
constructor(
|
|
1263
|
+
opts: __ExceptionOptionType<InvalidFilterException, __BaseException>
|
|
1264
|
+
);
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
export interface DocumentClassificationJobFilter {
|
|
1268
|
+
JobName?: string;
|
|
1269
|
+
|
|
1270
|
+
JobStatus?: JobStatus | string;
|
|
1271
|
+
|
|
1272
|
+
SubmitTimeBefore?: Date;
|
|
1273
|
+
|
|
1274
|
+
SubmitTimeAfter?: Date;
|
|
1275
|
+
}
|
|
1276
|
+
export interface ListDocumentClassificationJobsRequest {
|
|
1277
|
+
Filter?: DocumentClassificationJobFilter;
|
|
1278
|
+
|
|
1279
|
+
NextToken?: string;
|
|
1280
|
+
|
|
1281
|
+
MaxResults?: number;
|
|
1282
|
+
}
|
|
1283
|
+
export interface ListDocumentClassificationJobsResponse {
|
|
1284
|
+
DocumentClassificationJobPropertiesList?: DocumentClassificationJobProperties[];
|
|
1285
|
+
|
|
1286
|
+
NextToken?: string;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
export interface DocumentClassifierFilter {
|
|
1290
|
+
Status?: ModelStatus | string;
|
|
1291
|
+
|
|
1292
|
+
DocumentClassifierName?: string;
|
|
1293
|
+
|
|
1294
|
+
SubmitTimeBefore?: Date;
|
|
1295
|
+
|
|
1296
|
+
SubmitTimeAfter?: Date;
|
|
1297
|
+
}
|
|
1298
|
+
export interface ListDocumentClassifiersRequest {
|
|
1299
|
+
Filter?: DocumentClassifierFilter;
|
|
1300
|
+
|
|
1301
|
+
NextToken?: string;
|
|
1302
|
+
|
|
1303
|
+
MaxResults?: number;
|
|
1304
|
+
}
|
|
1305
|
+
export interface ListDocumentClassifiersResponse {
|
|
1306
|
+
DocumentClassifierPropertiesList?: DocumentClassifierProperties[];
|
|
1307
|
+
|
|
1308
|
+
NextToken?: string;
|
|
1309
|
+
}
|
|
1310
|
+
export interface ListDocumentClassifierSummariesRequest {
|
|
1311
|
+
NextToken?: string;
|
|
1312
|
+
|
|
1313
|
+
MaxResults?: number;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
export interface DocumentClassifierSummary {
|
|
1317
|
+
DocumentClassifierName?: string;
|
|
1318
|
+
|
|
1319
|
+
NumberOfVersions?: number;
|
|
1320
|
+
|
|
1321
|
+
LatestVersionCreatedAt?: Date;
|
|
1322
|
+
|
|
1323
|
+
LatestVersionName?: string;
|
|
1324
|
+
|
|
1325
|
+
LatestVersionStatus?: ModelStatus | string;
|
|
1326
|
+
}
|
|
1327
|
+
export interface ListDocumentClassifierSummariesResponse {
|
|
1328
|
+
DocumentClassifierSummariesList?: DocumentClassifierSummary[];
|
|
1329
|
+
|
|
1330
|
+
NextToken?: string;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
export interface DominantLanguageDetectionJobFilter {
|
|
1334
|
+
JobName?: string;
|
|
1335
|
+
|
|
1336
|
+
JobStatus?: JobStatus | string;
|
|
1337
|
+
|
|
1338
|
+
SubmitTimeBefore?: Date;
|
|
1339
|
+
|
|
1340
|
+
SubmitTimeAfter?: Date;
|
|
1341
|
+
}
|
|
1342
|
+
export interface ListDominantLanguageDetectionJobsRequest {
|
|
1343
|
+
Filter?: DominantLanguageDetectionJobFilter;
|
|
1344
|
+
|
|
1345
|
+
NextToken?: string;
|
|
1346
|
+
|
|
1347
|
+
MaxResults?: number;
|
|
1348
|
+
}
|
|
1349
|
+
export interface ListDominantLanguageDetectionJobsResponse {
|
|
1350
|
+
DominantLanguageDetectionJobPropertiesList?: DominantLanguageDetectionJobProperties[];
|
|
1351
|
+
|
|
1352
|
+
NextToken?: string;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
export interface EndpointFilter {
|
|
1356
|
+
ModelArn?: string;
|
|
1357
|
+
|
|
1358
|
+
Status?: EndpointStatus | string;
|
|
1359
|
+
|
|
1360
|
+
CreationTimeBefore?: Date;
|
|
1361
|
+
|
|
1362
|
+
CreationTimeAfter?: Date;
|
|
1363
|
+
}
|
|
1364
|
+
export interface ListEndpointsRequest {
|
|
1365
|
+
Filter?: EndpointFilter;
|
|
1366
|
+
|
|
1367
|
+
NextToken?: string;
|
|
1368
|
+
|
|
1369
|
+
MaxResults?: number;
|
|
1370
|
+
}
|
|
1371
|
+
export interface ListEndpointsResponse {
|
|
1372
|
+
EndpointPropertiesList?: EndpointProperties[];
|
|
1373
|
+
|
|
1374
|
+
NextToken?: string;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
export interface EntitiesDetectionJobFilter {
|
|
1378
|
+
JobName?: string;
|
|
1379
|
+
|
|
1380
|
+
JobStatus?: JobStatus | string;
|
|
1381
|
+
|
|
1382
|
+
SubmitTimeBefore?: Date;
|
|
1383
|
+
|
|
1384
|
+
SubmitTimeAfter?: Date;
|
|
1385
|
+
}
|
|
1386
|
+
export interface ListEntitiesDetectionJobsRequest {
|
|
1387
|
+
Filter?: EntitiesDetectionJobFilter;
|
|
1388
|
+
|
|
1389
|
+
NextToken?: string;
|
|
1390
|
+
|
|
1391
|
+
MaxResults?: number;
|
|
1392
|
+
}
|
|
1393
|
+
export interface ListEntitiesDetectionJobsResponse {
|
|
1394
|
+
EntitiesDetectionJobPropertiesList?: EntitiesDetectionJobProperties[];
|
|
1395
|
+
|
|
1396
|
+
NextToken?: string;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
export interface EntityRecognizerFilter {
|
|
1400
|
+
Status?: ModelStatus | string;
|
|
1401
|
+
|
|
1402
|
+
RecognizerName?: string;
|
|
1403
|
+
|
|
1404
|
+
SubmitTimeBefore?: Date;
|
|
1405
|
+
|
|
1406
|
+
SubmitTimeAfter?: Date;
|
|
1407
|
+
}
|
|
1408
|
+
export interface ListEntityRecognizersRequest {
|
|
1409
|
+
Filter?: EntityRecognizerFilter;
|
|
1410
|
+
|
|
1411
|
+
NextToken?: string;
|
|
1412
|
+
|
|
1413
|
+
MaxResults?: number;
|
|
1414
|
+
}
|
|
1415
|
+
export interface ListEntityRecognizersResponse {
|
|
1416
|
+
EntityRecognizerPropertiesList?: EntityRecognizerProperties[];
|
|
1417
|
+
|
|
1418
|
+
NextToken?: string;
|
|
1419
|
+
}
|
|
1420
|
+
export interface ListEntityRecognizerSummariesRequest {
|
|
1421
|
+
NextToken?: string;
|
|
1422
|
+
|
|
1423
|
+
MaxResults?: number;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
export interface EntityRecognizerSummary {
|
|
1427
|
+
RecognizerName?: string;
|
|
1428
|
+
|
|
1429
|
+
NumberOfVersions?: number;
|
|
1430
|
+
|
|
1431
|
+
LatestVersionCreatedAt?: Date;
|
|
1432
|
+
|
|
1433
|
+
LatestVersionName?: string;
|
|
1434
|
+
|
|
1435
|
+
LatestVersionStatus?: ModelStatus | string;
|
|
1436
|
+
}
|
|
1437
|
+
export interface ListEntityRecognizerSummariesResponse {
|
|
1438
|
+
EntityRecognizerSummariesList?: EntityRecognizerSummary[];
|
|
1439
|
+
|
|
1440
|
+
NextToken?: string;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
export interface EventsDetectionJobFilter {
|
|
1444
|
+
JobName?: string;
|
|
1445
|
+
|
|
1446
|
+
JobStatus?: JobStatus | string;
|
|
1447
|
+
|
|
1448
|
+
SubmitTimeBefore?: Date;
|
|
1449
|
+
|
|
1450
|
+
SubmitTimeAfter?: Date;
|
|
1451
|
+
}
|
|
1452
|
+
export interface ListEventsDetectionJobsRequest {
|
|
1453
|
+
Filter?: EventsDetectionJobFilter;
|
|
1454
|
+
|
|
1455
|
+
NextToken?: string;
|
|
1456
|
+
|
|
1457
|
+
MaxResults?: number;
|
|
1458
|
+
}
|
|
1459
|
+
export interface ListEventsDetectionJobsResponse {
|
|
1460
|
+
EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[];
|
|
1461
|
+
|
|
1462
|
+
NextToken?: string;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
export interface KeyPhrasesDetectionJobFilter {
|
|
1466
|
+
JobName?: string;
|
|
1467
|
+
|
|
1468
|
+
JobStatus?: JobStatus | string;
|
|
1469
|
+
|
|
1470
|
+
SubmitTimeBefore?: Date;
|
|
1471
|
+
|
|
1472
|
+
SubmitTimeAfter?: Date;
|
|
1473
|
+
}
|
|
1474
|
+
export interface ListKeyPhrasesDetectionJobsRequest {
|
|
1475
|
+
Filter?: KeyPhrasesDetectionJobFilter;
|
|
1476
|
+
|
|
1477
|
+
NextToken?: string;
|
|
1478
|
+
|
|
1479
|
+
MaxResults?: number;
|
|
1480
|
+
}
|
|
1481
|
+
export interface ListKeyPhrasesDetectionJobsResponse {
|
|
1482
|
+
KeyPhrasesDetectionJobPropertiesList?: KeyPhrasesDetectionJobProperties[];
|
|
1483
|
+
|
|
1484
|
+
NextToken?: string;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
export interface PiiEntitiesDetectionJobFilter {
|
|
1488
|
+
JobName?: string;
|
|
1489
|
+
|
|
1490
|
+
JobStatus?: JobStatus | string;
|
|
1491
|
+
|
|
1492
|
+
SubmitTimeBefore?: Date;
|
|
1493
|
+
|
|
1494
|
+
SubmitTimeAfter?: Date;
|
|
1495
|
+
}
|
|
1496
|
+
export interface ListPiiEntitiesDetectionJobsRequest {
|
|
1497
|
+
Filter?: PiiEntitiesDetectionJobFilter;
|
|
1498
|
+
|
|
1499
|
+
NextToken?: string;
|
|
1500
|
+
|
|
1501
|
+
MaxResults?: number;
|
|
1502
|
+
}
|
|
1503
|
+
export interface ListPiiEntitiesDetectionJobsResponse {
|
|
1504
|
+
PiiEntitiesDetectionJobPropertiesList?: PiiEntitiesDetectionJobProperties[];
|
|
1505
|
+
|
|
1506
|
+
NextToken?: string;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
export interface SentimentDetectionJobFilter {
|
|
1510
|
+
JobName?: string;
|
|
1511
|
+
|
|
1512
|
+
JobStatus?: JobStatus | string;
|
|
1513
|
+
|
|
1514
|
+
SubmitTimeBefore?: Date;
|
|
1515
|
+
|
|
1516
|
+
SubmitTimeAfter?: Date;
|
|
1517
|
+
}
|
|
1518
|
+
export interface ListSentimentDetectionJobsRequest {
|
|
1519
|
+
Filter?: SentimentDetectionJobFilter;
|
|
1520
|
+
|
|
1521
|
+
NextToken?: string;
|
|
1522
|
+
|
|
1523
|
+
MaxResults?: number;
|
|
1524
|
+
}
|
|
1525
|
+
export interface ListSentimentDetectionJobsResponse {
|
|
1526
|
+
SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[];
|
|
1527
|
+
|
|
1528
|
+
NextToken?: string;
|
|
1529
|
+
}
|
|
1530
|
+
export interface ListTagsForResourceRequest {
|
|
1531
|
+
ResourceArn: string | undefined;
|
|
1532
|
+
}
|
|
1533
|
+
export interface ListTagsForResourceResponse {
|
|
1534
|
+
ResourceArn?: string;
|
|
1535
|
+
|
|
1536
|
+
Tags?: Tag[];
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
export interface TargetedSentimentDetectionJobFilter {
|
|
1540
|
+
JobName?: string;
|
|
1541
|
+
|
|
1542
|
+
JobStatus?: JobStatus | string;
|
|
1543
|
+
|
|
1544
|
+
SubmitTimeBefore?: Date;
|
|
1545
|
+
|
|
1546
|
+
SubmitTimeAfter?: Date;
|
|
1547
|
+
}
|
|
1548
|
+
export interface ListTargetedSentimentDetectionJobsRequest {
|
|
1549
|
+
Filter?: TargetedSentimentDetectionJobFilter;
|
|
1550
|
+
|
|
1551
|
+
NextToken?: string;
|
|
1552
|
+
|
|
1553
|
+
MaxResults?: number;
|
|
1554
|
+
}
|
|
1555
|
+
export interface ListTargetedSentimentDetectionJobsResponse {
|
|
1556
|
+
TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobProperties[];
|
|
1557
|
+
|
|
1558
|
+
NextToken?: string;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
export interface TopicsDetectionJobFilter {
|
|
1562
|
+
JobName?: string;
|
|
1563
|
+
|
|
1564
|
+
JobStatus?: JobStatus | string;
|
|
1565
|
+
|
|
1566
|
+
SubmitTimeBefore?: Date;
|
|
1567
|
+
|
|
1568
|
+
SubmitTimeAfter?: Date;
|
|
1569
|
+
}
|
|
1570
|
+
export interface ListTopicsDetectionJobsRequest {
|
|
1571
|
+
Filter?: TopicsDetectionJobFilter;
|
|
1572
|
+
|
|
1573
|
+
NextToken?: string;
|
|
1574
|
+
|
|
1575
|
+
MaxResults?: number;
|
|
1576
|
+
}
|
|
1577
|
+
export interface ListTopicsDetectionJobsResponse {
|
|
1578
|
+
TopicsDetectionJobPropertiesList?: TopicsDetectionJobProperties[];
|
|
1579
|
+
|
|
1580
|
+
NextToken?: string;
|
|
1581
|
+
}
|
|
1582
|
+
export interface PutResourcePolicyRequest {
|
|
1583
|
+
ResourceArn: string | undefined;
|
|
1584
|
+
|
|
1585
|
+
ResourcePolicy: string | undefined;
|
|
1586
|
+
|
|
1587
|
+
PolicyRevisionId?: string;
|
|
1588
|
+
}
|
|
1589
|
+
export interface PutResourcePolicyResponse {
|
|
1590
|
+
PolicyRevisionId?: string;
|
|
1591
|
+
}
|
|
1592
|
+
export interface StartDocumentClassificationJobRequest {
|
|
1593
|
+
JobName?: string;
|
|
1594
|
+
|
|
1595
|
+
DocumentClassifierArn: string | undefined;
|
|
1596
|
+
|
|
1597
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1598
|
+
|
|
1599
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1600
|
+
|
|
1601
|
+
DataAccessRoleArn: string | undefined;
|
|
1602
|
+
|
|
1603
|
+
ClientRequestToken?: string;
|
|
1604
|
+
|
|
1605
|
+
VolumeKmsKeyId?: string;
|
|
1606
|
+
|
|
1607
|
+
VpcConfig?: VpcConfig;
|
|
1608
|
+
|
|
1609
|
+
Tags?: Tag[];
|
|
1610
|
+
}
|
|
1611
|
+
export interface StartDocumentClassificationJobResponse {
|
|
1612
|
+
JobId?: string;
|
|
1613
|
+
|
|
1614
|
+
JobArn?: string;
|
|
1615
|
+
|
|
1616
|
+
JobStatus?: JobStatus | string;
|
|
1617
|
+
}
|
|
1618
|
+
export interface StartDominantLanguageDetectionJobRequest {
|
|
1619
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1620
|
+
|
|
1621
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1622
|
+
|
|
1623
|
+
DataAccessRoleArn: string | undefined;
|
|
1624
|
+
|
|
1625
|
+
JobName?: string;
|
|
1626
|
+
|
|
1627
|
+
ClientRequestToken?: string;
|
|
1628
|
+
|
|
1629
|
+
VolumeKmsKeyId?: string;
|
|
1630
|
+
|
|
1631
|
+
VpcConfig?: VpcConfig;
|
|
1632
|
+
|
|
1633
|
+
Tags?: Tag[];
|
|
1634
|
+
}
|
|
1635
|
+
export interface StartDominantLanguageDetectionJobResponse {
|
|
1636
|
+
JobId?: string;
|
|
1637
|
+
|
|
1638
|
+
JobArn?: string;
|
|
1639
|
+
|
|
1640
|
+
JobStatus?: JobStatus | string;
|
|
1641
|
+
}
|
|
1642
|
+
export interface StartEntitiesDetectionJobRequest {
|
|
1643
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1644
|
+
|
|
1645
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1646
|
+
|
|
1647
|
+
DataAccessRoleArn: string | undefined;
|
|
1648
|
+
|
|
1649
|
+
JobName?: string;
|
|
1650
|
+
|
|
1651
|
+
EntityRecognizerArn?: string;
|
|
1652
|
+
|
|
1653
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1654
|
+
|
|
1655
|
+
ClientRequestToken?: string;
|
|
1656
|
+
|
|
1657
|
+
VolumeKmsKeyId?: string;
|
|
1658
|
+
|
|
1659
|
+
VpcConfig?: VpcConfig;
|
|
1660
|
+
|
|
1661
|
+
Tags?: Tag[];
|
|
1662
|
+
}
|
|
1663
|
+
export interface StartEntitiesDetectionJobResponse {
|
|
1664
|
+
JobId?: string;
|
|
1665
|
+
|
|
1666
|
+
JobArn?: string;
|
|
1667
|
+
|
|
1668
|
+
JobStatus?: JobStatus | string;
|
|
1669
|
+
}
|
|
1670
|
+
export interface StartEventsDetectionJobRequest {
|
|
1671
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1672
|
+
|
|
1673
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1674
|
+
|
|
1675
|
+
DataAccessRoleArn: string | undefined;
|
|
1676
|
+
|
|
1677
|
+
JobName?: string;
|
|
1678
|
+
|
|
1679
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1680
|
+
|
|
1681
|
+
ClientRequestToken?: string;
|
|
1682
|
+
|
|
1683
|
+
TargetEventTypes: string[] | undefined;
|
|
1684
|
+
|
|
1685
|
+
Tags?: Tag[];
|
|
1686
|
+
}
|
|
1687
|
+
export interface StartEventsDetectionJobResponse {
|
|
1688
|
+
JobId?: string;
|
|
1689
|
+
|
|
1690
|
+
JobArn?: string;
|
|
1691
|
+
|
|
1692
|
+
JobStatus?: JobStatus | string;
|
|
1693
|
+
}
|
|
1694
|
+
export interface StartKeyPhrasesDetectionJobRequest {
|
|
1695
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1696
|
+
|
|
1697
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1698
|
+
|
|
1699
|
+
DataAccessRoleArn: string | undefined;
|
|
1700
|
+
|
|
1701
|
+
JobName?: string;
|
|
1702
|
+
|
|
1703
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1704
|
+
|
|
1705
|
+
ClientRequestToken?: string;
|
|
1706
|
+
|
|
1707
|
+
VolumeKmsKeyId?: string;
|
|
1708
|
+
|
|
1709
|
+
VpcConfig?: VpcConfig;
|
|
1710
|
+
|
|
1711
|
+
Tags?: Tag[];
|
|
1712
|
+
}
|
|
1713
|
+
export interface StartKeyPhrasesDetectionJobResponse {
|
|
1714
|
+
JobId?: string;
|
|
1715
|
+
|
|
1716
|
+
JobArn?: string;
|
|
1717
|
+
|
|
1718
|
+
JobStatus?: JobStatus | string;
|
|
1719
|
+
}
|
|
1720
|
+
export interface StartPiiEntitiesDetectionJobRequest {
|
|
1721
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1722
|
+
|
|
1723
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1724
|
+
|
|
1725
|
+
Mode: PiiEntitiesDetectionMode | string | undefined;
|
|
1726
|
+
|
|
1727
|
+
RedactionConfig?: RedactionConfig;
|
|
1728
|
+
|
|
1729
|
+
DataAccessRoleArn: string | undefined;
|
|
1730
|
+
|
|
1731
|
+
JobName?: string;
|
|
1732
|
+
|
|
1733
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1734
|
+
|
|
1735
|
+
ClientRequestToken?: string;
|
|
1736
|
+
|
|
1737
|
+
Tags?: Tag[];
|
|
1738
|
+
}
|
|
1739
|
+
export interface StartPiiEntitiesDetectionJobResponse {
|
|
1740
|
+
JobId?: string;
|
|
1741
|
+
|
|
1742
|
+
JobArn?: string;
|
|
1743
|
+
|
|
1744
|
+
JobStatus?: JobStatus | string;
|
|
1745
|
+
}
|
|
1746
|
+
export interface StartSentimentDetectionJobRequest {
|
|
1747
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1748
|
+
|
|
1749
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1750
|
+
|
|
1751
|
+
DataAccessRoleArn: string | undefined;
|
|
1752
|
+
|
|
1753
|
+
JobName?: string;
|
|
1754
|
+
|
|
1755
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1756
|
+
|
|
1757
|
+
ClientRequestToken?: string;
|
|
1758
|
+
|
|
1759
|
+
VolumeKmsKeyId?: string;
|
|
1760
|
+
|
|
1761
|
+
VpcConfig?: VpcConfig;
|
|
1762
|
+
|
|
1763
|
+
Tags?: Tag[];
|
|
1764
|
+
}
|
|
1765
|
+
export interface StartSentimentDetectionJobResponse {
|
|
1766
|
+
JobId?: string;
|
|
1767
|
+
|
|
1768
|
+
JobArn?: string;
|
|
1769
|
+
|
|
1770
|
+
JobStatus?: JobStatus | string;
|
|
1771
|
+
}
|
|
1772
|
+
export interface StartTargetedSentimentDetectionJobRequest {
|
|
1773
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1774
|
+
|
|
1775
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1776
|
+
|
|
1777
|
+
DataAccessRoleArn: string | undefined;
|
|
1778
|
+
|
|
1779
|
+
JobName?: string;
|
|
1780
|
+
|
|
1781
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
1782
|
+
|
|
1783
|
+
ClientRequestToken?: string;
|
|
1784
|
+
|
|
1785
|
+
VolumeKmsKeyId?: string;
|
|
1786
|
+
|
|
1787
|
+
VpcConfig?: VpcConfig;
|
|
1788
|
+
|
|
1789
|
+
Tags?: Tag[];
|
|
1790
|
+
}
|
|
1791
|
+
export interface StartTargetedSentimentDetectionJobResponse {
|
|
1792
|
+
JobId?: string;
|
|
1793
|
+
|
|
1794
|
+
JobArn?: string;
|
|
1795
|
+
|
|
1796
|
+
JobStatus?: JobStatus | string;
|
|
1797
|
+
}
|
|
1798
|
+
export interface StartTopicsDetectionJobRequest {
|
|
1799
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
1800
|
+
|
|
1801
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
1802
|
+
|
|
1803
|
+
DataAccessRoleArn: string | undefined;
|
|
1804
|
+
|
|
1805
|
+
JobName?: string;
|
|
1806
|
+
|
|
1807
|
+
NumberOfTopics?: number;
|
|
1808
|
+
|
|
1809
|
+
ClientRequestToken?: string;
|
|
1810
|
+
|
|
1811
|
+
VolumeKmsKeyId?: string;
|
|
1812
|
+
|
|
1813
|
+
VpcConfig?: VpcConfig;
|
|
1814
|
+
|
|
1815
|
+
Tags?: Tag[];
|
|
1816
|
+
}
|
|
1817
|
+
export interface StartTopicsDetectionJobResponse {
|
|
1818
|
+
JobId?: string;
|
|
1819
|
+
|
|
1820
|
+
JobArn?: string;
|
|
1821
|
+
|
|
1822
|
+
JobStatus?: JobStatus | string;
|
|
1823
|
+
}
|
|
1824
|
+
export interface StopDominantLanguageDetectionJobRequest {
|
|
1825
|
+
JobId: string | undefined;
|
|
1826
|
+
}
|
|
1827
|
+
export interface StopDominantLanguageDetectionJobResponse {
|
|
1828
|
+
JobId?: string;
|
|
1829
|
+
|
|
1830
|
+
JobStatus?: JobStatus | string;
|
|
1831
|
+
}
|
|
1832
|
+
export interface StopEntitiesDetectionJobRequest {
|
|
1833
|
+
JobId: string | undefined;
|
|
1834
|
+
}
|
|
1835
|
+
export interface StopEntitiesDetectionJobResponse {
|
|
1836
|
+
JobId?: string;
|
|
1837
|
+
|
|
1838
|
+
JobStatus?: JobStatus | string;
|
|
1839
|
+
}
|
|
1840
|
+
export interface StopEventsDetectionJobRequest {
|
|
1841
|
+
JobId: string | undefined;
|
|
1842
|
+
}
|
|
1843
|
+
export interface StopEventsDetectionJobResponse {
|
|
1844
|
+
JobId?: string;
|
|
1845
|
+
|
|
1846
|
+
JobStatus?: JobStatus | string;
|
|
1847
|
+
}
|
|
1848
|
+
export interface StopKeyPhrasesDetectionJobRequest {
|
|
1849
|
+
JobId: string | undefined;
|
|
1850
|
+
}
|
|
1851
|
+
export interface StopKeyPhrasesDetectionJobResponse {
|
|
1852
|
+
JobId?: string;
|
|
1853
|
+
|
|
1854
|
+
JobStatus?: JobStatus | string;
|
|
1855
|
+
}
|
|
1856
|
+
export interface StopPiiEntitiesDetectionJobRequest {
|
|
1857
|
+
JobId: string | undefined;
|
|
1858
|
+
}
|
|
1859
|
+
export interface StopPiiEntitiesDetectionJobResponse {
|
|
1860
|
+
JobId?: string;
|
|
1861
|
+
|
|
1862
|
+
JobStatus?: JobStatus | string;
|
|
1863
|
+
}
|
|
1864
|
+
export interface StopSentimentDetectionJobRequest {
|
|
1865
|
+
JobId: string | undefined;
|
|
1866
|
+
}
|
|
1867
|
+
export interface StopSentimentDetectionJobResponse {
|
|
1868
|
+
JobId?: string;
|
|
1869
|
+
|
|
1870
|
+
JobStatus?: JobStatus | string;
|
|
1871
|
+
}
|
|
1872
|
+
export interface StopTargetedSentimentDetectionJobRequest {
|
|
1873
|
+
JobId: string | undefined;
|
|
1874
|
+
}
|
|
1875
|
+
export interface StopTargetedSentimentDetectionJobResponse {
|
|
1876
|
+
JobId?: string;
|
|
1877
|
+
|
|
1878
|
+
JobStatus?: JobStatus | string;
|
|
1879
|
+
}
|
|
1880
|
+
export interface StopTrainingDocumentClassifierRequest {
|
|
1881
|
+
DocumentClassifierArn: string | undefined;
|
|
1882
|
+
}
|
|
1883
|
+
export interface StopTrainingDocumentClassifierResponse {}
|
|
1884
|
+
export interface StopTrainingEntityRecognizerRequest {
|
|
1885
|
+
EntityRecognizerArn: string | undefined;
|
|
1886
|
+
}
|
|
1887
|
+
export interface StopTrainingEntityRecognizerResponse {}
|
|
1888
|
+
|
|
1889
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
1890
|
+
readonly name: "ConcurrentModificationException";
|
|
1891
|
+
readonly $fault: "client";
|
|
1892
|
+
Message?: string;
|
|
1893
|
+
|
|
1894
|
+
constructor(
|
|
1895
|
+
opts: __ExceptionOptionType<
|
|
1896
|
+
ConcurrentModificationException,
|
|
1897
|
+
__BaseException
|
|
1898
|
+
>
|
|
1899
|
+
);
|
|
1900
|
+
}
|
|
1901
|
+
export interface TagResourceRequest {
|
|
1902
|
+
ResourceArn: string | undefined;
|
|
1903
|
+
|
|
1904
|
+
Tags: Tag[] | undefined;
|
|
1905
|
+
}
|
|
1906
|
+
export interface TagResourceResponse {}
|
|
1907
|
+
|
|
1908
|
+
export declare class TooManyTagKeysException extends __BaseException {
|
|
1909
|
+
readonly name: "TooManyTagKeysException";
|
|
1910
|
+
readonly $fault: "client";
|
|
1911
|
+
Message?: string;
|
|
1912
|
+
|
|
1913
|
+
constructor(
|
|
1914
|
+
opts: __ExceptionOptionType<TooManyTagKeysException, __BaseException>
|
|
1915
|
+
);
|
|
1916
|
+
}
|
|
1917
|
+
export interface UntagResourceRequest {
|
|
1918
|
+
ResourceArn: string | undefined;
|
|
1919
|
+
|
|
1920
|
+
TagKeys: string[] | undefined;
|
|
1921
|
+
}
|
|
1922
|
+
export interface UntagResourceResponse {}
|
|
1923
|
+
export interface UpdateEndpointRequest {
|
|
1924
|
+
EndpointArn: string | undefined;
|
|
1925
|
+
|
|
1926
|
+
DesiredModelArn?: string;
|
|
1927
|
+
|
|
1928
|
+
DesiredInferenceUnits?: number;
|
|
1929
|
+
|
|
1930
|
+
DesiredDataAccessRoleArn?: string;
|
|
1931
|
+
}
|
|
1932
|
+
export interface UpdateEndpointResponse {}
|
|
1933
|
+
|
|
1934
|
+
export declare const AugmentedManifestsListItemFilterSensitiveLog: (
|
|
1935
|
+
obj: AugmentedManifestsListItem
|
|
1936
|
+
) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const BatchDetectDominantLanguageRequestFilterSensitiveLog: (
|
|
1939
|
+
obj: BatchDetectDominantLanguageRequest
|
|
1940
|
+
) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const BatchItemErrorFilterSensitiveLog: (
|
|
1943
|
+
obj: BatchItemError
|
|
1944
|
+
) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const DominantLanguageFilterSensitiveLog: (
|
|
1947
|
+
obj: DominantLanguage
|
|
1948
|
+
) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const BatchDetectDominantLanguageItemResultFilterSensitiveLog: (
|
|
1951
|
+
obj: BatchDetectDominantLanguageItemResult
|
|
1952
|
+
) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const BatchDetectDominantLanguageResponseFilterSensitiveLog: (
|
|
1955
|
+
obj: BatchDetectDominantLanguageResponse
|
|
1956
|
+
) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const BatchDetectEntitiesRequestFilterSensitiveLog: (
|
|
1959
|
+
obj: BatchDetectEntitiesRequest
|
|
1960
|
+
) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const BatchDetectEntitiesItemResultFilterSensitiveLog: (
|
|
1965
|
+
obj: BatchDetectEntitiesItemResult
|
|
1966
|
+
) => any;
|
|
1967
|
+
|
|
1968
|
+
export declare const BatchDetectEntitiesResponseFilterSensitiveLog: (
|
|
1969
|
+
obj: BatchDetectEntitiesResponse
|
|
1970
|
+
) => any;
|
|
1971
|
+
|
|
1972
|
+
export declare const BatchDetectKeyPhrasesRequestFilterSensitiveLog: (
|
|
1973
|
+
obj: BatchDetectKeyPhrasesRequest
|
|
1974
|
+
) => any;
|
|
1975
|
+
|
|
1976
|
+
export declare const KeyPhraseFilterSensitiveLog: (obj: KeyPhrase) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const BatchDetectKeyPhrasesItemResultFilterSensitiveLog: (
|
|
1979
|
+
obj: BatchDetectKeyPhrasesItemResult
|
|
1980
|
+
) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const BatchDetectKeyPhrasesResponseFilterSensitiveLog: (
|
|
1983
|
+
obj: BatchDetectKeyPhrasesResponse
|
|
1984
|
+
) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const BatchDetectSentimentRequestFilterSensitiveLog: (
|
|
1987
|
+
obj: BatchDetectSentimentRequest
|
|
1988
|
+
) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const SentimentScoreFilterSensitiveLog: (
|
|
1991
|
+
obj: SentimentScore
|
|
1992
|
+
) => any;
|
|
1993
|
+
|
|
1994
|
+
export declare const BatchDetectSentimentItemResultFilterSensitiveLog: (
|
|
1995
|
+
obj: BatchDetectSentimentItemResult
|
|
1996
|
+
) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const BatchDetectSentimentResponseFilterSensitiveLog: (
|
|
1999
|
+
obj: BatchDetectSentimentResponse
|
|
2000
|
+
) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const BatchDetectSyntaxRequestFilterSensitiveLog: (
|
|
2003
|
+
obj: BatchDetectSyntaxRequest
|
|
2004
|
+
) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const PartOfSpeechTagFilterSensitiveLog: (
|
|
2007
|
+
obj: PartOfSpeechTag
|
|
2008
|
+
) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const SyntaxTokenFilterSensitiveLog: (obj: SyntaxToken) => any;
|
|
2011
|
+
|
|
2012
|
+
export declare const BatchDetectSyntaxItemResultFilterSensitiveLog: (
|
|
2013
|
+
obj: BatchDetectSyntaxItemResult
|
|
2014
|
+
) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const BatchDetectSyntaxResponseFilterSensitiveLog: (
|
|
2017
|
+
obj: BatchDetectSyntaxResponse
|
|
2018
|
+
) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const ClassifierEvaluationMetricsFilterSensitiveLog: (
|
|
2021
|
+
obj: ClassifierEvaluationMetrics
|
|
2022
|
+
) => any;
|
|
2023
|
+
|
|
2024
|
+
export declare const ClassifierMetadataFilterSensitiveLog: (
|
|
2025
|
+
obj: ClassifierMetadata
|
|
2026
|
+
) => any;
|
|
2027
|
+
|
|
2028
|
+
export declare const ClassifyDocumentRequestFilterSensitiveLog: (
|
|
2029
|
+
obj: ClassifyDocumentRequest
|
|
2030
|
+
) => any;
|
|
2031
|
+
|
|
2032
|
+
export declare const DocumentClassFilterSensitiveLog: (
|
|
2033
|
+
obj: DocumentClass
|
|
2034
|
+
) => any;
|
|
2035
|
+
|
|
2036
|
+
export declare const DocumentLabelFilterSensitiveLog: (
|
|
2037
|
+
obj: DocumentLabel
|
|
2038
|
+
) => any;
|
|
2039
|
+
|
|
2040
|
+
export declare const ClassifyDocumentResponseFilterSensitiveLog: (
|
|
2041
|
+
obj: ClassifyDocumentResponse
|
|
2042
|
+
) => any;
|
|
2043
|
+
|
|
2044
|
+
export declare const ContainsPiiEntitiesRequestFilterSensitiveLog: (
|
|
2045
|
+
obj: ContainsPiiEntitiesRequest
|
|
2046
|
+
) => any;
|
|
2047
|
+
|
|
2048
|
+
export declare const EntityLabelFilterSensitiveLog: (obj: EntityLabel) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const ContainsPiiEntitiesResponseFilterSensitiveLog: (
|
|
2051
|
+
obj: ContainsPiiEntitiesResponse
|
|
2052
|
+
) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const DocumentClassifierInputDataConfigFilterSensitiveLog: (
|
|
2055
|
+
obj: DocumentClassifierInputDataConfig
|
|
2056
|
+
) => any;
|
|
2057
|
+
|
|
2058
|
+
export declare const DocumentClassifierOutputDataConfigFilterSensitiveLog: (
|
|
2059
|
+
obj: DocumentClassifierOutputDataConfig
|
|
2060
|
+
) => any;
|
|
2061
|
+
|
|
2062
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2063
|
+
|
|
2064
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
2065
|
+
|
|
2066
|
+
export declare const CreateDocumentClassifierRequestFilterSensitiveLog: (
|
|
2067
|
+
obj: CreateDocumentClassifierRequest
|
|
2068
|
+
) => any;
|
|
2069
|
+
|
|
2070
|
+
export declare const CreateDocumentClassifierResponseFilterSensitiveLog: (
|
|
2071
|
+
obj: CreateDocumentClassifierResponse
|
|
2072
|
+
) => any;
|
|
2073
|
+
|
|
2074
|
+
export declare const CreateEndpointRequestFilterSensitiveLog: (
|
|
2075
|
+
obj: CreateEndpointRequest
|
|
2076
|
+
) => any;
|
|
2077
|
+
|
|
2078
|
+
export declare const CreateEndpointResponseFilterSensitiveLog: (
|
|
2079
|
+
obj: CreateEndpointResponse
|
|
2080
|
+
) => any;
|
|
2081
|
+
|
|
2082
|
+
export declare const EntityRecognizerAnnotationsFilterSensitiveLog: (
|
|
2083
|
+
obj: EntityRecognizerAnnotations
|
|
2084
|
+
) => any;
|
|
2085
|
+
|
|
2086
|
+
export declare const EntityRecognizerDocumentsFilterSensitiveLog: (
|
|
2087
|
+
obj: EntityRecognizerDocuments
|
|
2088
|
+
) => any;
|
|
2089
|
+
|
|
2090
|
+
export declare const EntityRecognizerEntityListFilterSensitiveLog: (
|
|
2091
|
+
obj: EntityRecognizerEntityList
|
|
2092
|
+
) => any;
|
|
2093
|
+
|
|
2094
|
+
export declare const EntityTypesListItemFilterSensitiveLog: (
|
|
2095
|
+
obj: EntityTypesListItem
|
|
2096
|
+
) => any;
|
|
2097
|
+
|
|
2098
|
+
export declare const EntityRecognizerInputDataConfigFilterSensitiveLog: (
|
|
2099
|
+
obj: EntityRecognizerInputDataConfig
|
|
2100
|
+
) => any;
|
|
2101
|
+
|
|
2102
|
+
export declare const CreateEntityRecognizerRequestFilterSensitiveLog: (
|
|
2103
|
+
obj: CreateEntityRecognizerRequest
|
|
2104
|
+
) => any;
|
|
2105
|
+
|
|
2106
|
+
export declare const CreateEntityRecognizerResponseFilterSensitiveLog: (
|
|
2107
|
+
obj: CreateEntityRecognizerResponse
|
|
2108
|
+
) => any;
|
|
2109
|
+
|
|
2110
|
+
export declare const DeleteDocumentClassifierRequestFilterSensitiveLog: (
|
|
2111
|
+
obj: DeleteDocumentClassifierRequest
|
|
2112
|
+
) => any;
|
|
2113
|
+
|
|
2114
|
+
export declare const DeleteDocumentClassifierResponseFilterSensitiveLog: (
|
|
2115
|
+
obj: DeleteDocumentClassifierResponse
|
|
2116
|
+
) => any;
|
|
2117
|
+
|
|
2118
|
+
export declare const DeleteEndpointRequestFilterSensitiveLog: (
|
|
2119
|
+
obj: DeleteEndpointRequest
|
|
2120
|
+
) => any;
|
|
2121
|
+
|
|
2122
|
+
export declare const DeleteEndpointResponseFilterSensitiveLog: (
|
|
2123
|
+
obj: DeleteEndpointResponse
|
|
2124
|
+
) => any;
|
|
2125
|
+
|
|
2126
|
+
export declare const DeleteEntityRecognizerRequestFilterSensitiveLog: (
|
|
2127
|
+
obj: DeleteEntityRecognizerRequest
|
|
2128
|
+
) => any;
|
|
2129
|
+
|
|
2130
|
+
export declare const DeleteEntityRecognizerResponseFilterSensitiveLog: (
|
|
2131
|
+
obj: DeleteEntityRecognizerResponse
|
|
2132
|
+
) => any;
|
|
2133
|
+
|
|
2134
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
|
|
2135
|
+
obj: DeleteResourcePolicyRequest
|
|
2136
|
+
) => any;
|
|
2137
|
+
|
|
2138
|
+
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
|
|
2139
|
+
obj: DeleteResourcePolicyResponse
|
|
2140
|
+
) => any;
|
|
2141
|
+
|
|
2142
|
+
export declare const DescribeDocumentClassificationJobRequestFilterSensitiveLog: (
|
|
2143
|
+
obj: DescribeDocumentClassificationJobRequest
|
|
2144
|
+
) => any;
|
|
2145
|
+
|
|
2146
|
+
export declare const DocumentReaderConfigFilterSensitiveLog: (
|
|
2147
|
+
obj: DocumentReaderConfig
|
|
2148
|
+
) => any;
|
|
2149
|
+
|
|
2150
|
+
export declare const InputDataConfigFilterSensitiveLog: (
|
|
2151
|
+
obj: InputDataConfig
|
|
2152
|
+
) => any;
|
|
2153
|
+
|
|
2154
|
+
export declare const OutputDataConfigFilterSensitiveLog: (
|
|
2155
|
+
obj: OutputDataConfig
|
|
2156
|
+
) => any;
|
|
2157
|
+
|
|
2158
|
+
export declare const DocumentClassificationJobPropertiesFilterSensitiveLog: (
|
|
2159
|
+
obj: DocumentClassificationJobProperties
|
|
2160
|
+
) => any;
|
|
2161
|
+
|
|
2162
|
+
export declare const DescribeDocumentClassificationJobResponseFilterSensitiveLog: (
|
|
2163
|
+
obj: DescribeDocumentClassificationJobResponse
|
|
2164
|
+
) => any;
|
|
2165
|
+
|
|
2166
|
+
export declare const DescribeDocumentClassifierRequestFilterSensitiveLog: (
|
|
2167
|
+
obj: DescribeDocumentClassifierRequest
|
|
2168
|
+
) => any;
|
|
2169
|
+
|
|
2170
|
+
export declare const DocumentClassifierPropertiesFilterSensitiveLog: (
|
|
2171
|
+
obj: DocumentClassifierProperties
|
|
2172
|
+
) => any;
|
|
2173
|
+
|
|
2174
|
+
export declare const DescribeDocumentClassifierResponseFilterSensitiveLog: (
|
|
2175
|
+
obj: DescribeDocumentClassifierResponse
|
|
2176
|
+
) => any;
|
|
2177
|
+
|
|
2178
|
+
export declare const DescribeDominantLanguageDetectionJobRequestFilterSensitiveLog: (
|
|
2179
|
+
obj: DescribeDominantLanguageDetectionJobRequest
|
|
2180
|
+
) => any;
|
|
2181
|
+
|
|
2182
|
+
export declare const DominantLanguageDetectionJobPropertiesFilterSensitiveLog: (
|
|
2183
|
+
obj: DominantLanguageDetectionJobProperties
|
|
2184
|
+
) => any;
|
|
2185
|
+
|
|
2186
|
+
export declare const DescribeDominantLanguageDetectionJobResponseFilterSensitiveLog: (
|
|
2187
|
+
obj: DescribeDominantLanguageDetectionJobResponse
|
|
2188
|
+
) => any;
|
|
2189
|
+
|
|
2190
|
+
export declare const DescribeEndpointRequestFilterSensitiveLog: (
|
|
2191
|
+
obj: DescribeEndpointRequest
|
|
2192
|
+
) => any;
|
|
2193
|
+
|
|
2194
|
+
export declare const EndpointPropertiesFilterSensitiveLog: (
|
|
2195
|
+
obj: EndpointProperties
|
|
2196
|
+
) => any;
|
|
2197
|
+
|
|
2198
|
+
export declare const DescribeEndpointResponseFilterSensitiveLog: (
|
|
2199
|
+
obj: DescribeEndpointResponse
|
|
2200
|
+
) => any;
|
|
2201
|
+
|
|
2202
|
+
export declare const DescribeEntitiesDetectionJobRequestFilterSensitiveLog: (
|
|
2203
|
+
obj: DescribeEntitiesDetectionJobRequest
|
|
2204
|
+
) => any;
|
|
2205
|
+
|
|
2206
|
+
export declare const EntitiesDetectionJobPropertiesFilterSensitiveLog: (
|
|
2207
|
+
obj: EntitiesDetectionJobProperties
|
|
2208
|
+
) => any;
|
|
2209
|
+
|
|
2210
|
+
export declare const DescribeEntitiesDetectionJobResponseFilterSensitiveLog: (
|
|
2211
|
+
obj: DescribeEntitiesDetectionJobResponse
|
|
2212
|
+
) => any;
|
|
2213
|
+
|
|
2214
|
+
export declare const DescribeEntityRecognizerRequestFilterSensitiveLog: (
|
|
2215
|
+
obj: DescribeEntityRecognizerRequest
|
|
2216
|
+
) => any;
|
|
2217
|
+
|
|
2218
|
+
export declare const EntityTypesEvaluationMetricsFilterSensitiveLog: (
|
|
2219
|
+
obj: EntityTypesEvaluationMetrics
|
|
2220
|
+
) => any;
|
|
2221
|
+
|
|
2222
|
+
export declare const EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog: (
|
|
2223
|
+
obj: EntityRecognizerMetadataEntityTypesListItem
|
|
2224
|
+
) => any;
|
|
2225
|
+
|
|
2226
|
+
export declare const EntityRecognizerEvaluationMetricsFilterSensitiveLog: (
|
|
2227
|
+
obj: EntityRecognizerEvaluationMetrics
|
|
2228
|
+
) => any;
|
|
2229
|
+
|
|
2230
|
+
export declare const EntityRecognizerMetadataFilterSensitiveLog: (
|
|
2231
|
+
obj: EntityRecognizerMetadata
|
|
2232
|
+
) => any;
|
|
2233
|
+
|
|
2234
|
+
export declare const EntityRecognizerPropertiesFilterSensitiveLog: (
|
|
2235
|
+
obj: EntityRecognizerProperties
|
|
2236
|
+
) => any;
|
|
2237
|
+
|
|
2238
|
+
export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (
|
|
2239
|
+
obj: DescribeEntityRecognizerResponse
|
|
2240
|
+
) => any;
|
|
2241
|
+
|
|
2242
|
+
export declare const DescribeEventsDetectionJobRequestFilterSensitiveLog: (
|
|
2243
|
+
obj: DescribeEventsDetectionJobRequest
|
|
2244
|
+
) => any;
|
|
2245
|
+
|
|
2246
|
+
export declare const EventsDetectionJobPropertiesFilterSensitiveLog: (
|
|
2247
|
+
obj: EventsDetectionJobProperties
|
|
2248
|
+
) => any;
|
|
2249
|
+
|
|
2250
|
+
export declare const DescribeEventsDetectionJobResponseFilterSensitiveLog: (
|
|
2251
|
+
obj: DescribeEventsDetectionJobResponse
|
|
2252
|
+
) => any;
|
|
2253
|
+
|
|
2254
|
+
export declare const DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog: (
|
|
2255
|
+
obj: DescribeKeyPhrasesDetectionJobRequest
|
|
2256
|
+
) => any;
|
|
2257
|
+
|
|
2258
|
+
export declare const KeyPhrasesDetectionJobPropertiesFilterSensitiveLog: (
|
|
2259
|
+
obj: KeyPhrasesDetectionJobProperties
|
|
2260
|
+
) => any;
|
|
2261
|
+
|
|
2262
|
+
export declare const DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog: (
|
|
2263
|
+
obj: DescribeKeyPhrasesDetectionJobResponse
|
|
2264
|
+
) => any;
|
|
2265
|
+
|
|
2266
|
+
export declare const DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog: (
|
|
2267
|
+
obj: DescribePiiEntitiesDetectionJobRequest
|
|
2268
|
+
) => any;
|
|
2269
|
+
|
|
2270
|
+
export declare const PiiOutputDataConfigFilterSensitiveLog: (
|
|
2271
|
+
obj: PiiOutputDataConfig
|
|
2272
|
+
) => any;
|
|
2273
|
+
|
|
2274
|
+
export declare const RedactionConfigFilterSensitiveLog: (
|
|
2275
|
+
obj: RedactionConfig
|
|
2276
|
+
) => any;
|
|
2277
|
+
|
|
2278
|
+
export declare const PiiEntitiesDetectionJobPropertiesFilterSensitiveLog: (
|
|
2279
|
+
obj: PiiEntitiesDetectionJobProperties
|
|
2280
|
+
) => any;
|
|
2281
|
+
|
|
2282
|
+
export declare const DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog: (
|
|
2283
|
+
obj: DescribePiiEntitiesDetectionJobResponse
|
|
2284
|
+
) => any;
|
|
2285
|
+
|
|
2286
|
+
export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (
|
|
2287
|
+
obj: DescribeResourcePolicyRequest
|
|
2288
|
+
) => any;
|
|
2289
|
+
|
|
2290
|
+
export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (
|
|
2291
|
+
obj: DescribeResourcePolicyResponse
|
|
2292
|
+
) => any;
|
|
2293
|
+
|
|
2294
|
+
export declare const DescribeSentimentDetectionJobRequestFilterSensitiveLog: (
|
|
2295
|
+
obj: DescribeSentimentDetectionJobRequest
|
|
2296
|
+
) => any;
|
|
2297
|
+
|
|
2298
|
+
export declare const SentimentDetectionJobPropertiesFilterSensitiveLog: (
|
|
2299
|
+
obj: SentimentDetectionJobProperties
|
|
2300
|
+
) => any;
|
|
2301
|
+
|
|
2302
|
+
export declare const DescribeSentimentDetectionJobResponseFilterSensitiveLog: (
|
|
2303
|
+
obj: DescribeSentimentDetectionJobResponse
|
|
2304
|
+
) => any;
|
|
2305
|
+
|
|
2306
|
+
export declare const DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog: (
|
|
2307
|
+
obj: DescribeTargetedSentimentDetectionJobRequest
|
|
2308
|
+
) => any;
|
|
2309
|
+
|
|
2310
|
+
export declare const TargetedSentimentDetectionJobPropertiesFilterSensitiveLog: (
|
|
2311
|
+
obj: TargetedSentimentDetectionJobProperties
|
|
2312
|
+
) => any;
|
|
2313
|
+
|
|
2314
|
+
export declare const DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog: (
|
|
2315
|
+
obj: DescribeTargetedSentimentDetectionJobResponse
|
|
2316
|
+
) => any;
|
|
2317
|
+
|
|
2318
|
+
export declare const DescribeTopicsDetectionJobRequestFilterSensitiveLog: (
|
|
2319
|
+
obj: DescribeTopicsDetectionJobRequest
|
|
2320
|
+
) => any;
|
|
2321
|
+
|
|
2322
|
+
export declare const TopicsDetectionJobPropertiesFilterSensitiveLog: (
|
|
2323
|
+
obj: TopicsDetectionJobProperties
|
|
2324
|
+
) => any;
|
|
2325
|
+
|
|
2326
|
+
export declare const DescribeTopicsDetectionJobResponseFilterSensitiveLog: (
|
|
2327
|
+
obj: DescribeTopicsDetectionJobResponse
|
|
2328
|
+
) => any;
|
|
2329
|
+
|
|
2330
|
+
export declare const DetectDominantLanguageRequestFilterSensitiveLog: (
|
|
2331
|
+
obj: DetectDominantLanguageRequest
|
|
2332
|
+
) => any;
|
|
2333
|
+
|
|
2334
|
+
export declare const DetectDominantLanguageResponseFilterSensitiveLog: (
|
|
2335
|
+
obj: DetectDominantLanguageResponse
|
|
2336
|
+
) => any;
|
|
2337
|
+
|
|
2338
|
+
export declare const DetectEntitiesRequestFilterSensitiveLog: (
|
|
2339
|
+
obj: DetectEntitiesRequest
|
|
2340
|
+
) => any;
|
|
2341
|
+
|
|
2342
|
+
export declare const DetectEntitiesResponseFilterSensitiveLog: (
|
|
2343
|
+
obj: DetectEntitiesResponse
|
|
2344
|
+
) => any;
|
|
2345
|
+
|
|
2346
|
+
export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (
|
|
2347
|
+
obj: DetectKeyPhrasesRequest
|
|
2348
|
+
) => any;
|
|
2349
|
+
|
|
2350
|
+
export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (
|
|
2351
|
+
obj: DetectKeyPhrasesResponse
|
|
2352
|
+
) => any;
|
|
2353
|
+
|
|
2354
|
+
export declare const DetectPiiEntitiesRequestFilterSensitiveLog: (
|
|
2355
|
+
obj: DetectPiiEntitiesRequest
|
|
2356
|
+
) => any;
|
|
2357
|
+
|
|
2358
|
+
export declare const PiiEntityFilterSensitiveLog: (obj: PiiEntity) => any;
|
|
2359
|
+
|
|
2360
|
+
export declare const DetectPiiEntitiesResponseFilterSensitiveLog: (
|
|
2361
|
+
obj: DetectPiiEntitiesResponse
|
|
2362
|
+
) => any;
|
|
2363
|
+
|
|
2364
|
+
export declare const DetectSentimentRequestFilterSensitiveLog: (
|
|
2365
|
+
obj: DetectSentimentRequest
|
|
2366
|
+
) => any;
|
|
2367
|
+
|
|
2368
|
+
export declare const DetectSentimentResponseFilterSensitiveLog: (
|
|
2369
|
+
obj: DetectSentimentResponse
|
|
2370
|
+
) => any;
|
|
2371
|
+
|
|
2372
|
+
export declare const DetectSyntaxRequestFilterSensitiveLog: (
|
|
2373
|
+
obj: DetectSyntaxRequest
|
|
2374
|
+
) => any;
|
|
2375
|
+
|
|
2376
|
+
export declare const DetectSyntaxResponseFilterSensitiveLog: (
|
|
2377
|
+
obj: DetectSyntaxResponse
|
|
2378
|
+
) => any;
|
|
2379
|
+
|
|
2380
|
+
export declare const ImportModelRequestFilterSensitiveLog: (
|
|
2381
|
+
obj: ImportModelRequest
|
|
2382
|
+
) => any;
|
|
2383
|
+
|
|
2384
|
+
export declare const ImportModelResponseFilterSensitiveLog: (
|
|
2385
|
+
obj: ImportModelResponse
|
|
2386
|
+
) => any;
|
|
2387
|
+
|
|
2388
|
+
export declare const DocumentClassificationJobFilterFilterSensitiveLog: (
|
|
2389
|
+
obj: DocumentClassificationJobFilter
|
|
2390
|
+
) => any;
|
|
2391
|
+
|
|
2392
|
+
export declare const ListDocumentClassificationJobsRequestFilterSensitiveLog: (
|
|
2393
|
+
obj: ListDocumentClassificationJobsRequest
|
|
2394
|
+
) => any;
|
|
2395
|
+
|
|
2396
|
+
export declare const ListDocumentClassificationJobsResponseFilterSensitiveLog: (
|
|
2397
|
+
obj: ListDocumentClassificationJobsResponse
|
|
2398
|
+
) => any;
|
|
2399
|
+
|
|
2400
|
+
export declare const DocumentClassifierFilterFilterSensitiveLog: (
|
|
2401
|
+
obj: DocumentClassifierFilter
|
|
2402
|
+
) => any;
|
|
2403
|
+
|
|
2404
|
+
export declare const ListDocumentClassifiersRequestFilterSensitiveLog: (
|
|
2405
|
+
obj: ListDocumentClassifiersRequest
|
|
2406
|
+
) => any;
|
|
2407
|
+
|
|
2408
|
+
export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (
|
|
2409
|
+
obj: ListDocumentClassifiersResponse
|
|
2410
|
+
) => any;
|
|
2411
|
+
|
|
2412
|
+
export declare const ListDocumentClassifierSummariesRequestFilterSensitiveLog: (
|
|
2413
|
+
obj: ListDocumentClassifierSummariesRequest
|
|
2414
|
+
) => any;
|
|
2415
|
+
|
|
2416
|
+
export declare const DocumentClassifierSummaryFilterSensitiveLog: (
|
|
2417
|
+
obj: DocumentClassifierSummary
|
|
2418
|
+
) => any;
|
|
2419
|
+
|
|
2420
|
+
export declare const ListDocumentClassifierSummariesResponseFilterSensitiveLog: (
|
|
2421
|
+
obj: ListDocumentClassifierSummariesResponse
|
|
2422
|
+
) => any;
|
|
2423
|
+
|
|
2424
|
+
export declare const DominantLanguageDetectionJobFilterFilterSensitiveLog: (
|
|
2425
|
+
obj: DominantLanguageDetectionJobFilter
|
|
2426
|
+
) => any;
|
|
2427
|
+
|
|
2428
|
+
export declare const ListDominantLanguageDetectionJobsRequestFilterSensitiveLog: (
|
|
2429
|
+
obj: ListDominantLanguageDetectionJobsRequest
|
|
2430
|
+
) => any;
|
|
2431
|
+
|
|
2432
|
+
export declare const ListDominantLanguageDetectionJobsResponseFilterSensitiveLog: (
|
|
2433
|
+
obj: ListDominantLanguageDetectionJobsResponse
|
|
2434
|
+
) => any;
|
|
2435
|
+
|
|
2436
|
+
export declare const EndpointFilterFilterSensitiveLog: (
|
|
2437
|
+
obj: EndpointFilter
|
|
2438
|
+
) => any;
|
|
2439
|
+
|
|
2440
|
+
export declare const ListEndpointsRequestFilterSensitiveLog: (
|
|
2441
|
+
obj: ListEndpointsRequest
|
|
2442
|
+
) => any;
|
|
2443
|
+
|
|
2444
|
+
export declare const ListEndpointsResponseFilterSensitiveLog: (
|
|
2445
|
+
obj: ListEndpointsResponse
|
|
2446
|
+
) => any;
|
|
2447
|
+
|
|
2448
|
+
export declare const EntitiesDetectionJobFilterFilterSensitiveLog: (
|
|
2449
|
+
obj: EntitiesDetectionJobFilter
|
|
2450
|
+
) => any;
|
|
2451
|
+
|
|
2452
|
+
export declare const ListEntitiesDetectionJobsRequestFilterSensitiveLog: (
|
|
2453
|
+
obj: ListEntitiesDetectionJobsRequest
|
|
2454
|
+
) => any;
|
|
2455
|
+
|
|
2456
|
+
export declare const ListEntitiesDetectionJobsResponseFilterSensitiveLog: (
|
|
2457
|
+
obj: ListEntitiesDetectionJobsResponse
|
|
2458
|
+
) => any;
|
|
2459
|
+
|
|
2460
|
+
export declare const EntityRecognizerFilterFilterSensitiveLog: (
|
|
2461
|
+
obj: EntityRecognizerFilter
|
|
2462
|
+
) => any;
|
|
2463
|
+
|
|
2464
|
+
export declare const ListEntityRecognizersRequestFilterSensitiveLog: (
|
|
2465
|
+
obj: ListEntityRecognizersRequest
|
|
2466
|
+
) => any;
|
|
2467
|
+
|
|
2468
|
+
export declare const ListEntityRecognizersResponseFilterSensitiveLog: (
|
|
2469
|
+
obj: ListEntityRecognizersResponse
|
|
2470
|
+
) => any;
|
|
2471
|
+
|
|
2472
|
+
export declare const ListEntityRecognizerSummariesRequestFilterSensitiveLog: (
|
|
2473
|
+
obj: ListEntityRecognizerSummariesRequest
|
|
2474
|
+
) => any;
|
|
2475
|
+
|
|
2476
|
+
export declare const EntityRecognizerSummaryFilterSensitiveLog: (
|
|
2477
|
+
obj: EntityRecognizerSummary
|
|
2478
|
+
) => any;
|
|
2479
|
+
|
|
2480
|
+
export declare const ListEntityRecognizerSummariesResponseFilterSensitiveLog: (
|
|
2481
|
+
obj: ListEntityRecognizerSummariesResponse
|
|
2482
|
+
) => any;
|
|
2483
|
+
|
|
2484
|
+
export declare const EventsDetectionJobFilterFilterSensitiveLog: (
|
|
2485
|
+
obj: EventsDetectionJobFilter
|
|
2486
|
+
) => any;
|
|
2487
|
+
|
|
2488
|
+
export declare const ListEventsDetectionJobsRequestFilterSensitiveLog: (
|
|
2489
|
+
obj: ListEventsDetectionJobsRequest
|
|
2490
|
+
) => any;
|
|
2491
|
+
|
|
2492
|
+
export declare const ListEventsDetectionJobsResponseFilterSensitiveLog: (
|
|
2493
|
+
obj: ListEventsDetectionJobsResponse
|
|
2494
|
+
) => any;
|
|
2495
|
+
|
|
2496
|
+
export declare const KeyPhrasesDetectionJobFilterFilterSensitiveLog: (
|
|
2497
|
+
obj: KeyPhrasesDetectionJobFilter
|
|
2498
|
+
) => any;
|
|
2499
|
+
|
|
2500
|
+
export declare const ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog: (
|
|
2501
|
+
obj: ListKeyPhrasesDetectionJobsRequest
|
|
2502
|
+
) => any;
|
|
2503
|
+
|
|
2504
|
+
export declare const ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog: (
|
|
2505
|
+
obj: ListKeyPhrasesDetectionJobsResponse
|
|
2506
|
+
) => any;
|
|
2507
|
+
|
|
2508
|
+
export declare const PiiEntitiesDetectionJobFilterFilterSensitiveLog: (
|
|
2509
|
+
obj: PiiEntitiesDetectionJobFilter
|
|
2510
|
+
) => any;
|
|
2511
|
+
|
|
2512
|
+
export declare const ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog: (
|
|
2513
|
+
obj: ListPiiEntitiesDetectionJobsRequest
|
|
2514
|
+
) => any;
|
|
2515
|
+
|
|
2516
|
+
export declare const ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog: (
|
|
2517
|
+
obj: ListPiiEntitiesDetectionJobsResponse
|
|
2518
|
+
) => any;
|
|
2519
|
+
|
|
2520
|
+
export declare const SentimentDetectionJobFilterFilterSensitiveLog: (
|
|
2521
|
+
obj: SentimentDetectionJobFilter
|
|
2522
|
+
) => any;
|
|
2523
|
+
|
|
2524
|
+
export declare const ListSentimentDetectionJobsRequestFilterSensitiveLog: (
|
|
2525
|
+
obj: ListSentimentDetectionJobsRequest
|
|
2526
|
+
) => any;
|
|
2527
|
+
|
|
2528
|
+
export declare const ListSentimentDetectionJobsResponseFilterSensitiveLog: (
|
|
2529
|
+
obj: ListSentimentDetectionJobsResponse
|
|
2530
|
+
) => any;
|
|
2531
|
+
|
|
2532
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2533
|
+
obj: ListTagsForResourceRequest
|
|
2534
|
+
) => any;
|
|
2535
|
+
|
|
2536
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2537
|
+
obj: ListTagsForResourceResponse
|
|
2538
|
+
) => any;
|
|
2539
|
+
|
|
2540
|
+
export declare const TargetedSentimentDetectionJobFilterFilterSensitiveLog: (
|
|
2541
|
+
obj: TargetedSentimentDetectionJobFilter
|
|
2542
|
+
) => any;
|
|
2543
|
+
|
|
2544
|
+
export declare const ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog: (
|
|
2545
|
+
obj: ListTargetedSentimentDetectionJobsRequest
|
|
2546
|
+
) => any;
|
|
2547
|
+
|
|
2548
|
+
export declare const ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog: (
|
|
2549
|
+
obj: ListTargetedSentimentDetectionJobsResponse
|
|
2550
|
+
) => any;
|
|
2551
|
+
|
|
2552
|
+
export declare const TopicsDetectionJobFilterFilterSensitiveLog: (
|
|
2553
|
+
obj: TopicsDetectionJobFilter
|
|
2554
|
+
) => any;
|
|
2555
|
+
|
|
2556
|
+
export declare const ListTopicsDetectionJobsRequestFilterSensitiveLog: (
|
|
2557
|
+
obj: ListTopicsDetectionJobsRequest
|
|
2558
|
+
) => any;
|
|
2559
|
+
|
|
2560
|
+
export declare const ListTopicsDetectionJobsResponseFilterSensitiveLog: (
|
|
2561
|
+
obj: ListTopicsDetectionJobsResponse
|
|
2562
|
+
) => any;
|
|
2563
|
+
|
|
2564
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (
|
|
2565
|
+
obj: PutResourcePolicyRequest
|
|
2566
|
+
) => any;
|
|
2567
|
+
|
|
2568
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (
|
|
2569
|
+
obj: PutResourcePolicyResponse
|
|
2570
|
+
) => any;
|
|
2571
|
+
|
|
2572
|
+
export declare const StartDocumentClassificationJobRequestFilterSensitiveLog: (
|
|
2573
|
+
obj: StartDocumentClassificationJobRequest
|
|
2574
|
+
) => any;
|
|
2575
|
+
|
|
2576
|
+
export declare const StartDocumentClassificationJobResponseFilterSensitiveLog: (
|
|
2577
|
+
obj: StartDocumentClassificationJobResponse
|
|
2578
|
+
) => any;
|
|
2579
|
+
|
|
2580
|
+
export declare const StartDominantLanguageDetectionJobRequestFilterSensitiveLog: (
|
|
2581
|
+
obj: StartDominantLanguageDetectionJobRequest
|
|
2582
|
+
) => any;
|
|
2583
|
+
|
|
2584
|
+
export declare const StartDominantLanguageDetectionJobResponseFilterSensitiveLog: (
|
|
2585
|
+
obj: StartDominantLanguageDetectionJobResponse
|
|
2586
|
+
) => any;
|
|
2587
|
+
|
|
2588
|
+
export declare const StartEntitiesDetectionJobRequestFilterSensitiveLog: (
|
|
2589
|
+
obj: StartEntitiesDetectionJobRequest
|
|
2590
|
+
) => any;
|
|
2591
|
+
|
|
2592
|
+
export declare const StartEntitiesDetectionJobResponseFilterSensitiveLog: (
|
|
2593
|
+
obj: StartEntitiesDetectionJobResponse
|
|
2594
|
+
) => any;
|
|
2595
|
+
|
|
2596
|
+
export declare const StartEventsDetectionJobRequestFilterSensitiveLog: (
|
|
2597
|
+
obj: StartEventsDetectionJobRequest
|
|
2598
|
+
) => any;
|
|
2599
|
+
|
|
2600
|
+
export declare const StartEventsDetectionJobResponseFilterSensitiveLog: (
|
|
2601
|
+
obj: StartEventsDetectionJobResponse
|
|
2602
|
+
) => any;
|
|
2603
|
+
|
|
2604
|
+
export declare const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog: (
|
|
2605
|
+
obj: StartKeyPhrasesDetectionJobRequest
|
|
2606
|
+
) => any;
|
|
2607
|
+
|
|
2608
|
+
export declare const StartKeyPhrasesDetectionJobResponseFilterSensitiveLog: (
|
|
2609
|
+
obj: StartKeyPhrasesDetectionJobResponse
|
|
2610
|
+
) => any;
|
|
2611
|
+
|
|
2612
|
+
export declare const StartPiiEntitiesDetectionJobRequestFilterSensitiveLog: (
|
|
2613
|
+
obj: StartPiiEntitiesDetectionJobRequest
|
|
2614
|
+
) => any;
|
|
2615
|
+
|
|
2616
|
+
export declare const StartPiiEntitiesDetectionJobResponseFilterSensitiveLog: (
|
|
2617
|
+
obj: StartPiiEntitiesDetectionJobResponse
|
|
2618
|
+
) => any;
|
|
2619
|
+
|
|
2620
|
+
export declare const StartSentimentDetectionJobRequestFilterSensitiveLog: (
|
|
2621
|
+
obj: StartSentimentDetectionJobRequest
|
|
2622
|
+
) => any;
|
|
2623
|
+
|
|
2624
|
+
export declare const StartSentimentDetectionJobResponseFilterSensitiveLog: (
|
|
2625
|
+
obj: StartSentimentDetectionJobResponse
|
|
2626
|
+
) => any;
|
|
2627
|
+
|
|
2628
|
+
export declare const StartTargetedSentimentDetectionJobRequestFilterSensitiveLog: (
|
|
2629
|
+
obj: StartTargetedSentimentDetectionJobRequest
|
|
2630
|
+
) => any;
|
|
2631
|
+
|
|
2632
|
+
export declare const StartTargetedSentimentDetectionJobResponseFilterSensitiveLog: (
|
|
2633
|
+
obj: StartTargetedSentimentDetectionJobResponse
|
|
2634
|
+
) => any;
|
|
2635
|
+
|
|
2636
|
+
export declare const StartTopicsDetectionJobRequestFilterSensitiveLog: (
|
|
2637
|
+
obj: StartTopicsDetectionJobRequest
|
|
2638
|
+
) => any;
|
|
2639
|
+
|
|
2640
|
+
export declare const StartTopicsDetectionJobResponseFilterSensitiveLog: (
|
|
2641
|
+
obj: StartTopicsDetectionJobResponse
|
|
2642
|
+
) => any;
|
|
2643
|
+
|
|
2644
|
+
export declare const StopDominantLanguageDetectionJobRequestFilterSensitiveLog: (
|
|
2645
|
+
obj: StopDominantLanguageDetectionJobRequest
|
|
2646
|
+
) => any;
|
|
2647
|
+
|
|
2648
|
+
export declare const StopDominantLanguageDetectionJobResponseFilterSensitiveLog: (
|
|
2649
|
+
obj: StopDominantLanguageDetectionJobResponse
|
|
2650
|
+
) => any;
|
|
2651
|
+
|
|
2652
|
+
export declare const StopEntitiesDetectionJobRequestFilterSensitiveLog: (
|
|
2653
|
+
obj: StopEntitiesDetectionJobRequest
|
|
2654
|
+
) => any;
|
|
2655
|
+
|
|
2656
|
+
export declare const StopEntitiesDetectionJobResponseFilterSensitiveLog: (
|
|
2657
|
+
obj: StopEntitiesDetectionJobResponse
|
|
2658
|
+
) => any;
|
|
2659
|
+
|
|
2660
|
+
export declare const StopEventsDetectionJobRequestFilterSensitiveLog: (
|
|
2661
|
+
obj: StopEventsDetectionJobRequest
|
|
2662
|
+
) => any;
|
|
2663
|
+
|
|
2664
|
+
export declare const StopEventsDetectionJobResponseFilterSensitiveLog: (
|
|
2665
|
+
obj: StopEventsDetectionJobResponse
|
|
2666
|
+
) => any;
|
|
2667
|
+
|
|
2668
|
+
export declare const StopKeyPhrasesDetectionJobRequestFilterSensitiveLog: (
|
|
2669
|
+
obj: StopKeyPhrasesDetectionJobRequest
|
|
2670
|
+
) => any;
|
|
2671
|
+
|
|
2672
|
+
export declare const StopKeyPhrasesDetectionJobResponseFilterSensitiveLog: (
|
|
2673
|
+
obj: StopKeyPhrasesDetectionJobResponse
|
|
2674
|
+
) => any;
|
|
2675
|
+
|
|
2676
|
+
export declare const StopPiiEntitiesDetectionJobRequestFilterSensitiveLog: (
|
|
2677
|
+
obj: StopPiiEntitiesDetectionJobRequest
|
|
2678
|
+
) => any;
|
|
2679
|
+
|
|
2680
|
+
export declare const StopPiiEntitiesDetectionJobResponseFilterSensitiveLog: (
|
|
2681
|
+
obj: StopPiiEntitiesDetectionJobResponse
|
|
2682
|
+
) => any;
|
|
2683
|
+
|
|
2684
|
+
export declare const StopSentimentDetectionJobRequestFilterSensitiveLog: (
|
|
2685
|
+
obj: StopSentimentDetectionJobRequest
|
|
2686
|
+
) => any;
|
|
2687
|
+
|
|
2688
|
+
export declare const StopSentimentDetectionJobResponseFilterSensitiveLog: (
|
|
2689
|
+
obj: StopSentimentDetectionJobResponse
|
|
2690
|
+
) => any;
|
|
2691
|
+
|
|
2692
|
+
export declare const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog: (
|
|
2693
|
+
obj: StopTargetedSentimentDetectionJobRequest
|
|
2694
|
+
) => any;
|
|
2695
|
+
|
|
2696
|
+
export declare const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog: (
|
|
2697
|
+
obj: StopTargetedSentimentDetectionJobResponse
|
|
2698
|
+
) => any;
|
|
2699
|
+
|
|
2700
|
+
export declare const StopTrainingDocumentClassifierRequestFilterSensitiveLog: (
|
|
2701
|
+
obj: StopTrainingDocumentClassifierRequest
|
|
2702
|
+
) => any;
|
|
2703
|
+
|
|
2704
|
+
export declare const StopTrainingDocumentClassifierResponseFilterSensitiveLog: (
|
|
2705
|
+
obj: StopTrainingDocumentClassifierResponse
|
|
2706
|
+
) => any;
|
|
2707
|
+
|
|
2708
|
+
export declare const StopTrainingEntityRecognizerRequestFilterSensitiveLog: (
|
|
2709
|
+
obj: StopTrainingEntityRecognizerRequest
|
|
2710
|
+
) => any;
|
|
2711
|
+
|
|
2712
|
+
export declare const StopTrainingEntityRecognizerResponseFilterSensitiveLog: (
|
|
2713
|
+
obj: StopTrainingEntityRecognizerResponse
|
|
2714
|
+
) => any;
|
|
2715
|
+
|
|
2716
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2717
|
+
obj: TagResourceRequest
|
|
2718
|
+
) => any;
|
|
2719
|
+
|
|
2720
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2721
|
+
obj: TagResourceResponse
|
|
2722
|
+
) => any;
|
|
2723
|
+
|
|
2724
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2725
|
+
obj: UntagResourceRequest
|
|
2726
|
+
) => any;
|
|
2727
|
+
|
|
2728
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2729
|
+
obj: UntagResourceResponse
|
|
2730
|
+
) => any;
|
|
2731
|
+
|
|
2732
|
+
export declare const UpdateEndpointRequestFilterSensitiveLog: (
|
|
2733
|
+
obj: UpdateEndpointRequest
|
|
2734
|
+
) => any;
|
|
2735
|
+
|
|
2736
|
+
export declare const UpdateEndpointResponseFilterSensitiveLog: (
|
|
2737
|
+
obj: UpdateEndpointResponse
|
|
2738
|
+
) => any;
|