@aws-sdk/client-comprehend 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +2 -2
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +2 -2
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +2 -2
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +2 -2
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +2 -2
- package/dist-cjs/commands/ClassifyDocumentCommand.js +2 -2
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -2
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -2
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +2 -2
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +2 -2
- package/dist-cjs/commands/DetectEntitiesCommand.js +2 -2
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +2 -2
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -2
- package/dist-cjs/commands/DetectSentimentCommand.js +2 -2
- package/dist-cjs/commands/DetectSyntaxCommand.js +2 -2
- package/dist-cjs/commands/ImportModelCommand.js +2 -2
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -2
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -2
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +2 -2
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -2
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +2 -2
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -2
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
- package/dist-cjs/models/models_0.js +850 -1260
- package/dist-cjs/protocols/Aws_json1_1.js +355 -604
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -3
- package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -3
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -3
- package/dist-es/commands/BatchDetectSentimentCommand.js +3 -3
- package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -3
- package/dist-es/commands/ClassifyDocumentCommand.js +3 -3
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -3
- package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -3
- package/dist-es/commands/CreateEndpointCommand.js +3 -3
- package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -3
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -3
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -3
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointCommand.js +3 -3
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -3
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -3
- package/dist-es/commands/DetectDominantLanguageCommand.js +3 -3
- package/dist-es/commands/DetectEntitiesCommand.js +3 -3
- package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -3
- package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -3
- package/dist-es/commands/DetectSentimentCommand.js +3 -3
- package/dist-es/commands/DetectSyntaxCommand.js +3 -3
- package/dist-es/commands/ImportModelCommand.js +3 -3
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -3
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -3
- package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -3
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListEndpointsCommand.js +3 -3
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -3
- package/dist-es/commands/ListEntityRecognizersCommand.js +3 -3
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -3
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -3
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointCommand.js +3 -3
- package/dist-es/models/models_0.js +217 -832
- package/dist-es/protocols/Aws_json1_1.js +569 -605
- package/dist-types/models/models_0.d.ts +820 -1230
- package/dist-types/ts3.4/models/models_0.d.ts +410 -820
- package/package.json +6 -6
|
@@ -11,30 +11,6 @@ export var Split;
|
|
|
11
11
|
Split["TEST"] = "TEST";
|
|
12
12
|
Split["TRAIN"] = "TRAIN";
|
|
13
13
|
})(Split || (Split = {}));
|
|
14
|
-
export var AugmentedManifestsListItem;
|
|
15
|
-
(function (AugmentedManifestsListItem) {
|
|
16
|
-
AugmentedManifestsListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
-
})(AugmentedManifestsListItem || (AugmentedManifestsListItem = {}));
|
|
18
|
-
export var BatchDetectDominantLanguageRequest;
|
|
19
|
-
(function (BatchDetectDominantLanguageRequest) {
|
|
20
|
-
BatchDetectDominantLanguageRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
21
|
-
})(BatchDetectDominantLanguageRequest || (BatchDetectDominantLanguageRequest = {}));
|
|
22
|
-
export var BatchItemError;
|
|
23
|
-
(function (BatchItemError) {
|
|
24
|
-
BatchItemError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(BatchItemError || (BatchItemError = {}));
|
|
26
|
-
export var DominantLanguage;
|
|
27
|
-
(function (DominantLanguage) {
|
|
28
|
-
DominantLanguage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
-
})(DominantLanguage || (DominantLanguage = {}));
|
|
30
|
-
export var BatchDetectDominantLanguageItemResult;
|
|
31
|
-
(function (BatchDetectDominantLanguageItemResult) {
|
|
32
|
-
BatchDetectDominantLanguageItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(BatchDetectDominantLanguageItemResult || (BatchDetectDominantLanguageItemResult = {}));
|
|
34
|
-
export var BatchDetectDominantLanguageResponse;
|
|
35
|
-
(function (BatchDetectDominantLanguageResponse) {
|
|
36
|
-
BatchDetectDominantLanguageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(BatchDetectDominantLanguageResponse || (BatchDetectDominantLanguageResponse = {}));
|
|
38
14
|
var BatchSizeLimitExceededException = (function (_super) {
|
|
39
15
|
__extends(BatchSizeLimitExceededException, _super);
|
|
40
16
|
function BatchSizeLimitExceededException(opts) {
|
|
@@ -102,10 +78,6 @@ export var LanguageCode;
|
|
|
102
78
|
LanguageCode["ZH"] = "zh";
|
|
103
79
|
LanguageCode["ZH_TW"] = "zh-TW";
|
|
104
80
|
})(LanguageCode || (LanguageCode = {}));
|
|
105
|
-
export var BatchDetectEntitiesRequest;
|
|
106
|
-
(function (BatchDetectEntitiesRequest) {
|
|
107
|
-
BatchDetectEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
108
|
-
})(BatchDetectEntitiesRequest || (BatchDetectEntitiesRequest = {}));
|
|
109
81
|
export var EntityType;
|
|
110
82
|
(function (EntityType) {
|
|
111
83
|
EntityType["COMMERCIAL_ITEM"] = "COMMERCIAL_ITEM";
|
|
@@ -118,18 +90,6 @@ export var EntityType;
|
|
|
118
90
|
EntityType["QUANTITY"] = "QUANTITY";
|
|
119
91
|
EntityType["TITLE"] = "TITLE";
|
|
120
92
|
})(EntityType || (EntityType = {}));
|
|
121
|
-
export var Entity;
|
|
122
|
-
(function (Entity) {
|
|
123
|
-
Entity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(Entity || (Entity = {}));
|
|
125
|
-
export var BatchDetectEntitiesItemResult;
|
|
126
|
-
(function (BatchDetectEntitiesItemResult) {
|
|
127
|
-
BatchDetectEntitiesItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(BatchDetectEntitiesItemResult || (BatchDetectEntitiesItemResult = {}));
|
|
129
|
-
export var BatchDetectEntitiesResponse;
|
|
130
|
-
(function (BatchDetectEntitiesResponse) {
|
|
131
|
-
BatchDetectEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(BatchDetectEntitiesResponse || (BatchDetectEntitiesResponse = {}));
|
|
133
93
|
var UnsupportedLanguageException = (function (_super) {
|
|
134
94
|
__extends(UnsupportedLanguageException, _super);
|
|
135
95
|
function UnsupportedLanguageException(opts) {
|
|
@@ -143,26 +103,6 @@ var UnsupportedLanguageException = (function (_super) {
|
|
|
143
103
|
return UnsupportedLanguageException;
|
|
144
104
|
}(__BaseException));
|
|
145
105
|
export { UnsupportedLanguageException };
|
|
146
|
-
export var BatchDetectKeyPhrasesRequest;
|
|
147
|
-
(function (BatchDetectKeyPhrasesRequest) {
|
|
148
|
-
BatchDetectKeyPhrasesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
149
|
-
})(BatchDetectKeyPhrasesRequest || (BatchDetectKeyPhrasesRequest = {}));
|
|
150
|
-
export var KeyPhrase;
|
|
151
|
-
(function (KeyPhrase) {
|
|
152
|
-
KeyPhrase.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
-
})(KeyPhrase || (KeyPhrase = {}));
|
|
154
|
-
export var BatchDetectKeyPhrasesItemResult;
|
|
155
|
-
(function (BatchDetectKeyPhrasesItemResult) {
|
|
156
|
-
BatchDetectKeyPhrasesItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
-
})(BatchDetectKeyPhrasesItemResult || (BatchDetectKeyPhrasesItemResult = {}));
|
|
158
|
-
export var BatchDetectKeyPhrasesResponse;
|
|
159
|
-
(function (BatchDetectKeyPhrasesResponse) {
|
|
160
|
-
BatchDetectKeyPhrasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
-
})(BatchDetectKeyPhrasesResponse || (BatchDetectKeyPhrasesResponse = {}));
|
|
162
|
-
export var BatchDetectSentimentRequest;
|
|
163
|
-
(function (BatchDetectSentimentRequest) {
|
|
164
|
-
BatchDetectSentimentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
165
|
-
})(BatchDetectSentimentRequest || (BatchDetectSentimentRequest = {}));
|
|
166
106
|
export var SentimentType;
|
|
167
107
|
(function (SentimentType) {
|
|
168
108
|
SentimentType["MIXED"] = "MIXED";
|
|
@@ -170,18 +110,6 @@ export var SentimentType;
|
|
|
170
110
|
SentimentType["NEUTRAL"] = "NEUTRAL";
|
|
171
111
|
SentimentType["POSITIVE"] = "POSITIVE";
|
|
172
112
|
})(SentimentType || (SentimentType = {}));
|
|
173
|
-
export var SentimentScore;
|
|
174
|
-
(function (SentimentScore) {
|
|
175
|
-
SentimentScore.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
-
})(SentimentScore || (SentimentScore = {}));
|
|
177
|
-
export var BatchDetectSentimentItemResult;
|
|
178
|
-
(function (BatchDetectSentimentItemResult) {
|
|
179
|
-
BatchDetectSentimentItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(BatchDetectSentimentItemResult || (BatchDetectSentimentItemResult = {}));
|
|
181
|
-
export var BatchDetectSentimentResponse;
|
|
182
|
-
(function (BatchDetectSentimentResponse) {
|
|
183
|
-
BatchDetectSentimentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(BatchDetectSentimentResponse || (BatchDetectSentimentResponse = {}));
|
|
185
113
|
export var SyntaxLanguageCode;
|
|
186
114
|
(function (SyntaxLanguageCode) {
|
|
187
115
|
SyntaxLanguageCode["DE"] = "de";
|
|
@@ -191,10 +119,6 @@ export var SyntaxLanguageCode;
|
|
|
191
119
|
SyntaxLanguageCode["IT"] = "it";
|
|
192
120
|
SyntaxLanguageCode["PT"] = "pt";
|
|
193
121
|
})(SyntaxLanguageCode || (SyntaxLanguageCode = {}));
|
|
194
|
-
export var BatchDetectSyntaxRequest;
|
|
195
|
-
(function (BatchDetectSyntaxRequest) {
|
|
196
|
-
BatchDetectSyntaxRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
197
|
-
})(BatchDetectSyntaxRequest || (BatchDetectSyntaxRequest = {}));
|
|
198
122
|
export var PartOfSpeechTagType;
|
|
199
123
|
(function (PartOfSpeechTagType) {
|
|
200
124
|
PartOfSpeechTagType["ADJ"] = "ADJ";
|
|
@@ -216,46 +140,6 @@ export var PartOfSpeechTagType;
|
|
|
216
140
|
PartOfSpeechTagType["SYM"] = "SYM";
|
|
217
141
|
PartOfSpeechTagType["VERB"] = "VERB";
|
|
218
142
|
})(PartOfSpeechTagType || (PartOfSpeechTagType = {}));
|
|
219
|
-
export var PartOfSpeechTag;
|
|
220
|
-
(function (PartOfSpeechTag) {
|
|
221
|
-
PartOfSpeechTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
-
})(PartOfSpeechTag || (PartOfSpeechTag = {}));
|
|
223
|
-
export var SyntaxToken;
|
|
224
|
-
(function (SyntaxToken) {
|
|
225
|
-
SyntaxToken.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(SyntaxToken || (SyntaxToken = {}));
|
|
227
|
-
export var BatchDetectSyntaxItemResult;
|
|
228
|
-
(function (BatchDetectSyntaxItemResult) {
|
|
229
|
-
BatchDetectSyntaxItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(BatchDetectSyntaxItemResult || (BatchDetectSyntaxItemResult = {}));
|
|
231
|
-
export var BatchDetectSyntaxResponse;
|
|
232
|
-
(function (BatchDetectSyntaxResponse) {
|
|
233
|
-
BatchDetectSyntaxResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(BatchDetectSyntaxResponse || (BatchDetectSyntaxResponse = {}));
|
|
235
|
-
export var ClassifierEvaluationMetrics;
|
|
236
|
-
(function (ClassifierEvaluationMetrics) {
|
|
237
|
-
ClassifierEvaluationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
-
})(ClassifierEvaluationMetrics || (ClassifierEvaluationMetrics = {}));
|
|
239
|
-
export var ClassifierMetadata;
|
|
240
|
-
(function (ClassifierMetadata) {
|
|
241
|
-
ClassifierMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(ClassifierMetadata || (ClassifierMetadata = {}));
|
|
243
|
-
export var ClassifyDocumentRequest;
|
|
244
|
-
(function (ClassifyDocumentRequest) {
|
|
245
|
-
ClassifyDocumentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
246
|
-
})(ClassifyDocumentRequest || (ClassifyDocumentRequest = {}));
|
|
247
|
-
export var DocumentClass;
|
|
248
|
-
(function (DocumentClass) {
|
|
249
|
-
DocumentClass.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(DocumentClass || (DocumentClass = {}));
|
|
251
|
-
export var DocumentLabel;
|
|
252
|
-
(function (DocumentLabel) {
|
|
253
|
-
DocumentLabel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(DocumentLabel || (DocumentLabel = {}));
|
|
255
|
-
export var ClassifyDocumentResponse;
|
|
256
|
-
(function (ClassifyDocumentResponse) {
|
|
257
|
-
ClassifyDocumentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(ClassifyDocumentResponse || (ClassifyDocumentResponse = {}));
|
|
259
143
|
var ResourceUnavailableException = (function (_super) {
|
|
260
144
|
__extends(ResourceUnavailableException, _super);
|
|
261
145
|
function ResourceUnavailableException(opts) {
|
|
@@ -269,10 +153,6 @@ var ResourceUnavailableException = (function (_super) {
|
|
|
269
153
|
return ResourceUnavailableException;
|
|
270
154
|
}(__BaseException));
|
|
271
155
|
export { ResourceUnavailableException };
|
|
272
|
-
export var ContainsPiiEntitiesRequest;
|
|
273
|
-
(function (ContainsPiiEntitiesRequest) {
|
|
274
|
-
ContainsPiiEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
-
})(ContainsPiiEntitiesRequest || (ContainsPiiEntitiesRequest = {}));
|
|
276
156
|
export var PiiEntityType;
|
|
277
157
|
(function (PiiEntityType) {
|
|
278
158
|
PiiEntityType["ADDRESS"] = "ADDRESS";
|
|
@@ -313,48 +193,16 @@ export var PiiEntityType;
|
|
|
313
193
|
PiiEntityType["US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER"] = "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER";
|
|
314
194
|
PiiEntityType["VEHICLE_IDENTIFICATION_NUMBER"] = "VEHICLE_IDENTIFICATION_NUMBER";
|
|
315
195
|
})(PiiEntityType || (PiiEntityType = {}));
|
|
316
|
-
export var EntityLabel;
|
|
317
|
-
(function (EntityLabel) {
|
|
318
|
-
EntityLabel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
-
})(EntityLabel || (EntityLabel = {}));
|
|
320
|
-
export var ContainsPiiEntitiesResponse;
|
|
321
|
-
(function (ContainsPiiEntitiesResponse) {
|
|
322
|
-
ContainsPiiEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
-
})(ContainsPiiEntitiesResponse || (ContainsPiiEntitiesResponse = {}));
|
|
324
196
|
export var DocumentClassifierDataFormat;
|
|
325
197
|
(function (DocumentClassifierDataFormat) {
|
|
326
198
|
DocumentClassifierDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
327
199
|
DocumentClassifierDataFormat["COMPREHEND_CSV"] = "COMPREHEND_CSV";
|
|
328
200
|
})(DocumentClassifierDataFormat || (DocumentClassifierDataFormat = {}));
|
|
329
|
-
export var DocumentClassifierInputDataConfig;
|
|
330
|
-
(function (DocumentClassifierInputDataConfig) {
|
|
331
|
-
DocumentClassifierInputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(DocumentClassifierInputDataConfig || (DocumentClassifierInputDataConfig = {}));
|
|
333
201
|
export var DocumentClassifierMode;
|
|
334
202
|
(function (DocumentClassifierMode) {
|
|
335
203
|
DocumentClassifierMode["MULTI_CLASS"] = "MULTI_CLASS";
|
|
336
204
|
DocumentClassifierMode["MULTI_LABEL"] = "MULTI_LABEL";
|
|
337
205
|
})(DocumentClassifierMode || (DocumentClassifierMode = {}));
|
|
338
|
-
export var DocumentClassifierOutputDataConfig;
|
|
339
|
-
(function (DocumentClassifierOutputDataConfig) {
|
|
340
|
-
DocumentClassifierOutputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
-
})(DocumentClassifierOutputDataConfig || (DocumentClassifierOutputDataConfig = {}));
|
|
342
|
-
export var Tag;
|
|
343
|
-
(function (Tag) {
|
|
344
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
-
})(Tag || (Tag = {}));
|
|
346
|
-
export var VpcConfig;
|
|
347
|
-
(function (VpcConfig) {
|
|
348
|
-
VpcConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
-
})(VpcConfig || (VpcConfig = {}));
|
|
350
|
-
export var CreateDocumentClassifierRequest;
|
|
351
|
-
(function (CreateDocumentClassifierRequest) {
|
|
352
|
-
CreateDocumentClassifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
-
})(CreateDocumentClassifierRequest || (CreateDocumentClassifierRequest = {}));
|
|
354
|
-
export var CreateDocumentClassifierResponse;
|
|
355
|
-
(function (CreateDocumentClassifierResponse) {
|
|
356
|
-
CreateDocumentClassifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
-
})(CreateDocumentClassifierResponse || (CreateDocumentClassifierResponse = {}));
|
|
358
206
|
var KmsKeyValidationException = (function (_super) {
|
|
359
207
|
__extends(KmsKeyValidationException, _super);
|
|
360
208
|
function KmsKeyValidationException(opts) {
|
|
@@ -420,14 +268,6 @@ var TooManyTagsException = (function (_super) {
|
|
|
420
268
|
return TooManyTagsException;
|
|
421
269
|
}(__BaseException));
|
|
422
270
|
export { TooManyTagsException };
|
|
423
|
-
export var CreateEndpointRequest;
|
|
424
|
-
(function (CreateEndpointRequest) {
|
|
425
|
-
CreateEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(CreateEndpointRequest || (CreateEndpointRequest = {}));
|
|
427
|
-
export var CreateEndpointResponse;
|
|
428
|
-
(function (CreateEndpointResponse) {
|
|
429
|
-
CreateEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
-
})(CreateEndpointResponse || (CreateEndpointResponse = {}));
|
|
431
271
|
var ResourceNotFoundException = (function (_super) {
|
|
432
272
|
__extends(ResourceNotFoundException, _super);
|
|
433
273
|
function ResourceNotFoundException(opts) {
|
|
@@ -441,10 +281,6 @@ var ResourceNotFoundException = (function (_super) {
|
|
|
441
281
|
return ResourceNotFoundException;
|
|
442
282
|
}(__BaseException));
|
|
443
283
|
export { ResourceNotFoundException };
|
|
444
|
-
export var EntityRecognizerAnnotations;
|
|
445
|
-
(function (EntityRecognizerAnnotations) {
|
|
446
|
-
EntityRecognizerAnnotations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
-
})(EntityRecognizerAnnotations || (EntityRecognizerAnnotations = {}));
|
|
448
284
|
export var EntityRecognizerDataFormat;
|
|
449
285
|
(function (EntityRecognizerDataFormat) {
|
|
450
286
|
EntityRecognizerDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
@@ -455,66 +291,6 @@ export var InputFormat;
|
|
|
455
291
|
InputFormat["ONE_DOC_PER_FILE"] = "ONE_DOC_PER_FILE";
|
|
456
292
|
InputFormat["ONE_DOC_PER_LINE"] = "ONE_DOC_PER_LINE";
|
|
457
293
|
})(InputFormat || (InputFormat = {}));
|
|
458
|
-
export var EntityRecognizerDocuments;
|
|
459
|
-
(function (EntityRecognizerDocuments) {
|
|
460
|
-
EntityRecognizerDocuments.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
-
})(EntityRecognizerDocuments || (EntityRecognizerDocuments = {}));
|
|
462
|
-
export var EntityRecognizerEntityList;
|
|
463
|
-
(function (EntityRecognizerEntityList) {
|
|
464
|
-
EntityRecognizerEntityList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
-
})(EntityRecognizerEntityList || (EntityRecognizerEntityList = {}));
|
|
466
|
-
export var EntityTypesListItem;
|
|
467
|
-
(function (EntityTypesListItem) {
|
|
468
|
-
EntityTypesListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
-
})(EntityTypesListItem || (EntityTypesListItem = {}));
|
|
470
|
-
export var EntityRecognizerInputDataConfig;
|
|
471
|
-
(function (EntityRecognizerInputDataConfig) {
|
|
472
|
-
EntityRecognizerInputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
-
})(EntityRecognizerInputDataConfig || (EntityRecognizerInputDataConfig = {}));
|
|
474
|
-
export var CreateEntityRecognizerRequest;
|
|
475
|
-
(function (CreateEntityRecognizerRequest) {
|
|
476
|
-
CreateEntityRecognizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
-
})(CreateEntityRecognizerRequest || (CreateEntityRecognizerRequest = {}));
|
|
478
|
-
export var CreateEntityRecognizerResponse;
|
|
479
|
-
(function (CreateEntityRecognizerResponse) {
|
|
480
|
-
CreateEntityRecognizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
-
})(CreateEntityRecognizerResponse || (CreateEntityRecognizerResponse = {}));
|
|
482
|
-
export var DeleteDocumentClassifierRequest;
|
|
483
|
-
(function (DeleteDocumentClassifierRequest) {
|
|
484
|
-
DeleteDocumentClassifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
-
})(DeleteDocumentClassifierRequest || (DeleteDocumentClassifierRequest = {}));
|
|
486
|
-
export var DeleteDocumentClassifierResponse;
|
|
487
|
-
(function (DeleteDocumentClassifierResponse) {
|
|
488
|
-
DeleteDocumentClassifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
-
})(DeleteDocumentClassifierResponse || (DeleteDocumentClassifierResponse = {}));
|
|
490
|
-
export var DeleteEndpointRequest;
|
|
491
|
-
(function (DeleteEndpointRequest) {
|
|
492
|
-
DeleteEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
-
})(DeleteEndpointRequest || (DeleteEndpointRequest = {}));
|
|
494
|
-
export var DeleteEndpointResponse;
|
|
495
|
-
(function (DeleteEndpointResponse) {
|
|
496
|
-
DeleteEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
-
})(DeleteEndpointResponse || (DeleteEndpointResponse = {}));
|
|
498
|
-
export var DeleteEntityRecognizerRequest;
|
|
499
|
-
(function (DeleteEntityRecognizerRequest) {
|
|
500
|
-
DeleteEntityRecognizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
-
})(DeleteEntityRecognizerRequest || (DeleteEntityRecognizerRequest = {}));
|
|
502
|
-
export var DeleteEntityRecognizerResponse;
|
|
503
|
-
(function (DeleteEntityRecognizerResponse) {
|
|
504
|
-
DeleteEntityRecognizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
-
})(DeleteEntityRecognizerResponse || (DeleteEntityRecognizerResponse = {}));
|
|
506
|
-
export var DeleteResourcePolicyRequest;
|
|
507
|
-
(function (DeleteResourcePolicyRequest) {
|
|
508
|
-
DeleteResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
-
})(DeleteResourcePolicyRequest || (DeleteResourcePolicyRequest = {}));
|
|
510
|
-
export var DeleteResourcePolicyResponse;
|
|
511
|
-
(function (DeleteResourcePolicyResponse) {
|
|
512
|
-
DeleteResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
-
})(DeleteResourcePolicyResponse || (DeleteResourcePolicyResponse = {}));
|
|
514
|
-
export var DescribeDocumentClassificationJobRequest;
|
|
515
|
-
(function (DescribeDocumentClassificationJobRequest) {
|
|
516
|
-
DescribeDocumentClassificationJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
-
})(DescribeDocumentClassificationJobRequest || (DescribeDocumentClassificationJobRequest = {}));
|
|
518
294
|
export var DocumentReadAction;
|
|
519
295
|
(function (DocumentReadAction) {
|
|
520
296
|
DocumentReadAction["TEXTRACT_ANALYZE_DOCUMENT"] = "TEXTRACT_ANALYZE_DOCUMENT";
|
|
@@ -530,14 +306,6 @@ export var DocumentReadFeatureTypes;
|
|
|
530
306
|
DocumentReadFeatureTypes["FORMS"] = "FORMS";
|
|
531
307
|
DocumentReadFeatureTypes["TABLES"] = "TABLES";
|
|
532
308
|
})(DocumentReadFeatureTypes || (DocumentReadFeatureTypes = {}));
|
|
533
|
-
export var DocumentReaderConfig;
|
|
534
|
-
(function (DocumentReaderConfig) {
|
|
535
|
-
DocumentReaderConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
-
})(DocumentReaderConfig || (DocumentReaderConfig = {}));
|
|
537
|
-
export var InputDataConfig;
|
|
538
|
-
(function (InputDataConfig) {
|
|
539
|
-
InputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
-
})(InputDataConfig || (InputDataConfig = {}));
|
|
541
309
|
export var JobStatus;
|
|
542
310
|
(function (JobStatus) {
|
|
543
311
|
JobStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -547,18 +315,6 @@ export var JobStatus;
|
|
|
547
315
|
JobStatus["STOP_REQUESTED"] = "STOP_REQUESTED";
|
|
548
316
|
JobStatus["SUBMITTED"] = "SUBMITTED";
|
|
549
317
|
})(JobStatus || (JobStatus = {}));
|
|
550
|
-
export var OutputDataConfig;
|
|
551
|
-
(function (OutputDataConfig) {
|
|
552
|
-
OutputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
-
})(OutputDataConfig || (OutputDataConfig = {}));
|
|
554
|
-
export var DocumentClassificationJobProperties;
|
|
555
|
-
(function (DocumentClassificationJobProperties) {
|
|
556
|
-
DocumentClassificationJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
-
})(DocumentClassificationJobProperties || (DocumentClassificationJobProperties = {}));
|
|
558
|
-
export var DescribeDocumentClassificationJobResponse;
|
|
559
|
-
(function (DescribeDocumentClassificationJobResponse) {
|
|
560
|
-
DescribeDocumentClassificationJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(DescribeDocumentClassificationJobResponse || (DescribeDocumentClassificationJobResponse = {}));
|
|
562
318
|
var JobNotFoundException = (function (_super) {
|
|
563
319
|
__extends(JobNotFoundException, _super);
|
|
564
320
|
function JobNotFoundException(opts) {
|
|
@@ -572,10 +328,6 @@ var JobNotFoundException = (function (_super) {
|
|
|
572
328
|
return JobNotFoundException;
|
|
573
329
|
}(__BaseException));
|
|
574
330
|
export { JobNotFoundException };
|
|
575
|
-
export var DescribeDocumentClassifierRequest;
|
|
576
|
-
(function (DescribeDocumentClassifierRequest) {
|
|
577
|
-
DescribeDocumentClassifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
-
})(DescribeDocumentClassifierRequest || (DescribeDocumentClassifierRequest = {}));
|
|
579
331
|
export var ModelStatus;
|
|
580
332
|
(function (ModelStatus) {
|
|
581
333
|
ModelStatus["DELETING"] = "DELETING";
|
|
@@ -586,32 +338,6 @@ export var ModelStatus;
|
|
|
586
338
|
ModelStatus["TRAINED"] = "TRAINED";
|
|
587
339
|
ModelStatus["TRAINING"] = "TRAINING";
|
|
588
340
|
})(ModelStatus || (ModelStatus = {}));
|
|
589
|
-
export var DocumentClassifierProperties;
|
|
590
|
-
(function (DocumentClassifierProperties) {
|
|
591
|
-
DocumentClassifierProperties.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClassifierMetadata && { ClassifierMetadata: SENSITIVE_STRING }))); };
|
|
592
|
-
})(DocumentClassifierProperties || (DocumentClassifierProperties = {}));
|
|
593
|
-
export var DescribeDocumentClassifierResponse;
|
|
594
|
-
(function (DescribeDocumentClassifierResponse) {
|
|
595
|
-
DescribeDocumentClassifierResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentClassifierProperties && {
|
|
596
|
-
DocumentClassifierProperties: DocumentClassifierProperties.filterSensitiveLog(obj.DocumentClassifierProperties),
|
|
597
|
-
}))); };
|
|
598
|
-
})(DescribeDocumentClassifierResponse || (DescribeDocumentClassifierResponse = {}));
|
|
599
|
-
export var DescribeDominantLanguageDetectionJobRequest;
|
|
600
|
-
(function (DescribeDominantLanguageDetectionJobRequest) {
|
|
601
|
-
DescribeDominantLanguageDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
-
})(DescribeDominantLanguageDetectionJobRequest || (DescribeDominantLanguageDetectionJobRequest = {}));
|
|
603
|
-
export var DominantLanguageDetectionJobProperties;
|
|
604
|
-
(function (DominantLanguageDetectionJobProperties) {
|
|
605
|
-
DominantLanguageDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(DominantLanguageDetectionJobProperties || (DominantLanguageDetectionJobProperties = {}));
|
|
607
|
-
export var DescribeDominantLanguageDetectionJobResponse;
|
|
608
|
-
(function (DescribeDominantLanguageDetectionJobResponse) {
|
|
609
|
-
DescribeDominantLanguageDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(DescribeDominantLanguageDetectionJobResponse || (DescribeDominantLanguageDetectionJobResponse = {}));
|
|
611
|
-
export var DescribeEndpointRequest;
|
|
612
|
-
(function (DescribeEndpointRequest) {
|
|
613
|
-
DescribeEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(DescribeEndpointRequest || (DescribeEndpointRequest = {}));
|
|
615
341
|
export var EndpointStatus;
|
|
616
342
|
(function (EndpointStatus) {
|
|
617
343
|
EndpointStatus["CREATING"] = "CREATING";
|
|
@@ -620,214 +346,16 @@ export var EndpointStatus;
|
|
|
620
346
|
EndpointStatus["IN_SERVICE"] = "IN_SERVICE";
|
|
621
347
|
EndpointStatus["UPDATING"] = "UPDATING";
|
|
622
348
|
})(EndpointStatus || (EndpointStatus = {}));
|
|
623
|
-
export var EndpointProperties;
|
|
624
|
-
(function (EndpointProperties) {
|
|
625
|
-
EndpointProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
-
})(EndpointProperties || (EndpointProperties = {}));
|
|
627
|
-
export var DescribeEndpointResponse;
|
|
628
|
-
(function (DescribeEndpointResponse) {
|
|
629
|
-
DescribeEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(DescribeEndpointResponse || (DescribeEndpointResponse = {}));
|
|
631
|
-
export var DescribeEntitiesDetectionJobRequest;
|
|
632
|
-
(function (DescribeEntitiesDetectionJobRequest) {
|
|
633
|
-
DescribeEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(DescribeEntitiesDetectionJobRequest || (DescribeEntitiesDetectionJobRequest = {}));
|
|
635
|
-
export var EntitiesDetectionJobProperties;
|
|
636
|
-
(function (EntitiesDetectionJobProperties) {
|
|
637
|
-
EntitiesDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
-
})(EntitiesDetectionJobProperties || (EntitiesDetectionJobProperties = {}));
|
|
639
|
-
export var DescribeEntitiesDetectionJobResponse;
|
|
640
|
-
(function (DescribeEntitiesDetectionJobResponse) {
|
|
641
|
-
DescribeEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
-
})(DescribeEntitiesDetectionJobResponse || (DescribeEntitiesDetectionJobResponse = {}));
|
|
643
|
-
export var DescribeEntityRecognizerRequest;
|
|
644
|
-
(function (DescribeEntityRecognizerRequest) {
|
|
645
|
-
DescribeEntityRecognizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
-
})(DescribeEntityRecognizerRequest || (DescribeEntityRecognizerRequest = {}));
|
|
647
|
-
export var EntityTypesEvaluationMetrics;
|
|
648
|
-
(function (EntityTypesEvaluationMetrics) {
|
|
649
|
-
EntityTypesEvaluationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
-
})(EntityTypesEvaluationMetrics || (EntityTypesEvaluationMetrics = {}));
|
|
651
|
-
export var EntityRecognizerMetadataEntityTypesListItem;
|
|
652
|
-
(function (EntityRecognizerMetadataEntityTypesListItem) {
|
|
653
|
-
EntityRecognizerMetadataEntityTypesListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
-
})(EntityRecognizerMetadataEntityTypesListItem || (EntityRecognizerMetadataEntityTypesListItem = {}));
|
|
655
|
-
export var EntityRecognizerEvaluationMetrics;
|
|
656
|
-
(function (EntityRecognizerEvaluationMetrics) {
|
|
657
|
-
EntityRecognizerEvaluationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
-
})(EntityRecognizerEvaluationMetrics || (EntityRecognizerEvaluationMetrics = {}));
|
|
659
|
-
export var EntityRecognizerMetadata;
|
|
660
|
-
(function (EntityRecognizerMetadata) {
|
|
661
|
-
EntityRecognizerMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
-
})(EntityRecognizerMetadata || (EntityRecognizerMetadata = {}));
|
|
663
|
-
export var EntityRecognizerProperties;
|
|
664
|
-
(function (EntityRecognizerProperties) {
|
|
665
|
-
EntityRecognizerProperties.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecognizerMetadata && { RecognizerMetadata: SENSITIVE_STRING }))); };
|
|
666
|
-
})(EntityRecognizerProperties || (EntityRecognizerProperties = {}));
|
|
667
|
-
export var DescribeEntityRecognizerResponse;
|
|
668
|
-
(function (DescribeEntityRecognizerResponse) {
|
|
669
|
-
DescribeEntityRecognizerResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EntityRecognizerProperties && {
|
|
670
|
-
EntityRecognizerProperties: EntityRecognizerProperties.filterSensitiveLog(obj.EntityRecognizerProperties),
|
|
671
|
-
}))); };
|
|
672
|
-
})(DescribeEntityRecognizerResponse || (DescribeEntityRecognizerResponse = {}));
|
|
673
|
-
export var DescribeEventsDetectionJobRequest;
|
|
674
|
-
(function (DescribeEventsDetectionJobRequest) {
|
|
675
|
-
DescribeEventsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
-
})(DescribeEventsDetectionJobRequest || (DescribeEventsDetectionJobRequest = {}));
|
|
677
|
-
export var EventsDetectionJobProperties;
|
|
678
|
-
(function (EventsDetectionJobProperties) {
|
|
679
|
-
EventsDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
-
})(EventsDetectionJobProperties || (EventsDetectionJobProperties = {}));
|
|
681
|
-
export var DescribeEventsDetectionJobResponse;
|
|
682
|
-
(function (DescribeEventsDetectionJobResponse) {
|
|
683
|
-
DescribeEventsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
-
})(DescribeEventsDetectionJobResponse || (DescribeEventsDetectionJobResponse = {}));
|
|
685
|
-
export var DescribeKeyPhrasesDetectionJobRequest;
|
|
686
|
-
(function (DescribeKeyPhrasesDetectionJobRequest) {
|
|
687
|
-
DescribeKeyPhrasesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
-
})(DescribeKeyPhrasesDetectionJobRequest || (DescribeKeyPhrasesDetectionJobRequest = {}));
|
|
689
|
-
export var KeyPhrasesDetectionJobProperties;
|
|
690
|
-
(function (KeyPhrasesDetectionJobProperties) {
|
|
691
|
-
KeyPhrasesDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
-
})(KeyPhrasesDetectionJobProperties || (KeyPhrasesDetectionJobProperties = {}));
|
|
693
|
-
export var DescribeKeyPhrasesDetectionJobResponse;
|
|
694
|
-
(function (DescribeKeyPhrasesDetectionJobResponse) {
|
|
695
|
-
DescribeKeyPhrasesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
-
})(DescribeKeyPhrasesDetectionJobResponse || (DescribeKeyPhrasesDetectionJobResponse = {}));
|
|
697
|
-
export var DescribePiiEntitiesDetectionJobRequest;
|
|
698
|
-
(function (DescribePiiEntitiesDetectionJobRequest) {
|
|
699
|
-
DescribePiiEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
|
-
})(DescribePiiEntitiesDetectionJobRequest || (DescribePiiEntitiesDetectionJobRequest = {}));
|
|
701
349
|
export var PiiEntitiesDetectionMode;
|
|
702
350
|
(function (PiiEntitiesDetectionMode) {
|
|
703
351
|
PiiEntitiesDetectionMode["ONLY_OFFSETS"] = "ONLY_OFFSETS";
|
|
704
352
|
PiiEntitiesDetectionMode["ONLY_REDACTION"] = "ONLY_REDACTION";
|
|
705
353
|
})(PiiEntitiesDetectionMode || (PiiEntitiesDetectionMode = {}));
|
|
706
|
-
export var PiiOutputDataConfig;
|
|
707
|
-
(function (PiiOutputDataConfig) {
|
|
708
|
-
PiiOutputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
-
})(PiiOutputDataConfig || (PiiOutputDataConfig = {}));
|
|
710
354
|
export var PiiEntitiesDetectionMaskMode;
|
|
711
355
|
(function (PiiEntitiesDetectionMaskMode) {
|
|
712
356
|
PiiEntitiesDetectionMaskMode["MASK"] = "MASK";
|
|
713
357
|
PiiEntitiesDetectionMaskMode["REPLACE_WITH_PII_ENTITY_TYPE"] = "REPLACE_WITH_PII_ENTITY_TYPE";
|
|
714
358
|
})(PiiEntitiesDetectionMaskMode || (PiiEntitiesDetectionMaskMode = {}));
|
|
715
|
-
export var RedactionConfig;
|
|
716
|
-
(function (RedactionConfig) {
|
|
717
|
-
RedactionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
-
})(RedactionConfig || (RedactionConfig = {}));
|
|
719
|
-
export var PiiEntitiesDetectionJobProperties;
|
|
720
|
-
(function (PiiEntitiesDetectionJobProperties) {
|
|
721
|
-
PiiEntitiesDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
-
})(PiiEntitiesDetectionJobProperties || (PiiEntitiesDetectionJobProperties = {}));
|
|
723
|
-
export var DescribePiiEntitiesDetectionJobResponse;
|
|
724
|
-
(function (DescribePiiEntitiesDetectionJobResponse) {
|
|
725
|
-
DescribePiiEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
-
})(DescribePiiEntitiesDetectionJobResponse || (DescribePiiEntitiesDetectionJobResponse = {}));
|
|
727
|
-
export var DescribeResourcePolicyRequest;
|
|
728
|
-
(function (DescribeResourcePolicyRequest) {
|
|
729
|
-
DescribeResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
-
})(DescribeResourcePolicyRequest || (DescribeResourcePolicyRequest = {}));
|
|
731
|
-
export var DescribeResourcePolicyResponse;
|
|
732
|
-
(function (DescribeResourcePolicyResponse) {
|
|
733
|
-
DescribeResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
-
})(DescribeResourcePolicyResponse || (DescribeResourcePolicyResponse = {}));
|
|
735
|
-
export var DescribeSentimentDetectionJobRequest;
|
|
736
|
-
(function (DescribeSentimentDetectionJobRequest) {
|
|
737
|
-
DescribeSentimentDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
-
})(DescribeSentimentDetectionJobRequest || (DescribeSentimentDetectionJobRequest = {}));
|
|
739
|
-
export var SentimentDetectionJobProperties;
|
|
740
|
-
(function (SentimentDetectionJobProperties) {
|
|
741
|
-
SentimentDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
-
})(SentimentDetectionJobProperties || (SentimentDetectionJobProperties = {}));
|
|
743
|
-
export var DescribeSentimentDetectionJobResponse;
|
|
744
|
-
(function (DescribeSentimentDetectionJobResponse) {
|
|
745
|
-
DescribeSentimentDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
-
})(DescribeSentimentDetectionJobResponse || (DescribeSentimentDetectionJobResponse = {}));
|
|
747
|
-
export var DescribeTargetedSentimentDetectionJobRequest;
|
|
748
|
-
(function (DescribeTargetedSentimentDetectionJobRequest) {
|
|
749
|
-
DescribeTargetedSentimentDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
-
})(DescribeTargetedSentimentDetectionJobRequest || (DescribeTargetedSentimentDetectionJobRequest = {}));
|
|
751
|
-
export var TargetedSentimentDetectionJobProperties;
|
|
752
|
-
(function (TargetedSentimentDetectionJobProperties) {
|
|
753
|
-
TargetedSentimentDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
-
})(TargetedSentimentDetectionJobProperties || (TargetedSentimentDetectionJobProperties = {}));
|
|
755
|
-
export var DescribeTargetedSentimentDetectionJobResponse;
|
|
756
|
-
(function (DescribeTargetedSentimentDetectionJobResponse) {
|
|
757
|
-
DescribeTargetedSentimentDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
-
})(DescribeTargetedSentimentDetectionJobResponse || (DescribeTargetedSentimentDetectionJobResponse = {}));
|
|
759
|
-
export var DescribeTopicsDetectionJobRequest;
|
|
760
|
-
(function (DescribeTopicsDetectionJobRequest) {
|
|
761
|
-
DescribeTopicsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
-
})(DescribeTopicsDetectionJobRequest || (DescribeTopicsDetectionJobRequest = {}));
|
|
763
|
-
export var TopicsDetectionJobProperties;
|
|
764
|
-
(function (TopicsDetectionJobProperties) {
|
|
765
|
-
TopicsDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
-
})(TopicsDetectionJobProperties || (TopicsDetectionJobProperties = {}));
|
|
767
|
-
export var DescribeTopicsDetectionJobResponse;
|
|
768
|
-
(function (DescribeTopicsDetectionJobResponse) {
|
|
769
|
-
DescribeTopicsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
-
})(DescribeTopicsDetectionJobResponse || (DescribeTopicsDetectionJobResponse = {}));
|
|
771
|
-
export var DetectDominantLanguageRequest;
|
|
772
|
-
(function (DetectDominantLanguageRequest) {
|
|
773
|
-
DetectDominantLanguageRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
774
|
-
})(DetectDominantLanguageRequest || (DetectDominantLanguageRequest = {}));
|
|
775
|
-
export var DetectDominantLanguageResponse;
|
|
776
|
-
(function (DetectDominantLanguageResponse) {
|
|
777
|
-
DetectDominantLanguageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
-
})(DetectDominantLanguageResponse || (DetectDominantLanguageResponse = {}));
|
|
779
|
-
export var DetectEntitiesRequest;
|
|
780
|
-
(function (DetectEntitiesRequest) {
|
|
781
|
-
DetectEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
782
|
-
})(DetectEntitiesRequest || (DetectEntitiesRequest = {}));
|
|
783
|
-
export var DetectEntitiesResponse;
|
|
784
|
-
(function (DetectEntitiesResponse) {
|
|
785
|
-
DetectEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
-
})(DetectEntitiesResponse || (DetectEntitiesResponse = {}));
|
|
787
|
-
export var DetectKeyPhrasesRequest;
|
|
788
|
-
(function (DetectKeyPhrasesRequest) {
|
|
789
|
-
DetectKeyPhrasesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
790
|
-
})(DetectKeyPhrasesRequest || (DetectKeyPhrasesRequest = {}));
|
|
791
|
-
export var DetectKeyPhrasesResponse;
|
|
792
|
-
(function (DetectKeyPhrasesResponse) {
|
|
793
|
-
DetectKeyPhrasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
-
})(DetectKeyPhrasesResponse || (DetectKeyPhrasesResponse = {}));
|
|
795
|
-
export var DetectPiiEntitiesRequest;
|
|
796
|
-
(function (DetectPiiEntitiesRequest) {
|
|
797
|
-
DetectPiiEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
-
})(DetectPiiEntitiesRequest || (DetectPiiEntitiesRequest = {}));
|
|
799
|
-
export var PiiEntity;
|
|
800
|
-
(function (PiiEntity) {
|
|
801
|
-
PiiEntity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
-
})(PiiEntity || (PiiEntity = {}));
|
|
803
|
-
export var DetectPiiEntitiesResponse;
|
|
804
|
-
(function (DetectPiiEntitiesResponse) {
|
|
805
|
-
DetectPiiEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
-
})(DetectPiiEntitiesResponse || (DetectPiiEntitiesResponse = {}));
|
|
807
|
-
export var DetectSentimentRequest;
|
|
808
|
-
(function (DetectSentimentRequest) {
|
|
809
|
-
DetectSentimentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
810
|
-
})(DetectSentimentRequest || (DetectSentimentRequest = {}));
|
|
811
|
-
export var DetectSentimentResponse;
|
|
812
|
-
(function (DetectSentimentResponse) {
|
|
813
|
-
DetectSentimentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
-
})(DetectSentimentResponse || (DetectSentimentResponse = {}));
|
|
815
|
-
export var DetectSyntaxRequest;
|
|
816
|
-
(function (DetectSyntaxRequest) {
|
|
817
|
-
DetectSyntaxRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
818
|
-
})(DetectSyntaxRequest || (DetectSyntaxRequest = {}));
|
|
819
|
-
export var DetectSyntaxResponse;
|
|
820
|
-
(function (DetectSyntaxResponse) {
|
|
821
|
-
DetectSyntaxResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
-
})(DetectSyntaxResponse || (DetectSyntaxResponse = {}));
|
|
823
|
-
export var ImportModelRequest;
|
|
824
|
-
(function (ImportModelRequest) {
|
|
825
|
-
ImportModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
-
})(ImportModelRequest || (ImportModelRequest = {}));
|
|
827
|
-
export var ImportModelResponse;
|
|
828
|
-
(function (ImportModelResponse) {
|
|
829
|
-
ImportModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
-
})(ImportModelResponse || (ImportModelResponse = {}));
|
|
831
359
|
var InvalidFilterException = (function (_super) {
|
|
832
360
|
__extends(InvalidFilterException, _super);
|
|
833
361
|
function InvalidFilterException(opts) {
|
|
@@ -841,342 +369,6 @@ var InvalidFilterException = (function (_super) {
|
|
|
841
369
|
return InvalidFilterException;
|
|
842
370
|
}(__BaseException));
|
|
843
371
|
export { InvalidFilterException };
|
|
844
|
-
export var DocumentClassificationJobFilter;
|
|
845
|
-
(function (DocumentClassificationJobFilter) {
|
|
846
|
-
DocumentClassificationJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
-
})(DocumentClassificationJobFilter || (DocumentClassificationJobFilter = {}));
|
|
848
|
-
export var ListDocumentClassificationJobsRequest;
|
|
849
|
-
(function (ListDocumentClassificationJobsRequest) {
|
|
850
|
-
ListDocumentClassificationJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
-
})(ListDocumentClassificationJobsRequest || (ListDocumentClassificationJobsRequest = {}));
|
|
852
|
-
export var ListDocumentClassificationJobsResponse;
|
|
853
|
-
(function (ListDocumentClassificationJobsResponse) {
|
|
854
|
-
ListDocumentClassificationJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
-
})(ListDocumentClassificationJobsResponse || (ListDocumentClassificationJobsResponse = {}));
|
|
856
|
-
export var DocumentClassifierFilter;
|
|
857
|
-
(function (DocumentClassifierFilter) {
|
|
858
|
-
DocumentClassifierFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
-
})(DocumentClassifierFilter || (DocumentClassifierFilter = {}));
|
|
860
|
-
export var ListDocumentClassifiersRequest;
|
|
861
|
-
(function (ListDocumentClassifiersRequest) {
|
|
862
|
-
ListDocumentClassifiersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
-
})(ListDocumentClassifiersRequest || (ListDocumentClassifiersRequest = {}));
|
|
864
|
-
export var ListDocumentClassifiersResponse;
|
|
865
|
-
(function (ListDocumentClassifiersResponse) {
|
|
866
|
-
ListDocumentClassifiersResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentClassifierPropertiesList && {
|
|
867
|
-
DocumentClassifierPropertiesList: obj.DocumentClassifierPropertiesList.map(function (item) {
|
|
868
|
-
return DocumentClassifierProperties.filterSensitiveLog(item);
|
|
869
|
-
}),
|
|
870
|
-
}))); };
|
|
871
|
-
})(ListDocumentClassifiersResponse || (ListDocumentClassifiersResponse = {}));
|
|
872
|
-
export var ListDocumentClassifierSummariesRequest;
|
|
873
|
-
(function (ListDocumentClassifierSummariesRequest) {
|
|
874
|
-
ListDocumentClassifierSummariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
-
})(ListDocumentClassifierSummariesRequest || (ListDocumentClassifierSummariesRequest = {}));
|
|
876
|
-
export var DocumentClassifierSummary;
|
|
877
|
-
(function (DocumentClassifierSummary) {
|
|
878
|
-
DocumentClassifierSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
-
})(DocumentClassifierSummary || (DocumentClassifierSummary = {}));
|
|
880
|
-
export var ListDocumentClassifierSummariesResponse;
|
|
881
|
-
(function (ListDocumentClassifierSummariesResponse) {
|
|
882
|
-
ListDocumentClassifierSummariesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
-
})(ListDocumentClassifierSummariesResponse || (ListDocumentClassifierSummariesResponse = {}));
|
|
884
|
-
export var DominantLanguageDetectionJobFilter;
|
|
885
|
-
(function (DominantLanguageDetectionJobFilter) {
|
|
886
|
-
DominantLanguageDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
-
})(DominantLanguageDetectionJobFilter || (DominantLanguageDetectionJobFilter = {}));
|
|
888
|
-
export var ListDominantLanguageDetectionJobsRequest;
|
|
889
|
-
(function (ListDominantLanguageDetectionJobsRequest) {
|
|
890
|
-
ListDominantLanguageDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
-
})(ListDominantLanguageDetectionJobsRequest || (ListDominantLanguageDetectionJobsRequest = {}));
|
|
892
|
-
export var ListDominantLanguageDetectionJobsResponse;
|
|
893
|
-
(function (ListDominantLanguageDetectionJobsResponse) {
|
|
894
|
-
ListDominantLanguageDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
-
})(ListDominantLanguageDetectionJobsResponse || (ListDominantLanguageDetectionJobsResponse = {}));
|
|
896
|
-
export var EndpointFilter;
|
|
897
|
-
(function (EndpointFilter) {
|
|
898
|
-
EndpointFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
-
})(EndpointFilter || (EndpointFilter = {}));
|
|
900
|
-
export var ListEndpointsRequest;
|
|
901
|
-
(function (ListEndpointsRequest) {
|
|
902
|
-
ListEndpointsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
|
-
})(ListEndpointsRequest || (ListEndpointsRequest = {}));
|
|
904
|
-
export var ListEndpointsResponse;
|
|
905
|
-
(function (ListEndpointsResponse) {
|
|
906
|
-
ListEndpointsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
907
|
-
})(ListEndpointsResponse || (ListEndpointsResponse = {}));
|
|
908
|
-
export var EntitiesDetectionJobFilter;
|
|
909
|
-
(function (EntitiesDetectionJobFilter) {
|
|
910
|
-
EntitiesDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
|
-
})(EntitiesDetectionJobFilter || (EntitiesDetectionJobFilter = {}));
|
|
912
|
-
export var ListEntitiesDetectionJobsRequest;
|
|
913
|
-
(function (ListEntitiesDetectionJobsRequest) {
|
|
914
|
-
ListEntitiesDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
|
-
})(ListEntitiesDetectionJobsRequest || (ListEntitiesDetectionJobsRequest = {}));
|
|
916
|
-
export var ListEntitiesDetectionJobsResponse;
|
|
917
|
-
(function (ListEntitiesDetectionJobsResponse) {
|
|
918
|
-
ListEntitiesDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
-
})(ListEntitiesDetectionJobsResponse || (ListEntitiesDetectionJobsResponse = {}));
|
|
920
|
-
export var EntityRecognizerFilter;
|
|
921
|
-
(function (EntityRecognizerFilter) {
|
|
922
|
-
EntityRecognizerFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
-
})(EntityRecognizerFilter || (EntityRecognizerFilter = {}));
|
|
924
|
-
export var ListEntityRecognizersRequest;
|
|
925
|
-
(function (ListEntityRecognizersRequest) {
|
|
926
|
-
ListEntityRecognizersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
-
})(ListEntityRecognizersRequest || (ListEntityRecognizersRequest = {}));
|
|
928
|
-
export var ListEntityRecognizersResponse;
|
|
929
|
-
(function (ListEntityRecognizersResponse) {
|
|
930
|
-
ListEntityRecognizersResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EntityRecognizerPropertiesList && {
|
|
931
|
-
EntityRecognizerPropertiesList: obj.EntityRecognizerPropertiesList.map(function (item) {
|
|
932
|
-
return EntityRecognizerProperties.filterSensitiveLog(item);
|
|
933
|
-
}),
|
|
934
|
-
}))); };
|
|
935
|
-
})(ListEntityRecognizersResponse || (ListEntityRecognizersResponse = {}));
|
|
936
|
-
export var ListEntityRecognizerSummariesRequest;
|
|
937
|
-
(function (ListEntityRecognizerSummariesRequest) {
|
|
938
|
-
ListEntityRecognizerSummariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
-
})(ListEntityRecognizerSummariesRequest || (ListEntityRecognizerSummariesRequest = {}));
|
|
940
|
-
export var EntityRecognizerSummary;
|
|
941
|
-
(function (EntityRecognizerSummary) {
|
|
942
|
-
EntityRecognizerSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
|
-
})(EntityRecognizerSummary || (EntityRecognizerSummary = {}));
|
|
944
|
-
export var ListEntityRecognizerSummariesResponse;
|
|
945
|
-
(function (ListEntityRecognizerSummariesResponse) {
|
|
946
|
-
ListEntityRecognizerSummariesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
947
|
-
})(ListEntityRecognizerSummariesResponse || (ListEntityRecognizerSummariesResponse = {}));
|
|
948
|
-
export var EventsDetectionJobFilter;
|
|
949
|
-
(function (EventsDetectionJobFilter) {
|
|
950
|
-
EventsDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
951
|
-
})(EventsDetectionJobFilter || (EventsDetectionJobFilter = {}));
|
|
952
|
-
export var ListEventsDetectionJobsRequest;
|
|
953
|
-
(function (ListEventsDetectionJobsRequest) {
|
|
954
|
-
ListEventsDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
|
-
})(ListEventsDetectionJobsRequest || (ListEventsDetectionJobsRequest = {}));
|
|
956
|
-
export var ListEventsDetectionJobsResponse;
|
|
957
|
-
(function (ListEventsDetectionJobsResponse) {
|
|
958
|
-
ListEventsDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
959
|
-
})(ListEventsDetectionJobsResponse || (ListEventsDetectionJobsResponse = {}));
|
|
960
|
-
export var KeyPhrasesDetectionJobFilter;
|
|
961
|
-
(function (KeyPhrasesDetectionJobFilter) {
|
|
962
|
-
KeyPhrasesDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
963
|
-
})(KeyPhrasesDetectionJobFilter || (KeyPhrasesDetectionJobFilter = {}));
|
|
964
|
-
export var ListKeyPhrasesDetectionJobsRequest;
|
|
965
|
-
(function (ListKeyPhrasesDetectionJobsRequest) {
|
|
966
|
-
ListKeyPhrasesDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
-
})(ListKeyPhrasesDetectionJobsRequest || (ListKeyPhrasesDetectionJobsRequest = {}));
|
|
968
|
-
export var ListKeyPhrasesDetectionJobsResponse;
|
|
969
|
-
(function (ListKeyPhrasesDetectionJobsResponse) {
|
|
970
|
-
ListKeyPhrasesDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
971
|
-
})(ListKeyPhrasesDetectionJobsResponse || (ListKeyPhrasesDetectionJobsResponse = {}));
|
|
972
|
-
export var PiiEntitiesDetectionJobFilter;
|
|
973
|
-
(function (PiiEntitiesDetectionJobFilter) {
|
|
974
|
-
PiiEntitiesDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
975
|
-
})(PiiEntitiesDetectionJobFilter || (PiiEntitiesDetectionJobFilter = {}));
|
|
976
|
-
export var ListPiiEntitiesDetectionJobsRequest;
|
|
977
|
-
(function (ListPiiEntitiesDetectionJobsRequest) {
|
|
978
|
-
ListPiiEntitiesDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
979
|
-
})(ListPiiEntitiesDetectionJobsRequest || (ListPiiEntitiesDetectionJobsRequest = {}));
|
|
980
|
-
export var ListPiiEntitiesDetectionJobsResponse;
|
|
981
|
-
(function (ListPiiEntitiesDetectionJobsResponse) {
|
|
982
|
-
ListPiiEntitiesDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
-
})(ListPiiEntitiesDetectionJobsResponse || (ListPiiEntitiesDetectionJobsResponse = {}));
|
|
984
|
-
export var SentimentDetectionJobFilter;
|
|
985
|
-
(function (SentimentDetectionJobFilter) {
|
|
986
|
-
SentimentDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
987
|
-
})(SentimentDetectionJobFilter || (SentimentDetectionJobFilter = {}));
|
|
988
|
-
export var ListSentimentDetectionJobsRequest;
|
|
989
|
-
(function (ListSentimentDetectionJobsRequest) {
|
|
990
|
-
ListSentimentDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
991
|
-
})(ListSentimentDetectionJobsRequest || (ListSentimentDetectionJobsRequest = {}));
|
|
992
|
-
export var ListSentimentDetectionJobsResponse;
|
|
993
|
-
(function (ListSentimentDetectionJobsResponse) {
|
|
994
|
-
ListSentimentDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
995
|
-
})(ListSentimentDetectionJobsResponse || (ListSentimentDetectionJobsResponse = {}));
|
|
996
|
-
export var ListTagsForResourceRequest;
|
|
997
|
-
(function (ListTagsForResourceRequest) {
|
|
998
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
999
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1000
|
-
export var ListTagsForResourceResponse;
|
|
1001
|
-
(function (ListTagsForResourceResponse) {
|
|
1002
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1003
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1004
|
-
export var TargetedSentimentDetectionJobFilter;
|
|
1005
|
-
(function (TargetedSentimentDetectionJobFilter) {
|
|
1006
|
-
TargetedSentimentDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1007
|
-
})(TargetedSentimentDetectionJobFilter || (TargetedSentimentDetectionJobFilter = {}));
|
|
1008
|
-
export var ListTargetedSentimentDetectionJobsRequest;
|
|
1009
|
-
(function (ListTargetedSentimentDetectionJobsRequest) {
|
|
1010
|
-
ListTargetedSentimentDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1011
|
-
})(ListTargetedSentimentDetectionJobsRequest || (ListTargetedSentimentDetectionJobsRequest = {}));
|
|
1012
|
-
export var ListTargetedSentimentDetectionJobsResponse;
|
|
1013
|
-
(function (ListTargetedSentimentDetectionJobsResponse) {
|
|
1014
|
-
ListTargetedSentimentDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1015
|
-
})(ListTargetedSentimentDetectionJobsResponse || (ListTargetedSentimentDetectionJobsResponse = {}));
|
|
1016
|
-
export var TopicsDetectionJobFilter;
|
|
1017
|
-
(function (TopicsDetectionJobFilter) {
|
|
1018
|
-
TopicsDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1019
|
-
})(TopicsDetectionJobFilter || (TopicsDetectionJobFilter = {}));
|
|
1020
|
-
export var ListTopicsDetectionJobsRequest;
|
|
1021
|
-
(function (ListTopicsDetectionJobsRequest) {
|
|
1022
|
-
ListTopicsDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1023
|
-
})(ListTopicsDetectionJobsRequest || (ListTopicsDetectionJobsRequest = {}));
|
|
1024
|
-
export var ListTopicsDetectionJobsResponse;
|
|
1025
|
-
(function (ListTopicsDetectionJobsResponse) {
|
|
1026
|
-
ListTopicsDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1027
|
-
})(ListTopicsDetectionJobsResponse || (ListTopicsDetectionJobsResponse = {}));
|
|
1028
|
-
export var PutResourcePolicyRequest;
|
|
1029
|
-
(function (PutResourcePolicyRequest) {
|
|
1030
|
-
PutResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1031
|
-
})(PutResourcePolicyRequest || (PutResourcePolicyRequest = {}));
|
|
1032
|
-
export var PutResourcePolicyResponse;
|
|
1033
|
-
(function (PutResourcePolicyResponse) {
|
|
1034
|
-
PutResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1035
|
-
})(PutResourcePolicyResponse || (PutResourcePolicyResponse = {}));
|
|
1036
|
-
export var StartDocumentClassificationJobRequest;
|
|
1037
|
-
(function (StartDocumentClassificationJobRequest) {
|
|
1038
|
-
StartDocumentClassificationJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1039
|
-
})(StartDocumentClassificationJobRequest || (StartDocumentClassificationJobRequest = {}));
|
|
1040
|
-
export var StartDocumentClassificationJobResponse;
|
|
1041
|
-
(function (StartDocumentClassificationJobResponse) {
|
|
1042
|
-
StartDocumentClassificationJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1043
|
-
})(StartDocumentClassificationJobResponse || (StartDocumentClassificationJobResponse = {}));
|
|
1044
|
-
export var StartDominantLanguageDetectionJobRequest;
|
|
1045
|
-
(function (StartDominantLanguageDetectionJobRequest) {
|
|
1046
|
-
StartDominantLanguageDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1047
|
-
})(StartDominantLanguageDetectionJobRequest || (StartDominantLanguageDetectionJobRequest = {}));
|
|
1048
|
-
export var StartDominantLanguageDetectionJobResponse;
|
|
1049
|
-
(function (StartDominantLanguageDetectionJobResponse) {
|
|
1050
|
-
StartDominantLanguageDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1051
|
-
})(StartDominantLanguageDetectionJobResponse || (StartDominantLanguageDetectionJobResponse = {}));
|
|
1052
|
-
export var StartEntitiesDetectionJobRequest;
|
|
1053
|
-
(function (StartEntitiesDetectionJobRequest) {
|
|
1054
|
-
StartEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1055
|
-
})(StartEntitiesDetectionJobRequest || (StartEntitiesDetectionJobRequest = {}));
|
|
1056
|
-
export var StartEntitiesDetectionJobResponse;
|
|
1057
|
-
(function (StartEntitiesDetectionJobResponse) {
|
|
1058
|
-
StartEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1059
|
-
})(StartEntitiesDetectionJobResponse || (StartEntitiesDetectionJobResponse = {}));
|
|
1060
|
-
export var StartEventsDetectionJobRequest;
|
|
1061
|
-
(function (StartEventsDetectionJobRequest) {
|
|
1062
|
-
StartEventsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1063
|
-
})(StartEventsDetectionJobRequest || (StartEventsDetectionJobRequest = {}));
|
|
1064
|
-
export var StartEventsDetectionJobResponse;
|
|
1065
|
-
(function (StartEventsDetectionJobResponse) {
|
|
1066
|
-
StartEventsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1067
|
-
})(StartEventsDetectionJobResponse || (StartEventsDetectionJobResponse = {}));
|
|
1068
|
-
export var StartKeyPhrasesDetectionJobRequest;
|
|
1069
|
-
(function (StartKeyPhrasesDetectionJobRequest) {
|
|
1070
|
-
StartKeyPhrasesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1071
|
-
})(StartKeyPhrasesDetectionJobRequest || (StartKeyPhrasesDetectionJobRequest = {}));
|
|
1072
|
-
export var StartKeyPhrasesDetectionJobResponse;
|
|
1073
|
-
(function (StartKeyPhrasesDetectionJobResponse) {
|
|
1074
|
-
StartKeyPhrasesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1075
|
-
})(StartKeyPhrasesDetectionJobResponse || (StartKeyPhrasesDetectionJobResponse = {}));
|
|
1076
|
-
export var StartPiiEntitiesDetectionJobRequest;
|
|
1077
|
-
(function (StartPiiEntitiesDetectionJobRequest) {
|
|
1078
|
-
StartPiiEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1079
|
-
})(StartPiiEntitiesDetectionJobRequest || (StartPiiEntitiesDetectionJobRequest = {}));
|
|
1080
|
-
export var StartPiiEntitiesDetectionJobResponse;
|
|
1081
|
-
(function (StartPiiEntitiesDetectionJobResponse) {
|
|
1082
|
-
StartPiiEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1083
|
-
})(StartPiiEntitiesDetectionJobResponse || (StartPiiEntitiesDetectionJobResponse = {}));
|
|
1084
|
-
export var StartSentimentDetectionJobRequest;
|
|
1085
|
-
(function (StartSentimentDetectionJobRequest) {
|
|
1086
|
-
StartSentimentDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1087
|
-
})(StartSentimentDetectionJobRequest || (StartSentimentDetectionJobRequest = {}));
|
|
1088
|
-
export var StartSentimentDetectionJobResponse;
|
|
1089
|
-
(function (StartSentimentDetectionJobResponse) {
|
|
1090
|
-
StartSentimentDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1091
|
-
})(StartSentimentDetectionJobResponse || (StartSentimentDetectionJobResponse = {}));
|
|
1092
|
-
export var StartTargetedSentimentDetectionJobRequest;
|
|
1093
|
-
(function (StartTargetedSentimentDetectionJobRequest) {
|
|
1094
|
-
StartTargetedSentimentDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1095
|
-
})(StartTargetedSentimentDetectionJobRequest || (StartTargetedSentimentDetectionJobRequest = {}));
|
|
1096
|
-
export var StartTargetedSentimentDetectionJobResponse;
|
|
1097
|
-
(function (StartTargetedSentimentDetectionJobResponse) {
|
|
1098
|
-
StartTargetedSentimentDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1099
|
-
})(StartTargetedSentimentDetectionJobResponse || (StartTargetedSentimentDetectionJobResponse = {}));
|
|
1100
|
-
export var StartTopicsDetectionJobRequest;
|
|
1101
|
-
(function (StartTopicsDetectionJobRequest) {
|
|
1102
|
-
StartTopicsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1103
|
-
})(StartTopicsDetectionJobRequest || (StartTopicsDetectionJobRequest = {}));
|
|
1104
|
-
export var StartTopicsDetectionJobResponse;
|
|
1105
|
-
(function (StartTopicsDetectionJobResponse) {
|
|
1106
|
-
StartTopicsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1107
|
-
})(StartTopicsDetectionJobResponse || (StartTopicsDetectionJobResponse = {}));
|
|
1108
|
-
export var StopDominantLanguageDetectionJobRequest;
|
|
1109
|
-
(function (StopDominantLanguageDetectionJobRequest) {
|
|
1110
|
-
StopDominantLanguageDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1111
|
-
})(StopDominantLanguageDetectionJobRequest || (StopDominantLanguageDetectionJobRequest = {}));
|
|
1112
|
-
export var StopDominantLanguageDetectionJobResponse;
|
|
1113
|
-
(function (StopDominantLanguageDetectionJobResponse) {
|
|
1114
|
-
StopDominantLanguageDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1115
|
-
})(StopDominantLanguageDetectionJobResponse || (StopDominantLanguageDetectionJobResponse = {}));
|
|
1116
|
-
export var StopEntitiesDetectionJobRequest;
|
|
1117
|
-
(function (StopEntitiesDetectionJobRequest) {
|
|
1118
|
-
StopEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1119
|
-
})(StopEntitiesDetectionJobRequest || (StopEntitiesDetectionJobRequest = {}));
|
|
1120
|
-
export var StopEntitiesDetectionJobResponse;
|
|
1121
|
-
(function (StopEntitiesDetectionJobResponse) {
|
|
1122
|
-
StopEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1123
|
-
})(StopEntitiesDetectionJobResponse || (StopEntitiesDetectionJobResponse = {}));
|
|
1124
|
-
export var StopEventsDetectionJobRequest;
|
|
1125
|
-
(function (StopEventsDetectionJobRequest) {
|
|
1126
|
-
StopEventsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1127
|
-
})(StopEventsDetectionJobRequest || (StopEventsDetectionJobRequest = {}));
|
|
1128
|
-
export var StopEventsDetectionJobResponse;
|
|
1129
|
-
(function (StopEventsDetectionJobResponse) {
|
|
1130
|
-
StopEventsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1131
|
-
})(StopEventsDetectionJobResponse || (StopEventsDetectionJobResponse = {}));
|
|
1132
|
-
export var StopKeyPhrasesDetectionJobRequest;
|
|
1133
|
-
(function (StopKeyPhrasesDetectionJobRequest) {
|
|
1134
|
-
StopKeyPhrasesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1135
|
-
})(StopKeyPhrasesDetectionJobRequest || (StopKeyPhrasesDetectionJobRequest = {}));
|
|
1136
|
-
export var StopKeyPhrasesDetectionJobResponse;
|
|
1137
|
-
(function (StopKeyPhrasesDetectionJobResponse) {
|
|
1138
|
-
StopKeyPhrasesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1139
|
-
})(StopKeyPhrasesDetectionJobResponse || (StopKeyPhrasesDetectionJobResponse = {}));
|
|
1140
|
-
export var StopPiiEntitiesDetectionJobRequest;
|
|
1141
|
-
(function (StopPiiEntitiesDetectionJobRequest) {
|
|
1142
|
-
StopPiiEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1143
|
-
})(StopPiiEntitiesDetectionJobRequest || (StopPiiEntitiesDetectionJobRequest = {}));
|
|
1144
|
-
export var StopPiiEntitiesDetectionJobResponse;
|
|
1145
|
-
(function (StopPiiEntitiesDetectionJobResponse) {
|
|
1146
|
-
StopPiiEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1147
|
-
})(StopPiiEntitiesDetectionJobResponse || (StopPiiEntitiesDetectionJobResponse = {}));
|
|
1148
|
-
export var StopSentimentDetectionJobRequest;
|
|
1149
|
-
(function (StopSentimentDetectionJobRequest) {
|
|
1150
|
-
StopSentimentDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1151
|
-
})(StopSentimentDetectionJobRequest || (StopSentimentDetectionJobRequest = {}));
|
|
1152
|
-
export var StopSentimentDetectionJobResponse;
|
|
1153
|
-
(function (StopSentimentDetectionJobResponse) {
|
|
1154
|
-
StopSentimentDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1155
|
-
})(StopSentimentDetectionJobResponse || (StopSentimentDetectionJobResponse = {}));
|
|
1156
|
-
export var StopTargetedSentimentDetectionJobRequest;
|
|
1157
|
-
(function (StopTargetedSentimentDetectionJobRequest) {
|
|
1158
|
-
StopTargetedSentimentDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1159
|
-
})(StopTargetedSentimentDetectionJobRequest || (StopTargetedSentimentDetectionJobRequest = {}));
|
|
1160
|
-
export var StopTargetedSentimentDetectionJobResponse;
|
|
1161
|
-
(function (StopTargetedSentimentDetectionJobResponse) {
|
|
1162
|
-
StopTargetedSentimentDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1163
|
-
})(StopTargetedSentimentDetectionJobResponse || (StopTargetedSentimentDetectionJobResponse = {}));
|
|
1164
|
-
export var StopTrainingDocumentClassifierRequest;
|
|
1165
|
-
(function (StopTrainingDocumentClassifierRequest) {
|
|
1166
|
-
StopTrainingDocumentClassifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1167
|
-
})(StopTrainingDocumentClassifierRequest || (StopTrainingDocumentClassifierRequest = {}));
|
|
1168
|
-
export var StopTrainingDocumentClassifierResponse;
|
|
1169
|
-
(function (StopTrainingDocumentClassifierResponse) {
|
|
1170
|
-
StopTrainingDocumentClassifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1171
|
-
})(StopTrainingDocumentClassifierResponse || (StopTrainingDocumentClassifierResponse = {}));
|
|
1172
|
-
export var StopTrainingEntityRecognizerRequest;
|
|
1173
|
-
(function (StopTrainingEntityRecognizerRequest) {
|
|
1174
|
-
StopTrainingEntityRecognizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1175
|
-
})(StopTrainingEntityRecognizerRequest || (StopTrainingEntityRecognizerRequest = {}));
|
|
1176
|
-
export var StopTrainingEntityRecognizerResponse;
|
|
1177
|
-
(function (StopTrainingEntityRecognizerResponse) {
|
|
1178
|
-
StopTrainingEntityRecognizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1179
|
-
})(StopTrainingEntityRecognizerResponse || (StopTrainingEntityRecognizerResponse = {}));
|
|
1180
372
|
var ConcurrentModificationException = (function (_super) {
|
|
1181
373
|
__extends(ConcurrentModificationException, _super);
|
|
1182
374
|
function ConcurrentModificationException(opts) {
|
|
@@ -1190,14 +382,6 @@ var ConcurrentModificationException = (function (_super) {
|
|
|
1190
382
|
return ConcurrentModificationException;
|
|
1191
383
|
}(__BaseException));
|
|
1192
384
|
export { ConcurrentModificationException };
|
|
1193
|
-
export var TagResourceRequest;
|
|
1194
|
-
(function (TagResourceRequest) {
|
|
1195
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1196
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1197
|
-
export var TagResourceResponse;
|
|
1198
|
-
(function (TagResourceResponse) {
|
|
1199
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1200
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1201
385
|
var TooManyTagKeysException = (function (_super) {
|
|
1202
386
|
__extends(TooManyTagKeysException, _super);
|
|
1203
387
|
function TooManyTagKeysException(opts) {
|
|
@@ -1211,19 +395,220 @@ var TooManyTagKeysException = (function (_super) {
|
|
|
1211
395
|
return TooManyTagKeysException;
|
|
1212
396
|
}(__BaseException));
|
|
1213
397
|
export { TooManyTagKeysException };
|
|
1214
|
-
export var
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
export var
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
export var
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
export var
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
398
|
+
export var AugmentedManifestsListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var BatchDetectDominantLanguageRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
400
|
+
export var BatchItemErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
export var DominantLanguageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var BatchDetectDominantLanguageItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var BatchDetectDominantLanguageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var BatchDetectEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
405
|
+
export var EntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var BatchDetectEntitiesItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var BatchDetectEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var BatchDetectKeyPhrasesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
409
|
+
export var KeyPhraseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
export var BatchDetectKeyPhrasesItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
export var BatchDetectKeyPhrasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
+
export var BatchDetectSentimentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
413
|
+
export var SentimentScoreFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var BatchDetectSentimentItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var BatchDetectSentimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var BatchDetectSyntaxRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
417
|
+
export var PartOfSpeechTagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var SyntaxTokenFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var BatchDetectSyntaxItemResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
export var BatchDetectSyntaxResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
export var ClassifierEvaluationMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
export var ClassifierMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
export var ClassifyDocumentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
424
|
+
export var DocumentClassFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
export var DocumentLabelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
+
export var ClassifyDocumentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
+
export var ContainsPiiEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
+
export var EntityLabelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
export var ContainsPiiEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
export var DocumentClassifierInputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
export var DocumentClassifierOutputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
export var VpcConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
export var CreateDocumentClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
export var CreateDocumentClassifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var CreateEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var CreateEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var EntityRecognizerAnnotationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
export var EntityRecognizerDocumentsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var EntityRecognizerEntityListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var EntityTypesListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
export var EntityRecognizerInputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var CreateEntityRecognizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var CreateEntityRecognizerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var DeleteDocumentClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var DeleteDocumentClassifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var DeleteEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var DeleteEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var DeleteEntityRecognizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var DeleteEntityRecognizerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var DeleteResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var DeleteResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var DescribeDocumentClassificationJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var DocumentReaderConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var InputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var OutputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var DocumentClassificationJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var DescribeDocumentClassificationJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var DescribeDocumentClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var DocumentClassifierPropertiesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClassifierMetadata && { ClassifierMetadata: SENSITIVE_STRING }))); };
|
|
461
|
+
export var DescribeDocumentClassifierResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentClassifierProperties && {
|
|
462
|
+
DocumentClassifierProperties: DocumentClassifierPropertiesFilterSensitiveLog(obj.DocumentClassifierProperties),
|
|
463
|
+
}))); };
|
|
464
|
+
export var DescribeDominantLanguageDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var DominantLanguageDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var DescribeDominantLanguageDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var DescribeEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var EndpointPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var DescribeEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var DescribeEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var EntitiesDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var DescribeEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var DescribeEntityRecognizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var EntityTypesEvaluationMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var EntityRecognizerEvaluationMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var EntityRecognizerMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var EntityRecognizerPropertiesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecognizerMetadata && { RecognizerMetadata: SENSITIVE_STRING }))); };
|
|
479
|
+
export var DescribeEntityRecognizerResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EntityRecognizerProperties && {
|
|
480
|
+
EntityRecognizerProperties: EntityRecognizerPropertiesFilterSensitiveLog(obj.EntityRecognizerProperties),
|
|
481
|
+
}))); };
|
|
482
|
+
export var DescribeEventsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var EventsDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var DescribeEventsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var KeyPhrasesDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var PiiOutputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var RedactionConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var PiiEntitiesDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var DescribeResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var DescribeResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var DescribeSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var SentimentDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var DescribeSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var TargetedSentimentDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var DescribeTopicsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var TopicsDetectionJobPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var DescribeTopicsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var DetectDominantLanguageRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
505
|
+
export var DetectDominantLanguageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var DetectEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
507
|
+
export var DetectEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var DetectKeyPhrasesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
509
|
+
export var DetectKeyPhrasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var DetectPiiEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var PiiEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var DetectPiiEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var DetectSentimentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
514
|
+
export var DetectSentimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var DetectSyntaxRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
516
|
+
export var DetectSyntaxResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var ImportModelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var ImportModelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var DocumentClassificationJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var ListDocumentClassificationJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var ListDocumentClassificationJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var DocumentClassifierFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var ListDocumentClassifiersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var ListDocumentClassifiersResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentClassifierPropertiesList && {
|
|
525
|
+
DocumentClassifierPropertiesList: obj.DocumentClassifierPropertiesList.map(function (item) {
|
|
526
|
+
return DocumentClassifierPropertiesFilterSensitiveLog(item);
|
|
527
|
+
}),
|
|
528
|
+
}))); };
|
|
529
|
+
export var ListDocumentClassifierSummariesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var DocumentClassifierSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var ListDocumentClassifierSummariesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var DominantLanguageDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var ListDominantLanguageDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var ListDominantLanguageDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var EndpointFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var ListEndpointsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var ListEndpointsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var EntitiesDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var ListEntitiesDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var ListEntitiesDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var EntityRecognizerFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var ListEntityRecognizersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var ListEntityRecognizersResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EntityRecognizerPropertiesList && {
|
|
544
|
+
EntityRecognizerPropertiesList: obj.EntityRecognizerPropertiesList.map(function (item) {
|
|
545
|
+
return EntityRecognizerPropertiesFilterSensitiveLog(item);
|
|
546
|
+
}),
|
|
547
|
+
}))); };
|
|
548
|
+
export var ListEntityRecognizerSummariesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var EntityRecognizerSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var ListEntityRecognizerSummariesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var EventsDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var ListEventsDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var ListEventsDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var KeyPhrasesDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var PiiEntitiesDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var SentimentDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var ListSentimentDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var ListSentimentDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var TargetedSentimentDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var TopicsDetectionJobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var ListTopicsDetectionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var ListTopicsDetectionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var PutResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var PutResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var StartDocumentClassificationJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var StartDocumentClassificationJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var StartDominantLanguageDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var StartDominantLanguageDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var StartEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var StartEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var StartEventsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var StartEventsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var StartKeyPhrasesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var StartKeyPhrasesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var StartPiiEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var StartPiiEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var StartSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var StartSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var StartTargetedSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var StartTargetedSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var StartTopicsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var StartTopicsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var StopDominantLanguageDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var StopDominantLanguageDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var StopEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var StopEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var StopEventsDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var StopEventsDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var StopKeyPhrasesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var StopKeyPhrasesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var StopPiiEntitiesDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var StopPiiEntitiesDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var StopSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var StopSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var StopTargetedSentimentDetectionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var StopTargetedSentimentDetectionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var StopTrainingDocumentClassifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var StopTrainingDocumentClassifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var StopTrainingEntityRecognizerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var StopTrainingEntityRecognizerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var UpdateEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var UpdateEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|