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