@aws-sdk/client-comprehend 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/Comprehend.d.ts +1259 -360
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +530 -144
  4. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -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 +7 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +1969 -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 +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  100. package/package.json +34 -34
@@ -1,2509 +1,1969 @@
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
+ export interface AugmentedManifestsListItem {
12
+ S3Uri: string | undefined;
13
+ Split?: Split | string;
14
+ AttributeNames: string[] | undefined;
15
+ AnnotationDataS3Uri?: string;
16
+ SourceDocumentsS3Uri?: string;
17
+ DocumentType?: AugmentedManifestsDocumentTypeFormat | string;
18
+ }
19
+ export interface BatchDetectDominantLanguageRequest {
20
+ TextList: string[] | undefined;
21
+ }
22
+ export interface BatchItemError {
23
+ Index?: number;
24
+ ErrorCode?: string;
25
+ ErrorMessage?: string;
26
+ }
27
+ export interface DominantLanguage {
28
+ LanguageCode?: string;
29
+ Score?: number;
30
+ }
31
+ export interface BatchDetectDominantLanguageItemResult {
32
+ Index?: number;
33
+ Languages?: DominantLanguage[];
34
+ }
35
+ export interface BatchDetectDominantLanguageResponse {
36
+ ResultList: BatchDetectDominantLanguageItemResult[] | undefined;
37
+ ErrorList: BatchItemError[] | undefined;
38
+ }
39
+ export declare class BatchSizeLimitExceededException extends __BaseException {
40
+ readonly name: "BatchSizeLimitExceededException";
41
+ readonly $fault: "client";
42
+ Message?: string;
43
+ constructor(
44
+ opts: __ExceptionOptionType<
45
+ BatchSizeLimitExceededException,
46
+ __BaseException
47
+ >
48
+ );
49
+ }
50
+ export declare class InternalServerException extends __BaseException {
51
+ readonly name: "InternalServerException";
52
+ readonly $fault: "server";
53
+ Message?: string;
54
+ constructor(
55
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
56
+ );
57
+ }
58
+ export declare class InvalidRequestException extends __BaseException {
59
+ readonly name: "InvalidRequestException";
60
+ readonly $fault: "client";
61
+ Message?: string;
62
+ constructor(
63
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
64
+ );
65
+ }
66
+ export declare class TextSizeLimitExceededException extends __BaseException {
67
+ readonly name: "TextSizeLimitExceededException";
68
+ readonly $fault: "client";
69
+ Message?: string;
70
+ constructor(
71
+ opts: __ExceptionOptionType<TextSizeLimitExceededException, __BaseException>
72
+ );
73
+ }
74
+ export declare enum LanguageCode {
75
+ AR = "ar",
76
+ DE = "de",
77
+ EN = "en",
78
+ ES = "es",
79
+ FR = "fr",
80
+ HI = "hi",
81
+ IT = "it",
82
+ JA = "ja",
83
+ KO = "ko",
84
+ PT = "pt",
85
+ ZH = "zh",
86
+ ZH_TW = "zh-TW",
87
+ }
88
+ export interface BatchDetectEntitiesRequest {
89
+ TextList: string[] | undefined;
90
+ LanguageCode: LanguageCode | string | undefined;
91
+ }
92
+ export declare enum EntityType {
93
+ COMMERCIAL_ITEM = "COMMERCIAL_ITEM",
94
+ DATE = "DATE",
95
+ EVENT = "EVENT",
96
+ LOCATION = "LOCATION",
97
+ ORGANIZATION = "ORGANIZATION",
98
+ OTHER = "OTHER",
99
+ PERSON = "PERSON",
100
+ QUANTITY = "QUANTITY",
101
+ TITLE = "TITLE",
102
+ }
103
+ export interface Entity {
104
+ Score?: number;
105
+ Type?: EntityType | string;
106
+ Text?: string;
107
+ BeginOffset?: number;
108
+ EndOffset?: number;
109
+ }
110
+ export interface BatchDetectEntitiesItemResult {
111
+ Index?: number;
112
+ Entities?: Entity[];
113
+ }
114
+ export interface BatchDetectEntitiesResponse {
115
+ ResultList: BatchDetectEntitiesItemResult[] | undefined;
116
+ ErrorList: BatchItemError[] | undefined;
117
+ }
118
+ export declare class UnsupportedLanguageException extends __BaseException {
119
+ readonly name: "UnsupportedLanguageException";
120
+ readonly $fault: "client";
121
+ Message?: string;
122
+ constructor(
123
+ opts: __ExceptionOptionType<UnsupportedLanguageException, __BaseException>
124
+ );
125
+ }
126
+ export interface BatchDetectKeyPhrasesRequest {
127
+ TextList: string[] | undefined;
128
+ LanguageCode: LanguageCode | string | undefined;
129
+ }
130
+ export interface KeyPhrase {
131
+ Score?: number;
132
+ Text?: string;
133
+ BeginOffset?: number;
134
+ EndOffset?: number;
135
+ }
136
+ export interface BatchDetectKeyPhrasesItemResult {
137
+ Index?: number;
138
+ KeyPhrases?: KeyPhrase[];
139
+ }
140
+ export interface BatchDetectKeyPhrasesResponse {
141
+ ResultList: BatchDetectKeyPhrasesItemResult[] | undefined;
142
+ ErrorList: BatchItemError[] | undefined;
143
+ }
144
+ export interface BatchDetectSentimentRequest {
145
+ TextList: string[] | undefined;
146
+ LanguageCode: LanguageCode | string | undefined;
147
+ }
148
+ export declare enum SentimentType {
149
+ MIXED = "MIXED",
150
+ NEGATIVE = "NEGATIVE",
151
+ NEUTRAL = "NEUTRAL",
152
+ POSITIVE = "POSITIVE",
153
+ }
154
+ export interface SentimentScore {
155
+ Positive?: number;
156
+ Negative?: number;
157
+ Neutral?: number;
158
+ Mixed?: number;
159
+ }
160
+ export interface BatchDetectSentimentItemResult {
161
+ Index?: number;
162
+ Sentiment?: SentimentType | string;
163
+ SentimentScore?: SentimentScore;
164
+ }
165
+ export interface BatchDetectSentimentResponse {
166
+ ResultList: BatchDetectSentimentItemResult[] | undefined;
167
+ ErrorList: BatchItemError[] | undefined;
168
+ }
169
+ export declare enum SyntaxLanguageCode {
170
+ DE = "de",
171
+ EN = "en",
172
+ ES = "es",
173
+ FR = "fr",
174
+ IT = "it",
175
+ PT = "pt",
176
+ }
177
+ export interface BatchDetectSyntaxRequest {
178
+ TextList: string[] | undefined;
179
+ LanguageCode: SyntaxLanguageCode | string | undefined;
180
+ }
181
+ export declare enum PartOfSpeechTagType {
182
+ ADJ = "ADJ",
183
+ ADP = "ADP",
184
+ ADV = "ADV",
185
+ AUX = "AUX",
186
+ CCONJ = "CCONJ",
187
+ CONJ = "CONJ",
188
+ DET = "DET",
189
+ INTJ = "INTJ",
190
+ NOUN = "NOUN",
191
+ NUM = "NUM",
192
+ O = "O",
193
+ PART = "PART",
194
+ PRON = "PRON",
195
+ PROPN = "PROPN",
196
+ PUNCT = "PUNCT",
197
+ SCONJ = "SCONJ",
198
+ SYM = "SYM",
199
+ VERB = "VERB",
200
+ }
201
+ export interface PartOfSpeechTag {
202
+ Tag?: PartOfSpeechTagType | string;
203
+ Score?: number;
204
+ }
205
+ export interface SyntaxToken {
206
+ TokenId?: number;
207
+ Text?: string;
208
+ BeginOffset?: number;
209
+ EndOffset?: number;
210
+ PartOfSpeech?: PartOfSpeechTag;
211
+ }
212
+ export interface BatchDetectSyntaxItemResult {
213
+ Index?: number;
214
+ SyntaxTokens?: SyntaxToken[];
215
+ }
216
+ export interface BatchDetectSyntaxResponse {
217
+ ResultList: BatchDetectSyntaxItemResult[] | undefined;
218
+ ErrorList: BatchItemError[] | undefined;
219
+ }
220
+ export interface ClassifierEvaluationMetrics {
221
+ Accuracy?: number;
222
+ Precision?: number;
223
+ Recall?: number;
224
+ F1Score?: number;
225
+ MicroPrecision?: number;
226
+ MicroRecall?: number;
227
+ MicroF1Score?: number;
228
+ HammingLoss?: number;
229
+ }
230
+ export interface ClassifierMetadata {
231
+ NumberOfLabels?: number;
232
+ NumberOfTrainedDocuments?: number;
233
+ NumberOfTestDocuments?: number;
234
+ EvaluationMetrics?: ClassifierEvaluationMetrics;
235
+ }
236
+ export interface ClassifyDocumentRequest {
237
+ Text: string | undefined;
238
+ EndpointArn: string | undefined;
239
+ }
240
+ export interface DocumentClass {
241
+ Name?: string;
242
+ Score?: number;
243
+ }
244
+ export interface DocumentLabel {
245
+ Name?: string;
246
+ Score?: number;
247
+ }
248
+ export interface ClassifyDocumentResponse {
249
+ Classes?: DocumentClass[];
250
+ Labels?: DocumentLabel[];
251
+ }
252
+ export declare class ResourceUnavailableException extends __BaseException {
253
+ readonly name: "ResourceUnavailableException";
254
+ readonly $fault: "client";
255
+ Message?: string;
256
+ constructor(
257
+ opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
258
+ );
259
+ }
260
+ export interface ContainsPiiEntitiesRequest {
261
+ Text: string | undefined;
262
+ LanguageCode: LanguageCode | string | undefined;
263
+ }
264
+ export declare enum PiiEntityType {
265
+ ADDRESS = "ADDRESS",
266
+ AGE = "AGE",
267
+ ALL = "ALL",
268
+ AWS_ACCESS_KEY = "AWS_ACCESS_KEY",
269
+ AWS_SECRET_KEY = "AWS_SECRET_KEY",
270
+ BANK_ACCOUNT_NUMBER = "BANK_ACCOUNT_NUMBER",
271
+ BANK_ROUTING = "BANK_ROUTING",
272
+ CA_HEALTH_NUMBER = "CA_HEALTH_NUMBER",
273
+ CA_SOCIAL_INSURANCE_NUMBER = "CA_SOCIAL_INSURANCE_NUMBER",
274
+ CREDIT_DEBIT_CVV = "CREDIT_DEBIT_CVV",
275
+ CREDIT_DEBIT_EXPIRY = "CREDIT_DEBIT_EXPIRY",
276
+ CREDIT_DEBIT_NUMBER = "CREDIT_DEBIT_NUMBER",
277
+ DATE_TIME = "DATE_TIME",
278
+ DRIVER_ID = "DRIVER_ID",
279
+ EMAIL = "EMAIL",
280
+ INTERNATIONAL_BANK_ACCOUNT_NUMBER = "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
281
+ IN_AADHAAR = "IN_AADHAAR",
282
+ IN_NREGA = "IN_NREGA",
283
+ IN_PERMANENT_ACCOUNT_NUMBER = "IN_PERMANENT_ACCOUNT_NUMBER",
284
+ IN_VOTER_NUMBER = "IN_VOTER_NUMBER",
285
+ IP_ADDRESS = "IP_ADDRESS",
286
+ LICENSE_PLATE = "LICENSE_PLATE",
287
+ MAC_ADDRESS = "MAC_ADDRESS",
288
+ NAME = "NAME",
289
+ PASSPORT_NUMBER = "PASSPORT_NUMBER",
290
+ PASSWORD = "PASSWORD",
291
+ PHONE = "PHONE",
292
+ PIN = "PIN",
293
+ SSN = "SSN",
294
+ SWIFT_CODE = "SWIFT_CODE",
295
+ UK_NATIONAL_HEALTH_SERVICE_NUMBER = "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
296
+ UK_NATIONAL_INSURANCE_NUMBER = "UK_NATIONAL_INSURANCE_NUMBER",
297
+ UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER = "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
298
+ URL = "URL",
299
+ USERNAME = "USERNAME",
300
+ US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER = "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
301
+ VEHICLE_IDENTIFICATION_NUMBER = "VEHICLE_IDENTIFICATION_NUMBER",
302
+ }
303
+ export interface EntityLabel {
304
+ Name?: PiiEntityType | string;
305
+ Score?: number;
306
+ }
307
+ export interface ContainsPiiEntitiesResponse {
308
+ Labels?: EntityLabel[];
309
+ }
310
+ export declare enum DocumentClassifierDataFormat {
311
+ AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
312
+ COMPREHEND_CSV = "COMPREHEND_CSV",
313
+ }
314
+ export interface DocumentClassifierInputDataConfig {
315
+ DataFormat?: DocumentClassifierDataFormat | string;
316
+ S3Uri?: string;
317
+ TestS3Uri?: string;
318
+ LabelDelimiter?: string;
319
+ AugmentedManifests?: AugmentedManifestsListItem[];
320
+ }
321
+ export declare enum DocumentClassifierMode {
322
+ MULTI_CLASS = "MULTI_CLASS",
323
+ MULTI_LABEL = "MULTI_LABEL",
324
+ }
325
+ export interface DocumentClassifierOutputDataConfig {
326
+ S3Uri?: string;
327
+ KmsKeyId?: string;
328
+ }
329
+ export interface Tag {
330
+ Key: string | undefined;
331
+ Value?: string;
332
+ }
333
+ export interface VpcConfig {
334
+ SecurityGroupIds: string[] | undefined;
335
+ Subnets: string[] | undefined;
336
+ }
337
+ export interface CreateDocumentClassifierRequest {
338
+ DocumentClassifierName: string | undefined;
339
+ VersionName?: string;
340
+ DataAccessRoleArn: string | undefined;
341
+ Tags?: Tag[];
342
+ InputDataConfig: DocumentClassifierInputDataConfig | undefined;
343
+ OutputDataConfig?: DocumentClassifierOutputDataConfig;
344
+ ClientRequestToken?: string;
345
+ LanguageCode: LanguageCode | string | undefined;
346
+ VolumeKmsKeyId?: string;
347
+ VpcConfig?: VpcConfig;
348
+ Mode?: DocumentClassifierMode | string;
349
+ ModelKmsKeyId?: string;
350
+ ModelPolicy?: string;
351
+ }
352
+ export interface CreateDocumentClassifierResponse {
353
+ DocumentClassifierArn?: string;
354
+ }
355
+ export declare class KmsKeyValidationException extends __BaseException {
356
+ readonly name: "KmsKeyValidationException";
357
+ readonly $fault: "client";
358
+ Message?: string;
359
+ constructor(
360
+ opts: __ExceptionOptionType<KmsKeyValidationException, __BaseException>
361
+ );
362
+ }
363
+ export declare class ResourceInUseException extends __BaseException {
364
+ readonly name: "ResourceInUseException";
365
+ readonly $fault: "client";
366
+ Message?: string;
367
+ constructor(
368
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
369
+ );
370
+ }
371
+ export declare class ResourceLimitExceededException extends __BaseException {
372
+ readonly name: "ResourceLimitExceededException";
373
+ readonly $fault: "client";
374
+ Message?: string;
375
+ constructor(
376
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
377
+ );
378
+ }
379
+ export declare class TooManyRequestsException extends __BaseException {
380
+ readonly name: "TooManyRequestsException";
381
+ readonly $fault: "client";
382
+ Message?: string;
383
+ constructor(
384
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
385
+ );
386
+ }
387
+ export declare class TooManyTagsException extends __BaseException {
388
+ readonly name: "TooManyTagsException";
389
+ readonly $fault: "client";
390
+ Message?: string;
391
+ constructor(
392
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
393
+ );
394
+ }
395
+ export interface CreateEndpointRequest {
396
+ EndpointName: string | undefined;
397
+ ModelArn: string | undefined;
398
+ DesiredInferenceUnits: number | undefined;
399
+ ClientRequestToken?: string;
400
+ Tags?: Tag[];
401
+ DataAccessRoleArn?: string;
402
+ }
403
+ export interface CreateEndpointResponse {
404
+ EndpointArn?: string;
405
+ }
406
+ export declare class ResourceNotFoundException extends __BaseException {
407
+ readonly name: "ResourceNotFoundException";
408
+ readonly $fault: "client";
409
+ Message?: string;
410
+ constructor(
411
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
412
+ );
413
+ }
414
+ export interface EntityRecognizerAnnotations {
415
+ S3Uri: string | undefined;
416
+ TestS3Uri?: string;
417
+ }
418
+ export declare enum EntityRecognizerDataFormat {
419
+ AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
420
+ COMPREHEND_CSV = "COMPREHEND_CSV",
421
+ }
422
+ export declare enum InputFormat {
423
+ ONE_DOC_PER_FILE = "ONE_DOC_PER_FILE",
424
+ ONE_DOC_PER_LINE = "ONE_DOC_PER_LINE",
425
+ }
426
+ export interface EntityRecognizerDocuments {
427
+ S3Uri: string | undefined;
428
+ TestS3Uri?: string;
429
+ InputFormat?: InputFormat | string;
430
+ }
431
+ export interface EntityRecognizerEntityList {
432
+ S3Uri: string | undefined;
433
+ }
434
+ export interface EntityTypesListItem {
435
+ Type: string | undefined;
436
+ }
437
+ export interface EntityRecognizerInputDataConfig {
438
+ DataFormat?: EntityRecognizerDataFormat | string;
439
+ EntityTypes: EntityTypesListItem[] | undefined;
440
+ Documents?: EntityRecognizerDocuments;
441
+ Annotations?: EntityRecognizerAnnotations;
442
+ EntityList?: EntityRecognizerEntityList;
443
+ AugmentedManifests?: AugmentedManifestsListItem[];
444
+ }
445
+ export interface CreateEntityRecognizerRequest {
446
+ RecognizerName: string | undefined;
447
+ VersionName?: string;
448
+ DataAccessRoleArn: string | undefined;
449
+ Tags?: Tag[];
450
+ InputDataConfig: EntityRecognizerInputDataConfig | undefined;
451
+ ClientRequestToken?: string;
452
+ LanguageCode: LanguageCode | string | undefined;
453
+ VolumeKmsKeyId?: string;
454
+ VpcConfig?: VpcConfig;
455
+ ModelKmsKeyId?: string;
456
+ ModelPolicy?: string;
457
+ }
458
+ export interface CreateEntityRecognizerResponse {
459
+ EntityRecognizerArn?: string;
460
+ }
461
+ export interface DeleteDocumentClassifierRequest {
462
+ DocumentClassifierArn: string | undefined;
463
+ }
464
+ export interface DeleteDocumentClassifierResponse {}
465
+ export interface DeleteEndpointRequest {
466
+ EndpointArn: string | undefined;
467
+ }
468
+ export interface DeleteEndpointResponse {}
469
+ export interface DeleteEntityRecognizerRequest {
470
+ EntityRecognizerArn: string | undefined;
471
+ }
472
+ export interface DeleteEntityRecognizerResponse {}
473
+ export interface DeleteResourcePolicyRequest {
474
+ ResourceArn: string | undefined;
475
+ PolicyRevisionId?: string;
476
+ }
477
+ export interface DeleteResourcePolicyResponse {}
478
+ export interface DescribeDocumentClassificationJobRequest {
479
+ JobId: string | undefined;
480
+ }
481
+ export declare enum DocumentReadAction {
482
+ TEXTRACT_ANALYZE_DOCUMENT = "TEXTRACT_ANALYZE_DOCUMENT",
483
+ TEXTRACT_DETECT_DOCUMENT_TEXT = "TEXTRACT_DETECT_DOCUMENT_TEXT",
484
+ }
485
+ export declare enum DocumentReadMode {
486
+ FORCE_DOCUMENT_READ_ACTION = "FORCE_DOCUMENT_READ_ACTION",
487
+ SERVICE_DEFAULT = "SERVICE_DEFAULT",
488
+ }
489
+ export declare enum DocumentReadFeatureTypes {
490
+ FORMS = "FORMS",
491
+ TABLES = "TABLES",
492
+ }
493
+ export interface DocumentReaderConfig {
494
+ DocumentReadAction: DocumentReadAction | string | undefined;
495
+ DocumentReadMode?: DocumentReadMode | string;
496
+ FeatureTypes?: (DocumentReadFeatureTypes | string)[];
497
+ }
498
+ export interface InputDataConfig {
499
+ S3Uri: string | undefined;
500
+ InputFormat?: InputFormat | string;
501
+ DocumentReaderConfig?: DocumentReaderConfig;
502
+ }
503
+ export declare enum JobStatus {
504
+ COMPLETED = "COMPLETED",
505
+ FAILED = "FAILED",
506
+ IN_PROGRESS = "IN_PROGRESS",
507
+ STOPPED = "STOPPED",
508
+ STOP_REQUESTED = "STOP_REQUESTED",
509
+ SUBMITTED = "SUBMITTED",
510
+ }
511
+ export interface OutputDataConfig {
512
+ S3Uri: string | undefined;
513
+ KmsKeyId?: string;
514
+ }
515
+ export interface DocumentClassificationJobProperties {
516
+ JobId?: string;
517
+ JobArn?: string;
518
+ JobName?: string;
519
+ JobStatus?: JobStatus | string;
520
+ Message?: string;
521
+ SubmitTime?: Date;
522
+ EndTime?: Date;
523
+ DocumentClassifierArn?: string;
524
+ InputDataConfig?: InputDataConfig;
525
+ OutputDataConfig?: OutputDataConfig;
526
+ DataAccessRoleArn?: string;
527
+ VolumeKmsKeyId?: string;
528
+ VpcConfig?: VpcConfig;
529
+ }
530
+ export interface DescribeDocumentClassificationJobResponse {
531
+ DocumentClassificationJobProperties?: DocumentClassificationJobProperties;
532
+ }
533
+ export declare class JobNotFoundException extends __BaseException {
534
+ readonly name: "JobNotFoundException";
535
+ readonly $fault: "client";
536
+ Message?: string;
537
+ constructor(
538
+ opts: __ExceptionOptionType<JobNotFoundException, __BaseException>
539
+ );
540
+ }
541
+ export interface DescribeDocumentClassifierRequest {
542
+ DocumentClassifierArn: string | undefined;
543
+ }
544
+ export declare enum ModelStatus {
545
+ DELETING = "DELETING",
546
+ IN_ERROR = "IN_ERROR",
547
+ STOPPED = "STOPPED",
548
+ STOP_REQUESTED = "STOP_REQUESTED",
549
+ SUBMITTED = "SUBMITTED",
550
+ TRAINED = "TRAINED",
551
+ TRAINING = "TRAINING",
552
+ }
553
+ export interface DocumentClassifierProperties {
554
+ DocumentClassifierArn?: string;
555
+ LanguageCode?: LanguageCode | string;
556
+ Status?: ModelStatus | string;
557
+ Message?: string;
558
+ SubmitTime?: Date;
559
+ EndTime?: Date;
560
+ TrainingStartTime?: Date;
561
+ TrainingEndTime?: Date;
562
+ InputDataConfig?: DocumentClassifierInputDataConfig;
563
+ OutputDataConfig?: DocumentClassifierOutputDataConfig;
564
+ ClassifierMetadata?: ClassifierMetadata;
565
+ DataAccessRoleArn?: string;
566
+ VolumeKmsKeyId?: string;
567
+ VpcConfig?: VpcConfig;
568
+ Mode?: DocumentClassifierMode | string;
569
+ ModelKmsKeyId?: string;
570
+ VersionName?: string;
571
+ SourceModelArn?: string;
572
+ }
573
+ export interface DescribeDocumentClassifierResponse {
574
+ DocumentClassifierProperties?: DocumentClassifierProperties;
575
+ }
576
+ export interface DescribeDominantLanguageDetectionJobRequest {
577
+ JobId: string | undefined;
578
+ }
579
+ export interface DominantLanguageDetectionJobProperties {
580
+ JobId?: string;
581
+ JobArn?: string;
582
+ JobName?: string;
583
+ JobStatus?: JobStatus | string;
584
+ Message?: string;
585
+ SubmitTime?: Date;
586
+ EndTime?: Date;
587
+ InputDataConfig?: InputDataConfig;
588
+ OutputDataConfig?: OutputDataConfig;
589
+ DataAccessRoleArn?: string;
590
+ VolumeKmsKeyId?: string;
591
+ VpcConfig?: VpcConfig;
592
+ }
593
+ export interface DescribeDominantLanguageDetectionJobResponse {
594
+ DominantLanguageDetectionJobProperties?: DominantLanguageDetectionJobProperties;
595
+ }
596
+ export interface DescribeEndpointRequest {
597
+ EndpointArn: string | undefined;
598
+ }
599
+ export declare enum EndpointStatus {
600
+ CREATING = "CREATING",
601
+ DELETING = "DELETING",
602
+ FAILED = "FAILED",
603
+ IN_SERVICE = "IN_SERVICE",
604
+ UPDATING = "UPDATING",
605
+ }
606
+ export interface EndpointProperties {
607
+ EndpointArn?: string;
608
+ Status?: EndpointStatus | string;
609
+ Message?: string;
610
+ ModelArn?: string;
611
+ DesiredModelArn?: string;
612
+ DesiredInferenceUnits?: number;
613
+ CurrentInferenceUnits?: number;
614
+ CreationTime?: Date;
615
+ LastModifiedTime?: Date;
616
+ DataAccessRoleArn?: string;
617
+ DesiredDataAccessRoleArn?: string;
618
+ }
619
+ export interface DescribeEndpointResponse {
620
+ EndpointProperties?: EndpointProperties;
621
+ }
622
+ export interface DescribeEntitiesDetectionJobRequest {
623
+ JobId: string | undefined;
624
+ }
625
+ export interface EntitiesDetectionJobProperties {
626
+ JobId?: string;
627
+ JobArn?: string;
628
+ JobName?: string;
629
+ JobStatus?: JobStatus | string;
630
+ Message?: string;
631
+ SubmitTime?: Date;
632
+ EndTime?: Date;
633
+ EntityRecognizerArn?: string;
634
+ InputDataConfig?: InputDataConfig;
635
+ OutputDataConfig?: OutputDataConfig;
636
+ LanguageCode?: LanguageCode | string;
637
+ DataAccessRoleArn?: string;
638
+ VolumeKmsKeyId?: string;
639
+ VpcConfig?: VpcConfig;
640
+ }
641
+ export interface DescribeEntitiesDetectionJobResponse {
642
+ EntitiesDetectionJobProperties?: EntitiesDetectionJobProperties;
643
+ }
644
+ export interface DescribeEntityRecognizerRequest {
645
+ EntityRecognizerArn: string | undefined;
646
+ }
647
+ export interface EntityTypesEvaluationMetrics {
648
+ Precision?: number;
649
+ Recall?: number;
650
+ F1Score?: number;
651
+ }
652
+ export interface EntityRecognizerMetadataEntityTypesListItem {
653
+ Type?: string;
654
+ EvaluationMetrics?: EntityTypesEvaluationMetrics;
655
+ NumberOfTrainMentions?: number;
656
+ }
657
+ export interface EntityRecognizerEvaluationMetrics {
658
+ Precision?: number;
659
+ Recall?: number;
660
+ F1Score?: number;
661
+ }
662
+ export interface EntityRecognizerMetadata {
663
+ NumberOfTrainedDocuments?: number;
664
+ NumberOfTestDocuments?: number;
665
+ EvaluationMetrics?: EntityRecognizerEvaluationMetrics;
666
+ EntityTypes?: EntityRecognizerMetadataEntityTypesListItem[];
667
+ }
668
+ export interface EntityRecognizerProperties {
669
+ EntityRecognizerArn?: string;
670
+ LanguageCode?: LanguageCode | string;
671
+ Status?: ModelStatus | string;
672
+ Message?: string;
673
+ SubmitTime?: Date;
674
+ EndTime?: Date;
675
+ TrainingStartTime?: Date;
676
+ TrainingEndTime?: Date;
677
+ InputDataConfig?: EntityRecognizerInputDataConfig;
678
+ RecognizerMetadata?: EntityRecognizerMetadata;
679
+ DataAccessRoleArn?: string;
680
+ VolumeKmsKeyId?: string;
681
+ VpcConfig?: VpcConfig;
682
+ ModelKmsKeyId?: string;
683
+ VersionName?: string;
684
+ SourceModelArn?: string;
685
+ }
686
+ export interface DescribeEntityRecognizerResponse {
687
+ EntityRecognizerProperties?: EntityRecognizerProperties;
688
+ }
689
+ export interface DescribeEventsDetectionJobRequest {
690
+ JobId: string | undefined;
691
+ }
692
+ export interface EventsDetectionJobProperties {
693
+ JobId?: string;
694
+ JobArn?: string;
695
+ JobName?: string;
696
+ JobStatus?: JobStatus | string;
697
+ Message?: string;
698
+ SubmitTime?: Date;
699
+ EndTime?: Date;
700
+ InputDataConfig?: InputDataConfig;
701
+ OutputDataConfig?: OutputDataConfig;
702
+ LanguageCode?: LanguageCode | string;
703
+ DataAccessRoleArn?: string;
704
+ TargetEventTypes?: string[];
705
+ }
706
+ export interface DescribeEventsDetectionJobResponse {
707
+ EventsDetectionJobProperties?: EventsDetectionJobProperties;
708
+ }
709
+ export interface DescribeKeyPhrasesDetectionJobRequest {
710
+ JobId: string | undefined;
711
+ }
712
+ export interface KeyPhrasesDetectionJobProperties {
713
+ JobId?: string;
714
+ JobArn?: string;
715
+ JobName?: string;
716
+ JobStatus?: JobStatus | string;
717
+ Message?: string;
718
+ SubmitTime?: Date;
719
+ EndTime?: Date;
720
+ InputDataConfig?: InputDataConfig;
721
+ OutputDataConfig?: OutputDataConfig;
722
+ LanguageCode?: LanguageCode | string;
723
+ DataAccessRoleArn?: string;
724
+ VolumeKmsKeyId?: string;
725
+ VpcConfig?: VpcConfig;
726
+ }
727
+ export interface DescribeKeyPhrasesDetectionJobResponse {
728
+ KeyPhrasesDetectionJobProperties?: KeyPhrasesDetectionJobProperties;
729
+ }
730
+ export interface DescribePiiEntitiesDetectionJobRequest {
731
+ JobId: string | undefined;
732
+ }
733
+ export declare enum PiiEntitiesDetectionMode {
734
+ ONLY_OFFSETS = "ONLY_OFFSETS",
735
+ ONLY_REDACTION = "ONLY_REDACTION",
736
+ }
737
+ export interface PiiOutputDataConfig {
738
+ S3Uri: string | undefined;
739
+ KmsKeyId?: string;
740
+ }
741
+ export declare enum PiiEntitiesDetectionMaskMode {
742
+ MASK = "MASK",
743
+ REPLACE_WITH_PII_ENTITY_TYPE = "REPLACE_WITH_PII_ENTITY_TYPE",
744
+ }
745
+ export interface RedactionConfig {
746
+ PiiEntityTypes?: (PiiEntityType | string)[];
747
+ MaskMode?: PiiEntitiesDetectionMaskMode | string;
748
+ MaskCharacter?: string;
749
+ }
750
+ export interface PiiEntitiesDetectionJobProperties {
751
+ JobId?: string;
752
+ JobArn?: string;
753
+ JobName?: string;
754
+ JobStatus?: JobStatus | string;
755
+ Message?: string;
756
+ SubmitTime?: Date;
757
+ EndTime?: Date;
758
+ InputDataConfig?: InputDataConfig;
759
+ OutputDataConfig?: PiiOutputDataConfig;
760
+ RedactionConfig?: RedactionConfig;
761
+ LanguageCode?: LanguageCode | string;
762
+ DataAccessRoleArn?: string;
763
+ Mode?: PiiEntitiesDetectionMode | string;
764
+ }
765
+ export interface DescribePiiEntitiesDetectionJobResponse {
766
+ PiiEntitiesDetectionJobProperties?: PiiEntitiesDetectionJobProperties;
767
+ }
768
+ export interface DescribeResourcePolicyRequest {
769
+ ResourceArn: string | undefined;
770
+ }
771
+ export interface DescribeResourcePolicyResponse {
772
+ ResourcePolicy?: string;
773
+ CreationTime?: Date;
774
+ LastModifiedTime?: Date;
775
+ PolicyRevisionId?: string;
776
+ }
777
+ export interface DescribeSentimentDetectionJobRequest {
778
+ JobId: string | undefined;
779
+ }
780
+ export interface SentimentDetectionJobProperties {
781
+ JobId?: string;
782
+ JobArn?: string;
783
+ JobName?: string;
784
+ JobStatus?: JobStatus | string;
785
+ Message?: string;
786
+ SubmitTime?: Date;
787
+ EndTime?: Date;
788
+ InputDataConfig?: InputDataConfig;
789
+ OutputDataConfig?: OutputDataConfig;
790
+ LanguageCode?: LanguageCode | string;
791
+ DataAccessRoleArn?: string;
792
+ VolumeKmsKeyId?: string;
793
+ VpcConfig?: VpcConfig;
794
+ }
795
+ export interface DescribeSentimentDetectionJobResponse {
796
+ SentimentDetectionJobProperties?: SentimentDetectionJobProperties;
797
+ }
798
+ export interface DescribeTargetedSentimentDetectionJobRequest {
799
+ JobId: string | undefined;
800
+ }
801
+ export interface TargetedSentimentDetectionJobProperties {
802
+ JobId?: string;
803
+ JobArn?: string;
804
+ JobName?: string;
805
+ JobStatus?: JobStatus | string;
806
+ Message?: string;
807
+ SubmitTime?: Date;
808
+ EndTime?: Date;
809
+ InputDataConfig?: InputDataConfig;
810
+ OutputDataConfig?: OutputDataConfig;
811
+ LanguageCode?: LanguageCode | string;
812
+ DataAccessRoleArn?: string;
813
+ VolumeKmsKeyId?: string;
814
+ VpcConfig?: VpcConfig;
815
+ }
816
+ export interface DescribeTargetedSentimentDetectionJobResponse {
817
+ TargetedSentimentDetectionJobProperties?: TargetedSentimentDetectionJobProperties;
818
+ }
819
+ export interface DescribeTopicsDetectionJobRequest {
820
+ JobId: string | undefined;
821
+ }
822
+ export interface TopicsDetectionJobProperties {
823
+ JobId?: string;
824
+ JobArn?: string;
825
+ JobName?: string;
826
+ JobStatus?: JobStatus | string;
827
+ Message?: string;
828
+ SubmitTime?: Date;
829
+ EndTime?: Date;
830
+ InputDataConfig?: InputDataConfig;
831
+ OutputDataConfig?: OutputDataConfig;
832
+ NumberOfTopics?: number;
833
+ DataAccessRoleArn?: string;
834
+ VolumeKmsKeyId?: string;
835
+ VpcConfig?: VpcConfig;
836
+ }
837
+ export interface DescribeTopicsDetectionJobResponse {
838
+ TopicsDetectionJobProperties?: TopicsDetectionJobProperties;
839
+ }
840
+ export interface DetectDominantLanguageRequest {
841
+ Text: string | undefined;
842
+ }
843
+ export interface DetectDominantLanguageResponse {
844
+ Languages?: DominantLanguage[];
845
+ }
846
+ export interface DetectEntitiesRequest {
847
+ Text: string | undefined;
848
+ LanguageCode?: LanguageCode | string;
849
+ EndpointArn?: string;
850
+ }
851
+ export interface DetectEntitiesResponse {
852
+ Entities?: Entity[];
853
+ }
854
+ export interface DetectKeyPhrasesRequest {
855
+ Text: string | undefined;
856
+ LanguageCode: LanguageCode | string | undefined;
857
+ }
858
+ export interface DetectKeyPhrasesResponse {
859
+ KeyPhrases?: KeyPhrase[];
860
+ }
861
+ export interface DetectPiiEntitiesRequest {
862
+ Text: string | undefined;
863
+ LanguageCode: LanguageCode | string | undefined;
864
+ }
865
+ export interface PiiEntity {
866
+ Score?: number;
867
+ Type?: PiiEntityType | string;
868
+ BeginOffset?: number;
869
+ EndOffset?: number;
870
+ }
871
+ export interface DetectPiiEntitiesResponse {
872
+ Entities?: PiiEntity[];
873
+ }
874
+ export interface DetectSentimentRequest {
875
+ Text: string | undefined;
876
+ LanguageCode: LanguageCode | string | undefined;
877
+ }
878
+ export interface DetectSentimentResponse {
879
+ Sentiment?: SentimentType | string;
880
+ SentimentScore?: SentimentScore;
881
+ }
882
+ export interface DetectSyntaxRequest {
883
+ Text: string | undefined;
884
+ LanguageCode: SyntaxLanguageCode | string | undefined;
885
+ }
886
+ export interface DetectSyntaxResponse {
887
+ SyntaxTokens?: SyntaxToken[];
888
+ }
889
+ export interface ImportModelRequest {
890
+ SourceModelArn: string | undefined;
891
+ ModelName?: string;
892
+ VersionName?: string;
893
+ ModelKmsKeyId?: string;
894
+ DataAccessRoleArn?: string;
895
+ Tags?: Tag[];
896
+ }
897
+ export interface ImportModelResponse {
898
+ ModelArn?: string;
899
+ }
900
+ export declare class InvalidFilterException extends __BaseException {
901
+ readonly name: "InvalidFilterException";
902
+ readonly $fault: "client";
903
+ Message?: string;
904
+ constructor(
905
+ opts: __ExceptionOptionType<InvalidFilterException, __BaseException>
906
+ );
907
+ }
908
+ export interface DocumentClassificationJobFilter {
909
+ JobName?: string;
910
+ JobStatus?: JobStatus | string;
911
+ SubmitTimeBefore?: Date;
912
+ SubmitTimeAfter?: Date;
913
+ }
914
+ export interface ListDocumentClassificationJobsRequest {
915
+ Filter?: DocumentClassificationJobFilter;
916
+ NextToken?: string;
917
+ MaxResults?: number;
918
+ }
919
+ export interface ListDocumentClassificationJobsResponse {
920
+ DocumentClassificationJobPropertiesList?: DocumentClassificationJobProperties[];
921
+ NextToken?: string;
922
+ }
923
+ export interface DocumentClassifierFilter {
924
+ Status?: ModelStatus | string;
925
+ DocumentClassifierName?: string;
926
+ SubmitTimeBefore?: Date;
927
+ SubmitTimeAfter?: Date;
928
+ }
929
+ export interface ListDocumentClassifiersRequest {
930
+ Filter?: DocumentClassifierFilter;
931
+ NextToken?: string;
932
+ MaxResults?: number;
933
+ }
934
+ export interface ListDocumentClassifiersResponse {
935
+ DocumentClassifierPropertiesList?: DocumentClassifierProperties[];
936
+ NextToken?: string;
937
+ }
938
+ export interface ListDocumentClassifierSummariesRequest {
939
+ NextToken?: string;
940
+ MaxResults?: number;
941
+ }
942
+ export interface DocumentClassifierSummary {
943
+ DocumentClassifierName?: string;
944
+ NumberOfVersions?: number;
945
+ LatestVersionCreatedAt?: Date;
946
+ LatestVersionName?: string;
947
+ LatestVersionStatus?: ModelStatus | string;
948
+ }
949
+ export interface ListDocumentClassifierSummariesResponse {
950
+ DocumentClassifierSummariesList?: DocumentClassifierSummary[];
951
+ NextToken?: string;
952
+ }
953
+ export interface DominantLanguageDetectionJobFilter {
954
+ JobName?: string;
955
+ JobStatus?: JobStatus | string;
956
+ SubmitTimeBefore?: Date;
957
+ SubmitTimeAfter?: Date;
958
+ }
959
+ export interface ListDominantLanguageDetectionJobsRequest {
960
+ Filter?: DominantLanguageDetectionJobFilter;
961
+ NextToken?: string;
962
+ MaxResults?: number;
963
+ }
964
+ export interface ListDominantLanguageDetectionJobsResponse {
965
+ DominantLanguageDetectionJobPropertiesList?: DominantLanguageDetectionJobProperties[];
966
+ NextToken?: string;
967
+ }
968
+ export interface EndpointFilter {
969
+ ModelArn?: string;
970
+ Status?: EndpointStatus | string;
971
+ CreationTimeBefore?: Date;
972
+ CreationTimeAfter?: Date;
973
+ }
974
+ export interface ListEndpointsRequest {
975
+ Filter?: EndpointFilter;
976
+ NextToken?: string;
977
+ MaxResults?: number;
978
+ }
979
+ export interface ListEndpointsResponse {
980
+ EndpointPropertiesList?: EndpointProperties[];
981
+ NextToken?: string;
982
+ }
983
+ export interface EntitiesDetectionJobFilter {
984
+ JobName?: string;
985
+ JobStatus?: JobStatus | string;
986
+ SubmitTimeBefore?: Date;
987
+ SubmitTimeAfter?: Date;
988
+ }
989
+ export interface ListEntitiesDetectionJobsRequest {
990
+ Filter?: EntitiesDetectionJobFilter;
991
+ NextToken?: string;
992
+ MaxResults?: number;
993
+ }
994
+ export interface ListEntitiesDetectionJobsResponse {
995
+ EntitiesDetectionJobPropertiesList?: EntitiesDetectionJobProperties[];
996
+ NextToken?: string;
997
+ }
998
+ export interface EntityRecognizerFilter {
999
+ Status?: ModelStatus | string;
1000
+ RecognizerName?: string;
1001
+ SubmitTimeBefore?: Date;
1002
+ SubmitTimeAfter?: Date;
1003
+ }
1004
+ export interface ListEntityRecognizersRequest {
1005
+ Filter?: EntityRecognizerFilter;
1006
+ NextToken?: string;
1007
+ MaxResults?: number;
1008
+ }
1009
+ export interface ListEntityRecognizersResponse {
1010
+ EntityRecognizerPropertiesList?: EntityRecognizerProperties[];
1011
+ NextToken?: string;
1012
+ }
1013
+ export interface ListEntityRecognizerSummariesRequest {
1014
+ NextToken?: string;
1015
+ MaxResults?: number;
1016
+ }
1017
+ export interface EntityRecognizerSummary {
1018
+ RecognizerName?: string;
1019
+ NumberOfVersions?: number;
1020
+ LatestVersionCreatedAt?: Date;
1021
+ LatestVersionName?: string;
1022
+ LatestVersionStatus?: ModelStatus | string;
1023
+ }
1024
+ export interface ListEntityRecognizerSummariesResponse {
1025
+ EntityRecognizerSummariesList?: EntityRecognizerSummary[];
1026
+ NextToken?: string;
1027
+ }
1028
+ export interface EventsDetectionJobFilter {
1029
+ JobName?: string;
1030
+ JobStatus?: JobStatus | string;
1031
+ SubmitTimeBefore?: Date;
1032
+ SubmitTimeAfter?: Date;
1033
+ }
1034
+ export interface ListEventsDetectionJobsRequest {
1035
+ Filter?: EventsDetectionJobFilter;
1036
+ NextToken?: string;
1037
+ MaxResults?: number;
1038
+ }
1039
+ export interface ListEventsDetectionJobsResponse {
1040
+ EventsDetectionJobPropertiesList?: EventsDetectionJobProperties[];
1041
+ NextToken?: string;
1042
+ }
1043
+ export interface KeyPhrasesDetectionJobFilter {
1044
+ JobName?: string;
1045
+ JobStatus?: JobStatus | string;
1046
+ SubmitTimeBefore?: Date;
1047
+ SubmitTimeAfter?: Date;
1048
+ }
1049
+ export interface ListKeyPhrasesDetectionJobsRequest {
1050
+ Filter?: KeyPhrasesDetectionJobFilter;
1051
+ NextToken?: string;
1052
+ MaxResults?: number;
1053
+ }
1054
+ export interface ListKeyPhrasesDetectionJobsResponse {
1055
+ KeyPhrasesDetectionJobPropertiesList?: KeyPhrasesDetectionJobProperties[];
1056
+ NextToken?: string;
1057
+ }
1058
+ export interface PiiEntitiesDetectionJobFilter {
1059
+ JobName?: string;
1060
+ JobStatus?: JobStatus | string;
1061
+ SubmitTimeBefore?: Date;
1062
+ SubmitTimeAfter?: Date;
1063
+ }
1064
+ export interface ListPiiEntitiesDetectionJobsRequest {
1065
+ Filter?: PiiEntitiesDetectionJobFilter;
1066
+ NextToken?: string;
1067
+ MaxResults?: number;
1068
+ }
1069
+ export interface ListPiiEntitiesDetectionJobsResponse {
1070
+ PiiEntitiesDetectionJobPropertiesList?: PiiEntitiesDetectionJobProperties[];
1071
+ NextToken?: string;
1072
+ }
1073
+ export interface SentimentDetectionJobFilter {
1074
+ JobName?: string;
1075
+ JobStatus?: JobStatus | string;
1076
+ SubmitTimeBefore?: Date;
1077
+ SubmitTimeAfter?: Date;
1078
+ }
1079
+ export interface ListSentimentDetectionJobsRequest {
1080
+ Filter?: SentimentDetectionJobFilter;
1081
+ NextToken?: string;
1082
+ MaxResults?: number;
1083
+ }
1084
+ export interface ListSentimentDetectionJobsResponse {
1085
+ SentimentDetectionJobPropertiesList?: SentimentDetectionJobProperties[];
1086
+ NextToken?: string;
1087
+ }
1088
+ export interface ListTagsForResourceRequest {
1089
+ ResourceArn: string | undefined;
1090
+ }
1091
+ export interface ListTagsForResourceResponse {
1092
+ ResourceArn?: string;
1093
+ Tags?: Tag[];
1094
+ }
1095
+ export interface TargetedSentimentDetectionJobFilter {
1096
+ JobName?: string;
1097
+ JobStatus?: JobStatus | string;
1098
+ SubmitTimeBefore?: Date;
1099
+ SubmitTimeAfter?: Date;
1100
+ }
1101
+ export interface ListTargetedSentimentDetectionJobsRequest {
1102
+ Filter?: TargetedSentimentDetectionJobFilter;
1103
+ NextToken?: string;
1104
+ MaxResults?: number;
1105
+ }
1106
+ export interface ListTargetedSentimentDetectionJobsResponse {
1107
+ TargetedSentimentDetectionJobPropertiesList?: TargetedSentimentDetectionJobProperties[];
1108
+ NextToken?: string;
1109
+ }
1110
+ export interface TopicsDetectionJobFilter {
1111
+ JobName?: string;
1112
+ JobStatus?: JobStatus | string;
1113
+ SubmitTimeBefore?: Date;
1114
+ SubmitTimeAfter?: Date;
1115
+ }
1116
+ export interface ListTopicsDetectionJobsRequest {
1117
+ Filter?: TopicsDetectionJobFilter;
1118
+ NextToken?: string;
1119
+ MaxResults?: number;
1120
+ }
1121
+ export interface ListTopicsDetectionJobsResponse {
1122
+ TopicsDetectionJobPropertiesList?: TopicsDetectionJobProperties[];
1123
+ NextToken?: string;
1124
+ }
1125
+ export interface PutResourcePolicyRequest {
1126
+ ResourceArn: string | undefined;
1127
+ ResourcePolicy: string | undefined;
1128
+ PolicyRevisionId?: string;
1129
+ }
1130
+ export interface PutResourcePolicyResponse {
1131
+ PolicyRevisionId?: string;
1132
+ }
1133
+ export interface StartDocumentClassificationJobRequest {
1134
+ JobName?: string;
1135
+ DocumentClassifierArn: string | undefined;
1136
+ InputDataConfig: InputDataConfig | undefined;
1137
+ OutputDataConfig: OutputDataConfig | undefined;
1138
+ DataAccessRoleArn: string | undefined;
1139
+ ClientRequestToken?: string;
1140
+ VolumeKmsKeyId?: string;
1141
+ VpcConfig?: VpcConfig;
1142
+ Tags?: Tag[];
1143
+ }
1144
+ export interface StartDocumentClassificationJobResponse {
1145
+ JobId?: string;
1146
+ JobArn?: string;
1147
+ JobStatus?: JobStatus | string;
1148
+ }
1149
+ export interface StartDominantLanguageDetectionJobRequest {
1150
+ InputDataConfig: InputDataConfig | undefined;
1151
+ OutputDataConfig: OutputDataConfig | undefined;
1152
+ DataAccessRoleArn: string | undefined;
1153
+ JobName?: string;
1154
+ ClientRequestToken?: string;
1155
+ VolumeKmsKeyId?: string;
1156
+ VpcConfig?: VpcConfig;
1157
+ Tags?: Tag[];
1158
+ }
1159
+ export interface StartDominantLanguageDetectionJobResponse {
1160
+ JobId?: string;
1161
+ JobArn?: string;
1162
+ JobStatus?: JobStatus | string;
1163
+ }
1164
+ export interface StartEntitiesDetectionJobRequest {
1165
+ InputDataConfig: InputDataConfig | undefined;
1166
+ OutputDataConfig: OutputDataConfig | undefined;
1167
+ DataAccessRoleArn: string | undefined;
1168
+ JobName?: string;
1169
+ EntityRecognizerArn?: string;
1170
+ LanguageCode: LanguageCode | string | undefined;
1171
+ ClientRequestToken?: string;
1172
+ VolumeKmsKeyId?: string;
1173
+ VpcConfig?: VpcConfig;
1174
+ Tags?: Tag[];
1175
+ }
1176
+ export interface StartEntitiesDetectionJobResponse {
1177
+ JobId?: string;
1178
+ JobArn?: string;
1179
+ JobStatus?: JobStatus | string;
1180
+ }
1181
+ export interface StartEventsDetectionJobRequest {
1182
+ InputDataConfig: InputDataConfig | undefined;
1183
+ OutputDataConfig: OutputDataConfig | undefined;
1184
+ DataAccessRoleArn: string | undefined;
1185
+ JobName?: string;
1186
+ LanguageCode: LanguageCode | string | undefined;
1187
+ ClientRequestToken?: string;
1188
+ TargetEventTypes: string[] | undefined;
1189
+ Tags?: Tag[];
1190
+ }
1191
+ export interface StartEventsDetectionJobResponse {
1192
+ JobId?: string;
1193
+ JobArn?: string;
1194
+ JobStatus?: JobStatus | string;
1195
+ }
1196
+ export interface StartKeyPhrasesDetectionJobRequest {
1197
+ InputDataConfig: InputDataConfig | undefined;
1198
+ OutputDataConfig: OutputDataConfig | undefined;
1199
+ DataAccessRoleArn: string | undefined;
1200
+ JobName?: string;
1201
+ LanguageCode: LanguageCode | string | undefined;
1202
+ ClientRequestToken?: string;
1203
+ VolumeKmsKeyId?: string;
1204
+ VpcConfig?: VpcConfig;
1205
+ Tags?: Tag[];
1206
+ }
1207
+ export interface StartKeyPhrasesDetectionJobResponse {
1208
+ JobId?: string;
1209
+ JobArn?: string;
1210
+ JobStatus?: JobStatus | string;
1211
+ }
1212
+ export interface StartPiiEntitiesDetectionJobRequest {
1213
+ InputDataConfig: InputDataConfig | undefined;
1214
+ OutputDataConfig: OutputDataConfig | undefined;
1215
+ Mode: PiiEntitiesDetectionMode | string | undefined;
1216
+ RedactionConfig?: RedactionConfig;
1217
+ DataAccessRoleArn: string | undefined;
1218
+ JobName?: string;
1219
+ LanguageCode: LanguageCode | string | undefined;
1220
+ ClientRequestToken?: string;
1221
+ Tags?: Tag[];
1222
+ }
1223
+ export interface StartPiiEntitiesDetectionJobResponse {
1224
+ JobId?: string;
1225
+ JobArn?: string;
1226
+ JobStatus?: JobStatus | string;
1227
+ }
1228
+ export interface StartSentimentDetectionJobRequest {
1229
+ InputDataConfig: InputDataConfig | undefined;
1230
+ OutputDataConfig: OutputDataConfig | undefined;
1231
+ DataAccessRoleArn: string | undefined;
1232
+ JobName?: string;
1233
+ LanguageCode: LanguageCode | string | undefined;
1234
+ ClientRequestToken?: string;
1235
+ VolumeKmsKeyId?: string;
1236
+ VpcConfig?: VpcConfig;
1237
+ Tags?: Tag[];
1238
+ }
1239
+ export interface StartSentimentDetectionJobResponse {
1240
+ JobId?: string;
1241
+ JobArn?: string;
1242
+ JobStatus?: JobStatus | string;
1243
+ }
1244
+ export interface StartTargetedSentimentDetectionJobRequest {
1245
+ InputDataConfig: InputDataConfig | undefined;
1246
+ OutputDataConfig: OutputDataConfig | undefined;
1247
+ DataAccessRoleArn: string | undefined;
1248
+ JobName?: string;
1249
+ LanguageCode: LanguageCode | string | undefined;
1250
+ ClientRequestToken?: string;
1251
+ VolumeKmsKeyId?: string;
1252
+ VpcConfig?: VpcConfig;
1253
+ Tags?: Tag[];
1254
+ }
1255
+ export interface StartTargetedSentimentDetectionJobResponse {
1256
+ JobId?: string;
1257
+ JobArn?: string;
1258
+ JobStatus?: JobStatus | string;
1259
+ }
1260
+ export interface StartTopicsDetectionJobRequest {
1261
+ InputDataConfig: InputDataConfig | undefined;
1262
+ OutputDataConfig: OutputDataConfig | undefined;
1263
+ DataAccessRoleArn: string | undefined;
1264
+ JobName?: string;
1265
+ NumberOfTopics?: number;
1266
+ ClientRequestToken?: string;
1267
+ VolumeKmsKeyId?: string;
1268
+ VpcConfig?: VpcConfig;
1269
+ Tags?: Tag[];
1270
+ }
1271
+ export interface StartTopicsDetectionJobResponse {
1272
+ JobId?: string;
1273
+ JobArn?: string;
1274
+ JobStatus?: JobStatus | string;
1275
+ }
1276
+ export interface StopDominantLanguageDetectionJobRequest {
1277
+ JobId: string | undefined;
1278
+ }
1279
+ export interface StopDominantLanguageDetectionJobResponse {
1280
+ JobId?: string;
1281
+ JobStatus?: JobStatus | string;
1282
+ }
1283
+ export interface StopEntitiesDetectionJobRequest {
1284
+ JobId: string | undefined;
1285
+ }
1286
+ export interface StopEntitiesDetectionJobResponse {
1287
+ JobId?: string;
1288
+ JobStatus?: JobStatus | string;
1289
+ }
1290
+ export interface StopEventsDetectionJobRequest {
1291
+ JobId: string | undefined;
1292
+ }
1293
+ export interface StopEventsDetectionJobResponse {
1294
+ JobId?: string;
1295
+ JobStatus?: JobStatus | string;
1296
+ }
1297
+ export interface StopKeyPhrasesDetectionJobRequest {
1298
+ JobId: string | undefined;
1299
+ }
1300
+ export interface StopKeyPhrasesDetectionJobResponse {
1301
+ JobId?: string;
1302
+ JobStatus?: JobStatus | string;
1303
+ }
1304
+ export interface StopPiiEntitiesDetectionJobRequest {
1305
+ JobId: string | undefined;
1306
+ }
1307
+ export interface StopPiiEntitiesDetectionJobResponse {
1308
+ JobId?: string;
1309
+ JobStatus?: JobStatus | string;
1310
+ }
1311
+ export interface StopSentimentDetectionJobRequest {
1312
+ JobId: string | undefined;
1313
+ }
1314
+ export interface StopSentimentDetectionJobResponse {
1315
+ JobId?: string;
1316
+ JobStatus?: JobStatus | string;
1317
+ }
1318
+ export interface StopTargetedSentimentDetectionJobRequest {
1319
+ JobId: string | undefined;
1320
+ }
1321
+ export interface StopTargetedSentimentDetectionJobResponse {
1322
+ JobId?: string;
1323
+ JobStatus?: JobStatus | string;
1324
+ }
1325
+ export interface StopTrainingDocumentClassifierRequest {
1326
+ DocumentClassifierArn: string | undefined;
1327
+ }
1328
+ export interface StopTrainingDocumentClassifierResponse {}
1329
+ export interface StopTrainingEntityRecognizerRequest {
1330
+ EntityRecognizerArn: string | undefined;
1331
+ }
1332
+ export interface StopTrainingEntityRecognizerResponse {}
1333
+ export declare class ConcurrentModificationException extends __BaseException {
1334
+ readonly name: "ConcurrentModificationException";
1335
+ readonly $fault: "client";
1336
+ Message?: string;
1337
+ constructor(
1338
+ opts: __ExceptionOptionType<
1339
+ ConcurrentModificationException,
1340
+ __BaseException
1341
+ >
1342
+ );
1343
+ }
1344
+ export interface TagResourceRequest {
1345
+ ResourceArn: string | undefined;
1346
+ Tags: Tag[] | undefined;
1347
+ }
1348
+ export interface TagResourceResponse {}
1349
+ export declare class TooManyTagKeysException extends __BaseException {
1350
+ readonly name: "TooManyTagKeysException";
1351
+ readonly $fault: "client";
1352
+ Message?: string;
1353
+ constructor(
1354
+ opts: __ExceptionOptionType<TooManyTagKeysException, __BaseException>
1355
+ );
1356
+ }
1357
+ export interface UntagResourceRequest {
1358
+ ResourceArn: string | undefined;
1359
+ TagKeys: string[] | undefined;
1360
+ }
1361
+ export interface UntagResourceResponse {}
1362
+ export interface UpdateEndpointRequest {
1363
+ EndpointArn: string | undefined;
1364
+ DesiredModelArn?: string;
1365
+ DesiredInferenceUnits?: number;
1366
+ DesiredDataAccessRoleArn?: string;
1367
+ }
1368
+ export interface UpdateEndpointResponse {}
1369
+ export declare const AugmentedManifestsListItemFilterSensitiveLog: (
1370
+ obj: AugmentedManifestsListItem
1371
+ ) => any;
1372
+ export declare const BatchDetectDominantLanguageRequestFilterSensitiveLog: (
1373
+ obj: BatchDetectDominantLanguageRequest
1374
+ ) => any;
1375
+ export declare const BatchItemErrorFilterSensitiveLog: (
1376
+ obj: BatchItemError
1377
+ ) => any;
1378
+ export declare const DominantLanguageFilterSensitiveLog: (
1379
+ obj: DominantLanguage
1380
+ ) => any;
1381
+ export declare const BatchDetectDominantLanguageItemResultFilterSensitiveLog: (
1382
+ obj: BatchDetectDominantLanguageItemResult
1383
+ ) => any;
1384
+ export declare const BatchDetectDominantLanguageResponseFilterSensitiveLog: (
1385
+ obj: BatchDetectDominantLanguageResponse
1386
+ ) => any;
1387
+ export declare const BatchDetectEntitiesRequestFilterSensitiveLog: (
1388
+ obj: BatchDetectEntitiesRequest
1389
+ ) => any;
1390
+ export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
1391
+ export declare const BatchDetectEntitiesItemResultFilterSensitiveLog: (
1392
+ obj: BatchDetectEntitiesItemResult
1393
+ ) => any;
1394
+ export declare const BatchDetectEntitiesResponseFilterSensitiveLog: (
1395
+ obj: BatchDetectEntitiesResponse
1396
+ ) => any;
1397
+ export declare const BatchDetectKeyPhrasesRequestFilterSensitiveLog: (
1398
+ obj: BatchDetectKeyPhrasesRequest
1399
+ ) => any;
1400
+ export declare const KeyPhraseFilterSensitiveLog: (obj: KeyPhrase) => any;
1401
+ export declare const BatchDetectKeyPhrasesItemResultFilterSensitiveLog: (
1402
+ obj: BatchDetectKeyPhrasesItemResult
1403
+ ) => any;
1404
+ export declare const BatchDetectKeyPhrasesResponseFilterSensitiveLog: (
1405
+ obj: BatchDetectKeyPhrasesResponse
1406
+ ) => any;
1407
+ export declare const BatchDetectSentimentRequestFilterSensitiveLog: (
1408
+ obj: BatchDetectSentimentRequest
1409
+ ) => any;
1410
+ export declare const SentimentScoreFilterSensitiveLog: (
1411
+ obj: SentimentScore
1412
+ ) => any;
1413
+ export declare const BatchDetectSentimentItemResultFilterSensitiveLog: (
1414
+ obj: BatchDetectSentimentItemResult
1415
+ ) => any;
1416
+ export declare const BatchDetectSentimentResponseFilterSensitiveLog: (
1417
+ obj: BatchDetectSentimentResponse
1418
+ ) => any;
1419
+ export declare const BatchDetectSyntaxRequestFilterSensitiveLog: (
1420
+ obj: BatchDetectSyntaxRequest
1421
+ ) => any;
1422
+ export declare const PartOfSpeechTagFilterSensitiveLog: (
1423
+ obj: PartOfSpeechTag
1424
+ ) => any;
1425
+ export declare const SyntaxTokenFilterSensitiveLog: (obj: SyntaxToken) => any;
1426
+ export declare const BatchDetectSyntaxItemResultFilterSensitiveLog: (
1427
+ obj: BatchDetectSyntaxItemResult
1428
+ ) => any;
1429
+ export declare const BatchDetectSyntaxResponseFilterSensitiveLog: (
1430
+ obj: BatchDetectSyntaxResponse
1431
+ ) => any;
1432
+ export declare const ClassifierEvaluationMetricsFilterSensitiveLog: (
1433
+ obj: ClassifierEvaluationMetrics
1434
+ ) => any;
1435
+ export declare const ClassifierMetadataFilterSensitiveLog: (
1436
+ obj: ClassifierMetadata
1437
+ ) => any;
1438
+ export declare const ClassifyDocumentRequestFilterSensitiveLog: (
1439
+ obj: ClassifyDocumentRequest
1440
+ ) => any;
1441
+ export declare const DocumentClassFilterSensitiveLog: (
1442
+ obj: DocumentClass
1443
+ ) => any;
1444
+ export declare const DocumentLabelFilterSensitiveLog: (
1445
+ obj: DocumentLabel
1446
+ ) => any;
1447
+ export declare const ClassifyDocumentResponseFilterSensitiveLog: (
1448
+ obj: ClassifyDocumentResponse
1449
+ ) => any;
1450
+ export declare const ContainsPiiEntitiesRequestFilterSensitiveLog: (
1451
+ obj: ContainsPiiEntitiesRequest
1452
+ ) => any;
1453
+ export declare const EntityLabelFilterSensitiveLog: (obj: EntityLabel) => any;
1454
+ export declare const ContainsPiiEntitiesResponseFilterSensitiveLog: (
1455
+ obj: ContainsPiiEntitiesResponse
1456
+ ) => any;
1457
+ export declare const DocumentClassifierInputDataConfigFilterSensitiveLog: (
1458
+ obj: DocumentClassifierInputDataConfig
1459
+ ) => any;
1460
+ export declare const DocumentClassifierOutputDataConfigFilterSensitiveLog: (
1461
+ obj: DocumentClassifierOutputDataConfig
1462
+ ) => any;
1463
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1464
+ export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
1465
+ export declare const CreateDocumentClassifierRequestFilterSensitiveLog: (
1466
+ obj: CreateDocumentClassifierRequest
1467
+ ) => any;
1468
+ export declare const CreateDocumentClassifierResponseFilterSensitiveLog: (
1469
+ obj: CreateDocumentClassifierResponse
1470
+ ) => any;
1471
+ export declare const CreateEndpointRequestFilterSensitiveLog: (
1472
+ obj: CreateEndpointRequest
1473
+ ) => any;
1474
+ export declare const CreateEndpointResponseFilterSensitiveLog: (
1475
+ obj: CreateEndpointResponse
1476
+ ) => any;
1477
+ export declare const EntityRecognizerAnnotationsFilterSensitiveLog: (
1478
+ obj: EntityRecognizerAnnotations
1479
+ ) => any;
1480
+ export declare const EntityRecognizerDocumentsFilterSensitiveLog: (
1481
+ obj: EntityRecognizerDocuments
1482
+ ) => any;
1483
+ export declare const EntityRecognizerEntityListFilterSensitiveLog: (
1484
+ obj: EntityRecognizerEntityList
1485
+ ) => any;
1486
+ export declare const EntityTypesListItemFilterSensitiveLog: (
1487
+ obj: EntityTypesListItem
1488
+ ) => any;
1489
+ export declare const EntityRecognizerInputDataConfigFilterSensitiveLog: (
1490
+ obj: EntityRecognizerInputDataConfig
1491
+ ) => any;
1492
+ export declare const CreateEntityRecognizerRequestFilterSensitiveLog: (
1493
+ obj: CreateEntityRecognizerRequest
1494
+ ) => any;
1495
+ export declare const CreateEntityRecognizerResponseFilterSensitiveLog: (
1496
+ obj: CreateEntityRecognizerResponse
1497
+ ) => any;
1498
+ export declare const DeleteDocumentClassifierRequestFilterSensitiveLog: (
1499
+ obj: DeleteDocumentClassifierRequest
1500
+ ) => any;
1501
+ export declare const DeleteDocumentClassifierResponseFilterSensitiveLog: (
1502
+ obj: DeleteDocumentClassifierResponse
1503
+ ) => any;
1504
+ export declare const DeleteEndpointRequestFilterSensitiveLog: (
1505
+ obj: DeleteEndpointRequest
1506
+ ) => any;
1507
+ export declare const DeleteEndpointResponseFilterSensitiveLog: (
1508
+ obj: DeleteEndpointResponse
1509
+ ) => any;
1510
+ export declare const DeleteEntityRecognizerRequestFilterSensitiveLog: (
1511
+ obj: DeleteEntityRecognizerRequest
1512
+ ) => any;
1513
+ export declare const DeleteEntityRecognizerResponseFilterSensitiveLog: (
1514
+ obj: DeleteEntityRecognizerResponse
1515
+ ) => any;
1516
+ export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
1517
+ obj: DeleteResourcePolicyRequest
1518
+ ) => any;
1519
+ export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
1520
+ obj: DeleteResourcePolicyResponse
1521
+ ) => any;
1522
+ export declare const DescribeDocumentClassificationJobRequestFilterSensitiveLog: (
1523
+ obj: DescribeDocumentClassificationJobRequest
1524
+ ) => any;
1525
+ export declare const DocumentReaderConfigFilterSensitiveLog: (
1526
+ obj: DocumentReaderConfig
1527
+ ) => any;
1528
+ export declare const InputDataConfigFilterSensitiveLog: (
1529
+ obj: InputDataConfig
1530
+ ) => any;
1531
+ export declare const OutputDataConfigFilterSensitiveLog: (
1532
+ obj: OutputDataConfig
1533
+ ) => any;
1534
+ export declare const DocumentClassificationJobPropertiesFilterSensitiveLog: (
1535
+ obj: DocumentClassificationJobProperties
1536
+ ) => any;
1537
+ export declare const DescribeDocumentClassificationJobResponseFilterSensitiveLog: (
1538
+ obj: DescribeDocumentClassificationJobResponse
1539
+ ) => any;
1540
+ export declare const DescribeDocumentClassifierRequestFilterSensitiveLog: (
1541
+ obj: DescribeDocumentClassifierRequest
1542
+ ) => any;
1543
+ export declare const DocumentClassifierPropertiesFilterSensitiveLog: (
1544
+ obj: DocumentClassifierProperties
1545
+ ) => any;
1546
+ export declare const DescribeDocumentClassifierResponseFilterSensitiveLog: (
1547
+ obj: DescribeDocumentClassifierResponse
1548
+ ) => any;
1549
+ export declare const DescribeDominantLanguageDetectionJobRequestFilterSensitiveLog: (
1550
+ obj: DescribeDominantLanguageDetectionJobRequest
1551
+ ) => any;
1552
+ export declare const DominantLanguageDetectionJobPropertiesFilterSensitiveLog: (
1553
+ obj: DominantLanguageDetectionJobProperties
1554
+ ) => any;
1555
+ export declare const DescribeDominantLanguageDetectionJobResponseFilterSensitiveLog: (
1556
+ obj: DescribeDominantLanguageDetectionJobResponse
1557
+ ) => any;
1558
+ export declare const DescribeEndpointRequestFilterSensitiveLog: (
1559
+ obj: DescribeEndpointRequest
1560
+ ) => any;
1561
+ export declare const EndpointPropertiesFilterSensitiveLog: (
1562
+ obj: EndpointProperties
1563
+ ) => any;
1564
+ export declare const DescribeEndpointResponseFilterSensitiveLog: (
1565
+ obj: DescribeEndpointResponse
1566
+ ) => any;
1567
+ export declare const DescribeEntitiesDetectionJobRequestFilterSensitiveLog: (
1568
+ obj: DescribeEntitiesDetectionJobRequest
1569
+ ) => any;
1570
+ export declare const EntitiesDetectionJobPropertiesFilterSensitiveLog: (
1571
+ obj: EntitiesDetectionJobProperties
1572
+ ) => any;
1573
+ export declare const DescribeEntitiesDetectionJobResponseFilterSensitiveLog: (
1574
+ obj: DescribeEntitiesDetectionJobResponse
1575
+ ) => any;
1576
+ export declare const DescribeEntityRecognizerRequestFilterSensitiveLog: (
1577
+ obj: DescribeEntityRecognizerRequest
1578
+ ) => any;
1579
+ export declare const EntityTypesEvaluationMetricsFilterSensitiveLog: (
1580
+ obj: EntityTypesEvaluationMetrics
1581
+ ) => any;
1582
+ export declare const EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog: (
1583
+ obj: EntityRecognizerMetadataEntityTypesListItem
1584
+ ) => any;
1585
+ export declare const EntityRecognizerEvaluationMetricsFilterSensitiveLog: (
1586
+ obj: EntityRecognizerEvaluationMetrics
1587
+ ) => any;
1588
+ export declare const EntityRecognizerMetadataFilterSensitiveLog: (
1589
+ obj: EntityRecognizerMetadata
1590
+ ) => any;
1591
+ export declare const EntityRecognizerPropertiesFilterSensitiveLog: (
1592
+ obj: EntityRecognizerProperties
1593
+ ) => any;
1594
+ export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (
1595
+ obj: DescribeEntityRecognizerResponse
1596
+ ) => any;
1597
+ export declare const DescribeEventsDetectionJobRequestFilterSensitiveLog: (
1598
+ obj: DescribeEventsDetectionJobRequest
1599
+ ) => any;
1600
+ export declare const EventsDetectionJobPropertiesFilterSensitiveLog: (
1601
+ obj: EventsDetectionJobProperties
1602
+ ) => any;
1603
+ export declare const DescribeEventsDetectionJobResponseFilterSensitiveLog: (
1604
+ obj: DescribeEventsDetectionJobResponse
1605
+ ) => any;
1606
+ export declare const DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog: (
1607
+ obj: DescribeKeyPhrasesDetectionJobRequest
1608
+ ) => any;
1609
+ export declare const KeyPhrasesDetectionJobPropertiesFilterSensitiveLog: (
1610
+ obj: KeyPhrasesDetectionJobProperties
1611
+ ) => any;
1612
+ export declare const DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog: (
1613
+ obj: DescribeKeyPhrasesDetectionJobResponse
1614
+ ) => any;
1615
+ export declare const DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog: (
1616
+ obj: DescribePiiEntitiesDetectionJobRequest
1617
+ ) => any;
1618
+ export declare const PiiOutputDataConfigFilterSensitiveLog: (
1619
+ obj: PiiOutputDataConfig
1620
+ ) => any;
1621
+ export declare const RedactionConfigFilterSensitiveLog: (
1622
+ obj: RedactionConfig
1623
+ ) => any;
1624
+ export declare const PiiEntitiesDetectionJobPropertiesFilterSensitiveLog: (
1625
+ obj: PiiEntitiesDetectionJobProperties
1626
+ ) => any;
1627
+ export declare const DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog: (
1628
+ obj: DescribePiiEntitiesDetectionJobResponse
1629
+ ) => any;
1630
+ export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (
1631
+ obj: DescribeResourcePolicyRequest
1632
+ ) => any;
1633
+ export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (
1634
+ obj: DescribeResourcePolicyResponse
1635
+ ) => any;
1636
+ export declare const DescribeSentimentDetectionJobRequestFilterSensitiveLog: (
1637
+ obj: DescribeSentimentDetectionJobRequest
1638
+ ) => any;
1639
+ export declare const SentimentDetectionJobPropertiesFilterSensitiveLog: (
1640
+ obj: SentimentDetectionJobProperties
1641
+ ) => any;
1642
+ export declare const DescribeSentimentDetectionJobResponseFilterSensitiveLog: (
1643
+ obj: DescribeSentimentDetectionJobResponse
1644
+ ) => any;
1645
+ export declare const DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog: (
1646
+ obj: DescribeTargetedSentimentDetectionJobRequest
1647
+ ) => any;
1648
+ export declare const TargetedSentimentDetectionJobPropertiesFilterSensitiveLog: (
1649
+ obj: TargetedSentimentDetectionJobProperties
1650
+ ) => any;
1651
+ export declare const DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog: (
1652
+ obj: DescribeTargetedSentimentDetectionJobResponse
1653
+ ) => any;
1654
+ export declare const DescribeTopicsDetectionJobRequestFilterSensitiveLog: (
1655
+ obj: DescribeTopicsDetectionJobRequest
1656
+ ) => any;
1657
+ export declare const TopicsDetectionJobPropertiesFilterSensitiveLog: (
1658
+ obj: TopicsDetectionJobProperties
1659
+ ) => any;
1660
+ export declare const DescribeTopicsDetectionJobResponseFilterSensitiveLog: (
1661
+ obj: DescribeTopicsDetectionJobResponse
1662
+ ) => any;
1663
+ export declare const DetectDominantLanguageRequestFilterSensitiveLog: (
1664
+ obj: DetectDominantLanguageRequest
1665
+ ) => any;
1666
+ export declare const DetectDominantLanguageResponseFilterSensitiveLog: (
1667
+ obj: DetectDominantLanguageResponse
1668
+ ) => any;
1669
+ export declare const DetectEntitiesRequestFilterSensitiveLog: (
1670
+ obj: DetectEntitiesRequest
1671
+ ) => any;
1672
+ export declare const DetectEntitiesResponseFilterSensitiveLog: (
1673
+ obj: DetectEntitiesResponse
1674
+ ) => any;
1675
+ export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (
1676
+ obj: DetectKeyPhrasesRequest
1677
+ ) => any;
1678
+ export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (
1679
+ obj: DetectKeyPhrasesResponse
1680
+ ) => any;
1681
+ export declare const DetectPiiEntitiesRequestFilterSensitiveLog: (
1682
+ obj: DetectPiiEntitiesRequest
1683
+ ) => any;
1684
+ export declare const PiiEntityFilterSensitiveLog: (obj: PiiEntity) => any;
1685
+ export declare const DetectPiiEntitiesResponseFilterSensitiveLog: (
1686
+ obj: DetectPiiEntitiesResponse
1687
+ ) => any;
1688
+ export declare const DetectSentimentRequestFilterSensitiveLog: (
1689
+ obj: DetectSentimentRequest
1690
+ ) => any;
1691
+ export declare const DetectSentimentResponseFilterSensitiveLog: (
1692
+ obj: DetectSentimentResponse
1693
+ ) => any;
1694
+ export declare const DetectSyntaxRequestFilterSensitiveLog: (
1695
+ obj: DetectSyntaxRequest
1696
+ ) => any;
1697
+ export declare const DetectSyntaxResponseFilterSensitiveLog: (
1698
+ obj: DetectSyntaxResponse
1699
+ ) => any;
1700
+ export declare const ImportModelRequestFilterSensitiveLog: (
1701
+ obj: ImportModelRequest
1702
+ ) => any;
1703
+ export declare const ImportModelResponseFilterSensitiveLog: (
1704
+ obj: ImportModelResponse
1705
+ ) => any;
1706
+ export declare const DocumentClassificationJobFilterFilterSensitiveLog: (
1707
+ obj: DocumentClassificationJobFilter
1708
+ ) => any;
1709
+ export declare const ListDocumentClassificationJobsRequestFilterSensitiveLog: (
1710
+ obj: ListDocumentClassificationJobsRequest
1711
+ ) => any;
1712
+ export declare const ListDocumentClassificationJobsResponseFilterSensitiveLog: (
1713
+ obj: ListDocumentClassificationJobsResponse
1714
+ ) => any;
1715
+ export declare const DocumentClassifierFilterFilterSensitiveLog: (
1716
+ obj: DocumentClassifierFilter
1717
+ ) => any;
1718
+ export declare const ListDocumentClassifiersRequestFilterSensitiveLog: (
1719
+ obj: ListDocumentClassifiersRequest
1720
+ ) => any;
1721
+ export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (
1722
+ obj: ListDocumentClassifiersResponse
1723
+ ) => any;
1724
+ export declare const ListDocumentClassifierSummariesRequestFilterSensitiveLog: (
1725
+ obj: ListDocumentClassifierSummariesRequest
1726
+ ) => any;
1727
+ export declare const DocumentClassifierSummaryFilterSensitiveLog: (
1728
+ obj: DocumentClassifierSummary
1729
+ ) => any;
1730
+ export declare const ListDocumentClassifierSummariesResponseFilterSensitiveLog: (
1731
+ obj: ListDocumentClassifierSummariesResponse
1732
+ ) => any;
1733
+ export declare const DominantLanguageDetectionJobFilterFilterSensitiveLog: (
1734
+ obj: DominantLanguageDetectionJobFilter
1735
+ ) => any;
1736
+ export declare const ListDominantLanguageDetectionJobsRequestFilterSensitiveLog: (
1737
+ obj: ListDominantLanguageDetectionJobsRequest
1738
+ ) => any;
1739
+ export declare const ListDominantLanguageDetectionJobsResponseFilterSensitiveLog: (
1740
+ obj: ListDominantLanguageDetectionJobsResponse
1741
+ ) => any;
1742
+ export declare const EndpointFilterFilterSensitiveLog: (
1743
+ obj: EndpointFilter
1744
+ ) => any;
1745
+ export declare const ListEndpointsRequestFilterSensitiveLog: (
1746
+ obj: ListEndpointsRequest
1747
+ ) => any;
1748
+ export declare const ListEndpointsResponseFilterSensitiveLog: (
1749
+ obj: ListEndpointsResponse
1750
+ ) => any;
1751
+ export declare const EntitiesDetectionJobFilterFilterSensitiveLog: (
1752
+ obj: EntitiesDetectionJobFilter
1753
+ ) => any;
1754
+ export declare const ListEntitiesDetectionJobsRequestFilterSensitiveLog: (
1755
+ obj: ListEntitiesDetectionJobsRequest
1756
+ ) => any;
1757
+ export declare const ListEntitiesDetectionJobsResponseFilterSensitiveLog: (
1758
+ obj: ListEntitiesDetectionJobsResponse
1759
+ ) => any;
1760
+ export declare const EntityRecognizerFilterFilterSensitiveLog: (
1761
+ obj: EntityRecognizerFilter
1762
+ ) => any;
1763
+ export declare const ListEntityRecognizersRequestFilterSensitiveLog: (
1764
+ obj: ListEntityRecognizersRequest
1765
+ ) => any;
1766
+ export declare const ListEntityRecognizersResponseFilterSensitiveLog: (
1767
+ obj: ListEntityRecognizersResponse
1768
+ ) => any;
1769
+ export declare const ListEntityRecognizerSummariesRequestFilterSensitiveLog: (
1770
+ obj: ListEntityRecognizerSummariesRequest
1771
+ ) => any;
1772
+ export declare const EntityRecognizerSummaryFilterSensitiveLog: (
1773
+ obj: EntityRecognizerSummary
1774
+ ) => any;
1775
+ export declare const ListEntityRecognizerSummariesResponseFilterSensitiveLog: (
1776
+ obj: ListEntityRecognizerSummariesResponse
1777
+ ) => any;
1778
+ export declare const EventsDetectionJobFilterFilterSensitiveLog: (
1779
+ obj: EventsDetectionJobFilter
1780
+ ) => any;
1781
+ export declare const ListEventsDetectionJobsRequestFilterSensitiveLog: (
1782
+ obj: ListEventsDetectionJobsRequest
1783
+ ) => any;
1784
+ export declare const ListEventsDetectionJobsResponseFilterSensitiveLog: (
1785
+ obj: ListEventsDetectionJobsResponse
1786
+ ) => any;
1787
+ export declare const KeyPhrasesDetectionJobFilterFilterSensitiveLog: (
1788
+ obj: KeyPhrasesDetectionJobFilter
1789
+ ) => any;
1790
+ export declare const ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog: (
1791
+ obj: ListKeyPhrasesDetectionJobsRequest
1792
+ ) => any;
1793
+ export declare const ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog: (
1794
+ obj: ListKeyPhrasesDetectionJobsResponse
1795
+ ) => any;
1796
+ export declare const PiiEntitiesDetectionJobFilterFilterSensitiveLog: (
1797
+ obj: PiiEntitiesDetectionJobFilter
1798
+ ) => any;
1799
+ export declare const ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog: (
1800
+ obj: ListPiiEntitiesDetectionJobsRequest
1801
+ ) => any;
1802
+ export declare const ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog: (
1803
+ obj: ListPiiEntitiesDetectionJobsResponse
1804
+ ) => any;
1805
+ export declare const SentimentDetectionJobFilterFilterSensitiveLog: (
1806
+ obj: SentimentDetectionJobFilter
1807
+ ) => any;
1808
+ export declare const ListSentimentDetectionJobsRequestFilterSensitiveLog: (
1809
+ obj: ListSentimentDetectionJobsRequest
1810
+ ) => any;
1811
+ export declare const ListSentimentDetectionJobsResponseFilterSensitiveLog: (
1812
+ obj: ListSentimentDetectionJobsResponse
1813
+ ) => any;
1814
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1815
+ obj: ListTagsForResourceRequest
1816
+ ) => any;
1817
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1818
+ obj: ListTagsForResourceResponse
1819
+ ) => any;
1820
+ export declare const TargetedSentimentDetectionJobFilterFilterSensitiveLog: (
1821
+ obj: TargetedSentimentDetectionJobFilter
1822
+ ) => any;
1823
+ export declare const ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog: (
1824
+ obj: ListTargetedSentimentDetectionJobsRequest
1825
+ ) => any;
1826
+ export declare const ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog: (
1827
+ obj: ListTargetedSentimentDetectionJobsResponse
1828
+ ) => any;
1829
+ export declare const TopicsDetectionJobFilterFilterSensitiveLog: (
1830
+ obj: TopicsDetectionJobFilter
1831
+ ) => any;
1832
+ export declare const ListTopicsDetectionJobsRequestFilterSensitiveLog: (
1833
+ obj: ListTopicsDetectionJobsRequest
1834
+ ) => any;
1835
+ export declare const ListTopicsDetectionJobsResponseFilterSensitiveLog: (
1836
+ obj: ListTopicsDetectionJobsResponse
1837
+ ) => any;
1838
+ export declare const PutResourcePolicyRequestFilterSensitiveLog: (
1839
+ obj: PutResourcePolicyRequest
1840
+ ) => any;
1841
+ export declare const PutResourcePolicyResponseFilterSensitiveLog: (
1842
+ obj: PutResourcePolicyResponse
1843
+ ) => any;
1844
+ export declare const StartDocumentClassificationJobRequestFilterSensitiveLog: (
1845
+ obj: StartDocumentClassificationJobRequest
1846
+ ) => any;
1847
+ export declare const StartDocumentClassificationJobResponseFilterSensitiveLog: (
1848
+ obj: StartDocumentClassificationJobResponse
1849
+ ) => any;
1850
+ export declare const StartDominantLanguageDetectionJobRequestFilterSensitiveLog: (
1851
+ obj: StartDominantLanguageDetectionJobRequest
1852
+ ) => any;
1853
+ export declare const StartDominantLanguageDetectionJobResponseFilterSensitiveLog: (
1854
+ obj: StartDominantLanguageDetectionJobResponse
1855
+ ) => any;
1856
+ export declare const StartEntitiesDetectionJobRequestFilterSensitiveLog: (
1857
+ obj: StartEntitiesDetectionJobRequest
1858
+ ) => any;
1859
+ export declare const StartEntitiesDetectionJobResponseFilterSensitiveLog: (
1860
+ obj: StartEntitiesDetectionJobResponse
1861
+ ) => any;
1862
+ export declare const StartEventsDetectionJobRequestFilterSensitiveLog: (
1863
+ obj: StartEventsDetectionJobRequest
1864
+ ) => any;
1865
+ export declare const StartEventsDetectionJobResponseFilterSensitiveLog: (
1866
+ obj: StartEventsDetectionJobResponse
1867
+ ) => any;
1868
+ export declare const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog: (
1869
+ obj: StartKeyPhrasesDetectionJobRequest
1870
+ ) => any;
1871
+ export declare const StartKeyPhrasesDetectionJobResponseFilterSensitiveLog: (
1872
+ obj: StartKeyPhrasesDetectionJobResponse
1873
+ ) => any;
1874
+ export declare const StartPiiEntitiesDetectionJobRequestFilterSensitiveLog: (
1875
+ obj: StartPiiEntitiesDetectionJobRequest
1876
+ ) => any;
1877
+ export declare const StartPiiEntitiesDetectionJobResponseFilterSensitiveLog: (
1878
+ obj: StartPiiEntitiesDetectionJobResponse
1879
+ ) => any;
1880
+ export declare const StartSentimentDetectionJobRequestFilterSensitiveLog: (
1881
+ obj: StartSentimentDetectionJobRequest
1882
+ ) => any;
1883
+ export declare const StartSentimentDetectionJobResponseFilterSensitiveLog: (
1884
+ obj: StartSentimentDetectionJobResponse
1885
+ ) => any;
1886
+ export declare const StartTargetedSentimentDetectionJobRequestFilterSensitiveLog: (
1887
+ obj: StartTargetedSentimentDetectionJobRequest
1888
+ ) => any;
1889
+ export declare const StartTargetedSentimentDetectionJobResponseFilterSensitiveLog: (
1890
+ obj: StartTargetedSentimentDetectionJobResponse
1891
+ ) => any;
1892
+ export declare const StartTopicsDetectionJobRequestFilterSensitiveLog: (
1893
+ obj: StartTopicsDetectionJobRequest
1894
+ ) => any;
1895
+ export declare const StartTopicsDetectionJobResponseFilterSensitiveLog: (
1896
+ obj: StartTopicsDetectionJobResponse
1897
+ ) => any;
1898
+ export declare const StopDominantLanguageDetectionJobRequestFilterSensitiveLog: (
1899
+ obj: StopDominantLanguageDetectionJobRequest
1900
+ ) => any;
1901
+ export declare const StopDominantLanguageDetectionJobResponseFilterSensitiveLog: (
1902
+ obj: StopDominantLanguageDetectionJobResponse
1903
+ ) => any;
1904
+ export declare const StopEntitiesDetectionJobRequestFilterSensitiveLog: (
1905
+ obj: StopEntitiesDetectionJobRequest
1906
+ ) => any;
1907
+ export declare const StopEntitiesDetectionJobResponseFilterSensitiveLog: (
1908
+ obj: StopEntitiesDetectionJobResponse
1909
+ ) => any;
1910
+ export declare const StopEventsDetectionJobRequestFilterSensitiveLog: (
1911
+ obj: StopEventsDetectionJobRequest
1912
+ ) => any;
1913
+ export declare const StopEventsDetectionJobResponseFilterSensitiveLog: (
1914
+ obj: StopEventsDetectionJobResponse
1915
+ ) => any;
1916
+ export declare const StopKeyPhrasesDetectionJobRequestFilterSensitiveLog: (
1917
+ obj: StopKeyPhrasesDetectionJobRequest
1918
+ ) => any;
1919
+ export declare const StopKeyPhrasesDetectionJobResponseFilterSensitiveLog: (
1920
+ obj: StopKeyPhrasesDetectionJobResponse
1921
+ ) => any;
1922
+ export declare const StopPiiEntitiesDetectionJobRequestFilterSensitiveLog: (
1923
+ obj: StopPiiEntitiesDetectionJobRequest
1924
+ ) => any;
1925
+ export declare const StopPiiEntitiesDetectionJobResponseFilterSensitiveLog: (
1926
+ obj: StopPiiEntitiesDetectionJobResponse
1927
+ ) => any;
1928
+ export declare const StopSentimentDetectionJobRequestFilterSensitiveLog: (
1929
+ obj: StopSentimentDetectionJobRequest
1930
+ ) => any;
1931
+ export declare const StopSentimentDetectionJobResponseFilterSensitiveLog: (
1932
+ obj: StopSentimentDetectionJobResponse
1933
+ ) => any;
1934
+ export declare const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog: (
1935
+ obj: StopTargetedSentimentDetectionJobRequest
1936
+ ) => any;
1937
+ export declare const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog: (
1938
+ obj: StopTargetedSentimentDetectionJobResponse
1939
+ ) => any;
1940
+ export declare const StopTrainingDocumentClassifierRequestFilterSensitiveLog: (
1941
+ obj: StopTrainingDocumentClassifierRequest
1942
+ ) => any;
1943
+ export declare const StopTrainingDocumentClassifierResponseFilterSensitiveLog: (
1944
+ obj: StopTrainingDocumentClassifierResponse
1945
+ ) => any;
1946
+ export declare const StopTrainingEntityRecognizerRequestFilterSensitiveLog: (
1947
+ obj: StopTrainingEntityRecognizerRequest
1948
+ ) => any;
1949
+ export declare const StopTrainingEntityRecognizerResponseFilterSensitiveLog: (
1950
+ obj: StopTrainingEntityRecognizerResponse
1951
+ ) => any;
1952
+ export declare const TagResourceRequestFilterSensitiveLog: (
1953
+ obj: TagResourceRequest
1954
+ ) => any;
1955
+ export declare const TagResourceResponseFilterSensitiveLog: (
1956
+ obj: TagResourceResponse
1957
+ ) => any;
1958
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1959
+ obj: UntagResourceRequest
1960
+ ) => any;
1961
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1962
+ obj: UntagResourceResponse
1963
+ ) => any;
1964
+ export declare const UpdateEndpointRequestFilterSensitiveLog: (
1965
+ obj: UpdateEndpointRequest
1966
+ ) => any;
1967
+ export declare const UpdateEndpointResponseFilterSensitiveLog: (
1968
+ obj: UpdateEndpointResponse
1969
+ ) => any;