@aws-sdk/client-textract 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/Textract.d.ts +174 -55
- package/dist-types/ts3.4/TextractClient.d.ts +164 -83
- package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +10 -10
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/TextractServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +551 -691
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +125 -32
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,691 +1,551 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
export
|
|
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
|
-
export interface
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
export
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
export
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
}
|
|
285
|
-
export interface
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
export interface
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
export
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
}
|
|
343
|
-
export interface
|
|
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
|
-
export interface
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
}
|
|
413
|
-
export
|
|
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
|
-
export declare
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
export declare
|
|
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
|
-
export
|
|
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
|
-
export declare
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
export
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
export
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
export
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
OutputConfig?: OutputConfig;
|
|
553
|
-
|
|
554
|
-
KMSKeyId?: string;
|
|
555
|
-
|
|
556
|
-
QueriesConfig?: QueriesConfig;
|
|
557
|
-
}
|
|
558
|
-
export interface StartDocumentAnalysisResponse {
|
|
559
|
-
|
|
560
|
-
JobId?: string;
|
|
561
|
-
}
|
|
562
|
-
export interface StartDocumentTextDetectionRequest {
|
|
563
|
-
|
|
564
|
-
DocumentLocation: DocumentLocation | undefined;
|
|
565
|
-
|
|
566
|
-
ClientRequestToken?: string;
|
|
567
|
-
|
|
568
|
-
JobTag?: string;
|
|
569
|
-
|
|
570
|
-
NotificationChannel?: NotificationChannel;
|
|
571
|
-
|
|
572
|
-
OutputConfig?: OutputConfig;
|
|
573
|
-
|
|
574
|
-
KMSKeyId?: string;
|
|
575
|
-
}
|
|
576
|
-
export interface StartDocumentTextDetectionResponse {
|
|
577
|
-
|
|
578
|
-
JobId?: string;
|
|
579
|
-
}
|
|
580
|
-
export interface StartExpenseAnalysisRequest {
|
|
581
|
-
|
|
582
|
-
DocumentLocation: DocumentLocation | undefined;
|
|
583
|
-
|
|
584
|
-
ClientRequestToken?: string;
|
|
585
|
-
|
|
586
|
-
JobTag?: string;
|
|
587
|
-
|
|
588
|
-
NotificationChannel?: NotificationChannel;
|
|
589
|
-
|
|
590
|
-
OutputConfig?: OutputConfig;
|
|
591
|
-
|
|
592
|
-
KMSKeyId?: string;
|
|
593
|
-
}
|
|
594
|
-
export interface StartExpenseAnalysisResponse {
|
|
595
|
-
|
|
596
|
-
JobId?: string;
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
|
|
600
|
-
|
|
601
|
-
export declare const DocumentFilterSensitiveLog: (obj: Document) => any;
|
|
602
|
-
|
|
603
|
-
export declare const HumanLoopDataAttributesFilterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
|
|
604
|
-
|
|
605
|
-
export declare const HumanLoopConfigFilterSensitiveLog: (obj: HumanLoopConfig) => any;
|
|
606
|
-
|
|
607
|
-
export declare const QueryFilterSensitiveLog: (obj: Query) => any;
|
|
608
|
-
|
|
609
|
-
export declare const QueriesConfigFilterSensitiveLog: (obj: QueriesConfig) => any;
|
|
610
|
-
|
|
611
|
-
export declare const AnalyzeDocumentRequestFilterSensitiveLog: (obj: AnalyzeDocumentRequest) => any;
|
|
612
|
-
|
|
613
|
-
export declare const BoundingBoxFilterSensitiveLog: (obj: BoundingBox) => any;
|
|
614
|
-
|
|
615
|
-
export declare const PointFilterSensitiveLog: (obj: Point) => any;
|
|
616
|
-
|
|
617
|
-
export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
|
|
618
|
-
|
|
619
|
-
export declare const RelationshipFilterSensitiveLog: (obj: Relationship) => any;
|
|
620
|
-
|
|
621
|
-
export declare const BlockFilterSensitiveLog: (obj: Block) => any;
|
|
622
|
-
|
|
623
|
-
export declare const DocumentMetadataFilterSensitiveLog: (obj: DocumentMetadata) => any;
|
|
624
|
-
|
|
625
|
-
export declare const HumanLoopActivationOutputFilterSensitiveLog: (obj: HumanLoopActivationOutput) => any;
|
|
626
|
-
|
|
627
|
-
export declare const AnalyzeDocumentResponseFilterSensitiveLog: (obj: AnalyzeDocumentResponse) => any;
|
|
628
|
-
|
|
629
|
-
export declare const AnalyzeExpenseRequestFilterSensitiveLog: (obj: AnalyzeExpenseRequest) => any;
|
|
630
|
-
|
|
631
|
-
export declare const ExpenseDetectionFilterSensitiveLog: (obj: ExpenseDetection) => any;
|
|
632
|
-
|
|
633
|
-
export declare const ExpenseTypeFilterSensitiveLog: (obj: ExpenseType) => any;
|
|
634
|
-
|
|
635
|
-
export declare const ExpenseFieldFilterSensitiveLog: (obj: ExpenseField) => any;
|
|
636
|
-
|
|
637
|
-
export declare const LineItemFieldsFilterSensitiveLog: (obj: LineItemFields) => any;
|
|
638
|
-
|
|
639
|
-
export declare const LineItemGroupFilterSensitiveLog: (obj: LineItemGroup) => any;
|
|
640
|
-
|
|
641
|
-
export declare const ExpenseDocumentFilterSensitiveLog: (obj: ExpenseDocument) => any;
|
|
642
|
-
|
|
643
|
-
export declare const AnalyzeExpenseResponseFilterSensitiveLog: (obj: AnalyzeExpenseResponse) => any;
|
|
644
|
-
|
|
645
|
-
export declare const AnalyzeIDRequestFilterSensitiveLog: (obj: AnalyzeIDRequest) => any;
|
|
646
|
-
|
|
647
|
-
export declare const NormalizedValueFilterSensitiveLog: (obj: NormalizedValue) => any;
|
|
648
|
-
|
|
649
|
-
export declare const AnalyzeIDDetectionsFilterSensitiveLog: (obj: AnalyzeIDDetections) => any;
|
|
650
|
-
|
|
651
|
-
export declare const IdentityDocumentFieldFilterSensitiveLog: (obj: IdentityDocumentField) => any;
|
|
652
|
-
|
|
653
|
-
export declare const IdentityDocumentFilterSensitiveLog: (obj: IdentityDocument) => any;
|
|
654
|
-
|
|
655
|
-
export declare const AnalyzeIDResponseFilterSensitiveLog: (obj: AnalyzeIDResponse) => any;
|
|
656
|
-
|
|
657
|
-
export declare const DetectDocumentTextRequestFilterSensitiveLog: (obj: DetectDocumentTextRequest) => any;
|
|
658
|
-
|
|
659
|
-
export declare const DetectDocumentTextResponseFilterSensitiveLog: (obj: DetectDocumentTextResponse) => any;
|
|
660
|
-
|
|
661
|
-
export declare const DocumentLocationFilterSensitiveLog: (obj: DocumentLocation) => any;
|
|
662
|
-
|
|
663
|
-
export declare const GetDocumentAnalysisRequestFilterSensitiveLog: (obj: GetDocumentAnalysisRequest) => any;
|
|
664
|
-
|
|
665
|
-
export declare const WarningFilterSensitiveLog: (obj: Warning) => any;
|
|
666
|
-
|
|
667
|
-
export declare const GetDocumentAnalysisResponseFilterSensitiveLog: (obj: GetDocumentAnalysisResponse) => any;
|
|
668
|
-
|
|
669
|
-
export declare const GetDocumentTextDetectionRequestFilterSensitiveLog: (obj: GetDocumentTextDetectionRequest) => any;
|
|
670
|
-
|
|
671
|
-
export declare const GetDocumentTextDetectionResponseFilterSensitiveLog: (obj: GetDocumentTextDetectionResponse) => any;
|
|
672
|
-
|
|
673
|
-
export declare const GetExpenseAnalysisRequestFilterSensitiveLog: (obj: GetExpenseAnalysisRequest) => any;
|
|
674
|
-
|
|
675
|
-
export declare const GetExpenseAnalysisResponseFilterSensitiveLog: (obj: GetExpenseAnalysisResponse) => any;
|
|
676
|
-
|
|
677
|
-
export declare const NotificationChannelFilterSensitiveLog: (obj: NotificationChannel) => any;
|
|
678
|
-
|
|
679
|
-
export declare const OutputConfigFilterSensitiveLog: (obj: OutputConfig) => any;
|
|
680
|
-
|
|
681
|
-
export declare const StartDocumentAnalysisRequestFilterSensitiveLog: (obj: StartDocumentAnalysisRequest) => any;
|
|
682
|
-
|
|
683
|
-
export declare const StartDocumentAnalysisResponseFilterSensitiveLog: (obj: StartDocumentAnalysisResponse) => any;
|
|
684
|
-
|
|
685
|
-
export declare const StartDocumentTextDetectionRequestFilterSensitiveLog: (obj: StartDocumentTextDetectionRequest) => any;
|
|
686
|
-
|
|
687
|
-
export declare const StartDocumentTextDetectionResponseFilterSensitiveLog: (obj: StartDocumentTextDetectionResponse) => any;
|
|
688
|
-
|
|
689
|
-
export declare const StartExpenseAnalysisRequestFilterSensitiveLog: (obj: StartExpenseAnalysisRequest) => any;
|
|
690
|
-
|
|
691
|
-
export declare const StartExpenseAnalysisResponseFilterSensitiveLog: (obj: StartExpenseAnalysisResponse) => any;
|
|
1
|
+
import {
|
|
2
|
+
ExceptionOptionType as __ExceptionOptionType,
|
|
3
|
+
LazyJsonString as __LazyJsonString,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
import { TextractServiceException as __BaseException } from "./TextractServiceException";
|
|
6
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
7
|
+
readonly name: "AccessDeniedException";
|
|
8
|
+
readonly $fault: "client";
|
|
9
|
+
Message?: string;
|
|
10
|
+
Code?: string;
|
|
11
|
+
constructor(
|
|
12
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
13
|
+
);
|
|
14
|
+
}
|
|
15
|
+
export interface S3Object {
|
|
16
|
+
Bucket?: string;
|
|
17
|
+
Name?: string;
|
|
18
|
+
Version?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface Document {
|
|
21
|
+
Bytes?: Uint8Array;
|
|
22
|
+
S3Object?: S3Object;
|
|
23
|
+
}
|
|
24
|
+
export declare enum FeatureType {
|
|
25
|
+
FORMS = "FORMS",
|
|
26
|
+
QUERIES = "QUERIES",
|
|
27
|
+
TABLES = "TABLES",
|
|
28
|
+
}
|
|
29
|
+
export declare enum ContentClassifier {
|
|
30
|
+
FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
|
|
31
|
+
FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation",
|
|
32
|
+
}
|
|
33
|
+
export interface HumanLoopDataAttributes {
|
|
34
|
+
ContentClassifiers?: (ContentClassifier | string)[];
|
|
35
|
+
}
|
|
36
|
+
export interface HumanLoopConfig {
|
|
37
|
+
HumanLoopName: string | undefined;
|
|
38
|
+
FlowDefinitionArn: string | undefined;
|
|
39
|
+
DataAttributes?: HumanLoopDataAttributes;
|
|
40
|
+
}
|
|
41
|
+
export interface Query {
|
|
42
|
+
Text: string | undefined;
|
|
43
|
+
Alias?: string;
|
|
44
|
+
Pages?: string[];
|
|
45
|
+
}
|
|
46
|
+
export interface QueriesConfig {
|
|
47
|
+
Queries: Query[] | undefined;
|
|
48
|
+
}
|
|
49
|
+
export interface AnalyzeDocumentRequest {
|
|
50
|
+
Document: Document | undefined;
|
|
51
|
+
FeatureTypes: (FeatureType | string)[] | undefined;
|
|
52
|
+
HumanLoopConfig?: HumanLoopConfig;
|
|
53
|
+
QueriesConfig?: QueriesConfig;
|
|
54
|
+
}
|
|
55
|
+
export declare enum BlockType {
|
|
56
|
+
CELL = "CELL",
|
|
57
|
+
KEY_VALUE_SET = "KEY_VALUE_SET",
|
|
58
|
+
LINE = "LINE",
|
|
59
|
+
MERGED_CELL = "MERGED_CELL",
|
|
60
|
+
PAGE = "PAGE",
|
|
61
|
+
QUERY = "QUERY",
|
|
62
|
+
QUERY_RESULT = "QUERY_RESULT",
|
|
63
|
+
SELECTION_ELEMENT = "SELECTION_ELEMENT",
|
|
64
|
+
TABLE = "TABLE",
|
|
65
|
+
TITLE = "TITLE",
|
|
66
|
+
WORD = "WORD",
|
|
67
|
+
}
|
|
68
|
+
export declare enum EntityType {
|
|
69
|
+
COLUMN_HEADER = "COLUMN_HEADER",
|
|
70
|
+
KEY = "KEY",
|
|
71
|
+
VALUE = "VALUE",
|
|
72
|
+
}
|
|
73
|
+
export interface BoundingBox {
|
|
74
|
+
Width?: number;
|
|
75
|
+
Height?: number;
|
|
76
|
+
Left?: number;
|
|
77
|
+
Top?: number;
|
|
78
|
+
}
|
|
79
|
+
export interface Point {
|
|
80
|
+
X?: number;
|
|
81
|
+
Y?: number;
|
|
82
|
+
}
|
|
83
|
+
export interface Geometry {
|
|
84
|
+
BoundingBox?: BoundingBox;
|
|
85
|
+
Polygon?: Point[];
|
|
86
|
+
}
|
|
87
|
+
export declare enum RelationshipType {
|
|
88
|
+
ANSWER = "ANSWER",
|
|
89
|
+
CHILD = "CHILD",
|
|
90
|
+
COMPLEX_FEATURES = "COMPLEX_FEATURES",
|
|
91
|
+
MERGED_CELL = "MERGED_CELL",
|
|
92
|
+
TITLE = "TITLE",
|
|
93
|
+
VALUE = "VALUE",
|
|
94
|
+
}
|
|
95
|
+
export interface Relationship {
|
|
96
|
+
Type?: RelationshipType | string;
|
|
97
|
+
Ids?: string[];
|
|
98
|
+
}
|
|
99
|
+
export declare enum SelectionStatus {
|
|
100
|
+
NOT_SELECTED = "NOT_SELECTED",
|
|
101
|
+
SELECTED = "SELECTED",
|
|
102
|
+
}
|
|
103
|
+
export declare enum TextType {
|
|
104
|
+
HANDWRITING = "HANDWRITING",
|
|
105
|
+
PRINTED = "PRINTED",
|
|
106
|
+
}
|
|
107
|
+
export interface Block {
|
|
108
|
+
BlockType?: BlockType | string;
|
|
109
|
+
Confidence?: number;
|
|
110
|
+
Text?: string;
|
|
111
|
+
TextType?: TextType | string;
|
|
112
|
+
RowIndex?: number;
|
|
113
|
+
ColumnIndex?: number;
|
|
114
|
+
RowSpan?: number;
|
|
115
|
+
ColumnSpan?: number;
|
|
116
|
+
Geometry?: Geometry;
|
|
117
|
+
Id?: string;
|
|
118
|
+
Relationships?: Relationship[];
|
|
119
|
+
EntityTypes?: (EntityType | string)[];
|
|
120
|
+
SelectionStatus?: SelectionStatus | string;
|
|
121
|
+
Page?: number;
|
|
122
|
+
Query?: Query;
|
|
123
|
+
}
|
|
124
|
+
export interface DocumentMetadata {
|
|
125
|
+
Pages?: number;
|
|
126
|
+
}
|
|
127
|
+
export interface HumanLoopActivationOutput {
|
|
128
|
+
HumanLoopArn?: string;
|
|
129
|
+
HumanLoopActivationReasons?: string[];
|
|
130
|
+
HumanLoopActivationConditionsEvaluationResults?: __LazyJsonString | string;
|
|
131
|
+
}
|
|
132
|
+
export interface AnalyzeDocumentResponse {
|
|
133
|
+
DocumentMetadata?: DocumentMetadata;
|
|
134
|
+
Blocks?: Block[];
|
|
135
|
+
HumanLoopActivationOutput?: HumanLoopActivationOutput;
|
|
136
|
+
AnalyzeDocumentModelVersion?: string;
|
|
137
|
+
}
|
|
138
|
+
export declare class BadDocumentException extends __BaseException {
|
|
139
|
+
readonly name: "BadDocumentException";
|
|
140
|
+
readonly $fault: "client";
|
|
141
|
+
Message?: string;
|
|
142
|
+
Code?: string;
|
|
143
|
+
constructor(
|
|
144
|
+
opts: __ExceptionOptionType<BadDocumentException, __BaseException>
|
|
145
|
+
);
|
|
146
|
+
}
|
|
147
|
+
export declare class DocumentTooLargeException extends __BaseException {
|
|
148
|
+
readonly name: "DocumentTooLargeException";
|
|
149
|
+
readonly $fault: "client";
|
|
150
|
+
Message?: string;
|
|
151
|
+
Code?: string;
|
|
152
|
+
constructor(
|
|
153
|
+
opts: __ExceptionOptionType<DocumentTooLargeException, __BaseException>
|
|
154
|
+
);
|
|
155
|
+
}
|
|
156
|
+
export declare class HumanLoopQuotaExceededException extends __BaseException {
|
|
157
|
+
readonly name: "HumanLoopQuotaExceededException";
|
|
158
|
+
readonly $fault: "client";
|
|
159
|
+
ResourceType?: string;
|
|
160
|
+
QuotaCode?: string;
|
|
161
|
+
ServiceCode?: string;
|
|
162
|
+
Message?: string;
|
|
163
|
+
Code?: string;
|
|
164
|
+
constructor(
|
|
165
|
+
opts: __ExceptionOptionType<
|
|
166
|
+
HumanLoopQuotaExceededException,
|
|
167
|
+
__BaseException
|
|
168
|
+
>
|
|
169
|
+
);
|
|
170
|
+
}
|
|
171
|
+
export declare class InternalServerError extends __BaseException {
|
|
172
|
+
readonly name: "InternalServerError";
|
|
173
|
+
readonly $fault: "server";
|
|
174
|
+
Message?: string;
|
|
175
|
+
Code?: string;
|
|
176
|
+
constructor(
|
|
177
|
+
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
178
|
+
);
|
|
179
|
+
}
|
|
180
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
181
|
+
readonly name: "InvalidParameterException";
|
|
182
|
+
readonly $fault: "client";
|
|
183
|
+
Message?: string;
|
|
184
|
+
Code?: string;
|
|
185
|
+
constructor(
|
|
186
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
187
|
+
);
|
|
188
|
+
}
|
|
189
|
+
export declare class InvalidS3ObjectException extends __BaseException {
|
|
190
|
+
readonly name: "InvalidS3ObjectException";
|
|
191
|
+
readonly $fault: "client";
|
|
192
|
+
Message?: string;
|
|
193
|
+
Code?: string;
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<InvalidS3ObjectException, __BaseException>
|
|
196
|
+
);
|
|
197
|
+
}
|
|
198
|
+
export declare class ProvisionedThroughputExceededException extends __BaseException {
|
|
199
|
+
readonly name: "ProvisionedThroughputExceededException";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
Message?: string;
|
|
202
|
+
Code?: string;
|
|
203
|
+
constructor(
|
|
204
|
+
opts: __ExceptionOptionType<
|
|
205
|
+
ProvisionedThroughputExceededException,
|
|
206
|
+
__BaseException
|
|
207
|
+
>
|
|
208
|
+
);
|
|
209
|
+
}
|
|
210
|
+
export declare class ThrottlingException extends __BaseException {
|
|
211
|
+
readonly name: "ThrottlingException";
|
|
212
|
+
readonly $fault: "server";
|
|
213
|
+
Message?: string;
|
|
214
|
+
Code?: string;
|
|
215
|
+
constructor(
|
|
216
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
export declare class UnsupportedDocumentException extends __BaseException {
|
|
220
|
+
readonly name: "UnsupportedDocumentException";
|
|
221
|
+
readonly $fault: "client";
|
|
222
|
+
Message?: string;
|
|
223
|
+
Code?: string;
|
|
224
|
+
constructor(
|
|
225
|
+
opts: __ExceptionOptionType<UnsupportedDocumentException, __BaseException>
|
|
226
|
+
);
|
|
227
|
+
}
|
|
228
|
+
export interface AnalyzeExpenseRequest {
|
|
229
|
+
Document: Document | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface ExpenseDetection {
|
|
232
|
+
Text?: string;
|
|
233
|
+
Geometry?: Geometry;
|
|
234
|
+
Confidence?: number;
|
|
235
|
+
}
|
|
236
|
+
export interface ExpenseType {
|
|
237
|
+
Text?: string;
|
|
238
|
+
Confidence?: number;
|
|
239
|
+
}
|
|
240
|
+
export interface ExpenseField {
|
|
241
|
+
Type?: ExpenseType;
|
|
242
|
+
LabelDetection?: ExpenseDetection;
|
|
243
|
+
ValueDetection?: ExpenseDetection;
|
|
244
|
+
PageNumber?: number;
|
|
245
|
+
}
|
|
246
|
+
export interface LineItemFields {
|
|
247
|
+
LineItemExpenseFields?: ExpenseField[];
|
|
248
|
+
}
|
|
249
|
+
export interface LineItemGroup {
|
|
250
|
+
LineItemGroupIndex?: number;
|
|
251
|
+
LineItems?: LineItemFields[];
|
|
252
|
+
}
|
|
253
|
+
export interface ExpenseDocument {
|
|
254
|
+
ExpenseIndex?: number;
|
|
255
|
+
SummaryFields?: ExpenseField[];
|
|
256
|
+
LineItemGroups?: LineItemGroup[];
|
|
257
|
+
}
|
|
258
|
+
export interface AnalyzeExpenseResponse {
|
|
259
|
+
DocumentMetadata?: DocumentMetadata;
|
|
260
|
+
ExpenseDocuments?: ExpenseDocument[];
|
|
261
|
+
}
|
|
262
|
+
export interface AnalyzeIDRequest {
|
|
263
|
+
DocumentPages: Document[] | undefined;
|
|
264
|
+
}
|
|
265
|
+
export declare enum ValueType {
|
|
266
|
+
DATE = "DATE",
|
|
267
|
+
}
|
|
268
|
+
export interface NormalizedValue {
|
|
269
|
+
Value?: string;
|
|
270
|
+
ValueType?: ValueType | string;
|
|
271
|
+
}
|
|
272
|
+
export interface AnalyzeIDDetections {
|
|
273
|
+
Text: string | undefined;
|
|
274
|
+
NormalizedValue?: NormalizedValue;
|
|
275
|
+
Confidence?: number;
|
|
276
|
+
}
|
|
277
|
+
export interface IdentityDocumentField {
|
|
278
|
+
Type?: AnalyzeIDDetections;
|
|
279
|
+
ValueDetection?: AnalyzeIDDetections;
|
|
280
|
+
}
|
|
281
|
+
export interface IdentityDocument {
|
|
282
|
+
DocumentIndex?: number;
|
|
283
|
+
IdentityDocumentFields?: IdentityDocumentField[];
|
|
284
|
+
}
|
|
285
|
+
export interface AnalyzeIDResponse {
|
|
286
|
+
IdentityDocuments?: IdentityDocument[];
|
|
287
|
+
DocumentMetadata?: DocumentMetadata;
|
|
288
|
+
AnalyzeIDModelVersion?: string;
|
|
289
|
+
}
|
|
290
|
+
export interface DetectDocumentTextRequest {
|
|
291
|
+
Document: Document | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface DetectDocumentTextResponse {
|
|
294
|
+
DocumentMetadata?: DocumentMetadata;
|
|
295
|
+
Blocks?: Block[];
|
|
296
|
+
DetectDocumentTextModelVersion?: string;
|
|
297
|
+
}
|
|
298
|
+
export interface DocumentLocation {
|
|
299
|
+
S3Object?: S3Object;
|
|
300
|
+
}
|
|
301
|
+
export interface GetDocumentAnalysisRequest {
|
|
302
|
+
JobId: string | undefined;
|
|
303
|
+
MaxResults?: number;
|
|
304
|
+
NextToken?: string;
|
|
305
|
+
}
|
|
306
|
+
export declare enum JobStatus {
|
|
307
|
+
FAILED = "FAILED",
|
|
308
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
309
|
+
PARTIAL_SUCCESS = "PARTIAL_SUCCESS",
|
|
310
|
+
SUCCEEDED = "SUCCEEDED",
|
|
311
|
+
}
|
|
312
|
+
export interface Warning {
|
|
313
|
+
ErrorCode?: string;
|
|
314
|
+
Pages?: number[];
|
|
315
|
+
}
|
|
316
|
+
export interface GetDocumentAnalysisResponse {
|
|
317
|
+
DocumentMetadata?: DocumentMetadata;
|
|
318
|
+
JobStatus?: JobStatus | string;
|
|
319
|
+
NextToken?: string;
|
|
320
|
+
Blocks?: Block[];
|
|
321
|
+
Warnings?: Warning[];
|
|
322
|
+
StatusMessage?: string;
|
|
323
|
+
AnalyzeDocumentModelVersion?: string;
|
|
324
|
+
}
|
|
325
|
+
export declare class InvalidJobIdException extends __BaseException {
|
|
326
|
+
readonly name: "InvalidJobIdException";
|
|
327
|
+
readonly $fault: "client";
|
|
328
|
+
Message?: string;
|
|
329
|
+
Code?: string;
|
|
330
|
+
constructor(
|
|
331
|
+
opts: __ExceptionOptionType<InvalidJobIdException, __BaseException>
|
|
332
|
+
);
|
|
333
|
+
}
|
|
334
|
+
export declare class InvalidKMSKeyException extends __BaseException {
|
|
335
|
+
readonly name: "InvalidKMSKeyException";
|
|
336
|
+
readonly $fault: "client";
|
|
337
|
+
Message?: string;
|
|
338
|
+
Code?: string;
|
|
339
|
+
constructor(
|
|
340
|
+
opts: __ExceptionOptionType<InvalidKMSKeyException, __BaseException>
|
|
341
|
+
);
|
|
342
|
+
}
|
|
343
|
+
export interface GetDocumentTextDetectionRequest {
|
|
344
|
+
JobId: string | undefined;
|
|
345
|
+
MaxResults?: number;
|
|
346
|
+
NextToken?: string;
|
|
347
|
+
}
|
|
348
|
+
export interface GetDocumentTextDetectionResponse {
|
|
349
|
+
DocumentMetadata?: DocumentMetadata;
|
|
350
|
+
JobStatus?: JobStatus | string;
|
|
351
|
+
NextToken?: string;
|
|
352
|
+
Blocks?: Block[];
|
|
353
|
+
Warnings?: Warning[];
|
|
354
|
+
StatusMessage?: string;
|
|
355
|
+
DetectDocumentTextModelVersion?: string;
|
|
356
|
+
}
|
|
357
|
+
export interface GetExpenseAnalysisRequest {
|
|
358
|
+
JobId: string | undefined;
|
|
359
|
+
MaxResults?: number;
|
|
360
|
+
NextToken?: string;
|
|
361
|
+
}
|
|
362
|
+
export interface GetExpenseAnalysisResponse {
|
|
363
|
+
DocumentMetadata?: DocumentMetadata;
|
|
364
|
+
JobStatus?: JobStatus | string;
|
|
365
|
+
NextToken?: string;
|
|
366
|
+
ExpenseDocuments?: ExpenseDocument[];
|
|
367
|
+
Warnings?: Warning[];
|
|
368
|
+
StatusMessage?: string;
|
|
369
|
+
AnalyzeExpenseModelVersion?: string;
|
|
370
|
+
}
|
|
371
|
+
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
372
|
+
readonly name: "IdempotentParameterMismatchException";
|
|
373
|
+
readonly $fault: "client";
|
|
374
|
+
Message?: string;
|
|
375
|
+
Code?: string;
|
|
376
|
+
constructor(
|
|
377
|
+
opts: __ExceptionOptionType<
|
|
378
|
+
IdempotentParameterMismatchException,
|
|
379
|
+
__BaseException
|
|
380
|
+
>
|
|
381
|
+
);
|
|
382
|
+
}
|
|
383
|
+
export declare class LimitExceededException extends __BaseException {
|
|
384
|
+
readonly name: "LimitExceededException";
|
|
385
|
+
readonly $fault: "client";
|
|
386
|
+
Message?: string;
|
|
387
|
+
Code?: string;
|
|
388
|
+
constructor(
|
|
389
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
390
|
+
);
|
|
391
|
+
}
|
|
392
|
+
export interface NotificationChannel {
|
|
393
|
+
SNSTopicArn: string | undefined;
|
|
394
|
+
RoleArn: string | undefined;
|
|
395
|
+
}
|
|
396
|
+
export interface OutputConfig {
|
|
397
|
+
S3Bucket: string | undefined;
|
|
398
|
+
S3Prefix?: string;
|
|
399
|
+
}
|
|
400
|
+
export interface StartDocumentAnalysisRequest {
|
|
401
|
+
DocumentLocation: DocumentLocation | undefined;
|
|
402
|
+
FeatureTypes: (FeatureType | string)[] | undefined;
|
|
403
|
+
ClientRequestToken?: string;
|
|
404
|
+
JobTag?: string;
|
|
405
|
+
NotificationChannel?: NotificationChannel;
|
|
406
|
+
OutputConfig?: OutputConfig;
|
|
407
|
+
KMSKeyId?: string;
|
|
408
|
+
QueriesConfig?: QueriesConfig;
|
|
409
|
+
}
|
|
410
|
+
export interface StartDocumentAnalysisResponse {
|
|
411
|
+
JobId?: string;
|
|
412
|
+
}
|
|
413
|
+
export interface StartDocumentTextDetectionRequest {
|
|
414
|
+
DocumentLocation: DocumentLocation | undefined;
|
|
415
|
+
ClientRequestToken?: string;
|
|
416
|
+
JobTag?: string;
|
|
417
|
+
NotificationChannel?: NotificationChannel;
|
|
418
|
+
OutputConfig?: OutputConfig;
|
|
419
|
+
KMSKeyId?: string;
|
|
420
|
+
}
|
|
421
|
+
export interface StartDocumentTextDetectionResponse {
|
|
422
|
+
JobId?: string;
|
|
423
|
+
}
|
|
424
|
+
export interface StartExpenseAnalysisRequest {
|
|
425
|
+
DocumentLocation: DocumentLocation | undefined;
|
|
426
|
+
ClientRequestToken?: string;
|
|
427
|
+
JobTag?: string;
|
|
428
|
+
NotificationChannel?: NotificationChannel;
|
|
429
|
+
OutputConfig?: OutputConfig;
|
|
430
|
+
KMSKeyId?: string;
|
|
431
|
+
}
|
|
432
|
+
export interface StartExpenseAnalysisResponse {
|
|
433
|
+
JobId?: string;
|
|
434
|
+
}
|
|
435
|
+
export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
|
|
436
|
+
export declare const DocumentFilterSensitiveLog: (obj: Document) => any;
|
|
437
|
+
export declare const HumanLoopDataAttributesFilterSensitiveLog: (
|
|
438
|
+
obj: HumanLoopDataAttributes
|
|
439
|
+
) => any;
|
|
440
|
+
export declare const HumanLoopConfigFilterSensitiveLog: (
|
|
441
|
+
obj: HumanLoopConfig
|
|
442
|
+
) => any;
|
|
443
|
+
export declare const QueryFilterSensitiveLog: (obj: Query) => any;
|
|
444
|
+
export declare const QueriesConfigFilterSensitiveLog: (
|
|
445
|
+
obj: QueriesConfig
|
|
446
|
+
) => any;
|
|
447
|
+
export declare const AnalyzeDocumentRequestFilterSensitiveLog: (
|
|
448
|
+
obj: AnalyzeDocumentRequest
|
|
449
|
+
) => any;
|
|
450
|
+
export declare const BoundingBoxFilterSensitiveLog: (obj: BoundingBox) => any;
|
|
451
|
+
export declare const PointFilterSensitiveLog: (obj: Point) => any;
|
|
452
|
+
export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
|
|
453
|
+
export declare const RelationshipFilterSensitiveLog: (obj: Relationship) => any;
|
|
454
|
+
export declare const BlockFilterSensitiveLog: (obj: Block) => any;
|
|
455
|
+
export declare const DocumentMetadataFilterSensitiveLog: (
|
|
456
|
+
obj: DocumentMetadata
|
|
457
|
+
) => any;
|
|
458
|
+
export declare const HumanLoopActivationOutputFilterSensitiveLog: (
|
|
459
|
+
obj: HumanLoopActivationOutput
|
|
460
|
+
) => any;
|
|
461
|
+
export declare const AnalyzeDocumentResponseFilterSensitiveLog: (
|
|
462
|
+
obj: AnalyzeDocumentResponse
|
|
463
|
+
) => any;
|
|
464
|
+
export declare const AnalyzeExpenseRequestFilterSensitiveLog: (
|
|
465
|
+
obj: AnalyzeExpenseRequest
|
|
466
|
+
) => any;
|
|
467
|
+
export declare const ExpenseDetectionFilterSensitiveLog: (
|
|
468
|
+
obj: ExpenseDetection
|
|
469
|
+
) => any;
|
|
470
|
+
export declare const ExpenseTypeFilterSensitiveLog: (obj: ExpenseType) => any;
|
|
471
|
+
export declare const ExpenseFieldFilterSensitiveLog: (obj: ExpenseField) => any;
|
|
472
|
+
export declare const LineItemFieldsFilterSensitiveLog: (
|
|
473
|
+
obj: LineItemFields
|
|
474
|
+
) => any;
|
|
475
|
+
export declare const LineItemGroupFilterSensitiveLog: (
|
|
476
|
+
obj: LineItemGroup
|
|
477
|
+
) => any;
|
|
478
|
+
export declare const ExpenseDocumentFilterSensitiveLog: (
|
|
479
|
+
obj: ExpenseDocument
|
|
480
|
+
) => any;
|
|
481
|
+
export declare const AnalyzeExpenseResponseFilterSensitiveLog: (
|
|
482
|
+
obj: AnalyzeExpenseResponse
|
|
483
|
+
) => any;
|
|
484
|
+
export declare const AnalyzeIDRequestFilterSensitiveLog: (
|
|
485
|
+
obj: AnalyzeIDRequest
|
|
486
|
+
) => any;
|
|
487
|
+
export declare const NormalizedValueFilterSensitiveLog: (
|
|
488
|
+
obj: NormalizedValue
|
|
489
|
+
) => any;
|
|
490
|
+
export declare const AnalyzeIDDetectionsFilterSensitiveLog: (
|
|
491
|
+
obj: AnalyzeIDDetections
|
|
492
|
+
) => any;
|
|
493
|
+
export declare const IdentityDocumentFieldFilterSensitiveLog: (
|
|
494
|
+
obj: IdentityDocumentField
|
|
495
|
+
) => any;
|
|
496
|
+
export declare const IdentityDocumentFilterSensitiveLog: (
|
|
497
|
+
obj: IdentityDocument
|
|
498
|
+
) => any;
|
|
499
|
+
export declare const AnalyzeIDResponseFilterSensitiveLog: (
|
|
500
|
+
obj: AnalyzeIDResponse
|
|
501
|
+
) => any;
|
|
502
|
+
export declare const DetectDocumentTextRequestFilterSensitiveLog: (
|
|
503
|
+
obj: DetectDocumentTextRequest
|
|
504
|
+
) => any;
|
|
505
|
+
export declare const DetectDocumentTextResponseFilterSensitiveLog: (
|
|
506
|
+
obj: DetectDocumentTextResponse
|
|
507
|
+
) => any;
|
|
508
|
+
export declare const DocumentLocationFilterSensitiveLog: (
|
|
509
|
+
obj: DocumentLocation
|
|
510
|
+
) => any;
|
|
511
|
+
export declare const GetDocumentAnalysisRequestFilterSensitiveLog: (
|
|
512
|
+
obj: GetDocumentAnalysisRequest
|
|
513
|
+
) => any;
|
|
514
|
+
export declare const WarningFilterSensitiveLog: (obj: Warning) => any;
|
|
515
|
+
export declare const GetDocumentAnalysisResponseFilterSensitiveLog: (
|
|
516
|
+
obj: GetDocumentAnalysisResponse
|
|
517
|
+
) => any;
|
|
518
|
+
export declare const GetDocumentTextDetectionRequestFilterSensitiveLog: (
|
|
519
|
+
obj: GetDocumentTextDetectionRequest
|
|
520
|
+
) => any;
|
|
521
|
+
export declare const GetDocumentTextDetectionResponseFilterSensitiveLog: (
|
|
522
|
+
obj: GetDocumentTextDetectionResponse
|
|
523
|
+
) => any;
|
|
524
|
+
export declare const GetExpenseAnalysisRequestFilterSensitiveLog: (
|
|
525
|
+
obj: GetExpenseAnalysisRequest
|
|
526
|
+
) => any;
|
|
527
|
+
export declare const GetExpenseAnalysisResponseFilterSensitiveLog: (
|
|
528
|
+
obj: GetExpenseAnalysisResponse
|
|
529
|
+
) => any;
|
|
530
|
+
export declare const NotificationChannelFilterSensitiveLog: (
|
|
531
|
+
obj: NotificationChannel
|
|
532
|
+
) => any;
|
|
533
|
+
export declare const OutputConfigFilterSensitiveLog: (obj: OutputConfig) => any;
|
|
534
|
+
export declare const StartDocumentAnalysisRequestFilterSensitiveLog: (
|
|
535
|
+
obj: StartDocumentAnalysisRequest
|
|
536
|
+
) => any;
|
|
537
|
+
export declare const StartDocumentAnalysisResponseFilterSensitiveLog: (
|
|
538
|
+
obj: StartDocumentAnalysisResponse
|
|
539
|
+
) => any;
|
|
540
|
+
export declare const StartDocumentTextDetectionRequestFilterSensitiveLog: (
|
|
541
|
+
obj: StartDocumentTextDetectionRequest
|
|
542
|
+
) => any;
|
|
543
|
+
export declare const StartDocumentTextDetectionResponseFilterSensitiveLog: (
|
|
544
|
+
obj: StartDocumentTextDetectionResponse
|
|
545
|
+
) => any;
|
|
546
|
+
export declare const StartExpenseAnalysisRequestFilterSensitiveLog: (
|
|
547
|
+
obj: StartExpenseAnalysisRequest
|
|
548
|
+
) => any;
|
|
549
|
+
export declare const StartExpenseAnalysisResponseFilterSensitiveLog: (
|
|
550
|
+
obj: StartExpenseAnalysisResponse
|
|
551
|
+
) => any;
|