@aws-sdk/client-comprehend 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ComprehendServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +230 -5
- package/dist-cjs/protocols/Aws_json1_1.js +692 -2576
- package/dist-es/index.js +1 -0
- package/dist-es/models/ComprehendServiceException.js +12 -0
- package/dist-es/models/models_0.js +210 -1
- package/dist-es/protocols/Aws_json1_1.js +1527 -2813
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ComprehendServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +114 -49
- package/dist-types/ts3.4/Comprehend.d.ts +340 -0
- package/dist-types/ts3.4/ComprehendClient.d.ts +140 -0
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +67 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2765 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +203 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var ComprehendServiceException = (function (_super) {
|
|
4
|
+
__extends(ComprehendServiceException, _super);
|
|
5
|
+
function ComprehendServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, ComprehendServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return ComprehendServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { ComprehendServiceException };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException";
|
|
3
4
|
export var AugmentedManifestsDocumentTypeFormat;
|
|
4
5
|
(function (AugmentedManifestsDocumentTypeFormat) {
|
|
5
6
|
AugmentedManifestsDocumentTypeFormat["PLAIN_TEXT_DOCUMENT"] = "PLAIN_TEXT_DOCUMENT";
|
|
@@ -34,6 +35,58 @@ export var BatchDetectDominantLanguageResponse;
|
|
|
34
35
|
(function (BatchDetectDominantLanguageResponse) {
|
|
35
36
|
BatchDetectDominantLanguageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
37
|
})(BatchDetectDominantLanguageResponse || (BatchDetectDominantLanguageResponse = {}));
|
|
38
|
+
var BatchSizeLimitExceededException = (function (_super) {
|
|
39
|
+
__extends(BatchSizeLimitExceededException, _super);
|
|
40
|
+
function BatchSizeLimitExceededException(opts) {
|
|
41
|
+
var _this = _super.call(this, __assign({ name: "BatchSizeLimitExceededException", $fault: "client" }, opts)) || this;
|
|
42
|
+
_this.name = "BatchSizeLimitExceededException";
|
|
43
|
+
_this.$fault = "client";
|
|
44
|
+
Object.setPrototypeOf(_this, BatchSizeLimitExceededException.prototype);
|
|
45
|
+
_this.Message = opts.Message;
|
|
46
|
+
return _this;
|
|
47
|
+
}
|
|
48
|
+
return BatchSizeLimitExceededException;
|
|
49
|
+
}(__BaseException));
|
|
50
|
+
export { BatchSizeLimitExceededException };
|
|
51
|
+
var InternalServerException = (function (_super) {
|
|
52
|
+
__extends(InternalServerException, _super);
|
|
53
|
+
function InternalServerException(opts) {
|
|
54
|
+
var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
|
|
55
|
+
_this.name = "InternalServerException";
|
|
56
|
+
_this.$fault = "server";
|
|
57
|
+
Object.setPrototypeOf(_this, InternalServerException.prototype);
|
|
58
|
+
_this.Message = opts.Message;
|
|
59
|
+
return _this;
|
|
60
|
+
}
|
|
61
|
+
return InternalServerException;
|
|
62
|
+
}(__BaseException));
|
|
63
|
+
export { InternalServerException };
|
|
64
|
+
var InvalidRequestException = (function (_super) {
|
|
65
|
+
__extends(InvalidRequestException, _super);
|
|
66
|
+
function InvalidRequestException(opts) {
|
|
67
|
+
var _this = _super.call(this, __assign({ name: "InvalidRequestException", $fault: "client" }, opts)) || this;
|
|
68
|
+
_this.name = "InvalidRequestException";
|
|
69
|
+
_this.$fault = "client";
|
|
70
|
+
Object.setPrototypeOf(_this, InvalidRequestException.prototype);
|
|
71
|
+
_this.Message = opts.Message;
|
|
72
|
+
return _this;
|
|
73
|
+
}
|
|
74
|
+
return InvalidRequestException;
|
|
75
|
+
}(__BaseException));
|
|
76
|
+
export { InvalidRequestException };
|
|
77
|
+
var TextSizeLimitExceededException = (function (_super) {
|
|
78
|
+
__extends(TextSizeLimitExceededException, _super);
|
|
79
|
+
function TextSizeLimitExceededException(opts) {
|
|
80
|
+
var _this = _super.call(this, __assign({ name: "TextSizeLimitExceededException", $fault: "client" }, opts)) || this;
|
|
81
|
+
_this.name = "TextSizeLimitExceededException";
|
|
82
|
+
_this.$fault = "client";
|
|
83
|
+
Object.setPrototypeOf(_this, TextSizeLimitExceededException.prototype);
|
|
84
|
+
_this.Message = opts.Message;
|
|
85
|
+
return _this;
|
|
86
|
+
}
|
|
87
|
+
return TextSizeLimitExceededException;
|
|
88
|
+
}(__BaseException));
|
|
89
|
+
export { TextSizeLimitExceededException };
|
|
37
90
|
export var LanguageCode;
|
|
38
91
|
(function (LanguageCode) {
|
|
39
92
|
LanguageCode["AR"] = "ar";
|
|
@@ -77,6 +130,19 @@ export var BatchDetectEntitiesResponse;
|
|
|
77
130
|
(function (BatchDetectEntitiesResponse) {
|
|
78
131
|
BatchDetectEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
132
|
})(BatchDetectEntitiesResponse || (BatchDetectEntitiesResponse = {}));
|
|
133
|
+
var UnsupportedLanguageException = (function (_super) {
|
|
134
|
+
__extends(UnsupportedLanguageException, _super);
|
|
135
|
+
function UnsupportedLanguageException(opts) {
|
|
136
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedLanguageException", $fault: "client" }, opts)) || this;
|
|
137
|
+
_this.name = "UnsupportedLanguageException";
|
|
138
|
+
_this.$fault = "client";
|
|
139
|
+
Object.setPrototypeOf(_this, UnsupportedLanguageException.prototype);
|
|
140
|
+
_this.Message = opts.Message;
|
|
141
|
+
return _this;
|
|
142
|
+
}
|
|
143
|
+
return UnsupportedLanguageException;
|
|
144
|
+
}(__BaseException));
|
|
145
|
+
export { UnsupportedLanguageException };
|
|
80
146
|
export var BatchDetectKeyPhrasesRequest;
|
|
81
147
|
(function (BatchDetectKeyPhrasesRequest) {
|
|
82
148
|
BatchDetectKeyPhrasesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
@@ -190,6 +256,19 @@ export var ClassifyDocumentResponse;
|
|
|
190
256
|
(function (ClassifyDocumentResponse) {
|
|
191
257
|
ClassifyDocumentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
258
|
})(ClassifyDocumentResponse || (ClassifyDocumentResponse = {}));
|
|
259
|
+
var ResourceUnavailableException = (function (_super) {
|
|
260
|
+
__extends(ResourceUnavailableException, _super);
|
|
261
|
+
function ResourceUnavailableException(opts) {
|
|
262
|
+
var _this = _super.call(this, __assign({ name: "ResourceUnavailableException", $fault: "client" }, opts)) || this;
|
|
263
|
+
_this.name = "ResourceUnavailableException";
|
|
264
|
+
_this.$fault = "client";
|
|
265
|
+
Object.setPrototypeOf(_this, ResourceUnavailableException.prototype);
|
|
266
|
+
_this.Message = opts.Message;
|
|
267
|
+
return _this;
|
|
268
|
+
}
|
|
269
|
+
return ResourceUnavailableException;
|
|
270
|
+
}(__BaseException));
|
|
271
|
+
export { ResourceUnavailableException };
|
|
193
272
|
export var ContainsPiiEntitiesRequest;
|
|
194
273
|
(function (ContainsPiiEntitiesRequest) {
|
|
195
274
|
ContainsPiiEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -262,6 +341,71 @@ export var CreateDocumentClassifierResponse;
|
|
|
262
341
|
(function (CreateDocumentClassifierResponse) {
|
|
263
342
|
CreateDocumentClassifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
343
|
})(CreateDocumentClassifierResponse || (CreateDocumentClassifierResponse = {}));
|
|
344
|
+
var KmsKeyValidationException = (function (_super) {
|
|
345
|
+
__extends(KmsKeyValidationException, _super);
|
|
346
|
+
function KmsKeyValidationException(opts) {
|
|
347
|
+
var _this = _super.call(this, __assign({ name: "KmsKeyValidationException", $fault: "client" }, opts)) || this;
|
|
348
|
+
_this.name = "KmsKeyValidationException";
|
|
349
|
+
_this.$fault = "client";
|
|
350
|
+
Object.setPrototypeOf(_this, KmsKeyValidationException.prototype);
|
|
351
|
+
_this.Message = opts.Message;
|
|
352
|
+
return _this;
|
|
353
|
+
}
|
|
354
|
+
return KmsKeyValidationException;
|
|
355
|
+
}(__BaseException));
|
|
356
|
+
export { KmsKeyValidationException };
|
|
357
|
+
var ResourceInUseException = (function (_super) {
|
|
358
|
+
__extends(ResourceInUseException, _super);
|
|
359
|
+
function ResourceInUseException(opts) {
|
|
360
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
361
|
+
_this.name = "ResourceInUseException";
|
|
362
|
+
_this.$fault = "client";
|
|
363
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
364
|
+
_this.Message = opts.Message;
|
|
365
|
+
return _this;
|
|
366
|
+
}
|
|
367
|
+
return ResourceInUseException;
|
|
368
|
+
}(__BaseException));
|
|
369
|
+
export { ResourceInUseException };
|
|
370
|
+
var ResourceLimitExceededException = (function (_super) {
|
|
371
|
+
__extends(ResourceLimitExceededException, _super);
|
|
372
|
+
function ResourceLimitExceededException(opts) {
|
|
373
|
+
var _this = _super.call(this, __assign({ name: "ResourceLimitExceededException", $fault: "client" }, opts)) || this;
|
|
374
|
+
_this.name = "ResourceLimitExceededException";
|
|
375
|
+
_this.$fault = "client";
|
|
376
|
+
Object.setPrototypeOf(_this, ResourceLimitExceededException.prototype);
|
|
377
|
+
_this.Message = opts.Message;
|
|
378
|
+
return _this;
|
|
379
|
+
}
|
|
380
|
+
return ResourceLimitExceededException;
|
|
381
|
+
}(__BaseException));
|
|
382
|
+
export { ResourceLimitExceededException };
|
|
383
|
+
var TooManyRequestsException = (function (_super) {
|
|
384
|
+
__extends(TooManyRequestsException, _super);
|
|
385
|
+
function TooManyRequestsException(opts) {
|
|
386
|
+
var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
|
|
387
|
+
_this.name = "TooManyRequestsException";
|
|
388
|
+
_this.$fault = "client";
|
|
389
|
+
Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
|
|
390
|
+
_this.Message = opts.Message;
|
|
391
|
+
return _this;
|
|
392
|
+
}
|
|
393
|
+
return TooManyRequestsException;
|
|
394
|
+
}(__BaseException));
|
|
395
|
+
export { TooManyRequestsException };
|
|
396
|
+
var TooManyTagsException = (function (_super) {
|
|
397
|
+
__extends(TooManyTagsException, _super);
|
|
398
|
+
function TooManyTagsException(opts) {
|
|
399
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
|
|
400
|
+
_this.name = "TooManyTagsException";
|
|
401
|
+
_this.$fault = "client";
|
|
402
|
+
Object.setPrototypeOf(_this, TooManyTagsException.prototype);
|
|
403
|
+
_this.Message = opts.Message;
|
|
404
|
+
return _this;
|
|
405
|
+
}
|
|
406
|
+
return TooManyTagsException;
|
|
407
|
+
}(__BaseException));
|
|
408
|
+
export { TooManyTagsException };
|
|
265
409
|
export var CreateEndpointRequest;
|
|
266
410
|
(function (CreateEndpointRequest) {
|
|
267
411
|
CreateEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -270,6 +414,19 @@ export var CreateEndpointResponse;
|
|
|
270
414
|
(function (CreateEndpointResponse) {
|
|
271
415
|
CreateEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
416
|
})(CreateEndpointResponse || (CreateEndpointResponse = {}));
|
|
417
|
+
var ResourceNotFoundException = (function (_super) {
|
|
418
|
+
__extends(ResourceNotFoundException, _super);
|
|
419
|
+
function ResourceNotFoundException(opts) {
|
|
420
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
421
|
+
_this.name = "ResourceNotFoundException";
|
|
422
|
+
_this.$fault = "client";
|
|
423
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
424
|
+
_this.Message = opts.Message;
|
|
425
|
+
return _this;
|
|
426
|
+
}
|
|
427
|
+
return ResourceNotFoundException;
|
|
428
|
+
}(__BaseException));
|
|
429
|
+
export { ResourceNotFoundException };
|
|
273
430
|
export var EntityRecognizerAnnotations;
|
|
274
431
|
(function (EntityRecognizerAnnotations) {
|
|
275
432
|
EntityRecognizerAnnotations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -388,6 +545,19 @@ export var DescribeDocumentClassificationJobResponse;
|
|
|
388
545
|
(function (DescribeDocumentClassificationJobResponse) {
|
|
389
546
|
DescribeDocumentClassificationJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
547
|
})(DescribeDocumentClassificationJobResponse || (DescribeDocumentClassificationJobResponse = {}));
|
|
548
|
+
var JobNotFoundException = (function (_super) {
|
|
549
|
+
__extends(JobNotFoundException, _super);
|
|
550
|
+
function JobNotFoundException(opts) {
|
|
551
|
+
var _this = _super.call(this, __assign({ name: "JobNotFoundException", $fault: "client" }, opts)) || this;
|
|
552
|
+
_this.name = "JobNotFoundException";
|
|
553
|
+
_this.$fault = "client";
|
|
554
|
+
Object.setPrototypeOf(_this, JobNotFoundException.prototype);
|
|
555
|
+
_this.Message = opts.Message;
|
|
556
|
+
return _this;
|
|
557
|
+
}
|
|
558
|
+
return JobNotFoundException;
|
|
559
|
+
}(__BaseException));
|
|
560
|
+
export { JobNotFoundException };
|
|
391
561
|
export var DescribeDocumentClassifierRequest;
|
|
392
562
|
(function (DescribeDocumentClassifierRequest) {
|
|
393
563
|
DescribeDocumentClassifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -632,6 +802,19 @@ export var ImportModelResponse;
|
|
|
632
802
|
(function (ImportModelResponse) {
|
|
633
803
|
ImportModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
804
|
})(ImportModelResponse || (ImportModelResponse = {}));
|
|
805
|
+
var InvalidFilterException = (function (_super) {
|
|
806
|
+
__extends(InvalidFilterException, _super);
|
|
807
|
+
function InvalidFilterException(opts) {
|
|
808
|
+
var _this = _super.call(this, __assign({ name: "InvalidFilterException", $fault: "client" }, opts)) || this;
|
|
809
|
+
_this.name = "InvalidFilterException";
|
|
810
|
+
_this.$fault = "client";
|
|
811
|
+
Object.setPrototypeOf(_this, InvalidFilterException.prototype);
|
|
812
|
+
_this.Message = opts.Message;
|
|
813
|
+
return _this;
|
|
814
|
+
}
|
|
815
|
+
return InvalidFilterException;
|
|
816
|
+
}(__BaseException));
|
|
817
|
+
export { InvalidFilterException };
|
|
635
818
|
export var DocumentClassificationJobFilter;
|
|
636
819
|
(function (DocumentClassificationJobFilter) {
|
|
637
820
|
DocumentClassificationJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -940,6 +1123,19 @@ export var StopTrainingEntityRecognizerResponse;
|
|
|
940
1123
|
(function (StopTrainingEntityRecognizerResponse) {
|
|
941
1124
|
StopTrainingEntityRecognizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
1125
|
})(StopTrainingEntityRecognizerResponse || (StopTrainingEntityRecognizerResponse = {}));
|
|
1126
|
+
var ConcurrentModificationException = (function (_super) {
|
|
1127
|
+
__extends(ConcurrentModificationException, _super);
|
|
1128
|
+
function ConcurrentModificationException(opts) {
|
|
1129
|
+
var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
|
|
1130
|
+
_this.name = "ConcurrentModificationException";
|
|
1131
|
+
_this.$fault = "client";
|
|
1132
|
+
Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
|
|
1133
|
+
_this.Message = opts.Message;
|
|
1134
|
+
return _this;
|
|
1135
|
+
}
|
|
1136
|
+
return ConcurrentModificationException;
|
|
1137
|
+
}(__BaseException));
|
|
1138
|
+
export { ConcurrentModificationException };
|
|
943
1139
|
export var TagResourceRequest;
|
|
944
1140
|
(function (TagResourceRequest) {
|
|
945
1141
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -948,6 +1144,19 @@ export var TagResourceResponse;
|
|
|
948
1144
|
(function (TagResourceResponse) {
|
|
949
1145
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
1146
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1147
|
+
var TooManyTagKeysException = (function (_super) {
|
|
1148
|
+
__extends(TooManyTagKeysException, _super);
|
|
1149
|
+
function TooManyTagKeysException(opts) {
|
|
1150
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagKeysException", $fault: "client" }, opts)) || this;
|
|
1151
|
+
_this.name = "TooManyTagKeysException";
|
|
1152
|
+
_this.$fault = "client";
|
|
1153
|
+
Object.setPrototypeOf(_this, TooManyTagKeysException.prototype);
|
|
1154
|
+
_this.Message = opts.Message;
|
|
1155
|
+
return _this;
|
|
1156
|
+
}
|
|
1157
|
+
return TooManyTagKeysException;
|
|
1158
|
+
}(__BaseException));
|
|
1159
|
+
export { TooManyTagKeysException };
|
|
951
1160
|
export var UntagResourceRequest;
|
|
952
1161
|
(function (UntagResourceRequest) {
|
|
953
1162
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|