@aws-sdk/client-comprehend 3.169.0 → 3.170.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.
Files changed (100) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Comprehend.d.ts +1330 -360
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +555 -144
  4. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +6 -6
  78. package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2738 -2509
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  82. package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +857 -215
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  100. package/package.json +34 -34
@@ -1,2509 +1,2738 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException";
3
- export declare enum AugmentedManifestsDocumentTypeFormat {
4
- PLAIN_TEXT_DOCUMENT = "PLAIN_TEXT_DOCUMENT",
5
- SEMI_STRUCTURED_DOCUMENT = "SEMI_STRUCTURED_DOCUMENT"
6
- }
7
- export declare enum Split {
8
- TEST = "TEST",
9
- TRAIN = "TRAIN"
10
- }
11
-
12
- export interface AugmentedManifestsListItem {
13
-
14
- S3Uri: string | undefined;
15
-
16
- Split?: Split | string;
17
-
18
- AttributeNames: string[] | undefined;
19
-
20
- AnnotationDataS3Uri?: string;
21
-
22
- SourceDocumentsS3Uri?: string;
23
-
24
- DocumentType?: AugmentedManifestsDocumentTypeFormat | string;
25
- }
26
- export interface BatchDetectDominantLanguageRequest {
27
-
28
- TextList: string[] | undefined;
29
- }
30
-
31
- export interface BatchItemError {
32
-
33
- Index?: number;
34
-
35
- ErrorCode?: string;
36
-
37
- ErrorMessage?: string;
38
- }
39
-
40
- export interface DominantLanguage {
41
-
42
- LanguageCode?: string;
43
-
44
- Score?: number;
45
- }
46
-
47
- export interface BatchDetectDominantLanguageItemResult {
48
-
49
- Index?: number;
50
-
51
- Languages?: DominantLanguage[];
52
- }
53
- export interface BatchDetectDominantLanguageResponse {
54
-
55
- ResultList: BatchDetectDominantLanguageItemResult[] | undefined;
56
-
57
- ErrorList: BatchItemError[] | undefined;
58
- }
59
-
60
- export declare class BatchSizeLimitExceededException extends __BaseException {
61
- readonly name: "BatchSizeLimitExceededException";
62
- readonly $fault: "client";
63
- Message?: string;
64
-
65
- constructor(opts: __ExceptionOptionType<BatchSizeLimitExceededException, __BaseException>);
66
- }
67
-
68
- export declare class InternalServerException extends __BaseException {
69
- readonly name: "InternalServerException";
70
- readonly $fault: "server";
71
- Message?: string;
72
-
73
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
74
- }
75
-
76
- export declare class InvalidRequestException extends __BaseException {
77
- readonly name: "InvalidRequestException";
78
- readonly $fault: "client";
79
- Message?: string;
80
-
81
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
82
- }
83
-
84
- export declare class TextSizeLimitExceededException extends __BaseException {
85
- readonly name: "TextSizeLimitExceededException";
86
- readonly $fault: "client";
87
- Message?: string;
88
-
89
- constructor(opts: __ExceptionOptionType<TextSizeLimitExceededException, __BaseException>);
90
- }
91
- export declare enum LanguageCode {
92
- AR = "ar",
93
- DE = "de",
94
- EN = "en",
95
- ES = "es",
96
- FR = "fr",
97
- HI = "hi",
98
- IT = "it",
99
- JA = "ja",
100
- KO = "ko",
101
- PT = "pt",
102
- ZH = "zh",
103
- ZH_TW = "zh-TW"
104
- }
105
- export interface BatchDetectEntitiesRequest {
106
-
107
- TextList: string[] | undefined;
108
-
109
- LanguageCode: LanguageCode | string | undefined;
110
- }
111
- export declare enum EntityType {
112
- COMMERCIAL_ITEM = "COMMERCIAL_ITEM",
113
- DATE = "DATE",
114
- EVENT = "EVENT",
115
- LOCATION = "LOCATION",
116
- ORGANIZATION = "ORGANIZATION",
117
- OTHER = "OTHER",
118
- PERSON = "PERSON",
119
- QUANTITY = "QUANTITY",
120
- TITLE = "TITLE"
121
- }
122
-
123
- export interface Entity {
124
-
125
- Score?: number;
126
-
127
- Type?: EntityType | string;
128
-
129
- Text?: string;
130
-
131
- BeginOffset?: number;
132
-
133
- EndOffset?: number;
134
- }
135
-
136
- export interface BatchDetectEntitiesItemResult {
137
-
138
- Index?: number;
139
-
140
- Entities?: Entity[];
141
- }
142
- export interface BatchDetectEntitiesResponse {
143
-
144
- ResultList: BatchDetectEntitiesItemResult[] | undefined;
145
-
146
- ErrorList: BatchItemError[] | undefined;
147
- }
148
-
149
- export declare class UnsupportedLanguageException extends __BaseException {
150
- readonly name: "UnsupportedLanguageException";
151
- readonly $fault: "client";
152
- Message?: string;
153
-
154
- constructor(opts: __ExceptionOptionType<UnsupportedLanguageException, __BaseException>);
155
- }
156
- export interface BatchDetectKeyPhrasesRequest {
157
-
158
- TextList: string[] | undefined;
159
-
160
- LanguageCode: LanguageCode | string | undefined;
161
- }
162
-
163
- export interface KeyPhrase {
164
-
165
- Score?: number;
166
-
167
- Text?: string;
168
-
169
- BeginOffset?: number;
170
-
171
- EndOffset?: number;
172
- }
173
-
174
- export interface BatchDetectKeyPhrasesItemResult {
175
-
176
- Index?: number;
177
-
178
- KeyPhrases?: KeyPhrase[];
179
- }
180
- export interface BatchDetectKeyPhrasesResponse {
181
-
182
- ResultList: BatchDetectKeyPhrasesItemResult[] | undefined;
183
-
184
- ErrorList: BatchItemError[] | undefined;
185
- }
186
- export interface BatchDetectSentimentRequest {
187
-
188
- TextList: string[] | undefined;
189
-
190
- LanguageCode: LanguageCode | string | undefined;
191
- }
192
- export declare enum SentimentType {
193
- MIXED = "MIXED",
194
- NEGATIVE = "NEGATIVE",
195
- NEUTRAL = "NEUTRAL",
196
- POSITIVE = "POSITIVE"
197
- }
198
-
199
- export interface SentimentScore {
200
-
201
- Positive?: number;
202
-
203
- Negative?: number;
204
-
205
- Neutral?: number;
206
-
207
- Mixed?: number;
208
- }
209
-
210
- export interface BatchDetectSentimentItemResult {
211
-
212
- Index?: number;
213
-
214
- Sentiment?: SentimentType | string;
215
-
216
- SentimentScore?: SentimentScore;
217
- }
218
- export interface BatchDetectSentimentResponse {
219
-
220
- ResultList: BatchDetectSentimentItemResult[] | undefined;
221
-
222
- ErrorList: BatchItemError[] | undefined;
223
- }
224
- export declare enum SyntaxLanguageCode {
225
- DE = "de",
226
- EN = "en",
227
- ES = "es",
228
- FR = "fr",
229
- IT = "it",
230
- PT = "pt"
231
- }
232
- export interface BatchDetectSyntaxRequest {
233
-
234
- TextList: string[] | undefined;
235
-
236
- LanguageCode: SyntaxLanguageCode | string | undefined;
237
- }
238
- export declare enum PartOfSpeechTagType {
239
- ADJ = "ADJ",
240
- ADP = "ADP",
241
- ADV = "ADV",
242
- AUX = "AUX",
243
- CCONJ = "CCONJ",
244
- CONJ = "CONJ",
245
- DET = "DET",
246
- INTJ = "INTJ",
247
- NOUN = "NOUN",
248
- NUM = "NUM",
249
- O = "O",
250
- PART = "PART",
251
- PRON = "PRON",
252
- PROPN = "PROPN",
253
- PUNCT = "PUNCT",
254
- SCONJ = "SCONJ",
255
- SYM = "SYM",
256
- VERB = "VERB"
257
- }
258
-
259
- export interface PartOfSpeechTag {
260
-
261
- Tag?: PartOfSpeechTagType | string;
262
-
263
- Score?: number;
264
- }
265
-
266
- export interface SyntaxToken {
267
-
268
- TokenId?: number;
269
-
270
- Text?: string;
271
-
272
- BeginOffset?: number;
273
-
274
- EndOffset?: number;
275
-
276
- PartOfSpeech?: PartOfSpeechTag;
277
- }
278
-
279
- export interface BatchDetectSyntaxItemResult {
280
-
281
- Index?: number;
282
-
283
- SyntaxTokens?: SyntaxToken[];
284
- }
285
- export interface BatchDetectSyntaxResponse {
286
-
287
- ResultList: BatchDetectSyntaxItemResult[] | undefined;
288
-
289
- ErrorList: BatchItemError[] | undefined;
290
- }
291
-
292
- export interface ClassifierEvaluationMetrics {
293
-
294
- Accuracy?: number;
295
-
296
- Precision?: number;
297
-
298
- Recall?: number;
299
-
300
- F1Score?: number;
301
-
302
- MicroPrecision?: number;
303
-
304
- MicroRecall?: number;
305
-
306
- MicroF1Score?: number;
307
-
308
- HammingLoss?: number;
309
- }
310
-
311
- export interface ClassifierMetadata {
312
-
313
- NumberOfLabels?: number;
314
-
315
- NumberOfTrainedDocuments?: number;
316
-
317
- NumberOfTestDocuments?: number;
318
-
319
- EvaluationMetrics?: ClassifierEvaluationMetrics;
320
- }
321
- export interface ClassifyDocumentRequest {
322
-
323
- Text: string | undefined;
324
-
325
- EndpointArn: string | undefined;
326
- }
327
-
328
- export interface DocumentClass {
329
-
330
- Name?: string;
331
-
332
- Score?: number;
333
- }
334
-
335
- export interface DocumentLabel {
336
-
337
- Name?: string;
338
-
339
- Score?: number;
340
- }
341
- export interface ClassifyDocumentResponse {
342
-
343
- Classes?: DocumentClass[];
344
-
345
- Labels?: DocumentLabel[];
346
- }
347
-
348
- export declare class ResourceUnavailableException extends __BaseException {
349
- readonly name: "ResourceUnavailableException";
350
- readonly $fault: "client";
351
- Message?: string;
352
-
353
- constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
354
- }
355
- export interface ContainsPiiEntitiesRequest {
356
-
357
- Text: string | undefined;
358
-
359
- LanguageCode: LanguageCode | string | undefined;
360
- }
361
- export declare enum PiiEntityType {
362
- ADDRESS = "ADDRESS",
363
- AGE = "AGE",
364
- ALL = "ALL",
365
- AWS_ACCESS_KEY = "AWS_ACCESS_KEY",
366
- AWS_SECRET_KEY = "AWS_SECRET_KEY",
367
- BANK_ACCOUNT_NUMBER = "BANK_ACCOUNT_NUMBER",
368
- BANK_ROUTING = "BANK_ROUTING",
369
- CA_HEALTH_NUMBER = "CA_HEALTH_NUMBER",
370
- CA_SOCIAL_INSURANCE_NUMBER = "CA_SOCIAL_INSURANCE_NUMBER",
371
- CREDIT_DEBIT_CVV = "CREDIT_DEBIT_CVV",
372
- CREDIT_DEBIT_EXPIRY = "CREDIT_DEBIT_EXPIRY",
373
- CREDIT_DEBIT_NUMBER = "CREDIT_DEBIT_NUMBER",
374
- DATE_TIME = "DATE_TIME",
375
- DRIVER_ID = "DRIVER_ID",
376
- EMAIL = "EMAIL",
377
- INTERNATIONAL_BANK_ACCOUNT_NUMBER = "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
378
- IN_AADHAAR = "IN_AADHAAR",
379
- IN_NREGA = "IN_NREGA",
380
- IN_PERMANENT_ACCOUNT_NUMBER = "IN_PERMANENT_ACCOUNT_NUMBER",
381
- IN_VOTER_NUMBER = "IN_VOTER_NUMBER",
382
- IP_ADDRESS = "IP_ADDRESS",
383
- LICENSE_PLATE = "LICENSE_PLATE",
384
- MAC_ADDRESS = "MAC_ADDRESS",
385
- NAME = "NAME",
386
- PASSPORT_NUMBER = "PASSPORT_NUMBER",
387
- PASSWORD = "PASSWORD",
388
- PHONE = "PHONE",
389
- PIN = "PIN",
390
- SSN = "SSN",
391
- SWIFT_CODE = "SWIFT_CODE",
392
- UK_NATIONAL_HEALTH_SERVICE_NUMBER = "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
393
- UK_NATIONAL_INSURANCE_NUMBER = "UK_NATIONAL_INSURANCE_NUMBER",
394
- UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER = "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
395
- URL = "URL",
396
- USERNAME = "USERNAME",
397
- US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER = "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
398
- VEHICLE_IDENTIFICATION_NUMBER = "VEHICLE_IDENTIFICATION_NUMBER"
399
- }
400
-
401
- export interface EntityLabel {
402
-
403
- Name?: PiiEntityType | string;
404
-
405
- Score?: number;
406
- }
407
- export interface ContainsPiiEntitiesResponse {
408
-
409
- Labels?: EntityLabel[];
410
- }
411
- export declare enum DocumentClassifierDataFormat {
412
- AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
413
- COMPREHEND_CSV = "COMPREHEND_CSV"
414
- }
415
-
416
- export interface DocumentClassifierInputDataConfig {
417
-
418
- DataFormat?: DocumentClassifierDataFormat | string;
419
-
420
- S3Uri?: string;
421
-
422
- TestS3Uri?: string;
423
-
424
- LabelDelimiter?: string;
425
-
426
- AugmentedManifests?: AugmentedManifestsListItem[];
427
- }
428
- export declare enum DocumentClassifierMode {
429
- MULTI_CLASS = "MULTI_CLASS",
430
- MULTI_LABEL = "MULTI_LABEL"
431
- }
432
-
433
- export interface DocumentClassifierOutputDataConfig {
434
-
435
- S3Uri?: string;
436
-
437
- KmsKeyId?: string;
438
- }
439
-
440
- export interface Tag {
441
-
442
- Key: string | undefined;
443
-
444
- Value?: string;
445
- }
446
-
447
- export interface VpcConfig {
448
-
449
- SecurityGroupIds: string[] | undefined;
450
-
451
- Subnets: string[] | undefined;
452
- }
453
- export interface CreateDocumentClassifierRequest {
454
-
455
- DocumentClassifierName: string | undefined;
456
-
457
- VersionName?: string;
458
-
459
- DataAccessRoleArn: string | undefined;
460
-
461
- Tags?: Tag[];
462
-
463
- InputDataConfig: DocumentClassifierInputDataConfig | undefined;
464
-
465
- OutputDataConfig?: DocumentClassifierOutputDataConfig;
466
-
467
- ClientRequestToken?: string;
468
-
469
- LanguageCode: LanguageCode | string | undefined;
470
-
471
- VolumeKmsKeyId?: string;
472
-
473
- VpcConfig?: VpcConfig;
474
-
475
- Mode?: DocumentClassifierMode | string;
476
-
477
- ModelKmsKeyId?: string;
478
-
479
- ModelPolicy?: string;
480
- }
481
- export interface CreateDocumentClassifierResponse {
482
-
483
- DocumentClassifierArn?: string;
484
- }
485
-
486
- export declare class KmsKeyValidationException extends __BaseException {
487
- readonly name: "KmsKeyValidationException";
488
- readonly $fault: "client";
489
- Message?: string;
490
-
491
- constructor(opts: __ExceptionOptionType<KmsKeyValidationException, __BaseException>);
492
- }
493
-
494
- export declare class ResourceInUseException extends __BaseException {
495
- readonly name: "ResourceInUseException";
496
- readonly $fault: "client";
497
- Message?: string;
498
-
499
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
500
- }
501
-
502
- export declare class ResourceLimitExceededException extends __BaseException {
503
- readonly name: "ResourceLimitExceededException";
504
- readonly $fault: "client";
505
- Message?: string;
506
-
507
- constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
508
- }
509
-
510
- export declare class TooManyRequestsException extends __BaseException {
511
- readonly name: "TooManyRequestsException";
512
- readonly $fault: "client";
513
- Message?: string;
514
-
515
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
516
- }
517
-
518
- export declare class TooManyTagsException extends __BaseException {
519
- readonly name: "TooManyTagsException";
520
- readonly $fault: "client";
521
- Message?: string;
522
-
523
- constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
524
- }
525
- export interface CreateEndpointRequest {
526
-
527
- EndpointName: string | undefined;
528
-
529
- ModelArn: string | undefined;
530
-
531
- DesiredInferenceUnits: number | undefined;
532
-
533
- ClientRequestToken?: string;
534
-
535
- Tags?: Tag[];
536
-
537
- DataAccessRoleArn?: string;
538
- }
539
- export interface CreateEndpointResponse {
540
-
541
- EndpointArn?: string;
542
- }
543
-
544
- export declare class ResourceNotFoundException extends __BaseException {
545
- readonly name: "ResourceNotFoundException";
546
- readonly $fault: "client";
547
- Message?: string;
548
-
549
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
550
- }
551
-
552
- export interface EntityRecognizerAnnotations {
553
-
554
- S3Uri: string | undefined;
555
-
556
- TestS3Uri?: string;
557
- }
558
- export declare enum EntityRecognizerDataFormat {
559
- AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
560
- COMPREHEND_CSV = "COMPREHEND_CSV"
561
- }
562
- export declare enum InputFormat {
563
- ONE_DOC_PER_FILE = "ONE_DOC_PER_FILE",
564
- ONE_DOC_PER_LINE = "ONE_DOC_PER_LINE"
565
- }
566
-
567
- export interface EntityRecognizerDocuments {
568
-
569
- S3Uri: string | undefined;
570
-
571
- TestS3Uri?: string;
572
-
573
- InputFormat?: InputFormat | string;
574
- }
575
-
576
- export interface EntityRecognizerEntityList {
577
-
578
- S3Uri: string | undefined;
579
- }
580
-
581
- export interface EntityTypesListItem {
582
-
583
- Type: string | undefined;
584
- }
585
-
586
- export interface EntityRecognizerInputDataConfig {
587
-
588
- DataFormat?: EntityRecognizerDataFormat | string;
589
-
590
- EntityTypes: EntityTypesListItem[] | undefined;
591
-
592
- Documents?: EntityRecognizerDocuments;
593
-
594
- Annotations?: EntityRecognizerAnnotations;
595
-
596
- EntityList?: EntityRecognizerEntityList;
597
-
598
- AugmentedManifests?: AugmentedManifestsListItem[];
599
- }
600
- export interface CreateEntityRecognizerRequest {
601
-
602
- RecognizerName: string | undefined;
603
-
604
- VersionName?: string;
605
-
606
- DataAccessRoleArn: string | undefined;
607
-
608
- Tags?: Tag[];
609
-
610
- InputDataConfig: EntityRecognizerInputDataConfig | undefined;
611
-
612
- ClientRequestToken?: string;
613
-
614
- LanguageCode: LanguageCode | string | undefined;
615
-
616
- VolumeKmsKeyId?: string;
617
-
618
- VpcConfig?: VpcConfig;
619
-
620
- ModelKmsKeyId?: string;
621
-
622
- ModelPolicy?: string;
623
- }
624
- export interface CreateEntityRecognizerResponse {
625
-
626
- EntityRecognizerArn?: string;
627
- }
628
- export interface DeleteDocumentClassifierRequest {
629
-
630
- DocumentClassifierArn: string | undefined;
631
- }
632
- export interface DeleteDocumentClassifierResponse {
633
- }
634
- export interface DeleteEndpointRequest {
635
-
636
- EndpointArn: string | undefined;
637
- }
638
- export interface DeleteEndpointResponse {
639
- }
640
- export interface DeleteEntityRecognizerRequest {
641
-
642
- EntityRecognizerArn: string | undefined;
643
- }
644
- export interface DeleteEntityRecognizerResponse {
645
- }
646
- export interface DeleteResourcePolicyRequest {
647
-
648
- ResourceArn: string | undefined;
649
-
650
- PolicyRevisionId?: string;
651
- }
652
- export interface DeleteResourcePolicyResponse {
653
- }
654
- export interface DescribeDocumentClassificationJobRequest {
655
-
656
- JobId: string | undefined;
657
- }
658
- export declare enum DocumentReadAction {
659
- TEXTRACT_ANALYZE_DOCUMENT = "TEXTRACT_ANALYZE_DOCUMENT",
660
- TEXTRACT_DETECT_DOCUMENT_TEXT = "TEXTRACT_DETECT_DOCUMENT_TEXT"
661
- }
662
- export declare enum DocumentReadMode {
663
- FORCE_DOCUMENT_READ_ACTION = "FORCE_DOCUMENT_READ_ACTION",
664
- SERVICE_DEFAULT = "SERVICE_DEFAULT"
665
- }
666
- export declare enum DocumentReadFeatureTypes {
667
- FORMS = "FORMS",
668
- TABLES = "TABLES"
669
- }
670
-
671
- export interface DocumentReaderConfig {
672
-
673
- DocumentReadAction: DocumentReadAction | string | undefined;
674
-
675
- DocumentReadMode?: DocumentReadMode | string;
676
-
677
- FeatureTypes?: (DocumentReadFeatureTypes | string)[];
678
- }
679
-
680
- export interface InputDataConfig {
681
-
682
- S3Uri: string | undefined;
683
-
684
- InputFormat?: InputFormat | string;
685
-
686
- DocumentReaderConfig?: DocumentReaderConfig;
687
- }
688
- export declare enum JobStatus {
689
- COMPLETED = "COMPLETED",
690
- FAILED = "FAILED",
691
- IN_PROGRESS = "IN_PROGRESS",
692
- STOPPED = "STOPPED",
693
- STOP_REQUESTED = "STOP_REQUESTED",
694
- SUBMITTED = "SUBMITTED"
695
- }
696
-
697
- export interface OutputDataConfig {
698
-
699
- S3Uri: string | undefined;
700
-
701
- KmsKeyId?: string;
702
- }
703
-
704
- export interface DocumentClassificationJobProperties {
705
-
706
- JobId?: string;
707
-
708
- JobArn?: string;
709
-
710
- JobName?: string;
711
-
712
- JobStatus?: JobStatus | string;
713
-
714
- Message?: string;
715
-
716
- SubmitTime?: Date;
717
-
718
- EndTime?: Date;
719
-
720
- DocumentClassifierArn?: string;
721
-
722
- InputDataConfig?: InputDataConfig;
723
-
724
- OutputDataConfig?: OutputDataConfig;
725
-
726
- DataAccessRoleArn?: string;
727
-
728
- VolumeKmsKeyId?: string;
729
-
730
- VpcConfig?: VpcConfig;
731
- }
732
- export interface DescribeDocumentClassificationJobResponse {
733
-
734
- DocumentClassificationJobProperties?: DocumentClassificationJobProperties;
735
- }
736
-
737
- export declare class JobNotFoundException extends __BaseException {
738
- readonly name: "JobNotFoundException";
739
- readonly $fault: "client";
740
- Message?: string;
741
-
742
- constructor(opts: __ExceptionOptionType<JobNotFoundException, __BaseException>);
743
- }
744
- export interface DescribeDocumentClassifierRequest {
745
-
746
- DocumentClassifierArn: string | undefined;
747
- }
748
- export declare enum ModelStatus {
749
- DELETING = "DELETING",
750
- IN_ERROR = "IN_ERROR",
751
- STOPPED = "STOPPED",
752
- STOP_REQUESTED = "STOP_REQUESTED",
753
- SUBMITTED = "SUBMITTED",
754
- TRAINED = "TRAINED",
755
- TRAINING = "TRAINING"
756
- }
757
-
758
- export interface DocumentClassifierProperties {
759
-
760
- DocumentClassifierArn?: string;
761
-
762
- LanguageCode?: LanguageCode | string;
763
-
764
- Status?: ModelStatus | string;
765
-
766
- Message?: string;
767
-
768
- SubmitTime?: Date;
769
-
770
- EndTime?: Date;
771
-
772
- TrainingStartTime?: Date;
773
-
774
- TrainingEndTime?: Date;
775
-
776
- InputDataConfig?: DocumentClassifierInputDataConfig;
777
-
778
- OutputDataConfig?: DocumentClassifierOutputDataConfig;
779
-
780
- ClassifierMetadata?: ClassifierMetadata;
781
-
782
- DataAccessRoleArn?: string;
783
-
784
- VolumeKmsKeyId?: string;
785
-
786
- VpcConfig?: VpcConfig;
787
-
788
- Mode?: DocumentClassifierMode | string;
789
-
790
- ModelKmsKeyId?: string;
791
-
792
- VersionName?: string;
793
-
794
- SourceModelArn?: string;
795
- }
796
- export interface DescribeDocumentClassifierResponse {
797
-
798
- DocumentClassifierProperties?: DocumentClassifierProperties;
799
- }
800
- export interface DescribeDominantLanguageDetectionJobRequest {
801
-
802
- JobId: string | undefined;
803
- }
804
-
805
- export interface DominantLanguageDetectionJobProperties {
806
-
807
- JobId?: string;
808
-
809
- JobArn?: string;
810
-
811
- JobName?: string;
812
-
813
- JobStatus?: JobStatus | string;
814
-
815
- Message?: string;
816
-
817
- SubmitTime?: Date;
818
-
819
- EndTime?: Date;
820
-
821
- InputDataConfig?: InputDataConfig;
822
-
823
- OutputDataConfig?: OutputDataConfig;
824
-
825
- DataAccessRoleArn?: string;
826
-
827
- VolumeKmsKeyId?: string;
828
-
829
- VpcConfig?: VpcConfig;
830
- }
831
- export interface DescribeDominantLanguageDetectionJobResponse {
832
-
833
- DominantLanguageDetectionJobProperties?: DominantLanguageDetectionJobProperties;
834
- }
835
- export interface DescribeEndpointRequest {
836
-
837
- EndpointArn: string | undefined;
838
- }
839
- export declare enum EndpointStatus {
840
- CREATING = "CREATING",
841
- DELETING = "DELETING",
842
- FAILED = "FAILED",
843
- IN_SERVICE = "IN_SERVICE",
844
- UPDATING = "UPDATING"
845
- }
846
-
847
- export interface EndpointProperties {
848
-
849
- EndpointArn?: string;
850
-
851
- Status?: EndpointStatus | string;
852
-
853
- Message?: string;
854
-
855
- ModelArn?: string;
856
-
857
- DesiredModelArn?: string;
858
-
859
- DesiredInferenceUnits?: number;
860
-
861
- CurrentInferenceUnits?: number;
862
-
863
- CreationTime?: Date;
864
-
865
- LastModifiedTime?: Date;
866
-
867
- DataAccessRoleArn?: string;
868
-
869
- DesiredDataAccessRoleArn?: string;
870
- }
871
- export interface DescribeEndpointResponse {
872
-
873
- EndpointProperties?: EndpointProperties;
874
- }
875
- export interface DescribeEntitiesDetectionJobRequest {
876
-
877
- JobId: string | undefined;
878
- }
879
-
880
- export interface EntitiesDetectionJobProperties {
881
-
882
- JobId?: string;
883
-
884
- JobArn?: string;
885
-
886
- JobName?: string;
887
-
888
- JobStatus?: JobStatus | string;
889
-
890
- Message?: string;
891
-
892
- SubmitTime?: Date;
893
-
894
- EndTime?: Date;
895
-
896
- EntityRecognizerArn?: string;
897
-
898
- InputDataConfig?: InputDataConfig;
899
-
900
- OutputDataConfig?: OutputDataConfig;
901
-
902
- LanguageCode?: LanguageCode | string;
903
-
904
- DataAccessRoleArn?: string;
905
-
906
- VolumeKmsKeyId?: string;
907
-
908
- VpcConfig?: VpcConfig;
909
- }
910
- export interface DescribeEntitiesDetectionJobResponse {
911
-
912
- EntitiesDetectionJobProperties?: EntitiesDetectionJobProperties;
913
- }
914
- export interface DescribeEntityRecognizerRequest {
915
-
916
- EntityRecognizerArn: string | undefined;
917
- }
918
-
919
- export interface EntityTypesEvaluationMetrics {
920
-
921
- Precision?: number;
922
-
923
- Recall?: number;
924
-
925
- F1Score?: number;
926
- }
927
-
928
- export interface EntityRecognizerMetadataEntityTypesListItem {
929
-
930
- Type?: string;
931
-
932
- EvaluationMetrics?: EntityTypesEvaluationMetrics;
933
-
934
- NumberOfTrainMentions?: number;
935
- }
936
-
937
- export interface EntityRecognizerEvaluationMetrics {
938
-
939
- Precision?: number;
940
-
941
- Recall?: number;
942
-
943
- F1Score?: number;
944
- }
945
-
946
- export interface EntityRecognizerMetadata {
947
-
948
- NumberOfTrainedDocuments?: number;
949
-
950
- NumberOfTestDocuments?: number;
951
-
952
- EvaluationMetrics?: EntityRecognizerEvaluationMetrics;
953
-
954
- EntityTypes?: EntityRecognizerMetadataEntityTypesListItem[];
955
- }
956
-
957
- export interface EntityRecognizerProperties {
958
-
959
- EntityRecognizerArn?: string;
960
-
961
- LanguageCode?: LanguageCode | string;
962
-
963
- Status?: ModelStatus | string;
964
-
965
- Message?: string;
966
-
967
- SubmitTime?: Date;
968
-
969
- EndTime?: Date;
970
-
971
- TrainingStartTime?: Date;
972
-
973
- TrainingEndTime?: Date;
974
-
975
- InputDataConfig?: EntityRecognizerInputDataConfig;
976
-
977
- RecognizerMetadata?: EntityRecognizerMetadata;
978
-
979
- DataAccessRoleArn?: string;
980
-
981
- VolumeKmsKeyId?: string;
982
-
983
- VpcConfig?: VpcConfig;
984
-
985
- ModelKmsKeyId?: string;
986
-
987
- VersionName?: string;
988
-
989
- SourceModelArn?: string;
990
- }
991
- export interface DescribeEntityRecognizerResponse {
992
-
993
- EntityRecognizerProperties?: EntityRecognizerProperties;
994
- }
995
- export interface DescribeEventsDetectionJobRequest {
996
-
997
- JobId: string | undefined;
998
- }
999
-
1000
- export interface EventsDetectionJobProperties {
1001
-
1002
- JobId?: string;
1003
-
1004
- JobArn?: string;
1005
-
1006
- JobName?: string;
1007
-
1008
- JobStatus?: JobStatus | string;
1009
-
1010
- Message?: string;
1011
-
1012
- SubmitTime?: Date;
1013
-
1014
- EndTime?: Date;
1015
-
1016
- InputDataConfig?: InputDataConfig;
1017
-
1018
- OutputDataConfig?: OutputDataConfig;
1019
-
1020
- LanguageCode?: LanguageCode | string;
1021
-
1022
- DataAccessRoleArn?: string;
1023
-
1024
- TargetEventTypes?: string[];
1025
- }
1026
- export interface DescribeEventsDetectionJobResponse {
1027
-
1028
- EventsDetectionJobProperties?: EventsDetectionJobProperties;
1029
- }
1030
- export interface DescribeKeyPhrasesDetectionJobRequest {
1031
-
1032
- JobId: string | undefined;
1033
- }
1034
-
1035
- export interface KeyPhrasesDetectionJobProperties {
1036
-
1037
- JobId?: string;
1038
-
1039
- JobArn?: string;
1040
-
1041
- JobName?: string;
1042
-
1043
- JobStatus?: JobStatus | string;
1044
-
1045
- Message?: string;
1046
-
1047
- SubmitTime?: Date;
1048
-
1049
- EndTime?: Date;
1050
-
1051
- InputDataConfig?: InputDataConfig;
1052
-
1053
- OutputDataConfig?: OutputDataConfig;
1054
-
1055
- LanguageCode?: LanguageCode | string;
1056
-
1057
- DataAccessRoleArn?: string;
1058
-
1059
- VolumeKmsKeyId?: string;
1060
-
1061
- VpcConfig?: VpcConfig;
1062
- }
1063
- export interface DescribeKeyPhrasesDetectionJobResponse {
1064
-
1065
- KeyPhrasesDetectionJobProperties?: KeyPhrasesDetectionJobProperties;
1066
- }
1067
- export interface DescribePiiEntitiesDetectionJobRequest {
1068
-
1069
- JobId: string | undefined;
1070
- }
1071
- export declare enum PiiEntitiesDetectionMode {
1072
- ONLY_OFFSETS = "ONLY_OFFSETS",
1073
- ONLY_REDACTION = "ONLY_REDACTION"
1074
- }
1075
-
1076
- export interface PiiOutputDataConfig {
1077
-
1078
- S3Uri: string | undefined;
1079
-
1080
- KmsKeyId?: string;
1081
- }
1082
- export declare enum PiiEntitiesDetectionMaskMode {
1083
- MASK = "MASK",
1084
- REPLACE_WITH_PII_ENTITY_TYPE = "REPLACE_WITH_PII_ENTITY_TYPE"
1085
- }
1086
-
1087
- export interface RedactionConfig {
1088
-
1089
- PiiEntityTypes?: (PiiEntityType | string)[];
1090
-
1091
- MaskMode?: PiiEntitiesDetectionMaskMode | string;
1092
-
1093
- MaskCharacter?: string;
1094
- }
1095
-
1096
- export interface PiiEntitiesDetectionJobProperties {
1097
-
1098
- JobId?: string;
1099
-
1100
- JobArn?: string;
1101
-
1102
- JobName?: string;
1103
-
1104
- JobStatus?: JobStatus | string;
1105
-
1106
- Message?: string;
1107
-
1108
- SubmitTime?: Date;
1109
-
1110
- EndTime?: Date;
1111
-
1112
- InputDataConfig?: InputDataConfig;
1113
-
1114
- OutputDataConfig?: PiiOutputDataConfig;
1115
-
1116
- RedactionConfig?: RedactionConfig;
1117
-
1118
- LanguageCode?: LanguageCode | string;
1119
-
1120
- DataAccessRoleArn?: string;
1121
-
1122
- Mode?: PiiEntitiesDetectionMode | string;
1123
- }
1124
- export interface DescribePiiEntitiesDetectionJobResponse {
1125
-
1126
- PiiEntitiesDetectionJobProperties?: PiiEntitiesDetectionJobProperties;
1127
- }
1128
- export interface DescribeResourcePolicyRequest {
1129
-
1130
- ResourceArn: string | undefined;
1131
- }
1132
- export interface DescribeResourcePolicyResponse {
1133
-
1134
- ResourcePolicy?: string;
1135
-
1136
- CreationTime?: Date;
1137
-
1138
- LastModifiedTime?: Date;
1139
-
1140
- PolicyRevisionId?: string;
1141
- }
1142
- export interface DescribeSentimentDetectionJobRequest {
1143
-
1144
- JobId: string | undefined;
1145
- }
1146
-
1147
- export interface SentimentDetectionJobProperties {
1148
-
1149
- JobId?: string;
1150
-
1151
- JobArn?: string;
1152
-
1153
- JobName?: string;
1154
-
1155
- JobStatus?: JobStatus | string;
1156
-
1157
- Message?: string;
1158
-
1159
- SubmitTime?: Date;
1160
-
1161
- EndTime?: Date;
1162
-
1163
- InputDataConfig?: InputDataConfig;
1164
-
1165
- OutputDataConfig?: OutputDataConfig;
1166
-
1167
- LanguageCode?: LanguageCode | string;
1168
-
1169
- DataAccessRoleArn?: string;
1170
-
1171
- VolumeKmsKeyId?: string;
1172
-
1173
- VpcConfig?: VpcConfig;
1174
- }
1175
- export interface DescribeSentimentDetectionJobResponse {
1176
-
1177
- SentimentDetectionJobProperties?: SentimentDetectionJobProperties;
1178
- }
1179
- export interface DescribeTargetedSentimentDetectionJobRequest {
1180
-
1181
- JobId: string | undefined;
1182
- }
1183
-
1184
- export interface TargetedSentimentDetectionJobProperties {
1185
-
1186
- JobId?: string;
1187
-
1188
- JobArn?: string;
1189
-
1190
- JobName?: string;
1191
-
1192
- JobStatus?: JobStatus | string;
1193
-
1194
- Message?: string;
1195
-
1196
- SubmitTime?: Date;
1197
-
1198
- EndTime?: Date;
1199
-
1200
- InputDataConfig?: InputDataConfig;
1201
-
1202
- OutputDataConfig?: OutputDataConfig;
1203
-
1204
- LanguageCode?: LanguageCode | string;
1205
-
1206
- DataAccessRoleArn?: string;
1207
-
1208
- VolumeKmsKeyId?: string;
1209
-
1210
- VpcConfig?: VpcConfig;
1211
- }
1212
- export interface DescribeTargetedSentimentDetectionJobResponse {
1213
-
1214
- TargetedSentimentDetectionJobProperties?: TargetedSentimentDetectionJobProperties;
1215
- }
1216
- export interface DescribeTopicsDetectionJobRequest {
1217
-
1218
- JobId: string | undefined;
1219
- }
1220
-
1221
- export interface TopicsDetectionJobProperties {
1222
-
1223
- JobId?: string;
1224
-
1225
- JobArn?: string;
1226
-
1227
- JobName?: string;
1228
-
1229
- JobStatus?: JobStatus | string;
1230
-
1231
- Message?: string;
1232
-
1233
- SubmitTime?: Date;
1234
-
1235
- EndTime?: Date;
1236
-
1237
- InputDataConfig?: InputDataConfig;
1238
-
1239
- OutputDataConfig?: OutputDataConfig;
1240
-
1241
- NumberOfTopics?: number;
1242
-
1243
- DataAccessRoleArn?: string;
1244
-
1245
- VolumeKmsKeyId?: string;
1246
-
1247
- VpcConfig?: VpcConfig;
1248
- }
1249
- export interface DescribeTopicsDetectionJobResponse {
1250
-
1251
- TopicsDetectionJobProperties?: TopicsDetectionJobProperties;
1252
- }
1253
- export interface DetectDominantLanguageRequest {
1254
-
1255
- Text: string | undefined;
1256
- }
1257
- export interface DetectDominantLanguageResponse {
1258
-
1259
- Languages?: DominantLanguage[];
1260
- }
1261
- export interface DetectEntitiesRequest {
1262
-
1263
- Text: string | undefined;
1264
-
1265
- LanguageCode?: LanguageCode | string;
1266
-
1267
- EndpointArn?: string;
1268
- }
1269
- export interface DetectEntitiesResponse {
1270
-
1271
- Entities?: Entity[];
1272
- }
1273
- export interface DetectKeyPhrasesRequest {
1274
-
1275
- Text: string | undefined;
1276
-
1277
- LanguageCode: LanguageCode | string | undefined;
1278
- }
1279
- export interface DetectKeyPhrasesResponse {
1280
-
1281
- KeyPhrases?: KeyPhrase[];
1282
- }
1283
- export interface DetectPiiEntitiesRequest {
1284
-
1285
- Text: string | undefined;
1286
-
1287
- LanguageCode: LanguageCode | string | undefined;
1288
- }
1289
-
1290
- export interface PiiEntity {
1291
-
1292
- Score?: number;
1293
-
1294
- Type?: PiiEntityType | string;
1295
-
1296
- BeginOffset?: number;
1297
-
1298
- EndOffset?: number;
1299
- }
1300
- export interface DetectPiiEntitiesResponse {
1301
-
1302
- Entities?: PiiEntity[];
1303
- }
1304
- export interface DetectSentimentRequest {
1305
-
1306
- Text: string | undefined;
1307
-
1308
- LanguageCode: LanguageCode | string | undefined;
1309
- }
1310
- export interface DetectSentimentResponse {
1311
-
1312
- Sentiment?: SentimentType | string;
1313
-
1314
- SentimentScore?: SentimentScore;
1315
- }
1316
- export interface DetectSyntaxRequest {
1317
-
1318
- Text: string | undefined;
1319
-
1320
- LanguageCode: SyntaxLanguageCode | string | undefined;
1321
- }
1322
- export interface DetectSyntaxResponse {
1323
-
1324
- SyntaxTokens?: SyntaxToken[];
1325
- }
1326
- export interface ImportModelRequest {
1327
-
1328
- SourceModelArn: string | undefined;
1329
-
1330
- ModelName?: string;
1331
-
1332
- VersionName?: string;
1333
-
1334
- ModelKmsKeyId?: string;
1335
-
1336
- DataAccessRoleArn?: string;
1337
-
1338
- Tags?: Tag[];
1339
- }
1340
- export interface ImportModelResponse {
1341
-
1342
- ModelArn?: string;
1343
- }
1344
-
1345
- export declare class InvalidFilterException extends __BaseException {
1346
- readonly name: "InvalidFilterException";
1347
- readonly $fault: "client";
1348
- Message?: string;
1349
-
1350
- constructor(opts: __ExceptionOptionType<InvalidFilterException, __BaseException>);
1351
- }
1352
-
1353
- export interface DocumentClassificationJobFilter {
1354
-
1355
- JobName?: string;
1356
-
1357
- JobStatus?: JobStatus | string;
1358
-
1359
- SubmitTimeBefore?: Date;
1360
-
1361
- SubmitTimeAfter?: Date;
1362
- }
1363
- export interface ListDocumentClassificationJobsRequest {
1364
-
1365
- Filter?: DocumentClassificationJobFilter;
1366
-
1367
- NextToken?: string;
1368
-
1369
- MaxResults?: number;
1370
- }
1371
- export interface ListDocumentClassificationJobsResponse {
1372
-
1373
- DocumentClassificationJobPropertiesList?: DocumentClassificationJobProperties[];
1374
-
1375
- NextToken?: string;
1376
- }
1377
-
1378
- export interface DocumentClassifierFilter {
1379
-
1380
- Status?: ModelStatus | string;
1381
-
1382
- DocumentClassifierName?: string;
1383
-
1384
- SubmitTimeBefore?: Date;
1385
-
1386
- SubmitTimeAfter?: Date;
1387
- }
1388
- export interface ListDocumentClassifiersRequest {
1389
-
1390
- Filter?: DocumentClassifierFilter;
1391
-
1392
- NextToken?: string;
1393
-
1394
- MaxResults?: number;
1395
- }
1396
- export interface ListDocumentClassifiersResponse {
1397
-
1398
- DocumentClassifierPropertiesList?: DocumentClassifierProperties[];
1399
-
1400
- NextToken?: string;
1401
- }
1402
- export interface ListDocumentClassifierSummariesRequest {
1403
-
1404
- NextToken?: string;
1405
-
1406
- MaxResults?: number;
1407
- }
1408
-
1409
- export interface DocumentClassifierSummary {
1410
-
1411
- DocumentClassifierName?: string;
1412
-
1413
- NumberOfVersions?: number;
1414
-
1415
- LatestVersionCreatedAt?: Date;
1416
-
1417
- LatestVersionName?: string;
1418
-
1419
- LatestVersionStatus?: ModelStatus | string;
1420
- }
1421
- export interface ListDocumentClassifierSummariesResponse {
1422
-
1423
- DocumentClassifierSummariesList?: DocumentClassifierSummary[];
1424
-
1425
- NextToken?: string;
1426
- }
1427
-
1428
- export interface DominantLanguageDetectionJobFilter {
1429
-
1430
- JobName?: string;
1431
-
1432
- JobStatus?: JobStatus | string;
1433
-
1434
- SubmitTimeBefore?: Date;
1435
-
1436
- SubmitTimeAfter?: Date;
1437
- }
1438
- export interface ListDominantLanguageDetectionJobsRequest {
1439
-
1440
- Filter?: DominantLanguageDetectionJobFilter;
1441
-
1442
- NextToken?: string;
1443
-
1444
- MaxResults?: number;
1445
- }
1446
- export interface ListDominantLanguageDetectionJobsResponse {
1447
-
1448
- DominantLanguageDetectionJobPropertiesList?: DominantLanguageDetectionJobProperties[];
1449
-
1450
- NextToken?: string;
1451
- }
1452
-
1453
- export interface EndpointFilter {
1454
-
1455
- ModelArn?: string;
1456
-
1457
- Status?: EndpointStatus | string;
1458
-
1459
- CreationTimeBefore?: Date;
1460
-
1461
- CreationTimeAfter?: Date;
1462
- }
1463
- export interface ListEndpointsRequest {
1464
-
1465
- Filter?: EndpointFilter;
1466
-
1467
- NextToken?: string;
1468
-
1469
- MaxResults?: number;
1470
- }
1471
- export interface ListEndpointsResponse {
1472
-
1473
- EndpointPropertiesList?: EndpointProperties[];
1474
-
1475
- NextToken?: string;
1476
- }
1477
-
1478
- export interface EntitiesDetectionJobFilter {
1479
-
1480
- JobName?: string;
1481
-
1482
- JobStatus?: JobStatus | string;
1483
-
1484
- SubmitTimeBefore?: Date;
1485
-
1486
- SubmitTimeAfter?: Date;
1487
- }
1488
- export interface ListEntitiesDetectionJobsRequest {
1489
-
1490
- Filter?: EntitiesDetectionJobFilter;
1491
-
1492
- NextToken?: string;
1493
-
1494
- MaxResults?: number;
1495
- }
1496
- export interface ListEntitiesDetectionJobsResponse {
1497
-
1498
- EntitiesDetectionJobPropertiesList?: EntitiesDetectionJobProperties[];
1499
-
1500
- NextToken?: string;
1501
- }
1502
-
1503
- export interface EntityRecognizerFilter {
1504
-
1505
- Status?: ModelStatus | string;
1506
-
1507
- RecognizerName?: string;
1508
-
1509
- SubmitTimeBefore?: Date;
1510
-
1511
- SubmitTimeAfter?: Date;
1512
- }
1513
- export interface ListEntityRecognizersRequest {
1514
-
1515
- Filter?: EntityRecognizerFilter;
1516
-
1517
- NextToken?: string;
1518
-
1519
- MaxResults?: number;
1520
- }
1521
- export interface ListEntityRecognizersResponse {
1522
-
1523
- EntityRecognizerPropertiesList?: EntityRecognizerProperties[];
1524
-
1525
- NextToken?: string;
1526
- }
1527
- export interface ListEntityRecognizerSummariesRequest {
1528
-
1529
- NextToken?: string;
1530
-
1531
- MaxResults?: number;
1532
- }
1533
-
1534
- export interface EntityRecognizerSummary {
1535
-
1536
- RecognizerName?: string;
1537
-
1538
- NumberOfVersions?: number;
1539
-
1540
- LatestVersionCreatedAt?: Date;
1541
-
1542
- LatestVersionName?: string;
1543
-
1544
- LatestVersionStatus?: ModelStatus | string;
1545
- }
1546
- export interface ListEntityRecognizerSummariesResponse {
1547
-
1548
- EntityRecognizerSummariesList?: EntityRecognizerSummary[];
1549
-
1550
- NextToken?: string;
1551
- }
1552
-
1553
- export interface EventsDetectionJobFilter {
1554
-
1555
- JobName?: string;
1556
-
1557
- JobStatus?: JobStatus | string;
1558
-
1559
- SubmitTimeBefore?: Date;
1560
-
1561
- SubmitTimeAfter?: Date;
1562
- }
1563
- export interface ListEventsDetectionJobsRequest {
1564
-
1565
- Filter?: EventsDetectionJobFilter;
1566
-
1567
- NextToken?: string;
1568
-
1569
- MaxResults?: number;
1570
- }
1571
- export interface ListEventsDetectionJobsResponse {
1572
-
1573
- EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[];
1574
-
1575
- NextToken?: string;
1576
- }
1577
-
1578
- export interface KeyPhrasesDetectionJobFilter {
1579
-
1580
- JobName?: string;
1581
-
1582
- JobStatus?: JobStatus | string;
1583
-
1584
- SubmitTimeBefore?: Date;
1585
-
1586
- SubmitTimeAfter?: Date;
1587
- }
1588
- export interface ListKeyPhrasesDetectionJobsRequest {
1589
-
1590
- Filter?: KeyPhrasesDetectionJobFilter;
1591
-
1592
- NextToken?: string;
1593
-
1594
- MaxResults?: number;
1595
- }
1596
- export interface ListKeyPhrasesDetectionJobsResponse {
1597
-
1598
- KeyPhrasesDetectionJobPropertiesList?: KeyPhrasesDetectionJobProperties[];
1599
-
1600
- NextToken?: string;
1601
- }
1602
-
1603
- export interface PiiEntitiesDetectionJobFilter {
1604
-
1605
- JobName?: string;
1606
-
1607
- JobStatus?: JobStatus | string;
1608
-
1609
- SubmitTimeBefore?: Date;
1610
-
1611
- SubmitTimeAfter?: Date;
1612
- }
1613
- export interface ListPiiEntitiesDetectionJobsRequest {
1614
-
1615
- Filter?: PiiEntitiesDetectionJobFilter;
1616
-
1617
- NextToken?: string;
1618
-
1619
- MaxResults?: number;
1620
- }
1621
- export interface ListPiiEntitiesDetectionJobsResponse {
1622
-
1623
- PiiEntitiesDetectionJobPropertiesList?: PiiEntitiesDetectionJobProperties[];
1624
-
1625
- NextToken?: string;
1626
- }
1627
-
1628
- export interface SentimentDetectionJobFilter {
1629
-
1630
- JobName?: string;
1631
-
1632
- JobStatus?: JobStatus | string;
1633
-
1634
- SubmitTimeBefore?: Date;
1635
-
1636
- SubmitTimeAfter?: Date;
1637
- }
1638
- export interface ListSentimentDetectionJobsRequest {
1639
-
1640
- Filter?: SentimentDetectionJobFilter;
1641
-
1642
- NextToken?: string;
1643
-
1644
- MaxResults?: number;
1645
- }
1646
- export interface ListSentimentDetectionJobsResponse {
1647
-
1648
- SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[];
1649
-
1650
- NextToken?: string;
1651
- }
1652
- export interface ListTagsForResourceRequest {
1653
-
1654
- ResourceArn: string | undefined;
1655
- }
1656
- export interface ListTagsForResourceResponse {
1657
-
1658
- ResourceArn?: string;
1659
-
1660
- Tags?: Tag[];
1661
- }
1662
-
1663
- export interface TargetedSentimentDetectionJobFilter {
1664
-
1665
- JobName?: string;
1666
-
1667
- JobStatus?: JobStatus | string;
1668
-
1669
- SubmitTimeBefore?: Date;
1670
-
1671
- SubmitTimeAfter?: Date;
1672
- }
1673
- export interface ListTargetedSentimentDetectionJobsRequest {
1674
-
1675
- Filter?: TargetedSentimentDetectionJobFilter;
1676
-
1677
- NextToken?: string;
1678
-
1679
- MaxResults?: number;
1680
- }
1681
- export interface ListTargetedSentimentDetectionJobsResponse {
1682
-
1683
- TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobProperties[];
1684
-
1685
- NextToken?: string;
1686
- }
1687
-
1688
- export interface TopicsDetectionJobFilter {
1689
-
1690
- JobName?: string;
1691
-
1692
- JobStatus?: JobStatus | string;
1693
-
1694
- SubmitTimeBefore?: Date;
1695
-
1696
- SubmitTimeAfter?: Date;
1697
- }
1698
- export interface ListTopicsDetectionJobsRequest {
1699
-
1700
- Filter?: TopicsDetectionJobFilter;
1701
-
1702
- NextToken?: string;
1703
-
1704
- MaxResults?: number;
1705
- }
1706
- export interface ListTopicsDetectionJobsResponse {
1707
-
1708
- TopicsDetectionJobPropertiesList?: TopicsDetectionJobProperties[];
1709
-
1710
- NextToken?: string;
1711
- }
1712
- export interface PutResourcePolicyRequest {
1713
-
1714
- ResourceArn: string | undefined;
1715
-
1716
- ResourcePolicy: string | undefined;
1717
-
1718
- PolicyRevisionId?: string;
1719
- }
1720
- export interface PutResourcePolicyResponse {
1721
-
1722
- PolicyRevisionId?: string;
1723
- }
1724
- export interface StartDocumentClassificationJobRequest {
1725
-
1726
- JobName?: string;
1727
-
1728
- DocumentClassifierArn: string | undefined;
1729
-
1730
- InputDataConfig: InputDataConfig | undefined;
1731
-
1732
- OutputDataConfig: OutputDataConfig | undefined;
1733
-
1734
- DataAccessRoleArn: string | undefined;
1735
-
1736
- ClientRequestToken?: string;
1737
-
1738
- VolumeKmsKeyId?: string;
1739
-
1740
- VpcConfig?: VpcConfig;
1741
-
1742
- Tags?: Tag[];
1743
- }
1744
- export interface StartDocumentClassificationJobResponse {
1745
-
1746
- JobId?: string;
1747
-
1748
- JobArn?: string;
1749
-
1750
- JobStatus?: JobStatus | string;
1751
- }
1752
- export interface StartDominantLanguageDetectionJobRequest {
1753
-
1754
- InputDataConfig: InputDataConfig | undefined;
1755
-
1756
- OutputDataConfig: OutputDataConfig | undefined;
1757
-
1758
- DataAccessRoleArn: string | undefined;
1759
-
1760
- JobName?: string;
1761
-
1762
- ClientRequestToken?: string;
1763
-
1764
- VolumeKmsKeyId?: string;
1765
-
1766
- VpcConfig?: VpcConfig;
1767
-
1768
- Tags?: Tag[];
1769
- }
1770
- export interface StartDominantLanguageDetectionJobResponse {
1771
-
1772
- JobId?: string;
1773
-
1774
- JobArn?: string;
1775
-
1776
- JobStatus?: JobStatus | string;
1777
- }
1778
- export interface StartEntitiesDetectionJobRequest {
1779
-
1780
- InputDataConfig: InputDataConfig | undefined;
1781
-
1782
- OutputDataConfig: OutputDataConfig | undefined;
1783
-
1784
- DataAccessRoleArn: string | undefined;
1785
-
1786
- JobName?: string;
1787
-
1788
- EntityRecognizerArn?: string;
1789
-
1790
- LanguageCode: LanguageCode | string | undefined;
1791
-
1792
- ClientRequestToken?: string;
1793
-
1794
- VolumeKmsKeyId?: string;
1795
-
1796
- VpcConfig?: VpcConfig;
1797
-
1798
- Tags?: Tag[];
1799
- }
1800
- export interface StartEntitiesDetectionJobResponse {
1801
-
1802
- JobId?: string;
1803
-
1804
- JobArn?: string;
1805
-
1806
- JobStatus?: JobStatus | string;
1807
- }
1808
- export interface StartEventsDetectionJobRequest {
1809
-
1810
- InputDataConfig: InputDataConfig | undefined;
1811
-
1812
- OutputDataConfig: OutputDataConfig | undefined;
1813
-
1814
- DataAccessRoleArn: string | undefined;
1815
-
1816
- JobName?: string;
1817
-
1818
- LanguageCode: LanguageCode | string | undefined;
1819
-
1820
- ClientRequestToken?: string;
1821
-
1822
- TargetEventTypes: string[] | undefined;
1823
-
1824
- Tags?: Tag[];
1825
- }
1826
- export interface StartEventsDetectionJobResponse {
1827
-
1828
- JobId?: string;
1829
-
1830
- JobArn?: string;
1831
-
1832
- JobStatus?: JobStatus | string;
1833
- }
1834
- export interface StartKeyPhrasesDetectionJobRequest {
1835
-
1836
- InputDataConfig: InputDataConfig | undefined;
1837
-
1838
- OutputDataConfig: OutputDataConfig | undefined;
1839
-
1840
- DataAccessRoleArn: string | undefined;
1841
-
1842
- JobName?: string;
1843
-
1844
- LanguageCode: LanguageCode | string | undefined;
1845
-
1846
- ClientRequestToken?: string;
1847
-
1848
- VolumeKmsKeyId?: string;
1849
-
1850
- VpcConfig?: VpcConfig;
1851
-
1852
- Tags?: Tag[];
1853
- }
1854
- export interface StartKeyPhrasesDetectionJobResponse {
1855
-
1856
- JobId?: string;
1857
-
1858
- JobArn?: string;
1859
-
1860
- JobStatus?: JobStatus | string;
1861
- }
1862
- export interface StartPiiEntitiesDetectionJobRequest {
1863
-
1864
- InputDataConfig: InputDataConfig | undefined;
1865
-
1866
- OutputDataConfig: OutputDataConfig | undefined;
1867
-
1868
- Mode: PiiEntitiesDetectionMode | string | undefined;
1869
-
1870
- RedactionConfig?: RedactionConfig;
1871
-
1872
- DataAccessRoleArn: string | undefined;
1873
-
1874
- JobName?: string;
1875
-
1876
- LanguageCode: LanguageCode | string | undefined;
1877
-
1878
- ClientRequestToken?: string;
1879
-
1880
- Tags?: Tag[];
1881
- }
1882
- export interface StartPiiEntitiesDetectionJobResponse {
1883
-
1884
- JobId?: string;
1885
-
1886
- JobArn?: string;
1887
-
1888
- JobStatus?: JobStatus | string;
1889
- }
1890
- export interface StartSentimentDetectionJobRequest {
1891
-
1892
- InputDataConfig: InputDataConfig | undefined;
1893
-
1894
- OutputDataConfig: OutputDataConfig | undefined;
1895
-
1896
- DataAccessRoleArn: string | undefined;
1897
-
1898
- JobName?: string;
1899
-
1900
- LanguageCode: LanguageCode | string | undefined;
1901
-
1902
- ClientRequestToken?: string;
1903
-
1904
- VolumeKmsKeyId?: string;
1905
-
1906
- VpcConfig?: VpcConfig;
1907
-
1908
- Tags?: Tag[];
1909
- }
1910
- export interface StartSentimentDetectionJobResponse {
1911
-
1912
- JobId?: string;
1913
-
1914
- JobArn?: string;
1915
-
1916
- JobStatus?: JobStatus | string;
1917
- }
1918
- export interface StartTargetedSentimentDetectionJobRequest {
1919
-
1920
- InputDataConfig: InputDataConfig | undefined;
1921
-
1922
- OutputDataConfig: OutputDataConfig | undefined;
1923
-
1924
- DataAccessRoleArn: string | undefined;
1925
-
1926
- JobName?: string;
1927
-
1928
- LanguageCode: LanguageCode | string | undefined;
1929
-
1930
- ClientRequestToken?: string;
1931
-
1932
- VolumeKmsKeyId?: string;
1933
-
1934
- VpcConfig?: VpcConfig;
1935
-
1936
- Tags?: Tag[];
1937
- }
1938
- export interface StartTargetedSentimentDetectionJobResponse {
1939
-
1940
- JobId?: string;
1941
-
1942
- JobArn?: string;
1943
-
1944
- JobStatus?: JobStatus | string;
1945
- }
1946
- export interface StartTopicsDetectionJobRequest {
1947
-
1948
- InputDataConfig: InputDataConfig | undefined;
1949
-
1950
- OutputDataConfig: OutputDataConfig | undefined;
1951
-
1952
- DataAccessRoleArn: string | undefined;
1953
-
1954
- JobName?: string;
1955
-
1956
- NumberOfTopics?: number;
1957
-
1958
- ClientRequestToken?: string;
1959
-
1960
- VolumeKmsKeyId?: string;
1961
-
1962
- VpcConfig?: VpcConfig;
1963
-
1964
- Tags?: Tag[];
1965
- }
1966
- export interface StartTopicsDetectionJobResponse {
1967
-
1968
- JobId?: string;
1969
-
1970
- JobArn?: string;
1971
-
1972
- JobStatus?: JobStatus | string;
1973
- }
1974
- export interface StopDominantLanguageDetectionJobRequest {
1975
-
1976
- JobId: string | undefined;
1977
- }
1978
- export interface StopDominantLanguageDetectionJobResponse {
1979
-
1980
- JobId?: string;
1981
-
1982
- JobStatus?: JobStatus | string;
1983
- }
1984
- export interface StopEntitiesDetectionJobRequest {
1985
-
1986
- JobId: string | undefined;
1987
- }
1988
- export interface StopEntitiesDetectionJobResponse {
1989
-
1990
- JobId?: string;
1991
-
1992
- JobStatus?: JobStatus | string;
1993
- }
1994
- export interface StopEventsDetectionJobRequest {
1995
-
1996
- JobId: string | undefined;
1997
- }
1998
- export interface StopEventsDetectionJobResponse {
1999
-
2000
- JobId?: string;
2001
-
2002
- JobStatus?: JobStatus | string;
2003
- }
2004
- export interface StopKeyPhrasesDetectionJobRequest {
2005
-
2006
- JobId: string | undefined;
2007
- }
2008
- export interface StopKeyPhrasesDetectionJobResponse {
2009
-
2010
- JobId?: string;
2011
-
2012
- JobStatus?: JobStatus | string;
2013
- }
2014
- export interface StopPiiEntitiesDetectionJobRequest {
2015
-
2016
- JobId: string | undefined;
2017
- }
2018
- export interface StopPiiEntitiesDetectionJobResponse {
2019
-
2020
- JobId?: string;
2021
-
2022
- JobStatus?: JobStatus | string;
2023
- }
2024
- export interface StopSentimentDetectionJobRequest {
2025
-
2026
- JobId: string | undefined;
2027
- }
2028
- export interface StopSentimentDetectionJobResponse {
2029
-
2030
- JobId?: string;
2031
-
2032
- JobStatus?: JobStatus | string;
2033
- }
2034
- export interface StopTargetedSentimentDetectionJobRequest {
2035
-
2036
- JobId: string | undefined;
2037
- }
2038
- export interface StopTargetedSentimentDetectionJobResponse {
2039
-
2040
- JobId?: string;
2041
-
2042
- JobStatus?: JobStatus | string;
2043
- }
2044
- export interface StopTrainingDocumentClassifierRequest {
2045
-
2046
- DocumentClassifierArn: string | undefined;
2047
- }
2048
- export interface StopTrainingDocumentClassifierResponse {
2049
- }
2050
- export interface StopTrainingEntityRecognizerRequest {
2051
-
2052
- EntityRecognizerArn: string | undefined;
2053
- }
2054
- export interface StopTrainingEntityRecognizerResponse {
2055
- }
2056
-
2057
- export declare class ConcurrentModificationException extends __BaseException {
2058
- readonly name: "ConcurrentModificationException";
2059
- readonly $fault: "client";
2060
- Message?: string;
2061
-
2062
- constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
2063
- }
2064
- export interface TagResourceRequest {
2065
-
2066
- ResourceArn: string | undefined;
2067
-
2068
- Tags: Tag[] | undefined;
2069
- }
2070
- export interface TagResourceResponse {
2071
- }
2072
-
2073
- export declare class TooManyTagKeysException extends __BaseException {
2074
- readonly name: "TooManyTagKeysException";
2075
- readonly $fault: "client";
2076
- Message?: string;
2077
-
2078
- constructor(opts: __ExceptionOptionType<TooManyTagKeysException, __BaseException>);
2079
- }
2080
- export interface UntagResourceRequest {
2081
-
2082
- ResourceArn: string | undefined;
2083
-
2084
- TagKeys: string[] | undefined;
2085
- }
2086
- export interface UntagResourceResponse {
2087
- }
2088
- export interface UpdateEndpointRequest {
2089
-
2090
- EndpointArn: string | undefined;
2091
-
2092
- DesiredModelArn?: string;
2093
-
2094
- DesiredInferenceUnits?: number;
2095
-
2096
- DesiredDataAccessRoleArn?: string;
2097
- }
2098
- export interface UpdateEndpointResponse {
2099
- }
2100
-
2101
- export declare const AugmentedManifestsListItemFilterSensitiveLog: (obj: AugmentedManifestsListItem) => any;
2102
-
2103
- export declare const BatchDetectDominantLanguageRequestFilterSensitiveLog: (obj: BatchDetectDominantLanguageRequest) => any;
2104
-
2105
- export declare const BatchItemErrorFilterSensitiveLog: (obj: BatchItemError) => any;
2106
-
2107
- export declare const DominantLanguageFilterSensitiveLog: (obj: DominantLanguage) => any;
2108
-
2109
- export declare const BatchDetectDominantLanguageItemResultFilterSensitiveLog: (obj: BatchDetectDominantLanguageItemResult) => any;
2110
-
2111
- export declare const BatchDetectDominantLanguageResponseFilterSensitiveLog: (obj: BatchDetectDominantLanguageResponse) => any;
2112
-
2113
- export declare const BatchDetectEntitiesRequestFilterSensitiveLog: (obj: BatchDetectEntitiesRequest) => any;
2114
-
2115
- export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
2116
-
2117
- export declare const BatchDetectEntitiesItemResultFilterSensitiveLog: (obj: BatchDetectEntitiesItemResult) => any;
2118
-
2119
- export declare const BatchDetectEntitiesResponseFilterSensitiveLog: (obj: BatchDetectEntitiesResponse) => any;
2120
-
2121
- export declare const BatchDetectKeyPhrasesRequestFilterSensitiveLog: (obj: BatchDetectKeyPhrasesRequest) => any;
2122
-
2123
- export declare const KeyPhraseFilterSensitiveLog: (obj: KeyPhrase) => any;
2124
-
2125
- export declare const BatchDetectKeyPhrasesItemResultFilterSensitiveLog: (obj: BatchDetectKeyPhrasesItemResult) => any;
2126
-
2127
- export declare const BatchDetectKeyPhrasesResponseFilterSensitiveLog: (obj: BatchDetectKeyPhrasesResponse) => any;
2128
-
2129
- export declare const BatchDetectSentimentRequestFilterSensitiveLog: (obj: BatchDetectSentimentRequest) => any;
2130
-
2131
- export declare const SentimentScoreFilterSensitiveLog: (obj: SentimentScore) => any;
2132
-
2133
- export declare const BatchDetectSentimentItemResultFilterSensitiveLog: (obj: BatchDetectSentimentItemResult) => any;
2134
-
2135
- export declare const BatchDetectSentimentResponseFilterSensitiveLog: (obj: BatchDetectSentimentResponse) => any;
2136
-
2137
- export declare const BatchDetectSyntaxRequestFilterSensitiveLog: (obj: BatchDetectSyntaxRequest) => any;
2138
-
2139
- export declare const PartOfSpeechTagFilterSensitiveLog: (obj: PartOfSpeechTag) => any;
2140
-
2141
- export declare const SyntaxTokenFilterSensitiveLog: (obj: SyntaxToken) => any;
2142
-
2143
- export declare const BatchDetectSyntaxItemResultFilterSensitiveLog: (obj: BatchDetectSyntaxItemResult) => any;
2144
-
2145
- export declare const BatchDetectSyntaxResponseFilterSensitiveLog: (obj: BatchDetectSyntaxResponse) => any;
2146
-
2147
- export declare const ClassifierEvaluationMetricsFilterSensitiveLog: (obj: ClassifierEvaluationMetrics) => any;
2148
-
2149
- export declare const ClassifierMetadataFilterSensitiveLog: (obj: ClassifierMetadata) => any;
2150
-
2151
- export declare const ClassifyDocumentRequestFilterSensitiveLog: (obj: ClassifyDocumentRequest) => any;
2152
-
2153
- export declare const DocumentClassFilterSensitiveLog: (obj: DocumentClass) => any;
2154
-
2155
- export declare const DocumentLabelFilterSensitiveLog: (obj: DocumentLabel) => any;
2156
-
2157
- export declare const ClassifyDocumentResponseFilterSensitiveLog: (obj: ClassifyDocumentResponse) => any;
2158
-
2159
- export declare const ContainsPiiEntitiesRequestFilterSensitiveLog: (obj: ContainsPiiEntitiesRequest) => any;
2160
-
2161
- export declare const EntityLabelFilterSensitiveLog: (obj: EntityLabel) => any;
2162
-
2163
- export declare const ContainsPiiEntitiesResponseFilterSensitiveLog: (obj: ContainsPiiEntitiesResponse) => any;
2164
-
2165
- export declare const DocumentClassifierInputDataConfigFilterSensitiveLog: (obj: DocumentClassifierInputDataConfig) => any;
2166
-
2167
- export declare const DocumentClassifierOutputDataConfigFilterSensitiveLog: (obj: DocumentClassifierOutputDataConfig) => any;
2168
-
2169
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2170
-
2171
- export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
2172
-
2173
- export declare const CreateDocumentClassifierRequestFilterSensitiveLog: (obj: CreateDocumentClassifierRequest) => any;
2174
-
2175
- export declare const CreateDocumentClassifierResponseFilterSensitiveLog: (obj: CreateDocumentClassifierResponse) => any;
2176
-
2177
- export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
2178
-
2179
- export declare const CreateEndpointResponseFilterSensitiveLog: (obj: CreateEndpointResponse) => any;
2180
-
2181
- export declare const EntityRecognizerAnnotationsFilterSensitiveLog: (obj: EntityRecognizerAnnotations) => any;
2182
-
2183
- export declare const EntityRecognizerDocumentsFilterSensitiveLog: (obj: EntityRecognizerDocuments) => any;
2184
-
2185
- export declare const EntityRecognizerEntityListFilterSensitiveLog: (obj: EntityRecognizerEntityList) => any;
2186
-
2187
- export declare const EntityTypesListItemFilterSensitiveLog: (obj: EntityTypesListItem) => any;
2188
-
2189
- export declare const EntityRecognizerInputDataConfigFilterSensitiveLog: (obj: EntityRecognizerInputDataConfig) => any;
2190
-
2191
- export declare const CreateEntityRecognizerRequestFilterSensitiveLog: (obj: CreateEntityRecognizerRequest) => any;
2192
-
2193
- export declare const CreateEntityRecognizerResponseFilterSensitiveLog: (obj: CreateEntityRecognizerResponse) => any;
2194
-
2195
- export declare const DeleteDocumentClassifierRequestFilterSensitiveLog: (obj: DeleteDocumentClassifierRequest) => any;
2196
-
2197
- export declare const DeleteDocumentClassifierResponseFilterSensitiveLog: (obj: DeleteDocumentClassifierResponse) => any;
2198
-
2199
- export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
2200
-
2201
- export declare const DeleteEndpointResponseFilterSensitiveLog: (obj: DeleteEndpointResponse) => any;
2202
-
2203
- export declare const DeleteEntityRecognizerRequestFilterSensitiveLog: (obj: DeleteEntityRecognizerRequest) => any;
2204
-
2205
- export declare const DeleteEntityRecognizerResponseFilterSensitiveLog: (obj: DeleteEntityRecognizerResponse) => any;
2206
-
2207
- export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
2208
-
2209
- export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
2210
-
2211
- export declare const DescribeDocumentClassificationJobRequestFilterSensitiveLog: (obj: DescribeDocumentClassificationJobRequest) => any;
2212
-
2213
- export declare const DocumentReaderConfigFilterSensitiveLog: (obj: DocumentReaderConfig) => any;
2214
-
2215
- export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
2216
-
2217
- export declare const OutputDataConfigFilterSensitiveLog: (obj: OutputDataConfig) => any;
2218
-
2219
- export declare const DocumentClassificationJobPropertiesFilterSensitiveLog: (obj: DocumentClassificationJobProperties) => any;
2220
-
2221
- export declare const DescribeDocumentClassificationJobResponseFilterSensitiveLog: (obj: DescribeDocumentClassificationJobResponse) => any;
2222
-
2223
- export declare const DescribeDocumentClassifierRequestFilterSensitiveLog: (obj: DescribeDocumentClassifierRequest) => any;
2224
-
2225
- export declare const DocumentClassifierPropertiesFilterSensitiveLog: (obj: DocumentClassifierProperties) => any;
2226
-
2227
- export declare const DescribeDocumentClassifierResponseFilterSensitiveLog: (obj: DescribeDocumentClassifierResponse) => any;
2228
-
2229
- export declare const DescribeDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobRequest) => any;
2230
-
2231
- export declare const DominantLanguageDetectionJobPropertiesFilterSensitiveLog: (obj: DominantLanguageDetectionJobProperties) => any;
2232
-
2233
- export declare const DescribeDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobResponse) => any;
2234
-
2235
- export declare const DescribeEndpointRequestFilterSensitiveLog: (obj: DescribeEndpointRequest) => any;
2236
-
2237
- export declare const EndpointPropertiesFilterSensitiveLog: (obj: EndpointProperties) => any;
2238
-
2239
- export declare const DescribeEndpointResponseFilterSensitiveLog: (obj: DescribeEndpointResponse) => any;
2240
-
2241
- export declare const DescribeEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobRequest) => any;
2242
-
2243
- export declare const EntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: EntitiesDetectionJobProperties) => any;
2244
-
2245
- export declare const DescribeEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobResponse) => any;
2246
-
2247
- export declare const DescribeEntityRecognizerRequestFilterSensitiveLog: (obj: DescribeEntityRecognizerRequest) => any;
2248
-
2249
- export declare const EntityTypesEvaluationMetricsFilterSensitiveLog: (obj: EntityTypesEvaluationMetrics) => any;
2250
-
2251
- export declare const EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog: (obj: EntityRecognizerMetadataEntityTypesListItem) => any;
2252
-
2253
- export declare const EntityRecognizerEvaluationMetricsFilterSensitiveLog: (obj: EntityRecognizerEvaluationMetrics) => any;
2254
-
2255
- export declare const EntityRecognizerMetadataFilterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
2256
-
2257
- export declare const EntityRecognizerPropertiesFilterSensitiveLog: (obj: EntityRecognizerProperties) => any;
2258
-
2259
- export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
2260
-
2261
- export declare const DescribeEventsDetectionJobRequestFilterSensitiveLog: (obj: DescribeEventsDetectionJobRequest) => any;
2262
-
2263
- export declare const EventsDetectionJobPropertiesFilterSensitiveLog: (obj: EventsDetectionJobProperties) => any;
2264
-
2265
- export declare const DescribeEventsDetectionJobResponseFilterSensitiveLog: (obj: DescribeEventsDetectionJobResponse) => any;
2266
-
2267
- export declare const DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobRequest) => any;
2268
-
2269
- export declare const KeyPhrasesDetectionJobPropertiesFilterSensitiveLog: (obj: KeyPhrasesDetectionJobProperties) => any;
2270
-
2271
- export declare const DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobResponse) => any;
2272
-
2273
- export declare const DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobRequest) => any;
2274
-
2275
- export declare const PiiOutputDataConfigFilterSensitiveLog: (obj: PiiOutputDataConfig) => any;
2276
-
2277
- export declare const RedactionConfigFilterSensitiveLog: (obj: RedactionConfig) => any;
2278
-
2279
- export declare const PiiEntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: PiiEntitiesDetectionJobProperties) => any;
2280
-
2281
- export declare const DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobResponse) => any;
2282
-
2283
- export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
2284
-
2285
- export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
2286
-
2287
- export declare const DescribeSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeSentimentDetectionJobRequest) => any;
2288
-
2289
- export declare const SentimentDetectionJobPropertiesFilterSensitiveLog: (obj: SentimentDetectionJobProperties) => any;
2290
-
2291
- export declare const DescribeSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeSentimentDetectionJobResponse) => any;
2292
-
2293
- export declare const DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobRequest) => any;
2294
-
2295
- export declare const TargetedSentimentDetectionJobPropertiesFilterSensitiveLog: (obj: TargetedSentimentDetectionJobProperties) => any;
2296
-
2297
- export declare const DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobResponse) => any;
2298
-
2299
- export declare const DescribeTopicsDetectionJobRequestFilterSensitiveLog: (obj: DescribeTopicsDetectionJobRequest) => any;
2300
-
2301
- export declare const TopicsDetectionJobPropertiesFilterSensitiveLog: (obj: TopicsDetectionJobProperties) => any;
2302
-
2303
- export declare const DescribeTopicsDetectionJobResponseFilterSensitiveLog: (obj: DescribeTopicsDetectionJobResponse) => any;
2304
-
2305
- export declare const DetectDominantLanguageRequestFilterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
2306
-
2307
- export declare const DetectDominantLanguageResponseFilterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
2308
-
2309
- export declare const DetectEntitiesRequestFilterSensitiveLog: (obj: DetectEntitiesRequest) => any;
2310
-
2311
- export declare const DetectEntitiesResponseFilterSensitiveLog: (obj: DetectEntitiesResponse) => any;
2312
-
2313
- export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
2314
-
2315
- export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
2316
-
2317
- export declare const DetectPiiEntitiesRequestFilterSensitiveLog: (obj: DetectPiiEntitiesRequest) => any;
2318
-
2319
- export declare const PiiEntityFilterSensitiveLog: (obj: PiiEntity) => any;
2320
-
2321
- export declare const DetectPiiEntitiesResponseFilterSensitiveLog: (obj: DetectPiiEntitiesResponse) => any;
2322
-
2323
- export declare const DetectSentimentRequestFilterSensitiveLog: (obj: DetectSentimentRequest) => any;
2324
-
2325
- export declare const DetectSentimentResponseFilterSensitiveLog: (obj: DetectSentimentResponse) => any;
2326
-
2327
- export declare const DetectSyntaxRequestFilterSensitiveLog: (obj: DetectSyntaxRequest) => any;
2328
-
2329
- export declare const DetectSyntaxResponseFilterSensitiveLog: (obj: DetectSyntaxResponse) => any;
2330
-
2331
- export declare const ImportModelRequestFilterSensitiveLog: (obj: ImportModelRequest) => any;
2332
-
2333
- export declare const ImportModelResponseFilterSensitiveLog: (obj: ImportModelResponse) => any;
2334
-
2335
- export declare const DocumentClassificationJobFilterFilterSensitiveLog: (obj: DocumentClassificationJobFilter) => any;
2336
-
2337
- export declare const ListDocumentClassificationJobsRequestFilterSensitiveLog: (obj: ListDocumentClassificationJobsRequest) => any;
2338
-
2339
- export declare const ListDocumentClassificationJobsResponseFilterSensitiveLog: (obj: ListDocumentClassificationJobsResponse) => any;
2340
-
2341
- export declare const DocumentClassifierFilterFilterSensitiveLog: (obj: DocumentClassifierFilter) => any;
2342
-
2343
- export declare const ListDocumentClassifiersRequestFilterSensitiveLog: (obj: ListDocumentClassifiersRequest) => any;
2344
-
2345
- export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
2346
-
2347
- export declare const ListDocumentClassifierSummariesRequestFilterSensitiveLog: (obj: ListDocumentClassifierSummariesRequest) => any;
2348
-
2349
- export declare const DocumentClassifierSummaryFilterSensitiveLog: (obj: DocumentClassifierSummary) => any;
2350
-
2351
- export declare const ListDocumentClassifierSummariesResponseFilterSensitiveLog: (obj: ListDocumentClassifierSummariesResponse) => any;
2352
-
2353
- export declare const DominantLanguageDetectionJobFilterFilterSensitiveLog: (obj: DominantLanguageDetectionJobFilter) => any;
2354
-
2355
- export declare const ListDominantLanguageDetectionJobsRequestFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsRequest) => any;
2356
-
2357
- export declare const ListDominantLanguageDetectionJobsResponseFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsResponse) => any;
2358
-
2359
- export declare const EndpointFilterFilterSensitiveLog: (obj: EndpointFilter) => any;
2360
-
2361
- export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
2362
-
2363
- export declare const ListEndpointsResponseFilterSensitiveLog: (obj: ListEndpointsResponse) => any;
2364
-
2365
- export declare const EntitiesDetectionJobFilterFilterSensitiveLog: (obj: EntitiesDetectionJobFilter) => any;
2366
-
2367
- export declare const ListEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListEntitiesDetectionJobsRequest) => any;
2368
-
2369
- export declare const ListEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListEntitiesDetectionJobsResponse) => any;
2370
-
2371
- export declare const EntityRecognizerFilterFilterSensitiveLog: (obj: EntityRecognizerFilter) => any;
2372
-
2373
- export declare const ListEntityRecognizersRequestFilterSensitiveLog: (obj: ListEntityRecognizersRequest) => any;
2374
-
2375
- export declare const ListEntityRecognizersResponseFilterSensitiveLog: (obj: ListEntityRecognizersResponse) => any;
2376
-
2377
- export declare const ListEntityRecognizerSummariesRequestFilterSensitiveLog: (obj: ListEntityRecognizerSummariesRequest) => any;
2378
-
2379
- export declare const EntityRecognizerSummaryFilterSensitiveLog: (obj: EntityRecognizerSummary) => any;
2380
-
2381
- export declare const ListEntityRecognizerSummariesResponseFilterSensitiveLog: (obj: ListEntityRecognizerSummariesResponse) => any;
2382
-
2383
- export declare const EventsDetectionJobFilterFilterSensitiveLog: (obj: EventsDetectionJobFilter) => any;
2384
-
2385
- export declare const ListEventsDetectionJobsRequestFilterSensitiveLog: (obj: ListEventsDetectionJobsRequest) => any;
2386
-
2387
- export declare const ListEventsDetectionJobsResponseFilterSensitiveLog: (obj: ListEventsDetectionJobsResponse) => any;
2388
-
2389
- export declare const KeyPhrasesDetectionJobFilterFilterSensitiveLog: (obj: KeyPhrasesDetectionJobFilter) => any;
2390
-
2391
- export declare const ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsRequest) => any;
2392
-
2393
- export declare const ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsResponse) => any;
2394
-
2395
- export declare const PiiEntitiesDetectionJobFilterFilterSensitiveLog: (obj: PiiEntitiesDetectionJobFilter) => any;
2396
-
2397
- export declare const ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsRequest) => any;
2398
-
2399
- export declare const ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsResponse) => any;
2400
-
2401
- export declare const SentimentDetectionJobFilterFilterSensitiveLog: (obj: SentimentDetectionJobFilter) => any;
2402
-
2403
- export declare const ListSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListSentimentDetectionJobsRequest) => any;
2404
-
2405
- export declare const ListSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListSentimentDetectionJobsResponse) => any;
2406
-
2407
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2408
-
2409
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2410
-
2411
- export declare const TargetedSentimentDetectionJobFilterFilterSensitiveLog: (obj: TargetedSentimentDetectionJobFilter) => any;
2412
-
2413
- export declare const ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsRequest) => any;
2414
-
2415
- export declare const ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsResponse) => any;
2416
-
2417
- export declare const TopicsDetectionJobFilterFilterSensitiveLog: (obj: TopicsDetectionJobFilter) => any;
2418
-
2419
- export declare const ListTopicsDetectionJobsRequestFilterSensitiveLog: (obj: ListTopicsDetectionJobsRequest) => any;
2420
-
2421
- export declare const ListTopicsDetectionJobsResponseFilterSensitiveLog: (obj: ListTopicsDetectionJobsResponse) => any;
2422
-
2423
- export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
2424
-
2425
- export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
2426
-
2427
- export declare const StartDocumentClassificationJobRequestFilterSensitiveLog: (obj: StartDocumentClassificationJobRequest) => any;
2428
-
2429
- export declare const StartDocumentClassificationJobResponseFilterSensitiveLog: (obj: StartDocumentClassificationJobResponse) => any;
2430
-
2431
- export declare const StartDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobRequest) => any;
2432
-
2433
- export declare const StartDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobResponse) => any;
2434
-
2435
- export declare const StartEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartEntitiesDetectionJobRequest) => any;
2436
-
2437
- export declare const StartEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartEntitiesDetectionJobResponse) => any;
2438
-
2439
- export declare const StartEventsDetectionJobRequestFilterSensitiveLog: (obj: StartEventsDetectionJobRequest) => any;
2440
-
2441
- export declare const StartEventsDetectionJobResponseFilterSensitiveLog: (obj: StartEventsDetectionJobResponse) => any;
2442
-
2443
- export declare const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobRequest) => any;
2444
-
2445
- export declare const StartKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobResponse) => any;
2446
-
2447
- export declare const StartPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobRequest) => any;
2448
-
2449
- export declare const StartPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobResponse) => any;
2450
-
2451
- export declare const StartSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartSentimentDetectionJobRequest) => any;
2452
-
2453
- export declare const StartSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartSentimentDetectionJobResponse) => any;
2454
-
2455
- export declare const StartTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobRequest) => any;
2456
-
2457
- export declare const StartTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobResponse) => any;
2458
-
2459
- export declare const StartTopicsDetectionJobRequestFilterSensitiveLog: (obj: StartTopicsDetectionJobRequest) => any;
2460
-
2461
- export declare const StartTopicsDetectionJobResponseFilterSensitiveLog: (obj: StartTopicsDetectionJobResponse) => any;
2462
-
2463
- export declare const StopDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobRequest) => any;
2464
-
2465
- export declare const StopDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobResponse) => any;
2466
-
2467
- export declare const StopEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopEntitiesDetectionJobRequest) => any;
2468
-
2469
- export declare const StopEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopEntitiesDetectionJobResponse) => any;
2470
-
2471
- export declare const StopEventsDetectionJobRequestFilterSensitiveLog: (obj: StopEventsDetectionJobRequest) => any;
2472
-
2473
- export declare const StopEventsDetectionJobResponseFilterSensitiveLog: (obj: StopEventsDetectionJobResponse) => any;
2474
-
2475
- export declare const StopKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobRequest) => any;
2476
-
2477
- export declare const StopKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobResponse) => any;
2478
-
2479
- export declare const StopPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobRequest) => any;
2480
-
2481
- export declare const StopPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobResponse) => any;
2482
-
2483
- export declare const StopSentimentDetectionJobRequestFilterSensitiveLog: (obj: StopSentimentDetectionJobRequest) => any;
2484
-
2485
- export declare const StopSentimentDetectionJobResponseFilterSensitiveLog: (obj: StopSentimentDetectionJobResponse) => any;
2486
-
2487
- export declare const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: StopTargetedSentimentDetectionJobRequest) => any;
2488
-
2489
- export declare const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: StopTargetedSentimentDetectionJobResponse) => any;
2490
-
2491
- export declare const StopTrainingDocumentClassifierRequestFilterSensitiveLog: (obj: StopTrainingDocumentClassifierRequest) => any;
2492
-
2493
- export declare const StopTrainingDocumentClassifierResponseFilterSensitiveLog: (obj: StopTrainingDocumentClassifierResponse) => any;
2494
-
2495
- export declare const StopTrainingEntityRecognizerRequestFilterSensitiveLog: (obj: StopTrainingEntityRecognizerRequest) => any;
2496
-
2497
- export declare const StopTrainingEntityRecognizerResponseFilterSensitiveLog: (obj: StopTrainingEntityRecognizerResponse) => any;
2498
-
2499
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2500
-
2501
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2502
-
2503
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2504
-
2505
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2506
-
2507
- export declare const UpdateEndpointRequestFilterSensitiveLog: (obj: UpdateEndpointRequest) => any;
2508
-
2509
- export declare const UpdateEndpointResponseFilterSensitiveLog: (obj: UpdateEndpointResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException";
3
+ export declare enum AugmentedManifestsDocumentTypeFormat {
4
+ PLAIN_TEXT_DOCUMENT = "PLAIN_TEXT_DOCUMENT",
5
+ SEMI_STRUCTURED_DOCUMENT = "SEMI_STRUCTURED_DOCUMENT",
6
+ }
7
+ export declare enum Split {
8
+ TEST = "TEST",
9
+ TRAIN = "TRAIN",
10
+ }
11
+
12
+ export interface AugmentedManifestsListItem {
13
+ S3Uri: string | undefined;
14
+
15
+ Split?: Split | string;
16
+
17
+ AttributeNames: string[] | undefined;
18
+
19
+ AnnotationDataS3Uri?: string;
20
+
21
+ SourceDocumentsS3Uri?: string;
22
+
23
+ DocumentType?: AugmentedManifestsDocumentTypeFormat | string;
24
+ }
25
+ export interface BatchDetectDominantLanguageRequest {
26
+ TextList: string[] | undefined;
27
+ }
28
+
29
+ export interface BatchItemError {
30
+ Index?: number;
31
+
32
+ ErrorCode?: string;
33
+
34
+ ErrorMessage?: string;
35
+ }
36
+
37
+ export interface DominantLanguage {
38
+ LanguageCode?: string;
39
+
40
+ Score?: number;
41
+ }
42
+
43
+ export interface BatchDetectDominantLanguageItemResult {
44
+ Index?: number;
45
+
46
+ Languages?: DominantLanguage[];
47
+ }
48
+ export interface BatchDetectDominantLanguageResponse {
49
+ ResultList: BatchDetectDominantLanguageItemResult[] | undefined;
50
+
51
+ ErrorList: BatchItemError[] | undefined;
52
+ }
53
+
54
+ export declare class BatchSizeLimitExceededException extends __BaseException {
55
+ readonly name: "BatchSizeLimitExceededException";
56
+ readonly $fault: "client";
57
+ Message?: string;
58
+
59
+ constructor(
60
+ opts: __ExceptionOptionType<
61
+ BatchSizeLimitExceededException,
62
+ __BaseException
63
+ >
64
+ );
65
+ }
66
+
67
+ export declare class InternalServerException extends __BaseException {
68
+ readonly name: "InternalServerException";
69
+ readonly $fault: "server";
70
+ Message?: string;
71
+
72
+ constructor(
73
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
74
+ );
75
+ }
76
+
77
+ export declare class InvalidRequestException extends __BaseException {
78
+ readonly name: "InvalidRequestException";
79
+ readonly $fault: "client";
80
+ Message?: string;
81
+
82
+ constructor(
83
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
84
+ );
85
+ }
86
+
87
+ export declare class TextSizeLimitExceededException extends __BaseException {
88
+ readonly name: "TextSizeLimitExceededException";
89
+ readonly $fault: "client";
90
+ Message?: string;
91
+
92
+ constructor(
93
+ opts: __ExceptionOptionType<TextSizeLimitExceededException, __BaseException>
94
+ );
95
+ }
96
+ export declare enum LanguageCode {
97
+ AR = "ar",
98
+ DE = "de",
99
+ EN = "en",
100
+ ES = "es",
101
+ FR = "fr",
102
+ HI = "hi",
103
+ IT = "it",
104
+ JA = "ja",
105
+ KO = "ko",
106
+ PT = "pt",
107
+ ZH = "zh",
108
+ ZH_TW = "zh-TW",
109
+ }
110
+ export interface BatchDetectEntitiesRequest {
111
+ TextList: string[] | undefined;
112
+
113
+ LanguageCode: LanguageCode | string | undefined;
114
+ }
115
+ export declare enum EntityType {
116
+ COMMERCIAL_ITEM = "COMMERCIAL_ITEM",
117
+ DATE = "DATE",
118
+ EVENT = "EVENT",
119
+ LOCATION = "LOCATION",
120
+ ORGANIZATION = "ORGANIZATION",
121
+ OTHER = "OTHER",
122
+ PERSON = "PERSON",
123
+ QUANTITY = "QUANTITY",
124
+ TITLE = "TITLE",
125
+ }
126
+
127
+ export interface Entity {
128
+ Score?: number;
129
+
130
+ Type?: EntityType | string;
131
+
132
+ Text?: string;
133
+
134
+ BeginOffset?: number;
135
+
136
+ EndOffset?: number;
137
+ }
138
+
139
+ export interface BatchDetectEntitiesItemResult {
140
+ Index?: number;
141
+
142
+ Entities?: Entity[];
143
+ }
144
+ export interface BatchDetectEntitiesResponse {
145
+ ResultList: BatchDetectEntitiesItemResult[] | undefined;
146
+
147
+ ErrorList: BatchItemError[] | undefined;
148
+ }
149
+
150
+ export declare class UnsupportedLanguageException extends __BaseException {
151
+ readonly name: "UnsupportedLanguageException";
152
+ readonly $fault: "client";
153
+ Message?: string;
154
+
155
+ constructor(
156
+ opts: __ExceptionOptionType<UnsupportedLanguageException, __BaseException>
157
+ );
158
+ }
159
+ export interface BatchDetectKeyPhrasesRequest {
160
+ TextList: string[] | undefined;
161
+
162
+ LanguageCode: LanguageCode | string | undefined;
163
+ }
164
+
165
+ export interface KeyPhrase {
166
+ Score?: number;
167
+
168
+ Text?: string;
169
+
170
+ BeginOffset?: number;
171
+
172
+ EndOffset?: number;
173
+ }
174
+
175
+ export interface BatchDetectKeyPhrasesItemResult {
176
+ Index?: number;
177
+
178
+ KeyPhrases?: KeyPhrase[];
179
+ }
180
+ export interface BatchDetectKeyPhrasesResponse {
181
+ ResultList: BatchDetectKeyPhrasesItemResult[] | undefined;
182
+
183
+ ErrorList: BatchItemError[] | undefined;
184
+ }
185
+ export interface BatchDetectSentimentRequest {
186
+ TextList: string[] | undefined;
187
+
188
+ LanguageCode: LanguageCode | string | undefined;
189
+ }
190
+ export declare enum SentimentType {
191
+ MIXED = "MIXED",
192
+ NEGATIVE = "NEGATIVE",
193
+ NEUTRAL = "NEUTRAL",
194
+ POSITIVE = "POSITIVE",
195
+ }
196
+
197
+ export interface SentimentScore {
198
+ Positive?: number;
199
+
200
+ Negative?: number;
201
+
202
+ Neutral?: number;
203
+
204
+ Mixed?: number;
205
+ }
206
+
207
+ export interface BatchDetectSentimentItemResult {
208
+ Index?: number;
209
+
210
+ Sentiment?: SentimentType | string;
211
+
212
+ SentimentScore?: SentimentScore;
213
+ }
214
+ export interface BatchDetectSentimentResponse {
215
+ ResultList: BatchDetectSentimentItemResult[] | undefined;
216
+
217
+ ErrorList: BatchItemError[] | undefined;
218
+ }
219
+ export declare enum SyntaxLanguageCode {
220
+ DE = "de",
221
+ EN = "en",
222
+ ES = "es",
223
+ FR = "fr",
224
+ IT = "it",
225
+ PT = "pt",
226
+ }
227
+ export interface BatchDetectSyntaxRequest {
228
+ TextList: string[] | undefined;
229
+
230
+ LanguageCode: SyntaxLanguageCode | string | undefined;
231
+ }
232
+ export declare enum PartOfSpeechTagType {
233
+ ADJ = "ADJ",
234
+ ADP = "ADP",
235
+ ADV = "ADV",
236
+ AUX = "AUX",
237
+ CCONJ = "CCONJ",
238
+ CONJ = "CONJ",
239
+ DET = "DET",
240
+ INTJ = "INTJ",
241
+ NOUN = "NOUN",
242
+ NUM = "NUM",
243
+ O = "O",
244
+ PART = "PART",
245
+ PRON = "PRON",
246
+ PROPN = "PROPN",
247
+ PUNCT = "PUNCT",
248
+ SCONJ = "SCONJ",
249
+ SYM = "SYM",
250
+ VERB = "VERB",
251
+ }
252
+
253
+ export interface PartOfSpeechTag {
254
+ Tag?: PartOfSpeechTagType | string;
255
+
256
+ Score?: number;
257
+ }
258
+
259
+ export interface SyntaxToken {
260
+ TokenId?: number;
261
+
262
+ Text?: string;
263
+
264
+ BeginOffset?: number;
265
+
266
+ EndOffset?: number;
267
+
268
+ PartOfSpeech?: PartOfSpeechTag;
269
+ }
270
+
271
+ export interface BatchDetectSyntaxItemResult {
272
+ Index?: number;
273
+
274
+ SyntaxTokens?: SyntaxToken[];
275
+ }
276
+ export interface BatchDetectSyntaxResponse {
277
+ ResultList: BatchDetectSyntaxItemResult[] | undefined;
278
+
279
+ ErrorList: BatchItemError[] | undefined;
280
+ }
281
+
282
+ export interface ClassifierEvaluationMetrics {
283
+ Accuracy?: number;
284
+
285
+ Precision?: number;
286
+
287
+ Recall?: number;
288
+
289
+ F1Score?: number;
290
+
291
+ MicroPrecision?: number;
292
+
293
+ MicroRecall?: number;
294
+
295
+ MicroF1Score?: number;
296
+
297
+ HammingLoss?: number;
298
+ }
299
+
300
+ export interface ClassifierMetadata {
301
+ NumberOfLabels?: number;
302
+
303
+ NumberOfTrainedDocuments?: number;
304
+
305
+ NumberOfTestDocuments?: number;
306
+
307
+ EvaluationMetrics?: ClassifierEvaluationMetrics;
308
+ }
309
+ export interface ClassifyDocumentRequest {
310
+ Text: string | undefined;
311
+
312
+ EndpointArn: string | undefined;
313
+ }
314
+
315
+ export interface DocumentClass {
316
+ Name?: string;
317
+
318
+ Score?: number;
319
+ }
320
+
321
+ export interface DocumentLabel {
322
+ Name?: string;
323
+
324
+ Score?: number;
325
+ }
326
+ export interface ClassifyDocumentResponse {
327
+ Classes?: DocumentClass[];
328
+
329
+ Labels?: DocumentLabel[];
330
+ }
331
+
332
+ export declare class ResourceUnavailableException extends __BaseException {
333
+ readonly name: "ResourceUnavailableException";
334
+ readonly $fault: "client";
335
+ Message?: string;
336
+
337
+ constructor(
338
+ opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
339
+ );
340
+ }
341
+ export interface ContainsPiiEntitiesRequest {
342
+ Text: string | undefined;
343
+
344
+ LanguageCode: LanguageCode | string | undefined;
345
+ }
346
+ export declare enum PiiEntityType {
347
+ ADDRESS = "ADDRESS",
348
+ AGE = "AGE",
349
+ ALL = "ALL",
350
+ AWS_ACCESS_KEY = "AWS_ACCESS_KEY",
351
+ AWS_SECRET_KEY = "AWS_SECRET_KEY",
352
+ BANK_ACCOUNT_NUMBER = "BANK_ACCOUNT_NUMBER",
353
+ BANK_ROUTING = "BANK_ROUTING",
354
+ CA_HEALTH_NUMBER = "CA_HEALTH_NUMBER",
355
+ CA_SOCIAL_INSURANCE_NUMBER = "CA_SOCIAL_INSURANCE_NUMBER",
356
+ CREDIT_DEBIT_CVV = "CREDIT_DEBIT_CVV",
357
+ CREDIT_DEBIT_EXPIRY = "CREDIT_DEBIT_EXPIRY",
358
+ CREDIT_DEBIT_NUMBER = "CREDIT_DEBIT_NUMBER",
359
+ DATE_TIME = "DATE_TIME",
360
+ DRIVER_ID = "DRIVER_ID",
361
+ EMAIL = "EMAIL",
362
+ INTERNATIONAL_BANK_ACCOUNT_NUMBER = "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
363
+ IN_AADHAAR = "IN_AADHAAR",
364
+ IN_NREGA = "IN_NREGA",
365
+ IN_PERMANENT_ACCOUNT_NUMBER = "IN_PERMANENT_ACCOUNT_NUMBER",
366
+ IN_VOTER_NUMBER = "IN_VOTER_NUMBER",
367
+ IP_ADDRESS = "IP_ADDRESS",
368
+ LICENSE_PLATE = "LICENSE_PLATE",
369
+ MAC_ADDRESS = "MAC_ADDRESS",
370
+ NAME = "NAME",
371
+ PASSPORT_NUMBER = "PASSPORT_NUMBER",
372
+ PASSWORD = "PASSWORD",
373
+ PHONE = "PHONE",
374
+ PIN = "PIN",
375
+ SSN = "SSN",
376
+ SWIFT_CODE = "SWIFT_CODE",
377
+ UK_NATIONAL_HEALTH_SERVICE_NUMBER = "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
378
+ UK_NATIONAL_INSURANCE_NUMBER = "UK_NATIONAL_INSURANCE_NUMBER",
379
+ UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER = "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
380
+ URL = "URL",
381
+ USERNAME = "USERNAME",
382
+ US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER = "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
383
+ VEHICLE_IDENTIFICATION_NUMBER = "VEHICLE_IDENTIFICATION_NUMBER",
384
+ }
385
+
386
+ export interface EntityLabel {
387
+ Name?: PiiEntityType | string;
388
+
389
+ Score?: number;
390
+ }
391
+ export interface ContainsPiiEntitiesResponse {
392
+ Labels?: EntityLabel[];
393
+ }
394
+ export declare enum DocumentClassifierDataFormat {
395
+ AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
396
+ COMPREHEND_CSV = "COMPREHEND_CSV",
397
+ }
398
+
399
+ export interface DocumentClassifierInputDataConfig {
400
+ DataFormat?: DocumentClassifierDataFormat | string;
401
+
402
+ S3Uri?: string;
403
+
404
+ TestS3Uri?: string;
405
+
406
+ LabelDelimiter?: string;
407
+
408
+ AugmentedManifests?: AugmentedManifestsListItem[];
409
+ }
410
+ export declare enum DocumentClassifierMode {
411
+ MULTI_CLASS = "MULTI_CLASS",
412
+ MULTI_LABEL = "MULTI_LABEL",
413
+ }
414
+
415
+ export interface DocumentClassifierOutputDataConfig {
416
+ S3Uri?: string;
417
+
418
+ KmsKeyId?: string;
419
+ }
420
+
421
+ export interface Tag {
422
+ Key: string | undefined;
423
+
424
+ Value?: string;
425
+ }
426
+
427
+ export interface VpcConfig {
428
+ SecurityGroupIds: string[] | undefined;
429
+
430
+ Subnets: string[] | undefined;
431
+ }
432
+ export interface CreateDocumentClassifierRequest {
433
+ DocumentClassifierName: string | undefined;
434
+
435
+ VersionName?: string;
436
+
437
+ DataAccessRoleArn: string | undefined;
438
+
439
+ Tags?: Tag[];
440
+
441
+ InputDataConfig: DocumentClassifierInputDataConfig | undefined;
442
+
443
+ OutputDataConfig?: DocumentClassifierOutputDataConfig;
444
+
445
+ ClientRequestToken?: string;
446
+
447
+ LanguageCode: LanguageCode | string | undefined;
448
+
449
+ VolumeKmsKeyId?: string;
450
+
451
+ VpcConfig?: VpcConfig;
452
+
453
+ Mode?: DocumentClassifierMode | string;
454
+
455
+ ModelKmsKeyId?: string;
456
+
457
+ ModelPolicy?: string;
458
+ }
459
+ export interface CreateDocumentClassifierResponse {
460
+ DocumentClassifierArn?: string;
461
+ }
462
+
463
+ export declare class KmsKeyValidationException extends __BaseException {
464
+ readonly name: "KmsKeyValidationException";
465
+ readonly $fault: "client";
466
+ Message?: string;
467
+
468
+ constructor(
469
+ opts: __ExceptionOptionType<KmsKeyValidationException, __BaseException>
470
+ );
471
+ }
472
+
473
+ export declare class ResourceInUseException extends __BaseException {
474
+ readonly name: "ResourceInUseException";
475
+ readonly $fault: "client";
476
+ Message?: string;
477
+
478
+ constructor(
479
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
480
+ );
481
+ }
482
+
483
+ export declare class ResourceLimitExceededException extends __BaseException {
484
+ readonly name: "ResourceLimitExceededException";
485
+ readonly $fault: "client";
486
+ Message?: string;
487
+
488
+ constructor(
489
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
490
+ );
491
+ }
492
+
493
+ export declare class TooManyRequestsException extends __BaseException {
494
+ readonly name: "TooManyRequestsException";
495
+ readonly $fault: "client";
496
+ Message?: string;
497
+
498
+ constructor(
499
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
500
+ );
501
+ }
502
+
503
+ export declare class TooManyTagsException extends __BaseException {
504
+ readonly name: "TooManyTagsException";
505
+ readonly $fault: "client";
506
+ Message?: string;
507
+
508
+ constructor(
509
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
510
+ );
511
+ }
512
+ export interface CreateEndpointRequest {
513
+ EndpointName: string | undefined;
514
+
515
+ ModelArn: string | undefined;
516
+
517
+ DesiredInferenceUnits: number | undefined;
518
+
519
+ ClientRequestToken?: string;
520
+
521
+ Tags?: Tag[];
522
+
523
+ DataAccessRoleArn?: string;
524
+ }
525
+ export interface CreateEndpointResponse {
526
+ EndpointArn?: string;
527
+ }
528
+
529
+ export declare class ResourceNotFoundException extends __BaseException {
530
+ readonly name: "ResourceNotFoundException";
531
+ readonly $fault: "client";
532
+ Message?: string;
533
+
534
+ constructor(
535
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
536
+ );
537
+ }
538
+
539
+ export interface EntityRecognizerAnnotations {
540
+ S3Uri: string | undefined;
541
+
542
+ TestS3Uri?: string;
543
+ }
544
+ export declare enum EntityRecognizerDataFormat {
545
+ AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
546
+ COMPREHEND_CSV = "COMPREHEND_CSV",
547
+ }
548
+ export declare enum InputFormat {
549
+ ONE_DOC_PER_FILE = "ONE_DOC_PER_FILE",
550
+ ONE_DOC_PER_LINE = "ONE_DOC_PER_LINE",
551
+ }
552
+
553
+ export interface EntityRecognizerDocuments {
554
+ S3Uri: string | undefined;
555
+
556
+ TestS3Uri?: string;
557
+
558
+ InputFormat?: InputFormat | string;
559
+ }
560
+
561
+ export interface EntityRecognizerEntityList {
562
+ S3Uri: string | undefined;
563
+ }
564
+
565
+ export interface EntityTypesListItem {
566
+ Type: string | undefined;
567
+ }
568
+
569
+ export interface EntityRecognizerInputDataConfig {
570
+ DataFormat?: EntityRecognizerDataFormat | string;
571
+
572
+ EntityTypes: EntityTypesListItem[] | undefined;
573
+
574
+ Documents?: EntityRecognizerDocuments;
575
+
576
+ Annotations?: EntityRecognizerAnnotations;
577
+
578
+ EntityList?: EntityRecognizerEntityList;
579
+
580
+ AugmentedManifests?: AugmentedManifestsListItem[];
581
+ }
582
+ export interface CreateEntityRecognizerRequest {
583
+ RecognizerName: string | undefined;
584
+
585
+ VersionName?: string;
586
+
587
+ DataAccessRoleArn: string | undefined;
588
+
589
+ Tags?: Tag[];
590
+
591
+ InputDataConfig: EntityRecognizerInputDataConfig | undefined;
592
+
593
+ ClientRequestToken?: string;
594
+
595
+ LanguageCode: LanguageCode | string | undefined;
596
+
597
+ VolumeKmsKeyId?: string;
598
+
599
+ VpcConfig?: VpcConfig;
600
+
601
+ ModelKmsKeyId?: string;
602
+
603
+ ModelPolicy?: string;
604
+ }
605
+ export interface CreateEntityRecognizerResponse {
606
+ EntityRecognizerArn?: string;
607
+ }
608
+ export interface DeleteDocumentClassifierRequest {
609
+ DocumentClassifierArn: string | undefined;
610
+ }
611
+ export interface DeleteDocumentClassifierResponse {}
612
+ export interface DeleteEndpointRequest {
613
+ EndpointArn: string | undefined;
614
+ }
615
+ export interface DeleteEndpointResponse {}
616
+ export interface DeleteEntityRecognizerRequest {
617
+ EntityRecognizerArn: string | undefined;
618
+ }
619
+ export interface DeleteEntityRecognizerResponse {}
620
+ export interface DeleteResourcePolicyRequest {
621
+ ResourceArn: string | undefined;
622
+
623
+ PolicyRevisionId?: string;
624
+ }
625
+ export interface DeleteResourcePolicyResponse {}
626
+ export interface DescribeDocumentClassificationJobRequest {
627
+ JobId: string | undefined;
628
+ }
629
+ export declare enum DocumentReadAction {
630
+ TEXTRACT_ANALYZE_DOCUMENT = "TEXTRACT_ANALYZE_DOCUMENT",
631
+ TEXTRACT_DETECT_DOCUMENT_TEXT = "TEXTRACT_DETECT_DOCUMENT_TEXT",
632
+ }
633
+ export declare enum DocumentReadMode {
634
+ FORCE_DOCUMENT_READ_ACTION = "FORCE_DOCUMENT_READ_ACTION",
635
+ SERVICE_DEFAULT = "SERVICE_DEFAULT",
636
+ }
637
+ export declare enum DocumentReadFeatureTypes {
638
+ FORMS = "FORMS",
639
+ TABLES = "TABLES",
640
+ }
641
+
642
+ export interface DocumentReaderConfig {
643
+ DocumentReadAction: DocumentReadAction | string | undefined;
644
+
645
+ DocumentReadMode?: DocumentReadMode | string;
646
+
647
+ FeatureTypes?: (DocumentReadFeatureTypes | string)[];
648
+ }
649
+
650
+ export interface InputDataConfig {
651
+ S3Uri: string | undefined;
652
+
653
+ InputFormat?: InputFormat | string;
654
+
655
+ DocumentReaderConfig?: DocumentReaderConfig;
656
+ }
657
+ export declare enum JobStatus {
658
+ COMPLETED = "COMPLETED",
659
+ FAILED = "FAILED",
660
+ IN_PROGRESS = "IN_PROGRESS",
661
+ STOPPED = "STOPPED",
662
+ STOP_REQUESTED = "STOP_REQUESTED",
663
+ SUBMITTED = "SUBMITTED",
664
+ }
665
+
666
+ export interface OutputDataConfig {
667
+ S3Uri: string | undefined;
668
+
669
+ KmsKeyId?: string;
670
+ }
671
+
672
+ export interface DocumentClassificationJobProperties {
673
+ JobId?: string;
674
+
675
+ JobArn?: string;
676
+
677
+ JobName?: string;
678
+
679
+ JobStatus?: JobStatus | string;
680
+
681
+ Message?: string;
682
+
683
+ SubmitTime?: Date;
684
+
685
+ EndTime?: Date;
686
+
687
+ DocumentClassifierArn?: string;
688
+
689
+ InputDataConfig?: InputDataConfig;
690
+
691
+ OutputDataConfig?: OutputDataConfig;
692
+
693
+ DataAccessRoleArn?: string;
694
+
695
+ VolumeKmsKeyId?: string;
696
+
697
+ VpcConfig?: VpcConfig;
698
+ }
699
+ export interface DescribeDocumentClassificationJobResponse {
700
+ DocumentClassificationJobProperties?: DocumentClassificationJobProperties;
701
+ }
702
+
703
+ export declare class JobNotFoundException extends __BaseException {
704
+ readonly name: "JobNotFoundException";
705
+ readonly $fault: "client";
706
+ Message?: string;
707
+
708
+ constructor(
709
+ opts: __ExceptionOptionType<JobNotFoundException, __BaseException>
710
+ );
711
+ }
712
+ export interface DescribeDocumentClassifierRequest {
713
+ DocumentClassifierArn: string | undefined;
714
+ }
715
+ export declare enum ModelStatus {
716
+ DELETING = "DELETING",
717
+ IN_ERROR = "IN_ERROR",
718
+ STOPPED = "STOPPED",
719
+ STOP_REQUESTED = "STOP_REQUESTED",
720
+ SUBMITTED = "SUBMITTED",
721
+ TRAINED = "TRAINED",
722
+ TRAINING = "TRAINING",
723
+ }
724
+
725
+ export interface DocumentClassifierProperties {
726
+ DocumentClassifierArn?: string;
727
+
728
+ LanguageCode?: LanguageCode | string;
729
+
730
+ Status?: ModelStatus | string;
731
+
732
+ Message?: string;
733
+
734
+ SubmitTime?: Date;
735
+
736
+ EndTime?: Date;
737
+
738
+ TrainingStartTime?: Date;
739
+
740
+ TrainingEndTime?: Date;
741
+
742
+ InputDataConfig?: DocumentClassifierInputDataConfig;
743
+
744
+ OutputDataConfig?: DocumentClassifierOutputDataConfig;
745
+
746
+ ClassifierMetadata?: ClassifierMetadata;
747
+
748
+ DataAccessRoleArn?: string;
749
+
750
+ VolumeKmsKeyId?: string;
751
+
752
+ VpcConfig?: VpcConfig;
753
+
754
+ Mode?: DocumentClassifierMode | string;
755
+
756
+ ModelKmsKeyId?: string;
757
+
758
+ VersionName?: string;
759
+
760
+ SourceModelArn?: string;
761
+ }
762
+ export interface DescribeDocumentClassifierResponse {
763
+ DocumentClassifierProperties?: DocumentClassifierProperties;
764
+ }
765
+ export interface DescribeDominantLanguageDetectionJobRequest {
766
+ JobId: string | undefined;
767
+ }
768
+
769
+ export interface DominantLanguageDetectionJobProperties {
770
+ JobId?: string;
771
+
772
+ JobArn?: string;
773
+
774
+ JobName?: string;
775
+
776
+ JobStatus?: JobStatus | string;
777
+
778
+ Message?: string;
779
+
780
+ SubmitTime?: Date;
781
+
782
+ EndTime?: Date;
783
+
784
+ InputDataConfig?: InputDataConfig;
785
+
786
+ OutputDataConfig?: OutputDataConfig;
787
+
788
+ DataAccessRoleArn?: string;
789
+
790
+ VolumeKmsKeyId?: string;
791
+
792
+ VpcConfig?: VpcConfig;
793
+ }
794
+ export interface DescribeDominantLanguageDetectionJobResponse {
795
+ DominantLanguageDetectionJobProperties?: DominantLanguageDetectionJobProperties;
796
+ }
797
+ export interface DescribeEndpointRequest {
798
+ EndpointArn: string | undefined;
799
+ }
800
+ export declare enum EndpointStatus {
801
+ CREATING = "CREATING",
802
+ DELETING = "DELETING",
803
+ FAILED = "FAILED",
804
+ IN_SERVICE = "IN_SERVICE",
805
+ UPDATING = "UPDATING",
806
+ }
807
+
808
+ export interface EndpointProperties {
809
+ EndpointArn?: string;
810
+
811
+ Status?: EndpointStatus | string;
812
+
813
+ Message?: string;
814
+
815
+ ModelArn?: string;
816
+
817
+ DesiredModelArn?: string;
818
+
819
+ DesiredInferenceUnits?: number;
820
+
821
+ CurrentInferenceUnits?: number;
822
+
823
+ CreationTime?: Date;
824
+
825
+ LastModifiedTime?: Date;
826
+
827
+ DataAccessRoleArn?: string;
828
+
829
+ DesiredDataAccessRoleArn?: string;
830
+ }
831
+ export interface DescribeEndpointResponse {
832
+ EndpointProperties?: EndpointProperties;
833
+ }
834
+ export interface DescribeEntitiesDetectionJobRequest {
835
+ JobId: string | undefined;
836
+ }
837
+
838
+ export interface EntitiesDetectionJobProperties {
839
+ JobId?: string;
840
+
841
+ JobArn?: string;
842
+
843
+ JobName?: string;
844
+
845
+ JobStatus?: JobStatus | string;
846
+
847
+ Message?: string;
848
+
849
+ SubmitTime?: Date;
850
+
851
+ EndTime?: Date;
852
+
853
+ EntityRecognizerArn?: string;
854
+
855
+ InputDataConfig?: InputDataConfig;
856
+
857
+ OutputDataConfig?: OutputDataConfig;
858
+
859
+ LanguageCode?: LanguageCode | string;
860
+
861
+ DataAccessRoleArn?: string;
862
+
863
+ VolumeKmsKeyId?: string;
864
+
865
+ VpcConfig?: VpcConfig;
866
+ }
867
+ export interface DescribeEntitiesDetectionJobResponse {
868
+ EntitiesDetectionJobProperties?: EntitiesDetectionJobProperties;
869
+ }
870
+ export interface DescribeEntityRecognizerRequest {
871
+ EntityRecognizerArn: string | undefined;
872
+ }
873
+
874
+ export interface EntityTypesEvaluationMetrics {
875
+ Precision?: number;
876
+
877
+ Recall?: number;
878
+
879
+ F1Score?: number;
880
+ }
881
+
882
+ export interface EntityRecognizerMetadataEntityTypesListItem {
883
+ Type?: string;
884
+
885
+ EvaluationMetrics?: EntityTypesEvaluationMetrics;
886
+
887
+ NumberOfTrainMentions?: number;
888
+ }
889
+
890
+ export interface EntityRecognizerEvaluationMetrics {
891
+ Precision?: number;
892
+
893
+ Recall?: number;
894
+
895
+ F1Score?: number;
896
+ }
897
+
898
+ export interface EntityRecognizerMetadata {
899
+ NumberOfTrainedDocuments?: number;
900
+
901
+ NumberOfTestDocuments?: number;
902
+
903
+ EvaluationMetrics?: EntityRecognizerEvaluationMetrics;
904
+
905
+ EntityTypes?: EntityRecognizerMetadataEntityTypesListItem[];
906
+ }
907
+
908
+ export interface EntityRecognizerProperties {
909
+ EntityRecognizerArn?: string;
910
+
911
+ LanguageCode?: LanguageCode | string;
912
+
913
+ Status?: ModelStatus | string;
914
+
915
+ Message?: string;
916
+
917
+ SubmitTime?: Date;
918
+
919
+ EndTime?: Date;
920
+
921
+ TrainingStartTime?: Date;
922
+
923
+ TrainingEndTime?: Date;
924
+
925
+ InputDataConfig?: EntityRecognizerInputDataConfig;
926
+
927
+ RecognizerMetadata?: EntityRecognizerMetadata;
928
+
929
+ DataAccessRoleArn?: string;
930
+
931
+ VolumeKmsKeyId?: string;
932
+
933
+ VpcConfig?: VpcConfig;
934
+
935
+ ModelKmsKeyId?: string;
936
+
937
+ VersionName?: string;
938
+
939
+ SourceModelArn?: string;
940
+ }
941
+ export interface DescribeEntityRecognizerResponse {
942
+ EntityRecognizerProperties?: EntityRecognizerProperties;
943
+ }
944
+ export interface DescribeEventsDetectionJobRequest {
945
+ JobId: string | undefined;
946
+ }
947
+
948
+ export interface EventsDetectionJobProperties {
949
+ JobId?: string;
950
+
951
+ JobArn?: string;
952
+
953
+ JobName?: string;
954
+
955
+ JobStatus?: JobStatus | string;
956
+
957
+ Message?: string;
958
+
959
+ SubmitTime?: Date;
960
+
961
+ EndTime?: Date;
962
+
963
+ InputDataConfig?: InputDataConfig;
964
+
965
+ OutputDataConfig?: OutputDataConfig;
966
+
967
+ LanguageCode?: LanguageCode | string;
968
+
969
+ DataAccessRoleArn?: string;
970
+
971
+ TargetEventTypes?: string[];
972
+ }
973
+ export interface DescribeEventsDetectionJobResponse {
974
+ EventsDetectionJobProperties?: EventsDetectionJobProperties;
975
+ }
976
+ export interface DescribeKeyPhrasesDetectionJobRequest {
977
+ JobId: string | undefined;
978
+ }
979
+
980
+ export interface KeyPhrasesDetectionJobProperties {
981
+ JobId?: string;
982
+
983
+ JobArn?: string;
984
+
985
+ JobName?: string;
986
+
987
+ JobStatus?: JobStatus | string;
988
+
989
+ Message?: string;
990
+
991
+ SubmitTime?: Date;
992
+
993
+ EndTime?: Date;
994
+
995
+ InputDataConfig?: InputDataConfig;
996
+
997
+ OutputDataConfig?: OutputDataConfig;
998
+
999
+ LanguageCode?: LanguageCode | string;
1000
+
1001
+ DataAccessRoleArn?: string;
1002
+
1003
+ VolumeKmsKeyId?: string;
1004
+
1005
+ VpcConfig?: VpcConfig;
1006
+ }
1007
+ export interface DescribeKeyPhrasesDetectionJobResponse {
1008
+ KeyPhrasesDetectionJobProperties?: KeyPhrasesDetectionJobProperties;
1009
+ }
1010
+ export interface DescribePiiEntitiesDetectionJobRequest {
1011
+ JobId: string | undefined;
1012
+ }
1013
+ export declare enum PiiEntitiesDetectionMode {
1014
+ ONLY_OFFSETS = "ONLY_OFFSETS",
1015
+ ONLY_REDACTION = "ONLY_REDACTION",
1016
+ }
1017
+
1018
+ export interface PiiOutputDataConfig {
1019
+ S3Uri: string | undefined;
1020
+
1021
+ KmsKeyId?: string;
1022
+ }
1023
+ export declare enum PiiEntitiesDetectionMaskMode {
1024
+ MASK = "MASK",
1025
+ REPLACE_WITH_PII_ENTITY_TYPE = "REPLACE_WITH_PII_ENTITY_TYPE",
1026
+ }
1027
+
1028
+ export interface RedactionConfig {
1029
+ PiiEntityTypes?: (PiiEntityType | string)[];
1030
+
1031
+ MaskMode?: PiiEntitiesDetectionMaskMode | string;
1032
+
1033
+ MaskCharacter?: string;
1034
+ }
1035
+
1036
+ export interface PiiEntitiesDetectionJobProperties {
1037
+ JobId?: string;
1038
+
1039
+ JobArn?: string;
1040
+
1041
+ JobName?: string;
1042
+
1043
+ JobStatus?: JobStatus | string;
1044
+
1045
+ Message?: string;
1046
+
1047
+ SubmitTime?: Date;
1048
+
1049
+ EndTime?: Date;
1050
+
1051
+ InputDataConfig?: InputDataConfig;
1052
+
1053
+ OutputDataConfig?: PiiOutputDataConfig;
1054
+
1055
+ RedactionConfig?: RedactionConfig;
1056
+
1057
+ LanguageCode?: LanguageCode | string;
1058
+
1059
+ DataAccessRoleArn?: string;
1060
+
1061
+ Mode?: PiiEntitiesDetectionMode | string;
1062
+ }
1063
+ export interface DescribePiiEntitiesDetectionJobResponse {
1064
+ PiiEntitiesDetectionJobProperties?: PiiEntitiesDetectionJobProperties;
1065
+ }
1066
+ export interface DescribeResourcePolicyRequest {
1067
+ ResourceArn: string | undefined;
1068
+ }
1069
+ export interface DescribeResourcePolicyResponse {
1070
+ ResourcePolicy?: string;
1071
+
1072
+ CreationTime?: Date;
1073
+
1074
+ LastModifiedTime?: Date;
1075
+
1076
+ PolicyRevisionId?: string;
1077
+ }
1078
+ export interface DescribeSentimentDetectionJobRequest {
1079
+ JobId: string | undefined;
1080
+ }
1081
+
1082
+ export interface SentimentDetectionJobProperties {
1083
+ JobId?: string;
1084
+
1085
+ JobArn?: string;
1086
+
1087
+ JobName?: string;
1088
+
1089
+ JobStatus?: JobStatus | string;
1090
+
1091
+ Message?: string;
1092
+
1093
+ SubmitTime?: Date;
1094
+
1095
+ EndTime?: Date;
1096
+
1097
+ InputDataConfig?: InputDataConfig;
1098
+
1099
+ OutputDataConfig?: OutputDataConfig;
1100
+
1101
+ LanguageCode?: LanguageCode | string;
1102
+
1103
+ DataAccessRoleArn?: string;
1104
+
1105
+ VolumeKmsKeyId?: string;
1106
+
1107
+ VpcConfig?: VpcConfig;
1108
+ }
1109
+ export interface DescribeSentimentDetectionJobResponse {
1110
+ SentimentDetectionJobProperties?: SentimentDetectionJobProperties;
1111
+ }
1112
+ export interface DescribeTargetedSentimentDetectionJobRequest {
1113
+ JobId: string | undefined;
1114
+ }
1115
+
1116
+ export interface TargetedSentimentDetectionJobProperties {
1117
+ JobId?: string;
1118
+
1119
+ JobArn?: string;
1120
+
1121
+ JobName?: string;
1122
+
1123
+ JobStatus?: JobStatus | string;
1124
+
1125
+ Message?: string;
1126
+
1127
+ SubmitTime?: Date;
1128
+
1129
+ EndTime?: Date;
1130
+
1131
+ InputDataConfig?: InputDataConfig;
1132
+
1133
+ OutputDataConfig?: OutputDataConfig;
1134
+
1135
+ LanguageCode?: LanguageCode | string;
1136
+
1137
+ DataAccessRoleArn?: string;
1138
+
1139
+ VolumeKmsKeyId?: string;
1140
+
1141
+ VpcConfig?: VpcConfig;
1142
+ }
1143
+ export interface DescribeTargetedSentimentDetectionJobResponse {
1144
+ TargetedSentimentDetectionJobProperties?: TargetedSentimentDetectionJobProperties;
1145
+ }
1146
+ export interface DescribeTopicsDetectionJobRequest {
1147
+ JobId: string | undefined;
1148
+ }
1149
+
1150
+ export interface TopicsDetectionJobProperties {
1151
+ JobId?: string;
1152
+
1153
+ JobArn?: string;
1154
+
1155
+ JobName?: string;
1156
+
1157
+ JobStatus?: JobStatus | string;
1158
+
1159
+ Message?: string;
1160
+
1161
+ SubmitTime?: Date;
1162
+
1163
+ EndTime?: Date;
1164
+
1165
+ InputDataConfig?: InputDataConfig;
1166
+
1167
+ OutputDataConfig?: OutputDataConfig;
1168
+
1169
+ NumberOfTopics?: number;
1170
+
1171
+ DataAccessRoleArn?: string;
1172
+
1173
+ VolumeKmsKeyId?: string;
1174
+
1175
+ VpcConfig?: VpcConfig;
1176
+ }
1177
+ export interface DescribeTopicsDetectionJobResponse {
1178
+ TopicsDetectionJobProperties?: TopicsDetectionJobProperties;
1179
+ }
1180
+ export interface DetectDominantLanguageRequest {
1181
+ Text: string | undefined;
1182
+ }
1183
+ export interface DetectDominantLanguageResponse {
1184
+ Languages?: DominantLanguage[];
1185
+ }
1186
+ export interface DetectEntitiesRequest {
1187
+ Text: string | undefined;
1188
+
1189
+ LanguageCode?: LanguageCode | string;
1190
+
1191
+ EndpointArn?: string;
1192
+ }
1193
+ export interface DetectEntitiesResponse {
1194
+ Entities?: Entity[];
1195
+ }
1196
+ export interface DetectKeyPhrasesRequest {
1197
+ Text: string | undefined;
1198
+
1199
+ LanguageCode: LanguageCode | string | undefined;
1200
+ }
1201
+ export interface DetectKeyPhrasesResponse {
1202
+ KeyPhrases?: KeyPhrase[];
1203
+ }
1204
+ export interface DetectPiiEntitiesRequest {
1205
+ Text: string | undefined;
1206
+
1207
+ LanguageCode: LanguageCode | string | undefined;
1208
+ }
1209
+
1210
+ export interface PiiEntity {
1211
+ Score?: number;
1212
+
1213
+ Type?: PiiEntityType | string;
1214
+
1215
+ BeginOffset?: number;
1216
+
1217
+ EndOffset?: number;
1218
+ }
1219
+ export interface DetectPiiEntitiesResponse {
1220
+ Entities?: PiiEntity[];
1221
+ }
1222
+ export interface DetectSentimentRequest {
1223
+ Text: string | undefined;
1224
+
1225
+ LanguageCode: LanguageCode | string | undefined;
1226
+ }
1227
+ export interface DetectSentimentResponse {
1228
+ Sentiment?: SentimentType | string;
1229
+
1230
+ SentimentScore?: SentimentScore;
1231
+ }
1232
+ export interface DetectSyntaxRequest {
1233
+ Text: string | undefined;
1234
+
1235
+ LanguageCode: SyntaxLanguageCode | string | undefined;
1236
+ }
1237
+ export interface DetectSyntaxResponse {
1238
+ SyntaxTokens?: SyntaxToken[];
1239
+ }
1240
+ export interface ImportModelRequest {
1241
+ SourceModelArn: string | undefined;
1242
+
1243
+ ModelName?: string;
1244
+
1245
+ VersionName?: string;
1246
+
1247
+ ModelKmsKeyId?: string;
1248
+
1249
+ DataAccessRoleArn?: string;
1250
+
1251
+ Tags?: Tag[];
1252
+ }
1253
+ export interface ImportModelResponse {
1254
+ ModelArn?: string;
1255
+ }
1256
+
1257
+ export declare class InvalidFilterException extends __BaseException {
1258
+ readonly name: "InvalidFilterException";
1259
+ readonly $fault: "client";
1260
+ Message?: string;
1261
+
1262
+ constructor(
1263
+ opts: __ExceptionOptionType<InvalidFilterException, __BaseException>
1264
+ );
1265
+ }
1266
+
1267
+ export interface DocumentClassificationJobFilter {
1268
+ JobName?: string;
1269
+
1270
+ JobStatus?: JobStatus | string;
1271
+
1272
+ SubmitTimeBefore?: Date;
1273
+
1274
+ SubmitTimeAfter?: Date;
1275
+ }
1276
+ export interface ListDocumentClassificationJobsRequest {
1277
+ Filter?: DocumentClassificationJobFilter;
1278
+
1279
+ NextToken?: string;
1280
+
1281
+ MaxResults?: number;
1282
+ }
1283
+ export interface ListDocumentClassificationJobsResponse {
1284
+ DocumentClassificationJobPropertiesList?: DocumentClassificationJobProperties[];
1285
+
1286
+ NextToken?: string;
1287
+ }
1288
+
1289
+ export interface DocumentClassifierFilter {
1290
+ Status?: ModelStatus | string;
1291
+
1292
+ DocumentClassifierName?: string;
1293
+
1294
+ SubmitTimeBefore?: Date;
1295
+
1296
+ SubmitTimeAfter?: Date;
1297
+ }
1298
+ export interface ListDocumentClassifiersRequest {
1299
+ Filter?: DocumentClassifierFilter;
1300
+
1301
+ NextToken?: string;
1302
+
1303
+ MaxResults?: number;
1304
+ }
1305
+ export interface ListDocumentClassifiersResponse {
1306
+ DocumentClassifierPropertiesList?: DocumentClassifierProperties[];
1307
+
1308
+ NextToken?: string;
1309
+ }
1310
+ export interface ListDocumentClassifierSummariesRequest {
1311
+ NextToken?: string;
1312
+
1313
+ MaxResults?: number;
1314
+ }
1315
+
1316
+ export interface DocumentClassifierSummary {
1317
+ DocumentClassifierName?: string;
1318
+
1319
+ NumberOfVersions?: number;
1320
+
1321
+ LatestVersionCreatedAt?: Date;
1322
+
1323
+ LatestVersionName?: string;
1324
+
1325
+ LatestVersionStatus?: ModelStatus | string;
1326
+ }
1327
+ export interface ListDocumentClassifierSummariesResponse {
1328
+ DocumentClassifierSummariesList?: DocumentClassifierSummary[];
1329
+
1330
+ NextToken?: string;
1331
+ }
1332
+
1333
+ export interface DominantLanguageDetectionJobFilter {
1334
+ JobName?: string;
1335
+
1336
+ JobStatus?: JobStatus | string;
1337
+
1338
+ SubmitTimeBefore?: Date;
1339
+
1340
+ SubmitTimeAfter?: Date;
1341
+ }
1342
+ export interface ListDominantLanguageDetectionJobsRequest {
1343
+ Filter?: DominantLanguageDetectionJobFilter;
1344
+
1345
+ NextToken?: string;
1346
+
1347
+ MaxResults?: number;
1348
+ }
1349
+ export interface ListDominantLanguageDetectionJobsResponse {
1350
+ DominantLanguageDetectionJobPropertiesList?: DominantLanguageDetectionJobProperties[];
1351
+
1352
+ NextToken?: string;
1353
+ }
1354
+
1355
+ export interface EndpointFilter {
1356
+ ModelArn?: string;
1357
+
1358
+ Status?: EndpointStatus | string;
1359
+
1360
+ CreationTimeBefore?: Date;
1361
+
1362
+ CreationTimeAfter?: Date;
1363
+ }
1364
+ export interface ListEndpointsRequest {
1365
+ Filter?: EndpointFilter;
1366
+
1367
+ NextToken?: string;
1368
+
1369
+ MaxResults?: number;
1370
+ }
1371
+ export interface ListEndpointsResponse {
1372
+ EndpointPropertiesList?: EndpointProperties[];
1373
+
1374
+ NextToken?: string;
1375
+ }
1376
+
1377
+ export interface EntitiesDetectionJobFilter {
1378
+ JobName?: string;
1379
+
1380
+ JobStatus?: JobStatus | string;
1381
+
1382
+ SubmitTimeBefore?: Date;
1383
+
1384
+ SubmitTimeAfter?: Date;
1385
+ }
1386
+ export interface ListEntitiesDetectionJobsRequest {
1387
+ Filter?: EntitiesDetectionJobFilter;
1388
+
1389
+ NextToken?: string;
1390
+
1391
+ MaxResults?: number;
1392
+ }
1393
+ export interface ListEntitiesDetectionJobsResponse {
1394
+ EntitiesDetectionJobPropertiesList?: EntitiesDetectionJobProperties[];
1395
+
1396
+ NextToken?: string;
1397
+ }
1398
+
1399
+ export interface EntityRecognizerFilter {
1400
+ Status?: ModelStatus | string;
1401
+
1402
+ RecognizerName?: string;
1403
+
1404
+ SubmitTimeBefore?: Date;
1405
+
1406
+ SubmitTimeAfter?: Date;
1407
+ }
1408
+ export interface ListEntityRecognizersRequest {
1409
+ Filter?: EntityRecognizerFilter;
1410
+
1411
+ NextToken?: string;
1412
+
1413
+ MaxResults?: number;
1414
+ }
1415
+ export interface ListEntityRecognizersResponse {
1416
+ EntityRecognizerPropertiesList?: EntityRecognizerProperties[];
1417
+
1418
+ NextToken?: string;
1419
+ }
1420
+ export interface ListEntityRecognizerSummariesRequest {
1421
+ NextToken?: string;
1422
+
1423
+ MaxResults?: number;
1424
+ }
1425
+
1426
+ export interface EntityRecognizerSummary {
1427
+ RecognizerName?: string;
1428
+
1429
+ NumberOfVersions?: number;
1430
+
1431
+ LatestVersionCreatedAt?: Date;
1432
+
1433
+ LatestVersionName?: string;
1434
+
1435
+ LatestVersionStatus?: ModelStatus | string;
1436
+ }
1437
+ export interface ListEntityRecognizerSummariesResponse {
1438
+ EntityRecognizerSummariesList?: EntityRecognizerSummary[];
1439
+
1440
+ NextToken?: string;
1441
+ }
1442
+
1443
+ export interface EventsDetectionJobFilter {
1444
+ JobName?: string;
1445
+
1446
+ JobStatus?: JobStatus | string;
1447
+
1448
+ SubmitTimeBefore?: Date;
1449
+
1450
+ SubmitTimeAfter?: Date;
1451
+ }
1452
+ export interface ListEventsDetectionJobsRequest {
1453
+ Filter?: EventsDetectionJobFilter;
1454
+
1455
+ NextToken?: string;
1456
+
1457
+ MaxResults?: number;
1458
+ }
1459
+ export interface ListEventsDetectionJobsResponse {
1460
+ EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[];
1461
+
1462
+ NextToken?: string;
1463
+ }
1464
+
1465
+ export interface KeyPhrasesDetectionJobFilter {
1466
+ JobName?: string;
1467
+
1468
+ JobStatus?: JobStatus | string;
1469
+
1470
+ SubmitTimeBefore?: Date;
1471
+
1472
+ SubmitTimeAfter?: Date;
1473
+ }
1474
+ export interface ListKeyPhrasesDetectionJobsRequest {
1475
+ Filter?: KeyPhrasesDetectionJobFilter;
1476
+
1477
+ NextToken?: string;
1478
+
1479
+ MaxResults?: number;
1480
+ }
1481
+ export interface ListKeyPhrasesDetectionJobsResponse {
1482
+ KeyPhrasesDetectionJobPropertiesList?: KeyPhrasesDetectionJobProperties[];
1483
+
1484
+ NextToken?: string;
1485
+ }
1486
+
1487
+ export interface PiiEntitiesDetectionJobFilter {
1488
+ JobName?: string;
1489
+
1490
+ JobStatus?: JobStatus | string;
1491
+
1492
+ SubmitTimeBefore?: Date;
1493
+
1494
+ SubmitTimeAfter?: Date;
1495
+ }
1496
+ export interface ListPiiEntitiesDetectionJobsRequest {
1497
+ Filter?: PiiEntitiesDetectionJobFilter;
1498
+
1499
+ NextToken?: string;
1500
+
1501
+ MaxResults?: number;
1502
+ }
1503
+ export interface ListPiiEntitiesDetectionJobsResponse {
1504
+ PiiEntitiesDetectionJobPropertiesList?: PiiEntitiesDetectionJobProperties[];
1505
+
1506
+ NextToken?: string;
1507
+ }
1508
+
1509
+ export interface SentimentDetectionJobFilter {
1510
+ JobName?: string;
1511
+
1512
+ JobStatus?: JobStatus | string;
1513
+
1514
+ SubmitTimeBefore?: Date;
1515
+
1516
+ SubmitTimeAfter?: Date;
1517
+ }
1518
+ export interface ListSentimentDetectionJobsRequest {
1519
+ Filter?: SentimentDetectionJobFilter;
1520
+
1521
+ NextToken?: string;
1522
+
1523
+ MaxResults?: number;
1524
+ }
1525
+ export interface ListSentimentDetectionJobsResponse {
1526
+ SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[];
1527
+
1528
+ NextToken?: string;
1529
+ }
1530
+ export interface ListTagsForResourceRequest {
1531
+ ResourceArn: string | undefined;
1532
+ }
1533
+ export interface ListTagsForResourceResponse {
1534
+ ResourceArn?: string;
1535
+
1536
+ Tags?: Tag[];
1537
+ }
1538
+
1539
+ export interface TargetedSentimentDetectionJobFilter {
1540
+ JobName?: string;
1541
+
1542
+ JobStatus?: JobStatus | string;
1543
+
1544
+ SubmitTimeBefore?: Date;
1545
+
1546
+ SubmitTimeAfter?: Date;
1547
+ }
1548
+ export interface ListTargetedSentimentDetectionJobsRequest {
1549
+ Filter?: TargetedSentimentDetectionJobFilter;
1550
+
1551
+ NextToken?: string;
1552
+
1553
+ MaxResults?: number;
1554
+ }
1555
+ export interface ListTargetedSentimentDetectionJobsResponse {
1556
+ TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobProperties[];
1557
+
1558
+ NextToken?: string;
1559
+ }
1560
+
1561
+ export interface TopicsDetectionJobFilter {
1562
+ JobName?: string;
1563
+
1564
+ JobStatus?: JobStatus | string;
1565
+
1566
+ SubmitTimeBefore?: Date;
1567
+
1568
+ SubmitTimeAfter?: Date;
1569
+ }
1570
+ export interface ListTopicsDetectionJobsRequest {
1571
+ Filter?: TopicsDetectionJobFilter;
1572
+
1573
+ NextToken?: string;
1574
+
1575
+ MaxResults?: number;
1576
+ }
1577
+ export interface ListTopicsDetectionJobsResponse {
1578
+ TopicsDetectionJobPropertiesList?: TopicsDetectionJobProperties[];
1579
+
1580
+ NextToken?: string;
1581
+ }
1582
+ export interface PutResourcePolicyRequest {
1583
+ ResourceArn: string | undefined;
1584
+
1585
+ ResourcePolicy: string | undefined;
1586
+
1587
+ PolicyRevisionId?: string;
1588
+ }
1589
+ export interface PutResourcePolicyResponse {
1590
+ PolicyRevisionId?: string;
1591
+ }
1592
+ export interface StartDocumentClassificationJobRequest {
1593
+ JobName?: string;
1594
+
1595
+ DocumentClassifierArn: string | undefined;
1596
+
1597
+ InputDataConfig: InputDataConfig | undefined;
1598
+
1599
+ OutputDataConfig: OutputDataConfig | undefined;
1600
+
1601
+ DataAccessRoleArn: string | undefined;
1602
+
1603
+ ClientRequestToken?: string;
1604
+
1605
+ VolumeKmsKeyId?: string;
1606
+
1607
+ VpcConfig?: VpcConfig;
1608
+
1609
+ Tags?: Tag[];
1610
+ }
1611
+ export interface StartDocumentClassificationJobResponse {
1612
+ JobId?: string;
1613
+
1614
+ JobArn?: string;
1615
+
1616
+ JobStatus?: JobStatus | string;
1617
+ }
1618
+ export interface StartDominantLanguageDetectionJobRequest {
1619
+ InputDataConfig: InputDataConfig | undefined;
1620
+
1621
+ OutputDataConfig: OutputDataConfig | undefined;
1622
+
1623
+ DataAccessRoleArn: string | undefined;
1624
+
1625
+ JobName?: string;
1626
+
1627
+ ClientRequestToken?: string;
1628
+
1629
+ VolumeKmsKeyId?: string;
1630
+
1631
+ VpcConfig?: VpcConfig;
1632
+
1633
+ Tags?: Tag[];
1634
+ }
1635
+ export interface StartDominantLanguageDetectionJobResponse {
1636
+ JobId?: string;
1637
+
1638
+ JobArn?: string;
1639
+
1640
+ JobStatus?: JobStatus | string;
1641
+ }
1642
+ export interface StartEntitiesDetectionJobRequest {
1643
+ InputDataConfig: InputDataConfig | undefined;
1644
+
1645
+ OutputDataConfig: OutputDataConfig | undefined;
1646
+
1647
+ DataAccessRoleArn: string | undefined;
1648
+
1649
+ JobName?: string;
1650
+
1651
+ EntityRecognizerArn?: string;
1652
+
1653
+ LanguageCode: LanguageCode | string | undefined;
1654
+
1655
+ ClientRequestToken?: string;
1656
+
1657
+ VolumeKmsKeyId?: string;
1658
+
1659
+ VpcConfig?: VpcConfig;
1660
+
1661
+ Tags?: Tag[];
1662
+ }
1663
+ export interface StartEntitiesDetectionJobResponse {
1664
+ JobId?: string;
1665
+
1666
+ JobArn?: string;
1667
+
1668
+ JobStatus?: JobStatus | string;
1669
+ }
1670
+ export interface StartEventsDetectionJobRequest {
1671
+ InputDataConfig: InputDataConfig | undefined;
1672
+
1673
+ OutputDataConfig: OutputDataConfig | undefined;
1674
+
1675
+ DataAccessRoleArn: string | undefined;
1676
+
1677
+ JobName?: string;
1678
+
1679
+ LanguageCode: LanguageCode | string | undefined;
1680
+
1681
+ ClientRequestToken?: string;
1682
+
1683
+ TargetEventTypes: string[] | undefined;
1684
+
1685
+ Tags?: Tag[];
1686
+ }
1687
+ export interface StartEventsDetectionJobResponse {
1688
+ JobId?: string;
1689
+
1690
+ JobArn?: string;
1691
+
1692
+ JobStatus?: JobStatus | string;
1693
+ }
1694
+ export interface StartKeyPhrasesDetectionJobRequest {
1695
+ InputDataConfig: InputDataConfig | undefined;
1696
+
1697
+ OutputDataConfig: OutputDataConfig | undefined;
1698
+
1699
+ DataAccessRoleArn: string | undefined;
1700
+
1701
+ JobName?: string;
1702
+
1703
+ LanguageCode: LanguageCode | string | undefined;
1704
+
1705
+ ClientRequestToken?: string;
1706
+
1707
+ VolumeKmsKeyId?: string;
1708
+
1709
+ VpcConfig?: VpcConfig;
1710
+
1711
+ Tags?: Tag[];
1712
+ }
1713
+ export interface StartKeyPhrasesDetectionJobResponse {
1714
+ JobId?: string;
1715
+
1716
+ JobArn?: string;
1717
+
1718
+ JobStatus?: JobStatus | string;
1719
+ }
1720
+ export interface StartPiiEntitiesDetectionJobRequest {
1721
+ InputDataConfig: InputDataConfig | undefined;
1722
+
1723
+ OutputDataConfig: OutputDataConfig | undefined;
1724
+
1725
+ Mode: PiiEntitiesDetectionMode | string | undefined;
1726
+
1727
+ RedactionConfig?: RedactionConfig;
1728
+
1729
+ DataAccessRoleArn: string | undefined;
1730
+
1731
+ JobName?: string;
1732
+
1733
+ LanguageCode: LanguageCode | string | undefined;
1734
+
1735
+ ClientRequestToken?: string;
1736
+
1737
+ Tags?: Tag[];
1738
+ }
1739
+ export interface StartPiiEntitiesDetectionJobResponse {
1740
+ JobId?: string;
1741
+
1742
+ JobArn?: string;
1743
+
1744
+ JobStatus?: JobStatus | string;
1745
+ }
1746
+ export interface StartSentimentDetectionJobRequest {
1747
+ InputDataConfig: InputDataConfig | undefined;
1748
+
1749
+ OutputDataConfig: OutputDataConfig | undefined;
1750
+
1751
+ DataAccessRoleArn: string | undefined;
1752
+
1753
+ JobName?: string;
1754
+
1755
+ LanguageCode: LanguageCode | string | undefined;
1756
+
1757
+ ClientRequestToken?: string;
1758
+
1759
+ VolumeKmsKeyId?: string;
1760
+
1761
+ VpcConfig?: VpcConfig;
1762
+
1763
+ Tags?: Tag[];
1764
+ }
1765
+ export interface StartSentimentDetectionJobResponse {
1766
+ JobId?: string;
1767
+
1768
+ JobArn?: string;
1769
+
1770
+ JobStatus?: JobStatus | string;
1771
+ }
1772
+ export interface StartTargetedSentimentDetectionJobRequest {
1773
+ InputDataConfig: InputDataConfig | undefined;
1774
+
1775
+ OutputDataConfig: OutputDataConfig | undefined;
1776
+
1777
+ DataAccessRoleArn: string | undefined;
1778
+
1779
+ JobName?: string;
1780
+
1781
+ LanguageCode: LanguageCode | string | undefined;
1782
+
1783
+ ClientRequestToken?: string;
1784
+
1785
+ VolumeKmsKeyId?: string;
1786
+
1787
+ VpcConfig?: VpcConfig;
1788
+
1789
+ Tags?: Tag[];
1790
+ }
1791
+ export interface StartTargetedSentimentDetectionJobResponse {
1792
+ JobId?: string;
1793
+
1794
+ JobArn?: string;
1795
+
1796
+ JobStatus?: JobStatus | string;
1797
+ }
1798
+ export interface StartTopicsDetectionJobRequest {
1799
+ InputDataConfig: InputDataConfig | undefined;
1800
+
1801
+ OutputDataConfig: OutputDataConfig | undefined;
1802
+
1803
+ DataAccessRoleArn: string | undefined;
1804
+
1805
+ JobName?: string;
1806
+
1807
+ NumberOfTopics?: number;
1808
+
1809
+ ClientRequestToken?: string;
1810
+
1811
+ VolumeKmsKeyId?: string;
1812
+
1813
+ VpcConfig?: VpcConfig;
1814
+
1815
+ Tags?: Tag[];
1816
+ }
1817
+ export interface StartTopicsDetectionJobResponse {
1818
+ JobId?: string;
1819
+
1820
+ JobArn?: string;
1821
+
1822
+ JobStatus?: JobStatus | string;
1823
+ }
1824
+ export interface StopDominantLanguageDetectionJobRequest {
1825
+ JobId: string | undefined;
1826
+ }
1827
+ export interface StopDominantLanguageDetectionJobResponse {
1828
+ JobId?: string;
1829
+
1830
+ JobStatus?: JobStatus | string;
1831
+ }
1832
+ export interface StopEntitiesDetectionJobRequest {
1833
+ JobId: string | undefined;
1834
+ }
1835
+ export interface StopEntitiesDetectionJobResponse {
1836
+ JobId?: string;
1837
+
1838
+ JobStatus?: JobStatus | string;
1839
+ }
1840
+ export interface StopEventsDetectionJobRequest {
1841
+ JobId: string | undefined;
1842
+ }
1843
+ export interface StopEventsDetectionJobResponse {
1844
+ JobId?: string;
1845
+
1846
+ JobStatus?: JobStatus | string;
1847
+ }
1848
+ export interface StopKeyPhrasesDetectionJobRequest {
1849
+ JobId: string | undefined;
1850
+ }
1851
+ export interface StopKeyPhrasesDetectionJobResponse {
1852
+ JobId?: string;
1853
+
1854
+ JobStatus?: JobStatus | string;
1855
+ }
1856
+ export interface StopPiiEntitiesDetectionJobRequest {
1857
+ JobId: string | undefined;
1858
+ }
1859
+ export interface StopPiiEntitiesDetectionJobResponse {
1860
+ JobId?: string;
1861
+
1862
+ JobStatus?: JobStatus | string;
1863
+ }
1864
+ export interface StopSentimentDetectionJobRequest {
1865
+ JobId: string | undefined;
1866
+ }
1867
+ export interface StopSentimentDetectionJobResponse {
1868
+ JobId?: string;
1869
+
1870
+ JobStatus?: JobStatus | string;
1871
+ }
1872
+ export interface StopTargetedSentimentDetectionJobRequest {
1873
+ JobId: string | undefined;
1874
+ }
1875
+ export interface StopTargetedSentimentDetectionJobResponse {
1876
+ JobId?: string;
1877
+
1878
+ JobStatus?: JobStatus | string;
1879
+ }
1880
+ export interface StopTrainingDocumentClassifierRequest {
1881
+ DocumentClassifierArn: string | undefined;
1882
+ }
1883
+ export interface StopTrainingDocumentClassifierResponse {}
1884
+ export interface StopTrainingEntityRecognizerRequest {
1885
+ EntityRecognizerArn: string | undefined;
1886
+ }
1887
+ export interface StopTrainingEntityRecognizerResponse {}
1888
+
1889
+ export declare class ConcurrentModificationException extends __BaseException {
1890
+ readonly name: "ConcurrentModificationException";
1891
+ readonly $fault: "client";
1892
+ Message?: string;
1893
+
1894
+ constructor(
1895
+ opts: __ExceptionOptionType<
1896
+ ConcurrentModificationException,
1897
+ __BaseException
1898
+ >
1899
+ );
1900
+ }
1901
+ export interface TagResourceRequest {
1902
+ ResourceArn: string | undefined;
1903
+
1904
+ Tags: Tag[] | undefined;
1905
+ }
1906
+ export interface TagResourceResponse {}
1907
+
1908
+ export declare class TooManyTagKeysException extends __BaseException {
1909
+ readonly name: "TooManyTagKeysException";
1910
+ readonly $fault: "client";
1911
+ Message?: string;
1912
+
1913
+ constructor(
1914
+ opts: __ExceptionOptionType<TooManyTagKeysException, __BaseException>
1915
+ );
1916
+ }
1917
+ export interface UntagResourceRequest {
1918
+ ResourceArn: string | undefined;
1919
+
1920
+ TagKeys: string[] | undefined;
1921
+ }
1922
+ export interface UntagResourceResponse {}
1923
+ export interface UpdateEndpointRequest {
1924
+ EndpointArn: string | undefined;
1925
+
1926
+ DesiredModelArn?: string;
1927
+
1928
+ DesiredInferenceUnits?: number;
1929
+
1930
+ DesiredDataAccessRoleArn?: string;
1931
+ }
1932
+ export interface UpdateEndpointResponse {}
1933
+
1934
+ export declare const AugmentedManifestsListItemFilterSensitiveLog: (
1935
+ obj: AugmentedManifestsListItem
1936
+ ) => any;
1937
+
1938
+ export declare const BatchDetectDominantLanguageRequestFilterSensitiveLog: (
1939
+ obj: BatchDetectDominantLanguageRequest
1940
+ ) => any;
1941
+
1942
+ export declare const BatchItemErrorFilterSensitiveLog: (
1943
+ obj: BatchItemError
1944
+ ) => any;
1945
+
1946
+ export declare const DominantLanguageFilterSensitiveLog: (
1947
+ obj: DominantLanguage
1948
+ ) => any;
1949
+
1950
+ export declare const BatchDetectDominantLanguageItemResultFilterSensitiveLog: (
1951
+ obj: BatchDetectDominantLanguageItemResult
1952
+ ) => any;
1953
+
1954
+ export declare const BatchDetectDominantLanguageResponseFilterSensitiveLog: (
1955
+ obj: BatchDetectDominantLanguageResponse
1956
+ ) => any;
1957
+
1958
+ export declare const BatchDetectEntitiesRequestFilterSensitiveLog: (
1959
+ obj: BatchDetectEntitiesRequest
1960
+ ) => any;
1961
+
1962
+ export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
1963
+
1964
+ export declare const BatchDetectEntitiesItemResultFilterSensitiveLog: (
1965
+ obj: BatchDetectEntitiesItemResult
1966
+ ) => any;
1967
+
1968
+ export declare const BatchDetectEntitiesResponseFilterSensitiveLog: (
1969
+ obj: BatchDetectEntitiesResponse
1970
+ ) => any;
1971
+
1972
+ export declare const BatchDetectKeyPhrasesRequestFilterSensitiveLog: (
1973
+ obj: BatchDetectKeyPhrasesRequest
1974
+ ) => any;
1975
+
1976
+ export declare const KeyPhraseFilterSensitiveLog: (obj: KeyPhrase) => any;
1977
+
1978
+ export declare const BatchDetectKeyPhrasesItemResultFilterSensitiveLog: (
1979
+ obj: BatchDetectKeyPhrasesItemResult
1980
+ ) => any;
1981
+
1982
+ export declare const BatchDetectKeyPhrasesResponseFilterSensitiveLog: (
1983
+ obj: BatchDetectKeyPhrasesResponse
1984
+ ) => any;
1985
+
1986
+ export declare const BatchDetectSentimentRequestFilterSensitiveLog: (
1987
+ obj: BatchDetectSentimentRequest
1988
+ ) => any;
1989
+
1990
+ export declare const SentimentScoreFilterSensitiveLog: (
1991
+ obj: SentimentScore
1992
+ ) => any;
1993
+
1994
+ export declare const BatchDetectSentimentItemResultFilterSensitiveLog: (
1995
+ obj: BatchDetectSentimentItemResult
1996
+ ) => any;
1997
+
1998
+ export declare const BatchDetectSentimentResponseFilterSensitiveLog: (
1999
+ obj: BatchDetectSentimentResponse
2000
+ ) => any;
2001
+
2002
+ export declare const BatchDetectSyntaxRequestFilterSensitiveLog: (
2003
+ obj: BatchDetectSyntaxRequest
2004
+ ) => any;
2005
+
2006
+ export declare const PartOfSpeechTagFilterSensitiveLog: (
2007
+ obj: PartOfSpeechTag
2008
+ ) => any;
2009
+
2010
+ export declare const SyntaxTokenFilterSensitiveLog: (obj: SyntaxToken) => any;
2011
+
2012
+ export declare const BatchDetectSyntaxItemResultFilterSensitiveLog: (
2013
+ obj: BatchDetectSyntaxItemResult
2014
+ ) => any;
2015
+
2016
+ export declare const BatchDetectSyntaxResponseFilterSensitiveLog: (
2017
+ obj: BatchDetectSyntaxResponse
2018
+ ) => any;
2019
+
2020
+ export declare const ClassifierEvaluationMetricsFilterSensitiveLog: (
2021
+ obj: ClassifierEvaluationMetrics
2022
+ ) => any;
2023
+
2024
+ export declare const ClassifierMetadataFilterSensitiveLog: (
2025
+ obj: ClassifierMetadata
2026
+ ) => any;
2027
+
2028
+ export declare const ClassifyDocumentRequestFilterSensitiveLog: (
2029
+ obj: ClassifyDocumentRequest
2030
+ ) => any;
2031
+
2032
+ export declare const DocumentClassFilterSensitiveLog: (
2033
+ obj: DocumentClass
2034
+ ) => any;
2035
+
2036
+ export declare const DocumentLabelFilterSensitiveLog: (
2037
+ obj: DocumentLabel
2038
+ ) => any;
2039
+
2040
+ export declare const ClassifyDocumentResponseFilterSensitiveLog: (
2041
+ obj: ClassifyDocumentResponse
2042
+ ) => any;
2043
+
2044
+ export declare const ContainsPiiEntitiesRequestFilterSensitiveLog: (
2045
+ obj: ContainsPiiEntitiesRequest
2046
+ ) => any;
2047
+
2048
+ export declare const EntityLabelFilterSensitiveLog: (obj: EntityLabel) => any;
2049
+
2050
+ export declare const ContainsPiiEntitiesResponseFilterSensitiveLog: (
2051
+ obj: ContainsPiiEntitiesResponse
2052
+ ) => any;
2053
+
2054
+ export declare const DocumentClassifierInputDataConfigFilterSensitiveLog: (
2055
+ obj: DocumentClassifierInputDataConfig
2056
+ ) => any;
2057
+
2058
+ export declare const DocumentClassifierOutputDataConfigFilterSensitiveLog: (
2059
+ obj: DocumentClassifierOutputDataConfig
2060
+ ) => any;
2061
+
2062
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2063
+
2064
+ export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
2065
+
2066
+ export declare const CreateDocumentClassifierRequestFilterSensitiveLog: (
2067
+ obj: CreateDocumentClassifierRequest
2068
+ ) => any;
2069
+
2070
+ export declare const CreateDocumentClassifierResponseFilterSensitiveLog: (
2071
+ obj: CreateDocumentClassifierResponse
2072
+ ) => any;
2073
+
2074
+ export declare const CreateEndpointRequestFilterSensitiveLog: (
2075
+ obj: CreateEndpointRequest
2076
+ ) => any;
2077
+
2078
+ export declare const CreateEndpointResponseFilterSensitiveLog: (
2079
+ obj: CreateEndpointResponse
2080
+ ) => any;
2081
+
2082
+ export declare const EntityRecognizerAnnotationsFilterSensitiveLog: (
2083
+ obj: EntityRecognizerAnnotations
2084
+ ) => any;
2085
+
2086
+ export declare const EntityRecognizerDocumentsFilterSensitiveLog: (
2087
+ obj: EntityRecognizerDocuments
2088
+ ) => any;
2089
+
2090
+ export declare const EntityRecognizerEntityListFilterSensitiveLog: (
2091
+ obj: EntityRecognizerEntityList
2092
+ ) => any;
2093
+
2094
+ export declare const EntityTypesListItemFilterSensitiveLog: (
2095
+ obj: EntityTypesListItem
2096
+ ) => any;
2097
+
2098
+ export declare const EntityRecognizerInputDataConfigFilterSensitiveLog: (
2099
+ obj: EntityRecognizerInputDataConfig
2100
+ ) => any;
2101
+
2102
+ export declare const CreateEntityRecognizerRequestFilterSensitiveLog: (
2103
+ obj: CreateEntityRecognizerRequest
2104
+ ) => any;
2105
+
2106
+ export declare const CreateEntityRecognizerResponseFilterSensitiveLog: (
2107
+ obj: CreateEntityRecognizerResponse
2108
+ ) => any;
2109
+
2110
+ export declare const DeleteDocumentClassifierRequestFilterSensitiveLog: (
2111
+ obj: DeleteDocumentClassifierRequest
2112
+ ) => any;
2113
+
2114
+ export declare const DeleteDocumentClassifierResponseFilterSensitiveLog: (
2115
+ obj: DeleteDocumentClassifierResponse
2116
+ ) => any;
2117
+
2118
+ export declare const DeleteEndpointRequestFilterSensitiveLog: (
2119
+ obj: DeleteEndpointRequest
2120
+ ) => any;
2121
+
2122
+ export declare const DeleteEndpointResponseFilterSensitiveLog: (
2123
+ obj: DeleteEndpointResponse
2124
+ ) => any;
2125
+
2126
+ export declare const DeleteEntityRecognizerRequestFilterSensitiveLog: (
2127
+ obj: DeleteEntityRecognizerRequest
2128
+ ) => any;
2129
+
2130
+ export declare const DeleteEntityRecognizerResponseFilterSensitiveLog: (
2131
+ obj: DeleteEntityRecognizerResponse
2132
+ ) => any;
2133
+
2134
+ export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
2135
+ obj: DeleteResourcePolicyRequest
2136
+ ) => any;
2137
+
2138
+ export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
2139
+ obj: DeleteResourcePolicyResponse
2140
+ ) => any;
2141
+
2142
+ export declare const DescribeDocumentClassificationJobRequestFilterSensitiveLog: (
2143
+ obj: DescribeDocumentClassificationJobRequest
2144
+ ) => any;
2145
+
2146
+ export declare const DocumentReaderConfigFilterSensitiveLog: (
2147
+ obj: DocumentReaderConfig
2148
+ ) => any;
2149
+
2150
+ export declare const InputDataConfigFilterSensitiveLog: (
2151
+ obj: InputDataConfig
2152
+ ) => any;
2153
+
2154
+ export declare const OutputDataConfigFilterSensitiveLog: (
2155
+ obj: OutputDataConfig
2156
+ ) => any;
2157
+
2158
+ export declare const DocumentClassificationJobPropertiesFilterSensitiveLog: (
2159
+ obj: DocumentClassificationJobProperties
2160
+ ) => any;
2161
+
2162
+ export declare const DescribeDocumentClassificationJobResponseFilterSensitiveLog: (
2163
+ obj: DescribeDocumentClassificationJobResponse
2164
+ ) => any;
2165
+
2166
+ export declare const DescribeDocumentClassifierRequestFilterSensitiveLog: (
2167
+ obj: DescribeDocumentClassifierRequest
2168
+ ) => any;
2169
+
2170
+ export declare const DocumentClassifierPropertiesFilterSensitiveLog: (
2171
+ obj: DocumentClassifierProperties
2172
+ ) => any;
2173
+
2174
+ export declare const DescribeDocumentClassifierResponseFilterSensitiveLog: (
2175
+ obj: DescribeDocumentClassifierResponse
2176
+ ) => any;
2177
+
2178
+ export declare const DescribeDominantLanguageDetectionJobRequestFilterSensitiveLog: (
2179
+ obj: DescribeDominantLanguageDetectionJobRequest
2180
+ ) => any;
2181
+
2182
+ export declare const DominantLanguageDetectionJobPropertiesFilterSensitiveLog: (
2183
+ obj: DominantLanguageDetectionJobProperties
2184
+ ) => any;
2185
+
2186
+ export declare const DescribeDominantLanguageDetectionJobResponseFilterSensitiveLog: (
2187
+ obj: DescribeDominantLanguageDetectionJobResponse
2188
+ ) => any;
2189
+
2190
+ export declare const DescribeEndpointRequestFilterSensitiveLog: (
2191
+ obj: DescribeEndpointRequest
2192
+ ) => any;
2193
+
2194
+ export declare const EndpointPropertiesFilterSensitiveLog: (
2195
+ obj: EndpointProperties
2196
+ ) => any;
2197
+
2198
+ export declare const DescribeEndpointResponseFilterSensitiveLog: (
2199
+ obj: DescribeEndpointResponse
2200
+ ) => any;
2201
+
2202
+ export declare const DescribeEntitiesDetectionJobRequestFilterSensitiveLog: (
2203
+ obj: DescribeEntitiesDetectionJobRequest
2204
+ ) => any;
2205
+
2206
+ export declare const EntitiesDetectionJobPropertiesFilterSensitiveLog: (
2207
+ obj: EntitiesDetectionJobProperties
2208
+ ) => any;
2209
+
2210
+ export declare const DescribeEntitiesDetectionJobResponseFilterSensitiveLog: (
2211
+ obj: DescribeEntitiesDetectionJobResponse
2212
+ ) => any;
2213
+
2214
+ export declare const DescribeEntityRecognizerRequestFilterSensitiveLog: (
2215
+ obj: DescribeEntityRecognizerRequest
2216
+ ) => any;
2217
+
2218
+ export declare const EntityTypesEvaluationMetricsFilterSensitiveLog: (
2219
+ obj: EntityTypesEvaluationMetrics
2220
+ ) => any;
2221
+
2222
+ export declare const EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog: (
2223
+ obj: EntityRecognizerMetadataEntityTypesListItem
2224
+ ) => any;
2225
+
2226
+ export declare const EntityRecognizerEvaluationMetricsFilterSensitiveLog: (
2227
+ obj: EntityRecognizerEvaluationMetrics
2228
+ ) => any;
2229
+
2230
+ export declare const EntityRecognizerMetadataFilterSensitiveLog: (
2231
+ obj: EntityRecognizerMetadata
2232
+ ) => any;
2233
+
2234
+ export declare const EntityRecognizerPropertiesFilterSensitiveLog: (
2235
+ obj: EntityRecognizerProperties
2236
+ ) => any;
2237
+
2238
+ export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (
2239
+ obj: DescribeEntityRecognizerResponse
2240
+ ) => any;
2241
+
2242
+ export declare const DescribeEventsDetectionJobRequestFilterSensitiveLog: (
2243
+ obj: DescribeEventsDetectionJobRequest
2244
+ ) => any;
2245
+
2246
+ export declare const EventsDetectionJobPropertiesFilterSensitiveLog: (
2247
+ obj: EventsDetectionJobProperties
2248
+ ) => any;
2249
+
2250
+ export declare const DescribeEventsDetectionJobResponseFilterSensitiveLog: (
2251
+ obj: DescribeEventsDetectionJobResponse
2252
+ ) => any;
2253
+
2254
+ export declare const DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog: (
2255
+ obj: DescribeKeyPhrasesDetectionJobRequest
2256
+ ) => any;
2257
+
2258
+ export declare const KeyPhrasesDetectionJobPropertiesFilterSensitiveLog: (
2259
+ obj: KeyPhrasesDetectionJobProperties
2260
+ ) => any;
2261
+
2262
+ export declare const DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog: (
2263
+ obj: DescribeKeyPhrasesDetectionJobResponse
2264
+ ) => any;
2265
+
2266
+ export declare const DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog: (
2267
+ obj: DescribePiiEntitiesDetectionJobRequest
2268
+ ) => any;
2269
+
2270
+ export declare const PiiOutputDataConfigFilterSensitiveLog: (
2271
+ obj: PiiOutputDataConfig
2272
+ ) => any;
2273
+
2274
+ export declare const RedactionConfigFilterSensitiveLog: (
2275
+ obj: RedactionConfig
2276
+ ) => any;
2277
+
2278
+ export declare const PiiEntitiesDetectionJobPropertiesFilterSensitiveLog: (
2279
+ obj: PiiEntitiesDetectionJobProperties
2280
+ ) => any;
2281
+
2282
+ export declare const DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog: (
2283
+ obj: DescribePiiEntitiesDetectionJobResponse
2284
+ ) => any;
2285
+
2286
+ export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (
2287
+ obj: DescribeResourcePolicyRequest
2288
+ ) => any;
2289
+
2290
+ export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (
2291
+ obj: DescribeResourcePolicyResponse
2292
+ ) => any;
2293
+
2294
+ export declare const DescribeSentimentDetectionJobRequestFilterSensitiveLog: (
2295
+ obj: DescribeSentimentDetectionJobRequest
2296
+ ) => any;
2297
+
2298
+ export declare const SentimentDetectionJobPropertiesFilterSensitiveLog: (
2299
+ obj: SentimentDetectionJobProperties
2300
+ ) => any;
2301
+
2302
+ export declare const DescribeSentimentDetectionJobResponseFilterSensitiveLog: (
2303
+ obj: DescribeSentimentDetectionJobResponse
2304
+ ) => any;
2305
+
2306
+ export declare const DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog: (
2307
+ obj: DescribeTargetedSentimentDetectionJobRequest
2308
+ ) => any;
2309
+
2310
+ export declare const TargetedSentimentDetectionJobPropertiesFilterSensitiveLog: (
2311
+ obj: TargetedSentimentDetectionJobProperties
2312
+ ) => any;
2313
+
2314
+ export declare const DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog: (
2315
+ obj: DescribeTargetedSentimentDetectionJobResponse
2316
+ ) => any;
2317
+
2318
+ export declare const DescribeTopicsDetectionJobRequestFilterSensitiveLog: (
2319
+ obj: DescribeTopicsDetectionJobRequest
2320
+ ) => any;
2321
+
2322
+ export declare const TopicsDetectionJobPropertiesFilterSensitiveLog: (
2323
+ obj: TopicsDetectionJobProperties
2324
+ ) => any;
2325
+
2326
+ export declare const DescribeTopicsDetectionJobResponseFilterSensitiveLog: (
2327
+ obj: DescribeTopicsDetectionJobResponse
2328
+ ) => any;
2329
+
2330
+ export declare const DetectDominantLanguageRequestFilterSensitiveLog: (
2331
+ obj: DetectDominantLanguageRequest
2332
+ ) => any;
2333
+
2334
+ export declare const DetectDominantLanguageResponseFilterSensitiveLog: (
2335
+ obj: DetectDominantLanguageResponse
2336
+ ) => any;
2337
+
2338
+ export declare const DetectEntitiesRequestFilterSensitiveLog: (
2339
+ obj: DetectEntitiesRequest
2340
+ ) => any;
2341
+
2342
+ export declare const DetectEntitiesResponseFilterSensitiveLog: (
2343
+ obj: DetectEntitiesResponse
2344
+ ) => any;
2345
+
2346
+ export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (
2347
+ obj: DetectKeyPhrasesRequest
2348
+ ) => any;
2349
+
2350
+ export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (
2351
+ obj: DetectKeyPhrasesResponse
2352
+ ) => any;
2353
+
2354
+ export declare const DetectPiiEntitiesRequestFilterSensitiveLog: (
2355
+ obj: DetectPiiEntitiesRequest
2356
+ ) => any;
2357
+
2358
+ export declare const PiiEntityFilterSensitiveLog: (obj: PiiEntity) => any;
2359
+
2360
+ export declare const DetectPiiEntitiesResponseFilterSensitiveLog: (
2361
+ obj: DetectPiiEntitiesResponse
2362
+ ) => any;
2363
+
2364
+ export declare const DetectSentimentRequestFilterSensitiveLog: (
2365
+ obj: DetectSentimentRequest
2366
+ ) => any;
2367
+
2368
+ export declare const DetectSentimentResponseFilterSensitiveLog: (
2369
+ obj: DetectSentimentResponse
2370
+ ) => any;
2371
+
2372
+ export declare const DetectSyntaxRequestFilterSensitiveLog: (
2373
+ obj: DetectSyntaxRequest
2374
+ ) => any;
2375
+
2376
+ export declare const DetectSyntaxResponseFilterSensitiveLog: (
2377
+ obj: DetectSyntaxResponse
2378
+ ) => any;
2379
+
2380
+ export declare const ImportModelRequestFilterSensitiveLog: (
2381
+ obj: ImportModelRequest
2382
+ ) => any;
2383
+
2384
+ export declare const ImportModelResponseFilterSensitiveLog: (
2385
+ obj: ImportModelResponse
2386
+ ) => any;
2387
+
2388
+ export declare const DocumentClassificationJobFilterFilterSensitiveLog: (
2389
+ obj: DocumentClassificationJobFilter
2390
+ ) => any;
2391
+
2392
+ export declare const ListDocumentClassificationJobsRequestFilterSensitiveLog: (
2393
+ obj: ListDocumentClassificationJobsRequest
2394
+ ) => any;
2395
+
2396
+ export declare const ListDocumentClassificationJobsResponseFilterSensitiveLog: (
2397
+ obj: ListDocumentClassificationJobsResponse
2398
+ ) => any;
2399
+
2400
+ export declare const DocumentClassifierFilterFilterSensitiveLog: (
2401
+ obj: DocumentClassifierFilter
2402
+ ) => any;
2403
+
2404
+ export declare const ListDocumentClassifiersRequestFilterSensitiveLog: (
2405
+ obj: ListDocumentClassifiersRequest
2406
+ ) => any;
2407
+
2408
+ export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (
2409
+ obj: ListDocumentClassifiersResponse
2410
+ ) => any;
2411
+
2412
+ export declare const ListDocumentClassifierSummariesRequestFilterSensitiveLog: (
2413
+ obj: ListDocumentClassifierSummariesRequest
2414
+ ) => any;
2415
+
2416
+ export declare const DocumentClassifierSummaryFilterSensitiveLog: (
2417
+ obj: DocumentClassifierSummary
2418
+ ) => any;
2419
+
2420
+ export declare const ListDocumentClassifierSummariesResponseFilterSensitiveLog: (
2421
+ obj: ListDocumentClassifierSummariesResponse
2422
+ ) => any;
2423
+
2424
+ export declare const DominantLanguageDetectionJobFilterFilterSensitiveLog: (
2425
+ obj: DominantLanguageDetectionJobFilter
2426
+ ) => any;
2427
+
2428
+ export declare const ListDominantLanguageDetectionJobsRequestFilterSensitiveLog: (
2429
+ obj: ListDominantLanguageDetectionJobsRequest
2430
+ ) => any;
2431
+
2432
+ export declare const ListDominantLanguageDetectionJobsResponseFilterSensitiveLog: (
2433
+ obj: ListDominantLanguageDetectionJobsResponse
2434
+ ) => any;
2435
+
2436
+ export declare const EndpointFilterFilterSensitiveLog: (
2437
+ obj: EndpointFilter
2438
+ ) => any;
2439
+
2440
+ export declare const ListEndpointsRequestFilterSensitiveLog: (
2441
+ obj: ListEndpointsRequest
2442
+ ) => any;
2443
+
2444
+ export declare const ListEndpointsResponseFilterSensitiveLog: (
2445
+ obj: ListEndpointsResponse
2446
+ ) => any;
2447
+
2448
+ export declare const EntitiesDetectionJobFilterFilterSensitiveLog: (
2449
+ obj: EntitiesDetectionJobFilter
2450
+ ) => any;
2451
+
2452
+ export declare const ListEntitiesDetectionJobsRequestFilterSensitiveLog: (
2453
+ obj: ListEntitiesDetectionJobsRequest
2454
+ ) => any;
2455
+
2456
+ export declare const ListEntitiesDetectionJobsResponseFilterSensitiveLog: (
2457
+ obj: ListEntitiesDetectionJobsResponse
2458
+ ) => any;
2459
+
2460
+ export declare const EntityRecognizerFilterFilterSensitiveLog: (
2461
+ obj: EntityRecognizerFilter
2462
+ ) => any;
2463
+
2464
+ export declare const ListEntityRecognizersRequestFilterSensitiveLog: (
2465
+ obj: ListEntityRecognizersRequest
2466
+ ) => any;
2467
+
2468
+ export declare const ListEntityRecognizersResponseFilterSensitiveLog: (
2469
+ obj: ListEntityRecognizersResponse
2470
+ ) => any;
2471
+
2472
+ export declare const ListEntityRecognizerSummariesRequestFilterSensitiveLog: (
2473
+ obj: ListEntityRecognizerSummariesRequest
2474
+ ) => any;
2475
+
2476
+ export declare const EntityRecognizerSummaryFilterSensitiveLog: (
2477
+ obj: EntityRecognizerSummary
2478
+ ) => any;
2479
+
2480
+ export declare const ListEntityRecognizerSummariesResponseFilterSensitiveLog: (
2481
+ obj: ListEntityRecognizerSummariesResponse
2482
+ ) => any;
2483
+
2484
+ export declare const EventsDetectionJobFilterFilterSensitiveLog: (
2485
+ obj: EventsDetectionJobFilter
2486
+ ) => any;
2487
+
2488
+ export declare const ListEventsDetectionJobsRequestFilterSensitiveLog: (
2489
+ obj: ListEventsDetectionJobsRequest
2490
+ ) => any;
2491
+
2492
+ export declare const ListEventsDetectionJobsResponseFilterSensitiveLog: (
2493
+ obj: ListEventsDetectionJobsResponse
2494
+ ) => any;
2495
+
2496
+ export declare const KeyPhrasesDetectionJobFilterFilterSensitiveLog: (
2497
+ obj: KeyPhrasesDetectionJobFilter
2498
+ ) => any;
2499
+
2500
+ export declare const ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog: (
2501
+ obj: ListKeyPhrasesDetectionJobsRequest
2502
+ ) => any;
2503
+
2504
+ export declare const ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog: (
2505
+ obj: ListKeyPhrasesDetectionJobsResponse
2506
+ ) => any;
2507
+
2508
+ export declare const PiiEntitiesDetectionJobFilterFilterSensitiveLog: (
2509
+ obj: PiiEntitiesDetectionJobFilter
2510
+ ) => any;
2511
+
2512
+ export declare const ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog: (
2513
+ obj: ListPiiEntitiesDetectionJobsRequest
2514
+ ) => any;
2515
+
2516
+ export declare const ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog: (
2517
+ obj: ListPiiEntitiesDetectionJobsResponse
2518
+ ) => any;
2519
+
2520
+ export declare const SentimentDetectionJobFilterFilterSensitiveLog: (
2521
+ obj: SentimentDetectionJobFilter
2522
+ ) => any;
2523
+
2524
+ export declare const ListSentimentDetectionJobsRequestFilterSensitiveLog: (
2525
+ obj: ListSentimentDetectionJobsRequest
2526
+ ) => any;
2527
+
2528
+ export declare const ListSentimentDetectionJobsResponseFilterSensitiveLog: (
2529
+ obj: ListSentimentDetectionJobsResponse
2530
+ ) => any;
2531
+
2532
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
2533
+ obj: ListTagsForResourceRequest
2534
+ ) => any;
2535
+
2536
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
2537
+ obj: ListTagsForResourceResponse
2538
+ ) => any;
2539
+
2540
+ export declare const TargetedSentimentDetectionJobFilterFilterSensitiveLog: (
2541
+ obj: TargetedSentimentDetectionJobFilter
2542
+ ) => any;
2543
+
2544
+ export declare const ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog: (
2545
+ obj: ListTargetedSentimentDetectionJobsRequest
2546
+ ) => any;
2547
+
2548
+ export declare const ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog: (
2549
+ obj: ListTargetedSentimentDetectionJobsResponse
2550
+ ) => any;
2551
+
2552
+ export declare const TopicsDetectionJobFilterFilterSensitiveLog: (
2553
+ obj: TopicsDetectionJobFilter
2554
+ ) => any;
2555
+
2556
+ export declare const ListTopicsDetectionJobsRequestFilterSensitiveLog: (
2557
+ obj: ListTopicsDetectionJobsRequest
2558
+ ) => any;
2559
+
2560
+ export declare const ListTopicsDetectionJobsResponseFilterSensitiveLog: (
2561
+ obj: ListTopicsDetectionJobsResponse
2562
+ ) => any;
2563
+
2564
+ export declare const PutResourcePolicyRequestFilterSensitiveLog: (
2565
+ obj: PutResourcePolicyRequest
2566
+ ) => any;
2567
+
2568
+ export declare const PutResourcePolicyResponseFilterSensitiveLog: (
2569
+ obj: PutResourcePolicyResponse
2570
+ ) => any;
2571
+
2572
+ export declare const StartDocumentClassificationJobRequestFilterSensitiveLog: (
2573
+ obj: StartDocumentClassificationJobRequest
2574
+ ) => any;
2575
+
2576
+ export declare const StartDocumentClassificationJobResponseFilterSensitiveLog: (
2577
+ obj: StartDocumentClassificationJobResponse
2578
+ ) => any;
2579
+
2580
+ export declare const StartDominantLanguageDetectionJobRequestFilterSensitiveLog: (
2581
+ obj: StartDominantLanguageDetectionJobRequest
2582
+ ) => any;
2583
+
2584
+ export declare const StartDominantLanguageDetectionJobResponseFilterSensitiveLog: (
2585
+ obj: StartDominantLanguageDetectionJobResponse
2586
+ ) => any;
2587
+
2588
+ export declare const StartEntitiesDetectionJobRequestFilterSensitiveLog: (
2589
+ obj: StartEntitiesDetectionJobRequest
2590
+ ) => any;
2591
+
2592
+ export declare const StartEntitiesDetectionJobResponseFilterSensitiveLog: (
2593
+ obj: StartEntitiesDetectionJobResponse
2594
+ ) => any;
2595
+
2596
+ export declare const StartEventsDetectionJobRequestFilterSensitiveLog: (
2597
+ obj: StartEventsDetectionJobRequest
2598
+ ) => any;
2599
+
2600
+ export declare const StartEventsDetectionJobResponseFilterSensitiveLog: (
2601
+ obj: StartEventsDetectionJobResponse
2602
+ ) => any;
2603
+
2604
+ export declare const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog: (
2605
+ obj: StartKeyPhrasesDetectionJobRequest
2606
+ ) => any;
2607
+
2608
+ export declare const StartKeyPhrasesDetectionJobResponseFilterSensitiveLog: (
2609
+ obj: StartKeyPhrasesDetectionJobResponse
2610
+ ) => any;
2611
+
2612
+ export declare const StartPiiEntitiesDetectionJobRequestFilterSensitiveLog: (
2613
+ obj: StartPiiEntitiesDetectionJobRequest
2614
+ ) => any;
2615
+
2616
+ export declare const StartPiiEntitiesDetectionJobResponseFilterSensitiveLog: (
2617
+ obj: StartPiiEntitiesDetectionJobResponse
2618
+ ) => any;
2619
+
2620
+ export declare const StartSentimentDetectionJobRequestFilterSensitiveLog: (
2621
+ obj: StartSentimentDetectionJobRequest
2622
+ ) => any;
2623
+
2624
+ export declare const StartSentimentDetectionJobResponseFilterSensitiveLog: (
2625
+ obj: StartSentimentDetectionJobResponse
2626
+ ) => any;
2627
+
2628
+ export declare const StartTargetedSentimentDetectionJobRequestFilterSensitiveLog: (
2629
+ obj: StartTargetedSentimentDetectionJobRequest
2630
+ ) => any;
2631
+
2632
+ export declare const StartTargetedSentimentDetectionJobResponseFilterSensitiveLog: (
2633
+ obj: StartTargetedSentimentDetectionJobResponse
2634
+ ) => any;
2635
+
2636
+ export declare const StartTopicsDetectionJobRequestFilterSensitiveLog: (
2637
+ obj: StartTopicsDetectionJobRequest
2638
+ ) => any;
2639
+
2640
+ export declare const StartTopicsDetectionJobResponseFilterSensitiveLog: (
2641
+ obj: StartTopicsDetectionJobResponse
2642
+ ) => any;
2643
+
2644
+ export declare const StopDominantLanguageDetectionJobRequestFilterSensitiveLog: (
2645
+ obj: StopDominantLanguageDetectionJobRequest
2646
+ ) => any;
2647
+
2648
+ export declare const StopDominantLanguageDetectionJobResponseFilterSensitiveLog: (
2649
+ obj: StopDominantLanguageDetectionJobResponse
2650
+ ) => any;
2651
+
2652
+ export declare const StopEntitiesDetectionJobRequestFilterSensitiveLog: (
2653
+ obj: StopEntitiesDetectionJobRequest
2654
+ ) => any;
2655
+
2656
+ export declare const StopEntitiesDetectionJobResponseFilterSensitiveLog: (
2657
+ obj: StopEntitiesDetectionJobResponse
2658
+ ) => any;
2659
+
2660
+ export declare const StopEventsDetectionJobRequestFilterSensitiveLog: (
2661
+ obj: StopEventsDetectionJobRequest
2662
+ ) => any;
2663
+
2664
+ export declare const StopEventsDetectionJobResponseFilterSensitiveLog: (
2665
+ obj: StopEventsDetectionJobResponse
2666
+ ) => any;
2667
+
2668
+ export declare const StopKeyPhrasesDetectionJobRequestFilterSensitiveLog: (
2669
+ obj: StopKeyPhrasesDetectionJobRequest
2670
+ ) => any;
2671
+
2672
+ export declare const StopKeyPhrasesDetectionJobResponseFilterSensitiveLog: (
2673
+ obj: StopKeyPhrasesDetectionJobResponse
2674
+ ) => any;
2675
+
2676
+ export declare const StopPiiEntitiesDetectionJobRequestFilterSensitiveLog: (
2677
+ obj: StopPiiEntitiesDetectionJobRequest
2678
+ ) => any;
2679
+
2680
+ export declare const StopPiiEntitiesDetectionJobResponseFilterSensitiveLog: (
2681
+ obj: StopPiiEntitiesDetectionJobResponse
2682
+ ) => any;
2683
+
2684
+ export declare const StopSentimentDetectionJobRequestFilterSensitiveLog: (
2685
+ obj: StopSentimentDetectionJobRequest
2686
+ ) => any;
2687
+
2688
+ export declare const StopSentimentDetectionJobResponseFilterSensitiveLog: (
2689
+ obj: StopSentimentDetectionJobResponse
2690
+ ) => any;
2691
+
2692
+ export declare const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog: (
2693
+ obj: StopTargetedSentimentDetectionJobRequest
2694
+ ) => any;
2695
+
2696
+ export declare const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog: (
2697
+ obj: StopTargetedSentimentDetectionJobResponse
2698
+ ) => any;
2699
+
2700
+ export declare const StopTrainingDocumentClassifierRequestFilterSensitiveLog: (
2701
+ obj: StopTrainingDocumentClassifierRequest
2702
+ ) => any;
2703
+
2704
+ export declare const StopTrainingDocumentClassifierResponseFilterSensitiveLog: (
2705
+ obj: StopTrainingDocumentClassifierResponse
2706
+ ) => any;
2707
+
2708
+ export declare const StopTrainingEntityRecognizerRequestFilterSensitiveLog: (
2709
+ obj: StopTrainingEntityRecognizerRequest
2710
+ ) => any;
2711
+
2712
+ export declare const StopTrainingEntityRecognizerResponseFilterSensitiveLog: (
2713
+ obj: StopTrainingEntityRecognizerResponse
2714
+ ) => any;
2715
+
2716
+ export declare const TagResourceRequestFilterSensitiveLog: (
2717
+ obj: TagResourceRequest
2718
+ ) => any;
2719
+
2720
+ export declare const TagResourceResponseFilterSensitiveLog: (
2721
+ obj: TagResourceResponse
2722
+ ) => any;
2723
+
2724
+ export declare const UntagResourceRequestFilterSensitiveLog: (
2725
+ obj: UntagResourceRequest
2726
+ ) => any;
2727
+
2728
+ export declare const UntagResourceResponseFilterSensitiveLog: (
2729
+ obj: UntagResourceResponse
2730
+ ) => any;
2731
+
2732
+ export declare const UpdateEndpointRequestFilterSensitiveLog: (
2733
+ obj: UpdateEndpointRequest
2734
+ ) => any;
2735
+
2736
+ export declare const UpdateEndpointResponseFilterSensitiveLog: (
2737
+ obj: UpdateEndpointResponse
2738
+ ) => any;