@aws-sdk/client-textract 3.952.0 → 3.953.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/dist-cjs/index.js +496 -346
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AnalyzeDocumentCommand.js +2 -2
- package/dist-es/commands/AnalyzeExpenseCommand.js +2 -2
- package/dist-es/commands/AnalyzeIDCommand.js +2 -2
- package/dist-es/commands/CreateAdapterCommand.js +2 -2
- package/dist-es/commands/CreateAdapterVersionCommand.js +2 -2
- package/dist-es/commands/DeleteAdapterCommand.js +2 -2
- package/dist-es/commands/DeleteAdapterVersionCommand.js +2 -2
- package/dist-es/commands/DetectDocumentTextCommand.js +2 -2
- package/dist-es/commands/GetAdapterCommand.js +2 -2
- package/dist-es/commands/GetAdapterVersionCommand.js +2 -2
- package/dist-es/commands/GetDocumentAnalysisCommand.js +2 -2
- package/dist-es/commands/GetDocumentTextDetectionCommand.js +2 -2
- package/dist-es/commands/GetExpenseAnalysisCommand.js +2 -2
- package/dist-es/commands/GetLendingAnalysisCommand.js +2 -2
- package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +2 -2
- package/dist-es/commands/ListAdapterVersionsCommand.js +2 -2
- package/dist-es/commands/ListAdaptersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartDocumentAnalysisCommand.js +2 -2
- package/dist-es/commands/StartDocumentTextDetectionCommand.js +2 -2
- package/dist-es/commands/StartExpenseAnalysisCommand.js +2 -2
- package/dist-es/commands/StartLendingAnalysisCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAdapterCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +289 -282
- package/dist-types/TextractClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +144 -185
- package/dist-types/ts3.4/TextractClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +143 -186
- package/package.json +34 -34
|
@@ -290,30 +290,30 @@ const _s = "server";
|
|
|
290
290
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.textract";
|
|
291
291
|
const n0 = "com.amazonaws.textract";
|
|
292
292
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
293
|
-
import { AccessDeniedException
|
|
294
|
-
import { TextractServiceException
|
|
295
|
-
|
|
293
|
+
import { AccessDeniedException, BadDocumentException, ConflictException, DocumentTooLargeException, HumanLoopQuotaExceededException, IdempotentParameterMismatchException, InternalServerError, InvalidJobIdException, InvalidKMSKeyException, InvalidParameterException, InvalidS3ObjectException, LimitExceededException, ProvisionedThroughputExceededException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, UnsupportedDocumentException, ValidationException, } from "../models/errors";
|
|
294
|
+
import { TextractServiceException } from "../models/TextractServiceException";
|
|
295
|
+
var SynthesizedJsonHumanLoopActivationConditionsEvaluationResults = [
|
|
296
296
|
0,
|
|
297
297
|
n0,
|
|
298
298
|
_SJHLACER,
|
|
299
299
|
{ [_mT]: _a },
|
|
300
300
|
0,
|
|
301
301
|
];
|
|
302
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
303
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
304
|
-
export var Adapter = [3, n0, _A, 0, [_AI, _P, _V], [0, 64 | 0, 0]];
|
|
305
|
-
export var AdapterOverview = [3, n0, _AO, 0, [_AI, _AN, _CT, _FT], [0, 0, 4, 64 | 0]];
|
|
306
|
-
export var AdaptersConfig = [3, n0, _AC, 0, [_Ad], [() => Adapters]];
|
|
307
|
-
export var AdapterVersionDatasetConfig = [3, n0, _AVDC, 0, [_MSO], [() => S3Object]];
|
|
308
|
-
export var AdapterVersionEvaluationMetric = [
|
|
302
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
303
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
304
|
+
export var Adapter$ = [3, n0, _A, 0, [_AI, _P, _V], [0, 64 | 0, 0]];
|
|
305
|
+
export var AdapterOverview$ = [3, n0, _AO, 0, [_AI, _AN, _CT, _FT], [0, 0, 4, 64 | 0]];
|
|
306
|
+
export var AdaptersConfig$ = [3, n0, _AC, 0, [_Ad], [() => Adapters]];
|
|
307
|
+
export var AdapterVersionDatasetConfig$ = [3, n0, _AVDC, 0, [_MSO], [() => S3Object$]];
|
|
308
|
+
export var AdapterVersionEvaluationMetric$ = [
|
|
309
309
|
3,
|
|
310
310
|
n0,
|
|
311
311
|
_AVEM,
|
|
312
312
|
0,
|
|
313
313
|
[_B, _AV, _FTe],
|
|
314
|
-
[() => EvaluationMetric
|
|
314
|
+
[() => EvaluationMetric$, () => EvaluationMetric$, 0],
|
|
315
315
|
];
|
|
316
|
-
export var AdapterVersionOverview = [
|
|
316
|
+
export var AdapterVersionOverview$ = [
|
|
317
317
|
3,
|
|
318
318
|
n0,
|
|
319
319
|
_AVO,
|
|
@@ -321,62 +321,62 @@ export var AdapterVersionOverview = [
|
|
|
321
321
|
[_AI, _AV, _CT, _FT, _S, _SM],
|
|
322
322
|
[0, 0, 4, 64 | 0, 0, 0],
|
|
323
323
|
];
|
|
324
|
-
export var AnalyzeDocumentRequest = [
|
|
324
|
+
export var AnalyzeDocumentRequest$ = [
|
|
325
325
|
3,
|
|
326
326
|
n0,
|
|
327
327
|
_ADR,
|
|
328
328
|
0,
|
|
329
329
|
[_D, _FT, _HLC, _QC, _AC],
|
|
330
|
-
[() => Document
|
|
330
|
+
[() => Document$, 64 | 0, () => HumanLoopConfig$, () => QueriesConfig$, () => AdaptersConfig$],
|
|
331
331
|
];
|
|
332
|
-
export var AnalyzeDocumentResponse = [
|
|
332
|
+
export var AnalyzeDocumentResponse$ = [
|
|
333
333
|
3,
|
|
334
334
|
n0,
|
|
335
335
|
_ADRn,
|
|
336
336
|
0,
|
|
337
337
|
[_DM, _Bl, _HLAO, _ADMV],
|
|
338
|
-
[() => DocumentMetadata
|
|
338
|
+
[() => DocumentMetadata$, () => BlockList, [() => HumanLoopActivationOutput$, 0], 0],
|
|
339
339
|
];
|
|
340
|
-
export var AnalyzeExpenseRequest = [3, n0, _AER, 0, [_D], [() => Document]];
|
|
341
|
-
export var AnalyzeExpenseResponse = [
|
|
340
|
+
export var AnalyzeExpenseRequest$ = [3, n0, _AER, 0, [_D], [() => Document$]];
|
|
341
|
+
export var AnalyzeExpenseResponse$ = [
|
|
342
342
|
3,
|
|
343
343
|
n0,
|
|
344
344
|
_AERn,
|
|
345
345
|
0,
|
|
346
346
|
[_DM, _ED],
|
|
347
|
-
[() => DocumentMetadata
|
|
347
|
+
[() => DocumentMetadata$, () => ExpenseDocumentList],
|
|
348
348
|
];
|
|
349
|
-
export var AnalyzeIDDetections = [
|
|
349
|
+
export var AnalyzeIDDetections$ = [
|
|
350
350
|
3,
|
|
351
351
|
n0,
|
|
352
352
|
_AIDD,
|
|
353
353
|
0,
|
|
354
354
|
[_T, _NV, _Co],
|
|
355
|
-
[0, () => NormalizedValue
|
|
355
|
+
[0, () => NormalizedValue$, 1],
|
|
356
356
|
];
|
|
357
|
-
export var AnalyzeIDRequest = [3, n0, _AIDR, 0, [_DP], [() => DocumentPages]];
|
|
358
|
-
export var AnalyzeIDResponse = [
|
|
357
|
+
export var AnalyzeIDRequest$ = [3, n0, _AIDR, 0, [_DP], [() => DocumentPages]];
|
|
358
|
+
export var AnalyzeIDResponse$ = [
|
|
359
359
|
3,
|
|
360
360
|
n0,
|
|
361
361
|
_AIDRn,
|
|
362
362
|
0,
|
|
363
363
|
[_ID, _DM, _AIDMV],
|
|
364
|
-
[() => IdentityDocumentList, () => DocumentMetadata
|
|
364
|
+
[() => IdentityDocumentList, () => DocumentMetadata$, 0],
|
|
365
365
|
];
|
|
366
|
-
export var BadDocumentException = [-3, n0, _BDE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
367
|
-
TypeRegistry.for(n0).registerError(BadDocumentException
|
|
368
|
-
export var Block = [
|
|
366
|
+
export var BadDocumentException$ = [-3, n0, _BDE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
367
|
+
TypeRegistry.for(n0).registerError(BadDocumentException$, BadDocumentException);
|
|
368
|
+
export var Block$ = [
|
|
369
369
|
3,
|
|
370
370
|
n0,
|
|
371
371
|
_Blo,
|
|
372
372
|
0,
|
|
373
373
|
[_BT, _Co, _T, _TT, _RI, _CI, _RS, _CS, _G, _I, _R, _ET, _SS, _Pa, _Q],
|
|
374
|
-
[0, 1, 0, 0, 1, 1, 1, 1, () => Geometry
|
|
374
|
+
[0, 1, 0, 0, 1, 1, 1, 1, () => Geometry$, 0, () => RelationshipList, 64 | 0, 0, 1, () => Query$],
|
|
375
375
|
];
|
|
376
|
-
export var BoundingBox = [3, n0, _BB, 0, [_W, _H, _L, _To], [1, 1, 1, 1]];
|
|
377
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
378
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
379
|
-
export var CreateAdapterRequest = [
|
|
376
|
+
export var BoundingBox$ = [3, n0, _BB, 0, [_W, _H, _L, _To], [1, 1, 1, 1]];
|
|
377
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
378
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
379
|
+
export var CreateAdapterRequest$ = [
|
|
380
380
|
3,
|
|
381
381
|
n0,
|
|
382
382
|
_CAR,
|
|
@@ -384,32 +384,32 @@ export var CreateAdapterRequest = [
|
|
|
384
384
|
[_AN, _CRT, _De, _FT, _AU, _Ta],
|
|
385
385
|
[0, [0, 4], 0, 64 | 0, 0, 128 | 0],
|
|
386
386
|
];
|
|
387
|
-
export var CreateAdapterResponse = [3, n0, _CARr, 0, [_AI], [0]];
|
|
388
|
-
export var CreateAdapterVersionRequest = [
|
|
387
|
+
export var CreateAdapterResponse$ = [3, n0, _CARr, 0, [_AI], [0]];
|
|
388
|
+
export var CreateAdapterVersionRequest$ = [
|
|
389
389
|
3,
|
|
390
390
|
n0,
|
|
391
391
|
_CAVR,
|
|
392
392
|
0,
|
|
393
393
|
[_AI, _CRT, _DC, _KMSKI, _OC, _Ta],
|
|
394
|
-
[0, [0, 4], () => AdapterVersionDatasetConfig
|
|
394
|
+
[0, [0, 4], () => AdapterVersionDatasetConfig$, 0, () => OutputConfig$, 128 | 0],
|
|
395
395
|
];
|
|
396
|
-
export var CreateAdapterVersionResponse = [3, n0, _CAVRr, 0, [_AI, _AV], [0, 0]];
|
|
397
|
-
export var DeleteAdapterRequest = [3, n0, _DAR, 0, [_AI], [0]];
|
|
398
|
-
export var DeleteAdapterResponse = [3, n0, _DARe, 0, [], []];
|
|
399
|
-
export var DeleteAdapterVersionRequest = [3, n0, _DAVR, 0, [_AI, _AV], [0, 0]];
|
|
400
|
-
export var DeleteAdapterVersionResponse = [3, n0, _DAVRe, 0, [], []];
|
|
401
|
-
export var DetectDocumentTextRequest = [3, n0, _DDTR, 0, [_D], [() => Document]];
|
|
402
|
-
export var DetectDocumentTextResponse = [
|
|
396
|
+
export var CreateAdapterVersionResponse$ = [3, n0, _CAVRr, 0, [_AI, _AV], [0, 0]];
|
|
397
|
+
export var DeleteAdapterRequest$ = [3, n0, _DAR, 0, [_AI], [0]];
|
|
398
|
+
export var DeleteAdapterResponse$ = [3, n0, _DARe, 0, [], []];
|
|
399
|
+
export var DeleteAdapterVersionRequest$ = [3, n0, _DAVR, 0, [_AI, _AV], [0, 0]];
|
|
400
|
+
export var DeleteAdapterVersionResponse$ = [3, n0, _DAVRe, 0, [], []];
|
|
401
|
+
export var DetectDocumentTextRequest$ = [3, n0, _DDTR, 0, [_D], [() => Document$]];
|
|
402
|
+
export var DetectDocumentTextResponse$ = [
|
|
403
403
|
3,
|
|
404
404
|
n0,
|
|
405
405
|
_DDTRe,
|
|
406
406
|
0,
|
|
407
407
|
[_DM, _Bl, _DDTMV],
|
|
408
|
-
[() => DocumentMetadata
|
|
408
|
+
[() => DocumentMetadata$, () => BlockList, 0],
|
|
409
409
|
];
|
|
410
|
-
export var DetectedSignature = [3, n0, _DS, 0, [_Pa], [1]];
|
|
411
|
-
export var Document = [3, n0, _D, 0, [_By, _SO], [21, () => S3Object]];
|
|
412
|
-
export var DocumentGroup = [
|
|
410
|
+
export var DetectedSignature$ = [3, n0, _DS, 0, [_Pa], [1]];
|
|
411
|
+
export var Document$ = [3, n0, _D, 0, [_By, _SO], [21, () => S3Object$]];
|
|
412
|
+
export var DocumentGroup$ = [
|
|
413
413
|
3,
|
|
414
414
|
n0,
|
|
415
415
|
_DG,
|
|
@@ -417,14 +417,14 @@ export var DocumentGroup = [
|
|
|
417
417
|
[_Ty, _SD, _DSe, _US],
|
|
418
418
|
[0, () => SplitDocumentList, () => DetectedSignatureList, () => UndetectedSignatureList],
|
|
419
419
|
];
|
|
420
|
-
export var DocumentLocation = [3, n0, _DL, 0, [_SO], [() => S3Object]];
|
|
421
|
-
export var DocumentMetadata = [3, n0, _DM, 0, [_P], [1]];
|
|
422
|
-
export var DocumentTooLargeException = [-3, n0, _DTLE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
423
|
-
TypeRegistry.for(n0).registerError(DocumentTooLargeException
|
|
424
|
-
export var EvaluationMetric = [3, n0, _EM, 0, [_FS, _Pr, _Re], [1, 1, 1]];
|
|
425
|
-
export var ExpenseCurrency = [3, n0, _EC, 0, [_C, _Co], [0, 1]];
|
|
426
|
-
export var ExpenseDetection = [3, n0, _EDx, 0, [_T, _G, _Co], [0, () => Geometry
|
|
427
|
-
export var ExpenseDocument = [
|
|
420
|
+
export var DocumentLocation$ = [3, n0, _DL, 0, [_SO], [() => S3Object$]];
|
|
421
|
+
export var DocumentMetadata$ = [3, n0, _DM, 0, [_P], [1]];
|
|
422
|
+
export var DocumentTooLargeException$ = [-3, n0, _DTLE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
423
|
+
TypeRegistry.for(n0).registerError(DocumentTooLargeException$, DocumentTooLargeException);
|
|
424
|
+
export var EvaluationMetric$ = [3, n0, _EM, 0, [_FS, _Pr, _Re], [1, 1, 1]];
|
|
425
|
+
export var ExpenseCurrency$ = [3, n0, _EC, 0, [_C, _Co], [0, 1]];
|
|
426
|
+
export var ExpenseDetection$ = [3, n0, _EDx, 0, [_T, _G, _Co], [0, () => Geometry$, 1]];
|
|
427
|
+
export var ExpenseDocument$ = [
|
|
428
428
|
3,
|
|
429
429
|
n0,
|
|
430
430
|
_EDxp,
|
|
@@ -432,34 +432,34 @@ export var ExpenseDocument = [
|
|
|
432
432
|
[_EI, _SF, _LIG, _Bl],
|
|
433
433
|
[1, () => ExpenseFieldList, () => LineItemGroupList, () => BlockList],
|
|
434
434
|
];
|
|
435
|
-
export var ExpenseField = [
|
|
435
|
+
export var ExpenseField$ = [
|
|
436
436
|
3,
|
|
437
437
|
n0,
|
|
438
438
|
_EF,
|
|
439
439
|
0,
|
|
440
440
|
[_Ty, _LD, _VD, _PN, _Cu, _GP],
|
|
441
441
|
[
|
|
442
|
-
() => ExpenseType
|
|
443
|
-
() => ExpenseDetection
|
|
444
|
-
() => ExpenseDetection
|
|
442
|
+
() => ExpenseType$,
|
|
443
|
+
() => ExpenseDetection$,
|
|
444
|
+
() => ExpenseDetection$,
|
|
445
445
|
1,
|
|
446
|
-
() => ExpenseCurrency
|
|
446
|
+
() => ExpenseCurrency$,
|
|
447
447
|
() => ExpenseGroupPropertyList,
|
|
448
448
|
],
|
|
449
449
|
];
|
|
450
|
-
export var ExpenseGroupProperty = [3, n0, _EGP, 0, [_Typ, _I], [64 | 0, 0]];
|
|
451
|
-
export var ExpenseType = [3, n0, _ETx, 0, [_T, _Co], [0, 1]];
|
|
452
|
-
export var Extraction = [
|
|
450
|
+
export var ExpenseGroupProperty$ = [3, n0, _EGP, 0, [_Typ, _I], [64 | 0, 0]];
|
|
451
|
+
export var ExpenseType$ = [3, n0, _ETx, 0, [_T, _Co], [0, 1]];
|
|
452
|
+
export var Extraction$ = [
|
|
453
453
|
3,
|
|
454
454
|
n0,
|
|
455
455
|
_E,
|
|
456
456
|
0,
|
|
457
457
|
[_LDe, _EDxp, _IDd],
|
|
458
|
-
[() => LendingDocument
|
|
458
|
+
[() => LendingDocument$, () => ExpenseDocument$, () => IdentityDocument$],
|
|
459
459
|
];
|
|
460
|
-
export var Geometry = [3, n0, _G, 0, [_BB, _Po, _RA], [() => BoundingBox
|
|
461
|
-
export var GetAdapterRequest = [3, n0, _GAR, 0, [_AI], [0]];
|
|
462
|
-
export var GetAdapterResponse = [
|
|
460
|
+
export var Geometry$ = [3, n0, _G, 0, [_BB, _Po, _RA], [() => BoundingBox$, () => Polygon, 1]];
|
|
461
|
+
export var GetAdapterRequest$ = [3, n0, _GAR, 0, [_AI], [0]];
|
|
462
|
+
export var GetAdapterResponse$ = [
|
|
463
463
|
3,
|
|
464
464
|
n0,
|
|
465
465
|
_GARe,
|
|
@@ -467,8 +467,8 @@ export var GetAdapterResponse = [
|
|
|
467
467
|
[_AI, _AN, _CT, _De, _FT, _AU, _Ta],
|
|
468
468
|
[0, 0, 4, 0, 64 | 0, 0, 128 | 0],
|
|
469
469
|
];
|
|
470
|
-
export var GetAdapterVersionRequest = [3, n0, _GAVR, 0, [_AI, _AV], [0, 0]];
|
|
471
|
-
export var GetAdapterVersionResponse = [
|
|
470
|
+
export var GetAdapterVersionRequest$ = [3, n0, _GAVR, 0, [_AI, _AV], [0, 0]];
|
|
471
|
+
export var GetAdapterVersionResponse$ = [
|
|
472
472
|
3,
|
|
473
473
|
n0,
|
|
474
474
|
_GAVRe,
|
|
@@ -481,59 +481,59 @@ export var GetAdapterVersionResponse = [
|
|
|
481
481
|
64 | 0,
|
|
482
482
|
0,
|
|
483
483
|
0,
|
|
484
|
-
() => AdapterVersionDatasetConfig
|
|
484
|
+
() => AdapterVersionDatasetConfig$,
|
|
485
485
|
0,
|
|
486
|
-
() => OutputConfig
|
|
486
|
+
() => OutputConfig$,
|
|
487
487
|
() => AdapterVersionEvaluationMetrics,
|
|
488
488
|
128 | 0,
|
|
489
489
|
],
|
|
490
490
|
];
|
|
491
|
-
export var GetDocumentAnalysisRequest = [3, n0, _GDAR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
492
|
-
export var GetDocumentAnalysisResponse = [
|
|
491
|
+
export var GetDocumentAnalysisRequest$ = [3, n0, _GDAR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
492
|
+
export var GetDocumentAnalysisResponse$ = [
|
|
493
493
|
3,
|
|
494
494
|
n0,
|
|
495
495
|
_GDARe,
|
|
496
496
|
0,
|
|
497
497
|
[_DM, _JS, _NT, _Bl, _Wa, _SM, _ADMV],
|
|
498
|
-
[() => DocumentMetadata
|
|
498
|
+
[() => DocumentMetadata$, 0, 0, () => BlockList, () => Warnings, 0, 0],
|
|
499
499
|
];
|
|
500
|
-
export var GetDocumentTextDetectionRequest = [3, n0, _GDTDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
501
|
-
export var GetDocumentTextDetectionResponse = [
|
|
500
|
+
export var GetDocumentTextDetectionRequest$ = [3, n0, _GDTDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
501
|
+
export var GetDocumentTextDetectionResponse$ = [
|
|
502
502
|
3,
|
|
503
503
|
n0,
|
|
504
504
|
_GDTDRe,
|
|
505
505
|
0,
|
|
506
506
|
[_DM, _JS, _NT, _Bl, _Wa, _SM, _DDTMV],
|
|
507
|
-
[() => DocumentMetadata
|
|
507
|
+
[() => DocumentMetadata$, 0, 0, () => BlockList, () => Warnings, 0, 0],
|
|
508
508
|
];
|
|
509
|
-
export var GetExpenseAnalysisRequest = [3, n0, _GEAR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
510
|
-
export var GetExpenseAnalysisResponse = [
|
|
509
|
+
export var GetExpenseAnalysisRequest$ = [3, n0, _GEAR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
510
|
+
export var GetExpenseAnalysisResponse$ = [
|
|
511
511
|
3,
|
|
512
512
|
n0,
|
|
513
513
|
_GEARe,
|
|
514
514
|
0,
|
|
515
515
|
[_DM, _JS, _NT, _ED, _Wa, _SM, _AEMV],
|
|
516
|
-
[() => DocumentMetadata
|
|
516
|
+
[() => DocumentMetadata$, 0, 0, () => ExpenseDocumentList, () => Warnings, 0, 0],
|
|
517
517
|
];
|
|
518
|
-
export var GetLendingAnalysisRequest = [3, n0, _GLAR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
519
|
-
export var GetLendingAnalysisResponse = [
|
|
518
|
+
export var GetLendingAnalysisRequest$ = [3, n0, _GLAR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
519
|
+
export var GetLendingAnalysisResponse$ = [
|
|
520
520
|
3,
|
|
521
521
|
n0,
|
|
522
522
|
_GLARe,
|
|
523
523
|
0,
|
|
524
524
|
[_DM, _JS, _NT, _Res, _Wa, _SM, _ALMV],
|
|
525
|
-
[() => DocumentMetadata
|
|
525
|
+
[() => DocumentMetadata$, 0, 0, () => LendingResultList, () => Warnings, 0, 0],
|
|
526
526
|
];
|
|
527
|
-
export var GetLendingAnalysisSummaryRequest = [3, n0, _GLASR, 0, [_JI], [0]];
|
|
528
|
-
export var GetLendingAnalysisSummaryResponse = [
|
|
527
|
+
export var GetLendingAnalysisSummaryRequest$ = [3, n0, _GLASR, 0, [_JI], [0]];
|
|
528
|
+
export var GetLendingAnalysisSummaryResponse$ = [
|
|
529
529
|
3,
|
|
530
530
|
n0,
|
|
531
531
|
_GLASRe,
|
|
532
532
|
0,
|
|
533
533
|
[_DM, _JS, _Su, _Wa, _SM, _ALMV],
|
|
534
|
-
[() => DocumentMetadata
|
|
534
|
+
[() => DocumentMetadata$, 0, () => LendingSummary$, () => Warnings, 0, 0],
|
|
535
535
|
];
|
|
536
|
-
export var HumanLoopActivationOutput = [
|
|
536
|
+
export var HumanLoopActivationOutput$ = [
|
|
537
537
|
3,
|
|
538
538
|
n0,
|
|
539
539
|
_HLAO,
|
|
@@ -541,16 +541,16 @@ export var HumanLoopActivationOutput = [
|
|
|
541
541
|
[_HLA, _HLAR, _HLACER],
|
|
542
542
|
[0, 64 | 0, [() => SynthesizedJsonHumanLoopActivationConditionsEvaluationResults, 0]],
|
|
543
543
|
];
|
|
544
|
-
export var HumanLoopConfig = [
|
|
544
|
+
export var HumanLoopConfig$ = [
|
|
545
545
|
3,
|
|
546
546
|
n0,
|
|
547
547
|
_HLC,
|
|
548
548
|
0,
|
|
549
549
|
[_HLN, _FDA, _DA],
|
|
550
|
-
[0, 0, () => HumanLoopDataAttributes],
|
|
550
|
+
[0, 0, () => HumanLoopDataAttributes$],
|
|
551
551
|
];
|
|
552
|
-
export var HumanLoopDataAttributes = [3, n0, _HLDA, 0, [_CC], [64 | 0]];
|
|
553
|
-
export var HumanLoopQuotaExceededException = [
|
|
552
|
+
export var HumanLoopDataAttributes$ = [3, n0, _HLDA, 0, [_CC], [64 | 0]];
|
|
553
|
+
export var HumanLoopQuotaExceededException$ = [
|
|
554
554
|
-3,
|
|
555
555
|
n0,
|
|
556
556
|
_HLQEE,
|
|
@@ -558,10 +558,10 @@ export var HumanLoopQuotaExceededException = [
|
|
|
558
558
|
[_RT, _QCu, _SC, _M, _C],
|
|
559
559
|
[0, 0, 0, 0, 0],
|
|
560
560
|
];
|
|
561
|
-
TypeRegistry.for(n0).registerError(HumanLoopQuotaExceededException
|
|
562
|
-
export var IdempotentParameterMismatchException = [-3, n0, _IPME, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
563
|
-
TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException
|
|
564
|
-
export var IdentityDocument = [
|
|
561
|
+
TypeRegistry.for(n0).registerError(HumanLoopQuotaExceededException$, HumanLoopQuotaExceededException);
|
|
562
|
+
export var IdempotentParameterMismatchException$ = [-3, n0, _IPME, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
563
|
+
TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
564
|
+
export var IdentityDocument$ = [
|
|
565
565
|
3,
|
|
566
566
|
n0,
|
|
567
567
|
_IDd,
|
|
@@ -569,26 +569,26 @@ export var IdentityDocument = [
|
|
|
569
569
|
[_DI, _IDF, _Bl],
|
|
570
570
|
[1, () => IdentityDocumentFieldList, () => BlockList],
|
|
571
571
|
];
|
|
572
|
-
export var IdentityDocumentField = [
|
|
572
|
+
export var IdentityDocumentField$ = [
|
|
573
573
|
3,
|
|
574
574
|
n0,
|
|
575
575
|
_IDFd,
|
|
576
576
|
0,
|
|
577
577
|
[_Ty, _VD],
|
|
578
|
-
[() => AnalyzeIDDetections
|
|
579
|
-
];
|
|
580
|
-
export var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M, _C], [0, 0]];
|
|
581
|
-
TypeRegistry.for(n0).registerError(InternalServerError
|
|
582
|
-
export var InvalidJobIdException = [-3, n0, _IJIE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
583
|
-
TypeRegistry.for(n0).registerError(InvalidJobIdException
|
|
584
|
-
export var InvalidKMSKeyException = [-3, n0, _IKMSKE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
585
|
-
TypeRegistry.for(n0).registerError(InvalidKMSKeyException
|
|
586
|
-
export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
587
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
588
|
-
export var InvalidS3ObjectException = [-3, n0, _ISOE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
589
|
-
TypeRegistry.for(n0).registerError(InvalidS3ObjectException
|
|
590
|
-
export var LendingDetection = [3, n0, _LDen, 0, [_T, _SS, _G, _Co], [0, 0, () => Geometry
|
|
591
|
-
export var LendingDocument = [
|
|
578
|
+
[() => AnalyzeIDDetections$, () => AnalyzeIDDetections$],
|
|
579
|
+
];
|
|
580
|
+
export var InternalServerError$ = [-3, n0, _ISE, { [_e]: _s }, [_M, _C], [0, 0]];
|
|
581
|
+
TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
582
|
+
export var InvalidJobIdException$ = [-3, n0, _IJIE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
583
|
+
TypeRegistry.for(n0).registerError(InvalidJobIdException$, InvalidJobIdException);
|
|
584
|
+
export var InvalidKMSKeyException$ = [-3, n0, _IKMSKE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
585
|
+
TypeRegistry.for(n0).registerError(InvalidKMSKeyException$, InvalidKMSKeyException);
|
|
586
|
+
export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
587
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
588
|
+
export var InvalidS3ObjectException$ = [-3, n0, _ISOE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
589
|
+
TypeRegistry.for(n0).registerError(InvalidS3ObjectException$, InvalidS3ObjectException);
|
|
590
|
+
export var LendingDetection$ = [3, n0, _LDen, 0, [_T, _SS, _G, _Co], [0, 0, () => Geometry$, 1]];
|
|
591
|
+
export var LendingDocument$ = [
|
|
592
592
|
3,
|
|
593
593
|
n0,
|
|
594
594
|
_LDe,
|
|
@@ -596,30 +596,30 @@ export var LendingDocument = [
|
|
|
596
596
|
[_LF, _SDi],
|
|
597
597
|
[() => LendingFieldList, () => SignatureDetectionList],
|
|
598
598
|
];
|
|
599
|
-
export var LendingField = [
|
|
599
|
+
export var LendingField$ = [
|
|
600
600
|
3,
|
|
601
601
|
n0,
|
|
602
602
|
_LFe,
|
|
603
603
|
0,
|
|
604
604
|
[_Ty, _KD, _VDa],
|
|
605
|
-
[0, () => LendingDetection
|
|
605
|
+
[0, () => LendingDetection$, () => LendingDetectionList],
|
|
606
606
|
];
|
|
607
|
-
export var LendingResult = [
|
|
607
|
+
export var LendingResult$ = [
|
|
608
608
|
3,
|
|
609
609
|
n0,
|
|
610
610
|
_LR,
|
|
611
611
|
0,
|
|
612
612
|
[_Pa, _PC, _Ex],
|
|
613
|
-
[1, () => PageClassification
|
|
613
|
+
[1, () => PageClassification$, () => ExtractionList],
|
|
614
614
|
];
|
|
615
|
-
export var LendingSummary = [3, n0, _LS, 0, [_DGo, _UDT], [() => DocumentGroupList, 64 | 0]];
|
|
616
|
-
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
617
|
-
TypeRegistry.for(n0).registerError(LimitExceededException
|
|
618
|
-
export var LineItemFields = [3, n0, _LIF, 0, [_LIEF], [() => ExpenseFieldList]];
|
|
619
|
-
export var LineItemGroup = [3, n0, _LIGi, 0, [_LIGI, _LI], [1, () => LineItemList]];
|
|
620
|
-
export var ListAdaptersRequest = [3, n0, _LAR, 0, [_ACT, _BCT, _MR, _NT], [4, 4, 1, 0]];
|
|
621
|
-
export var ListAdaptersResponse = [3, n0, _LARi, 0, [_Ad, _NT], [() => AdapterList, 0]];
|
|
622
|
-
export var ListAdapterVersionsRequest = [
|
|
615
|
+
export var LendingSummary$ = [3, n0, _LS, 0, [_DGo, _UDT], [() => DocumentGroupList, 64 | 0]];
|
|
616
|
+
export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
617
|
+
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
618
|
+
export var LineItemFields$ = [3, n0, _LIF, 0, [_LIEF], [() => ExpenseFieldList]];
|
|
619
|
+
export var LineItemGroup$ = [3, n0, _LIGi, 0, [_LIGI, _LI], [1, () => LineItemList]];
|
|
620
|
+
export var ListAdaptersRequest$ = [3, n0, _LAR, 0, [_ACT, _BCT, _MR, _NT], [4, 4, 1, 0]];
|
|
621
|
+
export var ListAdaptersResponse$ = [3, n0, _LARi, 0, [_Ad, _NT], [() => AdapterList, 0]];
|
|
622
|
+
export var ListAdapterVersionsRequest$ = [
|
|
623
623
|
3,
|
|
624
624
|
n0,
|
|
625
625
|
_LAVR,
|
|
@@ -627,7 +627,7 @@ export var ListAdapterVersionsRequest = [
|
|
|
627
627
|
[_AI, _ACT, _BCT, _MR, _NT],
|
|
628
628
|
[0, 4, 4, 1, 0],
|
|
629
629
|
];
|
|
630
|
-
export var ListAdapterVersionsResponse = [
|
|
630
|
+
export var ListAdapterVersionsResponse$ = [
|
|
631
631
|
3,
|
|
632
632
|
n0,
|
|
633
633
|
_LAVRi,
|
|
@@ -635,12 +635,12 @@ export var ListAdapterVersionsResponse = [
|
|
|
635
635
|
[_AVd, _NT],
|
|
636
636
|
[() => AdapterVersionList, 0],
|
|
637
637
|
];
|
|
638
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
639
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
640
|
-
export var NormalizedValue = [3, n0, _NV, 0, [_Va, _VT], [0, 0]];
|
|
641
|
-
export var NotificationChannel = [3, n0, _NC, 0, [_SNSTA, _RAo], [0, 0]];
|
|
642
|
-
export var OutputConfig = [3, n0, _OC, 0, [_SB, _SP], [0, 0]];
|
|
643
|
-
export var PageClassification = [
|
|
638
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
639
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
640
|
+
export var NormalizedValue$ = [3, n0, _NV, 0, [_Va, _VT], [0, 0]];
|
|
641
|
+
export var NotificationChannel$ = [3, n0, _NC, 0, [_SNSTA, _RAo], [0, 0]];
|
|
642
|
+
export var OutputConfig$ = [3, n0, _OC, 0, [_SB, _SP], [0, 0]];
|
|
643
|
+
export var PageClassification$ = [
|
|
644
644
|
3,
|
|
645
645
|
n0,
|
|
646
646
|
_PC,
|
|
@@ -648,77 +648,77 @@ export var PageClassification = [
|
|
|
648
648
|
[_PT, _PN],
|
|
649
649
|
[() => PredictionList, () => PredictionList],
|
|
650
650
|
];
|
|
651
|
-
export var Point = [3, n0, _Poi, 0, [_X, _Y], [1, 1]];
|
|
652
|
-
export var Prediction = [3, n0, _Pre, 0, [_Va, _Co], [0, 1]];
|
|
653
|
-
export var ProvisionedThroughputExceededException = [-3, n0, _PTEE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
654
|
-
TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException
|
|
655
|
-
export var QueriesConfig = [3, n0, _QC, 0, [_Qu], [() => Queries]];
|
|
656
|
-
export var Query = [3, n0, _Q, 0, [_T, _Al, _P], [0, 0, 64 | 0]];
|
|
657
|
-
export var Relationship = [3, n0, _Rel, 0, [_Ty, _Id], [0, 64 | 0]];
|
|
658
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
659
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
660
|
-
export var S3Object = [3, n0, _SO, 0, [_Bu, _N, _V], [0, 0, 0]];
|
|
661
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
662
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
663
|
-
export var SignatureDetection = [3, n0, _SDig, 0, [_Co, _G], [1, () => Geometry]];
|
|
664
|
-
export var SplitDocument = [3, n0, _SDp, 0, [_In, _P], [1, 64 | 1]];
|
|
665
|
-
export var StartDocumentAnalysisRequest = [
|
|
651
|
+
export var Point$ = [3, n0, _Poi, 0, [_X, _Y], [1, 1]];
|
|
652
|
+
export var Prediction$ = [3, n0, _Pre, 0, [_Va, _Co], [0, 1]];
|
|
653
|
+
export var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
654
|
+
TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
|
|
655
|
+
export var QueriesConfig$ = [3, n0, _QC, 0, [_Qu], [() => Queries]];
|
|
656
|
+
export var Query$ = [3, n0, _Q, 0, [_T, _Al, _P], [0, 0, 64 | 0]];
|
|
657
|
+
export var Relationship$ = [3, n0, _Rel, 0, [_Ty, _Id], [0, 64 | 0]];
|
|
658
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
659
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
660
|
+
export var S3Object$ = [3, n0, _SO, 0, [_Bu, _N, _V], [0, 0, 0]];
|
|
661
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
662
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
663
|
+
export var SignatureDetection$ = [3, n0, _SDig, 0, [_Co, _G], [1, () => Geometry$]];
|
|
664
|
+
export var SplitDocument$ = [3, n0, _SDp, 0, [_In, _P], [1, 64 | 1]];
|
|
665
|
+
export var StartDocumentAnalysisRequest$ = [
|
|
666
666
|
3,
|
|
667
667
|
n0,
|
|
668
668
|
_SDAR,
|
|
669
669
|
0,
|
|
670
670
|
[_DL, _FT, _CRT, _JT, _NC, _OC, _KMSKI, _QC, _AC],
|
|
671
671
|
[
|
|
672
|
-
() => DocumentLocation
|
|
672
|
+
() => DocumentLocation$,
|
|
673
673
|
64 | 0,
|
|
674
674
|
0,
|
|
675
675
|
0,
|
|
676
|
-
() => NotificationChannel
|
|
677
|
-
() => OutputConfig
|
|
676
|
+
() => NotificationChannel$,
|
|
677
|
+
() => OutputConfig$,
|
|
678
678
|
0,
|
|
679
|
-
() => QueriesConfig
|
|
680
|
-
() => AdaptersConfig
|
|
679
|
+
() => QueriesConfig$,
|
|
680
|
+
() => AdaptersConfig$,
|
|
681
681
|
],
|
|
682
682
|
];
|
|
683
|
-
export var StartDocumentAnalysisResponse = [3, n0, _SDARt, 0, [_JI], [0]];
|
|
684
|
-
export var StartDocumentTextDetectionRequest = [
|
|
683
|
+
export var StartDocumentAnalysisResponse$ = [3, n0, _SDARt, 0, [_JI], [0]];
|
|
684
|
+
export var StartDocumentTextDetectionRequest$ = [
|
|
685
685
|
3,
|
|
686
686
|
n0,
|
|
687
687
|
_SDTDR,
|
|
688
688
|
0,
|
|
689
689
|
[_DL, _CRT, _JT, _NC, _OC, _KMSKI],
|
|
690
|
-
[() => DocumentLocation
|
|
690
|
+
[() => DocumentLocation$, 0, 0, () => NotificationChannel$, () => OutputConfig$, 0],
|
|
691
691
|
];
|
|
692
|
-
export var StartDocumentTextDetectionResponse = [3, n0, _SDTDRt, 0, [_JI], [0]];
|
|
693
|
-
export var StartExpenseAnalysisRequest = [
|
|
692
|
+
export var StartDocumentTextDetectionResponse$ = [3, n0, _SDTDRt, 0, [_JI], [0]];
|
|
693
|
+
export var StartExpenseAnalysisRequest$ = [
|
|
694
694
|
3,
|
|
695
695
|
n0,
|
|
696
696
|
_SEAR,
|
|
697
697
|
0,
|
|
698
698
|
[_DL, _CRT, _JT, _NC, _OC, _KMSKI],
|
|
699
|
-
[() => DocumentLocation
|
|
699
|
+
[() => DocumentLocation$, 0, 0, () => NotificationChannel$, () => OutputConfig$, 0],
|
|
700
700
|
];
|
|
701
|
-
export var StartExpenseAnalysisResponse = [3, n0, _SEARt, 0, [_JI], [0]];
|
|
702
|
-
export var StartLendingAnalysisRequest = [
|
|
701
|
+
export var StartExpenseAnalysisResponse$ = [3, n0, _SEARt, 0, [_JI], [0]];
|
|
702
|
+
export var StartLendingAnalysisRequest$ = [
|
|
703
703
|
3,
|
|
704
704
|
n0,
|
|
705
705
|
_SLAR,
|
|
706
706
|
0,
|
|
707
707
|
[_DL, _CRT, _JT, _NC, _OC, _KMSKI],
|
|
708
|
-
[() => DocumentLocation
|
|
709
|
-
];
|
|
710
|
-
export var StartLendingAnalysisResponse = [3, n0, _SLARt, 0, [_JI], [0]];
|
|
711
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, 128 | 0]];
|
|
712
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
713
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _s }, [_M, _C], [0, 0]];
|
|
714
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
715
|
-
export var UndetectedSignature = [3, n0, _USn, 0, [_Pa], [1]];
|
|
716
|
-
export var UnsupportedDocumentException = [-3, n0, _UDE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
717
|
-
TypeRegistry.for(n0).registerError(UnsupportedDocumentException
|
|
718
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
719
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
720
|
-
export var UpdateAdapterRequest = [3, n0, _UAR, 0, [_AI, _De, _AN, _AU], [0, 0, 0, 0]];
|
|
721
|
-
export var UpdateAdapterResponse = [
|
|
708
|
+
[() => DocumentLocation$, 0, 0, () => NotificationChannel$, () => OutputConfig$, 0],
|
|
709
|
+
];
|
|
710
|
+
export var StartLendingAnalysisResponse$ = [3, n0, _SLARt, 0, [_JI], [0]];
|
|
711
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, 128 | 0]];
|
|
712
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
713
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _s }, [_M, _C], [0, 0]];
|
|
714
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
715
|
+
export var UndetectedSignature$ = [3, n0, _USn, 0, [_Pa], [1]];
|
|
716
|
+
export var UnsupportedDocumentException$ = [-3, n0, _UDE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
717
|
+
TypeRegistry.for(n0).registerError(UnsupportedDocumentException$, UnsupportedDocumentException);
|
|
718
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
719
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
720
|
+
export var UpdateAdapterRequest$ = [3, n0, _UAR, 0, [_AI, _De, _AN, _AU], [0, 0, 0, 0]];
|
|
721
|
+
export var UpdateAdapterResponse$ = [
|
|
722
722
|
3,
|
|
723
723
|
n0,
|
|
724
724
|
_UARp,
|
|
@@ -726,220 +726,227 @@ export var UpdateAdapterResponse = [
|
|
|
726
726
|
[_AI, _AN, _CT, _De, _FT, _AU],
|
|
727
727
|
[0, 0, 4, 0, 64 | 0, 0],
|
|
728
728
|
];
|
|
729
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
730
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
731
|
-
export var Warning = [3, n0, _War, 0, [_ECr, _P], [0, 64 | 1]];
|
|
732
|
-
export var TextractServiceException = [-3, _sm, "TextractServiceException", 0, [], []];
|
|
733
|
-
TypeRegistry.for(_sm).registerError(TextractServiceException
|
|
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
|
-
export var AnalyzeDocument = [
|
|
729
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c }, [_M, _C], [0, 0]];
|
|
730
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
731
|
+
export var Warning$ = [3, n0, _War, 0, [_ECr, _P], [0, 64 | 1]];
|
|
732
|
+
export var TextractServiceException$ = [-3, _sm, "TextractServiceException", 0, [], []];
|
|
733
|
+
TypeRegistry.for(_sm).registerError(TextractServiceException$, TextractServiceException);
|
|
734
|
+
var AdapterList = [1, n0, _AL, 0, () => AdapterOverview$];
|
|
735
|
+
var AdapterPages = 64 | 0;
|
|
736
|
+
var Adapters = [1, n0, _Ad, 0, () => Adapter$];
|
|
737
|
+
var AdapterVersionEvaluationMetrics = [1, n0, _AVEMd, 0, () => AdapterVersionEvaluationMetric$];
|
|
738
|
+
var AdapterVersionList = [1, n0, _AVL, 0, () => AdapterVersionOverview$];
|
|
739
|
+
var BlockList = [1, n0, _BL, 0, () => Block$];
|
|
740
|
+
var ContentClassifiers = 64 | 0;
|
|
741
|
+
var DetectedSignatureList = [1, n0, _DSL, 0, () => DetectedSignature$];
|
|
742
|
+
var DocumentGroupList = [1, n0, _DGL, 0, () => DocumentGroup$];
|
|
743
|
+
var DocumentPages = [1, n0, _DP, 0, () => Document$];
|
|
744
|
+
var EntityTypes = 64 | 0;
|
|
745
|
+
var ExpenseDocumentList = [1, n0, _EDL, 0, () => ExpenseDocument$];
|
|
746
|
+
var ExpenseFieldList = [1, n0, _EFL, 0, () => ExpenseField$];
|
|
747
|
+
var ExpenseGroupPropertyList = [1, n0, _EGPL, 0, () => ExpenseGroupProperty$];
|
|
748
|
+
var ExtractionList = [1, n0, _EL, 0, () => Extraction$];
|
|
749
|
+
var FeatureTypes = 64 | 0;
|
|
750
|
+
var HumanLoopActivationReasons = 64 | 0;
|
|
751
|
+
var IdentityDocumentFieldList = [1, n0, _IDFL, 0, () => IdentityDocumentField$];
|
|
752
|
+
var IdentityDocumentList = [1, n0, _IDL, 0, () => IdentityDocument$];
|
|
753
|
+
var IdList = 64 | 0;
|
|
754
|
+
var LendingDetectionList = [1, n0, _LDL, 0, () => LendingDetection$];
|
|
755
|
+
var LendingFieldList = [1, n0, _LFL, 0, () => LendingField$];
|
|
756
|
+
var LendingResultList = [1, n0, _LRL, 0, () => LendingResult$];
|
|
757
|
+
var LineItemGroupList = [1, n0, _LIGL, 0, () => LineItemGroup$];
|
|
758
|
+
var LineItemList = [1, n0, _LIL, 0, () => LineItemFields$];
|
|
759
|
+
var PageList = 64 | 1;
|
|
760
|
+
var Pages = 64 | 1;
|
|
761
|
+
var Polygon = [1, n0, _Po, 0, () => Point$];
|
|
762
|
+
var PredictionList = [1, n0, _PL, 0, () => Prediction$];
|
|
763
|
+
var Queries = [1, n0, _Qu, 0, () => Query$];
|
|
764
|
+
var QueryPages = 64 | 0;
|
|
765
|
+
var RelationshipList = [1, n0, _RL, 0, () => Relationship$];
|
|
766
|
+
var SignatureDetectionList = [1, n0, _SDL, 0, () => SignatureDetection$];
|
|
767
|
+
var SplitDocumentList = [1, n0, _SDLp, 0, () => SplitDocument$];
|
|
768
|
+
var StringList = 64 | 0;
|
|
769
|
+
var TagKeyList = 64 | 0;
|
|
770
|
+
var UndetectedDocumentTypeList = 64 | 0;
|
|
771
|
+
var UndetectedSignatureList = [1, n0, _USL, 0, () => UndetectedSignature$];
|
|
772
|
+
var Warnings = [1, n0, _Wa, 0, () => Warning$];
|
|
773
|
+
var TagMap = 128 | 0;
|
|
774
|
+
export var AnalyzeDocument$ = [
|
|
775
775
|
9,
|
|
776
776
|
n0,
|
|
777
777
|
_AD,
|
|
778
778
|
0,
|
|
779
|
-
() => AnalyzeDocumentRequest
|
|
780
|
-
() => AnalyzeDocumentResponse
|
|
779
|
+
() => AnalyzeDocumentRequest$,
|
|
780
|
+
() => AnalyzeDocumentResponse$,
|
|
781
781
|
];
|
|
782
|
-
export var AnalyzeExpense = [
|
|
782
|
+
export var AnalyzeExpense$ = [
|
|
783
783
|
9,
|
|
784
784
|
n0,
|
|
785
785
|
_AE,
|
|
786
786
|
0,
|
|
787
|
-
() => AnalyzeExpenseRequest
|
|
788
|
-
() => AnalyzeExpenseResponse
|
|
787
|
+
() => AnalyzeExpenseRequest$,
|
|
788
|
+
() => AnalyzeExpenseResponse$,
|
|
789
789
|
];
|
|
790
|
-
export var AnalyzeID = [9, n0, _AID, 0, () => AnalyzeIDRequest
|
|
791
|
-
export var CreateAdapter = [
|
|
790
|
+
export var AnalyzeID$ = [9, n0, _AID, 0, () => AnalyzeIDRequest$, () => AnalyzeIDResponse$];
|
|
791
|
+
export var CreateAdapter$ = [
|
|
792
792
|
9,
|
|
793
793
|
n0,
|
|
794
794
|
_CA,
|
|
795
795
|
2,
|
|
796
|
-
() => CreateAdapterRequest
|
|
797
|
-
() => CreateAdapterResponse
|
|
796
|
+
() => CreateAdapterRequest$,
|
|
797
|
+
() => CreateAdapterResponse$,
|
|
798
798
|
];
|
|
799
|
-
export var CreateAdapterVersion = [
|
|
799
|
+
export var CreateAdapterVersion$ = [
|
|
800
800
|
9,
|
|
801
801
|
n0,
|
|
802
802
|
_CAV,
|
|
803
803
|
2,
|
|
804
|
-
() => CreateAdapterVersionRequest
|
|
805
|
-
() => CreateAdapterVersionResponse
|
|
804
|
+
() => CreateAdapterVersionRequest$,
|
|
805
|
+
() => CreateAdapterVersionResponse$,
|
|
806
806
|
];
|
|
807
|
-
export var DeleteAdapter = [
|
|
807
|
+
export var DeleteAdapter$ = [
|
|
808
808
|
9,
|
|
809
809
|
n0,
|
|
810
810
|
_DAe,
|
|
811
811
|
2,
|
|
812
|
-
() => DeleteAdapterRequest
|
|
813
|
-
() => DeleteAdapterResponse
|
|
812
|
+
() => DeleteAdapterRequest$,
|
|
813
|
+
() => DeleteAdapterResponse$,
|
|
814
814
|
];
|
|
815
|
-
export var DeleteAdapterVersion = [
|
|
815
|
+
export var DeleteAdapterVersion$ = [
|
|
816
816
|
9,
|
|
817
817
|
n0,
|
|
818
818
|
_DAV,
|
|
819
819
|
2,
|
|
820
|
-
() => DeleteAdapterVersionRequest
|
|
821
|
-
() => DeleteAdapterVersionResponse
|
|
820
|
+
() => DeleteAdapterVersionRequest$,
|
|
821
|
+
() => DeleteAdapterVersionResponse$,
|
|
822
822
|
];
|
|
823
|
-
export var DetectDocumentText = [
|
|
823
|
+
export var DetectDocumentText$ = [
|
|
824
824
|
9,
|
|
825
825
|
n0,
|
|
826
826
|
_DDT,
|
|
827
827
|
0,
|
|
828
|
-
() => DetectDocumentTextRequest
|
|
829
|
-
() => DetectDocumentTextResponse
|
|
828
|
+
() => DetectDocumentTextRequest$,
|
|
829
|
+
() => DetectDocumentTextResponse$,
|
|
830
830
|
];
|
|
831
|
-
export var GetAdapter = [9, n0, _GA, 0, () => GetAdapterRequest
|
|
832
|
-
export var GetAdapterVersion = [
|
|
831
|
+
export var GetAdapter$ = [9, n0, _GA, 0, () => GetAdapterRequest$, () => GetAdapterResponse$];
|
|
832
|
+
export var GetAdapterVersion$ = [
|
|
833
833
|
9,
|
|
834
834
|
n0,
|
|
835
835
|
_GAV,
|
|
836
836
|
0,
|
|
837
|
-
() => GetAdapterVersionRequest
|
|
838
|
-
() => GetAdapterVersionResponse
|
|
837
|
+
() => GetAdapterVersionRequest$,
|
|
838
|
+
() => GetAdapterVersionResponse$,
|
|
839
839
|
];
|
|
840
|
-
export var GetDocumentAnalysis = [
|
|
840
|
+
export var GetDocumentAnalysis$ = [
|
|
841
841
|
9,
|
|
842
842
|
n0,
|
|
843
843
|
_GDA,
|
|
844
844
|
0,
|
|
845
|
-
() => GetDocumentAnalysisRequest
|
|
846
|
-
() => GetDocumentAnalysisResponse
|
|
845
|
+
() => GetDocumentAnalysisRequest$,
|
|
846
|
+
() => GetDocumentAnalysisResponse$,
|
|
847
847
|
];
|
|
848
|
-
export var GetDocumentTextDetection = [
|
|
848
|
+
export var GetDocumentTextDetection$ = [
|
|
849
849
|
9,
|
|
850
850
|
n0,
|
|
851
851
|
_GDTD,
|
|
852
852
|
0,
|
|
853
|
-
() => GetDocumentTextDetectionRequest
|
|
854
|
-
() => GetDocumentTextDetectionResponse
|
|
853
|
+
() => GetDocumentTextDetectionRequest$,
|
|
854
|
+
() => GetDocumentTextDetectionResponse$,
|
|
855
855
|
];
|
|
856
|
-
export var GetExpenseAnalysis = [
|
|
856
|
+
export var GetExpenseAnalysis$ = [
|
|
857
857
|
9,
|
|
858
858
|
n0,
|
|
859
859
|
_GEA,
|
|
860
860
|
0,
|
|
861
|
-
() => GetExpenseAnalysisRequest
|
|
862
|
-
() => GetExpenseAnalysisResponse
|
|
861
|
+
() => GetExpenseAnalysisRequest$,
|
|
862
|
+
() => GetExpenseAnalysisResponse$,
|
|
863
863
|
];
|
|
864
|
-
export var GetLendingAnalysis = [
|
|
864
|
+
export var GetLendingAnalysis$ = [
|
|
865
865
|
9,
|
|
866
866
|
n0,
|
|
867
867
|
_GLA,
|
|
868
868
|
0,
|
|
869
|
-
() => GetLendingAnalysisRequest
|
|
870
|
-
() => GetLendingAnalysisResponse
|
|
869
|
+
() => GetLendingAnalysisRequest$,
|
|
870
|
+
() => GetLendingAnalysisResponse$,
|
|
871
871
|
];
|
|
872
|
-
export var GetLendingAnalysisSummary = [
|
|
872
|
+
export var GetLendingAnalysisSummary$ = [
|
|
873
873
|
9,
|
|
874
874
|
n0,
|
|
875
875
|
_GLAS,
|
|
876
876
|
0,
|
|
877
|
-
() => GetLendingAnalysisSummaryRequest
|
|
878
|
-
() => GetLendingAnalysisSummaryResponse
|
|
877
|
+
() => GetLendingAnalysisSummaryRequest$,
|
|
878
|
+
() => GetLendingAnalysisSummaryResponse$,
|
|
879
879
|
];
|
|
880
|
-
export var ListAdapters = [
|
|
881
|
-
|
|
880
|
+
export var ListAdapters$ = [
|
|
881
|
+
9,
|
|
882
|
+
n0,
|
|
883
|
+
_LA,
|
|
884
|
+
0,
|
|
885
|
+
() => ListAdaptersRequest$,
|
|
886
|
+
() => ListAdaptersResponse$,
|
|
887
|
+
];
|
|
888
|
+
export var ListAdapterVersions$ = [
|
|
882
889
|
9,
|
|
883
890
|
n0,
|
|
884
891
|
_LAV,
|
|
885
892
|
0,
|
|
886
|
-
() => ListAdapterVersionsRequest
|
|
887
|
-
() => ListAdapterVersionsResponse
|
|
893
|
+
() => ListAdapterVersionsRequest$,
|
|
894
|
+
() => ListAdapterVersionsResponse$,
|
|
888
895
|
];
|
|
889
|
-
export var ListTagsForResource = [
|
|
896
|
+
export var ListTagsForResource$ = [
|
|
890
897
|
9,
|
|
891
898
|
n0,
|
|
892
899
|
_LTFR,
|
|
893
900
|
0,
|
|
894
|
-
() => ListTagsForResourceRequest
|
|
895
|
-
() => ListTagsForResourceResponse
|
|
901
|
+
() => ListTagsForResourceRequest$,
|
|
902
|
+
() => ListTagsForResourceResponse$,
|
|
896
903
|
];
|
|
897
|
-
export var StartDocumentAnalysis = [
|
|
904
|
+
export var StartDocumentAnalysis$ = [
|
|
898
905
|
9,
|
|
899
906
|
n0,
|
|
900
907
|
_SDA,
|
|
901
908
|
0,
|
|
902
|
-
() => StartDocumentAnalysisRequest
|
|
903
|
-
() => StartDocumentAnalysisResponse
|
|
909
|
+
() => StartDocumentAnalysisRequest$,
|
|
910
|
+
() => StartDocumentAnalysisResponse$,
|
|
904
911
|
];
|
|
905
|
-
export var StartDocumentTextDetection = [
|
|
912
|
+
export var StartDocumentTextDetection$ = [
|
|
906
913
|
9,
|
|
907
914
|
n0,
|
|
908
915
|
_SDTD,
|
|
909
916
|
0,
|
|
910
|
-
() => StartDocumentTextDetectionRequest
|
|
911
|
-
() => StartDocumentTextDetectionResponse
|
|
917
|
+
() => StartDocumentTextDetectionRequest$,
|
|
918
|
+
() => StartDocumentTextDetectionResponse$,
|
|
912
919
|
];
|
|
913
|
-
export var StartExpenseAnalysis = [
|
|
920
|
+
export var StartExpenseAnalysis$ = [
|
|
914
921
|
9,
|
|
915
922
|
n0,
|
|
916
923
|
_SEA,
|
|
917
924
|
0,
|
|
918
|
-
() => StartExpenseAnalysisRequest
|
|
919
|
-
() => StartExpenseAnalysisResponse
|
|
925
|
+
() => StartExpenseAnalysisRequest$,
|
|
926
|
+
() => StartExpenseAnalysisResponse$,
|
|
920
927
|
];
|
|
921
|
-
export var StartLendingAnalysis = [
|
|
928
|
+
export var StartLendingAnalysis$ = [
|
|
922
929
|
9,
|
|
923
930
|
n0,
|
|
924
931
|
_SLA,
|
|
925
932
|
0,
|
|
926
|
-
() => StartLendingAnalysisRequest
|
|
927
|
-
() => StartLendingAnalysisResponse
|
|
933
|
+
() => StartLendingAnalysisRequest$,
|
|
934
|
+
() => StartLendingAnalysisResponse$,
|
|
928
935
|
];
|
|
929
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
930
|
-
export var UntagResource = [
|
|
936
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
937
|
+
export var UntagResource$ = [
|
|
931
938
|
9,
|
|
932
939
|
n0,
|
|
933
940
|
_UR,
|
|
934
941
|
0,
|
|
935
|
-
() => UntagResourceRequest
|
|
936
|
-
() => UntagResourceResponse
|
|
942
|
+
() => UntagResourceRequest$,
|
|
943
|
+
() => UntagResourceResponse$,
|
|
937
944
|
];
|
|
938
|
-
export var UpdateAdapter = [
|
|
945
|
+
export var UpdateAdapter$ = [
|
|
939
946
|
9,
|
|
940
947
|
n0,
|
|
941
948
|
_UA,
|
|
942
949
|
0,
|
|
943
|
-
() => UpdateAdapterRequest
|
|
944
|
-
() => UpdateAdapterResponse
|
|
950
|
+
() => UpdateAdapterRequest$,
|
|
951
|
+
() => UpdateAdapterResponse$,
|
|
945
952
|
];
|