@aws-sdk/client-textract 3.496.0 → 3.501.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 +34 -33
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3367,24 +3367,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3367
3367
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3368
3368
|
|
|
3369
3369
|
0 && (module.exports = {
|
|
3370
|
-
|
|
3371
|
-
|
|
3370
|
+
TextractServiceException,
|
|
3371
|
+
__Client,
|
|
3372
|
+
TextractClient,
|
|
3373
|
+
Textract,
|
|
3374
|
+
$Command,
|
|
3372
3375
|
AnalyzeDocumentCommand,
|
|
3373
3376
|
AnalyzeExpenseCommand,
|
|
3374
3377
|
AnalyzeIDCommand,
|
|
3375
|
-
AutoUpdate,
|
|
3376
|
-
BadDocumentException,
|
|
3377
|
-
BlockType,
|
|
3378
|
-
ConflictException,
|
|
3379
|
-
ContentClassifier,
|
|
3380
3378
|
CreateAdapterCommand,
|
|
3381
3379
|
CreateAdapterVersionCommand,
|
|
3382
3380
|
DeleteAdapterCommand,
|
|
3383
3381
|
DeleteAdapterVersionCommand,
|
|
3384
3382
|
DetectDocumentTextCommand,
|
|
3385
|
-
DocumentTooLargeException,
|
|
3386
|
-
EntityType,
|
|
3387
|
-
FeatureType,
|
|
3388
3383
|
GetAdapterCommand,
|
|
3389
3384
|
GetAdapterVersionCommand,
|
|
3390
3385
|
GetDocumentAnalysisCommand,
|
|
@@ -3392,40 +3387,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3392
3387
|
GetExpenseAnalysisCommand,
|
|
3393
3388
|
GetLendingAnalysisCommand,
|
|
3394
3389
|
GetLendingAnalysisSummaryCommand,
|
|
3395
|
-
HumanLoopQuotaExceededException,
|
|
3396
|
-
IdempotentParameterMismatchException,
|
|
3397
|
-
InternalServerError,
|
|
3398
|
-
InvalidJobIdException,
|
|
3399
|
-
InvalidKMSKeyException,
|
|
3400
|
-
InvalidParameterException,
|
|
3401
|
-
InvalidS3ObjectException,
|
|
3402
|
-
JobStatus,
|
|
3403
|
-
LimitExceededException,
|
|
3404
3390
|
ListAdapterVersionsCommand,
|
|
3405
3391
|
ListAdaptersCommand,
|
|
3406
3392
|
ListTagsForResourceCommand,
|
|
3407
|
-
ProvisionedThroughputExceededException,
|
|
3408
|
-
RelationshipType,
|
|
3409
|
-
ResourceNotFoundException,
|
|
3410
|
-
SelectionStatus,
|
|
3411
|
-
ServiceQuotaExceededException,
|
|
3412
3393
|
StartDocumentAnalysisCommand,
|
|
3413
3394
|
StartDocumentTextDetectionCommand,
|
|
3414
3395
|
StartExpenseAnalysisCommand,
|
|
3415
3396
|
StartLendingAnalysisCommand,
|
|
3416
3397
|
TagResourceCommand,
|
|
3398
|
+
UntagResourceCommand,
|
|
3399
|
+
UpdateAdapterCommand,
|
|
3400
|
+
paginateListAdapterVersions,
|
|
3401
|
+
paginateListAdapters,
|
|
3402
|
+
AccessDeniedException,
|
|
3403
|
+
FeatureType,
|
|
3404
|
+
AdapterVersionStatus,
|
|
3405
|
+
ContentClassifier,
|
|
3406
|
+
BlockType,
|
|
3407
|
+
EntityType,
|
|
3408
|
+
RelationshipType,
|
|
3409
|
+
SelectionStatus,
|
|
3417
3410
|
TextType,
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3411
|
+
BadDocumentException,
|
|
3412
|
+
DocumentTooLargeException,
|
|
3413
|
+
HumanLoopQuotaExceededException,
|
|
3414
|
+
InternalServerError,
|
|
3415
|
+
InvalidParameterException,
|
|
3416
|
+
InvalidS3ObjectException,
|
|
3417
|
+
ProvisionedThroughputExceededException,
|
|
3421
3418
|
ThrottlingException,
|
|
3422
3419
|
UnsupportedDocumentException,
|
|
3423
|
-
UntagResourceCommand,
|
|
3424
|
-
UpdateAdapterCommand,
|
|
3425
|
-
ValidationException,
|
|
3426
3420
|
ValueType,
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3421
|
+
AutoUpdate,
|
|
3422
|
+
ConflictException,
|
|
3423
|
+
IdempotentParameterMismatchException,
|
|
3424
|
+
LimitExceededException,
|
|
3425
|
+
ServiceQuotaExceededException,
|
|
3426
|
+
ValidationException,
|
|
3427
|
+
InvalidKMSKeyException,
|
|
3428
|
+
ResourceNotFoundException,
|
|
3429
|
+
JobStatus,
|
|
3430
|
+
InvalidJobIdException
|
|
3430
3431
|
});
|
|
3431
3432
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-textract",
|
|
3
3
|
"description": "AWS SDK for JavaScript Textract Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-textract",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|