@aws-sdk/client-comprehend 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/Comprehend.js +301 -294
- package/dist-es/ComprehendClient.js +28 -22
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +28 -21
- package/dist-es/commands/BatchDetectEntitiesCommand.js +28 -21
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +28 -21
- package/dist-es/commands/BatchDetectSentimentCommand.js +28 -21
- package/dist-es/commands/BatchDetectSyntaxCommand.js +28 -21
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +28 -21
- package/dist-es/commands/ClassifyDocumentCommand.js +28 -21
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +28 -21
- package/dist-es/commands/CreateDocumentClassifierCommand.js +28 -21
- package/dist-es/commands/CreateEndpointCommand.js +28 -21
- package/dist-es/commands/CreateEntityRecognizerCommand.js +28 -21
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +28 -21
- package/dist-es/commands/DeleteEndpointCommand.js +28 -21
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +28 -21
- package/dist-es/commands/DeleteResourcePolicyCommand.js +28 -21
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +28 -21
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +28 -21
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointCommand.js +28 -21
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +28 -21
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +28 -21
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +28 -21
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +28 -21
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +28 -21
- package/dist-es/commands/DescribeResourcePolicyCommand.js +28 -21
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +28 -21
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +28 -21
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +28 -21
- package/dist-es/commands/DetectDominantLanguageCommand.js +28 -21
- package/dist-es/commands/DetectEntitiesCommand.js +28 -21
- package/dist-es/commands/DetectKeyPhrasesCommand.js +28 -21
- package/dist-es/commands/DetectPiiEntitiesCommand.js +28 -21
- package/dist-es/commands/DetectSentimentCommand.js +28 -21
- package/dist-es/commands/DetectSyntaxCommand.js +28 -21
- package/dist-es/commands/DetectTargetedSentimentCommand.js +28 -21
- package/dist-es/commands/ImportModelCommand.js +28 -21
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +28 -21
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +28 -21
- package/dist-es/commands/ListDocumentClassifiersCommand.js +28 -21
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +28 -21
- package/dist-es/commands/ListEndpointsCommand.js +28 -21
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +28 -21
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +28 -21
- package/dist-es/commands/ListEntityRecognizersCommand.js +28 -21
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +28 -21
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +28 -21
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +28 -21
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +28 -21
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +28 -21
- package/dist-es/commands/PutResourcePolicyCommand.js +28 -21
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +28 -21
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +28 -21
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +28 -21
- package/dist-es/commands/StartEventsDetectionJobCommand.js +28 -21
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +28 -21
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +28 -21
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +28 -21
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +28 -21
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +28 -21
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +28 -21
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +28 -21
- package/dist-es/commands/StopEventsDetectionJobCommand.js +28 -21
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +28 -21
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +28 -21
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +28 -21
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +28 -21
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +28 -21
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateEndpointCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ComprehendServiceException.js +10 -5
- package/dist-es/models/models_0.js +416 -856
- package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js +68 -25
- package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js +68 -25
- package/dist-es/pagination/ListDocumentClassifiersPaginator.js +68 -25
- package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js +68 -25
- package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js +68 -25
- package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js +68 -25
- package/dist-es/pagination/ListEntityRecognizersPaginator.js +68 -25
- package/dist-es/pagination/ListEventsDetectionJobsPaginator.js +68 -25
- package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +68 -25
- package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js +68 -25
- package/dist-es/pagination/ListTargetedSentimentDetectionJobsPaginator.js +68 -25
- package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +6388 -5054
- 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,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException";
|
|
3
4
|
export var AugmentedManifestsDocumentTypeFormat;
|
|
@@ -10,58 +11,58 @@ export var Split;
|
|
|
10
11
|
Split["TEST"] = "TEST";
|
|
11
12
|
Split["TRAIN"] = "TRAIN";
|
|
12
13
|
})(Split || (Split = {}));
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
Object.setPrototypeOf(this, BatchSizeLimitExceededException.prototype);
|
|
23
|
-
this.Message = opts.Message;
|
|
14
|
+
var BatchSizeLimitExceededException = (function (_super) {
|
|
15
|
+
__extends(BatchSizeLimitExceededException, _super);
|
|
16
|
+
function BatchSizeLimitExceededException(opts) {
|
|
17
|
+
var _this = _super.call(this, __assign({ name: "BatchSizeLimitExceededException", $fault: "client" }, opts)) || this;
|
|
18
|
+
_this.name = "BatchSizeLimitExceededException";
|
|
19
|
+
_this.$fault = "client";
|
|
20
|
+
Object.setPrototypeOf(_this, BatchSizeLimitExceededException.prototype);
|
|
21
|
+
_this.Message = opts.Message;
|
|
22
|
+
return _this;
|
|
24
23
|
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
24
|
+
return BatchSizeLimitExceededException;
|
|
25
|
+
}(__BaseException));
|
|
26
|
+
export { BatchSizeLimitExceededException };
|
|
27
|
+
var InternalServerException = (function (_super) {
|
|
28
|
+
__extends(InternalServerException, _super);
|
|
29
|
+
function InternalServerException(opts) {
|
|
30
|
+
var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
|
|
31
|
+
_this.name = "InternalServerException";
|
|
32
|
+
_this.$fault = "server";
|
|
33
|
+
Object.setPrototypeOf(_this, InternalServerException.prototype);
|
|
34
|
+
_this.Message = opts.Message;
|
|
35
|
+
return _this;
|
|
37
36
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
37
|
+
return InternalServerException;
|
|
38
|
+
}(__BaseException));
|
|
39
|
+
export { InternalServerException };
|
|
40
|
+
var InvalidRequestException = (function (_super) {
|
|
41
|
+
__extends(InvalidRequestException, _super);
|
|
42
|
+
function InvalidRequestException(opts) {
|
|
43
|
+
var _this = _super.call(this, __assign({ name: "InvalidRequestException", $fault: "client" }, opts)) || this;
|
|
44
|
+
_this.name = "InvalidRequestException";
|
|
45
|
+
_this.$fault = "client";
|
|
46
|
+
Object.setPrototypeOf(_this, InvalidRequestException.prototype);
|
|
47
|
+
_this.Message = opts.Message;
|
|
48
|
+
return _this;
|
|
50
49
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
50
|
+
return InvalidRequestException;
|
|
51
|
+
}(__BaseException));
|
|
52
|
+
export { InvalidRequestException };
|
|
53
|
+
var TextSizeLimitExceededException = (function (_super) {
|
|
54
|
+
__extends(TextSizeLimitExceededException, _super);
|
|
55
|
+
function TextSizeLimitExceededException(opts) {
|
|
56
|
+
var _this = _super.call(this, __assign({ name: "TextSizeLimitExceededException", $fault: "client" }, opts)) || this;
|
|
57
|
+
_this.name = "TextSizeLimitExceededException";
|
|
58
|
+
_this.$fault = "client";
|
|
59
|
+
Object.setPrototypeOf(_this, TextSizeLimitExceededException.prototype);
|
|
60
|
+
_this.Message = opts.Message;
|
|
61
|
+
return _this;
|
|
63
62
|
}
|
|
64
|
-
|
|
63
|
+
return TextSizeLimitExceededException;
|
|
64
|
+
}(__BaseException));
|
|
65
|
+
export { TextSizeLimitExceededException };
|
|
65
66
|
export var LanguageCode;
|
|
66
67
|
(function (LanguageCode) {
|
|
67
68
|
LanguageCode["AR"] = "ar";
|
|
@@ -89,19 +90,19 @@ export var EntityType;
|
|
|
89
90
|
EntityType["QUANTITY"] = "QUANTITY";
|
|
90
91
|
EntityType["TITLE"] = "TITLE";
|
|
91
92
|
})(EntityType || (EntityType = {}));
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
Object.setPrototypeOf(this, UnsupportedLanguageException.prototype);
|
|
102
|
-
this.Message = opts.Message;
|
|
93
|
+
var UnsupportedLanguageException = (function (_super) {
|
|
94
|
+
__extends(UnsupportedLanguageException, _super);
|
|
95
|
+
function UnsupportedLanguageException(opts) {
|
|
96
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedLanguageException", $fault: "client" }, opts)) || this;
|
|
97
|
+
_this.name = "UnsupportedLanguageException";
|
|
98
|
+
_this.$fault = "client";
|
|
99
|
+
Object.setPrototypeOf(_this, UnsupportedLanguageException.prototype);
|
|
100
|
+
_this.Message = opts.Message;
|
|
101
|
+
return _this;
|
|
103
102
|
}
|
|
104
|
-
|
|
103
|
+
return UnsupportedLanguageException;
|
|
104
|
+
}(__BaseException));
|
|
105
|
+
export { UnsupportedLanguageException };
|
|
105
106
|
export var SentimentType;
|
|
106
107
|
(function (SentimentType) {
|
|
107
108
|
SentimentType["MIXED"] = "MIXED";
|
|
@@ -159,19 +160,19 @@ export var TargetedSentimentEntityType;
|
|
|
159
160
|
TargetedSentimentEntityType["QUANTITY"] = "QUANTITY";
|
|
160
161
|
TargetedSentimentEntityType["SOFTWARE"] = "SOFTWARE";
|
|
161
162
|
})(TargetedSentimentEntityType || (TargetedSentimentEntityType = {}));
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
|
|
172
|
-
this.Message = opts.Message;
|
|
163
|
+
var ResourceUnavailableException = (function (_super) {
|
|
164
|
+
__extends(ResourceUnavailableException, _super);
|
|
165
|
+
function ResourceUnavailableException(opts) {
|
|
166
|
+
var _this = _super.call(this, __assign({ name: "ResourceUnavailableException", $fault: "client" }, opts)) || this;
|
|
167
|
+
_this.name = "ResourceUnavailableException";
|
|
168
|
+
_this.$fault = "client";
|
|
169
|
+
Object.setPrototypeOf(_this, ResourceUnavailableException.prototype);
|
|
170
|
+
_this.Message = opts.Message;
|
|
171
|
+
return _this;
|
|
173
172
|
}
|
|
174
|
-
|
|
173
|
+
return ResourceUnavailableException;
|
|
174
|
+
}(__BaseException));
|
|
175
|
+
export { ResourceUnavailableException };
|
|
175
176
|
export var PiiEntityType;
|
|
176
177
|
(function (PiiEntityType) {
|
|
177
178
|
PiiEntityType["ADDRESS"] = "ADDRESS";
|
|
@@ -222,84 +223,84 @@ export var DocumentClassifierMode;
|
|
|
222
223
|
DocumentClassifierMode["MULTI_CLASS"] = "MULTI_CLASS";
|
|
223
224
|
DocumentClassifierMode["MULTI_LABEL"] = "MULTI_LABEL";
|
|
224
225
|
})(DocumentClassifierMode || (DocumentClassifierMode = {}));
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
Object.setPrototypeOf(this, KmsKeyValidationException.prototype);
|
|
235
|
-
this.Message = opts.Message;
|
|
226
|
+
var KmsKeyValidationException = (function (_super) {
|
|
227
|
+
__extends(KmsKeyValidationException, _super);
|
|
228
|
+
function KmsKeyValidationException(opts) {
|
|
229
|
+
var _this = _super.call(this, __assign({ name: "KmsKeyValidationException", $fault: "client" }, opts)) || this;
|
|
230
|
+
_this.name = "KmsKeyValidationException";
|
|
231
|
+
_this.$fault = "client";
|
|
232
|
+
Object.setPrototypeOf(_this, KmsKeyValidationException.prototype);
|
|
233
|
+
_this.Message = opts.Message;
|
|
234
|
+
return _this;
|
|
236
235
|
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
236
|
+
return KmsKeyValidationException;
|
|
237
|
+
}(__BaseException));
|
|
238
|
+
export { KmsKeyValidationException };
|
|
239
|
+
var ResourceInUseException = (function (_super) {
|
|
240
|
+
__extends(ResourceInUseException, _super);
|
|
241
|
+
function ResourceInUseException(opts) {
|
|
242
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
243
|
+
_this.name = "ResourceInUseException";
|
|
244
|
+
_this.$fault = "client";
|
|
245
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
246
|
+
_this.Message = opts.Message;
|
|
247
|
+
return _this;
|
|
249
248
|
}
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
249
|
+
return ResourceInUseException;
|
|
250
|
+
}(__BaseException));
|
|
251
|
+
export { ResourceInUseException };
|
|
252
|
+
var ResourceLimitExceededException = (function (_super) {
|
|
253
|
+
__extends(ResourceLimitExceededException, _super);
|
|
254
|
+
function ResourceLimitExceededException(opts) {
|
|
255
|
+
var _this = _super.call(this, __assign({ name: "ResourceLimitExceededException", $fault: "client" }, opts)) || this;
|
|
256
|
+
_this.name = "ResourceLimitExceededException";
|
|
257
|
+
_this.$fault = "client";
|
|
258
|
+
Object.setPrototypeOf(_this, ResourceLimitExceededException.prototype);
|
|
259
|
+
_this.Message = opts.Message;
|
|
260
|
+
return _this;
|
|
262
261
|
}
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
262
|
+
return ResourceLimitExceededException;
|
|
263
|
+
}(__BaseException));
|
|
264
|
+
export { ResourceLimitExceededException };
|
|
265
|
+
var TooManyRequestsException = (function (_super) {
|
|
266
|
+
__extends(TooManyRequestsException, _super);
|
|
267
|
+
function TooManyRequestsException(opts) {
|
|
268
|
+
var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
|
|
269
|
+
_this.name = "TooManyRequestsException";
|
|
270
|
+
_this.$fault = "client";
|
|
271
|
+
Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
|
|
272
|
+
_this.Message = opts.Message;
|
|
273
|
+
return _this;
|
|
275
274
|
}
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
275
|
+
return TooManyRequestsException;
|
|
276
|
+
}(__BaseException));
|
|
277
|
+
export { TooManyRequestsException };
|
|
278
|
+
var TooManyTagsException = (function (_super) {
|
|
279
|
+
__extends(TooManyTagsException, _super);
|
|
280
|
+
function TooManyTagsException(opts) {
|
|
281
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
|
|
282
|
+
_this.name = "TooManyTagsException";
|
|
283
|
+
_this.$fault = "client";
|
|
284
|
+
Object.setPrototypeOf(_this, TooManyTagsException.prototype);
|
|
285
|
+
_this.Message = opts.Message;
|
|
286
|
+
return _this;
|
|
288
287
|
}
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
288
|
+
return TooManyTagsException;
|
|
289
|
+
}(__BaseException));
|
|
290
|
+
export { TooManyTagsException };
|
|
291
|
+
var ResourceNotFoundException = (function (_super) {
|
|
292
|
+
__extends(ResourceNotFoundException, _super);
|
|
293
|
+
function ResourceNotFoundException(opts) {
|
|
294
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
295
|
+
_this.name = "ResourceNotFoundException";
|
|
296
|
+
_this.$fault = "client";
|
|
297
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
298
|
+
_this.Message = opts.Message;
|
|
299
|
+
return _this;
|
|
301
300
|
}
|
|
302
|
-
|
|
301
|
+
return ResourceNotFoundException;
|
|
302
|
+
}(__BaseException));
|
|
303
|
+
export { ResourceNotFoundException };
|
|
303
304
|
export var EntityRecognizerDataFormat;
|
|
304
305
|
(function (EntityRecognizerDataFormat) {
|
|
305
306
|
EntityRecognizerDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
@@ -334,19 +335,19 @@ export var JobStatus;
|
|
|
334
335
|
JobStatus["STOP_REQUESTED"] = "STOP_REQUESTED";
|
|
335
336
|
JobStatus["SUBMITTED"] = "SUBMITTED";
|
|
336
337
|
})(JobStatus || (JobStatus = {}));
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
Object.setPrototypeOf(this, JobNotFoundException.prototype);
|
|
347
|
-
this.Message = opts.Message;
|
|
338
|
+
var JobNotFoundException = (function (_super) {
|
|
339
|
+
__extends(JobNotFoundException, _super);
|
|
340
|
+
function JobNotFoundException(opts) {
|
|
341
|
+
var _this = _super.call(this, __assign({ name: "JobNotFoundException", $fault: "client" }, opts)) || this;
|
|
342
|
+
_this.name = "JobNotFoundException";
|
|
343
|
+
_this.$fault = "client";
|
|
344
|
+
Object.setPrototypeOf(_this, JobNotFoundException.prototype);
|
|
345
|
+
_this.Message = opts.Message;
|
|
346
|
+
return _this;
|
|
348
347
|
}
|
|
349
|
-
|
|
348
|
+
return JobNotFoundException;
|
|
349
|
+
}(__BaseException));
|
|
350
|
+
export { JobNotFoundException };
|
|
350
351
|
export var ModelStatus;
|
|
351
352
|
(function (ModelStatus) {
|
|
352
353
|
ModelStatus["DELETING"] = "DELETING";
|
|
@@ -375,708 +376,267 @@ export var PiiEntitiesDetectionMaskMode;
|
|
|
375
376
|
PiiEntitiesDetectionMaskMode["MASK"] = "MASK";
|
|
376
377
|
PiiEntitiesDetectionMaskMode["REPLACE_WITH_PII_ENTITY_TYPE"] = "REPLACE_WITH_PII_ENTITY_TYPE";
|
|
377
378
|
})(PiiEntitiesDetectionMaskMode || (PiiEntitiesDetectionMaskMode = {}));
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
Object.setPrototypeOf(this, InvalidFilterException.prototype);
|
|
388
|
-
this.Message = opts.Message;
|
|
379
|
+
var InvalidFilterException = (function (_super) {
|
|
380
|
+
__extends(InvalidFilterException, _super);
|
|
381
|
+
function InvalidFilterException(opts) {
|
|
382
|
+
var _this = _super.call(this, __assign({ name: "InvalidFilterException", $fault: "client" }, opts)) || this;
|
|
383
|
+
_this.name = "InvalidFilterException";
|
|
384
|
+
_this.$fault = "client";
|
|
385
|
+
Object.setPrototypeOf(_this, InvalidFilterException.prototype);
|
|
386
|
+
_this.Message = opts.Message;
|
|
387
|
+
return _this;
|
|
389
388
|
}
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
389
|
+
return InvalidFilterException;
|
|
390
|
+
}(__BaseException));
|
|
391
|
+
export { InvalidFilterException };
|
|
392
|
+
var ConcurrentModificationException = (function (_super) {
|
|
393
|
+
__extends(ConcurrentModificationException, _super);
|
|
394
|
+
function ConcurrentModificationException(opts) {
|
|
395
|
+
var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
|
|
396
|
+
_this.name = "ConcurrentModificationException";
|
|
397
|
+
_this.$fault = "client";
|
|
398
|
+
Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
|
|
399
|
+
_this.Message = opts.Message;
|
|
400
|
+
return _this;
|
|
402
401
|
}
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
402
|
+
return ConcurrentModificationException;
|
|
403
|
+
}(__BaseException));
|
|
404
|
+
export { ConcurrentModificationException };
|
|
405
|
+
var TooManyTagKeysException = (function (_super) {
|
|
406
|
+
__extends(TooManyTagKeysException, _super);
|
|
407
|
+
function TooManyTagKeysException(opts) {
|
|
408
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagKeysException", $fault: "client" }, opts)) || this;
|
|
409
|
+
_this.name = "TooManyTagKeysException";
|
|
410
|
+
_this.$fault = "client";
|
|
411
|
+
Object.setPrototypeOf(_this, TooManyTagKeysException.prototype);
|
|
412
|
+
_this.Message = opts.Message;
|
|
413
|
+
return _this;
|
|
415
414
|
}
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
});
|
|
420
|
-
export
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
});
|
|
424
|
-
export
|
|
425
|
-
|
|
426
|
-
});
|
|
427
|
-
export
|
|
428
|
-
|
|
429
|
-
});
|
|
430
|
-
export
|
|
431
|
-
|
|
432
|
-
});
|
|
433
|
-
export
|
|
434
|
-
|
|
435
|
-
});
|
|
436
|
-
export
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
});
|
|
440
|
-
export
|
|
441
|
-
|
|
442
|
-
});
|
|
443
|
-
export
|
|
444
|
-
|
|
445
|
-
});
|
|
446
|
-
export
|
|
447
|
-
|
|
448
|
-
});
|
|
449
|
-
export
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
});
|
|
453
|
-
export
|
|
454
|
-
|
|
455
|
-
});
|
|
456
|
-
export
|
|
457
|
-
|
|
458
|
-
});
|
|
459
|
-
export
|
|
460
|
-
|
|
461
|
-
});
|
|
462
|
-
export
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
});
|
|
466
|
-
export
|
|
467
|
-
|
|
468
|
-
});
|
|
469
|
-
export
|
|
470
|
-
|
|
471
|
-
});
|
|
472
|
-
export
|
|
473
|
-
|
|
474
|
-
});
|
|
475
|
-
export
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
});
|
|
479
|
-
export
|
|
480
|
-
|
|
481
|
-
});
|
|
482
|
-
export
|
|
483
|
-
|
|
484
|
-
});
|
|
485
|
-
export
|
|
486
|
-
|
|
487
|
-
});
|
|
488
|
-
export
|
|
489
|
-
|
|
490
|
-
});
|
|
491
|
-
export
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
});
|
|
495
|
-
export
|
|
496
|
-
|
|
497
|
-
});
|
|
498
|
-
export
|
|
499
|
-
|
|
500
|
-
});
|
|
501
|
-
export
|
|
502
|
-
|
|
503
|
-
});
|
|
504
|
-
export
|
|
505
|
-
|
|
506
|
-
})
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
});
|
|
510
|
-
export
|
|
511
|
-
|
|
512
|
-
});
|
|
513
|
-
export
|
|
514
|
-
|
|
515
|
-
});
|
|
516
|
-
export
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
});
|
|
520
|
-
export
|
|
521
|
-
|
|
522
|
-
});
|
|
523
|
-
export
|
|
524
|
-
|
|
525
|
-
});
|
|
526
|
-
export
|
|
527
|
-
|
|
528
|
-
});
|
|
529
|
-
export
|
|
530
|
-
|
|
531
|
-
});
|
|
532
|
-
export
|
|
533
|
-
|
|
534
|
-
});
|
|
535
|
-
export
|
|
536
|
-
|
|
537
|
-
});
|
|
538
|
-
export
|
|
539
|
-
|
|
540
|
-
});
|
|
541
|
-
export
|
|
542
|
-
|
|
543
|
-
});
|
|
544
|
-
export
|
|
545
|
-
|
|
546
|
-
});
|
|
547
|
-
export
|
|
548
|
-
|
|
549
|
-
});
|
|
550
|
-
export
|
|
551
|
-
|
|
552
|
-
});
|
|
553
|
-
export
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
export const CreateEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
557
|
-
...obj,
|
|
558
|
-
});
|
|
559
|
-
export const CreateEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
560
|
-
...obj,
|
|
561
|
-
});
|
|
562
|
-
export const EntityRecognizerAnnotationsFilterSensitiveLog = (obj) => ({
|
|
563
|
-
...obj,
|
|
564
|
-
});
|
|
565
|
-
export const EntityRecognizerDocumentsFilterSensitiveLog = (obj) => ({
|
|
566
|
-
...obj,
|
|
567
|
-
});
|
|
568
|
-
export const EntityRecognizerEntityListFilterSensitiveLog = (obj) => ({
|
|
569
|
-
...obj,
|
|
570
|
-
});
|
|
571
|
-
export const EntityTypesListItemFilterSensitiveLog = (obj) => ({
|
|
572
|
-
...obj,
|
|
573
|
-
});
|
|
574
|
-
export const EntityRecognizerInputDataConfigFilterSensitiveLog = (obj) => ({
|
|
575
|
-
...obj,
|
|
576
|
-
});
|
|
577
|
-
export const CreateEntityRecognizerRequestFilterSensitiveLog = (obj) => ({
|
|
578
|
-
...obj,
|
|
579
|
-
});
|
|
580
|
-
export const CreateEntityRecognizerResponseFilterSensitiveLog = (obj) => ({
|
|
581
|
-
...obj,
|
|
582
|
-
});
|
|
583
|
-
export const DeleteDocumentClassifierRequestFilterSensitiveLog = (obj) => ({
|
|
584
|
-
...obj,
|
|
585
|
-
});
|
|
586
|
-
export const DeleteDocumentClassifierResponseFilterSensitiveLog = (obj) => ({
|
|
587
|
-
...obj,
|
|
588
|
-
});
|
|
589
|
-
export const DeleteEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
590
|
-
...obj,
|
|
591
|
-
});
|
|
592
|
-
export const DeleteEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
593
|
-
...obj,
|
|
594
|
-
});
|
|
595
|
-
export const DeleteEntityRecognizerRequestFilterSensitiveLog = (obj) => ({
|
|
596
|
-
...obj,
|
|
597
|
-
});
|
|
598
|
-
export const DeleteEntityRecognizerResponseFilterSensitiveLog = (obj) => ({
|
|
599
|
-
...obj,
|
|
600
|
-
});
|
|
601
|
-
export const DeleteResourcePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
602
|
-
...obj,
|
|
603
|
-
});
|
|
604
|
-
export const DeleteResourcePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
605
|
-
...obj,
|
|
606
|
-
});
|
|
607
|
-
export const DescribeDocumentClassificationJobRequestFilterSensitiveLog = (obj) => ({
|
|
608
|
-
...obj,
|
|
609
|
-
});
|
|
610
|
-
export const DocumentReaderConfigFilterSensitiveLog = (obj) => ({
|
|
611
|
-
...obj,
|
|
612
|
-
});
|
|
613
|
-
export const InputDataConfigFilterSensitiveLog = (obj) => ({
|
|
614
|
-
...obj,
|
|
615
|
-
});
|
|
616
|
-
export const OutputDataConfigFilterSensitiveLog = (obj) => ({
|
|
617
|
-
...obj,
|
|
618
|
-
});
|
|
619
|
-
export const DocumentClassificationJobPropertiesFilterSensitiveLog = (obj) => ({
|
|
620
|
-
...obj,
|
|
621
|
-
});
|
|
622
|
-
export const DescribeDocumentClassificationJobResponseFilterSensitiveLog = (obj) => ({
|
|
623
|
-
...obj,
|
|
624
|
-
});
|
|
625
|
-
export const DescribeDocumentClassifierRequestFilterSensitiveLog = (obj) => ({
|
|
626
|
-
...obj,
|
|
627
|
-
});
|
|
628
|
-
export const DocumentClassifierPropertiesFilterSensitiveLog = (obj) => ({
|
|
629
|
-
...obj,
|
|
630
|
-
...(obj.ClassifierMetadata && { ClassifierMetadata: SENSITIVE_STRING }),
|
|
631
|
-
});
|
|
632
|
-
export const DescribeDocumentClassifierResponseFilterSensitiveLog = (obj) => ({
|
|
633
|
-
...obj,
|
|
634
|
-
...(obj.DocumentClassifierProperties && {
|
|
635
|
-
DocumentClassifierProperties: DocumentClassifierPropertiesFilterSensitiveLog(obj.DocumentClassifierProperties),
|
|
415
|
+
return TooManyTagKeysException;
|
|
416
|
+
}(__BaseException));
|
|
417
|
+
export { TooManyTagKeysException };
|
|
418
|
+
export var AugmentedManifestsListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var BatchDetectDominantLanguageRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
420
|
+
export var BatchItemErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
export var DominantLanguageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
export var BatchDetectDominantLanguageItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
export var BatchDetectDominantLanguageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
+
export var BatchDetectEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
425
|
+
export var EntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
+
export var BatchDetectEntitiesItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
+
export var BatchDetectEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
+
export var BatchDetectKeyPhrasesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
429
|
+
export var KeyPhraseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
export var BatchDetectKeyPhrasesItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
export var BatchDetectKeyPhrasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var BatchDetectSentimentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
433
|
+
export var SentimentScoreFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
export var BatchDetectSentimentItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
export var BatchDetectSentimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var BatchDetectSyntaxRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
437
|
+
export var PartOfSpeechTagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var SyntaxTokenFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
export var BatchDetectSyntaxItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var BatchDetectSyntaxResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var BatchDetectTargetedSentimentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
442
|
+
export var MentionSentimentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var TargetedSentimentMentionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var TargetedSentimentEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var BatchDetectTargetedSentimentItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var BatchDetectTargetedSentimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var ClassifierEvaluationMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var ClassifierMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var ClassifyDocumentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
450
|
+
export var DocumentClassFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var DocumentLabelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var ClassifyDocumentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var ContainsPiiEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var EntityLabelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var ContainsPiiEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var DocumentClassifierInputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var DocumentClassifierOutputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var VpcConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var CreateDocumentClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
export var CreateDocumentClassifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
export var CreateEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
export var CreateEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
export var EntityRecognizerAnnotationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var EntityRecognizerDocumentsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var EntityRecognizerEntityListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var EntityTypesListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var EntityRecognizerInputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var CreateEntityRecognizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var CreateEntityRecognizerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var DeleteDocumentClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var DeleteDocumentClassifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var DeleteEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var DeleteEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var DeleteEntityRecognizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var DeleteEntityRecognizerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var DeleteResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var DeleteResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var DescribeDocumentClassificationJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var DocumentReaderConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var InputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var OutputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var DocumentClassificationJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var DescribeDocumentClassificationJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var DescribeDocumentClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var DocumentClassifierPropertiesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClassifierMetadata && { ClassifierMetadata: SENSITIVE_STRING }))); };
|
|
487
|
+
export var DescribeDocumentClassifierResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentClassifierProperties && {
|
|
488
|
+
DocumentClassifierProperties: DocumentClassifierPropertiesFilterSensitiveLog(obj.DocumentClassifierProperties),
|
|
489
|
+
}))); };
|
|
490
|
+
export var DescribeDominantLanguageDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var DominantLanguageDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var DescribeDominantLanguageDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var DescribeEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var EndpointPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var DescribeEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var DescribeEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var EntitiesDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var DescribeEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var DescribeEntityRecognizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var EntityTypesEvaluationMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var EntityRecognizerEvaluationMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var EntityRecognizerMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var EntityRecognizerPropertiesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecognizerMetadata && { RecognizerMetadata: SENSITIVE_STRING }))); };
|
|
505
|
+
export var DescribeEntityRecognizerResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EntityRecognizerProperties && {
|
|
506
|
+
EntityRecognizerProperties: EntityRecognizerPropertiesFilterSensitiveLog(obj.EntityRecognizerProperties),
|
|
507
|
+
}))); };
|
|
508
|
+
export var DescribeEventsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var EventsDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var DescribeEventsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var KeyPhrasesDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var PiiOutputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var RedactionConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var PiiEntitiesDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var DescribeResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var DescribeResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var DescribeSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var SentimentDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var DescribeSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var TargetedSentimentDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var DescribeTopicsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var TopicsDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var DescribeTopicsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var DetectDominantLanguageRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
531
|
+
export var DetectDominantLanguageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var DetectEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
533
|
+
export var DetectEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var DetectKeyPhrasesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
535
|
+
export var DetectKeyPhrasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var DetectPiiEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var PiiEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var DetectPiiEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var DetectSentimentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
540
|
+
export var DetectSentimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var DetectSyntaxRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
542
|
+
export var DetectSyntaxResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var DetectTargetedSentimentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
544
|
+
export var DetectTargetedSentimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var ImportModelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var ImportModelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var DocumentClassificationJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var ListDocumentClassificationJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var ListDocumentClassificationJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var DocumentClassifierFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var ListDocumentClassifiersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var ListDocumentClassifiersResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentClassifierPropertiesList && {
|
|
553
|
+
DocumentClassifierPropertiesList: obj.DocumentClassifierPropertiesList.map(function (item) {
|
|
554
|
+
return DocumentClassifierPropertiesFilterSensitiveLog(item);
|
|
636
555
|
}),
|
|
637
|
-
});
|
|
638
|
-
export
|
|
639
|
-
|
|
640
|
-
});
|
|
641
|
-
export
|
|
642
|
-
|
|
643
|
-
});
|
|
644
|
-
export
|
|
645
|
-
|
|
646
|
-
});
|
|
647
|
-
export
|
|
648
|
-
|
|
649
|
-
});
|
|
650
|
-
export
|
|
651
|
-
|
|
652
|
-
})
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
});
|
|
656
|
-
export const DescribeEntitiesDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
657
|
-
...obj,
|
|
658
|
-
});
|
|
659
|
-
export const EntitiesDetectionJobPropertiesFilterSensitiveLog = (obj) => ({
|
|
660
|
-
...obj,
|
|
661
|
-
});
|
|
662
|
-
export const DescribeEntitiesDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
663
|
-
...obj,
|
|
664
|
-
});
|
|
665
|
-
export const DescribeEntityRecognizerRequestFilterSensitiveLog = (obj) => ({
|
|
666
|
-
...obj,
|
|
667
|
-
});
|
|
668
|
-
export const EntityTypesEvaluationMetricsFilterSensitiveLog = (obj) => ({
|
|
669
|
-
...obj,
|
|
670
|
-
});
|
|
671
|
-
export const EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
});
|
|
674
|
-
export const EntityRecognizerEvaluationMetricsFilterSensitiveLog = (obj) => ({
|
|
675
|
-
...obj,
|
|
676
|
-
});
|
|
677
|
-
export const EntityRecognizerMetadataFilterSensitiveLog = (obj) => ({
|
|
678
|
-
...obj,
|
|
679
|
-
});
|
|
680
|
-
export const EntityRecognizerPropertiesFilterSensitiveLog = (obj) => ({
|
|
681
|
-
...obj,
|
|
682
|
-
...(obj.RecognizerMetadata && { RecognizerMetadata: SENSITIVE_STRING }),
|
|
683
|
-
});
|
|
684
|
-
export const DescribeEntityRecognizerResponseFilterSensitiveLog = (obj) => ({
|
|
685
|
-
...obj,
|
|
686
|
-
...(obj.EntityRecognizerProperties && {
|
|
687
|
-
EntityRecognizerProperties: EntityRecognizerPropertiesFilterSensitiveLog(obj.EntityRecognizerProperties),
|
|
556
|
+
}))); };
|
|
557
|
+
export var ListDocumentClassifierSummariesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var DocumentClassifierSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var ListDocumentClassifierSummariesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var DominantLanguageDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var ListDominantLanguageDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var ListDominantLanguageDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var EndpointFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var ListEndpointsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var ListEndpointsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var EntitiesDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var ListEntitiesDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var ListEntitiesDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var EntityRecognizerFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var ListEntityRecognizersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var ListEntityRecognizersResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EntityRecognizerPropertiesList && {
|
|
572
|
+
EntityRecognizerPropertiesList: obj.EntityRecognizerPropertiesList.map(function (item) {
|
|
573
|
+
return EntityRecognizerPropertiesFilterSensitiveLog(item);
|
|
688
574
|
}),
|
|
689
|
-
});
|
|
690
|
-
export
|
|
691
|
-
|
|
692
|
-
});
|
|
693
|
-
export
|
|
694
|
-
|
|
695
|
-
});
|
|
696
|
-
export
|
|
697
|
-
|
|
698
|
-
});
|
|
699
|
-
export
|
|
700
|
-
|
|
701
|
-
});
|
|
702
|
-
export
|
|
703
|
-
|
|
704
|
-
});
|
|
705
|
-
export
|
|
706
|
-
|
|
707
|
-
});
|
|
708
|
-
export
|
|
709
|
-
|
|
710
|
-
});
|
|
711
|
-
export
|
|
712
|
-
|
|
713
|
-
});
|
|
714
|
-
export
|
|
715
|
-
|
|
716
|
-
});
|
|
717
|
-
export
|
|
718
|
-
|
|
719
|
-
});
|
|
720
|
-
export
|
|
721
|
-
|
|
722
|
-
});
|
|
723
|
-
export
|
|
724
|
-
|
|
725
|
-
});
|
|
726
|
-
export
|
|
727
|
-
|
|
728
|
-
});
|
|
729
|
-
export
|
|
730
|
-
|
|
731
|
-
});
|
|
732
|
-
export
|
|
733
|
-
|
|
734
|
-
});
|
|
735
|
-
export
|
|
736
|
-
|
|
737
|
-
});
|
|
738
|
-
export
|
|
739
|
-
|
|
740
|
-
});
|
|
741
|
-
export
|
|
742
|
-
|
|
743
|
-
});
|
|
744
|
-
export
|
|
745
|
-
|
|
746
|
-
});
|
|
747
|
-
export
|
|
748
|
-
|
|
749
|
-
});
|
|
750
|
-
export
|
|
751
|
-
|
|
752
|
-
});
|
|
753
|
-
export
|
|
754
|
-
|
|
755
|
-
});
|
|
756
|
-
export
|
|
757
|
-
...obj,
|
|
758
|
-
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
759
|
-
});
|
|
760
|
-
export const DetectDominantLanguageResponseFilterSensitiveLog = (obj) => ({
|
|
761
|
-
...obj,
|
|
762
|
-
});
|
|
763
|
-
export const DetectEntitiesRequestFilterSensitiveLog = (obj) => ({
|
|
764
|
-
...obj,
|
|
765
|
-
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
766
|
-
});
|
|
767
|
-
export const DetectEntitiesResponseFilterSensitiveLog = (obj) => ({
|
|
768
|
-
...obj,
|
|
769
|
-
});
|
|
770
|
-
export const DetectKeyPhrasesRequestFilterSensitiveLog = (obj) => ({
|
|
771
|
-
...obj,
|
|
772
|
-
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
773
|
-
});
|
|
774
|
-
export const DetectKeyPhrasesResponseFilterSensitiveLog = (obj) => ({
|
|
775
|
-
...obj,
|
|
776
|
-
});
|
|
777
|
-
export const DetectPiiEntitiesRequestFilterSensitiveLog = (obj) => ({
|
|
778
|
-
...obj,
|
|
779
|
-
});
|
|
780
|
-
export const PiiEntityFilterSensitiveLog = (obj) => ({
|
|
781
|
-
...obj,
|
|
782
|
-
});
|
|
783
|
-
export const DetectPiiEntitiesResponseFilterSensitiveLog = (obj) => ({
|
|
784
|
-
...obj,
|
|
785
|
-
});
|
|
786
|
-
export const DetectSentimentRequestFilterSensitiveLog = (obj) => ({
|
|
787
|
-
...obj,
|
|
788
|
-
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
789
|
-
});
|
|
790
|
-
export const DetectSentimentResponseFilterSensitiveLog = (obj) => ({
|
|
791
|
-
...obj,
|
|
792
|
-
});
|
|
793
|
-
export const DetectSyntaxRequestFilterSensitiveLog = (obj) => ({
|
|
794
|
-
...obj,
|
|
795
|
-
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
796
|
-
});
|
|
797
|
-
export const DetectSyntaxResponseFilterSensitiveLog = (obj) => ({
|
|
798
|
-
...obj,
|
|
799
|
-
});
|
|
800
|
-
export const DetectTargetedSentimentRequestFilterSensitiveLog = (obj) => ({
|
|
801
|
-
...obj,
|
|
802
|
-
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
803
|
-
});
|
|
804
|
-
export const DetectTargetedSentimentResponseFilterSensitiveLog = (obj) => ({
|
|
805
|
-
...obj,
|
|
806
|
-
});
|
|
807
|
-
export const ImportModelRequestFilterSensitiveLog = (obj) => ({
|
|
808
|
-
...obj,
|
|
809
|
-
});
|
|
810
|
-
export const ImportModelResponseFilterSensitiveLog = (obj) => ({
|
|
811
|
-
...obj,
|
|
812
|
-
});
|
|
813
|
-
export const DocumentClassificationJobFilterFilterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
});
|
|
816
|
-
export const ListDocumentClassificationJobsRequestFilterSensitiveLog = (obj) => ({
|
|
817
|
-
...obj,
|
|
818
|
-
});
|
|
819
|
-
export const ListDocumentClassificationJobsResponseFilterSensitiveLog = (obj) => ({
|
|
820
|
-
...obj,
|
|
821
|
-
});
|
|
822
|
-
export const DocumentClassifierFilterFilterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
export const ListDocumentClassifiersRequestFilterSensitiveLog = (obj) => ({
|
|
826
|
-
...obj,
|
|
827
|
-
});
|
|
828
|
-
export const ListDocumentClassifiersResponseFilterSensitiveLog = (obj) => ({
|
|
829
|
-
...obj,
|
|
830
|
-
...(obj.DocumentClassifierPropertiesList && {
|
|
831
|
-
DocumentClassifierPropertiesList: obj.DocumentClassifierPropertiesList.map((item) => DocumentClassifierPropertiesFilterSensitiveLog(item)),
|
|
832
|
-
}),
|
|
833
|
-
});
|
|
834
|
-
export const ListDocumentClassifierSummariesRequestFilterSensitiveLog = (obj) => ({
|
|
835
|
-
...obj,
|
|
836
|
-
});
|
|
837
|
-
export const DocumentClassifierSummaryFilterSensitiveLog = (obj) => ({
|
|
838
|
-
...obj,
|
|
839
|
-
});
|
|
840
|
-
export const ListDocumentClassifierSummariesResponseFilterSensitiveLog = (obj) => ({
|
|
841
|
-
...obj,
|
|
842
|
-
});
|
|
843
|
-
export const DominantLanguageDetectionJobFilterFilterSensitiveLog = (obj) => ({
|
|
844
|
-
...obj,
|
|
845
|
-
});
|
|
846
|
-
export const ListDominantLanguageDetectionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
847
|
-
...obj,
|
|
848
|
-
});
|
|
849
|
-
export const ListDominantLanguageDetectionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
850
|
-
...obj,
|
|
851
|
-
});
|
|
852
|
-
export const EndpointFilterFilterSensitiveLog = (obj) => ({
|
|
853
|
-
...obj,
|
|
854
|
-
});
|
|
855
|
-
export const ListEndpointsRequestFilterSensitiveLog = (obj) => ({
|
|
856
|
-
...obj,
|
|
857
|
-
});
|
|
858
|
-
export const ListEndpointsResponseFilterSensitiveLog = (obj) => ({
|
|
859
|
-
...obj,
|
|
860
|
-
});
|
|
861
|
-
export const EntitiesDetectionJobFilterFilterSensitiveLog = (obj) => ({
|
|
862
|
-
...obj,
|
|
863
|
-
});
|
|
864
|
-
export const ListEntitiesDetectionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
865
|
-
...obj,
|
|
866
|
-
});
|
|
867
|
-
export const ListEntitiesDetectionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
868
|
-
...obj,
|
|
869
|
-
});
|
|
870
|
-
export const EntityRecognizerFilterFilterSensitiveLog = (obj) => ({
|
|
871
|
-
...obj,
|
|
872
|
-
});
|
|
873
|
-
export const ListEntityRecognizersRequestFilterSensitiveLog = (obj) => ({
|
|
874
|
-
...obj,
|
|
875
|
-
});
|
|
876
|
-
export const ListEntityRecognizersResponseFilterSensitiveLog = (obj) => ({
|
|
877
|
-
...obj,
|
|
878
|
-
...(obj.EntityRecognizerPropertiesList && {
|
|
879
|
-
EntityRecognizerPropertiesList: obj.EntityRecognizerPropertiesList.map((item) => EntityRecognizerPropertiesFilterSensitiveLog(item)),
|
|
880
|
-
}),
|
|
881
|
-
});
|
|
882
|
-
export const ListEntityRecognizerSummariesRequestFilterSensitiveLog = (obj) => ({
|
|
883
|
-
...obj,
|
|
884
|
-
});
|
|
885
|
-
export const EntityRecognizerSummaryFilterSensitiveLog = (obj) => ({
|
|
886
|
-
...obj,
|
|
887
|
-
});
|
|
888
|
-
export const ListEntityRecognizerSummariesResponseFilterSensitiveLog = (obj) => ({
|
|
889
|
-
...obj,
|
|
890
|
-
});
|
|
891
|
-
export const EventsDetectionJobFilterFilterSensitiveLog = (obj) => ({
|
|
892
|
-
...obj,
|
|
893
|
-
});
|
|
894
|
-
export const ListEventsDetectionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
export const ListEventsDetectionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
898
|
-
...obj,
|
|
899
|
-
});
|
|
900
|
-
export const KeyPhrasesDetectionJobFilterFilterSensitiveLog = (obj) => ({
|
|
901
|
-
...obj,
|
|
902
|
-
});
|
|
903
|
-
export const ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
904
|
-
...obj,
|
|
905
|
-
});
|
|
906
|
-
export const ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
907
|
-
...obj,
|
|
908
|
-
});
|
|
909
|
-
export const PiiEntitiesDetectionJobFilterFilterSensitiveLog = (obj) => ({
|
|
910
|
-
...obj,
|
|
911
|
-
});
|
|
912
|
-
export const ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
913
|
-
...obj,
|
|
914
|
-
});
|
|
915
|
-
export const ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
916
|
-
...obj,
|
|
917
|
-
});
|
|
918
|
-
export const SentimentDetectionJobFilterFilterSensitiveLog = (obj) => ({
|
|
919
|
-
...obj,
|
|
920
|
-
});
|
|
921
|
-
export const ListSentimentDetectionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
922
|
-
...obj,
|
|
923
|
-
});
|
|
924
|
-
export const ListSentimentDetectionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
925
|
-
...obj,
|
|
926
|
-
});
|
|
927
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
928
|
-
...obj,
|
|
929
|
-
});
|
|
930
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
931
|
-
...obj,
|
|
932
|
-
});
|
|
933
|
-
export const TargetedSentimentDetectionJobFilterFilterSensitiveLog = (obj) => ({
|
|
934
|
-
...obj,
|
|
935
|
-
});
|
|
936
|
-
export const ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
937
|
-
...obj,
|
|
938
|
-
});
|
|
939
|
-
export const ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
940
|
-
...obj,
|
|
941
|
-
});
|
|
942
|
-
export const TopicsDetectionJobFilterFilterSensitiveLog = (obj) => ({
|
|
943
|
-
...obj,
|
|
944
|
-
});
|
|
945
|
-
export const ListTopicsDetectionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
946
|
-
...obj,
|
|
947
|
-
});
|
|
948
|
-
export const ListTopicsDetectionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
949
|
-
...obj,
|
|
950
|
-
});
|
|
951
|
-
export const PutResourcePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
952
|
-
...obj,
|
|
953
|
-
});
|
|
954
|
-
export const PutResourcePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
955
|
-
...obj,
|
|
956
|
-
});
|
|
957
|
-
export const StartDocumentClassificationJobRequestFilterSensitiveLog = (obj) => ({
|
|
958
|
-
...obj,
|
|
959
|
-
});
|
|
960
|
-
export const StartDocumentClassificationJobResponseFilterSensitiveLog = (obj) => ({
|
|
961
|
-
...obj,
|
|
962
|
-
});
|
|
963
|
-
export const StartDominantLanguageDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
964
|
-
...obj,
|
|
965
|
-
});
|
|
966
|
-
export const StartDominantLanguageDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
967
|
-
...obj,
|
|
968
|
-
});
|
|
969
|
-
export const StartEntitiesDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
970
|
-
...obj,
|
|
971
|
-
});
|
|
972
|
-
export const StartEntitiesDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
973
|
-
...obj,
|
|
974
|
-
});
|
|
975
|
-
export const StartEventsDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
976
|
-
...obj,
|
|
977
|
-
});
|
|
978
|
-
export const StartEventsDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
979
|
-
...obj,
|
|
980
|
-
});
|
|
981
|
-
export const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
982
|
-
...obj,
|
|
983
|
-
});
|
|
984
|
-
export const StartKeyPhrasesDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
export const StartPiiEntitiesDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
988
|
-
...obj,
|
|
989
|
-
});
|
|
990
|
-
export const StartPiiEntitiesDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
});
|
|
993
|
-
export const StartSentimentDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
994
|
-
...obj,
|
|
995
|
-
});
|
|
996
|
-
export const StartSentimentDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
997
|
-
...obj,
|
|
998
|
-
});
|
|
999
|
-
export const StartTargetedSentimentDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1000
|
-
...obj,
|
|
1001
|
-
});
|
|
1002
|
-
export const StartTargetedSentimentDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1003
|
-
...obj,
|
|
1004
|
-
});
|
|
1005
|
-
export const StartTopicsDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1006
|
-
...obj,
|
|
1007
|
-
});
|
|
1008
|
-
export const StartTopicsDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1009
|
-
...obj,
|
|
1010
|
-
});
|
|
1011
|
-
export const StopDominantLanguageDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1012
|
-
...obj,
|
|
1013
|
-
});
|
|
1014
|
-
export const StopDominantLanguageDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1015
|
-
...obj,
|
|
1016
|
-
});
|
|
1017
|
-
export const StopEntitiesDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1018
|
-
...obj,
|
|
1019
|
-
});
|
|
1020
|
-
export const StopEntitiesDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
});
|
|
1023
|
-
export const StopEventsDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1024
|
-
...obj,
|
|
1025
|
-
});
|
|
1026
|
-
export const StopEventsDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1027
|
-
...obj,
|
|
1028
|
-
});
|
|
1029
|
-
export const StopKeyPhrasesDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1030
|
-
...obj,
|
|
1031
|
-
});
|
|
1032
|
-
export const StopKeyPhrasesDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1033
|
-
...obj,
|
|
1034
|
-
});
|
|
1035
|
-
export const StopPiiEntitiesDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1036
|
-
...obj,
|
|
1037
|
-
});
|
|
1038
|
-
export const StopPiiEntitiesDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1039
|
-
...obj,
|
|
1040
|
-
});
|
|
1041
|
-
export const StopSentimentDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1042
|
-
...obj,
|
|
1043
|
-
});
|
|
1044
|
-
export const StopSentimentDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1045
|
-
...obj,
|
|
1046
|
-
});
|
|
1047
|
-
export const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1048
|
-
...obj,
|
|
1049
|
-
});
|
|
1050
|
-
export const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1051
|
-
...obj,
|
|
1052
|
-
});
|
|
1053
|
-
export const StopTrainingDocumentClassifierRequestFilterSensitiveLog = (obj) => ({
|
|
1054
|
-
...obj,
|
|
1055
|
-
});
|
|
1056
|
-
export const StopTrainingDocumentClassifierResponseFilterSensitiveLog = (obj) => ({
|
|
1057
|
-
...obj,
|
|
1058
|
-
});
|
|
1059
|
-
export const StopTrainingEntityRecognizerRequestFilterSensitiveLog = (obj) => ({
|
|
1060
|
-
...obj,
|
|
1061
|
-
});
|
|
1062
|
-
export const StopTrainingEntityRecognizerResponseFilterSensitiveLog = (obj) => ({
|
|
1063
|
-
...obj,
|
|
1064
|
-
});
|
|
1065
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1066
|
-
...obj,
|
|
1067
|
-
});
|
|
1068
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1069
|
-
...obj,
|
|
1070
|
-
});
|
|
1071
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1072
|
-
...obj,
|
|
1073
|
-
});
|
|
1074
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1075
|
-
...obj,
|
|
1076
|
-
});
|
|
1077
|
-
export const UpdateEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
1078
|
-
...obj,
|
|
1079
|
-
});
|
|
1080
|
-
export const UpdateEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
1081
|
-
...obj,
|
|
1082
|
-
});
|
|
575
|
+
}))); };
|
|
576
|
+
export var ListEntityRecognizerSummariesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var EntityRecognizerSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var ListEntityRecognizerSummariesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var EventsDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var ListEventsDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var ListEventsDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var KeyPhrasesDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var PiiEntitiesDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var SentimentDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var ListSentimentDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var ListSentimentDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var TargetedSentimentDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var TopicsDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var ListTopicsDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var ListTopicsDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var PutResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var PutResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var StartDocumentClassificationJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var StartDocumentClassificationJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var StartDominantLanguageDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var StartDominantLanguageDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var StartEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var StartEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var StartEventsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var StartEventsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var StartKeyPhrasesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var StartKeyPhrasesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var StartPiiEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var StartPiiEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var StartSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var StartSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var StartTargetedSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var StartTargetedSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var StartTopicsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var StartTopicsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var StopDominantLanguageDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var StopDominantLanguageDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var StopEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var StopEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var StopEventsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var StopEventsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var StopKeyPhrasesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var StopKeyPhrasesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var StopPiiEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var StopPiiEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var StopSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var StopSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var StopTargetedSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var StopTargetedSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var StopTrainingDocumentClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var StopTrainingDocumentClassifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var StopTrainingEntityRecognizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var StopTrainingEntityRecognizerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var UpdateEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var UpdateEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|