@aws-sdk/client-textract 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Textract.js +49 -42
- package/dist-es/TextractClient.js +28 -22
- package/dist-es/commands/AnalyzeDocumentCommand.js +28 -21
- package/dist-es/commands/AnalyzeExpenseCommand.js +28 -21
- package/dist-es/commands/AnalyzeIDCommand.js +28 -21
- package/dist-es/commands/DetectDocumentTextCommand.js +28 -21
- package/dist-es/commands/GetDocumentAnalysisCommand.js +28 -21
- package/dist-es/commands/GetDocumentTextDetectionCommand.js +28 -21
- package/dist-es/commands/GetExpenseAnalysisCommand.js +28 -21
- package/dist-es/commands/StartDocumentAnalysisCommand.js +28 -21
- package/dist-es/commands/StartDocumentTextDetectionCommand.js +28 -21
- package/dist-es/commands/StartExpenseAnalysisCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/TextractServiceException.js +10 -5
- package/dist-es/models/models_0.js +233 -326
- package/dist-es/protocols/Aws_json1_1.js +1346 -1108
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { TextractServiceException as __BaseException } from "./TextractServiceException";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
this.Message = opts.Message;
|
|
13
|
-
this.Code = opts.Code;
|
|
3
|
+
var AccessDeniedException = (function (_super) {
|
|
4
|
+
__extends(AccessDeniedException, _super);
|
|
5
|
+
function AccessDeniedException(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "AccessDeniedException";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
10
|
+
_this.Message = opts.Message;
|
|
11
|
+
_this.Code = opts.Code;
|
|
12
|
+
return _this;
|
|
14
13
|
}
|
|
15
|
-
|
|
14
|
+
return AccessDeniedException;
|
|
15
|
+
}(__BaseException));
|
|
16
|
+
export { AccessDeniedException };
|
|
16
17
|
export var FeatureType;
|
|
17
18
|
(function (FeatureType) {
|
|
18
19
|
FeatureType["FORMS"] = "FORMS";
|
|
@@ -63,135 +64,135 @@ export var TextType;
|
|
|
63
64
|
TextType["HANDWRITING"] = "HANDWRITING";
|
|
64
65
|
TextType["PRINTED"] = "PRINTED";
|
|
65
66
|
})(TextType || (TextType = {}));
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
this.Message = opts.Message;
|
|
77
|
-
this.Code = opts.Code;
|
|
67
|
+
var BadDocumentException = (function (_super) {
|
|
68
|
+
__extends(BadDocumentException, _super);
|
|
69
|
+
function BadDocumentException(opts) {
|
|
70
|
+
var _this = _super.call(this, __assign({ name: "BadDocumentException", $fault: "client" }, opts)) || this;
|
|
71
|
+
_this.name = "BadDocumentException";
|
|
72
|
+
_this.$fault = "client";
|
|
73
|
+
Object.setPrototypeOf(_this, BadDocumentException.prototype);
|
|
74
|
+
_this.Message = opts.Message;
|
|
75
|
+
_this.Code = opts.Code;
|
|
76
|
+
return _this;
|
|
78
77
|
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
78
|
+
return BadDocumentException;
|
|
79
|
+
}(__BaseException));
|
|
80
|
+
export { BadDocumentException };
|
|
81
|
+
var DocumentTooLargeException = (function (_super) {
|
|
82
|
+
__extends(DocumentTooLargeException, _super);
|
|
83
|
+
function DocumentTooLargeException(opts) {
|
|
84
|
+
var _this = _super.call(this, __assign({ name: "DocumentTooLargeException", $fault: "client" }, opts)) || this;
|
|
85
|
+
_this.name = "DocumentTooLargeException";
|
|
86
|
+
_this.$fault = "client";
|
|
87
|
+
Object.setPrototypeOf(_this, DocumentTooLargeException.prototype);
|
|
88
|
+
_this.Message = opts.Message;
|
|
89
|
+
_this.Code = opts.Code;
|
|
90
|
+
return _this;
|
|
92
91
|
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
92
|
+
return DocumentTooLargeException;
|
|
93
|
+
}(__BaseException));
|
|
94
|
+
export { DocumentTooLargeException };
|
|
95
|
+
var HumanLoopQuotaExceededException = (function (_super) {
|
|
96
|
+
__extends(HumanLoopQuotaExceededException, _super);
|
|
97
|
+
function HumanLoopQuotaExceededException(opts) {
|
|
98
|
+
var _this = _super.call(this, __assign({ name: "HumanLoopQuotaExceededException", $fault: "client" }, opts)) || this;
|
|
99
|
+
_this.name = "HumanLoopQuotaExceededException";
|
|
100
|
+
_this.$fault = "client";
|
|
101
|
+
Object.setPrototypeOf(_this, HumanLoopQuotaExceededException.prototype);
|
|
102
|
+
_this.ResourceType = opts.ResourceType;
|
|
103
|
+
_this.QuotaCode = opts.QuotaCode;
|
|
104
|
+
_this.ServiceCode = opts.ServiceCode;
|
|
105
|
+
_this.Message = opts.Message;
|
|
106
|
+
_this.Code = opts.Code;
|
|
107
|
+
return _this;
|
|
109
108
|
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
109
|
+
return HumanLoopQuotaExceededException;
|
|
110
|
+
}(__BaseException));
|
|
111
|
+
export { HumanLoopQuotaExceededException };
|
|
112
|
+
var InternalServerError = (function (_super) {
|
|
113
|
+
__extends(InternalServerError, _super);
|
|
114
|
+
function InternalServerError(opts) {
|
|
115
|
+
var _this = _super.call(this, __assign({ name: "InternalServerError", $fault: "server" }, opts)) || this;
|
|
116
|
+
_this.name = "InternalServerError";
|
|
117
|
+
_this.$fault = "server";
|
|
118
|
+
Object.setPrototypeOf(_this, InternalServerError.prototype);
|
|
119
|
+
_this.Message = opts.Message;
|
|
120
|
+
_this.Code = opts.Code;
|
|
121
|
+
return _this;
|
|
123
122
|
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
123
|
+
return InternalServerError;
|
|
124
|
+
}(__BaseException));
|
|
125
|
+
export { InternalServerError };
|
|
126
|
+
var InvalidParameterException = (function (_super) {
|
|
127
|
+
__extends(InvalidParameterException, _super);
|
|
128
|
+
function InvalidParameterException(opts) {
|
|
129
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
|
|
130
|
+
_this.name = "InvalidParameterException";
|
|
131
|
+
_this.$fault = "client";
|
|
132
|
+
Object.setPrototypeOf(_this, InvalidParameterException.prototype);
|
|
133
|
+
_this.Message = opts.Message;
|
|
134
|
+
_this.Code = opts.Code;
|
|
135
|
+
return _this;
|
|
137
136
|
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
137
|
+
return InvalidParameterException;
|
|
138
|
+
}(__BaseException));
|
|
139
|
+
export { InvalidParameterException };
|
|
140
|
+
var InvalidS3ObjectException = (function (_super) {
|
|
141
|
+
__extends(InvalidS3ObjectException, _super);
|
|
142
|
+
function InvalidS3ObjectException(opts) {
|
|
143
|
+
var _this = _super.call(this, __assign({ name: "InvalidS3ObjectException", $fault: "client" }, opts)) || this;
|
|
144
|
+
_this.name = "InvalidS3ObjectException";
|
|
145
|
+
_this.$fault = "client";
|
|
146
|
+
Object.setPrototypeOf(_this, InvalidS3ObjectException.prototype);
|
|
147
|
+
_this.Message = opts.Message;
|
|
148
|
+
_this.Code = opts.Code;
|
|
149
|
+
return _this;
|
|
151
150
|
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
151
|
+
return InvalidS3ObjectException;
|
|
152
|
+
}(__BaseException));
|
|
153
|
+
export { InvalidS3ObjectException };
|
|
154
|
+
var ProvisionedThroughputExceededException = (function (_super) {
|
|
155
|
+
__extends(ProvisionedThroughputExceededException, _super);
|
|
156
|
+
function ProvisionedThroughputExceededException(opts) {
|
|
157
|
+
var _this = _super.call(this, __assign({ name: "ProvisionedThroughputExceededException", $fault: "client" }, opts)) || this;
|
|
158
|
+
_this.name = "ProvisionedThroughputExceededException";
|
|
159
|
+
_this.$fault = "client";
|
|
160
|
+
Object.setPrototypeOf(_this, ProvisionedThroughputExceededException.prototype);
|
|
161
|
+
_this.Message = opts.Message;
|
|
162
|
+
_this.Code = opts.Code;
|
|
163
|
+
return _this;
|
|
165
164
|
}
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
165
|
+
return ProvisionedThroughputExceededException;
|
|
166
|
+
}(__BaseException));
|
|
167
|
+
export { ProvisionedThroughputExceededException };
|
|
168
|
+
var ThrottlingException = (function (_super) {
|
|
169
|
+
__extends(ThrottlingException, _super);
|
|
170
|
+
function ThrottlingException(opts) {
|
|
171
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "server" }, opts)) || this;
|
|
172
|
+
_this.name = "ThrottlingException";
|
|
173
|
+
_this.$fault = "server";
|
|
174
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
175
|
+
_this.Message = opts.Message;
|
|
176
|
+
_this.Code = opts.Code;
|
|
177
|
+
return _this;
|
|
179
178
|
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
179
|
+
return ThrottlingException;
|
|
180
|
+
}(__BaseException));
|
|
181
|
+
export { ThrottlingException };
|
|
182
|
+
var UnsupportedDocumentException = (function (_super) {
|
|
183
|
+
__extends(UnsupportedDocumentException, _super);
|
|
184
|
+
function UnsupportedDocumentException(opts) {
|
|
185
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedDocumentException", $fault: "client" }, opts)) || this;
|
|
186
|
+
_this.name = "UnsupportedDocumentException";
|
|
187
|
+
_this.$fault = "client";
|
|
188
|
+
Object.setPrototypeOf(_this, UnsupportedDocumentException.prototype);
|
|
189
|
+
_this.Message = opts.Message;
|
|
190
|
+
_this.Code = opts.Code;
|
|
191
|
+
return _this;
|
|
193
192
|
}
|
|
194
|
-
|
|
193
|
+
return UnsupportedDocumentException;
|
|
194
|
+
}(__BaseException));
|
|
195
|
+
export { UnsupportedDocumentException };
|
|
195
196
|
export var ValueType;
|
|
196
197
|
(function (ValueType) {
|
|
197
198
|
ValueType["DATE"] = "DATE";
|
|
@@ -203,200 +204,106 @@ export var JobStatus;
|
|
|
203
204
|
JobStatus["PARTIAL_SUCCESS"] = "PARTIAL_SUCCESS";
|
|
204
205
|
JobStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
205
206
|
})(JobStatus || (JobStatus = {}));
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
this.Message = opts.Message;
|
|
217
|
-
this.Code = opts.Code;
|
|
207
|
+
var InvalidJobIdException = (function (_super) {
|
|
208
|
+
__extends(InvalidJobIdException, _super);
|
|
209
|
+
function InvalidJobIdException(opts) {
|
|
210
|
+
var _this = _super.call(this, __assign({ name: "InvalidJobIdException", $fault: "client" }, opts)) || this;
|
|
211
|
+
_this.name = "InvalidJobIdException";
|
|
212
|
+
_this.$fault = "client";
|
|
213
|
+
Object.setPrototypeOf(_this, InvalidJobIdException.prototype);
|
|
214
|
+
_this.Message = opts.Message;
|
|
215
|
+
_this.Code = opts.Code;
|
|
216
|
+
return _this;
|
|
218
217
|
}
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
218
|
+
return InvalidJobIdException;
|
|
219
|
+
}(__BaseException));
|
|
220
|
+
export { InvalidJobIdException };
|
|
221
|
+
var InvalidKMSKeyException = (function (_super) {
|
|
222
|
+
__extends(InvalidKMSKeyException, _super);
|
|
223
|
+
function InvalidKMSKeyException(opts) {
|
|
224
|
+
var _this = _super.call(this, __assign({ name: "InvalidKMSKeyException", $fault: "client" }, opts)) || this;
|
|
225
|
+
_this.name = "InvalidKMSKeyException";
|
|
226
|
+
_this.$fault = "client";
|
|
227
|
+
Object.setPrototypeOf(_this, InvalidKMSKeyException.prototype);
|
|
228
|
+
_this.Message = opts.Message;
|
|
229
|
+
_this.Code = opts.Code;
|
|
230
|
+
return _this;
|
|
232
231
|
}
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
232
|
+
return InvalidKMSKeyException;
|
|
233
|
+
}(__BaseException));
|
|
234
|
+
export { InvalidKMSKeyException };
|
|
235
|
+
var IdempotentParameterMismatchException = (function (_super) {
|
|
236
|
+
__extends(IdempotentParameterMismatchException, _super);
|
|
237
|
+
function IdempotentParameterMismatchException(opts) {
|
|
238
|
+
var _this = _super.call(this, __assign({ name: "IdempotentParameterMismatchException", $fault: "client" }, opts)) || this;
|
|
239
|
+
_this.name = "IdempotentParameterMismatchException";
|
|
240
|
+
_this.$fault = "client";
|
|
241
|
+
Object.setPrototypeOf(_this, IdempotentParameterMismatchException.prototype);
|
|
242
|
+
_this.Message = opts.Message;
|
|
243
|
+
_this.Code = opts.Code;
|
|
244
|
+
return _this;
|
|
246
245
|
}
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
246
|
+
return IdempotentParameterMismatchException;
|
|
247
|
+
}(__BaseException));
|
|
248
|
+
export { IdempotentParameterMismatchException };
|
|
249
|
+
var LimitExceededException = (function (_super) {
|
|
250
|
+
__extends(LimitExceededException, _super);
|
|
251
|
+
function LimitExceededException(opts) {
|
|
252
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
253
|
+
_this.name = "LimitExceededException";
|
|
254
|
+
_this.$fault = "client";
|
|
255
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
256
|
+
_this.Message = opts.Message;
|
|
257
|
+
_this.Code = opts.Code;
|
|
258
|
+
return _this;
|
|
260
259
|
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
});
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
});
|
|
268
|
-
export
|
|
269
|
-
|
|
270
|
-
});
|
|
271
|
-
export
|
|
272
|
-
|
|
273
|
-
});
|
|
274
|
-
export
|
|
275
|
-
|
|
276
|
-
});
|
|
277
|
-
export
|
|
278
|
-
|
|
279
|
-
});
|
|
280
|
-
export
|
|
281
|
-
|
|
282
|
-
});
|
|
283
|
-
export
|
|
284
|
-
|
|
285
|
-
});
|
|
286
|
-
export
|
|
287
|
-
|
|
288
|
-
});
|
|
289
|
-
export
|
|
290
|
-
|
|
291
|
-
});
|
|
292
|
-
export
|
|
293
|
-
|
|
294
|
-
});
|
|
295
|
-
export
|
|
296
|
-
|
|
297
|
-
});
|
|
298
|
-
export
|
|
299
|
-
|
|
300
|
-
});
|
|
301
|
-
export
|
|
302
|
-
|
|
303
|
-
});
|
|
304
|
-
export
|
|
305
|
-
|
|
306
|
-
});
|
|
307
|
-
export
|
|
308
|
-
|
|
309
|
-
});
|
|
310
|
-
export
|
|
311
|
-
...obj,
|
|
312
|
-
});
|
|
313
|
-
export const ExpenseTypeFilterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
export const ExpenseFieldFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
});
|
|
319
|
-
export const LineItemFieldsFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
});
|
|
322
|
-
export const LineItemGroupFilterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
});
|
|
325
|
-
export const ExpenseDocumentFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
});
|
|
328
|
-
export const AnalyzeExpenseResponseFilterSensitiveLog = (obj) => ({
|
|
329
|
-
...obj,
|
|
330
|
-
});
|
|
331
|
-
export const AnalyzeIDRequestFilterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
export const NormalizedValueFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
export const AnalyzeIDDetectionsFilterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
export const IdentityDocumentFieldFilterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
});
|
|
343
|
-
export const IdentityDocumentFilterSensitiveLog = (obj) => ({
|
|
344
|
-
...obj,
|
|
345
|
-
});
|
|
346
|
-
export const AnalyzeIDResponseFilterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
export const DetectDocumentTextRequestFilterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
});
|
|
352
|
-
export const DetectDocumentTextResponseFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
export const DocumentLocationFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
|
-
export const GetDocumentAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
359
|
-
...obj,
|
|
360
|
-
});
|
|
361
|
-
export const WarningFilterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
export const GetDocumentAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
export const GetDocumentTextDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
export const GetDocumentTextDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
export const GetExpenseAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
374
|
-
...obj,
|
|
375
|
-
});
|
|
376
|
-
export const GetExpenseAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
export const NotificationChannelFilterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
export const OutputConfigFilterSensitiveLog = (obj) => ({
|
|
383
|
-
...obj,
|
|
384
|
-
});
|
|
385
|
-
export const StartDocumentAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
export const StartDocumentAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
export const StartDocumentTextDetectionRequestFilterSensitiveLog = (obj) => ({
|
|
392
|
-
...obj,
|
|
393
|
-
});
|
|
394
|
-
export const StartDocumentTextDetectionResponseFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
export const StartExpenseAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
export const StartExpenseAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
260
|
+
return LimitExceededException;
|
|
261
|
+
}(__BaseException));
|
|
262
|
+
export { LimitExceededException };
|
|
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)); };
|