@aws-sdk/client-textract 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AnalyzeDocumentCommand.js +2 -2
- package/dist-cjs/commands/AnalyzeExpenseCommand.js +2 -2
- package/dist-cjs/commands/AnalyzeIDCommand.js +2 -2
- package/dist-cjs/commands/DetectDocumentTextCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentAnalysisCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentTextDetectionCommand.js +2 -2
- package/dist-cjs/commands/GetExpenseAnalysisCommand.js +2 -2
- package/dist-cjs/commands/StartDocumentAnalysisCommand.js +2 -2
- package/dist-cjs/commands/StartDocumentTextDetectionCommand.js +2 -2
- package/dist-cjs/commands/StartExpenseAnalysisCommand.js +2 -2
- package/dist-cjs/models/models_0.js +190 -284
- package/dist-es/commands/AnalyzeDocumentCommand.js +3 -3
- package/dist-es/commands/AnalyzeExpenseCommand.js +3 -3
- package/dist-es/commands/AnalyzeIDCommand.js +3 -3
- package/dist-es/commands/DetectDocumentTextCommand.js +3 -3
- package/dist-es/commands/GetDocumentAnalysisCommand.js +3 -3
- package/dist-es/commands/GetDocumentTextDetectionCommand.js +3 -3
- package/dist-es/commands/GetExpenseAnalysisCommand.js +3 -3
- package/dist-es/commands/StartDocumentAnalysisCommand.js +3 -3
- package/dist-es/commands/StartDocumentTextDetectionCommand.js +3 -3
- package/dist-es/commands/StartExpenseAnalysisCommand.js +3 -3
- package/dist-es/models/models_0.js +47 -188
- package/dist-types/models/models_0.d.ts +188 -282
- package/dist-types/ts3.4/models/models_0.d.ts +94 -188
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetDocumentTextDetectionRequestFilterSensitiveLog, GetDocumentTextDetectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetDocumentTextDetectionCommand, serializeAws_json1_1GetDocumentTextDetectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetDocumentTextDetectionCommand = (function (_super) {
|
|
7
7
|
__extends(GetDocumentTextDetectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDocumentTextDetectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDocumentTextDetectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDocumentTextDetectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetExpenseAnalysisRequestFilterSensitiveLog, GetExpenseAnalysisResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetExpenseAnalysisCommand, serializeAws_json1_1GetExpenseAnalysisCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetExpenseAnalysisCommand = (function (_super) {
|
|
7
7
|
__extends(GetExpenseAnalysisCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetExpenseAnalysisCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetExpenseAnalysisRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetExpenseAnalysisResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartDocumentAnalysisRequestFilterSensitiveLog, StartDocumentAnalysisResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartDocumentAnalysisCommand, serializeAws_json1_1StartDocumentAnalysisCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartDocumentAnalysisCommand = (function (_super) {
|
|
7
7
|
__extends(StartDocumentAnalysisCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartDocumentAnalysisCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartDocumentAnalysisRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartDocumentAnalysisResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartDocumentTextDetectionRequestFilterSensitiveLog, StartDocumentTextDetectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartDocumentTextDetectionCommand, serializeAws_json1_1StartDocumentTextDetectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartDocumentTextDetectionCommand = (function (_super) {
|
|
7
7
|
__extends(StartDocumentTextDetectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartDocumentTextDetectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartDocumentTextDetectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartDocumentTextDetectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartExpenseAnalysisRequestFilterSensitiveLog, StartExpenseAnalysisResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartExpenseAnalysisCommand, serializeAws_json1_1StartExpenseAnalysisCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartExpenseAnalysisCommand = (function (_super) {
|
|
7
7
|
__extends(StartExpenseAnalysisCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartExpenseAnalysisCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartExpenseAnalysisRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartExpenseAnalysisResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -14,14 +14,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
14
14
|
return AccessDeniedException;
|
|
15
15
|
}(__BaseException));
|
|
16
16
|
export { AccessDeniedException };
|
|
17
|
-
export var S3Object;
|
|
18
|
-
(function (S3Object) {
|
|
19
|
-
S3Object.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
20
|
-
})(S3Object || (S3Object = {}));
|
|
21
|
-
export var Document;
|
|
22
|
-
(function (Document) {
|
|
23
|
-
Document.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
24
|
-
})(Document || (Document = {}));
|
|
25
17
|
export var FeatureType;
|
|
26
18
|
(function (FeatureType) {
|
|
27
19
|
FeatureType["FORMS"] = "FORMS";
|
|
@@ -33,26 +25,6 @@ export var ContentClassifier;
|
|
|
33
25
|
ContentClassifier["FREE_OF_ADULT_CONTENT"] = "FreeOfAdultContent";
|
|
34
26
|
ContentClassifier["FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION"] = "FreeOfPersonallyIdentifiableInformation";
|
|
35
27
|
})(ContentClassifier || (ContentClassifier = {}));
|
|
36
|
-
export var HumanLoopDataAttributes;
|
|
37
|
-
(function (HumanLoopDataAttributes) {
|
|
38
|
-
HumanLoopDataAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
-
})(HumanLoopDataAttributes || (HumanLoopDataAttributes = {}));
|
|
40
|
-
export var HumanLoopConfig;
|
|
41
|
-
(function (HumanLoopConfig) {
|
|
42
|
-
HumanLoopConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
-
})(HumanLoopConfig || (HumanLoopConfig = {}));
|
|
44
|
-
export var Query;
|
|
45
|
-
(function (Query) {
|
|
46
|
-
Query.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
-
})(Query || (Query = {}));
|
|
48
|
-
export var QueriesConfig;
|
|
49
|
-
(function (QueriesConfig) {
|
|
50
|
-
QueriesConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
-
})(QueriesConfig || (QueriesConfig = {}));
|
|
52
|
-
export var AnalyzeDocumentRequest;
|
|
53
|
-
(function (AnalyzeDocumentRequest) {
|
|
54
|
-
AnalyzeDocumentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
-
})(AnalyzeDocumentRequest || (AnalyzeDocumentRequest = {}));
|
|
56
28
|
export var BlockType;
|
|
57
29
|
(function (BlockType) {
|
|
58
30
|
BlockType["CELL"] = "CELL";
|
|
@@ -73,18 +45,6 @@ export var EntityType;
|
|
|
73
45
|
EntityType["KEY"] = "KEY";
|
|
74
46
|
EntityType["VALUE"] = "VALUE";
|
|
75
47
|
})(EntityType || (EntityType = {}));
|
|
76
|
-
export var BoundingBox;
|
|
77
|
-
(function (BoundingBox) {
|
|
78
|
-
BoundingBox.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
-
})(BoundingBox || (BoundingBox = {}));
|
|
80
|
-
export var Point;
|
|
81
|
-
(function (Point) {
|
|
82
|
-
Point.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(Point || (Point = {}));
|
|
84
|
-
export var Geometry;
|
|
85
|
-
(function (Geometry) {
|
|
86
|
-
Geometry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
-
})(Geometry || (Geometry = {}));
|
|
88
48
|
export var RelationshipType;
|
|
89
49
|
(function (RelationshipType) {
|
|
90
50
|
RelationshipType["ANSWER"] = "ANSWER";
|
|
@@ -94,10 +54,6 @@ export var RelationshipType;
|
|
|
94
54
|
RelationshipType["TITLE"] = "TITLE";
|
|
95
55
|
RelationshipType["VALUE"] = "VALUE";
|
|
96
56
|
})(RelationshipType || (RelationshipType = {}));
|
|
97
|
-
export var Relationship;
|
|
98
|
-
(function (Relationship) {
|
|
99
|
-
Relationship.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(Relationship || (Relationship = {}));
|
|
101
57
|
export var SelectionStatus;
|
|
102
58
|
(function (SelectionStatus) {
|
|
103
59
|
SelectionStatus["NOT_SELECTED"] = "NOT_SELECTED";
|
|
@@ -108,22 +64,6 @@ export var TextType;
|
|
|
108
64
|
TextType["HANDWRITING"] = "HANDWRITING";
|
|
109
65
|
TextType["PRINTED"] = "PRINTED";
|
|
110
66
|
})(TextType || (TextType = {}));
|
|
111
|
-
export var Block;
|
|
112
|
-
(function (Block) {
|
|
113
|
-
Block.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(Block || (Block = {}));
|
|
115
|
-
export var DocumentMetadata;
|
|
116
|
-
(function (DocumentMetadata) {
|
|
117
|
-
DocumentMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
-
})(DocumentMetadata || (DocumentMetadata = {}));
|
|
119
|
-
export var HumanLoopActivationOutput;
|
|
120
|
-
(function (HumanLoopActivationOutput) {
|
|
121
|
-
HumanLoopActivationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
-
})(HumanLoopActivationOutput || (HumanLoopActivationOutput = {}));
|
|
123
|
-
export var AnalyzeDocumentResponse;
|
|
124
|
-
(function (AnalyzeDocumentResponse) {
|
|
125
|
-
AnalyzeDocumentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
-
})(AnalyzeDocumentResponse || (AnalyzeDocumentResponse = {}));
|
|
127
67
|
var BadDocumentException = (function (_super) {
|
|
128
68
|
__extends(BadDocumentException, _super);
|
|
129
69
|
function BadDocumentException(opts) {
|
|
@@ -253,82 +193,10 @@ var UnsupportedDocumentException = (function (_super) {
|
|
|
253
193
|
return UnsupportedDocumentException;
|
|
254
194
|
}(__BaseException));
|
|
255
195
|
export { UnsupportedDocumentException };
|
|
256
|
-
export var AnalyzeExpenseRequest;
|
|
257
|
-
(function (AnalyzeExpenseRequest) {
|
|
258
|
-
AnalyzeExpenseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
-
})(AnalyzeExpenseRequest || (AnalyzeExpenseRequest = {}));
|
|
260
|
-
export var ExpenseDetection;
|
|
261
|
-
(function (ExpenseDetection) {
|
|
262
|
-
ExpenseDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(ExpenseDetection || (ExpenseDetection = {}));
|
|
264
|
-
export var ExpenseType;
|
|
265
|
-
(function (ExpenseType) {
|
|
266
|
-
ExpenseType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
-
})(ExpenseType || (ExpenseType = {}));
|
|
268
|
-
export var ExpenseField;
|
|
269
|
-
(function (ExpenseField) {
|
|
270
|
-
ExpenseField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
-
})(ExpenseField || (ExpenseField = {}));
|
|
272
|
-
export var LineItemFields;
|
|
273
|
-
(function (LineItemFields) {
|
|
274
|
-
LineItemFields.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
-
})(LineItemFields || (LineItemFields = {}));
|
|
276
|
-
export var LineItemGroup;
|
|
277
|
-
(function (LineItemGroup) {
|
|
278
|
-
LineItemGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
-
})(LineItemGroup || (LineItemGroup = {}));
|
|
280
|
-
export var ExpenseDocument;
|
|
281
|
-
(function (ExpenseDocument) {
|
|
282
|
-
ExpenseDocument.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
-
})(ExpenseDocument || (ExpenseDocument = {}));
|
|
284
|
-
export var AnalyzeExpenseResponse;
|
|
285
|
-
(function (AnalyzeExpenseResponse) {
|
|
286
|
-
AnalyzeExpenseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
-
})(AnalyzeExpenseResponse || (AnalyzeExpenseResponse = {}));
|
|
288
|
-
export var AnalyzeIDRequest;
|
|
289
|
-
(function (AnalyzeIDRequest) {
|
|
290
|
-
AnalyzeIDRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
-
})(AnalyzeIDRequest || (AnalyzeIDRequest = {}));
|
|
292
196
|
export var ValueType;
|
|
293
197
|
(function (ValueType) {
|
|
294
198
|
ValueType["DATE"] = "DATE";
|
|
295
199
|
})(ValueType || (ValueType = {}));
|
|
296
|
-
export var NormalizedValue;
|
|
297
|
-
(function (NormalizedValue) {
|
|
298
|
-
NormalizedValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
-
})(NormalizedValue || (NormalizedValue = {}));
|
|
300
|
-
export var AnalyzeIDDetections;
|
|
301
|
-
(function (AnalyzeIDDetections) {
|
|
302
|
-
AnalyzeIDDetections.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
-
})(AnalyzeIDDetections || (AnalyzeIDDetections = {}));
|
|
304
|
-
export var IdentityDocumentField;
|
|
305
|
-
(function (IdentityDocumentField) {
|
|
306
|
-
IdentityDocumentField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(IdentityDocumentField || (IdentityDocumentField = {}));
|
|
308
|
-
export var IdentityDocument;
|
|
309
|
-
(function (IdentityDocument) {
|
|
310
|
-
IdentityDocument.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
-
})(IdentityDocument || (IdentityDocument = {}));
|
|
312
|
-
export var AnalyzeIDResponse;
|
|
313
|
-
(function (AnalyzeIDResponse) {
|
|
314
|
-
AnalyzeIDResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
-
})(AnalyzeIDResponse || (AnalyzeIDResponse = {}));
|
|
316
|
-
export var DetectDocumentTextRequest;
|
|
317
|
-
(function (DetectDocumentTextRequest) {
|
|
318
|
-
DetectDocumentTextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
-
})(DetectDocumentTextRequest || (DetectDocumentTextRequest = {}));
|
|
320
|
-
export var DetectDocumentTextResponse;
|
|
321
|
-
(function (DetectDocumentTextResponse) {
|
|
322
|
-
DetectDocumentTextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
-
})(DetectDocumentTextResponse || (DetectDocumentTextResponse = {}));
|
|
324
|
-
export var DocumentLocation;
|
|
325
|
-
(function (DocumentLocation) {
|
|
326
|
-
DocumentLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
-
})(DocumentLocation || (DocumentLocation = {}));
|
|
328
|
-
export var GetDocumentAnalysisRequest;
|
|
329
|
-
(function (GetDocumentAnalysisRequest) {
|
|
330
|
-
GetDocumentAnalysisRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
-
})(GetDocumentAnalysisRequest || (GetDocumentAnalysisRequest = {}));
|
|
332
200
|
export var JobStatus;
|
|
333
201
|
(function (JobStatus) {
|
|
334
202
|
JobStatus["FAILED"] = "FAILED";
|
|
@@ -336,14 +204,6 @@ export var JobStatus;
|
|
|
336
204
|
JobStatus["PARTIAL_SUCCESS"] = "PARTIAL_SUCCESS";
|
|
337
205
|
JobStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
338
206
|
})(JobStatus || (JobStatus = {}));
|
|
339
|
-
export var Warning;
|
|
340
|
-
(function (Warning) {
|
|
341
|
-
Warning.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(Warning || (Warning = {}));
|
|
343
|
-
export var GetDocumentAnalysisResponse;
|
|
344
|
-
(function (GetDocumentAnalysisResponse) {
|
|
345
|
-
GetDocumentAnalysisResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
})(GetDocumentAnalysisResponse || (GetDocumentAnalysisResponse = {}));
|
|
347
207
|
var InvalidJobIdException = (function (_super) {
|
|
348
208
|
__extends(InvalidJobIdException, _super);
|
|
349
209
|
function InvalidJobIdException(opts) {
|
|
@@ -372,22 +232,6 @@ var InvalidKMSKeyException = (function (_super) {
|
|
|
372
232
|
return InvalidKMSKeyException;
|
|
373
233
|
}(__BaseException));
|
|
374
234
|
export { InvalidKMSKeyException };
|
|
375
|
-
export var GetDocumentTextDetectionRequest;
|
|
376
|
-
(function (GetDocumentTextDetectionRequest) {
|
|
377
|
-
GetDocumentTextDetectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(GetDocumentTextDetectionRequest || (GetDocumentTextDetectionRequest = {}));
|
|
379
|
-
export var GetDocumentTextDetectionResponse;
|
|
380
|
-
(function (GetDocumentTextDetectionResponse) {
|
|
381
|
-
GetDocumentTextDetectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
-
})(GetDocumentTextDetectionResponse || (GetDocumentTextDetectionResponse = {}));
|
|
383
|
-
export var GetExpenseAnalysisRequest;
|
|
384
|
-
(function (GetExpenseAnalysisRequest) {
|
|
385
|
-
GetExpenseAnalysisRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(GetExpenseAnalysisRequest || (GetExpenseAnalysisRequest = {}));
|
|
387
|
-
export var GetExpenseAnalysisResponse;
|
|
388
|
-
(function (GetExpenseAnalysisResponse) {
|
|
389
|
-
GetExpenseAnalysisResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(GetExpenseAnalysisResponse || (GetExpenseAnalysisResponse = {}));
|
|
391
235
|
var IdempotentParameterMismatchException = (function (_super) {
|
|
392
236
|
__extends(IdempotentParameterMismatchException, _super);
|
|
393
237
|
function IdempotentParameterMismatchException(opts) {
|
|
@@ -416,35 +260,50 @@ var LimitExceededException = (function (_super) {
|
|
|
416
260
|
return LimitExceededException;
|
|
417
261
|
}(__BaseException));
|
|
418
262
|
export { LimitExceededException };
|
|
419
|
-
export var
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
export var
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
export var
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
export var
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
export var
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
export var
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
export var
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
export var
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
263
|
+
export var S3ObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var DocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var HumanLoopDataAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var HumanLoopConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var QueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var QueriesConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var AnalyzeDocumentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var BoundingBoxFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var PointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var GeometryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var RelationshipFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var BlockFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var DocumentMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var HumanLoopActivationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var AnalyzeDocumentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var AnalyzeExpenseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var ExpenseDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var ExpenseTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var ExpenseFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var LineItemFieldsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var LineItemGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var ExpenseDocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var AnalyzeExpenseResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var AnalyzeIDRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var NormalizedValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var AnalyzeIDDetectionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var IdentityDocumentFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var IdentityDocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var AnalyzeIDResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var DetectDocumentTextRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var DetectDocumentTextResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var DocumentLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var GetDocumentAnalysisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var WarningFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var GetDocumentAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var GetDocumentTextDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var GetDocumentTextDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var GetExpenseAnalysisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var GetExpenseAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var NotificationChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var OutputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var StartDocumentAnalysisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var StartDocumentAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var StartDocumentTextDetectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var StartDocumentTextDetectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var StartExpenseAnalysisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var StartExpenseAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|