@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
|
@@ -66,12 +66,6 @@ export interface AugmentedManifestsListItem {
|
|
|
66
66
|
*/
|
|
67
67
|
DocumentType?: AugmentedManifestsDocumentTypeFormat | string;
|
|
68
68
|
}
|
|
69
|
-
export declare namespace AugmentedManifestsListItem {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
const filterSensitiveLog: (obj: AugmentedManifestsListItem) => any;
|
|
74
|
-
}
|
|
75
69
|
export interface BatchDetectDominantLanguageRequest {
|
|
76
70
|
/**
|
|
77
71
|
* <p>A list containing the text of the input documents. The list can contain a maximum of 25
|
|
@@ -80,12 +74,6 @@ export interface BatchDetectDominantLanguageRequest {
|
|
|
80
74
|
*/
|
|
81
75
|
TextList: string[] | undefined;
|
|
82
76
|
}
|
|
83
|
-
export declare namespace BatchDetectDominantLanguageRequest {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
const filterSensitiveLog: (obj: BatchDetectDominantLanguageRequest) => any;
|
|
88
|
-
}
|
|
89
77
|
/**
|
|
90
78
|
* <p>Describes an error that occurred while processing a document in a batch. The operation
|
|
91
79
|
* returns on <code>BatchItemError</code> object for each document that contained an
|
|
@@ -105,12 +93,6 @@ export interface BatchItemError {
|
|
|
105
93
|
*/
|
|
106
94
|
ErrorMessage?: string;
|
|
107
95
|
}
|
|
108
|
-
export declare namespace BatchItemError {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
const filterSensitiveLog: (obj: BatchItemError) => any;
|
|
113
|
-
}
|
|
114
96
|
/**
|
|
115
97
|
* <p>Returns the code for the dominant language in the input text and the level of
|
|
116
98
|
* confidence that Amazon Comprehend has in the accuracy of the detection.</p>
|
|
@@ -128,12 +110,6 @@ export interface DominantLanguage {
|
|
|
128
110
|
*/
|
|
129
111
|
Score?: number;
|
|
130
112
|
}
|
|
131
|
-
export declare namespace DominantLanguage {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
const filterSensitiveLog: (obj: DominantLanguage) => any;
|
|
136
|
-
}
|
|
137
113
|
/**
|
|
138
114
|
* <p>The result of calling the operation.
|
|
139
115
|
* The operation returns one object for each document that is successfully processed by the
|
|
@@ -150,12 +126,6 @@ export interface BatchDetectDominantLanguageItemResult {
|
|
|
150
126
|
*/
|
|
151
127
|
Languages?: DominantLanguage[];
|
|
152
128
|
}
|
|
153
|
-
export declare namespace BatchDetectDominantLanguageItemResult {
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
const filterSensitiveLog: (obj: BatchDetectDominantLanguageItemResult) => any;
|
|
158
|
-
}
|
|
159
129
|
export interface BatchDetectDominantLanguageResponse {
|
|
160
130
|
/**
|
|
161
131
|
* <p>A list of objects
|
|
@@ -172,12 +142,6 @@ export interface BatchDetectDominantLanguageResponse {
|
|
|
172
142
|
*/
|
|
173
143
|
ErrorList: BatchItemError[] | undefined;
|
|
174
144
|
}
|
|
175
|
-
export declare namespace BatchDetectDominantLanguageResponse {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
const filterSensitiveLog: (obj: BatchDetectDominantLanguageResponse) => any;
|
|
180
|
-
}
|
|
181
145
|
/**
|
|
182
146
|
* <p>The number of documents in the request exceeds the limit of 25. Try your request again
|
|
183
147
|
* with fewer documents.</p>
|
|
@@ -254,12 +218,6 @@ export interface BatchDetectEntitiesRequest {
|
|
|
254
218
|
*/
|
|
255
219
|
LanguageCode: LanguageCode | string | undefined;
|
|
256
220
|
}
|
|
257
|
-
export declare namespace BatchDetectEntitiesRequest {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
const filterSensitiveLog: (obj: BatchDetectEntitiesRequest) => any;
|
|
262
|
-
}
|
|
263
221
|
export declare enum EntityType {
|
|
264
222
|
COMMERCIAL_ITEM = "COMMERCIAL_ITEM",
|
|
265
223
|
DATE = "DATE",
|
|
@@ -305,12 +263,6 @@ export interface Entity {
|
|
|
305
263
|
*/
|
|
306
264
|
EndOffset?: number;
|
|
307
265
|
}
|
|
308
|
-
export declare namespace Entity {
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
|
-
const filterSensitiveLog: (obj: Entity) => any;
|
|
313
|
-
}
|
|
314
266
|
/**
|
|
315
267
|
* <p>The result of calling the operation. The
|
|
316
268
|
* operation returns one object for each document that is successfully processed by the
|
|
@@ -327,12 +279,6 @@ export interface BatchDetectEntitiesItemResult {
|
|
|
327
279
|
*/
|
|
328
280
|
Entities?: Entity[];
|
|
329
281
|
}
|
|
330
|
-
export declare namespace BatchDetectEntitiesItemResult {
|
|
331
|
-
/**
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
|
-
const filterSensitiveLog: (obj: BatchDetectEntitiesItemResult) => any;
|
|
335
|
-
}
|
|
336
282
|
export interface BatchDetectEntitiesResponse {
|
|
337
283
|
/**
|
|
338
284
|
* <p>A list of objects containing the
|
|
@@ -349,12 +295,6 @@ export interface BatchDetectEntitiesResponse {
|
|
|
349
295
|
*/
|
|
350
296
|
ErrorList: BatchItemError[] | undefined;
|
|
351
297
|
}
|
|
352
|
-
export declare namespace BatchDetectEntitiesResponse {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
const filterSensitiveLog: (obj: BatchDetectEntitiesResponse) => any;
|
|
357
|
-
}
|
|
358
298
|
/**
|
|
359
299
|
* <p>Amazon Comprehend can't process the language of the input text. For custom entity
|
|
360
300
|
* recognition APIs, only English, Spanish, French, Italian, German, or Portuguese are accepted.
|
|
@@ -382,12 +322,6 @@ export interface BatchDetectKeyPhrasesRequest {
|
|
|
382
322
|
*/
|
|
383
323
|
LanguageCode: LanguageCode | string | undefined;
|
|
384
324
|
}
|
|
385
|
-
export declare namespace BatchDetectKeyPhrasesRequest {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
|
-
const filterSensitiveLog: (obj: BatchDetectKeyPhrasesRequest) => any;
|
|
390
|
-
}
|
|
391
325
|
/**
|
|
392
326
|
* <p>Describes a key noun phrase.</p>
|
|
393
327
|
*/
|
|
@@ -417,12 +351,6 @@ export interface KeyPhrase {
|
|
|
417
351
|
*/
|
|
418
352
|
EndOffset?: number;
|
|
419
353
|
}
|
|
420
|
-
export declare namespace KeyPhrase {
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
|
-
const filterSensitiveLog: (obj: KeyPhrase) => any;
|
|
425
|
-
}
|
|
426
354
|
/**
|
|
427
355
|
* <p>The result of calling the operation. The
|
|
428
356
|
* operation returns one object for each document that is successfully processed by the
|
|
@@ -439,12 +367,6 @@ export interface BatchDetectKeyPhrasesItemResult {
|
|
|
439
367
|
*/
|
|
440
368
|
KeyPhrases?: KeyPhrase[];
|
|
441
369
|
}
|
|
442
|
-
export declare namespace BatchDetectKeyPhrasesItemResult {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
|
-
const filterSensitiveLog: (obj: BatchDetectKeyPhrasesItemResult) => any;
|
|
447
|
-
}
|
|
448
370
|
export interface BatchDetectKeyPhrasesResponse {
|
|
449
371
|
/**
|
|
450
372
|
* <p>A list of objects containing the
|
|
@@ -461,12 +383,6 @@ export interface BatchDetectKeyPhrasesResponse {
|
|
|
461
383
|
*/
|
|
462
384
|
ErrorList: BatchItemError[] | undefined;
|
|
463
385
|
}
|
|
464
|
-
export declare namespace BatchDetectKeyPhrasesResponse {
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
|
-
const filterSensitiveLog: (obj: BatchDetectKeyPhrasesResponse) => any;
|
|
469
|
-
}
|
|
470
386
|
export interface BatchDetectSentimentRequest {
|
|
471
387
|
/**
|
|
472
388
|
* <p>A list containing the text of the input documents. The list can contain a maximum of 25
|
|
@@ -480,12 +396,6 @@ export interface BatchDetectSentimentRequest {
|
|
|
480
396
|
*/
|
|
481
397
|
LanguageCode: LanguageCode | string | undefined;
|
|
482
398
|
}
|
|
483
|
-
export declare namespace BatchDetectSentimentRequest {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
const filterSensitiveLog: (obj: BatchDetectSentimentRequest) => any;
|
|
488
|
-
}
|
|
489
399
|
export declare enum SentimentType {
|
|
490
400
|
MIXED = "MIXED",
|
|
491
401
|
NEGATIVE = "NEGATIVE",
|
|
@@ -518,12 +428,6 @@ export interface SentimentScore {
|
|
|
518
428
|
*/
|
|
519
429
|
Mixed?: number;
|
|
520
430
|
}
|
|
521
|
-
export declare namespace SentimentScore {
|
|
522
|
-
/**
|
|
523
|
-
* @internal
|
|
524
|
-
*/
|
|
525
|
-
const filterSensitiveLog: (obj: SentimentScore) => any;
|
|
526
|
-
}
|
|
527
431
|
/**
|
|
528
432
|
* <p>The result of calling the operation. The
|
|
529
433
|
* operation returns one object for each document that is successfully processed by the
|
|
@@ -544,12 +448,6 @@ export interface BatchDetectSentimentItemResult {
|
|
|
544
448
|
*/
|
|
545
449
|
SentimentScore?: SentimentScore;
|
|
546
450
|
}
|
|
547
|
-
export declare namespace BatchDetectSentimentItemResult {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
|
-
const filterSensitiveLog: (obj: BatchDetectSentimentItemResult) => any;
|
|
552
|
-
}
|
|
553
451
|
export interface BatchDetectSentimentResponse {
|
|
554
452
|
/**
|
|
555
453
|
* <p>A list of objects containing the
|
|
@@ -566,12 +464,6 @@ export interface BatchDetectSentimentResponse {
|
|
|
566
464
|
*/
|
|
567
465
|
ErrorList: BatchItemError[] | undefined;
|
|
568
466
|
}
|
|
569
|
-
export declare namespace BatchDetectSentimentResponse {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
|
-
const filterSensitiveLog: (obj: BatchDetectSentimentResponse) => any;
|
|
574
|
-
}
|
|
575
467
|
export declare enum SyntaxLanguageCode {
|
|
576
468
|
DE = "de",
|
|
577
469
|
EN = "en",
|
|
@@ -594,12 +486,6 @@ export interface BatchDetectSyntaxRequest {
|
|
|
594
486
|
*/
|
|
595
487
|
LanguageCode: SyntaxLanguageCode | string | undefined;
|
|
596
488
|
}
|
|
597
|
-
export declare namespace BatchDetectSyntaxRequest {
|
|
598
|
-
/**
|
|
599
|
-
* @internal
|
|
600
|
-
*/
|
|
601
|
-
const filterSensitiveLog: (obj: BatchDetectSyntaxRequest) => any;
|
|
602
|
-
}
|
|
603
489
|
export declare enum PartOfSpeechTagType {
|
|
604
490
|
ADJ = "ADJ",
|
|
605
491
|
ADP = "ADP",
|
|
@@ -636,12 +522,6 @@ export interface PartOfSpeechTag {
|
|
|
636
522
|
*/
|
|
637
523
|
Score?: number;
|
|
638
524
|
}
|
|
639
|
-
export declare namespace PartOfSpeechTag {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
|
-
const filterSensitiveLog: (obj: PartOfSpeechTag) => any;
|
|
644
|
-
}
|
|
645
525
|
/**
|
|
646
526
|
* <p>Represents a work in the input text that was recognized and assigned a part of speech.
|
|
647
527
|
* There is one syntax token record for each word in the source text.</p>
|
|
@@ -671,12 +551,6 @@ export interface SyntaxToken {
|
|
|
671
551
|
*/
|
|
672
552
|
PartOfSpeech?: PartOfSpeechTag;
|
|
673
553
|
}
|
|
674
|
-
export declare namespace SyntaxToken {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
|
-
const filterSensitiveLog: (obj: SyntaxToken) => any;
|
|
679
|
-
}
|
|
680
554
|
/**
|
|
681
555
|
* <p>The result of calling the operation. The
|
|
682
556
|
* operation returns one object that is successfully processed by the operation.</p>
|
|
@@ -691,12 +565,6 @@ export interface BatchDetectSyntaxItemResult {
|
|
|
691
565
|
*/
|
|
692
566
|
SyntaxTokens?: SyntaxToken[];
|
|
693
567
|
}
|
|
694
|
-
export declare namespace BatchDetectSyntaxItemResult {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
|
-
const filterSensitiveLog: (obj: BatchDetectSyntaxItemResult) => any;
|
|
699
|
-
}
|
|
700
568
|
export interface BatchDetectSyntaxResponse {
|
|
701
569
|
/**
|
|
702
570
|
* <p>A list of objects containing the
|
|
@@ -713,12 +581,6 @@ export interface BatchDetectSyntaxResponse {
|
|
|
713
581
|
*/
|
|
714
582
|
ErrorList: BatchItemError[] | undefined;
|
|
715
583
|
}
|
|
716
|
-
export declare namespace BatchDetectSyntaxResponse {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
|
-
const filterSensitiveLog: (obj: BatchDetectSyntaxResponse) => any;
|
|
721
|
-
}
|
|
722
584
|
/**
|
|
723
585
|
* <p>Describes the result metrics for the test data associated with an documentation
|
|
724
586
|
* classifier.</p>
|
|
@@ -777,12 +639,6 @@ export interface ClassifierEvaluationMetrics {
|
|
|
777
639
|
*/
|
|
778
640
|
HammingLoss?: number;
|
|
779
641
|
}
|
|
780
|
-
export declare namespace ClassifierEvaluationMetrics {
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
*/
|
|
784
|
-
const filterSensitiveLog: (obj: ClassifierEvaluationMetrics) => any;
|
|
785
|
-
}
|
|
786
642
|
/**
|
|
787
643
|
* <p>Provides information about a document classifier.</p>
|
|
788
644
|
*/
|
|
@@ -807,12 +663,6 @@ export interface ClassifierMetadata {
|
|
|
807
663
|
*/
|
|
808
664
|
EvaluationMetrics?: ClassifierEvaluationMetrics;
|
|
809
665
|
}
|
|
810
|
-
export declare namespace ClassifierMetadata {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
|
-
const filterSensitiveLog: (obj: ClassifierMetadata) => any;
|
|
815
|
-
}
|
|
816
666
|
export interface ClassifyDocumentRequest {
|
|
817
667
|
/**
|
|
818
668
|
* <p>The document text to be analyzed.</p>
|
|
@@ -823,12 +673,6 @@ export interface ClassifyDocumentRequest {
|
|
|
823
673
|
*/
|
|
824
674
|
EndpointArn: string | undefined;
|
|
825
675
|
}
|
|
826
|
-
export declare namespace ClassifyDocumentRequest {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
|
-
const filterSensitiveLog: (obj: ClassifyDocumentRequest) => any;
|
|
831
|
-
}
|
|
832
676
|
/**
|
|
833
677
|
* <p>Specifies the class that categorizes the document being analyzed</p>
|
|
834
678
|
*/
|
|
@@ -842,12 +686,6 @@ export interface DocumentClass {
|
|
|
842
686
|
*/
|
|
843
687
|
Score?: number;
|
|
844
688
|
}
|
|
845
|
-
export declare namespace DocumentClass {
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
|
-
const filterSensitiveLog: (obj: DocumentClass) => any;
|
|
850
|
-
}
|
|
851
689
|
/**
|
|
852
690
|
* <p>Specifies one of the label or labels that categorize the document being analyzed.</p>
|
|
853
691
|
*/
|
|
@@ -861,12 +699,6 @@ export interface DocumentLabel {
|
|
|
861
699
|
*/
|
|
862
700
|
Score?: number;
|
|
863
701
|
}
|
|
864
|
-
export declare namespace DocumentLabel {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
|
-
const filterSensitiveLog: (obj: DocumentLabel) => any;
|
|
869
|
-
}
|
|
870
702
|
export interface ClassifyDocumentResponse {
|
|
871
703
|
/**
|
|
872
704
|
* <p>The classes used by the document being analyzed. These are used for multi-class trained
|
|
@@ -883,12 +715,6 @@ export interface ClassifyDocumentResponse {
|
|
|
883
715
|
*/
|
|
884
716
|
Labels?: DocumentLabel[];
|
|
885
717
|
}
|
|
886
|
-
export declare namespace ClassifyDocumentResponse {
|
|
887
|
-
/**
|
|
888
|
-
* @internal
|
|
889
|
-
*/
|
|
890
|
-
const filterSensitiveLog: (obj: ClassifyDocumentResponse) => any;
|
|
891
|
-
}
|
|
892
718
|
/**
|
|
893
719
|
* <p>The specified resource is not available. Check the resource and try your request
|
|
894
720
|
* again.</p>
|
|
@@ -913,12 +739,6 @@ export interface ContainsPiiEntitiesRequest {
|
|
|
913
739
|
*/
|
|
914
740
|
LanguageCode: LanguageCode | string | undefined;
|
|
915
741
|
}
|
|
916
|
-
export declare namespace ContainsPiiEntitiesRequest {
|
|
917
|
-
/**
|
|
918
|
-
* @internal
|
|
919
|
-
*/
|
|
920
|
-
const filterSensitiveLog: (obj: ContainsPiiEntitiesRequest) => any;
|
|
921
|
-
}
|
|
922
742
|
export declare enum PiiEntityType {
|
|
923
743
|
ADDRESS = "ADDRESS",
|
|
924
744
|
AGE = "AGE",
|
|
@@ -973,12 +793,6 @@ export interface EntityLabel {
|
|
|
973
793
|
*/
|
|
974
794
|
Score?: number;
|
|
975
795
|
}
|
|
976
|
-
export declare namespace EntityLabel {
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
*/
|
|
980
|
-
const filterSensitiveLog: (obj: EntityLabel) => any;
|
|
981
|
-
}
|
|
982
796
|
export interface ContainsPiiEntitiesResponse {
|
|
983
797
|
/**
|
|
984
798
|
* <p>The labels used in the document being analyzed. Individual labels represent personally
|
|
@@ -986,12 +800,6 @@ export interface ContainsPiiEntitiesResponse {
|
|
|
986
800
|
*/
|
|
987
801
|
Labels?: EntityLabel[];
|
|
988
802
|
}
|
|
989
|
-
export declare namespace ContainsPiiEntitiesResponse {
|
|
990
|
-
/**
|
|
991
|
-
* @internal
|
|
992
|
-
*/
|
|
993
|
-
const filterSensitiveLog: (obj: ContainsPiiEntitiesResponse) => any;
|
|
994
|
-
}
|
|
995
803
|
export declare enum DocumentClassifierDataFormat {
|
|
996
804
|
AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
|
|
997
805
|
COMPREHEND_CSV = "COMPREHEND_CSV"
|
|
@@ -1058,12 +866,6 @@ export interface DocumentClassifierInputDataConfig {
|
|
|
1058
866
|
*/
|
|
1059
867
|
AugmentedManifests?: AugmentedManifestsListItem[];
|
|
1060
868
|
}
|
|
1061
|
-
export declare namespace DocumentClassifierInputDataConfig {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
|
-
const filterSensitiveLog: (obj: DocumentClassifierInputDataConfig) => any;
|
|
1066
|
-
}
|
|
1067
869
|
export declare enum DocumentClassifierMode {
|
|
1068
870
|
MULTI_CLASS = "MULTI_CLASS",
|
|
1069
871
|
MULTI_LABEL = "MULTI_LABEL"
|
|
@@ -1109,12 +911,6 @@ export interface DocumentClassifierOutputDataConfig {
|
|
|
1109
911
|
*/
|
|
1110
912
|
KmsKeyId?: string;
|
|
1111
913
|
}
|
|
1112
|
-
export declare namespace DocumentClassifierOutputDataConfig {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
const filterSensitiveLog: (obj: DocumentClassifierOutputDataConfig) => any;
|
|
1117
|
-
}
|
|
1118
914
|
/**
|
|
1119
915
|
* <p>A key-value pair that adds as a metadata to a resource used by Amazon Comprehend. For
|
|
1120
916
|
* example, a tag with the key-value pair ‘Department’:’Sales’ might be added to a resource to
|
|
@@ -1136,12 +932,6 @@ export interface Tag {
|
|
|
1136
932
|
*/
|
|
1137
933
|
Value?: string;
|
|
1138
934
|
}
|
|
1139
|
-
export declare namespace Tag {
|
|
1140
|
-
/**
|
|
1141
|
-
* @internal
|
|
1142
|
-
*/
|
|
1143
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
1144
|
-
}
|
|
1145
935
|
/**
|
|
1146
936
|
* <p> Configuration parameters for an optional private Virtual Private Cloud (VPC) containing
|
|
1147
937
|
* the resources you are using for the job. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html">Amazon
|
|
@@ -1165,12 +955,6 @@ export interface VpcConfig {
|
|
|
1165
955
|
*/
|
|
1166
956
|
Subnets: string[] | undefined;
|
|
1167
957
|
}
|
|
1168
|
-
export declare namespace VpcConfig {
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
1172
|
-
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
1173
|
-
}
|
|
1174
958
|
export interface CreateDocumentClassifierRequest {
|
|
1175
959
|
/**
|
|
1176
960
|
* <p>The name of the document classifier.</p>
|
|
@@ -1280,24 +1064,12 @@ export interface CreateDocumentClassifierRequest {
|
|
|
1280
1064
|
*/
|
|
1281
1065
|
ModelPolicy?: string;
|
|
1282
1066
|
}
|
|
1283
|
-
export declare namespace CreateDocumentClassifierRequest {
|
|
1284
|
-
/**
|
|
1285
|
-
* @internal
|
|
1286
|
-
*/
|
|
1287
|
-
const filterSensitiveLog: (obj: CreateDocumentClassifierRequest) => any;
|
|
1288
|
-
}
|
|
1289
1067
|
export interface CreateDocumentClassifierResponse {
|
|
1290
1068
|
/**
|
|
1291
1069
|
* <p>The Amazon Resource Name (ARN) that identifies the document classifier.</p>
|
|
1292
1070
|
*/
|
|
1293
1071
|
DocumentClassifierArn?: string;
|
|
1294
1072
|
}
|
|
1295
|
-
export declare namespace CreateDocumentClassifierResponse {
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
|
-
const filterSensitiveLog: (obj: CreateDocumentClassifierResponse) => any;
|
|
1300
|
-
}
|
|
1301
1073
|
/**
|
|
1302
1074
|
* <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
|
|
1303
1075
|
* re-enter it.</p>
|
|
@@ -1399,24 +1171,12 @@ export interface CreateEndpointRequest {
|
|
|
1399
1171
|
*/
|
|
1400
1172
|
DataAccessRoleArn?: string;
|
|
1401
1173
|
}
|
|
1402
|
-
export declare namespace CreateEndpointRequest {
|
|
1403
|
-
/**
|
|
1404
|
-
* @internal
|
|
1405
|
-
*/
|
|
1406
|
-
const filterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
1407
|
-
}
|
|
1408
1174
|
export interface CreateEndpointResponse {
|
|
1409
1175
|
/**
|
|
1410
1176
|
* <p>The Amazon Resource Number (ARN) of the endpoint being created.</p>
|
|
1411
1177
|
*/
|
|
1412
1178
|
EndpointArn?: string;
|
|
1413
1179
|
}
|
|
1414
|
-
export declare namespace CreateEndpointResponse {
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
|
-
const filterSensitiveLog: (obj: CreateEndpointResponse) => any;
|
|
1419
|
-
}
|
|
1420
1180
|
/**
|
|
1421
1181
|
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
|
|
1422
1182
|
*/
|
|
@@ -1445,12 +1205,6 @@ export interface EntityRecognizerAnnotations {
|
|
|
1445
1205
|
*/
|
|
1446
1206
|
TestS3Uri?: string;
|
|
1447
1207
|
}
|
|
1448
|
-
export declare namespace EntityRecognizerAnnotations {
|
|
1449
|
-
/**
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
1452
|
-
const filterSensitiveLog: (obj: EntityRecognizerAnnotations) => any;
|
|
1453
|
-
}
|
|
1454
1208
|
export declare enum EntityRecognizerDataFormat {
|
|
1455
1209
|
AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
|
|
1456
1210
|
COMPREHEND_CSV = "COMPREHEND_CSV"
|
|
@@ -1484,12 +1238,6 @@ export interface EntityRecognizerDocuments {
|
|
|
1484
1238
|
*/
|
|
1485
1239
|
InputFormat?: InputFormat | string;
|
|
1486
1240
|
}
|
|
1487
|
-
export declare namespace EntityRecognizerDocuments {
|
|
1488
|
-
/**
|
|
1489
|
-
* @internal
|
|
1490
|
-
*/
|
|
1491
|
-
const filterSensitiveLog: (obj: EntityRecognizerDocuments) => any;
|
|
1492
|
-
}
|
|
1493
1241
|
/**
|
|
1494
1242
|
* <p>Describes the entity recognizer submitted with an entity recognizer.</p>
|
|
1495
1243
|
*/
|
|
@@ -1500,12 +1248,6 @@ export interface EntityRecognizerEntityList {
|
|
|
1500
1248
|
*/
|
|
1501
1249
|
S3Uri: string | undefined;
|
|
1502
1250
|
}
|
|
1503
|
-
export declare namespace EntityRecognizerEntityList {
|
|
1504
|
-
/**
|
|
1505
|
-
* @internal
|
|
1506
|
-
*/
|
|
1507
|
-
const filterSensitiveLog: (obj: EntityRecognizerEntityList) => any;
|
|
1508
|
-
}
|
|
1509
1251
|
/**
|
|
1510
1252
|
* <p>An entity type within a labeled training dataset that Amazon Comprehend uses to train a
|
|
1511
1253
|
* custom entity recognizer.</p>
|
|
@@ -1520,12 +1262,6 @@ export interface EntityTypesListItem {
|
|
|
1520
1262
|
*/
|
|
1521
1263
|
Type: string | undefined;
|
|
1522
1264
|
}
|
|
1523
|
-
export declare namespace EntityTypesListItem {
|
|
1524
|
-
/**
|
|
1525
|
-
* @internal
|
|
1526
|
-
*/
|
|
1527
|
-
const filterSensitiveLog: (obj: EntityTypesListItem) => any;
|
|
1528
|
-
}
|
|
1529
1265
|
/**
|
|
1530
1266
|
* <p>Specifies the format and location of the input data.</p>
|
|
1531
1267
|
*/
|
|
@@ -1591,12 +1327,6 @@ export interface EntityRecognizerInputDataConfig {
|
|
|
1591
1327
|
*/
|
|
1592
1328
|
AugmentedManifests?: AugmentedManifestsListItem[];
|
|
1593
1329
|
}
|
|
1594
|
-
export declare namespace EntityRecognizerInputDataConfig {
|
|
1595
|
-
/**
|
|
1596
|
-
* @internal
|
|
1597
|
-
*/
|
|
1598
|
-
const filterSensitiveLog: (obj: EntityRecognizerInputDataConfig) => any;
|
|
1599
|
-
}
|
|
1600
1330
|
export interface CreateEntityRecognizerRequest {
|
|
1601
1331
|
/**
|
|
1602
1332
|
* <p>The name given to the newly created recognizer. Recognizer names can be a maximum of 256
|
|
@@ -1697,84 +1427,36 @@ export interface CreateEntityRecognizerRequest {
|
|
|
1697
1427
|
*/
|
|
1698
1428
|
ModelPolicy?: string;
|
|
1699
1429
|
}
|
|
1700
|
-
export declare namespace CreateEntityRecognizerRequest {
|
|
1701
|
-
/**
|
|
1702
|
-
* @internal
|
|
1703
|
-
*/
|
|
1704
|
-
const filterSensitiveLog: (obj: CreateEntityRecognizerRequest) => any;
|
|
1705
|
-
}
|
|
1706
1430
|
export interface CreateEntityRecognizerResponse {
|
|
1707
1431
|
/**
|
|
1708
1432
|
* <p>The Amazon Resource Name (ARN) that identifies the entity recognizer.</p>
|
|
1709
1433
|
*/
|
|
1710
1434
|
EntityRecognizerArn?: string;
|
|
1711
1435
|
}
|
|
1712
|
-
export declare namespace CreateEntityRecognizerResponse {
|
|
1713
|
-
/**
|
|
1714
|
-
* @internal
|
|
1715
|
-
*/
|
|
1716
|
-
const filterSensitiveLog: (obj: CreateEntityRecognizerResponse) => any;
|
|
1717
|
-
}
|
|
1718
1436
|
export interface DeleteDocumentClassifierRequest {
|
|
1719
1437
|
/**
|
|
1720
1438
|
* <p>The Amazon Resource Name (ARN) that identifies the document classifier. </p>
|
|
1721
1439
|
*/
|
|
1722
1440
|
DocumentClassifierArn: string | undefined;
|
|
1723
1441
|
}
|
|
1724
|
-
export declare namespace DeleteDocumentClassifierRequest {
|
|
1725
|
-
/**
|
|
1726
|
-
* @internal
|
|
1727
|
-
*/
|
|
1728
|
-
const filterSensitiveLog: (obj: DeleteDocumentClassifierRequest) => any;
|
|
1729
|
-
}
|
|
1730
1442
|
export interface DeleteDocumentClassifierResponse {
|
|
1731
1443
|
}
|
|
1732
|
-
export declare namespace DeleteDocumentClassifierResponse {
|
|
1733
|
-
/**
|
|
1734
|
-
* @internal
|
|
1735
|
-
*/
|
|
1736
|
-
const filterSensitiveLog: (obj: DeleteDocumentClassifierResponse) => any;
|
|
1737
|
-
}
|
|
1738
1444
|
export interface DeleteEndpointRequest {
|
|
1739
1445
|
/**
|
|
1740
1446
|
* <p>The Amazon Resource Number (ARN) of the endpoint being deleted.</p>
|
|
1741
1447
|
*/
|
|
1742
1448
|
EndpointArn: string | undefined;
|
|
1743
1449
|
}
|
|
1744
|
-
export declare namespace DeleteEndpointRequest {
|
|
1745
|
-
/**
|
|
1746
|
-
* @internal
|
|
1747
|
-
*/
|
|
1748
|
-
const filterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
1749
|
-
}
|
|
1750
1450
|
export interface DeleteEndpointResponse {
|
|
1751
1451
|
}
|
|
1752
|
-
export declare namespace DeleteEndpointResponse {
|
|
1753
|
-
/**
|
|
1754
|
-
* @internal
|
|
1755
|
-
*/
|
|
1756
|
-
const filterSensitiveLog: (obj: DeleteEndpointResponse) => any;
|
|
1757
|
-
}
|
|
1758
1452
|
export interface DeleteEntityRecognizerRequest {
|
|
1759
1453
|
/**
|
|
1760
1454
|
* <p>The Amazon Resource Name (ARN) that identifies the entity recognizer.</p>
|
|
1761
1455
|
*/
|
|
1762
1456
|
EntityRecognizerArn: string | undefined;
|
|
1763
1457
|
}
|
|
1764
|
-
export declare namespace DeleteEntityRecognizerRequest {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
const filterSensitiveLog: (obj: DeleteEntityRecognizerRequest) => any;
|
|
1769
|
-
}
|
|
1770
1458
|
export interface DeleteEntityRecognizerResponse {
|
|
1771
1459
|
}
|
|
1772
|
-
export declare namespace DeleteEntityRecognizerResponse {
|
|
1773
|
-
/**
|
|
1774
|
-
* @internal
|
|
1775
|
-
*/
|
|
1776
|
-
const filterSensitiveLog: (obj: DeleteEntityRecognizerResponse) => any;
|
|
1777
|
-
}
|
|
1778
1460
|
export interface DeleteResourcePolicyRequest {
|
|
1779
1461
|
/**
|
|
1780
1462
|
* <p>The Amazon Resource Name (ARN) of the custom model version that has the policy to delete.</p>
|
|
@@ -1785,20 +1467,8 @@ export interface DeleteResourcePolicyRequest {
|
|
|
1785
1467
|
*/
|
|
1786
1468
|
PolicyRevisionId?: string;
|
|
1787
1469
|
}
|
|
1788
|
-
export declare namespace DeleteResourcePolicyRequest {
|
|
1789
|
-
/**
|
|
1790
|
-
* @internal
|
|
1791
|
-
*/
|
|
1792
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
1793
|
-
}
|
|
1794
1470
|
export interface DeleteResourcePolicyResponse {
|
|
1795
1471
|
}
|
|
1796
|
-
export declare namespace DeleteResourcePolicyResponse {
|
|
1797
|
-
/**
|
|
1798
|
-
* @internal
|
|
1799
|
-
*/
|
|
1800
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
1801
|
-
}
|
|
1802
1472
|
export interface DescribeDocumentClassificationJobRequest {
|
|
1803
1473
|
/**
|
|
1804
1474
|
* <p>The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its
|
|
@@ -1806,12 +1476,6 @@ export interface DescribeDocumentClassificationJobRequest {
|
|
|
1806
1476
|
*/
|
|
1807
1477
|
JobId: string | undefined;
|
|
1808
1478
|
}
|
|
1809
|
-
export declare namespace DescribeDocumentClassificationJobRequest {
|
|
1810
|
-
/**
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1813
|
-
const filterSensitiveLog: (obj: DescribeDocumentClassificationJobRequest) => any;
|
|
1814
|
-
}
|
|
1815
1479
|
export declare enum DocumentReadAction {
|
|
1816
1480
|
TEXTRACT_ANALYZE_DOCUMENT = "TEXTRACT_ANALYZE_DOCUMENT",
|
|
1817
1481
|
TEXTRACT_DETECT_DOCUMENT_TEXT = "TEXTRACT_DETECT_DOCUMENT_TEXT"
|
|
@@ -1865,12 +1529,6 @@ export interface DocumentReaderConfig {
|
|
|
1865
1529
|
*/
|
|
1866
1530
|
FeatureTypes?: (DocumentReadFeatureTypes | string)[];
|
|
1867
1531
|
}
|
|
1868
|
-
export declare namespace DocumentReaderConfig {
|
|
1869
|
-
/**
|
|
1870
|
-
* @internal
|
|
1871
|
-
*/
|
|
1872
|
-
const filterSensitiveLog: (obj: DocumentReaderConfig) => any;
|
|
1873
|
-
}
|
|
1874
1532
|
/**
|
|
1875
1533
|
* <p>The input properties for an inference job.</p>
|
|
1876
1534
|
*/
|
|
@@ -1911,12 +1569,6 @@ export interface InputDataConfig {
|
|
|
1911
1569
|
*/
|
|
1912
1570
|
DocumentReaderConfig?: DocumentReaderConfig;
|
|
1913
1571
|
}
|
|
1914
|
-
export declare namespace InputDataConfig {
|
|
1915
|
-
/**
|
|
1916
|
-
* @internal
|
|
1917
|
-
*/
|
|
1918
|
-
const filterSensitiveLog: (obj: InputDataConfig) => any;
|
|
1919
|
-
}
|
|
1920
1572
|
export declare enum JobStatus {
|
|
1921
1573
|
COMPLETED = "COMPLETED",
|
|
1922
1574
|
FAILED = "FAILED",
|
|
@@ -1971,12 +1623,6 @@ export interface OutputDataConfig {
|
|
|
1971
1623
|
*/
|
|
1972
1624
|
KmsKeyId?: string;
|
|
1973
1625
|
}
|
|
1974
|
-
export declare namespace OutputDataConfig {
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
|
-
const filterSensitiveLog: (obj: OutputDataConfig) => any;
|
|
1979
|
-
}
|
|
1980
1626
|
/**
|
|
1981
1627
|
* <p>Provides information about a document classification job.</p>
|
|
1982
1628
|
*/
|
|
@@ -2062,12 +1708,6 @@ export interface DocumentClassificationJobProperties {
|
|
|
2062
1708
|
*/
|
|
2063
1709
|
VpcConfig?: VpcConfig;
|
|
2064
1710
|
}
|
|
2065
|
-
export declare namespace DocumentClassificationJobProperties {
|
|
2066
|
-
/**
|
|
2067
|
-
* @internal
|
|
2068
|
-
*/
|
|
2069
|
-
const filterSensitiveLog: (obj: DocumentClassificationJobProperties) => any;
|
|
2070
|
-
}
|
|
2071
1711
|
export interface DescribeDocumentClassificationJobResponse {
|
|
2072
1712
|
/**
|
|
2073
1713
|
* <p>An object that describes the properties associated with the document classification
|
|
@@ -2075,12 +1715,6 @@ export interface DescribeDocumentClassificationJobResponse {
|
|
|
2075
1715
|
*/
|
|
2076
1716
|
DocumentClassificationJobProperties?: DocumentClassificationJobProperties;
|
|
2077
1717
|
}
|
|
2078
|
-
export declare namespace DescribeDocumentClassificationJobResponse {
|
|
2079
|
-
/**
|
|
2080
|
-
* @internal
|
|
2081
|
-
*/
|
|
2082
|
-
const filterSensitiveLog: (obj: DescribeDocumentClassificationJobResponse) => any;
|
|
2083
|
-
}
|
|
2084
1718
|
/**
|
|
2085
1719
|
* <p>The specified job was not found. Check the job ID and try again.</p>
|
|
2086
1720
|
*/
|
|
@@ -2100,12 +1734,6 @@ export interface DescribeDocumentClassifierRequest {
|
|
|
2100
1734
|
*/
|
|
2101
1735
|
DocumentClassifierArn: string | undefined;
|
|
2102
1736
|
}
|
|
2103
|
-
export declare namespace DescribeDocumentClassifierRequest {
|
|
2104
|
-
/**
|
|
2105
|
-
* @internal
|
|
2106
|
-
*/
|
|
2107
|
-
const filterSensitiveLog: (obj: DescribeDocumentClassifierRequest) => any;
|
|
2108
|
-
}
|
|
2109
1737
|
export declare enum ModelStatus {
|
|
2110
1738
|
DELETING = "DELETING",
|
|
2111
1739
|
IN_ERROR = "IN_ERROR",
|
|
@@ -2232,24 +1860,12 @@ export interface DocumentClassifierProperties {
|
|
|
2232
1860
|
*/
|
|
2233
1861
|
SourceModelArn?: string;
|
|
2234
1862
|
}
|
|
2235
|
-
export declare namespace DocumentClassifierProperties {
|
|
2236
|
-
/**
|
|
2237
|
-
* @internal
|
|
2238
|
-
*/
|
|
2239
|
-
const filterSensitiveLog: (obj: DocumentClassifierProperties) => any;
|
|
2240
|
-
}
|
|
2241
1863
|
export interface DescribeDocumentClassifierResponse {
|
|
2242
1864
|
/**
|
|
2243
1865
|
* <p>An object that contains the properties associated with a document classifier.</p>
|
|
2244
1866
|
*/
|
|
2245
1867
|
DocumentClassifierProperties?: DocumentClassifierProperties;
|
|
2246
1868
|
}
|
|
2247
|
-
export declare namespace DescribeDocumentClassifierResponse {
|
|
2248
|
-
/**
|
|
2249
|
-
* @internal
|
|
2250
|
-
*/
|
|
2251
|
-
const filterSensitiveLog: (obj: DescribeDocumentClassifierResponse) => any;
|
|
2252
|
-
}
|
|
2253
1869
|
export interface DescribeDominantLanguageDetectionJobRequest {
|
|
2254
1870
|
/**
|
|
2255
1871
|
* <p>The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its
|
|
@@ -2257,12 +1873,6 @@ export interface DescribeDominantLanguageDetectionJobRequest {
|
|
|
2257
1873
|
*/
|
|
2258
1874
|
JobId: string | undefined;
|
|
2259
1875
|
}
|
|
2260
|
-
export declare namespace DescribeDominantLanguageDetectionJobRequest {
|
|
2261
|
-
/**
|
|
2262
|
-
* @internal
|
|
2263
|
-
*/
|
|
2264
|
-
const filterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobRequest) => any;
|
|
2265
|
-
}
|
|
2266
1876
|
/**
|
|
2267
1877
|
* <p>Provides information about a dominant language detection job.</p>
|
|
2268
1878
|
*/
|
|
@@ -2345,12 +1955,6 @@ export interface DominantLanguageDetectionJobProperties {
|
|
|
2345
1955
|
*/
|
|
2346
1956
|
VpcConfig?: VpcConfig;
|
|
2347
1957
|
}
|
|
2348
|
-
export declare namespace DominantLanguageDetectionJobProperties {
|
|
2349
|
-
/**
|
|
2350
|
-
* @internal
|
|
2351
|
-
*/
|
|
2352
|
-
const filterSensitiveLog: (obj: DominantLanguageDetectionJobProperties) => any;
|
|
2353
|
-
}
|
|
2354
1958
|
export interface DescribeDominantLanguageDetectionJobResponse {
|
|
2355
1959
|
/**
|
|
2356
1960
|
* <p>An object that contains the properties associated with a dominant language detection
|
|
@@ -2358,24 +1962,12 @@ export interface DescribeDominantLanguageDetectionJobResponse {
|
|
|
2358
1962
|
*/
|
|
2359
1963
|
DominantLanguageDetectionJobProperties?: DominantLanguageDetectionJobProperties;
|
|
2360
1964
|
}
|
|
2361
|
-
export declare namespace DescribeDominantLanguageDetectionJobResponse {
|
|
2362
|
-
/**
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
2365
|
-
const filterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobResponse) => any;
|
|
2366
|
-
}
|
|
2367
1965
|
export interface DescribeEndpointRequest {
|
|
2368
1966
|
/**
|
|
2369
1967
|
* <p>The Amazon Resource Number (ARN) of the endpoint being described.</p>
|
|
2370
1968
|
*/
|
|
2371
1969
|
EndpointArn: string | undefined;
|
|
2372
1970
|
}
|
|
2373
|
-
export declare namespace DescribeEndpointRequest {
|
|
2374
|
-
/**
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
2377
|
-
const filterSensitiveLog: (obj: DescribeEndpointRequest) => any;
|
|
2378
|
-
}
|
|
2379
1971
|
export declare enum EndpointStatus {
|
|
2380
1972
|
CREATING = "CREATING",
|
|
2381
1973
|
DELETING = "DELETING",
|
|
@@ -2441,24 +2033,12 @@ export interface EndpointProperties {
|
|
|
2441
2033
|
*/
|
|
2442
2034
|
DesiredDataAccessRoleArn?: string;
|
|
2443
2035
|
}
|
|
2444
|
-
export declare namespace EndpointProperties {
|
|
2445
|
-
/**
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
2448
|
-
const filterSensitiveLog: (obj: EndpointProperties) => any;
|
|
2449
|
-
}
|
|
2450
2036
|
export interface DescribeEndpointResponse {
|
|
2451
2037
|
/**
|
|
2452
2038
|
* <p>Describes information associated with the specific endpoint.</p>
|
|
2453
2039
|
*/
|
|
2454
2040
|
EndpointProperties?: EndpointProperties;
|
|
2455
2041
|
}
|
|
2456
|
-
export declare namespace DescribeEndpointResponse {
|
|
2457
|
-
/**
|
|
2458
|
-
* @internal
|
|
2459
|
-
*/
|
|
2460
|
-
const filterSensitiveLog: (obj: DescribeEndpointResponse) => any;
|
|
2461
|
-
}
|
|
2462
2042
|
export interface DescribeEntitiesDetectionJobRequest {
|
|
2463
2043
|
/**
|
|
2464
2044
|
* <p>The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its
|
|
@@ -2466,12 +2046,6 @@ export interface DescribeEntitiesDetectionJobRequest {
|
|
|
2466
2046
|
*/
|
|
2467
2047
|
JobId: string | undefined;
|
|
2468
2048
|
}
|
|
2469
|
-
export declare namespace DescribeEntitiesDetectionJobRequest {
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
const filterSensitiveLog: (obj: DescribeEntitiesDetectionJobRequest) => any;
|
|
2474
|
-
}
|
|
2475
2049
|
/**
|
|
2476
2050
|
* <p>Provides information about an entities detection job.</p>
|
|
2477
2051
|
*/
|
|
@@ -2561,36 +2135,18 @@ export interface EntitiesDetectionJobProperties {
|
|
|
2561
2135
|
*/
|
|
2562
2136
|
VpcConfig?: VpcConfig;
|
|
2563
2137
|
}
|
|
2564
|
-
export declare namespace EntitiesDetectionJobProperties {
|
|
2565
|
-
/**
|
|
2566
|
-
* @internal
|
|
2567
|
-
*/
|
|
2568
|
-
const filterSensitiveLog: (obj: EntitiesDetectionJobProperties) => any;
|
|
2569
|
-
}
|
|
2570
2138
|
export interface DescribeEntitiesDetectionJobResponse {
|
|
2571
2139
|
/**
|
|
2572
2140
|
* <p>An object that contains the properties associated with an entities detection job.</p>
|
|
2573
2141
|
*/
|
|
2574
2142
|
EntitiesDetectionJobProperties?: EntitiesDetectionJobProperties;
|
|
2575
2143
|
}
|
|
2576
|
-
export declare namespace DescribeEntitiesDetectionJobResponse {
|
|
2577
|
-
/**
|
|
2578
|
-
* @internal
|
|
2579
|
-
*/
|
|
2580
|
-
const filterSensitiveLog: (obj: DescribeEntitiesDetectionJobResponse) => any;
|
|
2581
|
-
}
|
|
2582
2144
|
export interface DescribeEntityRecognizerRequest {
|
|
2583
2145
|
/**
|
|
2584
2146
|
* <p>The Amazon Resource Name (ARN) that identifies the entity recognizer.</p>
|
|
2585
2147
|
*/
|
|
2586
2148
|
EntityRecognizerArn: string | undefined;
|
|
2587
2149
|
}
|
|
2588
|
-
export declare namespace DescribeEntityRecognizerRequest {
|
|
2589
|
-
/**
|
|
2590
|
-
* @internal
|
|
2591
|
-
*/
|
|
2592
|
-
const filterSensitiveLog: (obj: DescribeEntityRecognizerRequest) => any;
|
|
2593
|
-
}
|
|
2594
2150
|
/**
|
|
2595
2151
|
* <p>Detailed information about the accuracy of an entity recognizer for a specific entity
|
|
2596
2152
|
* type. </p>
|
|
@@ -2615,12 +2171,6 @@ export interface EntityTypesEvaluationMetrics {
|
|
|
2615
2171
|
*/
|
|
2616
2172
|
F1Score?: number;
|
|
2617
2173
|
}
|
|
2618
|
-
export declare namespace EntityTypesEvaluationMetrics {
|
|
2619
|
-
/**
|
|
2620
|
-
* @internal
|
|
2621
|
-
*/
|
|
2622
|
-
const filterSensitiveLog: (obj: EntityTypesEvaluationMetrics) => any;
|
|
2623
|
-
}
|
|
2624
2174
|
/**
|
|
2625
2175
|
* <p>Individual item from the list of entity types in the metadata of an entity
|
|
2626
2176
|
* recognizer.</p>
|
|
@@ -2641,12 +2191,6 @@ export interface EntityRecognizerMetadataEntityTypesListItem {
|
|
|
2641
2191
|
*/
|
|
2642
2192
|
NumberOfTrainMentions?: number;
|
|
2643
2193
|
}
|
|
2644
|
-
export declare namespace EntityRecognizerMetadataEntityTypesListItem {
|
|
2645
|
-
/**
|
|
2646
|
-
* @internal
|
|
2647
|
-
*/
|
|
2648
|
-
const filterSensitiveLog: (obj: EntityRecognizerMetadataEntityTypesListItem) => any;
|
|
2649
|
-
}
|
|
2650
2194
|
/**
|
|
2651
2195
|
* <p>Detailed information about the accuracy of an entity recognizer. </p>
|
|
2652
2196
|
*/
|
|
@@ -2672,12 +2216,6 @@ export interface EntityRecognizerEvaluationMetrics {
|
|
|
2672
2216
|
*/
|
|
2673
2217
|
F1Score?: number;
|
|
2674
2218
|
}
|
|
2675
|
-
export declare namespace EntityRecognizerEvaluationMetrics {
|
|
2676
|
-
/**
|
|
2677
|
-
* @internal
|
|
2678
|
-
*/
|
|
2679
|
-
const filterSensitiveLog: (obj: EntityRecognizerEvaluationMetrics) => any;
|
|
2680
|
-
}
|
|
2681
2219
|
/**
|
|
2682
2220
|
* <p>Detailed information about an entity recognizer.</p>
|
|
2683
2221
|
*/
|
|
@@ -2701,12 +2239,6 @@ export interface EntityRecognizerMetadata {
|
|
|
2701
2239
|
*/
|
|
2702
2240
|
EntityTypes?: EntityRecognizerMetadataEntityTypesListItem[];
|
|
2703
2241
|
}
|
|
2704
|
-
export declare namespace EntityRecognizerMetadata {
|
|
2705
|
-
/**
|
|
2706
|
-
* @internal
|
|
2707
|
-
*/
|
|
2708
|
-
const filterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
|
|
2709
|
-
}
|
|
2710
2242
|
/**
|
|
2711
2243
|
* <p>Describes information about an entity recognizer.</p>
|
|
2712
2244
|
*/
|
|
@@ -2806,36 +2338,18 @@ export interface EntityRecognizerProperties {
|
|
|
2806
2338
|
*/
|
|
2807
2339
|
SourceModelArn?: string;
|
|
2808
2340
|
}
|
|
2809
|
-
export declare namespace EntityRecognizerProperties {
|
|
2810
|
-
/**
|
|
2811
|
-
* @internal
|
|
2812
|
-
*/
|
|
2813
|
-
const filterSensitiveLog: (obj: EntityRecognizerProperties) => any;
|
|
2814
|
-
}
|
|
2815
2341
|
export interface DescribeEntityRecognizerResponse {
|
|
2816
2342
|
/**
|
|
2817
2343
|
* <p>Describes information associated with an entity recognizer.</p>
|
|
2818
2344
|
*/
|
|
2819
2345
|
EntityRecognizerProperties?: EntityRecognizerProperties;
|
|
2820
2346
|
}
|
|
2821
|
-
export declare namespace DescribeEntityRecognizerResponse {
|
|
2822
|
-
/**
|
|
2823
|
-
* @internal
|
|
2824
|
-
*/
|
|
2825
|
-
const filterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
|
|
2826
|
-
}
|
|
2827
2347
|
export interface DescribeEventsDetectionJobRequest {
|
|
2828
2348
|
/**
|
|
2829
2349
|
* <p>The identifier of the events detection job.</p>
|
|
2830
2350
|
*/
|
|
2831
2351
|
JobId: string | undefined;
|
|
2832
2352
|
}
|
|
2833
|
-
export declare namespace DescribeEventsDetectionJobRequest {
|
|
2834
|
-
/**
|
|
2835
|
-
* @internal
|
|
2836
|
-
*/
|
|
2837
|
-
const filterSensitiveLog: (obj: DescribeEventsDetectionJobRequest) => any;
|
|
2838
|
-
}
|
|
2839
2353
|
/**
|
|
2840
2354
|
* <p>Provides information about an events detection job.</p>
|
|
2841
2355
|
*/
|
|
@@ -2901,24 +2415,12 @@ export interface EventsDetectionJobProperties {
|
|
|
2901
2415
|
*/
|
|
2902
2416
|
TargetEventTypes?: string[];
|
|
2903
2417
|
}
|
|
2904
|
-
export declare namespace EventsDetectionJobProperties {
|
|
2905
|
-
/**
|
|
2906
|
-
* @internal
|
|
2907
|
-
*/
|
|
2908
|
-
const filterSensitiveLog: (obj: EventsDetectionJobProperties) => any;
|
|
2909
|
-
}
|
|
2910
2418
|
export interface DescribeEventsDetectionJobResponse {
|
|
2911
2419
|
/**
|
|
2912
2420
|
* <p>An object that contains the properties associated with an event detection job.</p>
|
|
2913
2421
|
*/
|
|
2914
2422
|
EventsDetectionJobProperties?: EventsDetectionJobProperties;
|
|
2915
2423
|
}
|
|
2916
|
-
export declare namespace DescribeEventsDetectionJobResponse {
|
|
2917
|
-
/**
|
|
2918
|
-
* @internal
|
|
2919
|
-
*/
|
|
2920
|
-
const filterSensitiveLog: (obj: DescribeEventsDetectionJobResponse) => any;
|
|
2921
|
-
}
|
|
2922
2424
|
export interface DescribeKeyPhrasesDetectionJobRequest {
|
|
2923
2425
|
/**
|
|
2924
2426
|
* <p>The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its
|
|
@@ -2926,12 +2428,6 @@ export interface DescribeKeyPhrasesDetectionJobRequest {
|
|
|
2926
2428
|
*/
|
|
2927
2429
|
JobId: string | undefined;
|
|
2928
2430
|
}
|
|
2929
|
-
export declare namespace DescribeKeyPhrasesDetectionJobRequest {
|
|
2930
|
-
/**
|
|
2931
|
-
* @internal
|
|
2932
|
-
*/
|
|
2933
|
-
const filterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobRequest) => any;
|
|
2934
|
-
}
|
|
2935
2431
|
/**
|
|
2936
2432
|
* <p>Provides information about a key phrases detection job.</p>
|
|
2937
2433
|
*/
|
|
@@ -3017,12 +2513,6 @@ export interface KeyPhrasesDetectionJobProperties {
|
|
|
3017
2513
|
*/
|
|
3018
2514
|
VpcConfig?: VpcConfig;
|
|
3019
2515
|
}
|
|
3020
|
-
export declare namespace KeyPhrasesDetectionJobProperties {
|
|
3021
|
-
/**
|
|
3022
|
-
* @internal
|
|
3023
|
-
*/
|
|
3024
|
-
const filterSensitiveLog: (obj: KeyPhrasesDetectionJobProperties) => any;
|
|
3025
|
-
}
|
|
3026
2516
|
export interface DescribeKeyPhrasesDetectionJobResponse {
|
|
3027
2517
|
/**
|
|
3028
2518
|
* <p>An object that contains the properties associated with a key phrases detection job.
|
|
@@ -3030,12 +2520,6 @@ export interface DescribeKeyPhrasesDetectionJobResponse {
|
|
|
3030
2520
|
*/
|
|
3031
2521
|
KeyPhrasesDetectionJobProperties?: KeyPhrasesDetectionJobProperties;
|
|
3032
2522
|
}
|
|
3033
|
-
export declare namespace DescribeKeyPhrasesDetectionJobResponse {
|
|
3034
|
-
/**
|
|
3035
|
-
* @internal
|
|
3036
|
-
*/
|
|
3037
|
-
const filterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobResponse) => any;
|
|
3038
|
-
}
|
|
3039
2523
|
export interface DescribePiiEntitiesDetectionJobRequest {
|
|
3040
2524
|
/**
|
|
3041
2525
|
* <p>The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its
|
|
@@ -3043,12 +2527,6 @@ export interface DescribePiiEntitiesDetectionJobRequest {
|
|
|
3043
2527
|
*/
|
|
3044
2528
|
JobId: string | undefined;
|
|
3045
2529
|
}
|
|
3046
|
-
export declare namespace DescribePiiEntitiesDetectionJobRequest {
|
|
3047
|
-
/**
|
|
3048
|
-
* @internal
|
|
3049
|
-
*/
|
|
3050
|
-
const filterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobRequest) => any;
|
|
3051
|
-
}
|
|
3052
2530
|
export declare enum PiiEntitiesDetectionMode {
|
|
3053
2531
|
ONLY_OFFSETS = "ONLY_OFFSETS",
|
|
3054
2532
|
ONLY_REDACTION = "ONLY_REDACTION"
|
|
@@ -3072,12 +2550,6 @@ export interface PiiOutputDataConfig {
|
|
|
3072
2550
|
*/
|
|
3073
2551
|
KmsKeyId?: string;
|
|
3074
2552
|
}
|
|
3075
|
-
export declare namespace PiiOutputDataConfig {
|
|
3076
|
-
/**
|
|
3077
|
-
* @internal
|
|
3078
|
-
*/
|
|
3079
|
-
const filterSensitiveLog: (obj: PiiOutputDataConfig) => any;
|
|
3080
|
-
}
|
|
3081
2553
|
export declare enum PiiEntitiesDetectionMaskMode {
|
|
3082
2554
|
MASK = "MASK",
|
|
3083
2555
|
REPLACE_WITH_PII_ENTITY_TYPE = "REPLACE_WITH_PII_ENTITY_TYPE"
|
|
@@ -3101,12 +2573,6 @@ export interface RedactionConfig {
|
|
|
3101
2573
|
*/
|
|
3102
2574
|
MaskCharacter?: string;
|
|
3103
2575
|
}
|
|
3104
|
-
export declare namespace RedactionConfig {
|
|
3105
|
-
/**
|
|
3106
|
-
* @internal
|
|
3107
|
-
*/
|
|
3108
|
-
const filterSensitiveLog: (obj: RedactionConfig) => any;
|
|
3109
|
-
}
|
|
3110
2576
|
/**
|
|
3111
2577
|
* <p>Provides information about a PII entities detection job.</p>
|
|
3112
2578
|
*/
|
|
@@ -3180,36 +2646,18 @@ export interface PiiEntitiesDetectionJobProperties {
|
|
|
3180
2646
|
*/
|
|
3181
2647
|
Mode?: PiiEntitiesDetectionMode | string;
|
|
3182
2648
|
}
|
|
3183
|
-
export declare namespace PiiEntitiesDetectionJobProperties {
|
|
3184
|
-
/**
|
|
3185
|
-
* @internal
|
|
3186
|
-
*/
|
|
3187
|
-
const filterSensitiveLog: (obj: PiiEntitiesDetectionJobProperties) => any;
|
|
3188
|
-
}
|
|
3189
2649
|
export interface DescribePiiEntitiesDetectionJobResponse {
|
|
3190
2650
|
/**
|
|
3191
2651
|
* <p>Provides information about a PII entities detection job.</p>
|
|
3192
2652
|
*/
|
|
3193
2653
|
PiiEntitiesDetectionJobProperties?: PiiEntitiesDetectionJobProperties;
|
|
3194
2654
|
}
|
|
3195
|
-
export declare namespace DescribePiiEntitiesDetectionJobResponse {
|
|
3196
|
-
/**
|
|
3197
|
-
* @internal
|
|
3198
|
-
*/
|
|
3199
|
-
const filterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobResponse) => any;
|
|
3200
|
-
}
|
|
3201
2655
|
export interface DescribeResourcePolicyRequest {
|
|
3202
2656
|
/**
|
|
3203
2657
|
* <p>The Amazon Resource Name (ARN) of the policy to describe.</p>
|
|
3204
2658
|
*/
|
|
3205
2659
|
ResourceArn: string | undefined;
|
|
3206
2660
|
}
|
|
3207
|
-
export declare namespace DescribeResourcePolicyRequest {
|
|
3208
|
-
/**
|
|
3209
|
-
* @internal
|
|
3210
|
-
*/
|
|
3211
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
|
|
3212
|
-
}
|
|
3213
2661
|
export interface DescribeResourcePolicyResponse {
|
|
3214
2662
|
/**
|
|
3215
2663
|
* <p>The JSON body of the resource-based policy.</p>
|
|
@@ -3229,12 +2677,6 @@ export interface DescribeResourcePolicyResponse {
|
|
|
3229
2677
|
*/
|
|
3230
2678
|
PolicyRevisionId?: string;
|
|
3231
2679
|
}
|
|
3232
|
-
export declare namespace DescribeResourcePolicyResponse {
|
|
3233
|
-
/**
|
|
3234
|
-
* @internal
|
|
3235
|
-
*/
|
|
3236
|
-
const filterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
|
|
3237
|
-
}
|
|
3238
2680
|
export interface DescribeSentimentDetectionJobRequest {
|
|
3239
2681
|
/**
|
|
3240
2682
|
* <p>The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its
|
|
@@ -3242,12 +2684,6 @@ export interface DescribeSentimentDetectionJobRequest {
|
|
|
3242
2684
|
*/
|
|
3243
2685
|
JobId: string | undefined;
|
|
3244
2686
|
}
|
|
3245
|
-
export declare namespace DescribeSentimentDetectionJobRequest {
|
|
3246
|
-
/**
|
|
3247
|
-
* @internal
|
|
3248
|
-
*/
|
|
3249
|
-
const filterSensitiveLog: (obj: DescribeSentimentDetectionJobRequest) => any;
|
|
3250
|
-
}
|
|
3251
2687
|
/**
|
|
3252
2688
|
* <p>Provides information about a sentiment detection job.</p>
|
|
3253
2689
|
*/
|
|
@@ -3333,24 +2769,12 @@ export interface SentimentDetectionJobProperties {
|
|
|
3333
2769
|
*/
|
|
3334
2770
|
VpcConfig?: VpcConfig;
|
|
3335
2771
|
}
|
|
3336
|
-
export declare namespace SentimentDetectionJobProperties {
|
|
3337
|
-
/**
|
|
3338
|
-
* @internal
|
|
3339
|
-
*/
|
|
3340
|
-
const filterSensitiveLog: (obj: SentimentDetectionJobProperties) => any;
|
|
3341
|
-
}
|
|
3342
2772
|
export interface DescribeSentimentDetectionJobResponse {
|
|
3343
2773
|
/**
|
|
3344
2774
|
* <p>An object that contains the properties associated with a sentiment detection job.</p>
|
|
3345
2775
|
*/
|
|
3346
2776
|
SentimentDetectionJobProperties?: SentimentDetectionJobProperties;
|
|
3347
2777
|
}
|
|
3348
|
-
export declare namespace DescribeSentimentDetectionJobResponse {
|
|
3349
|
-
/**
|
|
3350
|
-
* @internal
|
|
3351
|
-
*/
|
|
3352
|
-
const filterSensitiveLog: (obj: DescribeSentimentDetectionJobResponse) => any;
|
|
3353
|
-
}
|
|
3354
2778
|
export interface DescribeTargetedSentimentDetectionJobRequest {
|
|
3355
2779
|
/**
|
|
3356
2780
|
* <p>The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its
|
|
@@ -3358,12 +2782,6 @@ export interface DescribeTargetedSentimentDetectionJobRequest {
|
|
|
3358
2782
|
*/
|
|
3359
2783
|
JobId: string | undefined;
|
|
3360
2784
|
}
|
|
3361
|
-
export declare namespace DescribeTargetedSentimentDetectionJobRequest {
|
|
3362
|
-
/**
|
|
3363
|
-
* @internal
|
|
3364
|
-
*/
|
|
3365
|
-
const filterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobRequest) => any;
|
|
3366
|
-
}
|
|
3367
2785
|
/**
|
|
3368
2786
|
* <p>Provides information about a targeted sentiment detection job.</p>
|
|
3369
2787
|
*/
|
|
@@ -3448,36 +2866,18 @@ export interface TargetedSentimentDetectionJobProperties {
|
|
|
3448
2866
|
*/
|
|
3449
2867
|
VpcConfig?: VpcConfig;
|
|
3450
2868
|
}
|
|
3451
|
-
export declare namespace TargetedSentimentDetectionJobProperties {
|
|
3452
|
-
/**
|
|
3453
|
-
* @internal
|
|
3454
|
-
*/
|
|
3455
|
-
const filterSensitiveLog: (obj: TargetedSentimentDetectionJobProperties) => any;
|
|
3456
|
-
}
|
|
3457
2869
|
export interface DescribeTargetedSentimentDetectionJobResponse {
|
|
3458
2870
|
/**
|
|
3459
2871
|
* <p>An object that contains the properties associated with a targeted sentiment detection job.</p>
|
|
3460
2872
|
*/
|
|
3461
2873
|
TargetedSentimentDetectionJobProperties?: TargetedSentimentDetectionJobProperties;
|
|
3462
2874
|
}
|
|
3463
|
-
export declare namespace DescribeTargetedSentimentDetectionJobResponse {
|
|
3464
|
-
/**
|
|
3465
|
-
* @internal
|
|
3466
|
-
*/
|
|
3467
|
-
const filterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobResponse) => any;
|
|
3468
|
-
}
|
|
3469
2875
|
export interface DescribeTopicsDetectionJobRequest {
|
|
3470
2876
|
/**
|
|
3471
2877
|
* <p>The identifier assigned by the user to the detection job.</p>
|
|
3472
2878
|
*/
|
|
3473
2879
|
JobId: string | undefined;
|
|
3474
2880
|
}
|
|
3475
|
-
export declare namespace DescribeTopicsDetectionJobRequest {
|
|
3476
|
-
/**
|
|
3477
|
-
* @internal
|
|
3478
|
-
*/
|
|
3479
|
-
const filterSensitiveLog: (obj: DescribeTopicsDetectionJobRequest) => any;
|
|
3480
|
-
}
|
|
3481
2881
|
/**
|
|
3482
2882
|
* <p>Provides information about a topic detection job.</p>
|
|
3483
2883
|
*/
|
|
@@ -3564,24 +2964,12 @@ export interface TopicsDetectionJobProperties {
|
|
|
3564
2964
|
*/
|
|
3565
2965
|
VpcConfig?: VpcConfig;
|
|
3566
2966
|
}
|
|
3567
|
-
export declare namespace TopicsDetectionJobProperties {
|
|
3568
|
-
/**
|
|
3569
|
-
* @internal
|
|
3570
|
-
*/
|
|
3571
|
-
const filterSensitiveLog: (obj: TopicsDetectionJobProperties) => any;
|
|
3572
|
-
}
|
|
3573
2967
|
export interface DescribeTopicsDetectionJobResponse {
|
|
3574
2968
|
/**
|
|
3575
2969
|
* <p>The list of properties for the requested job.</p>
|
|
3576
2970
|
*/
|
|
3577
2971
|
TopicsDetectionJobProperties?: TopicsDetectionJobProperties;
|
|
3578
2972
|
}
|
|
3579
|
-
export declare namespace DescribeTopicsDetectionJobResponse {
|
|
3580
|
-
/**
|
|
3581
|
-
* @internal
|
|
3582
|
-
*/
|
|
3583
|
-
const filterSensitiveLog: (obj: DescribeTopicsDetectionJobResponse) => any;
|
|
3584
|
-
}
|
|
3585
2973
|
export interface DetectDominantLanguageRequest {
|
|
3586
2974
|
/**
|
|
3587
2975
|
* <p>A UTF-8 text string. Each string should contain at least 20 characters and must contain
|
|
@@ -3589,12 +2977,6 @@ export interface DetectDominantLanguageRequest {
|
|
|
3589
2977
|
*/
|
|
3590
2978
|
Text: string | undefined;
|
|
3591
2979
|
}
|
|
3592
|
-
export declare namespace DetectDominantLanguageRequest {
|
|
3593
|
-
/**
|
|
3594
|
-
* @internal
|
|
3595
|
-
*/
|
|
3596
|
-
const filterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
|
|
3597
|
-
}
|
|
3598
2980
|
export interface DetectDominantLanguageResponse {
|
|
3599
2981
|
/**
|
|
3600
2982
|
* <p>The languages that Amazon Comprehend detected in the input text. For each language, the
|
|
@@ -3604,12 +2986,6 @@ export interface DetectDominantLanguageResponse {
|
|
|
3604
2986
|
*/
|
|
3605
2987
|
Languages?: DominantLanguage[];
|
|
3606
2988
|
}
|
|
3607
|
-
export declare namespace DetectDominantLanguageResponse {
|
|
3608
|
-
/**
|
|
3609
|
-
* @internal
|
|
3610
|
-
*/
|
|
3611
|
-
const filterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
|
|
3612
|
-
}
|
|
3613
2989
|
export interface DetectEntitiesRequest {
|
|
3614
2990
|
/**
|
|
3615
2991
|
* <p>A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded
|
|
@@ -3634,12 +3010,6 @@ export interface DetectEntitiesRequest {
|
|
|
3634
3010
|
*/
|
|
3635
3011
|
EndpointArn?: string;
|
|
3636
3012
|
}
|
|
3637
|
-
export declare namespace DetectEntitiesRequest {
|
|
3638
|
-
/**
|
|
3639
|
-
* @internal
|
|
3640
|
-
*/
|
|
3641
|
-
const filterSensitiveLog: (obj: DetectEntitiesRequest) => any;
|
|
3642
|
-
}
|
|
3643
3013
|
export interface DetectEntitiesResponse {
|
|
3644
3014
|
/**
|
|
3645
3015
|
* <p>A collection of entities identified in the input text. For each entity, the response
|
|
@@ -3651,12 +3021,6 @@ export interface DetectEntitiesResponse {
|
|
|
3651
3021
|
*/
|
|
3652
3022
|
Entities?: Entity[];
|
|
3653
3023
|
}
|
|
3654
|
-
export declare namespace DetectEntitiesResponse {
|
|
3655
|
-
/**
|
|
3656
|
-
* @internal
|
|
3657
|
-
*/
|
|
3658
|
-
const filterSensitiveLog: (obj: DetectEntitiesResponse) => any;
|
|
3659
|
-
}
|
|
3660
3024
|
export interface DetectKeyPhrasesRequest {
|
|
3661
3025
|
/**
|
|
3662
3026
|
* <p>A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded
|
|
@@ -3669,12 +3033,6 @@ export interface DetectKeyPhrasesRequest {
|
|
|
3669
3033
|
*/
|
|
3670
3034
|
LanguageCode: LanguageCode | string | undefined;
|
|
3671
3035
|
}
|
|
3672
|
-
export declare namespace DetectKeyPhrasesRequest {
|
|
3673
|
-
/**
|
|
3674
|
-
* @internal
|
|
3675
|
-
*/
|
|
3676
|
-
const filterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
|
|
3677
|
-
}
|
|
3678
3036
|
export interface DetectKeyPhrasesResponse {
|
|
3679
3037
|
/**
|
|
3680
3038
|
* <p>A collection of key phrases that Amazon Comprehend identified in the input text. For
|
|
@@ -3684,12 +3042,6 @@ export interface DetectKeyPhrasesResponse {
|
|
|
3684
3042
|
*/
|
|
3685
3043
|
KeyPhrases?: KeyPhrase[];
|
|
3686
3044
|
}
|
|
3687
|
-
export declare namespace DetectKeyPhrasesResponse {
|
|
3688
|
-
/**
|
|
3689
|
-
* @internal
|
|
3690
|
-
*/
|
|
3691
|
-
const filterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
|
|
3692
|
-
}
|
|
3693
3045
|
export interface DetectPiiEntitiesRequest {
|
|
3694
3046
|
/**
|
|
3695
3047
|
* <p>A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded
|
|
@@ -3701,12 +3053,6 @@ export interface DetectPiiEntitiesRequest {
|
|
|
3701
3053
|
*/
|
|
3702
3054
|
LanguageCode: LanguageCode | string | undefined;
|
|
3703
3055
|
}
|
|
3704
|
-
export declare namespace DetectPiiEntitiesRequest {
|
|
3705
|
-
/**
|
|
3706
|
-
* @internal
|
|
3707
|
-
*/
|
|
3708
|
-
const filterSensitiveLog: (obj: DetectPiiEntitiesRequest) => any;
|
|
3709
|
-
}
|
|
3710
3056
|
/**
|
|
3711
3057
|
* <p>Provides information about a PII entity.</p>
|
|
3712
3058
|
*/
|
|
@@ -3736,12 +3082,6 @@ export interface PiiEntity {
|
|
|
3736
3082
|
*/
|
|
3737
3083
|
EndOffset?: number;
|
|
3738
3084
|
}
|
|
3739
|
-
export declare namespace PiiEntity {
|
|
3740
|
-
/**
|
|
3741
|
-
* @internal
|
|
3742
|
-
*/
|
|
3743
|
-
const filterSensitiveLog: (obj: PiiEntity) => any;
|
|
3744
|
-
}
|
|
3745
3085
|
export interface DetectPiiEntitiesResponse {
|
|
3746
3086
|
/**
|
|
3747
3087
|
* <p>A collection of PII entities identified in the input text. For each entity, the response
|
|
@@ -3750,12 +3090,6 @@ export interface DetectPiiEntitiesResponse {
|
|
|
3750
3090
|
*/
|
|
3751
3091
|
Entities?: PiiEntity[];
|
|
3752
3092
|
}
|
|
3753
|
-
export declare namespace DetectPiiEntitiesResponse {
|
|
3754
|
-
/**
|
|
3755
|
-
* @internal
|
|
3756
|
-
*/
|
|
3757
|
-
const filterSensitiveLog: (obj: DetectPiiEntitiesResponse) => any;
|
|
3758
|
-
}
|
|
3759
3093
|
export interface DetectSentimentRequest {
|
|
3760
3094
|
/**
|
|
3761
3095
|
* <p>A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded
|
|
@@ -3768,12 +3102,6 @@ export interface DetectSentimentRequest {
|
|
|
3768
3102
|
*/
|
|
3769
3103
|
LanguageCode: LanguageCode | string | undefined;
|
|
3770
3104
|
}
|
|
3771
|
-
export declare namespace DetectSentimentRequest {
|
|
3772
|
-
/**
|
|
3773
|
-
* @internal
|
|
3774
|
-
*/
|
|
3775
|
-
const filterSensitiveLog: (obj: DetectSentimentRequest) => any;
|
|
3776
|
-
}
|
|
3777
3105
|
export interface DetectSentimentResponse {
|
|
3778
3106
|
/**
|
|
3779
3107
|
* <p>The inferred sentiment that Amazon Comprehend has the highest level of confidence
|
|
@@ -3786,12 +3114,6 @@ export interface DetectSentimentResponse {
|
|
|
3786
3114
|
*/
|
|
3787
3115
|
SentimentScore?: SentimentScore;
|
|
3788
3116
|
}
|
|
3789
|
-
export declare namespace DetectSentimentResponse {
|
|
3790
|
-
/**
|
|
3791
|
-
* @internal
|
|
3792
|
-
*/
|
|
3793
|
-
const filterSensitiveLog: (obj: DetectSentimentResponse) => any;
|
|
3794
|
-
}
|
|
3795
3117
|
export interface DetectSyntaxRequest {
|
|
3796
3118
|
/**
|
|
3797
3119
|
* <p>A UTF-8 string. Each string must contain fewer that 5,000 bytes of UTF encoded
|
|
@@ -3805,12 +3127,6 @@ export interface DetectSyntaxRequest {
|
|
|
3805
3127
|
*/
|
|
3806
3128
|
LanguageCode: SyntaxLanguageCode | string | undefined;
|
|
3807
3129
|
}
|
|
3808
|
-
export declare namespace DetectSyntaxRequest {
|
|
3809
|
-
/**
|
|
3810
|
-
* @internal
|
|
3811
|
-
*/
|
|
3812
|
-
const filterSensitiveLog: (obj: DetectSyntaxRequest) => any;
|
|
3813
|
-
}
|
|
3814
3130
|
export interface DetectSyntaxResponse {
|
|
3815
3131
|
/**
|
|
3816
3132
|
* <p>A collection of syntax tokens describing the text. For each token, the response provides
|
|
@@ -3819,12 +3135,6 @@ export interface DetectSyntaxResponse {
|
|
|
3819
3135
|
*/
|
|
3820
3136
|
SyntaxTokens?: SyntaxToken[];
|
|
3821
3137
|
}
|
|
3822
|
-
export declare namespace DetectSyntaxResponse {
|
|
3823
|
-
/**
|
|
3824
|
-
* @internal
|
|
3825
|
-
*/
|
|
3826
|
-
const filterSensitiveLog: (obj: DetectSyntaxResponse) => any;
|
|
3827
|
-
}
|
|
3828
3138
|
export interface ImportModelRequest {
|
|
3829
3139
|
/**
|
|
3830
3140
|
* <p>The Amazon Resource Name (ARN) of the custom model to import.</p>
|
|
@@ -3872,24 +3182,12 @@ export interface ImportModelRequest {
|
|
|
3872
3182
|
*/
|
|
3873
3183
|
Tags?: Tag[];
|
|
3874
3184
|
}
|
|
3875
|
-
export declare namespace ImportModelRequest {
|
|
3876
|
-
/**
|
|
3877
|
-
* @internal
|
|
3878
|
-
*/
|
|
3879
|
-
const filterSensitiveLog: (obj: ImportModelRequest) => any;
|
|
3880
|
-
}
|
|
3881
3185
|
export interface ImportModelResponse {
|
|
3882
3186
|
/**
|
|
3883
3187
|
* <p>The Amazon Resource Name (ARN) of the custom model being imported.</p>
|
|
3884
3188
|
*/
|
|
3885
3189
|
ModelArn?: string;
|
|
3886
3190
|
}
|
|
3887
|
-
export declare namespace ImportModelResponse {
|
|
3888
|
-
/**
|
|
3889
|
-
* @internal
|
|
3890
|
-
*/
|
|
3891
|
-
const filterSensitiveLog: (obj: ImportModelResponse) => any;
|
|
3892
|
-
}
|
|
3893
3191
|
/**
|
|
3894
3192
|
* <p>The filter specified for the operation is invalid. Specify a different
|
|
3895
3193
|
* filter.</p>
|
|
@@ -3930,12 +3228,6 @@ export interface DocumentClassificationJobFilter {
|
|
|
3930
3228
|
*/
|
|
3931
3229
|
SubmitTimeAfter?: Date;
|
|
3932
3230
|
}
|
|
3933
|
-
export declare namespace DocumentClassificationJobFilter {
|
|
3934
|
-
/**
|
|
3935
|
-
* @internal
|
|
3936
|
-
*/
|
|
3937
|
-
const filterSensitiveLog: (obj: DocumentClassificationJobFilter) => any;
|
|
3938
|
-
}
|
|
3939
3231
|
export interface ListDocumentClassificationJobsRequest {
|
|
3940
3232
|
/**
|
|
3941
3233
|
* <p>Filters the jobs that are returned. You can filter jobs on their names, status, or the
|
|
@@ -3951,12 +3243,6 @@ export interface ListDocumentClassificationJobsRequest {
|
|
|
3951
3243
|
*/
|
|
3952
3244
|
MaxResults?: number;
|
|
3953
3245
|
}
|
|
3954
|
-
export declare namespace ListDocumentClassificationJobsRequest {
|
|
3955
|
-
/**
|
|
3956
|
-
* @internal
|
|
3957
|
-
*/
|
|
3958
|
-
const filterSensitiveLog: (obj: ListDocumentClassificationJobsRequest) => any;
|
|
3959
|
-
}
|
|
3960
3246
|
export interface ListDocumentClassificationJobsResponse {
|
|
3961
3247
|
/**
|
|
3962
3248
|
* <p>A list containing the properties of each job returned.</p>
|
|
@@ -3967,12 +3253,6 @@ export interface ListDocumentClassificationJobsResponse {
|
|
|
3967
3253
|
*/
|
|
3968
3254
|
NextToken?: string;
|
|
3969
3255
|
}
|
|
3970
|
-
export declare namespace ListDocumentClassificationJobsResponse {
|
|
3971
|
-
/**
|
|
3972
|
-
* @internal
|
|
3973
|
-
*/
|
|
3974
|
-
const filterSensitiveLog: (obj: ListDocumentClassificationJobsResponse) => any;
|
|
3975
|
-
}
|
|
3976
3256
|
/**
|
|
3977
3257
|
* <p>Provides information for filtering a list of document classifiers. You can only specify
|
|
3978
3258
|
* one filtering parameter in a request. For more information, see the operation.</p>
|
|
@@ -3999,12 +3279,6 @@ export interface DocumentClassifierFilter {
|
|
|
3999
3279
|
*/
|
|
4000
3280
|
SubmitTimeAfter?: Date;
|
|
4001
3281
|
}
|
|
4002
|
-
export declare namespace DocumentClassifierFilter {
|
|
4003
|
-
/**
|
|
4004
|
-
* @internal
|
|
4005
|
-
*/
|
|
4006
|
-
const filterSensitiveLog: (obj: DocumentClassifierFilter) => any;
|
|
4007
|
-
}
|
|
4008
3282
|
export interface ListDocumentClassifiersRequest {
|
|
4009
3283
|
/**
|
|
4010
3284
|
* <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
|
|
@@ -4020,12 +3294,6 @@ export interface ListDocumentClassifiersRequest {
|
|
|
4020
3294
|
*/
|
|
4021
3295
|
MaxResults?: number;
|
|
4022
3296
|
}
|
|
4023
|
-
export declare namespace ListDocumentClassifiersRequest {
|
|
4024
|
-
/**
|
|
4025
|
-
* @internal
|
|
4026
|
-
*/
|
|
4027
|
-
const filterSensitiveLog: (obj: ListDocumentClassifiersRequest) => any;
|
|
4028
|
-
}
|
|
4029
3297
|
export interface ListDocumentClassifiersResponse {
|
|
4030
3298
|
/**
|
|
4031
3299
|
* <p>A list containing the properties of each job returned.</p>
|
|
@@ -4036,12 +3304,6 @@ export interface ListDocumentClassifiersResponse {
|
|
|
4036
3304
|
*/
|
|
4037
3305
|
NextToken?: string;
|
|
4038
3306
|
}
|
|
4039
|
-
export declare namespace ListDocumentClassifiersResponse {
|
|
4040
|
-
/**
|
|
4041
|
-
* @internal
|
|
4042
|
-
*/
|
|
4043
|
-
const filterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
|
|
4044
|
-
}
|
|
4045
3307
|
export interface ListDocumentClassifierSummariesRequest {
|
|
4046
3308
|
/**
|
|
4047
3309
|
* <p>Identifies the next page of results to return.</p>
|
|
@@ -4052,12 +3314,6 @@ export interface ListDocumentClassifierSummariesRequest {
|
|
|
4052
3314
|
*/
|
|
4053
3315
|
MaxResults?: number;
|
|
4054
3316
|
}
|
|
4055
|
-
export declare namespace ListDocumentClassifierSummariesRequest {
|
|
4056
|
-
/**
|
|
4057
|
-
* @internal
|
|
4058
|
-
*/
|
|
4059
|
-
const filterSensitiveLog: (obj: ListDocumentClassifierSummariesRequest) => any;
|
|
4060
|
-
}
|
|
4061
3317
|
/**
|
|
4062
3318
|
* <p>Describes information about a document classifier and its versions.</p>
|
|
4063
3319
|
*/
|
|
@@ -4083,12 +3339,6 @@ export interface DocumentClassifierSummary {
|
|
|
4083
3339
|
*/
|
|
4084
3340
|
LatestVersionStatus?: ModelStatus | string;
|
|
4085
3341
|
}
|
|
4086
|
-
export declare namespace DocumentClassifierSummary {
|
|
4087
|
-
/**
|
|
4088
|
-
* @internal
|
|
4089
|
-
*/
|
|
4090
|
-
const filterSensitiveLog: (obj: DocumentClassifierSummary) => any;
|
|
4091
|
-
}
|
|
4092
3342
|
export interface ListDocumentClassifierSummariesResponse {
|
|
4093
3343
|
/**
|
|
4094
3344
|
* <p>The list of summaries of document classifiers.</p>
|
|
@@ -4099,12 +3349,6 @@ export interface ListDocumentClassifierSummariesResponse {
|
|
|
4099
3349
|
*/
|
|
4100
3350
|
NextToken?: string;
|
|
4101
3351
|
}
|
|
4102
|
-
export declare namespace ListDocumentClassifierSummariesResponse {
|
|
4103
|
-
/**
|
|
4104
|
-
* @internal
|
|
4105
|
-
*/
|
|
4106
|
-
const filterSensitiveLog: (obj: ListDocumentClassifierSummariesResponse) => any;
|
|
4107
|
-
}
|
|
4108
3352
|
/**
|
|
4109
3353
|
* <p>Provides information for filtering a list of dominant language detection jobs. For more
|
|
4110
3354
|
* information, see the
|
|
@@ -4133,12 +3377,6 @@ export interface DominantLanguageDetectionJobFilter {
|
|
|
4133
3377
|
*/
|
|
4134
3378
|
SubmitTimeAfter?: Date;
|
|
4135
3379
|
}
|
|
4136
|
-
export declare namespace DominantLanguageDetectionJobFilter {
|
|
4137
|
-
/**
|
|
4138
|
-
* @internal
|
|
4139
|
-
*/
|
|
4140
|
-
const filterSensitiveLog: (obj: DominantLanguageDetectionJobFilter) => any;
|
|
4141
|
-
}
|
|
4142
3380
|
export interface ListDominantLanguageDetectionJobsRequest {
|
|
4143
3381
|
/**
|
|
4144
3382
|
* <p>Filters that jobs that are returned. You can filter jobs on their name, status, or the
|
|
@@ -4154,12 +3392,6 @@ export interface ListDominantLanguageDetectionJobsRequest {
|
|
|
4154
3392
|
*/
|
|
4155
3393
|
MaxResults?: number;
|
|
4156
3394
|
}
|
|
4157
|
-
export declare namespace ListDominantLanguageDetectionJobsRequest {
|
|
4158
|
-
/**
|
|
4159
|
-
* @internal
|
|
4160
|
-
*/
|
|
4161
|
-
const filterSensitiveLog: (obj: ListDominantLanguageDetectionJobsRequest) => any;
|
|
4162
|
-
}
|
|
4163
3395
|
export interface ListDominantLanguageDetectionJobsResponse {
|
|
4164
3396
|
/**
|
|
4165
3397
|
* <p>A list containing the properties of each job that is returned.</p>
|
|
@@ -4170,12 +3402,6 @@ export interface ListDominantLanguageDetectionJobsResponse {
|
|
|
4170
3402
|
*/
|
|
4171
3403
|
NextToken?: string;
|
|
4172
3404
|
}
|
|
4173
|
-
export declare namespace ListDominantLanguageDetectionJobsResponse {
|
|
4174
|
-
/**
|
|
4175
|
-
* @internal
|
|
4176
|
-
*/
|
|
4177
|
-
const filterSensitiveLog: (obj: ListDominantLanguageDetectionJobsResponse) => any;
|
|
4178
|
-
}
|
|
4179
3405
|
/**
|
|
4180
3406
|
* <p>The filter used to determine which endpoints are returned. You can filter jobs on their
|
|
4181
3407
|
* name, model, status, or the date and time that they were created. You can only set one filter
|
|
@@ -4200,12 +3426,6 @@ export interface EndpointFilter {
|
|
|
4200
3426
|
*/
|
|
4201
3427
|
CreationTimeAfter?: Date;
|
|
4202
3428
|
}
|
|
4203
|
-
export declare namespace EndpointFilter {
|
|
4204
|
-
/**
|
|
4205
|
-
* @internal
|
|
4206
|
-
*/
|
|
4207
|
-
const filterSensitiveLog: (obj: EndpointFilter) => any;
|
|
4208
|
-
}
|
|
4209
3429
|
export interface ListEndpointsRequest {
|
|
4210
3430
|
/**
|
|
4211
3431
|
* <p>Filters the endpoints that are returned. You can filter endpoints on their name, model,
|
|
@@ -4222,12 +3442,6 @@ export interface ListEndpointsRequest {
|
|
|
4222
3442
|
*/
|
|
4223
3443
|
MaxResults?: number;
|
|
4224
3444
|
}
|
|
4225
|
-
export declare namespace ListEndpointsRequest {
|
|
4226
|
-
/**
|
|
4227
|
-
* @internal
|
|
4228
|
-
*/
|
|
4229
|
-
const filterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
4230
|
-
}
|
|
4231
3445
|
export interface ListEndpointsResponse {
|
|
4232
3446
|
/**
|
|
4233
3447
|
* <p>Displays a list of endpoint properties being retrieved by the service in response to the
|
|
@@ -4239,12 +3453,6 @@ export interface ListEndpointsResponse {
|
|
|
4239
3453
|
*/
|
|
4240
3454
|
NextToken?: string;
|
|
4241
3455
|
}
|
|
4242
|
-
export declare namespace ListEndpointsResponse {
|
|
4243
|
-
/**
|
|
4244
|
-
* @internal
|
|
4245
|
-
*/
|
|
4246
|
-
const filterSensitiveLog: (obj: ListEndpointsResponse) => any;
|
|
4247
|
-
}
|
|
4248
3456
|
/**
|
|
4249
3457
|
* <p>Provides information for filtering a list of dominant language detection jobs. For more
|
|
4250
3458
|
* information, see the operation.</p>
|
|
@@ -4272,12 +3480,6 @@ export interface EntitiesDetectionJobFilter {
|
|
|
4272
3480
|
*/
|
|
4273
3481
|
SubmitTimeAfter?: Date;
|
|
4274
3482
|
}
|
|
4275
|
-
export declare namespace EntitiesDetectionJobFilter {
|
|
4276
|
-
/**
|
|
4277
|
-
* @internal
|
|
4278
|
-
*/
|
|
4279
|
-
const filterSensitiveLog: (obj: EntitiesDetectionJobFilter) => any;
|
|
4280
|
-
}
|
|
4281
3483
|
export interface ListEntitiesDetectionJobsRequest {
|
|
4282
3484
|
/**
|
|
4283
3485
|
* <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
|
|
@@ -4293,12 +3495,6 @@ export interface ListEntitiesDetectionJobsRequest {
|
|
|
4293
3495
|
*/
|
|
4294
3496
|
MaxResults?: number;
|
|
4295
3497
|
}
|
|
4296
|
-
export declare namespace ListEntitiesDetectionJobsRequest {
|
|
4297
|
-
/**
|
|
4298
|
-
* @internal
|
|
4299
|
-
*/
|
|
4300
|
-
const filterSensitiveLog: (obj: ListEntitiesDetectionJobsRequest) => any;
|
|
4301
|
-
}
|
|
4302
3498
|
export interface ListEntitiesDetectionJobsResponse {
|
|
4303
3499
|
/**
|
|
4304
3500
|
* <p>A list containing the properties of each job that is returned.</p>
|
|
@@ -4309,12 +3505,6 @@ export interface ListEntitiesDetectionJobsResponse {
|
|
|
4309
3505
|
*/
|
|
4310
3506
|
NextToken?: string;
|
|
4311
3507
|
}
|
|
4312
|
-
export declare namespace ListEntitiesDetectionJobsResponse {
|
|
4313
|
-
/**
|
|
4314
|
-
* @internal
|
|
4315
|
-
*/
|
|
4316
|
-
const filterSensitiveLog: (obj: ListEntitiesDetectionJobsResponse) => any;
|
|
4317
|
-
}
|
|
4318
3508
|
/**
|
|
4319
3509
|
* <p>Provides information for filtering a list of entity recognizers. You can only specify one
|
|
4320
3510
|
* filtering parameter in a request. For more information, see the operation./></p>
|
|
@@ -4341,12 +3531,6 @@ export interface EntityRecognizerFilter {
|
|
|
4341
3531
|
*/
|
|
4342
3532
|
SubmitTimeAfter?: Date;
|
|
4343
3533
|
}
|
|
4344
|
-
export declare namespace EntityRecognizerFilter {
|
|
4345
|
-
/**
|
|
4346
|
-
* @internal
|
|
4347
|
-
*/
|
|
4348
|
-
const filterSensitiveLog: (obj: EntityRecognizerFilter) => any;
|
|
4349
|
-
}
|
|
4350
3534
|
export interface ListEntityRecognizersRequest {
|
|
4351
3535
|
/**
|
|
4352
3536
|
* <p>Filters the list of entities returned. You can filter on <code>Status</code>,
|
|
@@ -4363,12 +3547,6 @@ export interface ListEntityRecognizersRequest {
|
|
|
4363
3547
|
*/
|
|
4364
3548
|
MaxResults?: number;
|
|
4365
3549
|
}
|
|
4366
|
-
export declare namespace ListEntityRecognizersRequest {
|
|
4367
|
-
/**
|
|
4368
|
-
* @internal
|
|
4369
|
-
*/
|
|
4370
|
-
const filterSensitiveLog: (obj: ListEntityRecognizersRequest) => any;
|
|
4371
|
-
}
|
|
4372
3550
|
export interface ListEntityRecognizersResponse {
|
|
4373
3551
|
/**
|
|
4374
3552
|
* <p>The list of properties of an entity recognizer.</p>
|
|
@@ -4379,12 +3557,6 @@ export interface ListEntityRecognizersResponse {
|
|
|
4379
3557
|
*/
|
|
4380
3558
|
NextToken?: string;
|
|
4381
3559
|
}
|
|
4382
|
-
export declare namespace ListEntityRecognizersResponse {
|
|
4383
|
-
/**
|
|
4384
|
-
* @internal
|
|
4385
|
-
*/
|
|
4386
|
-
const filterSensitiveLog: (obj: ListEntityRecognizersResponse) => any;
|
|
4387
|
-
}
|
|
4388
3560
|
export interface ListEntityRecognizerSummariesRequest {
|
|
4389
3561
|
/**
|
|
4390
3562
|
* <p>Identifies the next page of results to return.</p>
|
|
@@ -4395,12 +3567,6 @@ export interface ListEntityRecognizerSummariesRequest {
|
|
|
4395
3567
|
*/
|
|
4396
3568
|
MaxResults?: number;
|
|
4397
3569
|
}
|
|
4398
|
-
export declare namespace ListEntityRecognizerSummariesRequest {
|
|
4399
|
-
/**
|
|
4400
|
-
* @internal
|
|
4401
|
-
*/
|
|
4402
|
-
const filterSensitiveLog: (obj: ListEntityRecognizerSummariesRequest) => any;
|
|
4403
|
-
}
|
|
4404
3570
|
/**
|
|
4405
3571
|
* <p> Describes the information about an entity recognizer and its versions.</p>
|
|
4406
3572
|
*/
|
|
@@ -4426,12 +3592,6 @@ export interface EntityRecognizerSummary {
|
|
|
4426
3592
|
*/
|
|
4427
3593
|
LatestVersionStatus?: ModelStatus | string;
|
|
4428
3594
|
}
|
|
4429
|
-
export declare namespace EntityRecognizerSummary {
|
|
4430
|
-
/**
|
|
4431
|
-
* @internal
|
|
4432
|
-
*/
|
|
4433
|
-
const filterSensitiveLog: (obj: EntityRecognizerSummary) => any;
|
|
4434
|
-
}
|
|
4435
3595
|
export interface ListEntityRecognizerSummariesResponse {
|
|
4436
3596
|
/**
|
|
4437
3597
|
* <p>The list entity recognizer summaries.</p>
|
|
@@ -4442,12 +3602,6 @@ export interface ListEntityRecognizerSummariesResponse {
|
|
|
4442
3602
|
*/
|
|
4443
3603
|
NextToken?: string;
|
|
4444
3604
|
}
|
|
4445
|
-
export declare namespace ListEntityRecognizerSummariesResponse {
|
|
4446
|
-
/**
|
|
4447
|
-
* @internal
|
|
4448
|
-
*/
|
|
4449
|
-
const filterSensitiveLog: (obj: ListEntityRecognizerSummariesResponse) => any;
|
|
4450
|
-
}
|
|
4451
3605
|
/**
|
|
4452
3606
|
* <p>Provides information for filtering a list of event detection jobs.</p>
|
|
4453
3607
|
*/
|
|
@@ -4474,12 +3628,6 @@ export interface EventsDetectionJobFilter {
|
|
|
4474
3628
|
*/
|
|
4475
3629
|
SubmitTimeAfter?: Date;
|
|
4476
3630
|
}
|
|
4477
|
-
export declare namespace EventsDetectionJobFilter {
|
|
4478
|
-
/**
|
|
4479
|
-
* @internal
|
|
4480
|
-
*/
|
|
4481
|
-
const filterSensitiveLog: (obj: EventsDetectionJobFilter) => any;
|
|
4482
|
-
}
|
|
4483
3631
|
export interface ListEventsDetectionJobsRequest {
|
|
4484
3632
|
/**
|
|
4485
3633
|
* <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
|
|
@@ -4495,12 +3643,6 @@ export interface ListEventsDetectionJobsRequest {
|
|
|
4495
3643
|
*/
|
|
4496
3644
|
MaxResults?: number;
|
|
4497
3645
|
}
|
|
4498
|
-
export declare namespace ListEventsDetectionJobsRequest {
|
|
4499
|
-
/**
|
|
4500
|
-
* @internal
|
|
4501
|
-
*/
|
|
4502
|
-
const filterSensitiveLog: (obj: ListEventsDetectionJobsRequest) => any;
|
|
4503
|
-
}
|
|
4504
3646
|
export interface ListEventsDetectionJobsResponse {
|
|
4505
3647
|
/**
|
|
4506
3648
|
* <p>A list containing the properties of each job that is returned.</p>
|
|
@@ -4511,12 +3653,6 @@ export interface ListEventsDetectionJobsResponse {
|
|
|
4511
3653
|
*/
|
|
4512
3654
|
NextToken?: string;
|
|
4513
3655
|
}
|
|
4514
|
-
export declare namespace ListEventsDetectionJobsResponse {
|
|
4515
|
-
/**
|
|
4516
|
-
* @internal
|
|
4517
|
-
*/
|
|
4518
|
-
const filterSensitiveLog: (obj: ListEventsDetectionJobsResponse) => any;
|
|
4519
|
-
}
|
|
4520
3656
|
/**
|
|
4521
3657
|
* <p>Provides information for filtering a list of dominant language detection jobs. For more
|
|
4522
3658
|
* information, see the operation.</p>
|
|
@@ -4544,12 +3680,6 @@ export interface KeyPhrasesDetectionJobFilter {
|
|
|
4544
3680
|
*/
|
|
4545
3681
|
SubmitTimeAfter?: Date;
|
|
4546
3682
|
}
|
|
4547
|
-
export declare namespace KeyPhrasesDetectionJobFilter {
|
|
4548
|
-
/**
|
|
4549
|
-
* @internal
|
|
4550
|
-
*/
|
|
4551
|
-
const filterSensitiveLog: (obj: KeyPhrasesDetectionJobFilter) => any;
|
|
4552
|
-
}
|
|
4553
3683
|
export interface ListKeyPhrasesDetectionJobsRequest {
|
|
4554
3684
|
/**
|
|
4555
3685
|
* <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
|
|
@@ -4565,12 +3695,6 @@ export interface ListKeyPhrasesDetectionJobsRequest {
|
|
|
4565
3695
|
*/
|
|
4566
3696
|
MaxResults?: number;
|
|
4567
3697
|
}
|
|
4568
|
-
export declare namespace ListKeyPhrasesDetectionJobsRequest {
|
|
4569
|
-
/**
|
|
4570
|
-
* @internal
|
|
4571
|
-
*/
|
|
4572
|
-
const filterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsRequest) => any;
|
|
4573
|
-
}
|
|
4574
3698
|
export interface ListKeyPhrasesDetectionJobsResponse {
|
|
4575
3699
|
/**
|
|
4576
3700
|
* <p>A list containing the properties of each job that is returned.</p>
|
|
@@ -4581,12 +3705,6 @@ export interface ListKeyPhrasesDetectionJobsResponse {
|
|
|
4581
3705
|
*/
|
|
4582
3706
|
NextToken?: string;
|
|
4583
3707
|
}
|
|
4584
|
-
export declare namespace ListKeyPhrasesDetectionJobsResponse {
|
|
4585
|
-
/**
|
|
4586
|
-
* @internal
|
|
4587
|
-
*/
|
|
4588
|
-
const filterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsResponse) => any;
|
|
4589
|
-
}
|
|
4590
3708
|
/**
|
|
4591
3709
|
* <p>Provides information for filtering a list of PII entity detection jobs.</p>
|
|
4592
3710
|
*/
|
|
@@ -4613,12 +3731,6 @@ export interface PiiEntitiesDetectionJobFilter {
|
|
|
4613
3731
|
*/
|
|
4614
3732
|
SubmitTimeAfter?: Date;
|
|
4615
3733
|
}
|
|
4616
|
-
export declare namespace PiiEntitiesDetectionJobFilter {
|
|
4617
|
-
/**
|
|
4618
|
-
* @internal
|
|
4619
|
-
*/
|
|
4620
|
-
const filterSensitiveLog: (obj: PiiEntitiesDetectionJobFilter) => any;
|
|
4621
|
-
}
|
|
4622
3734
|
export interface ListPiiEntitiesDetectionJobsRequest {
|
|
4623
3735
|
/**
|
|
4624
3736
|
* <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
|
|
@@ -4634,12 +3746,6 @@ export interface ListPiiEntitiesDetectionJobsRequest {
|
|
|
4634
3746
|
*/
|
|
4635
3747
|
MaxResults?: number;
|
|
4636
3748
|
}
|
|
4637
|
-
export declare namespace ListPiiEntitiesDetectionJobsRequest {
|
|
4638
|
-
/**
|
|
4639
|
-
* @internal
|
|
4640
|
-
*/
|
|
4641
|
-
const filterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsRequest) => any;
|
|
4642
|
-
}
|
|
4643
3749
|
export interface ListPiiEntitiesDetectionJobsResponse {
|
|
4644
3750
|
/**
|
|
4645
3751
|
* <p>A list containing the properties of each job that is returned.</p>
|
|
@@ -4650,12 +3756,6 @@ export interface ListPiiEntitiesDetectionJobsResponse {
|
|
|
4650
3756
|
*/
|
|
4651
3757
|
NextToken?: string;
|
|
4652
3758
|
}
|
|
4653
|
-
export declare namespace ListPiiEntitiesDetectionJobsResponse {
|
|
4654
|
-
/**
|
|
4655
|
-
* @internal
|
|
4656
|
-
*/
|
|
4657
|
-
const filterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsResponse) => any;
|
|
4658
|
-
}
|
|
4659
3759
|
/**
|
|
4660
3760
|
* <p>Provides information for filtering a list of dominant language detection jobs. For more
|
|
4661
3761
|
* information, see the operation.</p>
|
|
@@ -4683,12 +3783,6 @@ export interface SentimentDetectionJobFilter {
|
|
|
4683
3783
|
*/
|
|
4684
3784
|
SubmitTimeAfter?: Date;
|
|
4685
3785
|
}
|
|
4686
|
-
export declare namespace SentimentDetectionJobFilter {
|
|
4687
|
-
/**
|
|
4688
|
-
* @internal
|
|
4689
|
-
*/
|
|
4690
|
-
const filterSensitiveLog: (obj: SentimentDetectionJobFilter) => any;
|
|
4691
|
-
}
|
|
4692
3786
|
export interface ListSentimentDetectionJobsRequest {
|
|
4693
3787
|
/**
|
|
4694
3788
|
* <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
|
|
@@ -4704,12 +3798,6 @@ export interface ListSentimentDetectionJobsRequest {
|
|
|
4704
3798
|
*/
|
|
4705
3799
|
MaxResults?: number;
|
|
4706
3800
|
}
|
|
4707
|
-
export declare namespace ListSentimentDetectionJobsRequest {
|
|
4708
|
-
/**
|
|
4709
|
-
* @internal
|
|
4710
|
-
*/
|
|
4711
|
-
const filterSensitiveLog: (obj: ListSentimentDetectionJobsRequest) => any;
|
|
4712
|
-
}
|
|
4713
3801
|
export interface ListSentimentDetectionJobsResponse {
|
|
4714
3802
|
/**
|
|
4715
3803
|
* <p>A list containing the properties of each job that is returned.</p>
|
|
@@ -4720,12 +3808,6 @@ export interface ListSentimentDetectionJobsResponse {
|
|
|
4720
3808
|
*/
|
|
4721
3809
|
NextToken?: string;
|
|
4722
3810
|
}
|
|
4723
|
-
export declare namespace ListSentimentDetectionJobsResponse {
|
|
4724
|
-
/**
|
|
4725
|
-
* @internal
|
|
4726
|
-
*/
|
|
4727
|
-
const filterSensitiveLog: (obj: ListSentimentDetectionJobsResponse) => any;
|
|
4728
|
-
}
|
|
4729
3811
|
export interface ListTagsForResourceRequest {
|
|
4730
3812
|
/**
|
|
4731
3813
|
* <p>The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
|
|
@@ -4733,12 +3815,6 @@ export interface ListTagsForResourceRequest {
|
|
|
4733
3815
|
*/
|
|
4734
3816
|
ResourceArn: string | undefined;
|
|
4735
3817
|
}
|
|
4736
|
-
export declare namespace ListTagsForResourceRequest {
|
|
4737
|
-
/**
|
|
4738
|
-
* @internal
|
|
4739
|
-
*/
|
|
4740
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4741
|
-
}
|
|
4742
3818
|
export interface ListTagsForResourceResponse {
|
|
4743
3819
|
/**
|
|
4744
3820
|
* <p>The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are
|
|
@@ -4753,12 +3829,6 @@ export interface ListTagsForResourceResponse {
|
|
|
4753
3829
|
*/
|
|
4754
3830
|
Tags?: Tag[];
|
|
4755
3831
|
}
|
|
4756
|
-
export declare namespace ListTagsForResourceResponse {
|
|
4757
|
-
/**
|
|
4758
|
-
* @internal
|
|
4759
|
-
*/
|
|
4760
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4761
|
-
}
|
|
4762
3832
|
/**
|
|
4763
3833
|
* <p>Provides information for filtering a list of dominant language detection jobs. For more
|
|
4764
3834
|
* information, see the operation.</p>
|
|
@@ -4786,12 +3856,6 @@ export interface TargetedSentimentDetectionJobFilter {
|
|
|
4786
3856
|
*/
|
|
4787
3857
|
SubmitTimeAfter?: Date;
|
|
4788
3858
|
}
|
|
4789
|
-
export declare namespace TargetedSentimentDetectionJobFilter {
|
|
4790
|
-
/**
|
|
4791
|
-
* @internal
|
|
4792
|
-
*/
|
|
4793
|
-
const filterSensitiveLog: (obj: TargetedSentimentDetectionJobFilter) => any;
|
|
4794
|
-
}
|
|
4795
3859
|
export interface ListTargetedSentimentDetectionJobsRequest {
|
|
4796
3860
|
/**
|
|
4797
3861
|
* <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
|
|
@@ -4807,12 +3871,6 @@ export interface ListTargetedSentimentDetectionJobsRequest {
|
|
|
4807
3871
|
*/
|
|
4808
3872
|
MaxResults?: number;
|
|
4809
3873
|
}
|
|
4810
|
-
export declare namespace ListTargetedSentimentDetectionJobsRequest {
|
|
4811
|
-
/**
|
|
4812
|
-
* @internal
|
|
4813
|
-
*/
|
|
4814
|
-
const filterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsRequest) => any;
|
|
4815
|
-
}
|
|
4816
3874
|
export interface ListTargetedSentimentDetectionJobsResponse {
|
|
4817
3875
|
/**
|
|
4818
3876
|
* <p>A list containing the properties of each job that is returned.</p>
|
|
@@ -4823,12 +3881,6 @@ export interface ListTargetedSentimentDetectionJobsResponse {
|
|
|
4823
3881
|
*/
|
|
4824
3882
|
NextToken?: string;
|
|
4825
3883
|
}
|
|
4826
|
-
export declare namespace ListTargetedSentimentDetectionJobsResponse {
|
|
4827
|
-
/**
|
|
4828
|
-
* @internal
|
|
4829
|
-
*/
|
|
4830
|
-
const filterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsResponse) => any;
|
|
4831
|
-
}
|
|
4832
3884
|
/**
|
|
4833
3885
|
* <p>Provides information for filtering topic detection jobs. For more information, see
|
|
4834
3886
|
* .</p>
|
|
@@ -4856,12 +3908,6 @@ export interface TopicsDetectionJobFilter {
|
|
|
4856
3908
|
*/
|
|
4857
3909
|
SubmitTimeAfter?: Date;
|
|
4858
3910
|
}
|
|
4859
|
-
export declare namespace TopicsDetectionJobFilter {
|
|
4860
|
-
/**
|
|
4861
|
-
* @internal
|
|
4862
|
-
*/
|
|
4863
|
-
const filterSensitiveLog: (obj: TopicsDetectionJobFilter) => any;
|
|
4864
|
-
}
|
|
4865
3911
|
export interface ListTopicsDetectionJobsRequest {
|
|
4866
3912
|
/**
|
|
4867
3913
|
* <p>Filters the jobs that are returned. Jobs can be filtered on their name, status, or the
|
|
@@ -4877,12 +3923,6 @@ export interface ListTopicsDetectionJobsRequest {
|
|
|
4877
3923
|
*/
|
|
4878
3924
|
MaxResults?: number;
|
|
4879
3925
|
}
|
|
4880
|
-
export declare namespace ListTopicsDetectionJobsRequest {
|
|
4881
|
-
/**
|
|
4882
|
-
* @internal
|
|
4883
|
-
*/
|
|
4884
|
-
const filterSensitiveLog: (obj: ListTopicsDetectionJobsRequest) => any;
|
|
4885
|
-
}
|
|
4886
3926
|
export interface ListTopicsDetectionJobsResponse {
|
|
4887
3927
|
/**
|
|
4888
3928
|
* <p>A list containing the properties of each job that is returned.</p>
|
|
@@ -4893,12 +3933,6 @@ export interface ListTopicsDetectionJobsResponse {
|
|
|
4893
3933
|
*/
|
|
4894
3934
|
NextToken?: string;
|
|
4895
3935
|
}
|
|
4896
|
-
export declare namespace ListTopicsDetectionJobsResponse {
|
|
4897
|
-
/**
|
|
4898
|
-
* @internal
|
|
4899
|
-
*/
|
|
4900
|
-
const filterSensitiveLog: (obj: ListTopicsDetectionJobsResponse) => any;
|
|
4901
|
-
}
|
|
4902
3936
|
export interface PutResourcePolicyRequest {
|
|
4903
3937
|
/**
|
|
4904
3938
|
* <p>The Amazon Resource Name (ARN) of the custom model to attach the policy to.</p>
|
|
@@ -4926,12 +3960,6 @@ export interface PutResourcePolicyRequest {
|
|
|
4926
3960
|
*/
|
|
4927
3961
|
PolicyRevisionId?: string;
|
|
4928
3962
|
}
|
|
4929
|
-
export declare namespace PutResourcePolicyRequest {
|
|
4930
|
-
/**
|
|
4931
|
-
* @internal
|
|
4932
|
-
*/
|
|
4933
|
-
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
4934
|
-
}
|
|
4935
3963
|
export interface PutResourcePolicyResponse {
|
|
4936
3964
|
/**
|
|
4937
3965
|
* <p>The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a
|
|
@@ -4939,12 +3967,6 @@ export interface PutResourcePolicyResponse {
|
|
|
4939
3967
|
*/
|
|
4940
3968
|
PolicyRevisionId?: string;
|
|
4941
3969
|
}
|
|
4942
|
-
export declare namespace PutResourcePolicyResponse {
|
|
4943
|
-
/**
|
|
4944
|
-
* @internal
|
|
4945
|
-
*/
|
|
4946
|
-
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
4947
|
-
}
|
|
4948
3970
|
export interface StartDocumentClassificationJobRequest {
|
|
4949
3971
|
/**
|
|
4950
3972
|
* <p>The identifier of the job.</p>
|
|
@@ -5004,12 +4026,6 @@ export interface StartDocumentClassificationJobRequest {
|
|
|
5004
4026
|
*/
|
|
5005
4027
|
Tags?: Tag[];
|
|
5006
4028
|
}
|
|
5007
|
-
export declare namespace StartDocumentClassificationJobRequest {
|
|
5008
|
-
/**
|
|
5009
|
-
* @internal
|
|
5010
|
-
*/
|
|
5011
|
-
const filterSensitiveLog: (obj: StartDocumentClassificationJobRequest) => any;
|
|
5012
|
-
}
|
|
5013
4029
|
export interface StartDocumentClassificationJobResponse {
|
|
5014
4030
|
/**
|
|
5015
4031
|
* <p>The identifier generated for the job. To get the status of the job, use this identifier
|
|
@@ -5055,12 +4071,6 @@ export interface StartDocumentClassificationJobResponse {
|
|
|
5055
4071
|
*/
|
|
5056
4072
|
JobStatus?: JobStatus | string;
|
|
5057
4073
|
}
|
|
5058
|
-
export declare namespace StartDocumentClassificationJobResponse {
|
|
5059
|
-
/**
|
|
5060
|
-
* @internal
|
|
5061
|
-
*/
|
|
5062
|
-
const filterSensitiveLog: (obj: StartDocumentClassificationJobResponse) => any;
|
|
5063
|
-
}
|
|
5064
4074
|
export interface StartDominantLanguageDetectionJobRequest {
|
|
5065
4075
|
/**
|
|
5066
4076
|
* <p>Specifies the format and location of the input data for the job.</p>
|
|
@@ -5114,12 +4124,6 @@ export interface StartDominantLanguageDetectionJobRequest {
|
|
|
5114
4124
|
*/
|
|
5115
4125
|
Tags?: Tag[];
|
|
5116
4126
|
}
|
|
5117
|
-
export declare namespace StartDominantLanguageDetectionJobRequest {
|
|
5118
|
-
/**
|
|
5119
|
-
* @internal
|
|
5120
|
-
*/
|
|
5121
|
-
const filterSensitiveLog: (obj: StartDominantLanguageDetectionJobRequest) => any;
|
|
5122
|
-
}
|
|
5123
4127
|
export interface StartDominantLanguageDetectionJobResponse {
|
|
5124
4128
|
/**
|
|
5125
4129
|
* <p>The identifier generated for the job. To get the status of a job, use this identifier with
|
|
@@ -5158,12 +4162,6 @@ export interface StartDominantLanguageDetectionJobResponse {
|
|
|
5158
4162
|
*/
|
|
5159
4163
|
JobStatus?: JobStatus | string;
|
|
5160
4164
|
}
|
|
5161
|
-
export declare namespace StartDominantLanguageDetectionJobResponse {
|
|
5162
|
-
/**
|
|
5163
|
-
* @internal
|
|
5164
|
-
*/
|
|
5165
|
-
const filterSensitiveLog: (obj: StartDominantLanguageDetectionJobResponse) => any;
|
|
5166
|
-
}
|
|
5167
4165
|
export interface StartEntitiesDetectionJobRequest {
|
|
5168
4166
|
/**
|
|
5169
4167
|
* <p>Specifies the format and location of the input data for the job.</p>
|
|
@@ -5230,12 +4228,6 @@ export interface StartEntitiesDetectionJobRequest {
|
|
|
5230
4228
|
*/
|
|
5231
4229
|
Tags?: Tag[];
|
|
5232
4230
|
}
|
|
5233
|
-
export declare namespace StartEntitiesDetectionJobRequest {
|
|
5234
|
-
/**
|
|
5235
|
-
* @internal
|
|
5236
|
-
*/
|
|
5237
|
-
const filterSensitiveLog: (obj: StartEntitiesDetectionJobRequest) => any;
|
|
5238
|
-
}
|
|
5239
4231
|
export interface StartEntitiesDetectionJobResponse {
|
|
5240
4232
|
/**
|
|
5241
4233
|
* <p>The identifier generated for the job. To get the status of job, use this identifier with
|
|
@@ -5281,12 +4273,6 @@ export interface StartEntitiesDetectionJobResponse {
|
|
|
5281
4273
|
*/
|
|
5282
4274
|
JobStatus?: JobStatus | string;
|
|
5283
4275
|
}
|
|
5284
|
-
export declare namespace StartEntitiesDetectionJobResponse {
|
|
5285
|
-
/**
|
|
5286
|
-
* @internal
|
|
5287
|
-
*/
|
|
5288
|
-
const filterSensitiveLog: (obj: StartEntitiesDetectionJobResponse) => any;
|
|
5289
|
-
}
|
|
5290
4276
|
export interface StartEventsDetectionJobRequest {
|
|
5291
4277
|
/**
|
|
5292
4278
|
* <p>Specifies the format and location of the input data for the job.</p>
|
|
@@ -5325,12 +4311,6 @@ export interface StartEventsDetectionJobRequest {
|
|
|
5325
4311
|
*/
|
|
5326
4312
|
Tags?: Tag[];
|
|
5327
4313
|
}
|
|
5328
|
-
export declare namespace StartEventsDetectionJobRequest {
|
|
5329
|
-
/**
|
|
5330
|
-
* @internal
|
|
5331
|
-
*/
|
|
5332
|
-
const filterSensitiveLog: (obj: StartEventsDetectionJobRequest) => any;
|
|
5333
|
-
}
|
|
5334
4314
|
export interface StartEventsDetectionJobResponse {
|
|
5335
4315
|
/**
|
|
5336
4316
|
* <p>An unique identifier for the request. If you don't set the client request token, Amazon
|
|
@@ -5355,12 +4335,6 @@ export interface StartEventsDetectionJobResponse {
|
|
|
5355
4335
|
*/
|
|
5356
4336
|
JobStatus?: JobStatus | string;
|
|
5357
4337
|
}
|
|
5358
|
-
export declare namespace StartEventsDetectionJobResponse {
|
|
5359
|
-
/**
|
|
5360
|
-
* @internal
|
|
5361
|
-
*/
|
|
5362
|
-
const filterSensitiveLog: (obj: StartEventsDetectionJobResponse) => any;
|
|
5363
|
-
}
|
|
5364
4338
|
export interface StartKeyPhrasesDetectionJobRequest {
|
|
5365
4339
|
/**
|
|
5366
4340
|
* <p>Specifies the format and location of the input data for the job.</p>
|
|
@@ -5420,12 +4394,6 @@ export interface StartKeyPhrasesDetectionJobRequest {
|
|
|
5420
4394
|
*/
|
|
5421
4395
|
Tags?: Tag[];
|
|
5422
4396
|
}
|
|
5423
|
-
export declare namespace StartKeyPhrasesDetectionJobRequest {
|
|
5424
|
-
/**
|
|
5425
|
-
* @internal
|
|
5426
|
-
*/
|
|
5427
|
-
const filterSensitiveLog: (obj: StartKeyPhrasesDetectionJobRequest) => any;
|
|
5428
|
-
}
|
|
5429
4397
|
export interface StartKeyPhrasesDetectionJobResponse {
|
|
5430
4398
|
/**
|
|
5431
4399
|
* <p>The identifier generated for the job. To get the status of a job, use this identifier with
|
|
@@ -5464,12 +4432,6 @@ export interface StartKeyPhrasesDetectionJobResponse {
|
|
|
5464
4432
|
*/
|
|
5465
4433
|
JobStatus?: JobStatus | string;
|
|
5466
4434
|
}
|
|
5467
|
-
export declare namespace StartKeyPhrasesDetectionJobResponse {
|
|
5468
|
-
/**
|
|
5469
|
-
* @internal
|
|
5470
|
-
*/
|
|
5471
|
-
const filterSensitiveLog: (obj: StartKeyPhrasesDetectionJobResponse) => any;
|
|
5472
|
-
}
|
|
5473
4435
|
export interface StartPiiEntitiesDetectionJobRequest {
|
|
5474
4436
|
/**
|
|
5475
4437
|
* <p>The input properties for a PII entities detection job.</p>
|
|
@@ -5516,12 +4478,6 @@ export interface StartPiiEntitiesDetectionJobRequest {
|
|
|
5516
4478
|
*/
|
|
5517
4479
|
Tags?: Tag[];
|
|
5518
4480
|
}
|
|
5519
|
-
export declare namespace StartPiiEntitiesDetectionJobRequest {
|
|
5520
|
-
/**
|
|
5521
|
-
* @internal
|
|
5522
|
-
*/
|
|
5523
|
-
const filterSensitiveLog: (obj: StartPiiEntitiesDetectionJobRequest) => any;
|
|
5524
|
-
}
|
|
5525
4481
|
export interface StartPiiEntitiesDetectionJobResponse {
|
|
5526
4482
|
/**
|
|
5527
4483
|
* <p>The identifier generated for the job.</p>
|
|
@@ -5545,12 +4501,6 @@ export interface StartPiiEntitiesDetectionJobResponse {
|
|
|
5545
4501
|
*/
|
|
5546
4502
|
JobStatus?: JobStatus | string;
|
|
5547
4503
|
}
|
|
5548
|
-
export declare namespace StartPiiEntitiesDetectionJobResponse {
|
|
5549
|
-
/**
|
|
5550
|
-
* @internal
|
|
5551
|
-
*/
|
|
5552
|
-
const filterSensitiveLog: (obj: StartPiiEntitiesDetectionJobResponse) => any;
|
|
5553
|
-
}
|
|
5554
4504
|
export interface StartSentimentDetectionJobRequest {
|
|
5555
4505
|
/**
|
|
5556
4506
|
* <p>Specifies the format and location of the input data for the job.</p>
|
|
@@ -5609,12 +4559,6 @@ export interface StartSentimentDetectionJobRequest {
|
|
|
5609
4559
|
*/
|
|
5610
4560
|
Tags?: Tag[];
|
|
5611
4561
|
}
|
|
5612
|
-
export declare namespace StartSentimentDetectionJobRequest {
|
|
5613
|
-
/**
|
|
5614
|
-
* @internal
|
|
5615
|
-
*/
|
|
5616
|
-
const filterSensitiveLog: (obj: StartSentimentDetectionJobRequest) => any;
|
|
5617
|
-
}
|
|
5618
4562
|
export interface StartSentimentDetectionJobResponse {
|
|
5619
4563
|
/**
|
|
5620
4564
|
* <p>The identifier generated for the job. To get the status of a job, use this identifier with
|
|
@@ -5653,12 +4597,6 @@ export interface StartSentimentDetectionJobResponse {
|
|
|
5653
4597
|
*/
|
|
5654
4598
|
JobStatus?: JobStatus | string;
|
|
5655
4599
|
}
|
|
5656
|
-
export declare namespace StartSentimentDetectionJobResponse {
|
|
5657
|
-
/**
|
|
5658
|
-
* @internal
|
|
5659
|
-
*/
|
|
5660
|
-
const filterSensitiveLog: (obj: StartSentimentDetectionJobResponse) => any;
|
|
5661
|
-
}
|
|
5662
4600
|
export interface StartTargetedSentimentDetectionJobRequest {
|
|
5663
4601
|
/**
|
|
5664
4602
|
* <p>The input properties for an inference job.</p>
|
|
@@ -5716,12 +4654,6 @@ export interface StartTargetedSentimentDetectionJobRequest {
|
|
|
5716
4654
|
*/
|
|
5717
4655
|
Tags?: Tag[];
|
|
5718
4656
|
}
|
|
5719
|
-
export declare namespace StartTargetedSentimentDetectionJobRequest {
|
|
5720
|
-
/**
|
|
5721
|
-
* @internal
|
|
5722
|
-
*/
|
|
5723
|
-
const filterSensitiveLog: (obj: StartTargetedSentimentDetectionJobRequest) => any;
|
|
5724
|
-
}
|
|
5725
4657
|
export interface StartTargetedSentimentDetectionJobResponse {
|
|
5726
4658
|
/**
|
|
5727
4659
|
* <p>The identifier generated for the job. To get the status of a job, use this identifier with
|
|
@@ -5760,12 +4692,6 @@ export interface StartTargetedSentimentDetectionJobResponse {
|
|
|
5760
4692
|
*/
|
|
5761
4693
|
JobStatus?: JobStatus | string;
|
|
5762
4694
|
}
|
|
5763
|
-
export declare namespace StartTargetedSentimentDetectionJobResponse {
|
|
5764
|
-
/**
|
|
5765
|
-
* @internal
|
|
5766
|
-
*/
|
|
5767
|
-
const filterSensitiveLog: (obj: StartTargetedSentimentDetectionJobResponse) => any;
|
|
5768
|
-
}
|
|
5769
4695
|
export interface StartTopicsDetectionJobRequest {
|
|
5770
4696
|
/**
|
|
5771
4697
|
* <p>Specifies the format and location of the input data for the job.</p>
|
|
@@ -5825,12 +4751,6 @@ export interface StartTopicsDetectionJobRequest {
|
|
|
5825
4751
|
*/
|
|
5826
4752
|
Tags?: Tag[];
|
|
5827
4753
|
}
|
|
5828
|
-
export declare namespace StartTopicsDetectionJobRequest {
|
|
5829
|
-
/**
|
|
5830
|
-
* @internal
|
|
5831
|
-
*/
|
|
5832
|
-
const filterSensitiveLog: (obj: StartTopicsDetectionJobRequest) => any;
|
|
5833
|
-
}
|
|
5834
4754
|
export interface StartTopicsDetectionJobResponse {
|
|
5835
4755
|
/**
|
|
5836
4756
|
* <p>The identifier generated for the job. To get the status of the job, use this identifier
|
|
@@ -5871,24 +4791,12 @@ export interface StartTopicsDetectionJobResponse {
|
|
|
5871
4791
|
*/
|
|
5872
4792
|
JobStatus?: JobStatus | string;
|
|
5873
4793
|
}
|
|
5874
|
-
export declare namespace StartTopicsDetectionJobResponse {
|
|
5875
|
-
/**
|
|
5876
|
-
* @internal
|
|
5877
|
-
*/
|
|
5878
|
-
const filterSensitiveLog: (obj: StartTopicsDetectionJobResponse) => any;
|
|
5879
|
-
}
|
|
5880
4794
|
export interface StopDominantLanguageDetectionJobRequest {
|
|
5881
4795
|
/**
|
|
5882
4796
|
* <p>The identifier of the dominant language detection job to stop.</p>
|
|
5883
4797
|
*/
|
|
5884
4798
|
JobId: string | undefined;
|
|
5885
4799
|
}
|
|
5886
|
-
export declare namespace StopDominantLanguageDetectionJobRequest {
|
|
5887
|
-
/**
|
|
5888
|
-
* @internal
|
|
5889
|
-
*/
|
|
5890
|
-
const filterSensitiveLog: (obj: StopDominantLanguageDetectionJobRequest) => any;
|
|
5891
|
-
}
|
|
5892
4800
|
export interface StopDominantLanguageDetectionJobResponse {
|
|
5893
4801
|
/**
|
|
5894
4802
|
* <p>The identifier of the dominant language detection job to stop.</p>
|
|
@@ -5901,24 +4809,12 @@ export interface StopDominantLanguageDetectionJobResponse {
|
|
|
5901
4809
|
*/
|
|
5902
4810
|
JobStatus?: JobStatus | string;
|
|
5903
4811
|
}
|
|
5904
|
-
export declare namespace StopDominantLanguageDetectionJobResponse {
|
|
5905
|
-
/**
|
|
5906
|
-
* @internal
|
|
5907
|
-
*/
|
|
5908
|
-
const filterSensitiveLog: (obj: StopDominantLanguageDetectionJobResponse) => any;
|
|
5909
|
-
}
|
|
5910
4812
|
export interface StopEntitiesDetectionJobRequest {
|
|
5911
4813
|
/**
|
|
5912
4814
|
* <p>The identifier of the entities detection job to stop.</p>
|
|
5913
4815
|
*/
|
|
5914
4816
|
JobId: string | undefined;
|
|
5915
4817
|
}
|
|
5916
|
-
export declare namespace StopEntitiesDetectionJobRequest {
|
|
5917
|
-
/**
|
|
5918
|
-
* @internal
|
|
5919
|
-
*/
|
|
5920
|
-
const filterSensitiveLog: (obj: StopEntitiesDetectionJobRequest) => any;
|
|
5921
|
-
}
|
|
5922
4818
|
export interface StopEntitiesDetectionJobResponse {
|
|
5923
4819
|
/**
|
|
5924
4820
|
* <p>The identifier of the entities detection job to stop.</p>
|
|
@@ -5931,24 +4827,12 @@ export interface StopEntitiesDetectionJobResponse {
|
|
|
5931
4827
|
*/
|
|
5932
4828
|
JobStatus?: JobStatus | string;
|
|
5933
4829
|
}
|
|
5934
|
-
export declare namespace StopEntitiesDetectionJobResponse {
|
|
5935
|
-
/**
|
|
5936
|
-
* @internal
|
|
5937
|
-
*/
|
|
5938
|
-
const filterSensitiveLog: (obj: StopEntitiesDetectionJobResponse) => any;
|
|
5939
|
-
}
|
|
5940
4830
|
export interface StopEventsDetectionJobRequest {
|
|
5941
4831
|
/**
|
|
5942
4832
|
* <p>The identifier of the events detection job to stop.</p>
|
|
5943
4833
|
*/
|
|
5944
4834
|
JobId: string | undefined;
|
|
5945
4835
|
}
|
|
5946
|
-
export declare namespace StopEventsDetectionJobRequest {
|
|
5947
|
-
/**
|
|
5948
|
-
* @internal
|
|
5949
|
-
*/
|
|
5950
|
-
const filterSensitiveLog: (obj: StopEventsDetectionJobRequest) => any;
|
|
5951
|
-
}
|
|
5952
4836
|
export interface StopEventsDetectionJobResponse {
|
|
5953
4837
|
/**
|
|
5954
4838
|
* <p>The identifier of the events detection job to stop.</p>
|
|
@@ -5959,24 +4843,12 @@ export interface StopEventsDetectionJobResponse {
|
|
|
5959
4843
|
*/
|
|
5960
4844
|
JobStatus?: JobStatus | string;
|
|
5961
4845
|
}
|
|
5962
|
-
export declare namespace StopEventsDetectionJobResponse {
|
|
5963
|
-
/**
|
|
5964
|
-
* @internal
|
|
5965
|
-
*/
|
|
5966
|
-
const filterSensitiveLog: (obj: StopEventsDetectionJobResponse) => any;
|
|
5967
|
-
}
|
|
5968
4846
|
export interface StopKeyPhrasesDetectionJobRequest {
|
|
5969
4847
|
/**
|
|
5970
4848
|
* <p>The identifier of the key phrases detection job to stop.</p>
|
|
5971
4849
|
*/
|
|
5972
4850
|
JobId: string | undefined;
|
|
5973
4851
|
}
|
|
5974
|
-
export declare namespace StopKeyPhrasesDetectionJobRequest {
|
|
5975
|
-
/**
|
|
5976
|
-
* @internal
|
|
5977
|
-
*/
|
|
5978
|
-
const filterSensitiveLog: (obj: StopKeyPhrasesDetectionJobRequest) => any;
|
|
5979
|
-
}
|
|
5980
4852
|
export interface StopKeyPhrasesDetectionJobResponse {
|
|
5981
4853
|
/**
|
|
5982
4854
|
* <p>The identifier of the key phrases detection job to stop.</p>
|
|
@@ -5989,24 +4861,12 @@ export interface StopKeyPhrasesDetectionJobResponse {
|
|
|
5989
4861
|
*/
|
|
5990
4862
|
JobStatus?: JobStatus | string;
|
|
5991
4863
|
}
|
|
5992
|
-
export declare namespace StopKeyPhrasesDetectionJobResponse {
|
|
5993
|
-
/**
|
|
5994
|
-
* @internal
|
|
5995
|
-
*/
|
|
5996
|
-
const filterSensitiveLog: (obj: StopKeyPhrasesDetectionJobResponse) => any;
|
|
5997
|
-
}
|
|
5998
4864
|
export interface StopPiiEntitiesDetectionJobRequest {
|
|
5999
4865
|
/**
|
|
6000
4866
|
* <p>The identifier of the PII entities detection job to stop.</p>
|
|
6001
4867
|
*/
|
|
6002
4868
|
JobId: string | undefined;
|
|
6003
4869
|
}
|
|
6004
|
-
export declare namespace StopPiiEntitiesDetectionJobRequest {
|
|
6005
|
-
/**
|
|
6006
|
-
* @internal
|
|
6007
|
-
*/
|
|
6008
|
-
const filterSensitiveLog: (obj: StopPiiEntitiesDetectionJobRequest) => any;
|
|
6009
|
-
}
|
|
6010
4870
|
export interface StopPiiEntitiesDetectionJobResponse {
|
|
6011
4871
|
/**
|
|
6012
4872
|
* <p>The identifier of the PII entities detection job to stop.</p>
|
|
@@ -6017,24 +4877,12 @@ export interface StopPiiEntitiesDetectionJobResponse {
|
|
|
6017
4877
|
*/
|
|
6018
4878
|
JobStatus?: JobStatus | string;
|
|
6019
4879
|
}
|
|
6020
|
-
export declare namespace StopPiiEntitiesDetectionJobResponse {
|
|
6021
|
-
/**
|
|
6022
|
-
* @internal
|
|
6023
|
-
*/
|
|
6024
|
-
const filterSensitiveLog: (obj: StopPiiEntitiesDetectionJobResponse) => any;
|
|
6025
|
-
}
|
|
6026
4880
|
export interface StopSentimentDetectionJobRequest {
|
|
6027
4881
|
/**
|
|
6028
4882
|
* <p>The identifier of the sentiment detection job to stop.</p>
|
|
6029
4883
|
*/
|
|
6030
4884
|
JobId: string | undefined;
|
|
6031
4885
|
}
|
|
6032
|
-
export declare namespace StopSentimentDetectionJobRequest {
|
|
6033
|
-
/**
|
|
6034
|
-
* @internal
|
|
6035
|
-
*/
|
|
6036
|
-
const filterSensitiveLog: (obj: StopSentimentDetectionJobRequest) => any;
|
|
6037
|
-
}
|
|
6038
4886
|
export interface StopSentimentDetectionJobResponse {
|
|
6039
4887
|
/**
|
|
6040
4888
|
* <p>The identifier of the sentiment detection job to stop.</p>
|
|
@@ -6047,24 +4895,12 @@ export interface StopSentimentDetectionJobResponse {
|
|
|
6047
4895
|
*/
|
|
6048
4896
|
JobStatus?: JobStatus | string;
|
|
6049
4897
|
}
|
|
6050
|
-
export declare namespace StopSentimentDetectionJobResponse {
|
|
6051
|
-
/**
|
|
6052
|
-
* @internal
|
|
6053
|
-
*/
|
|
6054
|
-
const filterSensitiveLog: (obj: StopSentimentDetectionJobResponse) => any;
|
|
6055
|
-
}
|
|
6056
4898
|
export interface StopTargetedSentimentDetectionJobRequest {
|
|
6057
4899
|
/**
|
|
6058
4900
|
* <p>The identifier of the targeted sentiment detection job to stop.</p>
|
|
6059
4901
|
*/
|
|
6060
4902
|
JobId: string | undefined;
|
|
6061
4903
|
}
|
|
6062
|
-
export declare namespace StopTargetedSentimentDetectionJobRequest {
|
|
6063
|
-
/**
|
|
6064
|
-
* @internal
|
|
6065
|
-
*/
|
|
6066
|
-
const filterSensitiveLog: (obj: StopTargetedSentimentDetectionJobRequest) => any;
|
|
6067
|
-
}
|
|
6068
4904
|
export interface StopTargetedSentimentDetectionJobResponse {
|
|
6069
4905
|
/**
|
|
6070
4906
|
* <p>The identifier of the targeted sentiment detection job to stop.</p>
|
|
@@ -6077,12 +4913,6 @@ export interface StopTargetedSentimentDetectionJobResponse {
|
|
|
6077
4913
|
*/
|
|
6078
4914
|
JobStatus?: JobStatus | string;
|
|
6079
4915
|
}
|
|
6080
|
-
export declare namespace StopTargetedSentimentDetectionJobResponse {
|
|
6081
|
-
/**
|
|
6082
|
-
* @internal
|
|
6083
|
-
*/
|
|
6084
|
-
const filterSensitiveLog: (obj: StopTargetedSentimentDetectionJobResponse) => any;
|
|
6085
|
-
}
|
|
6086
4916
|
export interface StopTrainingDocumentClassifierRequest {
|
|
6087
4917
|
/**
|
|
6088
4918
|
* <p>The Amazon Resource Name (ARN) that identifies the document classifier currently being
|
|
@@ -6090,20 +4920,8 @@ export interface StopTrainingDocumentClassifierRequest {
|
|
|
6090
4920
|
*/
|
|
6091
4921
|
DocumentClassifierArn: string | undefined;
|
|
6092
4922
|
}
|
|
6093
|
-
export declare namespace StopTrainingDocumentClassifierRequest {
|
|
6094
|
-
/**
|
|
6095
|
-
* @internal
|
|
6096
|
-
*/
|
|
6097
|
-
const filterSensitiveLog: (obj: StopTrainingDocumentClassifierRequest) => any;
|
|
6098
|
-
}
|
|
6099
4923
|
export interface StopTrainingDocumentClassifierResponse {
|
|
6100
4924
|
}
|
|
6101
|
-
export declare namespace StopTrainingDocumentClassifierResponse {
|
|
6102
|
-
/**
|
|
6103
|
-
* @internal
|
|
6104
|
-
*/
|
|
6105
|
-
const filterSensitiveLog: (obj: StopTrainingDocumentClassifierResponse) => any;
|
|
6106
|
-
}
|
|
6107
4925
|
export interface StopTrainingEntityRecognizerRequest {
|
|
6108
4926
|
/**
|
|
6109
4927
|
* <p>The Amazon Resource Name (ARN) that identifies the entity recognizer currently being
|
|
@@ -6111,20 +4929,8 @@ export interface StopTrainingEntityRecognizerRequest {
|
|
|
6111
4929
|
*/
|
|
6112
4930
|
EntityRecognizerArn: string | undefined;
|
|
6113
4931
|
}
|
|
6114
|
-
export declare namespace StopTrainingEntityRecognizerRequest {
|
|
6115
|
-
/**
|
|
6116
|
-
* @internal
|
|
6117
|
-
*/
|
|
6118
|
-
const filterSensitiveLog: (obj: StopTrainingEntityRecognizerRequest) => any;
|
|
6119
|
-
}
|
|
6120
4932
|
export interface StopTrainingEntityRecognizerResponse {
|
|
6121
4933
|
}
|
|
6122
|
-
export declare namespace StopTrainingEntityRecognizerResponse {
|
|
6123
|
-
/**
|
|
6124
|
-
* @internal
|
|
6125
|
-
*/
|
|
6126
|
-
const filterSensitiveLog: (obj: StopTrainingEntityRecognizerResponse) => any;
|
|
6127
|
-
}
|
|
6128
4934
|
/**
|
|
6129
4935
|
* <p>Concurrent modification of the tags associated with an Amazon Comprehend resource is not
|
|
6130
4936
|
* supported. </p>
|
|
@@ -6150,20 +4956,8 @@ export interface TagResourceRequest {
|
|
|
6150
4956
|
*/
|
|
6151
4957
|
Tags: Tag[] | undefined;
|
|
6152
4958
|
}
|
|
6153
|
-
export declare namespace TagResourceRequest {
|
|
6154
|
-
/**
|
|
6155
|
-
* @internal
|
|
6156
|
-
*/
|
|
6157
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
6158
|
-
}
|
|
6159
4959
|
export interface TagResourceResponse {
|
|
6160
4960
|
}
|
|
6161
|
-
export declare namespace TagResourceResponse {
|
|
6162
|
-
/**
|
|
6163
|
-
* @internal
|
|
6164
|
-
*/
|
|
6165
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
6166
|
-
}
|
|
6167
4961
|
/**
|
|
6168
4962
|
* <p>The request contains more tag keys than can be associated with a resource (50 tag keys per
|
|
6169
4963
|
* resource).</p>
|
|
@@ -6191,20 +4985,8 @@ export interface UntagResourceRequest {
|
|
|
6191
4985
|
*/
|
|
6192
4986
|
TagKeys: string[] | undefined;
|
|
6193
4987
|
}
|
|
6194
|
-
export declare namespace UntagResourceRequest {
|
|
6195
|
-
/**
|
|
6196
|
-
* @internal
|
|
6197
|
-
*/
|
|
6198
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
6199
|
-
}
|
|
6200
4988
|
export interface UntagResourceResponse {
|
|
6201
4989
|
}
|
|
6202
|
-
export declare namespace UntagResourceResponse {
|
|
6203
|
-
/**
|
|
6204
|
-
* @internal
|
|
6205
|
-
*/
|
|
6206
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
6207
|
-
}
|
|
6208
4990
|
export interface UpdateEndpointRequest {
|
|
6209
4991
|
/**
|
|
6210
4992
|
* <p>The Amazon Resource Number (ARN) of the endpoint being updated.</p>
|
|
@@ -6225,17 +5007,825 @@ export interface UpdateEndpointRequest {
|
|
|
6225
5007
|
*/
|
|
6226
5008
|
DesiredDataAccessRoleArn?: string;
|
|
6227
5009
|
}
|
|
6228
|
-
export declare namespace UpdateEndpointRequest {
|
|
6229
|
-
/**
|
|
6230
|
-
* @internal
|
|
6231
|
-
*/
|
|
6232
|
-
const filterSensitiveLog: (obj: UpdateEndpointRequest) => any;
|
|
6233
|
-
}
|
|
6234
5010
|
export interface UpdateEndpointResponse {
|
|
6235
5011
|
}
|
|
6236
|
-
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
5012
|
+
/**
|
|
5013
|
+
* @internal
|
|
5014
|
+
*/
|
|
5015
|
+
export declare const AugmentedManifestsListItemFilterSensitiveLog: (obj: AugmentedManifestsListItem) => any;
|
|
5016
|
+
/**
|
|
5017
|
+
* @internal
|
|
5018
|
+
*/
|
|
5019
|
+
export declare const BatchDetectDominantLanguageRequestFilterSensitiveLog: (obj: BatchDetectDominantLanguageRequest) => any;
|
|
5020
|
+
/**
|
|
5021
|
+
* @internal
|
|
5022
|
+
*/
|
|
5023
|
+
export declare const BatchItemErrorFilterSensitiveLog: (obj: BatchItemError) => any;
|
|
5024
|
+
/**
|
|
5025
|
+
* @internal
|
|
5026
|
+
*/
|
|
5027
|
+
export declare const DominantLanguageFilterSensitiveLog: (obj: DominantLanguage) => any;
|
|
5028
|
+
/**
|
|
5029
|
+
* @internal
|
|
5030
|
+
*/
|
|
5031
|
+
export declare const BatchDetectDominantLanguageItemResultFilterSensitiveLog: (obj: BatchDetectDominantLanguageItemResult) => any;
|
|
5032
|
+
/**
|
|
5033
|
+
* @internal
|
|
5034
|
+
*/
|
|
5035
|
+
export declare const BatchDetectDominantLanguageResponseFilterSensitiveLog: (obj: BatchDetectDominantLanguageResponse) => any;
|
|
5036
|
+
/**
|
|
5037
|
+
* @internal
|
|
5038
|
+
*/
|
|
5039
|
+
export declare const BatchDetectEntitiesRequestFilterSensitiveLog: (obj: BatchDetectEntitiesRequest) => any;
|
|
5040
|
+
/**
|
|
5041
|
+
* @internal
|
|
5042
|
+
*/
|
|
5043
|
+
export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
|
|
5044
|
+
/**
|
|
5045
|
+
* @internal
|
|
5046
|
+
*/
|
|
5047
|
+
export declare const BatchDetectEntitiesItemResultFilterSensitiveLog: (obj: BatchDetectEntitiesItemResult) => any;
|
|
5048
|
+
/**
|
|
5049
|
+
* @internal
|
|
5050
|
+
*/
|
|
5051
|
+
export declare const BatchDetectEntitiesResponseFilterSensitiveLog: (obj: BatchDetectEntitiesResponse) => any;
|
|
5052
|
+
/**
|
|
5053
|
+
* @internal
|
|
5054
|
+
*/
|
|
5055
|
+
export declare const BatchDetectKeyPhrasesRequestFilterSensitiveLog: (obj: BatchDetectKeyPhrasesRequest) => any;
|
|
5056
|
+
/**
|
|
5057
|
+
* @internal
|
|
5058
|
+
*/
|
|
5059
|
+
export declare const KeyPhraseFilterSensitiveLog: (obj: KeyPhrase) => any;
|
|
5060
|
+
/**
|
|
5061
|
+
* @internal
|
|
5062
|
+
*/
|
|
5063
|
+
export declare const BatchDetectKeyPhrasesItemResultFilterSensitiveLog: (obj: BatchDetectKeyPhrasesItemResult) => any;
|
|
5064
|
+
/**
|
|
5065
|
+
* @internal
|
|
5066
|
+
*/
|
|
5067
|
+
export declare const BatchDetectKeyPhrasesResponseFilterSensitiveLog: (obj: BatchDetectKeyPhrasesResponse) => any;
|
|
5068
|
+
/**
|
|
5069
|
+
* @internal
|
|
5070
|
+
*/
|
|
5071
|
+
export declare const BatchDetectSentimentRequestFilterSensitiveLog: (obj: BatchDetectSentimentRequest) => any;
|
|
5072
|
+
/**
|
|
5073
|
+
* @internal
|
|
5074
|
+
*/
|
|
5075
|
+
export declare const SentimentScoreFilterSensitiveLog: (obj: SentimentScore) => any;
|
|
5076
|
+
/**
|
|
5077
|
+
* @internal
|
|
5078
|
+
*/
|
|
5079
|
+
export declare const BatchDetectSentimentItemResultFilterSensitiveLog: (obj: BatchDetectSentimentItemResult) => any;
|
|
5080
|
+
/**
|
|
5081
|
+
* @internal
|
|
5082
|
+
*/
|
|
5083
|
+
export declare const BatchDetectSentimentResponseFilterSensitiveLog: (obj: BatchDetectSentimentResponse) => any;
|
|
5084
|
+
/**
|
|
5085
|
+
* @internal
|
|
5086
|
+
*/
|
|
5087
|
+
export declare const BatchDetectSyntaxRequestFilterSensitiveLog: (obj: BatchDetectSyntaxRequest) => any;
|
|
5088
|
+
/**
|
|
5089
|
+
* @internal
|
|
5090
|
+
*/
|
|
5091
|
+
export declare const PartOfSpeechTagFilterSensitiveLog: (obj: PartOfSpeechTag) => any;
|
|
5092
|
+
/**
|
|
5093
|
+
* @internal
|
|
5094
|
+
*/
|
|
5095
|
+
export declare const SyntaxTokenFilterSensitiveLog: (obj: SyntaxToken) => any;
|
|
5096
|
+
/**
|
|
5097
|
+
* @internal
|
|
5098
|
+
*/
|
|
5099
|
+
export declare const BatchDetectSyntaxItemResultFilterSensitiveLog: (obj: BatchDetectSyntaxItemResult) => any;
|
|
5100
|
+
/**
|
|
5101
|
+
* @internal
|
|
5102
|
+
*/
|
|
5103
|
+
export declare const BatchDetectSyntaxResponseFilterSensitiveLog: (obj: BatchDetectSyntaxResponse) => any;
|
|
5104
|
+
/**
|
|
5105
|
+
* @internal
|
|
5106
|
+
*/
|
|
5107
|
+
export declare const ClassifierEvaluationMetricsFilterSensitiveLog: (obj: ClassifierEvaluationMetrics) => any;
|
|
5108
|
+
/**
|
|
5109
|
+
* @internal
|
|
5110
|
+
*/
|
|
5111
|
+
export declare const ClassifierMetadataFilterSensitiveLog: (obj: ClassifierMetadata) => any;
|
|
5112
|
+
/**
|
|
5113
|
+
* @internal
|
|
5114
|
+
*/
|
|
5115
|
+
export declare const ClassifyDocumentRequestFilterSensitiveLog: (obj: ClassifyDocumentRequest) => any;
|
|
5116
|
+
/**
|
|
5117
|
+
* @internal
|
|
5118
|
+
*/
|
|
5119
|
+
export declare const DocumentClassFilterSensitiveLog: (obj: DocumentClass) => any;
|
|
5120
|
+
/**
|
|
5121
|
+
* @internal
|
|
5122
|
+
*/
|
|
5123
|
+
export declare const DocumentLabelFilterSensitiveLog: (obj: DocumentLabel) => any;
|
|
5124
|
+
/**
|
|
5125
|
+
* @internal
|
|
5126
|
+
*/
|
|
5127
|
+
export declare const ClassifyDocumentResponseFilterSensitiveLog: (obj: ClassifyDocumentResponse) => any;
|
|
5128
|
+
/**
|
|
5129
|
+
* @internal
|
|
5130
|
+
*/
|
|
5131
|
+
export declare const ContainsPiiEntitiesRequestFilterSensitiveLog: (obj: ContainsPiiEntitiesRequest) => any;
|
|
5132
|
+
/**
|
|
5133
|
+
* @internal
|
|
5134
|
+
*/
|
|
5135
|
+
export declare const EntityLabelFilterSensitiveLog: (obj: EntityLabel) => any;
|
|
5136
|
+
/**
|
|
5137
|
+
* @internal
|
|
5138
|
+
*/
|
|
5139
|
+
export declare const ContainsPiiEntitiesResponseFilterSensitiveLog: (obj: ContainsPiiEntitiesResponse) => any;
|
|
5140
|
+
/**
|
|
5141
|
+
* @internal
|
|
5142
|
+
*/
|
|
5143
|
+
export declare const DocumentClassifierInputDataConfigFilterSensitiveLog: (obj: DocumentClassifierInputDataConfig) => any;
|
|
5144
|
+
/**
|
|
5145
|
+
* @internal
|
|
5146
|
+
*/
|
|
5147
|
+
export declare const DocumentClassifierOutputDataConfigFilterSensitiveLog: (obj: DocumentClassifierOutputDataConfig) => any;
|
|
5148
|
+
/**
|
|
5149
|
+
* @internal
|
|
5150
|
+
*/
|
|
5151
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
5152
|
+
/**
|
|
5153
|
+
* @internal
|
|
5154
|
+
*/
|
|
5155
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
5156
|
+
/**
|
|
5157
|
+
* @internal
|
|
5158
|
+
*/
|
|
5159
|
+
export declare const CreateDocumentClassifierRequestFilterSensitiveLog: (obj: CreateDocumentClassifierRequest) => any;
|
|
5160
|
+
/**
|
|
5161
|
+
* @internal
|
|
5162
|
+
*/
|
|
5163
|
+
export declare const CreateDocumentClassifierResponseFilterSensitiveLog: (obj: CreateDocumentClassifierResponse) => any;
|
|
5164
|
+
/**
|
|
5165
|
+
* @internal
|
|
5166
|
+
*/
|
|
5167
|
+
export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
5168
|
+
/**
|
|
5169
|
+
* @internal
|
|
5170
|
+
*/
|
|
5171
|
+
export declare const CreateEndpointResponseFilterSensitiveLog: (obj: CreateEndpointResponse) => any;
|
|
5172
|
+
/**
|
|
5173
|
+
* @internal
|
|
5174
|
+
*/
|
|
5175
|
+
export declare const EntityRecognizerAnnotationsFilterSensitiveLog: (obj: EntityRecognizerAnnotations) => any;
|
|
5176
|
+
/**
|
|
5177
|
+
* @internal
|
|
5178
|
+
*/
|
|
5179
|
+
export declare const EntityRecognizerDocumentsFilterSensitiveLog: (obj: EntityRecognizerDocuments) => any;
|
|
5180
|
+
/**
|
|
5181
|
+
* @internal
|
|
5182
|
+
*/
|
|
5183
|
+
export declare const EntityRecognizerEntityListFilterSensitiveLog: (obj: EntityRecognizerEntityList) => any;
|
|
5184
|
+
/**
|
|
5185
|
+
* @internal
|
|
5186
|
+
*/
|
|
5187
|
+
export declare const EntityTypesListItemFilterSensitiveLog: (obj: EntityTypesListItem) => any;
|
|
5188
|
+
/**
|
|
5189
|
+
* @internal
|
|
5190
|
+
*/
|
|
5191
|
+
export declare const EntityRecognizerInputDataConfigFilterSensitiveLog: (obj: EntityRecognizerInputDataConfig) => any;
|
|
5192
|
+
/**
|
|
5193
|
+
* @internal
|
|
5194
|
+
*/
|
|
5195
|
+
export declare const CreateEntityRecognizerRequestFilterSensitiveLog: (obj: CreateEntityRecognizerRequest) => any;
|
|
5196
|
+
/**
|
|
5197
|
+
* @internal
|
|
5198
|
+
*/
|
|
5199
|
+
export declare const CreateEntityRecognizerResponseFilterSensitiveLog: (obj: CreateEntityRecognizerResponse) => any;
|
|
5200
|
+
/**
|
|
5201
|
+
* @internal
|
|
5202
|
+
*/
|
|
5203
|
+
export declare const DeleteDocumentClassifierRequestFilterSensitiveLog: (obj: DeleteDocumentClassifierRequest) => any;
|
|
5204
|
+
/**
|
|
5205
|
+
* @internal
|
|
5206
|
+
*/
|
|
5207
|
+
export declare const DeleteDocumentClassifierResponseFilterSensitiveLog: (obj: DeleteDocumentClassifierResponse) => any;
|
|
5208
|
+
/**
|
|
5209
|
+
* @internal
|
|
5210
|
+
*/
|
|
5211
|
+
export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
5212
|
+
/**
|
|
5213
|
+
* @internal
|
|
5214
|
+
*/
|
|
5215
|
+
export declare const DeleteEndpointResponseFilterSensitiveLog: (obj: DeleteEndpointResponse) => any;
|
|
5216
|
+
/**
|
|
5217
|
+
* @internal
|
|
5218
|
+
*/
|
|
5219
|
+
export declare const DeleteEntityRecognizerRequestFilterSensitiveLog: (obj: DeleteEntityRecognizerRequest) => any;
|
|
5220
|
+
/**
|
|
5221
|
+
* @internal
|
|
5222
|
+
*/
|
|
5223
|
+
export declare const DeleteEntityRecognizerResponseFilterSensitiveLog: (obj: DeleteEntityRecognizerResponse) => any;
|
|
5224
|
+
/**
|
|
5225
|
+
* @internal
|
|
5226
|
+
*/
|
|
5227
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
5228
|
+
/**
|
|
5229
|
+
* @internal
|
|
5230
|
+
*/
|
|
5231
|
+
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
5232
|
+
/**
|
|
5233
|
+
* @internal
|
|
5234
|
+
*/
|
|
5235
|
+
export declare const DescribeDocumentClassificationJobRequestFilterSensitiveLog: (obj: DescribeDocumentClassificationJobRequest) => any;
|
|
5236
|
+
/**
|
|
5237
|
+
* @internal
|
|
5238
|
+
*/
|
|
5239
|
+
export declare const DocumentReaderConfigFilterSensitiveLog: (obj: DocumentReaderConfig) => any;
|
|
5240
|
+
/**
|
|
5241
|
+
* @internal
|
|
5242
|
+
*/
|
|
5243
|
+
export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
|
|
5244
|
+
/**
|
|
5245
|
+
* @internal
|
|
5246
|
+
*/
|
|
5247
|
+
export declare const OutputDataConfigFilterSensitiveLog: (obj: OutputDataConfig) => any;
|
|
5248
|
+
/**
|
|
5249
|
+
* @internal
|
|
5250
|
+
*/
|
|
5251
|
+
export declare const DocumentClassificationJobPropertiesFilterSensitiveLog: (obj: DocumentClassificationJobProperties) => any;
|
|
5252
|
+
/**
|
|
5253
|
+
* @internal
|
|
5254
|
+
*/
|
|
5255
|
+
export declare const DescribeDocumentClassificationJobResponseFilterSensitiveLog: (obj: DescribeDocumentClassificationJobResponse) => any;
|
|
5256
|
+
/**
|
|
5257
|
+
* @internal
|
|
5258
|
+
*/
|
|
5259
|
+
export declare const DescribeDocumentClassifierRequestFilterSensitiveLog: (obj: DescribeDocumentClassifierRequest) => any;
|
|
5260
|
+
/**
|
|
5261
|
+
* @internal
|
|
5262
|
+
*/
|
|
5263
|
+
export declare const DocumentClassifierPropertiesFilterSensitiveLog: (obj: DocumentClassifierProperties) => any;
|
|
5264
|
+
/**
|
|
5265
|
+
* @internal
|
|
5266
|
+
*/
|
|
5267
|
+
export declare const DescribeDocumentClassifierResponseFilterSensitiveLog: (obj: DescribeDocumentClassifierResponse) => any;
|
|
5268
|
+
/**
|
|
5269
|
+
* @internal
|
|
5270
|
+
*/
|
|
5271
|
+
export declare const DescribeDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobRequest) => any;
|
|
5272
|
+
/**
|
|
5273
|
+
* @internal
|
|
5274
|
+
*/
|
|
5275
|
+
export declare const DominantLanguageDetectionJobPropertiesFilterSensitiveLog: (obj: DominantLanguageDetectionJobProperties) => any;
|
|
5276
|
+
/**
|
|
5277
|
+
* @internal
|
|
5278
|
+
*/
|
|
5279
|
+
export declare const DescribeDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobResponse) => any;
|
|
5280
|
+
/**
|
|
5281
|
+
* @internal
|
|
5282
|
+
*/
|
|
5283
|
+
export declare const DescribeEndpointRequestFilterSensitiveLog: (obj: DescribeEndpointRequest) => any;
|
|
5284
|
+
/**
|
|
5285
|
+
* @internal
|
|
5286
|
+
*/
|
|
5287
|
+
export declare const EndpointPropertiesFilterSensitiveLog: (obj: EndpointProperties) => any;
|
|
5288
|
+
/**
|
|
5289
|
+
* @internal
|
|
5290
|
+
*/
|
|
5291
|
+
export declare const DescribeEndpointResponseFilterSensitiveLog: (obj: DescribeEndpointResponse) => any;
|
|
5292
|
+
/**
|
|
5293
|
+
* @internal
|
|
5294
|
+
*/
|
|
5295
|
+
export declare const DescribeEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobRequest) => any;
|
|
5296
|
+
/**
|
|
5297
|
+
* @internal
|
|
5298
|
+
*/
|
|
5299
|
+
export declare const EntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: EntitiesDetectionJobProperties) => any;
|
|
5300
|
+
/**
|
|
5301
|
+
* @internal
|
|
5302
|
+
*/
|
|
5303
|
+
export declare const DescribeEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobResponse) => any;
|
|
5304
|
+
/**
|
|
5305
|
+
* @internal
|
|
5306
|
+
*/
|
|
5307
|
+
export declare const DescribeEntityRecognizerRequestFilterSensitiveLog: (obj: DescribeEntityRecognizerRequest) => any;
|
|
5308
|
+
/**
|
|
5309
|
+
* @internal
|
|
5310
|
+
*/
|
|
5311
|
+
export declare const EntityTypesEvaluationMetricsFilterSensitiveLog: (obj: EntityTypesEvaluationMetrics) => any;
|
|
5312
|
+
/**
|
|
5313
|
+
* @internal
|
|
5314
|
+
*/
|
|
5315
|
+
export declare const EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog: (obj: EntityRecognizerMetadataEntityTypesListItem) => any;
|
|
5316
|
+
/**
|
|
5317
|
+
* @internal
|
|
5318
|
+
*/
|
|
5319
|
+
export declare const EntityRecognizerEvaluationMetricsFilterSensitiveLog: (obj: EntityRecognizerEvaluationMetrics) => any;
|
|
5320
|
+
/**
|
|
5321
|
+
* @internal
|
|
5322
|
+
*/
|
|
5323
|
+
export declare const EntityRecognizerMetadataFilterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
|
|
5324
|
+
/**
|
|
5325
|
+
* @internal
|
|
5326
|
+
*/
|
|
5327
|
+
export declare const EntityRecognizerPropertiesFilterSensitiveLog: (obj: EntityRecognizerProperties) => any;
|
|
5328
|
+
/**
|
|
5329
|
+
* @internal
|
|
5330
|
+
*/
|
|
5331
|
+
export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
|
|
5332
|
+
/**
|
|
5333
|
+
* @internal
|
|
5334
|
+
*/
|
|
5335
|
+
export declare const DescribeEventsDetectionJobRequestFilterSensitiveLog: (obj: DescribeEventsDetectionJobRequest) => any;
|
|
5336
|
+
/**
|
|
5337
|
+
* @internal
|
|
5338
|
+
*/
|
|
5339
|
+
export declare const EventsDetectionJobPropertiesFilterSensitiveLog: (obj: EventsDetectionJobProperties) => any;
|
|
5340
|
+
/**
|
|
5341
|
+
* @internal
|
|
5342
|
+
*/
|
|
5343
|
+
export declare const DescribeEventsDetectionJobResponseFilterSensitiveLog: (obj: DescribeEventsDetectionJobResponse) => any;
|
|
5344
|
+
/**
|
|
5345
|
+
* @internal
|
|
5346
|
+
*/
|
|
5347
|
+
export declare const DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobRequest) => any;
|
|
5348
|
+
/**
|
|
5349
|
+
* @internal
|
|
5350
|
+
*/
|
|
5351
|
+
export declare const KeyPhrasesDetectionJobPropertiesFilterSensitiveLog: (obj: KeyPhrasesDetectionJobProperties) => any;
|
|
5352
|
+
/**
|
|
5353
|
+
* @internal
|
|
5354
|
+
*/
|
|
5355
|
+
export declare const DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobResponse) => any;
|
|
5356
|
+
/**
|
|
5357
|
+
* @internal
|
|
5358
|
+
*/
|
|
5359
|
+
export declare const DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobRequest) => any;
|
|
5360
|
+
/**
|
|
5361
|
+
* @internal
|
|
5362
|
+
*/
|
|
5363
|
+
export declare const PiiOutputDataConfigFilterSensitiveLog: (obj: PiiOutputDataConfig) => any;
|
|
5364
|
+
/**
|
|
5365
|
+
* @internal
|
|
5366
|
+
*/
|
|
5367
|
+
export declare const RedactionConfigFilterSensitiveLog: (obj: RedactionConfig) => any;
|
|
5368
|
+
/**
|
|
5369
|
+
* @internal
|
|
5370
|
+
*/
|
|
5371
|
+
export declare const PiiEntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: PiiEntitiesDetectionJobProperties) => any;
|
|
5372
|
+
/**
|
|
5373
|
+
* @internal
|
|
5374
|
+
*/
|
|
5375
|
+
export declare const DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobResponse) => any;
|
|
5376
|
+
/**
|
|
5377
|
+
* @internal
|
|
5378
|
+
*/
|
|
5379
|
+
export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
|
|
5380
|
+
/**
|
|
5381
|
+
* @internal
|
|
5382
|
+
*/
|
|
5383
|
+
export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
|
|
5384
|
+
/**
|
|
5385
|
+
* @internal
|
|
5386
|
+
*/
|
|
5387
|
+
export declare const DescribeSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeSentimentDetectionJobRequest) => any;
|
|
5388
|
+
/**
|
|
5389
|
+
* @internal
|
|
5390
|
+
*/
|
|
5391
|
+
export declare const SentimentDetectionJobPropertiesFilterSensitiveLog: (obj: SentimentDetectionJobProperties) => any;
|
|
5392
|
+
/**
|
|
5393
|
+
* @internal
|
|
5394
|
+
*/
|
|
5395
|
+
export declare const DescribeSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeSentimentDetectionJobResponse) => any;
|
|
5396
|
+
/**
|
|
5397
|
+
* @internal
|
|
5398
|
+
*/
|
|
5399
|
+
export declare const DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobRequest) => any;
|
|
5400
|
+
/**
|
|
5401
|
+
* @internal
|
|
5402
|
+
*/
|
|
5403
|
+
export declare const TargetedSentimentDetectionJobPropertiesFilterSensitiveLog: (obj: TargetedSentimentDetectionJobProperties) => any;
|
|
5404
|
+
/**
|
|
5405
|
+
* @internal
|
|
5406
|
+
*/
|
|
5407
|
+
export declare const DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobResponse) => any;
|
|
5408
|
+
/**
|
|
5409
|
+
* @internal
|
|
5410
|
+
*/
|
|
5411
|
+
export declare const DescribeTopicsDetectionJobRequestFilterSensitiveLog: (obj: DescribeTopicsDetectionJobRequest) => any;
|
|
5412
|
+
/**
|
|
5413
|
+
* @internal
|
|
5414
|
+
*/
|
|
5415
|
+
export declare const TopicsDetectionJobPropertiesFilterSensitiveLog: (obj: TopicsDetectionJobProperties) => any;
|
|
5416
|
+
/**
|
|
5417
|
+
* @internal
|
|
5418
|
+
*/
|
|
5419
|
+
export declare const DescribeTopicsDetectionJobResponseFilterSensitiveLog: (obj: DescribeTopicsDetectionJobResponse) => any;
|
|
5420
|
+
/**
|
|
5421
|
+
* @internal
|
|
5422
|
+
*/
|
|
5423
|
+
export declare const DetectDominantLanguageRequestFilterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
|
|
5424
|
+
/**
|
|
5425
|
+
* @internal
|
|
5426
|
+
*/
|
|
5427
|
+
export declare const DetectDominantLanguageResponseFilterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
|
|
5428
|
+
/**
|
|
5429
|
+
* @internal
|
|
5430
|
+
*/
|
|
5431
|
+
export declare const DetectEntitiesRequestFilterSensitiveLog: (obj: DetectEntitiesRequest) => any;
|
|
5432
|
+
/**
|
|
5433
|
+
* @internal
|
|
5434
|
+
*/
|
|
5435
|
+
export declare const DetectEntitiesResponseFilterSensitiveLog: (obj: DetectEntitiesResponse) => any;
|
|
5436
|
+
/**
|
|
5437
|
+
* @internal
|
|
5438
|
+
*/
|
|
5439
|
+
export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
|
|
5440
|
+
/**
|
|
5441
|
+
* @internal
|
|
5442
|
+
*/
|
|
5443
|
+
export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
|
|
5444
|
+
/**
|
|
5445
|
+
* @internal
|
|
5446
|
+
*/
|
|
5447
|
+
export declare const DetectPiiEntitiesRequestFilterSensitiveLog: (obj: DetectPiiEntitiesRequest) => any;
|
|
5448
|
+
/**
|
|
5449
|
+
* @internal
|
|
5450
|
+
*/
|
|
5451
|
+
export declare const PiiEntityFilterSensitiveLog: (obj: PiiEntity) => any;
|
|
5452
|
+
/**
|
|
5453
|
+
* @internal
|
|
5454
|
+
*/
|
|
5455
|
+
export declare const DetectPiiEntitiesResponseFilterSensitiveLog: (obj: DetectPiiEntitiesResponse) => any;
|
|
5456
|
+
/**
|
|
5457
|
+
* @internal
|
|
5458
|
+
*/
|
|
5459
|
+
export declare const DetectSentimentRequestFilterSensitiveLog: (obj: DetectSentimentRequest) => any;
|
|
5460
|
+
/**
|
|
5461
|
+
* @internal
|
|
5462
|
+
*/
|
|
5463
|
+
export declare const DetectSentimentResponseFilterSensitiveLog: (obj: DetectSentimentResponse) => any;
|
|
5464
|
+
/**
|
|
5465
|
+
* @internal
|
|
5466
|
+
*/
|
|
5467
|
+
export declare const DetectSyntaxRequestFilterSensitiveLog: (obj: DetectSyntaxRequest) => any;
|
|
5468
|
+
/**
|
|
5469
|
+
* @internal
|
|
5470
|
+
*/
|
|
5471
|
+
export declare const DetectSyntaxResponseFilterSensitiveLog: (obj: DetectSyntaxResponse) => any;
|
|
5472
|
+
/**
|
|
5473
|
+
* @internal
|
|
5474
|
+
*/
|
|
5475
|
+
export declare const ImportModelRequestFilterSensitiveLog: (obj: ImportModelRequest) => any;
|
|
5476
|
+
/**
|
|
5477
|
+
* @internal
|
|
5478
|
+
*/
|
|
5479
|
+
export declare const ImportModelResponseFilterSensitiveLog: (obj: ImportModelResponse) => any;
|
|
5480
|
+
/**
|
|
5481
|
+
* @internal
|
|
5482
|
+
*/
|
|
5483
|
+
export declare const DocumentClassificationJobFilterFilterSensitiveLog: (obj: DocumentClassificationJobFilter) => any;
|
|
5484
|
+
/**
|
|
5485
|
+
* @internal
|
|
5486
|
+
*/
|
|
5487
|
+
export declare const ListDocumentClassificationJobsRequestFilterSensitiveLog: (obj: ListDocumentClassificationJobsRequest) => any;
|
|
5488
|
+
/**
|
|
5489
|
+
* @internal
|
|
5490
|
+
*/
|
|
5491
|
+
export declare const ListDocumentClassificationJobsResponseFilterSensitiveLog: (obj: ListDocumentClassificationJobsResponse) => any;
|
|
5492
|
+
/**
|
|
5493
|
+
* @internal
|
|
5494
|
+
*/
|
|
5495
|
+
export declare const DocumentClassifierFilterFilterSensitiveLog: (obj: DocumentClassifierFilter) => any;
|
|
5496
|
+
/**
|
|
5497
|
+
* @internal
|
|
5498
|
+
*/
|
|
5499
|
+
export declare const ListDocumentClassifiersRequestFilterSensitiveLog: (obj: ListDocumentClassifiersRequest) => any;
|
|
5500
|
+
/**
|
|
5501
|
+
* @internal
|
|
5502
|
+
*/
|
|
5503
|
+
export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
|
|
5504
|
+
/**
|
|
5505
|
+
* @internal
|
|
5506
|
+
*/
|
|
5507
|
+
export declare const ListDocumentClassifierSummariesRequestFilterSensitiveLog: (obj: ListDocumentClassifierSummariesRequest) => any;
|
|
5508
|
+
/**
|
|
5509
|
+
* @internal
|
|
5510
|
+
*/
|
|
5511
|
+
export declare const DocumentClassifierSummaryFilterSensitiveLog: (obj: DocumentClassifierSummary) => any;
|
|
5512
|
+
/**
|
|
5513
|
+
* @internal
|
|
5514
|
+
*/
|
|
5515
|
+
export declare const ListDocumentClassifierSummariesResponseFilterSensitiveLog: (obj: ListDocumentClassifierSummariesResponse) => any;
|
|
5516
|
+
/**
|
|
5517
|
+
* @internal
|
|
5518
|
+
*/
|
|
5519
|
+
export declare const DominantLanguageDetectionJobFilterFilterSensitiveLog: (obj: DominantLanguageDetectionJobFilter) => any;
|
|
5520
|
+
/**
|
|
5521
|
+
* @internal
|
|
5522
|
+
*/
|
|
5523
|
+
export declare const ListDominantLanguageDetectionJobsRequestFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsRequest) => any;
|
|
5524
|
+
/**
|
|
5525
|
+
* @internal
|
|
5526
|
+
*/
|
|
5527
|
+
export declare const ListDominantLanguageDetectionJobsResponseFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsResponse) => any;
|
|
5528
|
+
/**
|
|
5529
|
+
* @internal
|
|
5530
|
+
*/
|
|
5531
|
+
export declare const EndpointFilterFilterSensitiveLog: (obj: EndpointFilter) => any;
|
|
5532
|
+
/**
|
|
5533
|
+
* @internal
|
|
5534
|
+
*/
|
|
5535
|
+
export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
5536
|
+
/**
|
|
5537
|
+
* @internal
|
|
5538
|
+
*/
|
|
5539
|
+
export declare const ListEndpointsResponseFilterSensitiveLog: (obj: ListEndpointsResponse) => any;
|
|
5540
|
+
/**
|
|
5541
|
+
* @internal
|
|
5542
|
+
*/
|
|
5543
|
+
export declare const EntitiesDetectionJobFilterFilterSensitiveLog: (obj: EntitiesDetectionJobFilter) => any;
|
|
5544
|
+
/**
|
|
5545
|
+
* @internal
|
|
5546
|
+
*/
|
|
5547
|
+
export declare const ListEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListEntitiesDetectionJobsRequest) => any;
|
|
5548
|
+
/**
|
|
5549
|
+
* @internal
|
|
5550
|
+
*/
|
|
5551
|
+
export declare const ListEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListEntitiesDetectionJobsResponse) => any;
|
|
5552
|
+
/**
|
|
5553
|
+
* @internal
|
|
5554
|
+
*/
|
|
5555
|
+
export declare const EntityRecognizerFilterFilterSensitiveLog: (obj: EntityRecognizerFilter) => any;
|
|
5556
|
+
/**
|
|
5557
|
+
* @internal
|
|
5558
|
+
*/
|
|
5559
|
+
export declare const ListEntityRecognizersRequestFilterSensitiveLog: (obj: ListEntityRecognizersRequest) => any;
|
|
5560
|
+
/**
|
|
5561
|
+
* @internal
|
|
5562
|
+
*/
|
|
5563
|
+
export declare const ListEntityRecognizersResponseFilterSensitiveLog: (obj: ListEntityRecognizersResponse) => any;
|
|
5564
|
+
/**
|
|
5565
|
+
* @internal
|
|
5566
|
+
*/
|
|
5567
|
+
export declare const ListEntityRecognizerSummariesRequestFilterSensitiveLog: (obj: ListEntityRecognizerSummariesRequest) => any;
|
|
5568
|
+
/**
|
|
5569
|
+
* @internal
|
|
5570
|
+
*/
|
|
5571
|
+
export declare const EntityRecognizerSummaryFilterSensitiveLog: (obj: EntityRecognizerSummary) => any;
|
|
5572
|
+
/**
|
|
5573
|
+
* @internal
|
|
5574
|
+
*/
|
|
5575
|
+
export declare const ListEntityRecognizerSummariesResponseFilterSensitiveLog: (obj: ListEntityRecognizerSummariesResponse) => any;
|
|
5576
|
+
/**
|
|
5577
|
+
* @internal
|
|
5578
|
+
*/
|
|
5579
|
+
export declare const EventsDetectionJobFilterFilterSensitiveLog: (obj: EventsDetectionJobFilter) => any;
|
|
5580
|
+
/**
|
|
5581
|
+
* @internal
|
|
5582
|
+
*/
|
|
5583
|
+
export declare const ListEventsDetectionJobsRequestFilterSensitiveLog: (obj: ListEventsDetectionJobsRequest) => any;
|
|
5584
|
+
/**
|
|
5585
|
+
* @internal
|
|
5586
|
+
*/
|
|
5587
|
+
export declare const ListEventsDetectionJobsResponseFilterSensitiveLog: (obj: ListEventsDetectionJobsResponse) => any;
|
|
5588
|
+
/**
|
|
5589
|
+
* @internal
|
|
5590
|
+
*/
|
|
5591
|
+
export declare const KeyPhrasesDetectionJobFilterFilterSensitiveLog: (obj: KeyPhrasesDetectionJobFilter) => any;
|
|
5592
|
+
/**
|
|
5593
|
+
* @internal
|
|
5594
|
+
*/
|
|
5595
|
+
export declare const ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsRequest) => any;
|
|
5596
|
+
/**
|
|
5597
|
+
* @internal
|
|
5598
|
+
*/
|
|
5599
|
+
export declare const ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsResponse) => any;
|
|
5600
|
+
/**
|
|
5601
|
+
* @internal
|
|
5602
|
+
*/
|
|
5603
|
+
export declare const PiiEntitiesDetectionJobFilterFilterSensitiveLog: (obj: PiiEntitiesDetectionJobFilter) => any;
|
|
5604
|
+
/**
|
|
5605
|
+
* @internal
|
|
5606
|
+
*/
|
|
5607
|
+
export declare const ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsRequest) => any;
|
|
5608
|
+
/**
|
|
5609
|
+
* @internal
|
|
5610
|
+
*/
|
|
5611
|
+
export declare const ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsResponse) => any;
|
|
5612
|
+
/**
|
|
5613
|
+
* @internal
|
|
5614
|
+
*/
|
|
5615
|
+
export declare const SentimentDetectionJobFilterFilterSensitiveLog: (obj: SentimentDetectionJobFilter) => any;
|
|
5616
|
+
/**
|
|
5617
|
+
* @internal
|
|
5618
|
+
*/
|
|
5619
|
+
export declare const ListSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListSentimentDetectionJobsRequest) => any;
|
|
5620
|
+
/**
|
|
5621
|
+
* @internal
|
|
5622
|
+
*/
|
|
5623
|
+
export declare const ListSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListSentimentDetectionJobsResponse) => any;
|
|
5624
|
+
/**
|
|
5625
|
+
* @internal
|
|
5626
|
+
*/
|
|
5627
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
5628
|
+
/**
|
|
5629
|
+
* @internal
|
|
5630
|
+
*/
|
|
5631
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
5632
|
+
/**
|
|
5633
|
+
* @internal
|
|
5634
|
+
*/
|
|
5635
|
+
export declare const TargetedSentimentDetectionJobFilterFilterSensitiveLog: (obj: TargetedSentimentDetectionJobFilter) => any;
|
|
5636
|
+
/**
|
|
5637
|
+
* @internal
|
|
5638
|
+
*/
|
|
5639
|
+
export declare const ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsRequest) => any;
|
|
5640
|
+
/**
|
|
5641
|
+
* @internal
|
|
5642
|
+
*/
|
|
5643
|
+
export declare const ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsResponse) => any;
|
|
5644
|
+
/**
|
|
5645
|
+
* @internal
|
|
5646
|
+
*/
|
|
5647
|
+
export declare const TopicsDetectionJobFilterFilterSensitiveLog: (obj: TopicsDetectionJobFilter) => any;
|
|
5648
|
+
/**
|
|
5649
|
+
* @internal
|
|
5650
|
+
*/
|
|
5651
|
+
export declare const ListTopicsDetectionJobsRequestFilterSensitiveLog: (obj: ListTopicsDetectionJobsRequest) => any;
|
|
5652
|
+
/**
|
|
5653
|
+
* @internal
|
|
5654
|
+
*/
|
|
5655
|
+
export declare const ListTopicsDetectionJobsResponseFilterSensitiveLog: (obj: ListTopicsDetectionJobsResponse) => any;
|
|
5656
|
+
/**
|
|
5657
|
+
* @internal
|
|
5658
|
+
*/
|
|
5659
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
5660
|
+
/**
|
|
5661
|
+
* @internal
|
|
5662
|
+
*/
|
|
5663
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
5664
|
+
/**
|
|
5665
|
+
* @internal
|
|
5666
|
+
*/
|
|
5667
|
+
export declare const StartDocumentClassificationJobRequestFilterSensitiveLog: (obj: StartDocumentClassificationJobRequest) => any;
|
|
5668
|
+
/**
|
|
5669
|
+
* @internal
|
|
5670
|
+
*/
|
|
5671
|
+
export declare const StartDocumentClassificationJobResponseFilterSensitiveLog: (obj: StartDocumentClassificationJobResponse) => any;
|
|
5672
|
+
/**
|
|
5673
|
+
* @internal
|
|
5674
|
+
*/
|
|
5675
|
+
export declare const StartDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobRequest) => any;
|
|
5676
|
+
/**
|
|
5677
|
+
* @internal
|
|
5678
|
+
*/
|
|
5679
|
+
export declare const StartDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobResponse) => any;
|
|
5680
|
+
/**
|
|
5681
|
+
* @internal
|
|
5682
|
+
*/
|
|
5683
|
+
export declare const StartEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartEntitiesDetectionJobRequest) => any;
|
|
5684
|
+
/**
|
|
5685
|
+
* @internal
|
|
5686
|
+
*/
|
|
5687
|
+
export declare const StartEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartEntitiesDetectionJobResponse) => any;
|
|
5688
|
+
/**
|
|
5689
|
+
* @internal
|
|
5690
|
+
*/
|
|
5691
|
+
export declare const StartEventsDetectionJobRequestFilterSensitiveLog: (obj: StartEventsDetectionJobRequest) => any;
|
|
5692
|
+
/**
|
|
5693
|
+
* @internal
|
|
5694
|
+
*/
|
|
5695
|
+
export declare const StartEventsDetectionJobResponseFilterSensitiveLog: (obj: StartEventsDetectionJobResponse) => any;
|
|
5696
|
+
/**
|
|
5697
|
+
* @internal
|
|
5698
|
+
*/
|
|
5699
|
+
export declare const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobRequest) => any;
|
|
5700
|
+
/**
|
|
5701
|
+
* @internal
|
|
5702
|
+
*/
|
|
5703
|
+
export declare const StartKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobResponse) => any;
|
|
5704
|
+
/**
|
|
5705
|
+
* @internal
|
|
5706
|
+
*/
|
|
5707
|
+
export declare const StartPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobRequest) => any;
|
|
5708
|
+
/**
|
|
5709
|
+
* @internal
|
|
5710
|
+
*/
|
|
5711
|
+
export declare const StartPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobResponse) => any;
|
|
5712
|
+
/**
|
|
5713
|
+
* @internal
|
|
5714
|
+
*/
|
|
5715
|
+
export declare const StartSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartSentimentDetectionJobRequest) => any;
|
|
5716
|
+
/**
|
|
5717
|
+
* @internal
|
|
5718
|
+
*/
|
|
5719
|
+
export declare const StartSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartSentimentDetectionJobResponse) => any;
|
|
5720
|
+
/**
|
|
5721
|
+
* @internal
|
|
5722
|
+
*/
|
|
5723
|
+
export declare const StartTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobRequest) => any;
|
|
5724
|
+
/**
|
|
5725
|
+
* @internal
|
|
5726
|
+
*/
|
|
5727
|
+
export declare const StartTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobResponse) => any;
|
|
5728
|
+
/**
|
|
5729
|
+
* @internal
|
|
5730
|
+
*/
|
|
5731
|
+
export declare const StartTopicsDetectionJobRequestFilterSensitiveLog: (obj: StartTopicsDetectionJobRequest) => any;
|
|
5732
|
+
/**
|
|
5733
|
+
* @internal
|
|
5734
|
+
*/
|
|
5735
|
+
export declare const StartTopicsDetectionJobResponseFilterSensitiveLog: (obj: StartTopicsDetectionJobResponse) => any;
|
|
5736
|
+
/**
|
|
5737
|
+
* @internal
|
|
5738
|
+
*/
|
|
5739
|
+
export declare const StopDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobRequest) => any;
|
|
5740
|
+
/**
|
|
5741
|
+
* @internal
|
|
5742
|
+
*/
|
|
5743
|
+
export declare const StopDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobResponse) => any;
|
|
5744
|
+
/**
|
|
5745
|
+
* @internal
|
|
5746
|
+
*/
|
|
5747
|
+
export declare const StopEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopEntitiesDetectionJobRequest) => any;
|
|
5748
|
+
/**
|
|
5749
|
+
* @internal
|
|
5750
|
+
*/
|
|
5751
|
+
export declare const StopEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopEntitiesDetectionJobResponse) => any;
|
|
5752
|
+
/**
|
|
5753
|
+
* @internal
|
|
5754
|
+
*/
|
|
5755
|
+
export declare const StopEventsDetectionJobRequestFilterSensitiveLog: (obj: StopEventsDetectionJobRequest) => any;
|
|
5756
|
+
/**
|
|
5757
|
+
* @internal
|
|
5758
|
+
*/
|
|
5759
|
+
export declare const StopEventsDetectionJobResponseFilterSensitiveLog: (obj: StopEventsDetectionJobResponse) => any;
|
|
5760
|
+
/**
|
|
5761
|
+
* @internal
|
|
5762
|
+
*/
|
|
5763
|
+
export declare const StopKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobRequest) => any;
|
|
5764
|
+
/**
|
|
5765
|
+
* @internal
|
|
5766
|
+
*/
|
|
5767
|
+
export declare const StopKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobResponse) => any;
|
|
5768
|
+
/**
|
|
5769
|
+
* @internal
|
|
5770
|
+
*/
|
|
5771
|
+
export declare const StopPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobRequest) => any;
|
|
5772
|
+
/**
|
|
5773
|
+
* @internal
|
|
5774
|
+
*/
|
|
5775
|
+
export declare const StopPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobResponse) => any;
|
|
5776
|
+
/**
|
|
5777
|
+
* @internal
|
|
5778
|
+
*/
|
|
5779
|
+
export declare const StopSentimentDetectionJobRequestFilterSensitiveLog: (obj: StopSentimentDetectionJobRequest) => any;
|
|
5780
|
+
/**
|
|
5781
|
+
* @internal
|
|
5782
|
+
*/
|
|
5783
|
+
export declare const StopSentimentDetectionJobResponseFilterSensitiveLog: (obj: StopSentimentDetectionJobResponse) => any;
|
|
5784
|
+
/**
|
|
5785
|
+
* @internal
|
|
5786
|
+
*/
|
|
5787
|
+
export declare const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: StopTargetedSentimentDetectionJobRequest) => any;
|
|
5788
|
+
/**
|
|
5789
|
+
* @internal
|
|
5790
|
+
*/
|
|
5791
|
+
export declare const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: StopTargetedSentimentDetectionJobResponse) => any;
|
|
5792
|
+
/**
|
|
5793
|
+
* @internal
|
|
5794
|
+
*/
|
|
5795
|
+
export declare const StopTrainingDocumentClassifierRequestFilterSensitiveLog: (obj: StopTrainingDocumentClassifierRequest) => any;
|
|
5796
|
+
/**
|
|
5797
|
+
* @internal
|
|
5798
|
+
*/
|
|
5799
|
+
export declare const StopTrainingDocumentClassifierResponseFilterSensitiveLog: (obj: StopTrainingDocumentClassifierResponse) => any;
|
|
5800
|
+
/**
|
|
5801
|
+
* @internal
|
|
5802
|
+
*/
|
|
5803
|
+
export declare const StopTrainingEntityRecognizerRequestFilterSensitiveLog: (obj: StopTrainingEntityRecognizerRequest) => any;
|
|
5804
|
+
/**
|
|
5805
|
+
* @internal
|
|
5806
|
+
*/
|
|
5807
|
+
export declare const StopTrainingEntityRecognizerResponseFilterSensitiveLog: (obj: StopTrainingEntityRecognizerResponse) => any;
|
|
5808
|
+
/**
|
|
5809
|
+
* @internal
|
|
5810
|
+
*/
|
|
5811
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
5812
|
+
/**
|
|
5813
|
+
* @internal
|
|
5814
|
+
*/
|
|
5815
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
5816
|
+
/**
|
|
5817
|
+
* @internal
|
|
5818
|
+
*/
|
|
5819
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
5820
|
+
/**
|
|
5821
|
+
* @internal
|
|
5822
|
+
*/
|
|
5823
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
5824
|
+
/**
|
|
5825
|
+
* @internal
|
|
5826
|
+
*/
|
|
5827
|
+
export declare const UpdateEndpointRequestFilterSensitiveLog: (obj: UpdateEndpointRequest) => any;
|
|
5828
|
+
/**
|
|
5829
|
+
* @internal
|
|
5830
|
+
*/
|
|
5831
|
+
export declare const UpdateEndpointResponseFilterSensitiveLog: (obj: UpdateEndpointResponse) => any;
|