@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
|
@@ -23,18 +23,10 @@ export interface AugmentedManifestsListItem {
|
|
|
23
23
|
|
|
24
24
|
DocumentType?: AugmentedManifestsDocumentTypeFormat | string;
|
|
25
25
|
}
|
|
26
|
-
export declare namespace AugmentedManifestsListItem {
|
|
27
|
-
|
|
28
|
-
const filterSensitiveLog: (obj: AugmentedManifestsListItem) => any;
|
|
29
|
-
}
|
|
30
26
|
export interface BatchDetectDominantLanguageRequest {
|
|
31
27
|
|
|
32
28
|
TextList: string[] | undefined;
|
|
33
29
|
}
|
|
34
|
-
export declare namespace BatchDetectDominantLanguageRequest {
|
|
35
|
-
|
|
36
|
-
const filterSensitiveLog: (obj: BatchDetectDominantLanguageRequest) => any;
|
|
37
|
-
}
|
|
38
30
|
|
|
39
31
|
export interface BatchItemError {
|
|
40
32
|
|
|
@@ -44,10 +36,6 @@ export interface BatchItemError {
|
|
|
44
36
|
|
|
45
37
|
ErrorMessage?: string;
|
|
46
38
|
}
|
|
47
|
-
export declare namespace BatchItemError {
|
|
48
|
-
|
|
49
|
-
const filterSensitiveLog: (obj: BatchItemError) => any;
|
|
50
|
-
}
|
|
51
39
|
|
|
52
40
|
export interface DominantLanguage {
|
|
53
41
|
|
|
@@ -55,10 +43,6 @@ export interface DominantLanguage {
|
|
|
55
43
|
|
|
56
44
|
Score?: number;
|
|
57
45
|
}
|
|
58
|
-
export declare namespace DominantLanguage {
|
|
59
|
-
|
|
60
|
-
const filterSensitiveLog: (obj: DominantLanguage) => any;
|
|
61
|
-
}
|
|
62
46
|
|
|
63
47
|
export interface BatchDetectDominantLanguageItemResult {
|
|
64
48
|
|
|
@@ -66,20 +50,12 @@ export interface BatchDetectDominantLanguageItemResult {
|
|
|
66
50
|
|
|
67
51
|
Languages?: DominantLanguage[];
|
|
68
52
|
}
|
|
69
|
-
export declare namespace BatchDetectDominantLanguageItemResult {
|
|
70
|
-
|
|
71
|
-
const filterSensitiveLog: (obj: BatchDetectDominantLanguageItemResult) => any;
|
|
72
|
-
}
|
|
73
53
|
export interface BatchDetectDominantLanguageResponse {
|
|
74
54
|
|
|
75
55
|
ResultList: BatchDetectDominantLanguageItemResult[] | undefined;
|
|
76
56
|
|
|
77
57
|
ErrorList: BatchItemError[] | undefined;
|
|
78
58
|
}
|
|
79
|
-
export declare namespace BatchDetectDominantLanguageResponse {
|
|
80
|
-
|
|
81
|
-
const filterSensitiveLog: (obj: BatchDetectDominantLanguageResponse) => any;
|
|
82
|
-
}
|
|
83
59
|
|
|
84
60
|
export declare class BatchSizeLimitExceededException extends __BaseException {
|
|
85
61
|
readonly name: "BatchSizeLimitExceededException";
|
|
@@ -132,10 +108,6 @@ export interface BatchDetectEntitiesRequest {
|
|
|
132
108
|
|
|
133
109
|
LanguageCode: LanguageCode | string | undefined;
|
|
134
110
|
}
|
|
135
|
-
export declare namespace BatchDetectEntitiesRequest {
|
|
136
|
-
|
|
137
|
-
const filterSensitiveLog: (obj: BatchDetectEntitiesRequest) => any;
|
|
138
|
-
}
|
|
139
111
|
export declare enum EntityType {
|
|
140
112
|
COMMERCIAL_ITEM = "COMMERCIAL_ITEM",
|
|
141
113
|
DATE = "DATE",
|
|
@@ -160,10 +132,6 @@ export interface Entity {
|
|
|
160
132
|
|
|
161
133
|
EndOffset?: number;
|
|
162
134
|
}
|
|
163
|
-
export declare namespace Entity {
|
|
164
|
-
|
|
165
|
-
const filterSensitiveLog: (obj: Entity) => any;
|
|
166
|
-
}
|
|
167
135
|
|
|
168
136
|
export interface BatchDetectEntitiesItemResult {
|
|
169
137
|
|
|
@@ -171,20 +139,12 @@ export interface BatchDetectEntitiesItemResult {
|
|
|
171
139
|
|
|
172
140
|
Entities?: Entity[];
|
|
173
141
|
}
|
|
174
|
-
export declare namespace BatchDetectEntitiesItemResult {
|
|
175
|
-
|
|
176
|
-
const filterSensitiveLog: (obj: BatchDetectEntitiesItemResult) => any;
|
|
177
|
-
}
|
|
178
142
|
export interface BatchDetectEntitiesResponse {
|
|
179
143
|
|
|
180
144
|
ResultList: BatchDetectEntitiesItemResult[] | undefined;
|
|
181
145
|
|
|
182
146
|
ErrorList: BatchItemError[] | undefined;
|
|
183
147
|
}
|
|
184
|
-
export declare namespace BatchDetectEntitiesResponse {
|
|
185
|
-
|
|
186
|
-
const filterSensitiveLog: (obj: BatchDetectEntitiesResponse) => any;
|
|
187
|
-
}
|
|
188
148
|
|
|
189
149
|
export declare class UnsupportedLanguageException extends __BaseException {
|
|
190
150
|
readonly name: "UnsupportedLanguageException";
|
|
@@ -199,10 +159,6 @@ export interface BatchDetectKeyPhrasesRequest {
|
|
|
199
159
|
|
|
200
160
|
LanguageCode: LanguageCode | string | undefined;
|
|
201
161
|
}
|
|
202
|
-
export declare namespace BatchDetectKeyPhrasesRequest {
|
|
203
|
-
|
|
204
|
-
const filterSensitiveLog: (obj: BatchDetectKeyPhrasesRequest) => any;
|
|
205
|
-
}
|
|
206
162
|
|
|
207
163
|
export interface KeyPhrase {
|
|
208
164
|
|
|
@@ -214,10 +170,6 @@ export interface KeyPhrase {
|
|
|
214
170
|
|
|
215
171
|
EndOffset?: number;
|
|
216
172
|
}
|
|
217
|
-
export declare namespace KeyPhrase {
|
|
218
|
-
|
|
219
|
-
const filterSensitiveLog: (obj: KeyPhrase) => any;
|
|
220
|
-
}
|
|
221
173
|
|
|
222
174
|
export interface BatchDetectKeyPhrasesItemResult {
|
|
223
175
|
|
|
@@ -225,30 +177,18 @@ export interface BatchDetectKeyPhrasesItemResult {
|
|
|
225
177
|
|
|
226
178
|
KeyPhrases?: KeyPhrase[];
|
|
227
179
|
}
|
|
228
|
-
export declare namespace BatchDetectKeyPhrasesItemResult {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: BatchDetectKeyPhrasesItemResult) => any;
|
|
231
|
-
}
|
|
232
180
|
export interface BatchDetectKeyPhrasesResponse {
|
|
233
181
|
|
|
234
182
|
ResultList: BatchDetectKeyPhrasesItemResult[] | undefined;
|
|
235
183
|
|
|
236
184
|
ErrorList: BatchItemError[] | undefined;
|
|
237
185
|
}
|
|
238
|
-
export declare namespace BatchDetectKeyPhrasesResponse {
|
|
239
|
-
|
|
240
|
-
const filterSensitiveLog: (obj: BatchDetectKeyPhrasesResponse) => any;
|
|
241
|
-
}
|
|
242
186
|
export interface BatchDetectSentimentRequest {
|
|
243
187
|
|
|
244
188
|
TextList: string[] | undefined;
|
|
245
189
|
|
|
246
190
|
LanguageCode: LanguageCode | string | undefined;
|
|
247
191
|
}
|
|
248
|
-
export declare namespace BatchDetectSentimentRequest {
|
|
249
|
-
|
|
250
|
-
const filterSensitiveLog: (obj: BatchDetectSentimentRequest) => any;
|
|
251
|
-
}
|
|
252
192
|
export declare enum SentimentType {
|
|
253
193
|
MIXED = "MIXED",
|
|
254
194
|
NEGATIVE = "NEGATIVE",
|
|
@@ -266,10 +206,6 @@ export interface SentimentScore {
|
|
|
266
206
|
|
|
267
207
|
Mixed?: number;
|
|
268
208
|
}
|
|
269
|
-
export declare namespace SentimentScore {
|
|
270
|
-
|
|
271
|
-
const filterSensitiveLog: (obj: SentimentScore) => any;
|
|
272
|
-
}
|
|
273
209
|
|
|
274
210
|
export interface BatchDetectSentimentItemResult {
|
|
275
211
|
|
|
@@ -279,20 +215,12 @@ export interface BatchDetectSentimentItemResult {
|
|
|
279
215
|
|
|
280
216
|
SentimentScore?: SentimentScore;
|
|
281
217
|
}
|
|
282
|
-
export declare namespace BatchDetectSentimentItemResult {
|
|
283
|
-
|
|
284
|
-
const filterSensitiveLog: (obj: BatchDetectSentimentItemResult) => any;
|
|
285
|
-
}
|
|
286
218
|
export interface BatchDetectSentimentResponse {
|
|
287
219
|
|
|
288
220
|
ResultList: BatchDetectSentimentItemResult[] | undefined;
|
|
289
221
|
|
|
290
222
|
ErrorList: BatchItemError[] | undefined;
|
|
291
223
|
}
|
|
292
|
-
export declare namespace BatchDetectSentimentResponse {
|
|
293
|
-
|
|
294
|
-
const filterSensitiveLog: (obj: BatchDetectSentimentResponse) => any;
|
|
295
|
-
}
|
|
296
224
|
export declare enum SyntaxLanguageCode {
|
|
297
225
|
DE = "de",
|
|
298
226
|
EN = "en",
|
|
@@ -307,10 +235,6 @@ export interface BatchDetectSyntaxRequest {
|
|
|
307
235
|
|
|
308
236
|
LanguageCode: SyntaxLanguageCode | string | undefined;
|
|
309
237
|
}
|
|
310
|
-
export declare namespace BatchDetectSyntaxRequest {
|
|
311
|
-
|
|
312
|
-
const filterSensitiveLog: (obj: BatchDetectSyntaxRequest) => any;
|
|
313
|
-
}
|
|
314
238
|
export declare enum PartOfSpeechTagType {
|
|
315
239
|
ADJ = "ADJ",
|
|
316
240
|
ADP = "ADP",
|
|
@@ -338,10 +262,6 @@ export interface PartOfSpeechTag {
|
|
|
338
262
|
|
|
339
263
|
Score?: number;
|
|
340
264
|
}
|
|
341
|
-
export declare namespace PartOfSpeechTag {
|
|
342
|
-
|
|
343
|
-
const filterSensitiveLog: (obj: PartOfSpeechTag) => any;
|
|
344
|
-
}
|
|
345
265
|
|
|
346
266
|
export interface SyntaxToken {
|
|
347
267
|
|
|
@@ -355,10 +275,6 @@ export interface SyntaxToken {
|
|
|
355
275
|
|
|
356
276
|
PartOfSpeech?: PartOfSpeechTag;
|
|
357
277
|
}
|
|
358
|
-
export declare namespace SyntaxToken {
|
|
359
|
-
|
|
360
|
-
const filterSensitiveLog: (obj: SyntaxToken) => any;
|
|
361
|
-
}
|
|
362
278
|
|
|
363
279
|
export interface BatchDetectSyntaxItemResult {
|
|
364
280
|
|
|
@@ -366,20 +282,12 @@ export interface BatchDetectSyntaxItemResult {
|
|
|
366
282
|
|
|
367
283
|
SyntaxTokens?: SyntaxToken[];
|
|
368
284
|
}
|
|
369
|
-
export declare namespace BatchDetectSyntaxItemResult {
|
|
370
|
-
|
|
371
|
-
const filterSensitiveLog: (obj: BatchDetectSyntaxItemResult) => any;
|
|
372
|
-
}
|
|
373
285
|
export interface BatchDetectSyntaxResponse {
|
|
374
286
|
|
|
375
287
|
ResultList: BatchDetectSyntaxItemResult[] | undefined;
|
|
376
288
|
|
|
377
289
|
ErrorList: BatchItemError[] | undefined;
|
|
378
290
|
}
|
|
379
|
-
export declare namespace BatchDetectSyntaxResponse {
|
|
380
|
-
|
|
381
|
-
const filterSensitiveLog: (obj: BatchDetectSyntaxResponse) => any;
|
|
382
|
-
}
|
|
383
291
|
|
|
384
292
|
export interface ClassifierEvaluationMetrics {
|
|
385
293
|
|
|
@@ -399,10 +307,6 @@ export interface ClassifierEvaluationMetrics {
|
|
|
399
307
|
|
|
400
308
|
HammingLoss?: number;
|
|
401
309
|
}
|
|
402
|
-
export declare namespace ClassifierEvaluationMetrics {
|
|
403
|
-
|
|
404
|
-
const filterSensitiveLog: (obj: ClassifierEvaluationMetrics) => any;
|
|
405
|
-
}
|
|
406
310
|
|
|
407
311
|
export interface ClassifierMetadata {
|
|
408
312
|
|
|
@@ -414,20 +318,12 @@ export interface ClassifierMetadata {
|
|
|
414
318
|
|
|
415
319
|
EvaluationMetrics?: ClassifierEvaluationMetrics;
|
|
416
320
|
}
|
|
417
|
-
export declare namespace ClassifierMetadata {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: ClassifierMetadata) => any;
|
|
420
|
-
}
|
|
421
321
|
export interface ClassifyDocumentRequest {
|
|
422
322
|
|
|
423
323
|
Text: string | undefined;
|
|
424
324
|
|
|
425
325
|
EndpointArn: string | undefined;
|
|
426
326
|
}
|
|
427
|
-
export declare namespace ClassifyDocumentRequest {
|
|
428
|
-
|
|
429
|
-
const filterSensitiveLog: (obj: ClassifyDocumentRequest) => any;
|
|
430
|
-
}
|
|
431
327
|
|
|
432
328
|
export interface DocumentClass {
|
|
433
329
|
|
|
@@ -435,10 +331,6 @@ export interface DocumentClass {
|
|
|
435
331
|
|
|
436
332
|
Score?: number;
|
|
437
333
|
}
|
|
438
|
-
export declare namespace DocumentClass {
|
|
439
|
-
|
|
440
|
-
const filterSensitiveLog: (obj: DocumentClass) => any;
|
|
441
|
-
}
|
|
442
334
|
|
|
443
335
|
export interface DocumentLabel {
|
|
444
336
|
|
|
@@ -446,20 +338,12 @@ export interface DocumentLabel {
|
|
|
446
338
|
|
|
447
339
|
Score?: number;
|
|
448
340
|
}
|
|
449
|
-
export declare namespace DocumentLabel {
|
|
450
|
-
|
|
451
|
-
const filterSensitiveLog: (obj: DocumentLabel) => any;
|
|
452
|
-
}
|
|
453
341
|
export interface ClassifyDocumentResponse {
|
|
454
342
|
|
|
455
343
|
Classes?: DocumentClass[];
|
|
456
344
|
|
|
457
345
|
Labels?: DocumentLabel[];
|
|
458
346
|
}
|
|
459
|
-
export declare namespace ClassifyDocumentResponse {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: ClassifyDocumentResponse) => any;
|
|
462
|
-
}
|
|
463
347
|
|
|
464
348
|
export declare class ResourceUnavailableException extends __BaseException {
|
|
465
349
|
readonly name: "ResourceUnavailableException";
|
|
@@ -474,10 +358,6 @@ export interface ContainsPiiEntitiesRequest {
|
|
|
474
358
|
|
|
475
359
|
LanguageCode: LanguageCode | string | undefined;
|
|
476
360
|
}
|
|
477
|
-
export declare namespace ContainsPiiEntitiesRequest {
|
|
478
|
-
|
|
479
|
-
const filterSensitiveLog: (obj: ContainsPiiEntitiesRequest) => any;
|
|
480
|
-
}
|
|
481
361
|
export declare enum PiiEntityType {
|
|
482
362
|
ADDRESS = "ADDRESS",
|
|
483
363
|
AGE = "AGE",
|
|
@@ -524,18 +404,10 @@ export interface EntityLabel {
|
|
|
524
404
|
|
|
525
405
|
Score?: number;
|
|
526
406
|
}
|
|
527
|
-
export declare namespace EntityLabel {
|
|
528
|
-
|
|
529
|
-
const filterSensitiveLog: (obj: EntityLabel) => any;
|
|
530
|
-
}
|
|
531
407
|
export interface ContainsPiiEntitiesResponse {
|
|
532
408
|
|
|
533
409
|
Labels?: EntityLabel[];
|
|
534
410
|
}
|
|
535
|
-
export declare namespace ContainsPiiEntitiesResponse {
|
|
536
|
-
|
|
537
|
-
const filterSensitiveLog: (obj: ContainsPiiEntitiesResponse) => any;
|
|
538
|
-
}
|
|
539
411
|
export declare enum DocumentClassifierDataFormat {
|
|
540
412
|
AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
|
|
541
413
|
COMPREHEND_CSV = "COMPREHEND_CSV"
|
|
@@ -553,10 +425,6 @@ export interface DocumentClassifierInputDataConfig {
|
|
|
553
425
|
|
|
554
426
|
AugmentedManifests?: AugmentedManifestsListItem[];
|
|
555
427
|
}
|
|
556
|
-
export declare namespace DocumentClassifierInputDataConfig {
|
|
557
|
-
|
|
558
|
-
const filterSensitiveLog: (obj: DocumentClassifierInputDataConfig) => any;
|
|
559
|
-
}
|
|
560
428
|
export declare enum DocumentClassifierMode {
|
|
561
429
|
MULTI_CLASS = "MULTI_CLASS",
|
|
562
430
|
MULTI_LABEL = "MULTI_LABEL"
|
|
@@ -568,10 +436,6 @@ export interface DocumentClassifierOutputDataConfig {
|
|
|
568
436
|
|
|
569
437
|
KmsKeyId?: string;
|
|
570
438
|
}
|
|
571
|
-
export declare namespace DocumentClassifierOutputDataConfig {
|
|
572
|
-
|
|
573
|
-
const filterSensitiveLog: (obj: DocumentClassifierOutputDataConfig) => any;
|
|
574
|
-
}
|
|
575
439
|
|
|
576
440
|
export interface Tag {
|
|
577
441
|
|
|
@@ -579,10 +443,6 @@ export interface Tag {
|
|
|
579
443
|
|
|
580
444
|
Value?: string;
|
|
581
445
|
}
|
|
582
|
-
export declare namespace Tag {
|
|
583
|
-
|
|
584
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
585
|
-
}
|
|
586
446
|
|
|
587
447
|
export interface VpcConfig {
|
|
588
448
|
|
|
@@ -590,10 +450,6 @@ export interface VpcConfig {
|
|
|
590
450
|
|
|
591
451
|
Subnets: string[] | undefined;
|
|
592
452
|
}
|
|
593
|
-
export declare namespace VpcConfig {
|
|
594
|
-
|
|
595
|
-
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
596
|
-
}
|
|
597
453
|
export interface CreateDocumentClassifierRequest {
|
|
598
454
|
|
|
599
455
|
DocumentClassifierName: string | undefined;
|
|
@@ -622,18 +478,10 @@ export interface CreateDocumentClassifierRequest {
|
|
|
622
478
|
|
|
623
479
|
ModelPolicy?: string;
|
|
624
480
|
}
|
|
625
|
-
export declare namespace CreateDocumentClassifierRequest {
|
|
626
|
-
|
|
627
|
-
const filterSensitiveLog: (obj: CreateDocumentClassifierRequest) => any;
|
|
628
|
-
}
|
|
629
481
|
export interface CreateDocumentClassifierResponse {
|
|
630
482
|
|
|
631
483
|
DocumentClassifierArn?: string;
|
|
632
484
|
}
|
|
633
|
-
export declare namespace CreateDocumentClassifierResponse {
|
|
634
|
-
|
|
635
|
-
const filterSensitiveLog: (obj: CreateDocumentClassifierResponse) => any;
|
|
636
|
-
}
|
|
637
485
|
|
|
638
486
|
export declare class KmsKeyValidationException extends __BaseException {
|
|
639
487
|
readonly name: "KmsKeyValidationException";
|
|
@@ -688,18 +536,10 @@ export interface CreateEndpointRequest {
|
|
|
688
536
|
|
|
689
537
|
DataAccessRoleArn?: string;
|
|
690
538
|
}
|
|
691
|
-
export declare namespace CreateEndpointRequest {
|
|
692
|
-
|
|
693
|
-
const filterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
694
|
-
}
|
|
695
539
|
export interface CreateEndpointResponse {
|
|
696
540
|
|
|
697
541
|
EndpointArn?: string;
|
|
698
542
|
}
|
|
699
|
-
export declare namespace CreateEndpointResponse {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: CreateEndpointResponse) => any;
|
|
702
|
-
}
|
|
703
543
|
|
|
704
544
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
705
545
|
readonly name: "ResourceNotFoundException";
|
|
@@ -715,10 +555,6 @@ export interface EntityRecognizerAnnotations {
|
|
|
715
555
|
|
|
716
556
|
TestS3Uri?: string;
|
|
717
557
|
}
|
|
718
|
-
export declare namespace EntityRecognizerAnnotations {
|
|
719
|
-
|
|
720
|
-
const filterSensitiveLog: (obj: EntityRecognizerAnnotations) => any;
|
|
721
|
-
}
|
|
722
558
|
export declare enum EntityRecognizerDataFormat {
|
|
723
559
|
AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
|
|
724
560
|
COMPREHEND_CSV = "COMPREHEND_CSV"
|
|
@@ -736,28 +572,16 @@ export interface EntityRecognizerDocuments {
|
|
|
736
572
|
|
|
737
573
|
InputFormat?: InputFormat | string;
|
|
738
574
|
}
|
|
739
|
-
export declare namespace EntityRecognizerDocuments {
|
|
740
|
-
|
|
741
|
-
const filterSensitiveLog: (obj: EntityRecognizerDocuments) => any;
|
|
742
|
-
}
|
|
743
575
|
|
|
744
576
|
export interface EntityRecognizerEntityList {
|
|
745
577
|
|
|
746
578
|
S3Uri: string | undefined;
|
|
747
579
|
}
|
|
748
|
-
export declare namespace EntityRecognizerEntityList {
|
|
749
|
-
|
|
750
|
-
const filterSensitiveLog: (obj: EntityRecognizerEntityList) => any;
|
|
751
|
-
}
|
|
752
580
|
|
|
753
581
|
export interface EntityTypesListItem {
|
|
754
582
|
|
|
755
583
|
Type: string | undefined;
|
|
756
584
|
}
|
|
757
|
-
export declare namespace EntityTypesListItem {
|
|
758
|
-
|
|
759
|
-
const filterSensitiveLog: (obj: EntityTypesListItem) => any;
|
|
760
|
-
}
|
|
761
585
|
|
|
762
586
|
export interface EntityRecognizerInputDataConfig {
|
|
763
587
|
|
|
@@ -773,10 +597,6 @@ export interface EntityRecognizerInputDataConfig {
|
|
|
773
597
|
|
|
774
598
|
AugmentedManifests?: AugmentedManifestsListItem[];
|
|
775
599
|
}
|
|
776
|
-
export declare namespace EntityRecognizerInputDataConfig {
|
|
777
|
-
|
|
778
|
-
const filterSensitiveLog: (obj: EntityRecognizerInputDataConfig) => any;
|
|
779
|
-
}
|
|
780
600
|
export interface CreateEntityRecognizerRequest {
|
|
781
601
|
|
|
782
602
|
RecognizerName: string | undefined;
|
|
@@ -801,84 +621,40 @@ export interface CreateEntityRecognizerRequest {
|
|
|
801
621
|
|
|
802
622
|
ModelPolicy?: string;
|
|
803
623
|
}
|
|
804
|
-
export declare namespace CreateEntityRecognizerRequest {
|
|
805
|
-
|
|
806
|
-
const filterSensitiveLog: (obj: CreateEntityRecognizerRequest) => any;
|
|
807
|
-
}
|
|
808
624
|
export interface CreateEntityRecognizerResponse {
|
|
809
625
|
|
|
810
626
|
EntityRecognizerArn?: string;
|
|
811
627
|
}
|
|
812
|
-
export declare namespace CreateEntityRecognizerResponse {
|
|
813
|
-
|
|
814
|
-
const filterSensitiveLog: (obj: CreateEntityRecognizerResponse) => any;
|
|
815
|
-
}
|
|
816
628
|
export interface DeleteDocumentClassifierRequest {
|
|
817
629
|
|
|
818
630
|
DocumentClassifierArn: string | undefined;
|
|
819
631
|
}
|
|
820
|
-
export declare namespace DeleteDocumentClassifierRequest {
|
|
821
|
-
|
|
822
|
-
const filterSensitiveLog: (obj: DeleteDocumentClassifierRequest) => any;
|
|
823
|
-
}
|
|
824
632
|
export interface DeleteDocumentClassifierResponse {
|
|
825
633
|
}
|
|
826
|
-
export declare namespace DeleteDocumentClassifierResponse {
|
|
827
|
-
|
|
828
|
-
const filterSensitiveLog: (obj: DeleteDocumentClassifierResponse) => any;
|
|
829
|
-
}
|
|
830
634
|
export interface DeleteEndpointRequest {
|
|
831
635
|
|
|
832
636
|
EndpointArn: string | undefined;
|
|
833
637
|
}
|
|
834
|
-
export declare namespace DeleteEndpointRequest {
|
|
835
|
-
|
|
836
|
-
const filterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
837
|
-
}
|
|
838
638
|
export interface DeleteEndpointResponse {
|
|
839
639
|
}
|
|
840
|
-
export declare namespace DeleteEndpointResponse {
|
|
841
|
-
|
|
842
|
-
const filterSensitiveLog: (obj: DeleteEndpointResponse) => any;
|
|
843
|
-
}
|
|
844
640
|
export interface DeleteEntityRecognizerRequest {
|
|
845
641
|
|
|
846
642
|
EntityRecognizerArn: string | undefined;
|
|
847
643
|
}
|
|
848
|
-
export declare namespace DeleteEntityRecognizerRequest {
|
|
849
|
-
|
|
850
|
-
const filterSensitiveLog: (obj: DeleteEntityRecognizerRequest) => any;
|
|
851
|
-
}
|
|
852
644
|
export interface DeleteEntityRecognizerResponse {
|
|
853
645
|
}
|
|
854
|
-
export declare namespace DeleteEntityRecognizerResponse {
|
|
855
|
-
|
|
856
|
-
const filterSensitiveLog: (obj: DeleteEntityRecognizerResponse) => any;
|
|
857
|
-
}
|
|
858
646
|
export interface DeleteResourcePolicyRequest {
|
|
859
647
|
|
|
860
648
|
ResourceArn: string | undefined;
|
|
861
649
|
|
|
862
650
|
PolicyRevisionId?: string;
|
|
863
651
|
}
|
|
864
|
-
export declare namespace DeleteResourcePolicyRequest {
|
|
865
|
-
|
|
866
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
867
|
-
}
|
|
868
652
|
export interface DeleteResourcePolicyResponse {
|
|
869
653
|
}
|
|
870
|
-
export declare namespace DeleteResourcePolicyResponse {
|
|
871
|
-
|
|
872
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
873
|
-
}
|
|
874
654
|
export interface DescribeDocumentClassificationJobRequest {
|
|
875
655
|
|
|
876
656
|
JobId: string | undefined;
|
|
877
657
|
}
|
|
878
|
-
export declare namespace DescribeDocumentClassificationJobRequest {
|
|
879
|
-
|
|
880
|
-
const filterSensitiveLog: (obj: DescribeDocumentClassificationJobRequest) => any;
|
|
881
|
-
}
|
|
882
658
|
export declare enum DocumentReadAction {
|
|
883
659
|
TEXTRACT_ANALYZE_DOCUMENT = "TEXTRACT_ANALYZE_DOCUMENT",
|
|
884
660
|
TEXTRACT_DETECT_DOCUMENT_TEXT = "TEXTRACT_DETECT_DOCUMENT_TEXT"
|
|
@@ -900,10 +676,6 @@ export interface DocumentReaderConfig {
|
|
|
900
676
|
|
|
901
677
|
FeatureTypes?: (DocumentReadFeatureTypes | string)[];
|
|
902
678
|
}
|
|
903
|
-
export declare namespace DocumentReaderConfig {
|
|
904
|
-
|
|
905
|
-
const filterSensitiveLog: (obj: DocumentReaderConfig) => any;
|
|
906
|
-
}
|
|
907
679
|
|
|
908
680
|
export interface InputDataConfig {
|
|
909
681
|
|
|
@@ -913,10 +685,6 @@ export interface InputDataConfig {
|
|
|
913
685
|
|
|
914
686
|
DocumentReaderConfig?: DocumentReaderConfig;
|
|
915
687
|
}
|
|
916
|
-
export declare namespace InputDataConfig {
|
|
917
|
-
|
|
918
|
-
const filterSensitiveLog: (obj: InputDataConfig) => any;
|
|
919
|
-
}
|
|
920
688
|
export declare enum JobStatus {
|
|
921
689
|
COMPLETED = "COMPLETED",
|
|
922
690
|
FAILED = "FAILED",
|
|
@@ -932,10 +700,6 @@ export interface OutputDataConfig {
|
|
|
932
700
|
|
|
933
701
|
KmsKeyId?: string;
|
|
934
702
|
}
|
|
935
|
-
export declare namespace OutputDataConfig {
|
|
936
|
-
|
|
937
|
-
const filterSensitiveLog: (obj: OutputDataConfig) => any;
|
|
938
|
-
}
|
|
939
703
|
|
|
940
704
|
export interface DocumentClassificationJobProperties {
|
|
941
705
|
|
|
@@ -965,18 +729,10 @@ export interface DocumentClassificationJobProperties {
|
|
|
965
729
|
|
|
966
730
|
VpcConfig?: VpcConfig;
|
|
967
731
|
}
|
|
968
|
-
export declare namespace DocumentClassificationJobProperties {
|
|
969
|
-
|
|
970
|
-
const filterSensitiveLog: (obj: DocumentClassificationJobProperties) => any;
|
|
971
|
-
}
|
|
972
732
|
export interface DescribeDocumentClassificationJobResponse {
|
|
973
733
|
|
|
974
734
|
DocumentClassificationJobProperties?: DocumentClassificationJobProperties;
|
|
975
735
|
}
|
|
976
|
-
export declare namespace DescribeDocumentClassificationJobResponse {
|
|
977
|
-
|
|
978
|
-
const filterSensitiveLog: (obj: DescribeDocumentClassificationJobResponse) => any;
|
|
979
|
-
}
|
|
980
736
|
|
|
981
737
|
export declare class JobNotFoundException extends __BaseException {
|
|
982
738
|
readonly name: "JobNotFoundException";
|
|
@@ -989,10 +745,6 @@ export interface DescribeDocumentClassifierRequest {
|
|
|
989
745
|
|
|
990
746
|
DocumentClassifierArn: string | undefined;
|
|
991
747
|
}
|
|
992
|
-
export declare namespace DescribeDocumentClassifierRequest {
|
|
993
|
-
|
|
994
|
-
const filterSensitiveLog: (obj: DescribeDocumentClassifierRequest) => any;
|
|
995
|
-
}
|
|
996
748
|
export declare enum ModelStatus {
|
|
997
749
|
DELETING = "DELETING",
|
|
998
750
|
IN_ERROR = "IN_ERROR",
|
|
@@ -1041,26 +793,14 @@ export interface DocumentClassifierProperties {
|
|
|
1041
793
|
|
|
1042
794
|
SourceModelArn?: string;
|
|
1043
795
|
}
|
|
1044
|
-
export declare namespace DocumentClassifierProperties {
|
|
1045
|
-
|
|
1046
|
-
const filterSensitiveLog: (obj: DocumentClassifierProperties) => any;
|
|
1047
|
-
}
|
|
1048
796
|
export interface DescribeDocumentClassifierResponse {
|
|
1049
797
|
|
|
1050
798
|
DocumentClassifierProperties?: DocumentClassifierProperties;
|
|
1051
799
|
}
|
|
1052
|
-
export declare namespace DescribeDocumentClassifierResponse {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: DescribeDocumentClassifierResponse) => any;
|
|
1055
|
-
}
|
|
1056
800
|
export interface DescribeDominantLanguageDetectionJobRequest {
|
|
1057
801
|
|
|
1058
802
|
JobId: string | undefined;
|
|
1059
803
|
}
|
|
1060
|
-
export declare namespace DescribeDominantLanguageDetectionJobRequest {
|
|
1061
|
-
|
|
1062
|
-
const filterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobRequest) => any;
|
|
1063
|
-
}
|
|
1064
804
|
|
|
1065
805
|
export interface DominantLanguageDetectionJobProperties {
|
|
1066
806
|
|
|
@@ -1088,26 +828,14 @@ export interface DominantLanguageDetectionJobProperties {
|
|
|
1088
828
|
|
|
1089
829
|
VpcConfig?: VpcConfig;
|
|
1090
830
|
}
|
|
1091
|
-
export declare namespace DominantLanguageDetectionJobProperties {
|
|
1092
|
-
|
|
1093
|
-
const filterSensitiveLog: (obj: DominantLanguageDetectionJobProperties) => any;
|
|
1094
|
-
}
|
|
1095
831
|
export interface DescribeDominantLanguageDetectionJobResponse {
|
|
1096
832
|
|
|
1097
833
|
DominantLanguageDetectionJobProperties?: DominantLanguageDetectionJobProperties;
|
|
1098
834
|
}
|
|
1099
|
-
export declare namespace DescribeDominantLanguageDetectionJobResponse {
|
|
1100
|
-
|
|
1101
|
-
const filterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobResponse) => any;
|
|
1102
|
-
}
|
|
1103
835
|
export interface DescribeEndpointRequest {
|
|
1104
836
|
|
|
1105
837
|
EndpointArn: string | undefined;
|
|
1106
838
|
}
|
|
1107
|
-
export declare namespace DescribeEndpointRequest {
|
|
1108
|
-
|
|
1109
|
-
const filterSensitiveLog: (obj: DescribeEndpointRequest) => any;
|
|
1110
|
-
}
|
|
1111
839
|
export declare enum EndpointStatus {
|
|
1112
840
|
CREATING = "CREATING",
|
|
1113
841
|
DELETING = "DELETING",
|
|
@@ -1140,26 +868,14 @@ export interface EndpointProperties {
|
|
|
1140
868
|
|
|
1141
869
|
DesiredDataAccessRoleArn?: string;
|
|
1142
870
|
}
|
|
1143
|
-
export declare namespace EndpointProperties {
|
|
1144
|
-
|
|
1145
|
-
const filterSensitiveLog: (obj: EndpointProperties) => any;
|
|
1146
|
-
}
|
|
1147
871
|
export interface DescribeEndpointResponse {
|
|
1148
872
|
|
|
1149
873
|
EndpointProperties?: EndpointProperties;
|
|
1150
874
|
}
|
|
1151
|
-
export declare namespace DescribeEndpointResponse {
|
|
1152
|
-
|
|
1153
|
-
const filterSensitiveLog: (obj: DescribeEndpointResponse) => any;
|
|
1154
|
-
}
|
|
1155
875
|
export interface DescribeEntitiesDetectionJobRequest {
|
|
1156
876
|
|
|
1157
877
|
JobId: string | undefined;
|
|
1158
878
|
}
|
|
1159
|
-
export declare namespace DescribeEntitiesDetectionJobRequest {
|
|
1160
|
-
|
|
1161
|
-
const filterSensitiveLog: (obj: DescribeEntitiesDetectionJobRequest) => any;
|
|
1162
|
-
}
|
|
1163
879
|
|
|
1164
880
|
export interface EntitiesDetectionJobProperties {
|
|
1165
881
|
|
|
@@ -1191,26 +907,14 @@ export interface EntitiesDetectionJobProperties {
|
|
|
1191
907
|
|
|
1192
908
|
VpcConfig?: VpcConfig;
|
|
1193
909
|
}
|
|
1194
|
-
export declare namespace EntitiesDetectionJobProperties {
|
|
1195
|
-
|
|
1196
|
-
const filterSensitiveLog: (obj: EntitiesDetectionJobProperties) => any;
|
|
1197
|
-
}
|
|
1198
910
|
export interface DescribeEntitiesDetectionJobResponse {
|
|
1199
911
|
|
|
1200
912
|
EntitiesDetectionJobProperties?: EntitiesDetectionJobProperties;
|
|
1201
913
|
}
|
|
1202
|
-
export declare namespace DescribeEntitiesDetectionJobResponse {
|
|
1203
|
-
|
|
1204
|
-
const filterSensitiveLog: (obj: DescribeEntitiesDetectionJobResponse) => any;
|
|
1205
|
-
}
|
|
1206
914
|
export interface DescribeEntityRecognizerRequest {
|
|
1207
915
|
|
|
1208
916
|
EntityRecognizerArn: string | undefined;
|
|
1209
917
|
}
|
|
1210
|
-
export declare namespace DescribeEntityRecognizerRequest {
|
|
1211
|
-
|
|
1212
|
-
const filterSensitiveLog: (obj: DescribeEntityRecognizerRequest) => any;
|
|
1213
|
-
}
|
|
1214
918
|
|
|
1215
919
|
export interface EntityTypesEvaluationMetrics {
|
|
1216
920
|
|
|
@@ -1220,10 +924,6 @@ export interface EntityTypesEvaluationMetrics {
|
|
|
1220
924
|
|
|
1221
925
|
F1Score?: number;
|
|
1222
926
|
}
|
|
1223
|
-
export declare namespace EntityTypesEvaluationMetrics {
|
|
1224
|
-
|
|
1225
|
-
const filterSensitiveLog: (obj: EntityTypesEvaluationMetrics) => any;
|
|
1226
|
-
}
|
|
1227
927
|
|
|
1228
928
|
export interface EntityRecognizerMetadataEntityTypesListItem {
|
|
1229
929
|
|
|
@@ -1233,10 +933,6 @@ export interface EntityRecognizerMetadataEntityTypesListItem {
|
|
|
1233
933
|
|
|
1234
934
|
NumberOfTrainMentions?: number;
|
|
1235
935
|
}
|
|
1236
|
-
export declare namespace EntityRecognizerMetadataEntityTypesListItem {
|
|
1237
|
-
|
|
1238
|
-
const filterSensitiveLog: (obj: EntityRecognizerMetadataEntityTypesListItem) => any;
|
|
1239
|
-
}
|
|
1240
936
|
|
|
1241
937
|
export interface EntityRecognizerEvaluationMetrics {
|
|
1242
938
|
|
|
@@ -1246,10 +942,6 @@ export interface EntityRecognizerEvaluationMetrics {
|
|
|
1246
942
|
|
|
1247
943
|
F1Score?: number;
|
|
1248
944
|
}
|
|
1249
|
-
export declare namespace EntityRecognizerEvaluationMetrics {
|
|
1250
|
-
|
|
1251
|
-
const filterSensitiveLog: (obj: EntityRecognizerEvaluationMetrics) => any;
|
|
1252
|
-
}
|
|
1253
945
|
|
|
1254
946
|
export interface EntityRecognizerMetadata {
|
|
1255
947
|
|
|
@@ -1261,10 +953,6 @@ export interface EntityRecognizerMetadata {
|
|
|
1261
953
|
|
|
1262
954
|
EntityTypes?: EntityRecognizerMetadataEntityTypesListItem[];
|
|
1263
955
|
}
|
|
1264
|
-
export declare namespace EntityRecognizerMetadata {
|
|
1265
|
-
|
|
1266
|
-
const filterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
|
|
1267
|
-
}
|
|
1268
956
|
|
|
1269
957
|
export interface EntityRecognizerProperties {
|
|
1270
958
|
|
|
@@ -1300,26 +988,14 @@ export interface EntityRecognizerProperties {
|
|
|
1300
988
|
|
|
1301
989
|
SourceModelArn?: string;
|
|
1302
990
|
}
|
|
1303
|
-
export declare namespace EntityRecognizerProperties {
|
|
1304
|
-
|
|
1305
|
-
const filterSensitiveLog: (obj: EntityRecognizerProperties) => any;
|
|
1306
|
-
}
|
|
1307
991
|
export interface DescribeEntityRecognizerResponse {
|
|
1308
992
|
|
|
1309
993
|
EntityRecognizerProperties?: EntityRecognizerProperties;
|
|
1310
994
|
}
|
|
1311
|
-
export declare namespace DescribeEntityRecognizerResponse {
|
|
1312
|
-
|
|
1313
|
-
const filterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
|
|
1314
|
-
}
|
|
1315
995
|
export interface DescribeEventsDetectionJobRequest {
|
|
1316
996
|
|
|
1317
997
|
JobId: string | undefined;
|
|
1318
998
|
}
|
|
1319
|
-
export declare namespace DescribeEventsDetectionJobRequest {
|
|
1320
|
-
|
|
1321
|
-
const filterSensitiveLog: (obj: DescribeEventsDetectionJobRequest) => any;
|
|
1322
|
-
}
|
|
1323
999
|
|
|
1324
1000
|
export interface EventsDetectionJobProperties {
|
|
1325
1001
|
|
|
@@ -1347,26 +1023,14 @@ export interface EventsDetectionJobProperties {
|
|
|
1347
1023
|
|
|
1348
1024
|
TargetEventTypes?: string[];
|
|
1349
1025
|
}
|
|
1350
|
-
export declare namespace EventsDetectionJobProperties {
|
|
1351
|
-
|
|
1352
|
-
const filterSensitiveLog: (obj: EventsDetectionJobProperties) => any;
|
|
1353
|
-
}
|
|
1354
1026
|
export interface DescribeEventsDetectionJobResponse {
|
|
1355
1027
|
|
|
1356
1028
|
EventsDetectionJobProperties?: EventsDetectionJobProperties;
|
|
1357
1029
|
}
|
|
1358
|
-
export declare namespace DescribeEventsDetectionJobResponse {
|
|
1359
|
-
|
|
1360
|
-
const filterSensitiveLog: (obj: DescribeEventsDetectionJobResponse) => any;
|
|
1361
|
-
}
|
|
1362
1030
|
export interface DescribeKeyPhrasesDetectionJobRequest {
|
|
1363
1031
|
|
|
1364
1032
|
JobId: string | undefined;
|
|
1365
1033
|
}
|
|
1366
|
-
export declare namespace DescribeKeyPhrasesDetectionJobRequest {
|
|
1367
|
-
|
|
1368
|
-
const filterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobRequest) => any;
|
|
1369
|
-
}
|
|
1370
1034
|
|
|
1371
1035
|
export interface KeyPhrasesDetectionJobProperties {
|
|
1372
1036
|
|
|
@@ -1396,26 +1060,14 @@ export interface KeyPhrasesDetectionJobProperties {
|
|
|
1396
1060
|
|
|
1397
1061
|
VpcConfig?: VpcConfig;
|
|
1398
1062
|
}
|
|
1399
|
-
export declare namespace KeyPhrasesDetectionJobProperties {
|
|
1400
|
-
|
|
1401
|
-
const filterSensitiveLog: (obj: KeyPhrasesDetectionJobProperties) => any;
|
|
1402
|
-
}
|
|
1403
1063
|
export interface DescribeKeyPhrasesDetectionJobResponse {
|
|
1404
1064
|
|
|
1405
1065
|
KeyPhrasesDetectionJobProperties?: KeyPhrasesDetectionJobProperties;
|
|
1406
1066
|
}
|
|
1407
|
-
export declare namespace DescribeKeyPhrasesDetectionJobResponse {
|
|
1408
|
-
|
|
1409
|
-
const filterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobResponse) => any;
|
|
1410
|
-
}
|
|
1411
1067
|
export interface DescribePiiEntitiesDetectionJobRequest {
|
|
1412
1068
|
|
|
1413
1069
|
JobId: string | undefined;
|
|
1414
1070
|
}
|
|
1415
|
-
export declare namespace DescribePiiEntitiesDetectionJobRequest {
|
|
1416
|
-
|
|
1417
|
-
const filterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobRequest) => any;
|
|
1418
|
-
}
|
|
1419
1071
|
export declare enum PiiEntitiesDetectionMode {
|
|
1420
1072
|
ONLY_OFFSETS = "ONLY_OFFSETS",
|
|
1421
1073
|
ONLY_REDACTION = "ONLY_REDACTION"
|
|
@@ -1427,10 +1079,6 @@ export interface PiiOutputDataConfig {
|
|
|
1427
1079
|
|
|
1428
1080
|
KmsKeyId?: string;
|
|
1429
1081
|
}
|
|
1430
|
-
export declare namespace PiiOutputDataConfig {
|
|
1431
|
-
|
|
1432
|
-
const filterSensitiveLog: (obj: PiiOutputDataConfig) => any;
|
|
1433
|
-
}
|
|
1434
1082
|
export declare enum PiiEntitiesDetectionMaskMode {
|
|
1435
1083
|
MASK = "MASK",
|
|
1436
1084
|
REPLACE_WITH_PII_ENTITY_TYPE = "REPLACE_WITH_PII_ENTITY_TYPE"
|
|
@@ -1444,10 +1092,6 @@ export interface RedactionConfig {
|
|
|
1444
1092
|
|
|
1445
1093
|
MaskCharacter?: string;
|
|
1446
1094
|
}
|
|
1447
|
-
export declare namespace RedactionConfig {
|
|
1448
|
-
|
|
1449
|
-
const filterSensitiveLog: (obj: RedactionConfig) => any;
|
|
1450
|
-
}
|
|
1451
1095
|
|
|
1452
1096
|
export interface PiiEntitiesDetectionJobProperties {
|
|
1453
1097
|
|
|
@@ -1477,26 +1121,14 @@ export interface PiiEntitiesDetectionJobProperties {
|
|
|
1477
1121
|
|
|
1478
1122
|
Mode?: PiiEntitiesDetectionMode | string;
|
|
1479
1123
|
}
|
|
1480
|
-
export declare namespace PiiEntitiesDetectionJobProperties {
|
|
1481
|
-
|
|
1482
|
-
const filterSensitiveLog: (obj: PiiEntitiesDetectionJobProperties) => any;
|
|
1483
|
-
}
|
|
1484
1124
|
export interface DescribePiiEntitiesDetectionJobResponse {
|
|
1485
1125
|
|
|
1486
1126
|
PiiEntitiesDetectionJobProperties?: PiiEntitiesDetectionJobProperties;
|
|
1487
1127
|
}
|
|
1488
|
-
export declare namespace DescribePiiEntitiesDetectionJobResponse {
|
|
1489
|
-
|
|
1490
|
-
const filterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobResponse) => any;
|
|
1491
|
-
}
|
|
1492
1128
|
export interface DescribeResourcePolicyRequest {
|
|
1493
1129
|
|
|
1494
1130
|
ResourceArn: string | undefined;
|
|
1495
1131
|
}
|
|
1496
|
-
export declare namespace DescribeResourcePolicyRequest {
|
|
1497
|
-
|
|
1498
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
|
|
1499
|
-
}
|
|
1500
1132
|
export interface DescribeResourcePolicyResponse {
|
|
1501
1133
|
|
|
1502
1134
|
ResourcePolicy?: string;
|
|
@@ -1507,18 +1139,10 @@ export interface DescribeResourcePolicyResponse {
|
|
|
1507
1139
|
|
|
1508
1140
|
PolicyRevisionId?: string;
|
|
1509
1141
|
}
|
|
1510
|
-
export declare namespace DescribeResourcePolicyResponse {
|
|
1511
|
-
|
|
1512
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
|
|
1513
|
-
}
|
|
1514
1142
|
export interface DescribeSentimentDetectionJobRequest {
|
|
1515
1143
|
|
|
1516
1144
|
JobId: string | undefined;
|
|
1517
1145
|
}
|
|
1518
|
-
export declare namespace DescribeSentimentDetectionJobRequest {
|
|
1519
|
-
|
|
1520
|
-
const filterSensitiveLog: (obj: DescribeSentimentDetectionJobRequest) => any;
|
|
1521
|
-
}
|
|
1522
1146
|
|
|
1523
1147
|
export interface SentimentDetectionJobProperties {
|
|
1524
1148
|
|
|
@@ -1548,26 +1172,14 @@ export interface SentimentDetectionJobProperties {
|
|
|
1548
1172
|
|
|
1549
1173
|
VpcConfig?: VpcConfig;
|
|
1550
1174
|
}
|
|
1551
|
-
export declare namespace SentimentDetectionJobProperties {
|
|
1552
|
-
|
|
1553
|
-
const filterSensitiveLog: (obj: SentimentDetectionJobProperties) => any;
|
|
1554
|
-
}
|
|
1555
1175
|
export interface DescribeSentimentDetectionJobResponse {
|
|
1556
1176
|
|
|
1557
1177
|
SentimentDetectionJobProperties?: SentimentDetectionJobProperties;
|
|
1558
1178
|
}
|
|
1559
|
-
export declare namespace DescribeSentimentDetectionJobResponse {
|
|
1560
|
-
|
|
1561
|
-
const filterSensitiveLog: (obj: DescribeSentimentDetectionJobResponse) => any;
|
|
1562
|
-
}
|
|
1563
1179
|
export interface DescribeTargetedSentimentDetectionJobRequest {
|
|
1564
1180
|
|
|
1565
1181
|
JobId: string | undefined;
|
|
1566
1182
|
}
|
|
1567
|
-
export declare namespace DescribeTargetedSentimentDetectionJobRequest {
|
|
1568
|
-
|
|
1569
|
-
const filterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobRequest) => any;
|
|
1570
|
-
}
|
|
1571
1183
|
|
|
1572
1184
|
export interface TargetedSentimentDetectionJobProperties {
|
|
1573
1185
|
|
|
@@ -1597,26 +1209,14 @@ export interface TargetedSentimentDetectionJobProperties {
|
|
|
1597
1209
|
|
|
1598
1210
|
VpcConfig?: VpcConfig;
|
|
1599
1211
|
}
|
|
1600
|
-
export declare namespace TargetedSentimentDetectionJobProperties {
|
|
1601
|
-
|
|
1602
|
-
const filterSensitiveLog: (obj: TargetedSentimentDetectionJobProperties) => any;
|
|
1603
|
-
}
|
|
1604
1212
|
export interface DescribeTargetedSentimentDetectionJobResponse {
|
|
1605
1213
|
|
|
1606
1214
|
TargetedSentimentDetectionJobProperties?: TargetedSentimentDetectionJobProperties;
|
|
1607
1215
|
}
|
|
1608
|
-
export declare namespace DescribeTargetedSentimentDetectionJobResponse {
|
|
1609
|
-
|
|
1610
|
-
const filterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobResponse) => any;
|
|
1611
|
-
}
|
|
1612
1216
|
export interface DescribeTopicsDetectionJobRequest {
|
|
1613
1217
|
|
|
1614
1218
|
JobId: string | undefined;
|
|
1615
1219
|
}
|
|
1616
|
-
export declare namespace DescribeTopicsDetectionJobRequest {
|
|
1617
|
-
|
|
1618
|
-
const filterSensitiveLog: (obj: DescribeTopicsDetectionJobRequest) => any;
|
|
1619
|
-
}
|
|
1620
1220
|
|
|
1621
1221
|
export interface TopicsDetectionJobProperties {
|
|
1622
1222
|
|
|
@@ -1646,34 +1246,18 @@ export interface TopicsDetectionJobProperties {
|
|
|
1646
1246
|
|
|
1647
1247
|
VpcConfig?: VpcConfig;
|
|
1648
1248
|
}
|
|
1649
|
-
export declare namespace TopicsDetectionJobProperties {
|
|
1650
|
-
|
|
1651
|
-
const filterSensitiveLog: (obj: TopicsDetectionJobProperties) => any;
|
|
1652
|
-
}
|
|
1653
1249
|
export interface DescribeTopicsDetectionJobResponse {
|
|
1654
1250
|
|
|
1655
1251
|
TopicsDetectionJobProperties?: TopicsDetectionJobProperties;
|
|
1656
1252
|
}
|
|
1657
|
-
export declare namespace DescribeTopicsDetectionJobResponse {
|
|
1658
|
-
|
|
1659
|
-
const filterSensitiveLog: (obj: DescribeTopicsDetectionJobResponse) => any;
|
|
1660
|
-
}
|
|
1661
1253
|
export interface DetectDominantLanguageRequest {
|
|
1662
1254
|
|
|
1663
1255
|
Text: string | undefined;
|
|
1664
1256
|
}
|
|
1665
|
-
export declare namespace DetectDominantLanguageRequest {
|
|
1666
|
-
|
|
1667
|
-
const filterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
|
|
1668
|
-
}
|
|
1669
1257
|
export interface DetectDominantLanguageResponse {
|
|
1670
1258
|
|
|
1671
1259
|
Languages?: DominantLanguage[];
|
|
1672
1260
|
}
|
|
1673
|
-
export declare namespace DetectDominantLanguageResponse {
|
|
1674
|
-
|
|
1675
|
-
const filterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
|
|
1676
|
-
}
|
|
1677
1261
|
export interface DetectEntitiesRequest {
|
|
1678
1262
|
|
|
1679
1263
|
Text: string | undefined;
|
|
@@ -1682,46 +1266,26 @@ export interface DetectEntitiesRequest {
|
|
|
1682
1266
|
|
|
1683
1267
|
EndpointArn?: string;
|
|
1684
1268
|
}
|
|
1685
|
-
export declare namespace DetectEntitiesRequest {
|
|
1686
|
-
|
|
1687
|
-
const filterSensitiveLog: (obj: DetectEntitiesRequest) => any;
|
|
1688
|
-
}
|
|
1689
1269
|
export interface DetectEntitiesResponse {
|
|
1690
1270
|
|
|
1691
1271
|
Entities?: Entity[];
|
|
1692
1272
|
}
|
|
1693
|
-
export declare namespace DetectEntitiesResponse {
|
|
1694
|
-
|
|
1695
|
-
const filterSensitiveLog: (obj: DetectEntitiesResponse) => any;
|
|
1696
|
-
}
|
|
1697
1273
|
export interface DetectKeyPhrasesRequest {
|
|
1698
1274
|
|
|
1699
1275
|
Text: string | undefined;
|
|
1700
1276
|
|
|
1701
1277
|
LanguageCode: LanguageCode | string | undefined;
|
|
1702
1278
|
}
|
|
1703
|
-
export declare namespace DetectKeyPhrasesRequest {
|
|
1704
|
-
|
|
1705
|
-
const filterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
|
|
1706
|
-
}
|
|
1707
1279
|
export interface DetectKeyPhrasesResponse {
|
|
1708
1280
|
|
|
1709
1281
|
KeyPhrases?: KeyPhrase[];
|
|
1710
1282
|
}
|
|
1711
|
-
export declare namespace DetectKeyPhrasesResponse {
|
|
1712
|
-
|
|
1713
|
-
const filterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
|
|
1714
|
-
}
|
|
1715
1283
|
export interface DetectPiiEntitiesRequest {
|
|
1716
1284
|
|
|
1717
1285
|
Text: string | undefined;
|
|
1718
1286
|
|
|
1719
1287
|
LanguageCode: LanguageCode | string | undefined;
|
|
1720
1288
|
}
|
|
1721
|
-
export declare namespace DetectPiiEntitiesRequest {
|
|
1722
|
-
|
|
1723
|
-
const filterSensitiveLog: (obj: DetectPiiEntitiesRequest) => any;
|
|
1724
|
-
}
|
|
1725
1289
|
|
|
1726
1290
|
export interface PiiEntity {
|
|
1727
1291
|
|
|
@@ -1733,56 +1297,32 @@ export interface PiiEntity {
|
|
|
1733
1297
|
|
|
1734
1298
|
EndOffset?: number;
|
|
1735
1299
|
}
|
|
1736
|
-
export declare namespace PiiEntity {
|
|
1737
|
-
|
|
1738
|
-
const filterSensitiveLog: (obj: PiiEntity) => any;
|
|
1739
|
-
}
|
|
1740
1300
|
export interface DetectPiiEntitiesResponse {
|
|
1741
1301
|
|
|
1742
1302
|
Entities?: PiiEntity[];
|
|
1743
1303
|
}
|
|
1744
|
-
export declare namespace DetectPiiEntitiesResponse {
|
|
1745
|
-
|
|
1746
|
-
const filterSensitiveLog: (obj: DetectPiiEntitiesResponse) => any;
|
|
1747
|
-
}
|
|
1748
1304
|
export interface DetectSentimentRequest {
|
|
1749
1305
|
|
|
1750
1306
|
Text: string | undefined;
|
|
1751
1307
|
|
|
1752
1308
|
LanguageCode: LanguageCode | string | undefined;
|
|
1753
1309
|
}
|
|
1754
|
-
export declare namespace DetectSentimentRequest {
|
|
1755
|
-
|
|
1756
|
-
const filterSensitiveLog: (obj: DetectSentimentRequest) => any;
|
|
1757
|
-
}
|
|
1758
1310
|
export interface DetectSentimentResponse {
|
|
1759
1311
|
|
|
1760
1312
|
Sentiment?: SentimentType | string;
|
|
1761
1313
|
|
|
1762
1314
|
SentimentScore?: SentimentScore;
|
|
1763
1315
|
}
|
|
1764
|
-
export declare namespace DetectSentimentResponse {
|
|
1765
|
-
|
|
1766
|
-
const filterSensitiveLog: (obj: DetectSentimentResponse) => any;
|
|
1767
|
-
}
|
|
1768
1316
|
export interface DetectSyntaxRequest {
|
|
1769
1317
|
|
|
1770
1318
|
Text: string | undefined;
|
|
1771
1319
|
|
|
1772
1320
|
LanguageCode: SyntaxLanguageCode | string | undefined;
|
|
1773
1321
|
}
|
|
1774
|
-
export declare namespace DetectSyntaxRequest {
|
|
1775
|
-
|
|
1776
|
-
const filterSensitiveLog: (obj: DetectSyntaxRequest) => any;
|
|
1777
|
-
}
|
|
1778
1322
|
export interface DetectSyntaxResponse {
|
|
1779
1323
|
|
|
1780
1324
|
SyntaxTokens?: SyntaxToken[];
|
|
1781
1325
|
}
|
|
1782
|
-
export declare namespace DetectSyntaxResponse {
|
|
1783
|
-
|
|
1784
|
-
const filterSensitiveLog: (obj: DetectSyntaxResponse) => any;
|
|
1785
|
-
}
|
|
1786
1326
|
export interface ImportModelRequest {
|
|
1787
1327
|
|
|
1788
1328
|
SourceModelArn: string | undefined;
|
|
@@ -1797,18 +1337,10 @@ export interface ImportModelRequest {
|
|
|
1797
1337
|
|
|
1798
1338
|
Tags?: Tag[];
|
|
1799
1339
|
}
|
|
1800
|
-
export declare namespace ImportModelRequest {
|
|
1801
|
-
|
|
1802
|
-
const filterSensitiveLog: (obj: ImportModelRequest) => any;
|
|
1803
|
-
}
|
|
1804
1340
|
export interface ImportModelResponse {
|
|
1805
1341
|
|
|
1806
1342
|
ModelArn?: string;
|
|
1807
1343
|
}
|
|
1808
|
-
export declare namespace ImportModelResponse {
|
|
1809
|
-
|
|
1810
|
-
const filterSensitiveLog: (obj: ImportModelResponse) => any;
|
|
1811
|
-
}
|
|
1812
1344
|
|
|
1813
1345
|
export declare class InvalidFilterException extends __BaseException {
|
|
1814
1346
|
readonly name: "InvalidFilterException";
|
|
@@ -1828,10 +1360,6 @@ export interface DocumentClassificationJobFilter {
|
|
|
1828
1360
|
|
|
1829
1361
|
SubmitTimeAfter?: Date;
|
|
1830
1362
|
}
|
|
1831
|
-
export declare namespace DocumentClassificationJobFilter {
|
|
1832
|
-
|
|
1833
|
-
const filterSensitiveLog: (obj: DocumentClassificationJobFilter) => any;
|
|
1834
|
-
}
|
|
1835
1363
|
export interface ListDocumentClassificationJobsRequest {
|
|
1836
1364
|
|
|
1837
1365
|
Filter?: DocumentClassificationJobFilter;
|
|
@@ -1840,20 +1368,12 @@ export interface ListDocumentClassificationJobsRequest {
|
|
|
1840
1368
|
|
|
1841
1369
|
MaxResults?: number;
|
|
1842
1370
|
}
|
|
1843
|
-
export declare namespace ListDocumentClassificationJobsRequest {
|
|
1844
|
-
|
|
1845
|
-
const filterSensitiveLog: (obj: ListDocumentClassificationJobsRequest) => any;
|
|
1846
|
-
}
|
|
1847
1371
|
export interface ListDocumentClassificationJobsResponse {
|
|
1848
1372
|
|
|
1849
1373
|
DocumentClassificationJobPropertiesList?: DocumentClassificationJobProperties[];
|
|
1850
1374
|
|
|
1851
1375
|
NextToken?: string;
|
|
1852
1376
|
}
|
|
1853
|
-
export declare namespace ListDocumentClassificationJobsResponse {
|
|
1854
|
-
|
|
1855
|
-
const filterSensitiveLog: (obj: ListDocumentClassificationJobsResponse) => any;
|
|
1856
|
-
}
|
|
1857
1377
|
|
|
1858
1378
|
export interface DocumentClassifierFilter {
|
|
1859
1379
|
|
|
@@ -1865,10 +1385,6 @@ export interface DocumentClassifierFilter {
|
|
|
1865
1385
|
|
|
1866
1386
|
SubmitTimeAfter?: Date;
|
|
1867
1387
|
}
|
|
1868
|
-
export declare namespace DocumentClassifierFilter {
|
|
1869
|
-
|
|
1870
|
-
const filterSensitiveLog: (obj: DocumentClassifierFilter) => any;
|
|
1871
|
-
}
|
|
1872
1388
|
export interface ListDocumentClassifiersRequest {
|
|
1873
1389
|
|
|
1874
1390
|
Filter?: DocumentClassifierFilter;
|
|
@@ -1877,30 +1393,18 @@ export interface ListDocumentClassifiersRequest {
|
|
|
1877
1393
|
|
|
1878
1394
|
MaxResults?: number;
|
|
1879
1395
|
}
|
|
1880
|
-
export declare namespace ListDocumentClassifiersRequest {
|
|
1881
|
-
|
|
1882
|
-
const filterSensitiveLog: (obj: ListDocumentClassifiersRequest) => any;
|
|
1883
|
-
}
|
|
1884
1396
|
export interface ListDocumentClassifiersResponse {
|
|
1885
1397
|
|
|
1886
1398
|
DocumentClassifierPropertiesList?: DocumentClassifierProperties[];
|
|
1887
1399
|
|
|
1888
1400
|
NextToken?: string;
|
|
1889
1401
|
}
|
|
1890
|
-
export declare namespace ListDocumentClassifiersResponse {
|
|
1891
|
-
|
|
1892
|
-
const filterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
|
|
1893
|
-
}
|
|
1894
1402
|
export interface ListDocumentClassifierSummariesRequest {
|
|
1895
1403
|
|
|
1896
1404
|
NextToken?: string;
|
|
1897
1405
|
|
|
1898
1406
|
MaxResults?: number;
|
|
1899
1407
|
}
|
|
1900
|
-
export declare namespace ListDocumentClassifierSummariesRequest {
|
|
1901
|
-
|
|
1902
|
-
const filterSensitiveLog: (obj: ListDocumentClassifierSummariesRequest) => any;
|
|
1903
|
-
}
|
|
1904
1408
|
|
|
1905
1409
|
export interface DocumentClassifierSummary {
|
|
1906
1410
|
|
|
@@ -1914,20 +1418,12 @@ export interface DocumentClassifierSummary {
|
|
|
1914
1418
|
|
|
1915
1419
|
LatestVersionStatus?: ModelStatus | string;
|
|
1916
1420
|
}
|
|
1917
|
-
export declare namespace DocumentClassifierSummary {
|
|
1918
|
-
|
|
1919
|
-
const filterSensitiveLog: (obj: DocumentClassifierSummary) => any;
|
|
1920
|
-
}
|
|
1921
1421
|
export interface ListDocumentClassifierSummariesResponse {
|
|
1922
1422
|
|
|
1923
1423
|
DocumentClassifierSummariesList?: DocumentClassifierSummary[];
|
|
1924
1424
|
|
|
1925
1425
|
NextToken?: string;
|
|
1926
1426
|
}
|
|
1927
|
-
export declare namespace ListDocumentClassifierSummariesResponse {
|
|
1928
|
-
|
|
1929
|
-
const filterSensitiveLog: (obj: ListDocumentClassifierSummariesResponse) => any;
|
|
1930
|
-
}
|
|
1931
1427
|
|
|
1932
1428
|
export interface DominantLanguageDetectionJobFilter {
|
|
1933
1429
|
|
|
@@ -1939,10 +1435,6 @@ export interface DominantLanguageDetectionJobFilter {
|
|
|
1939
1435
|
|
|
1940
1436
|
SubmitTimeAfter?: Date;
|
|
1941
1437
|
}
|
|
1942
|
-
export declare namespace DominantLanguageDetectionJobFilter {
|
|
1943
|
-
|
|
1944
|
-
const filterSensitiveLog: (obj: DominantLanguageDetectionJobFilter) => any;
|
|
1945
|
-
}
|
|
1946
1438
|
export interface ListDominantLanguageDetectionJobsRequest {
|
|
1947
1439
|
|
|
1948
1440
|
Filter?: DominantLanguageDetectionJobFilter;
|
|
@@ -1951,20 +1443,12 @@ export interface ListDominantLanguageDetectionJobsRequest {
|
|
|
1951
1443
|
|
|
1952
1444
|
MaxResults?: number;
|
|
1953
1445
|
}
|
|
1954
|
-
export declare namespace ListDominantLanguageDetectionJobsRequest {
|
|
1955
|
-
|
|
1956
|
-
const filterSensitiveLog: (obj: ListDominantLanguageDetectionJobsRequest) => any;
|
|
1957
|
-
}
|
|
1958
1446
|
export interface ListDominantLanguageDetectionJobsResponse {
|
|
1959
1447
|
|
|
1960
1448
|
DominantLanguageDetectionJobPropertiesList?: DominantLanguageDetectionJobProperties[];
|
|
1961
1449
|
|
|
1962
1450
|
NextToken?: string;
|
|
1963
1451
|
}
|
|
1964
|
-
export declare namespace ListDominantLanguageDetectionJobsResponse {
|
|
1965
|
-
|
|
1966
|
-
const filterSensitiveLog: (obj: ListDominantLanguageDetectionJobsResponse) => any;
|
|
1967
|
-
}
|
|
1968
1452
|
|
|
1969
1453
|
export interface EndpointFilter {
|
|
1970
1454
|
|
|
@@ -1976,10 +1460,6 @@ export interface EndpointFilter {
|
|
|
1976
1460
|
|
|
1977
1461
|
CreationTimeAfter?: Date;
|
|
1978
1462
|
}
|
|
1979
|
-
export declare namespace EndpointFilter {
|
|
1980
|
-
|
|
1981
|
-
const filterSensitiveLog: (obj: EndpointFilter) => any;
|
|
1982
|
-
}
|
|
1983
1463
|
export interface ListEndpointsRequest {
|
|
1984
1464
|
|
|
1985
1465
|
Filter?: EndpointFilter;
|
|
@@ -1988,20 +1468,12 @@ export interface ListEndpointsRequest {
|
|
|
1988
1468
|
|
|
1989
1469
|
MaxResults?: number;
|
|
1990
1470
|
}
|
|
1991
|
-
export declare namespace ListEndpointsRequest {
|
|
1992
|
-
|
|
1993
|
-
const filterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
1994
|
-
}
|
|
1995
1471
|
export interface ListEndpointsResponse {
|
|
1996
1472
|
|
|
1997
1473
|
EndpointPropertiesList?: EndpointProperties[];
|
|
1998
1474
|
|
|
1999
1475
|
NextToken?: string;
|
|
2000
1476
|
}
|
|
2001
|
-
export declare namespace ListEndpointsResponse {
|
|
2002
|
-
|
|
2003
|
-
const filterSensitiveLog: (obj: ListEndpointsResponse) => any;
|
|
2004
|
-
}
|
|
2005
1477
|
|
|
2006
1478
|
export interface EntitiesDetectionJobFilter {
|
|
2007
1479
|
|
|
@@ -2013,10 +1485,6 @@ export interface EntitiesDetectionJobFilter {
|
|
|
2013
1485
|
|
|
2014
1486
|
SubmitTimeAfter?: Date;
|
|
2015
1487
|
}
|
|
2016
|
-
export declare namespace EntitiesDetectionJobFilter {
|
|
2017
|
-
|
|
2018
|
-
const filterSensitiveLog: (obj: EntitiesDetectionJobFilter) => any;
|
|
2019
|
-
}
|
|
2020
1488
|
export interface ListEntitiesDetectionJobsRequest {
|
|
2021
1489
|
|
|
2022
1490
|
Filter?: EntitiesDetectionJobFilter;
|
|
@@ -2025,20 +1493,12 @@ export interface ListEntitiesDetectionJobsRequest {
|
|
|
2025
1493
|
|
|
2026
1494
|
MaxResults?: number;
|
|
2027
1495
|
}
|
|
2028
|
-
export declare namespace ListEntitiesDetectionJobsRequest {
|
|
2029
|
-
|
|
2030
|
-
const filterSensitiveLog: (obj: ListEntitiesDetectionJobsRequest) => any;
|
|
2031
|
-
}
|
|
2032
1496
|
export interface ListEntitiesDetectionJobsResponse {
|
|
2033
1497
|
|
|
2034
1498
|
EntitiesDetectionJobPropertiesList?: EntitiesDetectionJobProperties[];
|
|
2035
1499
|
|
|
2036
1500
|
NextToken?: string;
|
|
2037
1501
|
}
|
|
2038
|
-
export declare namespace ListEntitiesDetectionJobsResponse {
|
|
2039
|
-
|
|
2040
|
-
const filterSensitiveLog: (obj: ListEntitiesDetectionJobsResponse) => any;
|
|
2041
|
-
}
|
|
2042
1502
|
|
|
2043
1503
|
export interface EntityRecognizerFilter {
|
|
2044
1504
|
|
|
@@ -2050,10 +1510,6 @@ export interface EntityRecognizerFilter {
|
|
|
2050
1510
|
|
|
2051
1511
|
SubmitTimeAfter?: Date;
|
|
2052
1512
|
}
|
|
2053
|
-
export declare namespace EntityRecognizerFilter {
|
|
2054
|
-
|
|
2055
|
-
const filterSensitiveLog: (obj: EntityRecognizerFilter) => any;
|
|
2056
|
-
}
|
|
2057
1513
|
export interface ListEntityRecognizersRequest {
|
|
2058
1514
|
|
|
2059
1515
|
Filter?: EntityRecognizerFilter;
|
|
@@ -2062,30 +1518,18 @@ export interface ListEntityRecognizersRequest {
|
|
|
2062
1518
|
|
|
2063
1519
|
MaxResults?: number;
|
|
2064
1520
|
}
|
|
2065
|
-
export declare namespace ListEntityRecognizersRequest {
|
|
2066
|
-
|
|
2067
|
-
const filterSensitiveLog: (obj: ListEntityRecognizersRequest) => any;
|
|
2068
|
-
}
|
|
2069
1521
|
export interface ListEntityRecognizersResponse {
|
|
2070
1522
|
|
|
2071
1523
|
EntityRecognizerPropertiesList?: EntityRecognizerProperties[];
|
|
2072
1524
|
|
|
2073
1525
|
NextToken?: string;
|
|
2074
1526
|
}
|
|
2075
|
-
export declare namespace ListEntityRecognizersResponse {
|
|
2076
|
-
|
|
2077
|
-
const filterSensitiveLog: (obj: ListEntityRecognizersResponse) => any;
|
|
2078
|
-
}
|
|
2079
1527
|
export interface ListEntityRecognizerSummariesRequest {
|
|
2080
1528
|
|
|
2081
1529
|
NextToken?: string;
|
|
2082
1530
|
|
|
2083
1531
|
MaxResults?: number;
|
|
2084
1532
|
}
|
|
2085
|
-
export declare namespace ListEntityRecognizerSummariesRequest {
|
|
2086
|
-
|
|
2087
|
-
const filterSensitiveLog: (obj: ListEntityRecognizerSummariesRequest) => any;
|
|
2088
|
-
}
|
|
2089
1533
|
|
|
2090
1534
|
export interface EntityRecognizerSummary {
|
|
2091
1535
|
|
|
@@ -2099,20 +1543,12 @@ export interface EntityRecognizerSummary {
|
|
|
2099
1543
|
|
|
2100
1544
|
LatestVersionStatus?: ModelStatus | string;
|
|
2101
1545
|
}
|
|
2102
|
-
export declare namespace EntityRecognizerSummary {
|
|
2103
|
-
|
|
2104
|
-
const filterSensitiveLog: (obj: EntityRecognizerSummary) => any;
|
|
2105
|
-
}
|
|
2106
1546
|
export interface ListEntityRecognizerSummariesResponse {
|
|
2107
1547
|
|
|
2108
1548
|
EntityRecognizerSummariesList?: EntityRecognizerSummary[];
|
|
2109
1549
|
|
|
2110
1550
|
NextToken?: string;
|
|
2111
1551
|
}
|
|
2112
|
-
export declare namespace ListEntityRecognizerSummariesResponse {
|
|
2113
|
-
|
|
2114
|
-
const filterSensitiveLog: (obj: ListEntityRecognizerSummariesResponse) => any;
|
|
2115
|
-
}
|
|
2116
1552
|
|
|
2117
1553
|
export interface EventsDetectionJobFilter {
|
|
2118
1554
|
|
|
@@ -2124,10 +1560,6 @@ export interface EventsDetectionJobFilter {
|
|
|
2124
1560
|
|
|
2125
1561
|
SubmitTimeAfter?: Date;
|
|
2126
1562
|
}
|
|
2127
|
-
export declare namespace EventsDetectionJobFilter {
|
|
2128
|
-
|
|
2129
|
-
const filterSensitiveLog: (obj: EventsDetectionJobFilter) => any;
|
|
2130
|
-
}
|
|
2131
1563
|
export interface ListEventsDetectionJobsRequest {
|
|
2132
1564
|
|
|
2133
1565
|
Filter?: EventsDetectionJobFilter;
|
|
@@ -2136,20 +1568,12 @@ export interface ListEventsDetectionJobsRequest {
|
|
|
2136
1568
|
|
|
2137
1569
|
MaxResults?: number;
|
|
2138
1570
|
}
|
|
2139
|
-
export declare namespace ListEventsDetectionJobsRequest {
|
|
2140
|
-
|
|
2141
|
-
const filterSensitiveLog: (obj: ListEventsDetectionJobsRequest) => any;
|
|
2142
|
-
}
|
|
2143
1571
|
export interface ListEventsDetectionJobsResponse {
|
|
2144
1572
|
|
|
2145
1573
|
EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[];
|
|
2146
1574
|
|
|
2147
1575
|
NextToken?: string;
|
|
2148
1576
|
}
|
|
2149
|
-
export declare namespace ListEventsDetectionJobsResponse {
|
|
2150
|
-
|
|
2151
|
-
const filterSensitiveLog: (obj: ListEventsDetectionJobsResponse) => any;
|
|
2152
|
-
}
|
|
2153
1577
|
|
|
2154
1578
|
export interface KeyPhrasesDetectionJobFilter {
|
|
2155
1579
|
|
|
@@ -2161,10 +1585,6 @@ export interface KeyPhrasesDetectionJobFilter {
|
|
|
2161
1585
|
|
|
2162
1586
|
SubmitTimeAfter?: Date;
|
|
2163
1587
|
}
|
|
2164
|
-
export declare namespace KeyPhrasesDetectionJobFilter {
|
|
2165
|
-
|
|
2166
|
-
const filterSensitiveLog: (obj: KeyPhrasesDetectionJobFilter) => any;
|
|
2167
|
-
}
|
|
2168
1588
|
export interface ListKeyPhrasesDetectionJobsRequest {
|
|
2169
1589
|
|
|
2170
1590
|
Filter?: KeyPhrasesDetectionJobFilter;
|
|
@@ -2173,20 +1593,12 @@ export interface ListKeyPhrasesDetectionJobsRequest {
|
|
|
2173
1593
|
|
|
2174
1594
|
MaxResults?: number;
|
|
2175
1595
|
}
|
|
2176
|
-
export declare namespace ListKeyPhrasesDetectionJobsRequest {
|
|
2177
|
-
|
|
2178
|
-
const filterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsRequest) => any;
|
|
2179
|
-
}
|
|
2180
1596
|
export interface ListKeyPhrasesDetectionJobsResponse {
|
|
2181
1597
|
|
|
2182
1598
|
KeyPhrasesDetectionJobPropertiesList?: KeyPhrasesDetectionJobProperties[];
|
|
2183
1599
|
|
|
2184
1600
|
NextToken?: string;
|
|
2185
1601
|
}
|
|
2186
|
-
export declare namespace ListKeyPhrasesDetectionJobsResponse {
|
|
2187
|
-
|
|
2188
|
-
const filterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsResponse) => any;
|
|
2189
|
-
}
|
|
2190
1602
|
|
|
2191
1603
|
export interface PiiEntitiesDetectionJobFilter {
|
|
2192
1604
|
|
|
@@ -2198,10 +1610,6 @@ export interface PiiEntitiesDetectionJobFilter {
|
|
|
2198
1610
|
|
|
2199
1611
|
SubmitTimeAfter?: Date;
|
|
2200
1612
|
}
|
|
2201
|
-
export declare namespace PiiEntitiesDetectionJobFilter {
|
|
2202
|
-
|
|
2203
|
-
const filterSensitiveLog: (obj: PiiEntitiesDetectionJobFilter) => any;
|
|
2204
|
-
}
|
|
2205
1613
|
export interface ListPiiEntitiesDetectionJobsRequest {
|
|
2206
1614
|
|
|
2207
1615
|
Filter?: PiiEntitiesDetectionJobFilter;
|
|
@@ -2210,20 +1618,12 @@ export interface ListPiiEntitiesDetectionJobsRequest {
|
|
|
2210
1618
|
|
|
2211
1619
|
MaxResults?: number;
|
|
2212
1620
|
}
|
|
2213
|
-
export declare namespace ListPiiEntitiesDetectionJobsRequest {
|
|
2214
|
-
|
|
2215
|
-
const filterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsRequest) => any;
|
|
2216
|
-
}
|
|
2217
1621
|
export interface ListPiiEntitiesDetectionJobsResponse {
|
|
2218
1622
|
|
|
2219
1623
|
PiiEntitiesDetectionJobPropertiesList?: PiiEntitiesDetectionJobProperties[];
|
|
2220
1624
|
|
|
2221
1625
|
NextToken?: string;
|
|
2222
1626
|
}
|
|
2223
|
-
export declare namespace ListPiiEntitiesDetectionJobsResponse {
|
|
2224
|
-
|
|
2225
|
-
const filterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsResponse) => any;
|
|
2226
|
-
}
|
|
2227
1627
|
|
|
2228
1628
|
export interface SentimentDetectionJobFilter {
|
|
2229
1629
|
|
|
@@ -2235,10 +1635,6 @@ export interface SentimentDetectionJobFilter {
|
|
|
2235
1635
|
|
|
2236
1636
|
SubmitTimeAfter?: Date;
|
|
2237
1637
|
}
|
|
2238
|
-
export declare namespace SentimentDetectionJobFilter {
|
|
2239
|
-
|
|
2240
|
-
const filterSensitiveLog: (obj: SentimentDetectionJobFilter) => any;
|
|
2241
|
-
}
|
|
2242
1638
|
export interface ListSentimentDetectionJobsRequest {
|
|
2243
1639
|
|
|
2244
1640
|
Filter?: SentimentDetectionJobFilter;
|
|
@@ -2247,38 +1643,22 @@ export interface ListSentimentDetectionJobsRequest {
|
|
|
2247
1643
|
|
|
2248
1644
|
MaxResults?: number;
|
|
2249
1645
|
}
|
|
2250
|
-
export declare namespace ListSentimentDetectionJobsRequest {
|
|
2251
|
-
|
|
2252
|
-
const filterSensitiveLog: (obj: ListSentimentDetectionJobsRequest) => any;
|
|
2253
|
-
}
|
|
2254
1646
|
export interface ListSentimentDetectionJobsResponse {
|
|
2255
1647
|
|
|
2256
1648
|
SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[];
|
|
2257
1649
|
|
|
2258
1650
|
NextToken?: string;
|
|
2259
1651
|
}
|
|
2260
|
-
export declare namespace ListSentimentDetectionJobsResponse {
|
|
2261
|
-
|
|
2262
|
-
const filterSensitiveLog: (obj: ListSentimentDetectionJobsResponse) => any;
|
|
2263
|
-
}
|
|
2264
1652
|
export interface ListTagsForResourceRequest {
|
|
2265
1653
|
|
|
2266
1654
|
ResourceArn: string | undefined;
|
|
2267
1655
|
}
|
|
2268
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2269
|
-
|
|
2270
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2271
|
-
}
|
|
2272
1656
|
export interface ListTagsForResourceResponse {
|
|
2273
1657
|
|
|
2274
1658
|
ResourceArn?: string;
|
|
2275
1659
|
|
|
2276
1660
|
Tags?: Tag[];
|
|
2277
1661
|
}
|
|
2278
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2279
|
-
|
|
2280
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2281
|
-
}
|
|
2282
1662
|
|
|
2283
1663
|
export interface TargetedSentimentDetectionJobFilter {
|
|
2284
1664
|
|
|
@@ -2290,10 +1670,6 @@ export interface TargetedSentimentDetectionJobFilter {
|
|
|
2290
1670
|
|
|
2291
1671
|
SubmitTimeAfter?: Date;
|
|
2292
1672
|
}
|
|
2293
|
-
export declare namespace TargetedSentimentDetectionJobFilter {
|
|
2294
|
-
|
|
2295
|
-
const filterSensitiveLog: (obj: TargetedSentimentDetectionJobFilter) => any;
|
|
2296
|
-
}
|
|
2297
1673
|
export interface ListTargetedSentimentDetectionJobsRequest {
|
|
2298
1674
|
|
|
2299
1675
|
Filter?: TargetedSentimentDetectionJobFilter;
|
|
@@ -2302,20 +1678,12 @@ export interface ListTargetedSentimentDetectionJobsRequest {
|
|
|
2302
1678
|
|
|
2303
1679
|
MaxResults?: number;
|
|
2304
1680
|
}
|
|
2305
|
-
export declare namespace ListTargetedSentimentDetectionJobsRequest {
|
|
2306
|
-
|
|
2307
|
-
const filterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsRequest) => any;
|
|
2308
|
-
}
|
|
2309
1681
|
export interface ListTargetedSentimentDetectionJobsResponse {
|
|
2310
1682
|
|
|
2311
1683
|
TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobProperties[];
|
|
2312
1684
|
|
|
2313
1685
|
NextToken?: string;
|
|
2314
1686
|
}
|
|
2315
|
-
export declare namespace ListTargetedSentimentDetectionJobsResponse {
|
|
2316
|
-
|
|
2317
|
-
const filterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsResponse) => any;
|
|
2318
|
-
}
|
|
2319
1687
|
|
|
2320
1688
|
export interface TopicsDetectionJobFilter {
|
|
2321
1689
|
|
|
@@ -2327,10 +1695,6 @@ export interface TopicsDetectionJobFilter {
|
|
|
2327
1695
|
|
|
2328
1696
|
SubmitTimeAfter?: Date;
|
|
2329
1697
|
}
|
|
2330
|
-
export declare namespace TopicsDetectionJobFilter {
|
|
2331
|
-
|
|
2332
|
-
const filterSensitiveLog: (obj: TopicsDetectionJobFilter) => any;
|
|
2333
|
-
}
|
|
2334
1698
|
export interface ListTopicsDetectionJobsRequest {
|
|
2335
1699
|
|
|
2336
1700
|
Filter?: TopicsDetectionJobFilter;
|
|
@@ -2339,20 +1703,12 @@ export interface ListTopicsDetectionJobsRequest {
|
|
|
2339
1703
|
|
|
2340
1704
|
MaxResults?: number;
|
|
2341
1705
|
}
|
|
2342
|
-
export declare namespace ListTopicsDetectionJobsRequest {
|
|
2343
|
-
|
|
2344
|
-
const filterSensitiveLog: (obj: ListTopicsDetectionJobsRequest) => any;
|
|
2345
|
-
}
|
|
2346
1706
|
export interface ListTopicsDetectionJobsResponse {
|
|
2347
1707
|
|
|
2348
1708
|
TopicsDetectionJobPropertiesList?: TopicsDetectionJobProperties[];
|
|
2349
1709
|
|
|
2350
1710
|
NextToken?: string;
|
|
2351
1711
|
}
|
|
2352
|
-
export declare namespace ListTopicsDetectionJobsResponse {
|
|
2353
|
-
|
|
2354
|
-
const filterSensitiveLog: (obj: ListTopicsDetectionJobsResponse) => any;
|
|
2355
|
-
}
|
|
2356
1712
|
export interface PutResourcePolicyRequest {
|
|
2357
1713
|
|
|
2358
1714
|
ResourceArn: string | undefined;
|
|
@@ -2361,18 +1717,10 @@ export interface PutResourcePolicyRequest {
|
|
|
2361
1717
|
|
|
2362
1718
|
PolicyRevisionId?: string;
|
|
2363
1719
|
}
|
|
2364
|
-
export declare namespace PutResourcePolicyRequest {
|
|
2365
|
-
|
|
2366
|
-
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
2367
|
-
}
|
|
2368
1720
|
export interface PutResourcePolicyResponse {
|
|
2369
1721
|
|
|
2370
1722
|
PolicyRevisionId?: string;
|
|
2371
1723
|
}
|
|
2372
|
-
export declare namespace PutResourcePolicyResponse {
|
|
2373
|
-
|
|
2374
|
-
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
2375
|
-
}
|
|
2376
1724
|
export interface StartDocumentClassificationJobRequest {
|
|
2377
1725
|
|
|
2378
1726
|
JobName?: string;
|
|
@@ -2393,10 +1741,6 @@ export interface StartDocumentClassificationJobRequest {
|
|
|
2393
1741
|
|
|
2394
1742
|
Tags?: Tag[];
|
|
2395
1743
|
}
|
|
2396
|
-
export declare namespace StartDocumentClassificationJobRequest {
|
|
2397
|
-
|
|
2398
|
-
const filterSensitiveLog: (obj: StartDocumentClassificationJobRequest) => any;
|
|
2399
|
-
}
|
|
2400
1744
|
export interface StartDocumentClassificationJobResponse {
|
|
2401
1745
|
|
|
2402
1746
|
JobId?: string;
|
|
@@ -2405,10 +1749,6 @@ export interface StartDocumentClassificationJobResponse {
|
|
|
2405
1749
|
|
|
2406
1750
|
JobStatus?: JobStatus | string;
|
|
2407
1751
|
}
|
|
2408
|
-
export declare namespace StartDocumentClassificationJobResponse {
|
|
2409
|
-
|
|
2410
|
-
const filterSensitiveLog: (obj: StartDocumentClassificationJobResponse) => any;
|
|
2411
|
-
}
|
|
2412
1752
|
export interface StartDominantLanguageDetectionJobRequest {
|
|
2413
1753
|
|
|
2414
1754
|
InputDataConfig: InputDataConfig | undefined;
|
|
@@ -2427,10 +1767,6 @@ export interface StartDominantLanguageDetectionJobRequest {
|
|
|
2427
1767
|
|
|
2428
1768
|
Tags?: Tag[];
|
|
2429
1769
|
}
|
|
2430
|
-
export declare namespace StartDominantLanguageDetectionJobRequest {
|
|
2431
|
-
|
|
2432
|
-
const filterSensitiveLog: (obj: StartDominantLanguageDetectionJobRequest) => any;
|
|
2433
|
-
}
|
|
2434
1770
|
export interface StartDominantLanguageDetectionJobResponse {
|
|
2435
1771
|
|
|
2436
1772
|
JobId?: string;
|
|
@@ -2439,10 +1775,6 @@ export interface StartDominantLanguageDetectionJobResponse {
|
|
|
2439
1775
|
|
|
2440
1776
|
JobStatus?: JobStatus | string;
|
|
2441
1777
|
}
|
|
2442
|
-
export declare namespace StartDominantLanguageDetectionJobResponse {
|
|
2443
|
-
|
|
2444
|
-
const filterSensitiveLog: (obj: StartDominantLanguageDetectionJobResponse) => any;
|
|
2445
|
-
}
|
|
2446
1778
|
export interface StartEntitiesDetectionJobRequest {
|
|
2447
1779
|
|
|
2448
1780
|
InputDataConfig: InputDataConfig | undefined;
|
|
@@ -2465,10 +1797,6 @@ export interface StartEntitiesDetectionJobRequest {
|
|
|
2465
1797
|
|
|
2466
1798
|
Tags?: Tag[];
|
|
2467
1799
|
}
|
|
2468
|
-
export declare namespace StartEntitiesDetectionJobRequest {
|
|
2469
|
-
|
|
2470
|
-
const filterSensitiveLog: (obj: StartEntitiesDetectionJobRequest) => any;
|
|
2471
|
-
}
|
|
2472
1800
|
export interface StartEntitiesDetectionJobResponse {
|
|
2473
1801
|
|
|
2474
1802
|
JobId?: string;
|
|
@@ -2477,10 +1805,6 @@ export interface StartEntitiesDetectionJobResponse {
|
|
|
2477
1805
|
|
|
2478
1806
|
JobStatus?: JobStatus | string;
|
|
2479
1807
|
}
|
|
2480
|
-
export declare namespace StartEntitiesDetectionJobResponse {
|
|
2481
|
-
|
|
2482
|
-
const filterSensitiveLog: (obj: StartEntitiesDetectionJobResponse) => any;
|
|
2483
|
-
}
|
|
2484
1808
|
export interface StartEventsDetectionJobRequest {
|
|
2485
1809
|
|
|
2486
1810
|
InputDataConfig: InputDataConfig | undefined;
|
|
@@ -2499,10 +1823,6 @@ export interface StartEventsDetectionJobRequest {
|
|
|
2499
1823
|
|
|
2500
1824
|
Tags?: Tag[];
|
|
2501
1825
|
}
|
|
2502
|
-
export declare namespace StartEventsDetectionJobRequest {
|
|
2503
|
-
|
|
2504
|
-
const filterSensitiveLog: (obj: StartEventsDetectionJobRequest) => any;
|
|
2505
|
-
}
|
|
2506
1826
|
export interface StartEventsDetectionJobResponse {
|
|
2507
1827
|
|
|
2508
1828
|
JobId?: string;
|
|
@@ -2511,10 +1831,6 @@ export interface StartEventsDetectionJobResponse {
|
|
|
2511
1831
|
|
|
2512
1832
|
JobStatus?: JobStatus | string;
|
|
2513
1833
|
}
|
|
2514
|
-
export declare namespace StartEventsDetectionJobResponse {
|
|
2515
|
-
|
|
2516
|
-
const filterSensitiveLog: (obj: StartEventsDetectionJobResponse) => any;
|
|
2517
|
-
}
|
|
2518
1834
|
export interface StartKeyPhrasesDetectionJobRequest {
|
|
2519
1835
|
|
|
2520
1836
|
InputDataConfig: InputDataConfig | undefined;
|
|
@@ -2535,10 +1851,6 @@ export interface StartKeyPhrasesDetectionJobRequest {
|
|
|
2535
1851
|
|
|
2536
1852
|
Tags?: Tag[];
|
|
2537
1853
|
}
|
|
2538
|
-
export declare namespace StartKeyPhrasesDetectionJobRequest {
|
|
2539
|
-
|
|
2540
|
-
const filterSensitiveLog: (obj: StartKeyPhrasesDetectionJobRequest) => any;
|
|
2541
|
-
}
|
|
2542
1854
|
export interface StartKeyPhrasesDetectionJobResponse {
|
|
2543
1855
|
|
|
2544
1856
|
JobId?: string;
|
|
@@ -2547,10 +1859,6 @@ export interface StartKeyPhrasesDetectionJobResponse {
|
|
|
2547
1859
|
|
|
2548
1860
|
JobStatus?: JobStatus | string;
|
|
2549
1861
|
}
|
|
2550
|
-
export declare namespace StartKeyPhrasesDetectionJobResponse {
|
|
2551
|
-
|
|
2552
|
-
const filterSensitiveLog: (obj: StartKeyPhrasesDetectionJobResponse) => any;
|
|
2553
|
-
}
|
|
2554
1862
|
export interface StartPiiEntitiesDetectionJobRequest {
|
|
2555
1863
|
|
|
2556
1864
|
InputDataConfig: InputDataConfig | undefined;
|
|
@@ -2571,10 +1879,6 @@ export interface StartPiiEntitiesDetectionJobRequest {
|
|
|
2571
1879
|
|
|
2572
1880
|
Tags?: Tag[];
|
|
2573
1881
|
}
|
|
2574
|
-
export declare namespace StartPiiEntitiesDetectionJobRequest {
|
|
2575
|
-
|
|
2576
|
-
const filterSensitiveLog: (obj: StartPiiEntitiesDetectionJobRequest) => any;
|
|
2577
|
-
}
|
|
2578
1882
|
export interface StartPiiEntitiesDetectionJobResponse {
|
|
2579
1883
|
|
|
2580
1884
|
JobId?: string;
|
|
@@ -2583,10 +1887,6 @@ export interface StartPiiEntitiesDetectionJobResponse {
|
|
|
2583
1887
|
|
|
2584
1888
|
JobStatus?: JobStatus | string;
|
|
2585
1889
|
}
|
|
2586
|
-
export declare namespace StartPiiEntitiesDetectionJobResponse {
|
|
2587
|
-
|
|
2588
|
-
const filterSensitiveLog: (obj: StartPiiEntitiesDetectionJobResponse) => any;
|
|
2589
|
-
}
|
|
2590
1890
|
export interface StartSentimentDetectionJobRequest {
|
|
2591
1891
|
|
|
2592
1892
|
InputDataConfig: InputDataConfig | undefined;
|
|
@@ -2607,10 +1907,6 @@ export interface StartSentimentDetectionJobRequest {
|
|
|
2607
1907
|
|
|
2608
1908
|
Tags?: Tag[];
|
|
2609
1909
|
}
|
|
2610
|
-
export declare namespace StartSentimentDetectionJobRequest {
|
|
2611
|
-
|
|
2612
|
-
const filterSensitiveLog: (obj: StartSentimentDetectionJobRequest) => any;
|
|
2613
|
-
}
|
|
2614
1910
|
export interface StartSentimentDetectionJobResponse {
|
|
2615
1911
|
|
|
2616
1912
|
JobId?: string;
|
|
@@ -2619,10 +1915,6 @@ export interface StartSentimentDetectionJobResponse {
|
|
|
2619
1915
|
|
|
2620
1916
|
JobStatus?: JobStatus | string;
|
|
2621
1917
|
}
|
|
2622
|
-
export declare namespace StartSentimentDetectionJobResponse {
|
|
2623
|
-
|
|
2624
|
-
const filterSensitiveLog: (obj: StartSentimentDetectionJobResponse) => any;
|
|
2625
|
-
}
|
|
2626
1918
|
export interface StartTargetedSentimentDetectionJobRequest {
|
|
2627
1919
|
|
|
2628
1920
|
InputDataConfig: InputDataConfig | undefined;
|
|
@@ -2643,10 +1935,6 @@ export interface StartTargetedSentimentDetectionJobRequest {
|
|
|
2643
1935
|
|
|
2644
1936
|
Tags?: Tag[];
|
|
2645
1937
|
}
|
|
2646
|
-
export declare namespace StartTargetedSentimentDetectionJobRequest {
|
|
2647
|
-
|
|
2648
|
-
const filterSensitiveLog: (obj: StartTargetedSentimentDetectionJobRequest) => any;
|
|
2649
|
-
}
|
|
2650
1938
|
export interface StartTargetedSentimentDetectionJobResponse {
|
|
2651
1939
|
|
|
2652
1940
|
JobId?: string;
|
|
@@ -2655,10 +1943,6 @@ export interface StartTargetedSentimentDetectionJobResponse {
|
|
|
2655
1943
|
|
|
2656
1944
|
JobStatus?: JobStatus | string;
|
|
2657
1945
|
}
|
|
2658
|
-
export declare namespace StartTargetedSentimentDetectionJobResponse {
|
|
2659
|
-
|
|
2660
|
-
const filterSensitiveLog: (obj: StartTargetedSentimentDetectionJobResponse) => any;
|
|
2661
|
-
}
|
|
2662
1946
|
export interface StartTopicsDetectionJobRequest {
|
|
2663
1947
|
|
|
2664
1948
|
InputDataConfig: InputDataConfig | undefined;
|
|
@@ -2679,10 +1963,6 @@ export interface StartTopicsDetectionJobRequest {
|
|
|
2679
1963
|
|
|
2680
1964
|
Tags?: Tag[];
|
|
2681
1965
|
}
|
|
2682
|
-
export declare namespace StartTopicsDetectionJobRequest {
|
|
2683
|
-
|
|
2684
|
-
const filterSensitiveLog: (obj: StartTopicsDetectionJobRequest) => any;
|
|
2685
|
-
}
|
|
2686
1966
|
export interface StartTopicsDetectionJobResponse {
|
|
2687
1967
|
|
|
2688
1968
|
JobId?: string;
|
|
@@ -2691,164 +1971,88 @@ export interface StartTopicsDetectionJobResponse {
|
|
|
2691
1971
|
|
|
2692
1972
|
JobStatus?: JobStatus | string;
|
|
2693
1973
|
}
|
|
2694
|
-
export declare namespace StartTopicsDetectionJobResponse {
|
|
2695
|
-
|
|
2696
|
-
const filterSensitiveLog: (obj: StartTopicsDetectionJobResponse) => any;
|
|
2697
|
-
}
|
|
2698
1974
|
export interface StopDominantLanguageDetectionJobRequest {
|
|
2699
1975
|
|
|
2700
1976
|
JobId: string | undefined;
|
|
2701
1977
|
}
|
|
2702
|
-
export declare namespace StopDominantLanguageDetectionJobRequest {
|
|
2703
|
-
|
|
2704
|
-
const filterSensitiveLog: (obj: StopDominantLanguageDetectionJobRequest) => any;
|
|
2705
|
-
}
|
|
2706
1978
|
export interface StopDominantLanguageDetectionJobResponse {
|
|
2707
1979
|
|
|
2708
1980
|
JobId?: string;
|
|
2709
1981
|
|
|
2710
1982
|
JobStatus?: JobStatus | string;
|
|
2711
1983
|
}
|
|
2712
|
-
export declare namespace StopDominantLanguageDetectionJobResponse {
|
|
2713
|
-
|
|
2714
|
-
const filterSensitiveLog: (obj: StopDominantLanguageDetectionJobResponse) => any;
|
|
2715
|
-
}
|
|
2716
1984
|
export interface StopEntitiesDetectionJobRequest {
|
|
2717
1985
|
|
|
2718
1986
|
JobId: string | undefined;
|
|
2719
1987
|
}
|
|
2720
|
-
export declare namespace StopEntitiesDetectionJobRequest {
|
|
2721
|
-
|
|
2722
|
-
const filterSensitiveLog: (obj: StopEntitiesDetectionJobRequest) => any;
|
|
2723
|
-
}
|
|
2724
1988
|
export interface StopEntitiesDetectionJobResponse {
|
|
2725
1989
|
|
|
2726
1990
|
JobId?: string;
|
|
2727
1991
|
|
|
2728
1992
|
JobStatus?: JobStatus | string;
|
|
2729
1993
|
}
|
|
2730
|
-
export declare namespace StopEntitiesDetectionJobResponse {
|
|
2731
|
-
|
|
2732
|
-
const filterSensitiveLog: (obj: StopEntitiesDetectionJobResponse) => any;
|
|
2733
|
-
}
|
|
2734
1994
|
export interface StopEventsDetectionJobRequest {
|
|
2735
1995
|
|
|
2736
1996
|
JobId: string | undefined;
|
|
2737
1997
|
}
|
|
2738
|
-
export declare namespace StopEventsDetectionJobRequest {
|
|
2739
|
-
|
|
2740
|
-
const filterSensitiveLog: (obj: StopEventsDetectionJobRequest) => any;
|
|
2741
|
-
}
|
|
2742
1998
|
export interface StopEventsDetectionJobResponse {
|
|
2743
1999
|
|
|
2744
2000
|
JobId?: string;
|
|
2745
2001
|
|
|
2746
2002
|
JobStatus?: JobStatus | string;
|
|
2747
2003
|
}
|
|
2748
|
-
export declare namespace StopEventsDetectionJobResponse {
|
|
2749
|
-
|
|
2750
|
-
const filterSensitiveLog: (obj: StopEventsDetectionJobResponse) => any;
|
|
2751
|
-
}
|
|
2752
2004
|
export interface StopKeyPhrasesDetectionJobRequest {
|
|
2753
2005
|
|
|
2754
2006
|
JobId: string | undefined;
|
|
2755
2007
|
}
|
|
2756
|
-
export declare namespace StopKeyPhrasesDetectionJobRequest {
|
|
2757
|
-
|
|
2758
|
-
const filterSensitiveLog: (obj: StopKeyPhrasesDetectionJobRequest) => any;
|
|
2759
|
-
}
|
|
2760
2008
|
export interface StopKeyPhrasesDetectionJobResponse {
|
|
2761
2009
|
|
|
2762
2010
|
JobId?: string;
|
|
2763
2011
|
|
|
2764
2012
|
JobStatus?: JobStatus | string;
|
|
2765
2013
|
}
|
|
2766
|
-
export declare namespace StopKeyPhrasesDetectionJobResponse {
|
|
2767
|
-
|
|
2768
|
-
const filterSensitiveLog: (obj: StopKeyPhrasesDetectionJobResponse) => any;
|
|
2769
|
-
}
|
|
2770
2014
|
export interface StopPiiEntitiesDetectionJobRequest {
|
|
2771
2015
|
|
|
2772
2016
|
JobId: string | undefined;
|
|
2773
2017
|
}
|
|
2774
|
-
export declare namespace StopPiiEntitiesDetectionJobRequest {
|
|
2775
|
-
|
|
2776
|
-
const filterSensitiveLog: (obj: StopPiiEntitiesDetectionJobRequest) => any;
|
|
2777
|
-
}
|
|
2778
2018
|
export interface StopPiiEntitiesDetectionJobResponse {
|
|
2779
2019
|
|
|
2780
2020
|
JobId?: string;
|
|
2781
2021
|
|
|
2782
2022
|
JobStatus?: JobStatus | string;
|
|
2783
2023
|
}
|
|
2784
|
-
export declare namespace StopPiiEntitiesDetectionJobResponse {
|
|
2785
|
-
|
|
2786
|
-
const filterSensitiveLog: (obj: StopPiiEntitiesDetectionJobResponse) => any;
|
|
2787
|
-
}
|
|
2788
2024
|
export interface StopSentimentDetectionJobRequest {
|
|
2789
2025
|
|
|
2790
2026
|
JobId: string | undefined;
|
|
2791
2027
|
}
|
|
2792
|
-
export declare namespace StopSentimentDetectionJobRequest {
|
|
2793
|
-
|
|
2794
|
-
const filterSensitiveLog: (obj: StopSentimentDetectionJobRequest) => any;
|
|
2795
|
-
}
|
|
2796
2028
|
export interface StopSentimentDetectionJobResponse {
|
|
2797
2029
|
|
|
2798
2030
|
JobId?: string;
|
|
2799
2031
|
|
|
2800
2032
|
JobStatus?: JobStatus | string;
|
|
2801
2033
|
}
|
|
2802
|
-
export declare namespace StopSentimentDetectionJobResponse {
|
|
2803
|
-
|
|
2804
|
-
const filterSensitiveLog: (obj: StopSentimentDetectionJobResponse) => any;
|
|
2805
|
-
}
|
|
2806
2034
|
export interface StopTargetedSentimentDetectionJobRequest {
|
|
2807
2035
|
|
|
2808
2036
|
JobId: string | undefined;
|
|
2809
2037
|
}
|
|
2810
|
-
export declare namespace StopTargetedSentimentDetectionJobRequest {
|
|
2811
|
-
|
|
2812
|
-
const filterSensitiveLog: (obj: StopTargetedSentimentDetectionJobRequest) => any;
|
|
2813
|
-
}
|
|
2814
2038
|
export interface StopTargetedSentimentDetectionJobResponse {
|
|
2815
2039
|
|
|
2816
2040
|
JobId?: string;
|
|
2817
2041
|
|
|
2818
2042
|
JobStatus?: JobStatus | string;
|
|
2819
2043
|
}
|
|
2820
|
-
export declare namespace StopTargetedSentimentDetectionJobResponse {
|
|
2821
|
-
|
|
2822
|
-
const filterSensitiveLog: (obj: StopTargetedSentimentDetectionJobResponse) => any;
|
|
2823
|
-
}
|
|
2824
2044
|
export interface StopTrainingDocumentClassifierRequest {
|
|
2825
2045
|
|
|
2826
2046
|
DocumentClassifierArn: string | undefined;
|
|
2827
2047
|
}
|
|
2828
|
-
export declare namespace StopTrainingDocumentClassifierRequest {
|
|
2829
|
-
|
|
2830
|
-
const filterSensitiveLog: (obj: StopTrainingDocumentClassifierRequest) => any;
|
|
2831
|
-
}
|
|
2832
2048
|
export interface StopTrainingDocumentClassifierResponse {
|
|
2833
2049
|
}
|
|
2834
|
-
export declare namespace StopTrainingDocumentClassifierResponse {
|
|
2835
|
-
|
|
2836
|
-
const filterSensitiveLog: (obj: StopTrainingDocumentClassifierResponse) => any;
|
|
2837
|
-
}
|
|
2838
2050
|
export interface StopTrainingEntityRecognizerRequest {
|
|
2839
2051
|
|
|
2840
2052
|
EntityRecognizerArn: string | undefined;
|
|
2841
2053
|
}
|
|
2842
|
-
export declare namespace StopTrainingEntityRecognizerRequest {
|
|
2843
|
-
|
|
2844
|
-
const filterSensitiveLog: (obj: StopTrainingEntityRecognizerRequest) => any;
|
|
2845
|
-
}
|
|
2846
2054
|
export interface StopTrainingEntityRecognizerResponse {
|
|
2847
2055
|
}
|
|
2848
|
-
export declare namespace StopTrainingEntityRecognizerResponse {
|
|
2849
|
-
|
|
2850
|
-
const filterSensitiveLog: (obj: StopTrainingEntityRecognizerResponse) => any;
|
|
2851
|
-
}
|
|
2852
2056
|
|
|
2853
2057
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
2854
2058
|
readonly name: "ConcurrentModificationException";
|
|
@@ -2863,16 +2067,8 @@ export interface TagResourceRequest {
|
|
|
2863
2067
|
|
|
2864
2068
|
Tags: Tag[] | undefined;
|
|
2865
2069
|
}
|
|
2866
|
-
export declare namespace TagResourceRequest {
|
|
2867
|
-
|
|
2868
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2869
|
-
}
|
|
2870
2070
|
export interface TagResourceResponse {
|
|
2871
2071
|
}
|
|
2872
|
-
export declare namespace TagResourceResponse {
|
|
2873
|
-
|
|
2874
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2875
|
-
}
|
|
2876
2072
|
|
|
2877
2073
|
export declare class TooManyTagKeysException extends __BaseException {
|
|
2878
2074
|
readonly name: "TooManyTagKeysException";
|
|
@@ -2887,16 +2083,8 @@ export interface UntagResourceRequest {
|
|
|
2887
2083
|
|
|
2888
2084
|
TagKeys: string[] | undefined;
|
|
2889
2085
|
}
|
|
2890
|
-
export declare namespace UntagResourceRequest {
|
|
2891
|
-
|
|
2892
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2893
|
-
}
|
|
2894
2086
|
export interface UntagResourceResponse {
|
|
2895
2087
|
}
|
|
2896
|
-
export declare namespace UntagResourceResponse {
|
|
2897
|
-
|
|
2898
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2899
|
-
}
|
|
2900
2088
|
export interface UpdateEndpointRequest {
|
|
2901
2089
|
|
|
2902
2090
|
EndpointArn: string | undefined;
|
|
@@ -2907,13 +2095,415 @@ export interface UpdateEndpointRequest {
|
|
|
2907
2095
|
|
|
2908
2096
|
DesiredDataAccessRoleArn?: string;
|
|
2909
2097
|
}
|
|
2910
|
-
export declare namespace UpdateEndpointRequest {
|
|
2911
|
-
|
|
2912
|
-
const filterSensitiveLog: (obj: UpdateEndpointRequest) => any;
|
|
2913
|
-
}
|
|
2914
2098
|
export interface UpdateEndpointResponse {
|
|
2915
2099
|
}
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2100
|
+
|
|
2101
|
+
export declare const AugmentedManifestsListItemFilterSensitiveLog: (obj: AugmentedManifestsListItem) => any;
|
|
2102
|
+
|
|
2103
|
+
export declare const BatchDetectDominantLanguageRequestFilterSensitiveLog: (obj: BatchDetectDominantLanguageRequest) => any;
|
|
2104
|
+
|
|
2105
|
+
export declare const BatchItemErrorFilterSensitiveLog: (obj: BatchItemError) => any;
|
|
2106
|
+
|
|
2107
|
+
export declare const DominantLanguageFilterSensitiveLog: (obj: DominantLanguage) => any;
|
|
2108
|
+
|
|
2109
|
+
export declare const BatchDetectDominantLanguageItemResultFilterSensitiveLog: (obj: BatchDetectDominantLanguageItemResult) => any;
|
|
2110
|
+
|
|
2111
|
+
export declare const BatchDetectDominantLanguageResponseFilterSensitiveLog: (obj: BatchDetectDominantLanguageResponse) => any;
|
|
2112
|
+
|
|
2113
|
+
export declare const BatchDetectEntitiesRequestFilterSensitiveLog: (obj: BatchDetectEntitiesRequest) => any;
|
|
2114
|
+
|
|
2115
|
+
export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
|
|
2116
|
+
|
|
2117
|
+
export declare const BatchDetectEntitiesItemResultFilterSensitiveLog: (obj: BatchDetectEntitiesItemResult) => any;
|
|
2118
|
+
|
|
2119
|
+
export declare const BatchDetectEntitiesResponseFilterSensitiveLog: (obj: BatchDetectEntitiesResponse) => any;
|
|
2120
|
+
|
|
2121
|
+
export declare const BatchDetectKeyPhrasesRequestFilterSensitiveLog: (obj: BatchDetectKeyPhrasesRequest) => any;
|
|
2122
|
+
|
|
2123
|
+
export declare const KeyPhraseFilterSensitiveLog: (obj: KeyPhrase) => any;
|
|
2124
|
+
|
|
2125
|
+
export declare const BatchDetectKeyPhrasesItemResultFilterSensitiveLog: (obj: BatchDetectKeyPhrasesItemResult) => any;
|
|
2126
|
+
|
|
2127
|
+
export declare const BatchDetectKeyPhrasesResponseFilterSensitiveLog: (obj: BatchDetectKeyPhrasesResponse) => any;
|
|
2128
|
+
|
|
2129
|
+
export declare const BatchDetectSentimentRequestFilterSensitiveLog: (obj: BatchDetectSentimentRequest) => any;
|
|
2130
|
+
|
|
2131
|
+
export declare const SentimentScoreFilterSensitiveLog: (obj: SentimentScore) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const BatchDetectSentimentItemResultFilterSensitiveLog: (obj: BatchDetectSentimentItemResult) => any;
|
|
2134
|
+
|
|
2135
|
+
export declare const BatchDetectSentimentResponseFilterSensitiveLog: (obj: BatchDetectSentimentResponse) => any;
|
|
2136
|
+
|
|
2137
|
+
export declare const BatchDetectSyntaxRequestFilterSensitiveLog: (obj: BatchDetectSyntaxRequest) => any;
|
|
2138
|
+
|
|
2139
|
+
export declare const PartOfSpeechTagFilterSensitiveLog: (obj: PartOfSpeechTag) => any;
|
|
2140
|
+
|
|
2141
|
+
export declare const SyntaxTokenFilterSensitiveLog: (obj: SyntaxToken) => any;
|
|
2142
|
+
|
|
2143
|
+
export declare const BatchDetectSyntaxItemResultFilterSensitiveLog: (obj: BatchDetectSyntaxItemResult) => any;
|
|
2144
|
+
|
|
2145
|
+
export declare const BatchDetectSyntaxResponseFilterSensitiveLog: (obj: BatchDetectSyntaxResponse) => any;
|
|
2146
|
+
|
|
2147
|
+
export declare const ClassifierEvaluationMetricsFilterSensitiveLog: (obj: ClassifierEvaluationMetrics) => any;
|
|
2148
|
+
|
|
2149
|
+
export declare const ClassifierMetadataFilterSensitiveLog: (obj: ClassifierMetadata) => any;
|
|
2150
|
+
|
|
2151
|
+
export declare const ClassifyDocumentRequestFilterSensitiveLog: (obj: ClassifyDocumentRequest) => any;
|
|
2152
|
+
|
|
2153
|
+
export declare const DocumentClassFilterSensitiveLog: (obj: DocumentClass) => any;
|
|
2154
|
+
|
|
2155
|
+
export declare const DocumentLabelFilterSensitiveLog: (obj: DocumentLabel) => any;
|
|
2156
|
+
|
|
2157
|
+
export declare const ClassifyDocumentResponseFilterSensitiveLog: (obj: ClassifyDocumentResponse) => any;
|
|
2158
|
+
|
|
2159
|
+
export declare const ContainsPiiEntitiesRequestFilterSensitiveLog: (obj: ContainsPiiEntitiesRequest) => any;
|
|
2160
|
+
|
|
2161
|
+
export declare const EntityLabelFilterSensitiveLog: (obj: EntityLabel) => any;
|
|
2162
|
+
|
|
2163
|
+
export declare const ContainsPiiEntitiesResponseFilterSensitiveLog: (obj: ContainsPiiEntitiesResponse) => any;
|
|
2164
|
+
|
|
2165
|
+
export declare const DocumentClassifierInputDataConfigFilterSensitiveLog: (obj: DocumentClassifierInputDataConfig) => any;
|
|
2166
|
+
|
|
2167
|
+
export declare const DocumentClassifierOutputDataConfigFilterSensitiveLog: (obj: DocumentClassifierOutputDataConfig) => any;
|
|
2168
|
+
|
|
2169
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2170
|
+
|
|
2171
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
2172
|
+
|
|
2173
|
+
export declare const CreateDocumentClassifierRequestFilterSensitiveLog: (obj: CreateDocumentClassifierRequest) => any;
|
|
2174
|
+
|
|
2175
|
+
export declare const CreateDocumentClassifierResponseFilterSensitiveLog: (obj: CreateDocumentClassifierResponse) => any;
|
|
2176
|
+
|
|
2177
|
+
export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
2178
|
+
|
|
2179
|
+
export declare const CreateEndpointResponseFilterSensitiveLog: (obj: CreateEndpointResponse) => any;
|
|
2180
|
+
|
|
2181
|
+
export declare const EntityRecognizerAnnotationsFilterSensitiveLog: (obj: EntityRecognizerAnnotations) => any;
|
|
2182
|
+
|
|
2183
|
+
export declare const EntityRecognizerDocumentsFilterSensitiveLog: (obj: EntityRecognizerDocuments) => any;
|
|
2184
|
+
|
|
2185
|
+
export declare const EntityRecognizerEntityListFilterSensitiveLog: (obj: EntityRecognizerEntityList) => any;
|
|
2186
|
+
|
|
2187
|
+
export declare const EntityTypesListItemFilterSensitiveLog: (obj: EntityTypesListItem) => any;
|
|
2188
|
+
|
|
2189
|
+
export declare const EntityRecognizerInputDataConfigFilterSensitiveLog: (obj: EntityRecognizerInputDataConfig) => any;
|
|
2190
|
+
|
|
2191
|
+
export declare const CreateEntityRecognizerRequestFilterSensitiveLog: (obj: CreateEntityRecognizerRequest) => any;
|
|
2192
|
+
|
|
2193
|
+
export declare const CreateEntityRecognizerResponseFilterSensitiveLog: (obj: CreateEntityRecognizerResponse) => any;
|
|
2194
|
+
|
|
2195
|
+
export declare const DeleteDocumentClassifierRequestFilterSensitiveLog: (obj: DeleteDocumentClassifierRequest) => any;
|
|
2196
|
+
|
|
2197
|
+
export declare const DeleteDocumentClassifierResponseFilterSensitiveLog: (obj: DeleteDocumentClassifierResponse) => any;
|
|
2198
|
+
|
|
2199
|
+
export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
2200
|
+
|
|
2201
|
+
export declare const DeleteEndpointResponseFilterSensitiveLog: (obj: DeleteEndpointResponse) => any;
|
|
2202
|
+
|
|
2203
|
+
export declare const DeleteEntityRecognizerRequestFilterSensitiveLog: (obj: DeleteEntityRecognizerRequest) => any;
|
|
2204
|
+
|
|
2205
|
+
export declare const DeleteEntityRecognizerResponseFilterSensitiveLog: (obj: DeleteEntityRecognizerResponse) => any;
|
|
2206
|
+
|
|
2207
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
2208
|
+
|
|
2209
|
+
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
2210
|
+
|
|
2211
|
+
export declare const DescribeDocumentClassificationJobRequestFilterSensitiveLog: (obj: DescribeDocumentClassificationJobRequest) => any;
|
|
2212
|
+
|
|
2213
|
+
export declare const DocumentReaderConfigFilterSensitiveLog: (obj: DocumentReaderConfig) => any;
|
|
2214
|
+
|
|
2215
|
+
export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
|
|
2216
|
+
|
|
2217
|
+
export declare const OutputDataConfigFilterSensitiveLog: (obj: OutputDataConfig) => any;
|
|
2218
|
+
|
|
2219
|
+
export declare const DocumentClassificationJobPropertiesFilterSensitiveLog: (obj: DocumentClassificationJobProperties) => any;
|
|
2220
|
+
|
|
2221
|
+
export declare const DescribeDocumentClassificationJobResponseFilterSensitiveLog: (obj: DescribeDocumentClassificationJobResponse) => any;
|
|
2222
|
+
|
|
2223
|
+
export declare const DescribeDocumentClassifierRequestFilterSensitiveLog: (obj: DescribeDocumentClassifierRequest) => any;
|
|
2224
|
+
|
|
2225
|
+
export declare const DocumentClassifierPropertiesFilterSensitiveLog: (obj: DocumentClassifierProperties) => any;
|
|
2226
|
+
|
|
2227
|
+
export declare const DescribeDocumentClassifierResponseFilterSensitiveLog: (obj: DescribeDocumentClassifierResponse) => any;
|
|
2228
|
+
|
|
2229
|
+
export declare const DescribeDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobRequest) => any;
|
|
2230
|
+
|
|
2231
|
+
export declare const DominantLanguageDetectionJobPropertiesFilterSensitiveLog: (obj: DominantLanguageDetectionJobProperties) => any;
|
|
2232
|
+
|
|
2233
|
+
export declare const DescribeDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobResponse) => any;
|
|
2234
|
+
|
|
2235
|
+
export declare const DescribeEndpointRequestFilterSensitiveLog: (obj: DescribeEndpointRequest) => any;
|
|
2236
|
+
|
|
2237
|
+
export declare const EndpointPropertiesFilterSensitiveLog: (obj: EndpointProperties) => any;
|
|
2238
|
+
|
|
2239
|
+
export declare const DescribeEndpointResponseFilterSensitiveLog: (obj: DescribeEndpointResponse) => any;
|
|
2240
|
+
|
|
2241
|
+
export declare const DescribeEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobRequest) => any;
|
|
2242
|
+
|
|
2243
|
+
export declare const EntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: EntitiesDetectionJobProperties) => any;
|
|
2244
|
+
|
|
2245
|
+
export declare const DescribeEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobResponse) => any;
|
|
2246
|
+
|
|
2247
|
+
export declare const DescribeEntityRecognizerRequestFilterSensitiveLog: (obj: DescribeEntityRecognizerRequest) => any;
|
|
2248
|
+
|
|
2249
|
+
export declare const EntityTypesEvaluationMetricsFilterSensitiveLog: (obj: EntityTypesEvaluationMetrics) => any;
|
|
2250
|
+
|
|
2251
|
+
export declare const EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog: (obj: EntityRecognizerMetadataEntityTypesListItem) => any;
|
|
2252
|
+
|
|
2253
|
+
export declare const EntityRecognizerEvaluationMetricsFilterSensitiveLog: (obj: EntityRecognizerEvaluationMetrics) => any;
|
|
2254
|
+
|
|
2255
|
+
export declare const EntityRecognizerMetadataFilterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
|
|
2256
|
+
|
|
2257
|
+
export declare const EntityRecognizerPropertiesFilterSensitiveLog: (obj: EntityRecognizerProperties) => any;
|
|
2258
|
+
|
|
2259
|
+
export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
|
|
2260
|
+
|
|
2261
|
+
export declare const DescribeEventsDetectionJobRequestFilterSensitiveLog: (obj: DescribeEventsDetectionJobRequest) => any;
|
|
2262
|
+
|
|
2263
|
+
export declare const EventsDetectionJobPropertiesFilterSensitiveLog: (obj: EventsDetectionJobProperties) => any;
|
|
2264
|
+
|
|
2265
|
+
export declare const DescribeEventsDetectionJobResponseFilterSensitiveLog: (obj: DescribeEventsDetectionJobResponse) => any;
|
|
2266
|
+
|
|
2267
|
+
export declare const DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobRequest) => any;
|
|
2268
|
+
|
|
2269
|
+
export declare const KeyPhrasesDetectionJobPropertiesFilterSensitiveLog: (obj: KeyPhrasesDetectionJobProperties) => any;
|
|
2270
|
+
|
|
2271
|
+
export declare const DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobResponse) => any;
|
|
2272
|
+
|
|
2273
|
+
export declare const DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobRequest) => any;
|
|
2274
|
+
|
|
2275
|
+
export declare const PiiOutputDataConfigFilterSensitiveLog: (obj: PiiOutputDataConfig) => any;
|
|
2276
|
+
|
|
2277
|
+
export declare const RedactionConfigFilterSensitiveLog: (obj: RedactionConfig) => any;
|
|
2278
|
+
|
|
2279
|
+
export declare const PiiEntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: PiiEntitiesDetectionJobProperties) => any;
|
|
2280
|
+
|
|
2281
|
+
export declare const DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobResponse) => any;
|
|
2282
|
+
|
|
2283
|
+
export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
|
|
2284
|
+
|
|
2285
|
+
export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
|
|
2286
|
+
|
|
2287
|
+
export declare const DescribeSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeSentimentDetectionJobRequest) => any;
|
|
2288
|
+
|
|
2289
|
+
export declare const SentimentDetectionJobPropertiesFilterSensitiveLog: (obj: SentimentDetectionJobProperties) => any;
|
|
2290
|
+
|
|
2291
|
+
export declare const DescribeSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeSentimentDetectionJobResponse) => any;
|
|
2292
|
+
|
|
2293
|
+
export declare const DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobRequest) => any;
|
|
2294
|
+
|
|
2295
|
+
export declare const TargetedSentimentDetectionJobPropertiesFilterSensitiveLog: (obj: TargetedSentimentDetectionJobProperties) => any;
|
|
2296
|
+
|
|
2297
|
+
export declare const DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobResponse) => any;
|
|
2298
|
+
|
|
2299
|
+
export declare const DescribeTopicsDetectionJobRequestFilterSensitiveLog: (obj: DescribeTopicsDetectionJobRequest) => any;
|
|
2300
|
+
|
|
2301
|
+
export declare const TopicsDetectionJobPropertiesFilterSensitiveLog: (obj: TopicsDetectionJobProperties) => any;
|
|
2302
|
+
|
|
2303
|
+
export declare const DescribeTopicsDetectionJobResponseFilterSensitiveLog: (obj: DescribeTopicsDetectionJobResponse) => any;
|
|
2304
|
+
|
|
2305
|
+
export declare const DetectDominantLanguageRequestFilterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
|
|
2306
|
+
|
|
2307
|
+
export declare const DetectDominantLanguageResponseFilterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
|
|
2308
|
+
|
|
2309
|
+
export declare const DetectEntitiesRequestFilterSensitiveLog: (obj: DetectEntitiesRequest) => any;
|
|
2310
|
+
|
|
2311
|
+
export declare const DetectEntitiesResponseFilterSensitiveLog: (obj: DetectEntitiesResponse) => any;
|
|
2312
|
+
|
|
2313
|
+
export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
|
|
2314
|
+
|
|
2315
|
+
export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
|
|
2316
|
+
|
|
2317
|
+
export declare const DetectPiiEntitiesRequestFilterSensitiveLog: (obj: DetectPiiEntitiesRequest) => any;
|
|
2318
|
+
|
|
2319
|
+
export declare const PiiEntityFilterSensitiveLog: (obj: PiiEntity) => any;
|
|
2320
|
+
|
|
2321
|
+
export declare const DetectPiiEntitiesResponseFilterSensitiveLog: (obj: DetectPiiEntitiesResponse) => any;
|
|
2322
|
+
|
|
2323
|
+
export declare const DetectSentimentRequestFilterSensitiveLog: (obj: DetectSentimentRequest) => any;
|
|
2324
|
+
|
|
2325
|
+
export declare const DetectSentimentResponseFilterSensitiveLog: (obj: DetectSentimentResponse) => any;
|
|
2326
|
+
|
|
2327
|
+
export declare const DetectSyntaxRequestFilterSensitiveLog: (obj: DetectSyntaxRequest) => any;
|
|
2328
|
+
|
|
2329
|
+
export declare const DetectSyntaxResponseFilterSensitiveLog: (obj: DetectSyntaxResponse) => any;
|
|
2330
|
+
|
|
2331
|
+
export declare const ImportModelRequestFilterSensitiveLog: (obj: ImportModelRequest) => any;
|
|
2332
|
+
|
|
2333
|
+
export declare const ImportModelResponseFilterSensitiveLog: (obj: ImportModelResponse) => any;
|
|
2334
|
+
|
|
2335
|
+
export declare const DocumentClassificationJobFilterFilterSensitiveLog: (obj: DocumentClassificationJobFilter) => any;
|
|
2336
|
+
|
|
2337
|
+
export declare const ListDocumentClassificationJobsRequestFilterSensitiveLog: (obj: ListDocumentClassificationJobsRequest) => any;
|
|
2338
|
+
|
|
2339
|
+
export declare const ListDocumentClassificationJobsResponseFilterSensitiveLog: (obj: ListDocumentClassificationJobsResponse) => any;
|
|
2340
|
+
|
|
2341
|
+
export declare const DocumentClassifierFilterFilterSensitiveLog: (obj: DocumentClassifierFilter) => any;
|
|
2342
|
+
|
|
2343
|
+
export declare const ListDocumentClassifiersRequestFilterSensitiveLog: (obj: ListDocumentClassifiersRequest) => any;
|
|
2344
|
+
|
|
2345
|
+
export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
|
|
2346
|
+
|
|
2347
|
+
export declare const ListDocumentClassifierSummariesRequestFilterSensitiveLog: (obj: ListDocumentClassifierSummariesRequest) => any;
|
|
2348
|
+
|
|
2349
|
+
export declare const DocumentClassifierSummaryFilterSensitiveLog: (obj: DocumentClassifierSummary) => any;
|
|
2350
|
+
|
|
2351
|
+
export declare const ListDocumentClassifierSummariesResponseFilterSensitiveLog: (obj: ListDocumentClassifierSummariesResponse) => any;
|
|
2352
|
+
|
|
2353
|
+
export declare const DominantLanguageDetectionJobFilterFilterSensitiveLog: (obj: DominantLanguageDetectionJobFilter) => any;
|
|
2354
|
+
|
|
2355
|
+
export declare const ListDominantLanguageDetectionJobsRequestFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsRequest) => any;
|
|
2356
|
+
|
|
2357
|
+
export declare const ListDominantLanguageDetectionJobsResponseFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsResponse) => any;
|
|
2358
|
+
|
|
2359
|
+
export declare const EndpointFilterFilterSensitiveLog: (obj: EndpointFilter) => any;
|
|
2360
|
+
|
|
2361
|
+
export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
2362
|
+
|
|
2363
|
+
export declare const ListEndpointsResponseFilterSensitiveLog: (obj: ListEndpointsResponse) => any;
|
|
2364
|
+
|
|
2365
|
+
export declare const EntitiesDetectionJobFilterFilterSensitiveLog: (obj: EntitiesDetectionJobFilter) => any;
|
|
2366
|
+
|
|
2367
|
+
export declare const ListEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListEntitiesDetectionJobsRequest) => any;
|
|
2368
|
+
|
|
2369
|
+
export declare const ListEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListEntitiesDetectionJobsResponse) => any;
|
|
2370
|
+
|
|
2371
|
+
export declare const EntityRecognizerFilterFilterSensitiveLog: (obj: EntityRecognizerFilter) => any;
|
|
2372
|
+
|
|
2373
|
+
export declare const ListEntityRecognizersRequestFilterSensitiveLog: (obj: ListEntityRecognizersRequest) => any;
|
|
2374
|
+
|
|
2375
|
+
export declare const ListEntityRecognizersResponseFilterSensitiveLog: (obj: ListEntityRecognizersResponse) => any;
|
|
2376
|
+
|
|
2377
|
+
export declare const ListEntityRecognizerSummariesRequestFilterSensitiveLog: (obj: ListEntityRecognizerSummariesRequest) => any;
|
|
2378
|
+
|
|
2379
|
+
export declare const EntityRecognizerSummaryFilterSensitiveLog: (obj: EntityRecognizerSummary) => any;
|
|
2380
|
+
|
|
2381
|
+
export declare const ListEntityRecognizerSummariesResponseFilterSensitiveLog: (obj: ListEntityRecognizerSummariesResponse) => any;
|
|
2382
|
+
|
|
2383
|
+
export declare const EventsDetectionJobFilterFilterSensitiveLog: (obj: EventsDetectionJobFilter) => any;
|
|
2384
|
+
|
|
2385
|
+
export declare const ListEventsDetectionJobsRequestFilterSensitiveLog: (obj: ListEventsDetectionJobsRequest) => any;
|
|
2386
|
+
|
|
2387
|
+
export declare const ListEventsDetectionJobsResponseFilterSensitiveLog: (obj: ListEventsDetectionJobsResponse) => any;
|
|
2388
|
+
|
|
2389
|
+
export declare const KeyPhrasesDetectionJobFilterFilterSensitiveLog: (obj: KeyPhrasesDetectionJobFilter) => any;
|
|
2390
|
+
|
|
2391
|
+
export declare const ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsRequest) => any;
|
|
2392
|
+
|
|
2393
|
+
export declare const ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsResponse) => any;
|
|
2394
|
+
|
|
2395
|
+
export declare const PiiEntitiesDetectionJobFilterFilterSensitiveLog: (obj: PiiEntitiesDetectionJobFilter) => any;
|
|
2396
|
+
|
|
2397
|
+
export declare const ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsRequest) => any;
|
|
2398
|
+
|
|
2399
|
+
export declare const ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsResponse) => any;
|
|
2400
|
+
|
|
2401
|
+
export declare const SentimentDetectionJobFilterFilterSensitiveLog: (obj: SentimentDetectionJobFilter) => any;
|
|
2402
|
+
|
|
2403
|
+
export declare const ListSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListSentimentDetectionJobsRequest) => any;
|
|
2404
|
+
|
|
2405
|
+
export declare const ListSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListSentimentDetectionJobsResponse) => any;
|
|
2406
|
+
|
|
2407
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2408
|
+
|
|
2409
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2410
|
+
|
|
2411
|
+
export declare const TargetedSentimentDetectionJobFilterFilterSensitiveLog: (obj: TargetedSentimentDetectionJobFilter) => any;
|
|
2412
|
+
|
|
2413
|
+
export declare const ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsRequest) => any;
|
|
2414
|
+
|
|
2415
|
+
export declare const ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsResponse) => any;
|
|
2416
|
+
|
|
2417
|
+
export declare const TopicsDetectionJobFilterFilterSensitiveLog: (obj: TopicsDetectionJobFilter) => any;
|
|
2418
|
+
|
|
2419
|
+
export declare const ListTopicsDetectionJobsRequestFilterSensitiveLog: (obj: ListTopicsDetectionJobsRequest) => any;
|
|
2420
|
+
|
|
2421
|
+
export declare const ListTopicsDetectionJobsResponseFilterSensitiveLog: (obj: ListTopicsDetectionJobsResponse) => any;
|
|
2422
|
+
|
|
2423
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
2424
|
+
|
|
2425
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
2426
|
+
|
|
2427
|
+
export declare const StartDocumentClassificationJobRequestFilterSensitiveLog: (obj: StartDocumentClassificationJobRequest) => any;
|
|
2428
|
+
|
|
2429
|
+
export declare const StartDocumentClassificationJobResponseFilterSensitiveLog: (obj: StartDocumentClassificationJobResponse) => any;
|
|
2430
|
+
|
|
2431
|
+
export declare const StartDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobRequest) => any;
|
|
2432
|
+
|
|
2433
|
+
export declare const StartDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobResponse) => any;
|
|
2434
|
+
|
|
2435
|
+
export declare const StartEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartEntitiesDetectionJobRequest) => any;
|
|
2436
|
+
|
|
2437
|
+
export declare const StartEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartEntitiesDetectionJobResponse) => any;
|
|
2438
|
+
|
|
2439
|
+
export declare const StartEventsDetectionJobRequestFilterSensitiveLog: (obj: StartEventsDetectionJobRequest) => any;
|
|
2440
|
+
|
|
2441
|
+
export declare const StartEventsDetectionJobResponseFilterSensitiveLog: (obj: StartEventsDetectionJobResponse) => any;
|
|
2442
|
+
|
|
2443
|
+
export declare const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobRequest) => any;
|
|
2444
|
+
|
|
2445
|
+
export declare const StartKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobResponse) => any;
|
|
2446
|
+
|
|
2447
|
+
export declare const StartPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobRequest) => any;
|
|
2448
|
+
|
|
2449
|
+
export declare const StartPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobResponse) => any;
|
|
2450
|
+
|
|
2451
|
+
export declare const StartSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartSentimentDetectionJobRequest) => any;
|
|
2452
|
+
|
|
2453
|
+
export declare const StartSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartSentimentDetectionJobResponse) => any;
|
|
2454
|
+
|
|
2455
|
+
export declare const StartTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobRequest) => any;
|
|
2456
|
+
|
|
2457
|
+
export declare const StartTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobResponse) => any;
|
|
2458
|
+
|
|
2459
|
+
export declare const StartTopicsDetectionJobRequestFilterSensitiveLog: (obj: StartTopicsDetectionJobRequest) => any;
|
|
2460
|
+
|
|
2461
|
+
export declare const StartTopicsDetectionJobResponseFilterSensitiveLog: (obj: StartTopicsDetectionJobResponse) => any;
|
|
2462
|
+
|
|
2463
|
+
export declare const StopDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobRequest) => any;
|
|
2464
|
+
|
|
2465
|
+
export declare const StopDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobResponse) => any;
|
|
2466
|
+
|
|
2467
|
+
export declare const StopEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopEntitiesDetectionJobRequest) => any;
|
|
2468
|
+
|
|
2469
|
+
export declare const StopEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopEntitiesDetectionJobResponse) => any;
|
|
2470
|
+
|
|
2471
|
+
export declare const StopEventsDetectionJobRequestFilterSensitiveLog: (obj: StopEventsDetectionJobRequest) => any;
|
|
2472
|
+
|
|
2473
|
+
export declare const StopEventsDetectionJobResponseFilterSensitiveLog: (obj: StopEventsDetectionJobResponse) => any;
|
|
2474
|
+
|
|
2475
|
+
export declare const StopKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobRequest) => any;
|
|
2476
|
+
|
|
2477
|
+
export declare const StopKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobResponse) => any;
|
|
2478
|
+
|
|
2479
|
+
export declare const StopPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobRequest) => any;
|
|
2480
|
+
|
|
2481
|
+
export declare const StopPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobResponse) => any;
|
|
2482
|
+
|
|
2483
|
+
export declare const StopSentimentDetectionJobRequestFilterSensitiveLog: (obj: StopSentimentDetectionJobRequest) => any;
|
|
2484
|
+
|
|
2485
|
+
export declare const StopSentimentDetectionJobResponseFilterSensitiveLog: (obj: StopSentimentDetectionJobResponse) => any;
|
|
2486
|
+
|
|
2487
|
+
export declare const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: StopTargetedSentimentDetectionJobRequest) => any;
|
|
2488
|
+
|
|
2489
|
+
export declare const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: StopTargetedSentimentDetectionJobResponse) => any;
|
|
2490
|
+
|
|
2491
|
+
export declare const StopTrainingDocumentClassifierRequestFilterSensitiveLog: (obj: StopTrainingDocumentClassifierRequest) => any;
|
|
2492
|
+
|
|
2493
|
+
export declare const StopTrainingDocumentClassifierResponseFilterSensitiveLog: (obj: StopTrainingDocumentClassifierResponse) => any;
|
|
2494
|
+
|
|
2495
|
+
export declare const StopTrainingEntityRecognizerRequestFilterSensitiveLog: (obj: StopTrainingEntityRecognizerRequest) => any;
|
|
2496
|
+
|
|
2497
|
+
export declare const StopTrainingEntityRecognizerResponseFilterSensitiveLog: (obj: StopTrainingEntityRecognizerResponse) => any;
|
|
2498
|
+
|
|
2499
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2500
|
+
|
|
2501
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2502
|
+
|
|
2503
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2504
|
+
|
|
2505
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2506
|
+
|
|
2507
|
+
export declare const UpdateEndpointRequestFilterSensitiveLog: (obj: UpdateEndpointRequest) => any;
|
|
2508
|
+
|
|
2509
|
+
export declare const UpdateEndpointResponseFilterSensitiveLog: (obj: UpdateEndpointResponse) => any;
|