@aws-sdk/client-comprehend 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist-cjs/index.js +3190 -4214
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ComprehendClient.js +2 -0
  4. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -10
  5. package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -10
  6. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -10
  7. package/dist-es/commands/BatchDetectSentimentCommand.js +3 -10
  8. package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -10
  9. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +3 -10
  10. package/dist-es/commands/ClassifyDocumentCommand.js +3 -10
  11. package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -9
  12. package/dist-es/commands/CreateDatasetCommand.js +3 -9
  13. package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -9
  14. package/dist-es/commands/CreateEndpointCommand.js +3 -9
  15. package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -9
  16. package/dist-es/commands/CreateFlywheelCommand.js +3 -9
  17. package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -9
  18. package/dist-es/commands/DeleteEndpointCommand.js +3 -9
  19. package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -9
  20. package/dist-es/commands/DeleteFlywheelCommand.js +3 -9
  21. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  22. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  23. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -9
  24. package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -10
  25. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -9
  26. package/dist-es/commands/DescribeEndpointCommand.js +3 -9
  27. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -9
  28. package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -10
  29. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -9
  30. package/dist-es/commands/DescribeFlywheelCommand.js +3 -9
  31. package/dist-es/commands/DescribeFlywheelIterationCommand.js +3 -9
  32. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -9
  33. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -9
  34. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  35. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -9
  36. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -9
  37. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -9
  38. package/dist-es/commands/DetectDominantLanguageCommand.js +3 -10
  39. package/dist-es/commands/DetectEntitiesCommand.js +3 -10
  40. package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -10
  41. package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -9
  42. package/dist-es/commands/DetectSentimentCommand.js +3 -10
  43. package/dist-es/commands/DetectSyntaxCommand.js +3 -10
  44. package/dist-es/commands/DetectTargetedSentimentCommand.js +3 -10
  45. package/dist-es/commands/DetectToxicContentCommand.js +3 -10
  46. package/dist-es/commands/ImportModelCommand.js +3 -9
  47. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  48. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -9
  49. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -9
  50. package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -10
  51. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -9
  52. package/dist-es/commands/ListEndpointsCommand.js +3 -9
  53. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -9
  54. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -9
  55. package/dist-es/commands/ListEntityRecognizersCommand.js +3 -10
  56. package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -9
  57. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +3 -9
  58. package/dist-es/commands/ListFlywheelsCommand.js +3 -9
  59. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -9
  60. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -9
  61. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -9
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  63. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -9
  64. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -9
  65. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  66. package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -9
  67. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -9
  68. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -9
  69. package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -9
  70. package/dist-es/commands/StartFlywheelIterationCommand.js +3 -9
  71. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -9
  72. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -9
  73. package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -9
  74. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -9
  75. package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -9
  76. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -9
  77. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -9
  78. package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -9
  79. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -9
  80. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -9
  81. package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -9
  82. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -9
  83. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -9
  84. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -9
  85. package/dist-es/commands/TagResourceCommand.js +3 -9
  86. package/dist-es/commands/UntagResourceCommand.js +3 -9
  87. package/dist-es/commands/UpdateEndpointCommand.js +3 -9
  88. package/dist-es/commands/UpdateFlywheelCommand.js +3 -9
  89. package/dist-es/models/models_0.js +0 -138
  90. package/dist-es/runtimeConfig.shared.js +7 -0
  91. package/dist-es/schemas/schemas_0.js +2981 -0
  92. package/dist-types/ComprehendClient.d.ts +10 -1
  93. package/dist-types/models/models_0.d.ts +0 -144
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  95. package/dist-types/runtimeConfig.d.ts +1 -0
  96. package/dist-types/runtimeConfig.native.d.ts +1 -0
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/schemas/schemas_0.d.ts +443 -0
  99. package/dist-types/ts3.4/ComprehendClient.d.ts +4 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -106
  101. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  102. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  103. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  105. package/dist-types/ts3.4/schemas/schemas_0.d.ts +449 -0
  106. package/package.json +5 -6
  107. package/dist-es/protocols/Aws_json1_1.js +0 -3403
  108. package/dist-types/protocols/Aws_json1_1.d.ts +0 -767
  109. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1025
@@ -1,1025 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- BatchDetectDominantLanguageCommandInput,
8
- BatchDetectDominantLanguageCommandOutput,
9
- } from "../commands/BatchDetectDominantLanguageCommand";
10
- import {
11
- BatchDetectEntitiesCommandInput,
12
- BatchDetectEntitiesCommandOutput,
13
- } from "../commands/BatchDetectEntitiesCommand";
14
- import {
15
- BatchDetectKeyPhrasesCommandInput,
16
- BatchDetectKeyPhrasesCommandOutput,
17
- } from "../commands/BatchDetectKeyPhrasesCommand";
18
- import {
19
- BatchDetectSentimentCommandInput,
20
- BatchDetectSentimentCommandOutput,
21
- } from "../commands/BatchDetectSentimentCommand";
22
- import {
23
- BatchDetectSyntaxCommandInput,
24
- BatchDetectSyntaxCommandOutput,
25
- } from "../commands/BatchDetectSyntaxCommand";
26
- import {
27
- BatchDetectTargetedSentimentCommandInput,
28
- BatchDetectTargetedSentimentCommandOutput,
29
- } from "../commands/BatchDetectTargetedSentimentCommand";
30
- import {
31
- ClassifyDocumentCommandInput,
32
- ClassifyDocumentCommandOutput,
33
- } from "../commands/ClassifyDocumentCommand";
34
- import {
35
- ContainsPiiEntitiesCommandInput,
36
- ContainsPiiEntitiesCommandOutput,
37
- } from "../commands/ContainsPiiEntitiesCommand";
38
- import {
39
- CreateDatasetCommandInput,
40
- CreateDatasetCommandOutput,
41
- } from "../commands/CreateDatasetCommand";
42
- import {
43
- CreateDocumentClassifierCommandInput,
44
- CreateDocumentClassifierCommandOutput,
45
- } from "../commands/CreateDocumentClassifierCommand";
46
- import {
47
- CreateEndpointCommandInput,
48
- CreateEndpointCommandOutput,
49
- } from "../commands/CreateEndpointCommand";
50
- import {
51
- CreateEntityRecognizerCommandInput,
52
- CreateEntityRecognizerCommandOutput,
53
- } from "../commands/CreateEntityRecognizerCommand";
54
- import {
55
- CreateFlywheelCommandInput,
56
- CreateFlywheelCommandOutput,
57
- } from "../commands/CreateFlywheelCommand";
58
- import {
59
- DeleteDocumentClassifierCommandInput,
60
- DeleteDocumentClassifierCommandOutput,
61
- } from "../commands/DeleteDocumentClassifierCommand";
62
- import {
63
- DeleteEndpointCommandInput,
64
- DeleteEndpointCommandOutput,
65
- } from "../commands/DeleteEndpointCommand";
66
- import {
67
- DeleteEntityRecognizerCommandInput,
68
- DeleteEntityRecognizerCommandOutput,
69
- } from "../commands/DeleteEntityRecognizerCommand";
70
- import {
71
- DeleteFlywheelCommandInput,
72
- DeleteFlywheelCommandOutput,
73
- } from "../commands/DeleteFlywheelCommand";
74
- import {
75
- DeleteResourcePolicyCommandInput,
76
- DeleteResourcePolicyCommandOutput,
77
- } from "../commands/DeleteResourcePolicyCommand";
78
- import {
79
- DescribeDatasetCommandInput,
80
- DescribeDatasetCommandOutput,
81
- } from "../commands/DescribeDatasetCommand";
82
- import {
83
- DescribeDocumentClassificationJobCommandInput,
84
- DescribeDocumentClassificationJobCommandOutput,
85
- } from "../commands/DescribeDocumentClassificationJobCommand";
86
- import {
87
- DescribeDocumentClassifierCommandInput,
88
- DescribeDocumentClassifierCommandOutput,
89
- } from "../commands/DescribeDocumentClassifierCommand";
90
- import {
91
- DescribeDominantLanguageDetectionJobCommandInput,
92
- DescribeDominantLanguageDetectionJobCommandOutput,
93
- } from "../commands/DescribeDominantLanguageDetectionJobCommand";
94
- import {
95
- DescribeEndpointCommandInput,
96
- DescribeEndpointCommandOutput,
97
- } from "../commands/DescribeEndpointCommand";
98
- import {
99
- DescribeEntitiesDetectionJobCommandInput,
100
- DescribeEntitiesDetectionJobCommandOutput,
101
- } from "../commands/DescribeEntitiesDetectionJobCommand";
102
- import {
103
- DescribeEntityRecognizerCommandInput,
104
- DescribeEntityRecognizerCommandOutput,
105
- } from "../commands/DescribeEntityRecognizerCommand";
106
- import {
107
- DescribeEventsDetectionJobCommandInput,
108
- DescribeEventsDetectionJobCommandOutput,
109
- } from "../commands/DescribeEventsDetectionJobCommand";
110
- import {
111
- DescribeFlywheelCommandInput,
112
- DescribeFlywheelCommandOutput,
113
- } from "../commands/DescribeFlywheelCommand";
114
- import {
115
- DescribeFlywheelIterationCommandInput,
116
- DescribeFlywheelIterationCommandOutput,
117
- } from "../commands/DescribeFlywheelIterationCommand";
118
- import {
119
- DescribeKeyPhrasesDetectionJobCommandInput,
120
- DescribeKeyPhrasesDetectionJobCommandOutput,
121
- } from "../commands/DescribeKeyPhrasesDetectionJobCommand";
122
- import {
123
- DescribePiiEntitiesDetectionJobCommandInput,
124
- DescribePiiEntitiesDetectionJobCommandOutput,
125
- } from "../commands/DescribePiiEntitiesDetectionJobCommand";
126
- import {
127
- DescribeResourcePolicyCommandInput,
128
- DescribeResourcePolicyCommandOutput,
129
- } from "../commands/DescribeResourcePolicyCommand";
130
- import {
131
- DescribeSentimentDetectionJobCommandInput,
132
- DescribeSentimentDetectionJobCommandOutput,
133
- } from "../commands/DescribeSentimentDetectionJobCommand";
134
- import {
135
- DescribeTargetedSentimentDetectionJobCommandInput,
136
- DescribeTargetedSentimentDetectionJobCommandOutput,
137
- } from "../commands/DescribeTargetedSentimentDetectionJobCommand";
138
- import {
139
- DescribeTopicsDetectionJobCommandInput,
140
- DescribeTopicsDetectionJobCommandOutput,
141
- } from "../commands/DescribeTopicsDetectionJobCommand";
142
- import {
143
- DetectDominantLanguageCommandInput,
144
- DetectDominantLanguageCommandOutput,
145
- } from "../commands/DetectDominantLanguageCommand";
146
- import {
147
- DetectEntitiesCommandInput,
148
- DetectEntitiesCommandOutput,
149
- } from "../commands/DetectEntitiesCommand";
150
- import {
151
- DetectKeyPhrasesCommandInput,
152
- DetectKeyPhrasesCommandOutput,
153
- } from "../commands/DetectKeyPhrasesCommand";
154
- import {
155
- DetectPiiEntitiesCommandInput,
156
- DetectPiiEntitiesCommandOutput,
157
- } from "../commands/DetectPiiEntitiesCommand";
158
- import {
159
- DetectSentimentCommandInput,
160
- DetectSentimentCommandOutput,
161
- } from "../commands/DetectSentimentCommand";
162
- import {
163
- DetectSyntaxCommandInput,
164
- DetectSyntaxCommandOutput,
165
- } from "../commands/DetectSyntaxCommand";
166
- import {
167
- DetectTargetedSentimentCommandInput,
168
- DetectTargetedSentimentCommandOutput,
169
- } from "../commands/DetectTargetedSentimentCommand";
170
- import {
171
- DetectToxicContentCommandInput,
172
- DetectToxicContentCommandOutput,
173
- } from "../commands/DetectToxicContentCommand";
174
- import {
175
- ImportModelCommandInput,
176
- ImportModelCommandOutput,
177
- } from "../commands/ImportModelCommand";
178
- import {
179
- ListDatasetsCommandInput,
180
- ListDatasetsCommandOutput,
181
- } from "../commands/ListDatasetsCommand";
182
- import {
183
- ListDocumentClassificationJobsCommandInput,
184
- ListDocumentClassificationJobsCommandOutput,
185
- } from "../commands/ListDocumentClassificationJobsCommand";
186
- import {
187
- ListDocumentClassifiersCommandInput,
188
- ListDocumentClassifiersCommandOutput,
189
- } from "../commands/ListDocumentClassifiersCommand";
190
- import {
191
- ListDocumentClassifierSummariesCommandInput,
192
- ListDocumentClassifierSummariesCommandOutput,
193
- } from "../commands/ListDocumentClassifierSummariesCommand";
194
- import {
195
- ListDominantLanguageDetectionJobsCommandInput,
196
- ListDominantLanguageDetectionJobsCommandOutput,
197
- } from "../commands/ListDominantLanguageDetectionJobsCommand";
198
- import {
199
- ListEndpointsCommandInput,
200
- ListEndpointsCommandOutput,
201
- } from "../commands/ListEndpointsCommand";
202
- import {
203
- ListEntitiesDetectionJobsCommandInput,
204
- ListEntitiesDetectionJobsCommandOutput,
205
- } from "../commands/ListEntitiesDetectionJobsCommand";
206
- import {
207
- ListEntityRecognizersCommandInput,
208
- ListEntityRecognizersCommandOutput,
209
- } from "../commands/ListEntityRecognizersCommand";
210
- import {
211
- ListEntityRecognizerSummariesCommandInput,
212
- ListEntityRecognizerSummariesCommandOutput,
213
- } from "../commands/ListEntityRecognizerSummariesCommand";
214
- import {
215
- ListEventsDetectionJobsCommandInput,
216
- ListEventsDetectionJobsCommandOutput,
217
- } from "../commands/ListEventsDetectionJobsCommand";
218
- import {
219
- ListFlywheelIterationHistoryCommandInput,
220
- ListFlywheelIterationHistoryCommandOutput,
221
- } from "../commands/ListFlywheelIterationHistoryCommand";
222
- import {
223
- ListFlywheelsCommandInput,
224
- ListFlywheelsCommandOutput,
225
- } from "../commands/ListFlywheelsCommand";
226
- import {
227
- ListKeyPhrasesDetectionJobsCommandInput,
228
- ListKeyPhrasesDetectionJobsCommandOutput,
229
- } from "../commands/ListKeyPhrasesDetectionJobsCommand";
230
- import {
231
- ListPiiEntitiesDetectionJobsCommandInput,
232
- ListPiiEntitiesDetectionJobsCommandOutput,
233
- } from "../commands/ListPiiEntitiesDetectionJobsCommand";
234
- import {
235
- ListSentimentDetectionJobsCommandInput,
236
- ListSentimentDetectionJobsCommandOutput,
237
- } from "../commands/ListSentimentDetectionJobsCommand";
238
- import {
239
- ListTagsForResourceCommandInput,
240
- ListTagsForResourceCommandOutput,
241
- } from "../commands/ListTagsForResourceCommand";
242
- import {
243
- ListTargetedSentimentDetectionJobsCommandInput,
244
- ListTargetedSentimentDetectionJobsCommandOutput,
245
- } from "../commands/ListTargetedSentimentDetectionJobsCommand";
246
- import {
247
- ListTopicsDetectionJobsCommandInput,
248
- ListTopicsDetectionJobsCommandOutput,
249
- } from "../commands/ListTopicsDetectionJobsCommand";
250
- import {
251
- PutResourcePolicyCommandInput,
252
- PutResourcePolicyCommandOutput,
253
- } from "../commands/PutResourcePolicyCommand";
254
- import {
255
- StartDocumentClassificationJobCommandInput,
256
- StartDocumentClassificationJobCommandOutput,
257
- } from "../commands/StartDocumentClassificationJobCommand";
258
- import {
259
- StartDominantLanguageDetectionJobCommandInput,
260
- StartDominantLanguageDetectionJobCommandOutput,
261
- } from "../commands/StartDominantLanguageDetectionJobCommand";
262
- import {
263
- StartEntitiesDetectionJobCommandInput,
264
- StartEntitiesDetectionJobCommandOutput,
265
- } from "../commands/StartEntitiesDetectionJobCommand";
266
- import {
267
- StartEventsDetectionJobCommandInput,
268
- StartEventsDetectionJobCommandOutput,
269
- } from "../commands/StartEventsDetectionJobCommand";
270
- import {
271
- StartFlywheelIterationCommandInput,
272
- StartFlywheelIterationCommandOutput,
273
- } from "../commands/StartFlywheelIterationCommand";
274
- import {
275
- StartKeyPhrasesDetectionJobCommandInput,
276
- StartKeyPhrasesDetectionJobCommandOutput,
277
- } from "../commands/StartKeyPhrasesDetectionJobCommand";
278
- import {
279
- StartPiiEntitiesDetectionJobCommandInput,
280
- StartPiiEntitiesDetectionJobCommandOutput,
281
- } from "../commands/StartPiiEntitiesDetectionJobCommand";
282
- import {
283
- StartSentimentDetectionJobCommandInput,
284
- StartSentimentDetectionJobCommandOutput,
285
- } from "../commands/StartSentimentDetectionJobCommand";
286
- import {
287
- StartTargetedSentimentDetectionJobCommandInput,
288
- StartTargetedSentimentDetectionJobCommandOutput,
289
- } from "../commands/StartTargetedSentimentDetectionJobCommand";
290
- import {
291
- StartTopicsDetectionJobCommandInput,
292
- StartTopicsDetectionJobCommandOutput,
293
- } from "../commands/StartTopicsDetectionJobCommand";
294
- import {
295
- StopDominantLanguageDetectionJobCommandInput,
296
- StopDominantLanguageDetectionJobCommandOutput,
297
- } from "../commands/StopDominantLanguageDetectionJobCommand";
298
- import {
299
- StopEntitiesDetectionJobCommandInput,
300
- StopEntitiesDetectionJobCommandOutput,
301
- } from "../commands/StopEntitiesDetectionJobCommand";
302
- import {
303
- StopEventsDetectionJobCommandInput,
304
- StopEventsDetectionJobCommandOutput,
305
- } from "../commands/StopEventsDetectionJobCommand";
306
- import {
307
- StopKeyPhrasesDetectionJobCommandInput,
308
- StopKeyPhrasesDetectionJobCommandOutput,
309
- } from "../commands/StopKeyPhrasesDetectionJobCommand";
310
- import {
311
- StopPiiEntitiesDetectionJobCommandInput,
312
- StopPiiEntitiesDetectionJobCommandOutput,
313
- } from "../commands/StopPiiEntitiesDetectionJobCommand";
314
- import {
315
- StopSentimentDetectionJobCommandInput,
316
- StopSentimentDetectionJobCommandOutput,
317
- } from "../commands/StopSentimentDetectionJobCommand";
318
- import {
319
- StopTargetedSentimentDetectionJobCommandInput,
320
- StopTargetedSentimentDetectionJobCommandOutput,
321
- } from "../commands/StopTargetedSentimentDetectionJobCommand";
322
- import {
323
- StopTrainingDocumentClassifierCommandInput,
324
- StopTrainingDocumentClassifierCommandOutput,
325
- } from "../commands/StopTrainingDocumentClassifierCommand";
326
- import {
327
- StopTrainingEntityRecognizerCommandInput,
328
- StopTrainingEntityRecognizerCommandOutput,
329
- } from "../commands/StopTrainingEntityRecognizerCommand";
330
- import {
331
- TagResourceCommandInput,
332
- TagResourceCommandOutput,
333
- } from "../commands/TagResourceCommand";
334
- import {
335
- UntagResourceCommandInput,
336
- UntagResourceCommandOutput,
337
- } from "../commands/UntagResourceCommand";
338
- import {
339
- UpdateEndpointCommandInput,
340
- UpdateEndpointCommandOutput,
341
- } from "../commands/UpdateEndpointCommand";
342
- import {
343
- UpdateFlywheelCommandInput,
344
- UpdateFlywheelCommandOutput,
345
- } from "../commands/UpdateFlywheelCommand";
346
- export declare const se_BatchDetectDominantLanguageCommand: (
347
- input: BatchDetectDominantLanguageCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_BatchDetectEntitiesCommand: (
351
- input: BatchDetectEntitiesCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_BatchDetectKeyPhrasesCommand: (
355
- input: BatchDetectKeyPhrasesCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_BatchDetectSentimentCommand: (
359
- input: BatchDetectSentimentCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_BatchDetectSyntaxCommand: (
363
- input: BatchDetectSyntaxCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_BatchDetectTargetedSentimentCommand: (
367
- input: BatchDetectTargetedSentimentCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ClassifyDocumentCommand: (
371
- input: ClassifyDocumentCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ContainsPiiEntitiesCommand: (
375
- input: ContainsPiiEntitiesCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_CreateDatasetCommand: (
379
- input: CreateDatasetCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_CreateDocumentClassifierCommand: (
383
- input: CreateDocumentClassifierCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_CreateEndpointCommand: (
387
- input: CreateEndpointCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_CreateEntityRecognizerCommand: (
391
- input: CreateEntityRecognizerCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_CreateFlywheelCommand: (
395
- input: CreateFlywheelCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DeleteDocumentClassifierCommand: (
399
- input: DeleteDocumentClassifierCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DeleteEndpointCommand: (
403
- input: DeleteEndpointCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DeleteEntityRecognizerCommand: (
407
- input: DeleteEntityRecognizerCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DeleteFlywheelCommand: (
411
- input: DeleteFlywheelCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DeleteResourcePolicyCommand: (
415
- input: DeleteResourcePolicyCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DescribeDatasetCommand: (
419
- input: DescribeDatasetCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DescribeDocumentClassificationJobCommand: (
423
- input: DescribeDocumentClassificationJobCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DescribeDocumentClassifierCommand: (
427
- input: DescribeDocumentClassifierCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DescribeDominantLanguageDetectionJobCommand: (
431
- input: DescribeDominantLanguageDetectionJobCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DescribeEndpointCommand: (
435
- input: DescribeEndpointCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DescribeEntitiesDetectionJobCommand: (
439
- input: DescribeEntitiesDetectionJobCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DescribeEntityRecognizerCommand: (
443
- input: DescribeEntityRecognizerCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DescribeEventsDetectionJobCommand: (
447
- input: DescribeEventsDetectionJobCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_DescribeFlywheelCommand: (
451
- input: DescribeFlywheelCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_DescribeFlywheelIterationCommand: (
455
- input: DescribeFlywheelIterationCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_DescribeKeyPhrasesDetectionJobCommand: (
459
- input: DescribeKeyPhrasesDetectionJobCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_DescribePiiEntitiesDetectionJobCommand: (
463
- input: DescribePiiEntitiesDetectionJobCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_DescribeResourcePolicyCommand: (
467
- input: DescribeResourcePolicyCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_DescribeSentimentDetectionJobCommand: (
471
- input: DescribeSentimentDetectionJobCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_DescribeTargetedSentimentDetectionJobCommand: (
475
- input: DescribeTargetedSentimentDetectionJobCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_DescribeTopicsDetectionJobCommand: (
479
- input: DescribeTopicsDetectionJobCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_DetectDominantLanguageCommand: (
483
- input: DetectDominantLanguageCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_DetectEntitiesCommand: (
487
- input: DetectEntitiesCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_DetectKeyPhrasesCommand: (
491
- input: DetectKeyPhrasesCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_DetectPiiEntitiesCommand: (
495
- input: DetectPiiEntitiesCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_DetectSentimentCommand: (
499
- input: DetectSentimentCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_DetectSyntaxCommand: (
503
- input: DetectSyntaxCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_DetectTargetedSentimentCommand: (
507
- input: DetectTargetedSentimentCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_DetectToxicContentCommand: (
511
- input: DetectToxicContentCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_ImportModelCommand: (
515
- input: ImportModelCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_ListDatasetsCommand: (
519
- input: ListDatasetsCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_ListDocumentClassificationJobsCommand: (
523
- input: ListDocumentClassificationJobsCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListDocumentClassifiersCommand: (
527
- input: ListDocumentClassifiersCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_ListDocumentClassifierSummariesCommand: (
531
- input: ListDocumentClassifierSummariesCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_ListDominantLanguageDetectionJobsCommand: (
535
- input: ListDominantLanguageDetectionJobsCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_ListEndpointsCommand: (
539
- input: ListEndpointsCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_ListEntitiesDetectionJobsCommand: (
543
- input: ListEntitiesDetectionJobsCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_ListEntityRecognizersCommand: (
547
- input: ListEntityRecognizersCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_ListEntityRecognizerSummariesCommand: (
551
- input: ListEntityRecognizerSummariesCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_ListEventsDetectionJobsCommand: (
555
- input: ListEventsDetectionJobsCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_ListFlywheelIterationHistoryCommand: (
559
- input: ListFlywheelIterationHistoryCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_ListFlywheelsCommand: (
563
- input: ListFlywheelsCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_ListKeyPhrasesDetectionJobsCommand: (
567
- input: ListKeyPhrasesDetectionJobsCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_ListPiiEntitiesDetectionJobsCommand: (
571
- input: ListPiiEntitiesDetectionJobsCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_ListSentimentDetectionJobsCommand: (
575
- input: ListSentimentDetectionJobsCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_ListTagsForResourceCommand: (
579
- input: ListTagsForResourceCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_ListTargetedSentimentDetectionJobsCommand: (
583
- input: ListTargetedSentimentDetectionJobsCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_ListTopicsDetectionJobsCommand: (
587
- input: ListTopicsDetectionJobsCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_PutResourcePolicyCommand: (
591
- input: PutResourcePolicyCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_StartDocumentClassificationJobCommand: (
595
- input: StartDocumentClassificationJobCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_StartDominantLanguageDetectionJobCommand: (
599
- input: StartDominantLanguageDetectionJobCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_StartEntitiesDetectionJobCommand: (
603
- input: StartEntitiesDetectionJobCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_StartEventsDetectionJobCommand: (
607
- input: StartEventsDetectionJobCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_StartFlywheelIterationCommand: (
611
- input: StartFlywheelIterationCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_StartKeyPhrasesDetectionJobCommand: (
615
- input: StartKeyPhrasesDetectionJobCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_StartPiiEntitiesDetectionJobCommand: (
619
- input: StartPiiEntitiesDetectionJobCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_StartSentimentDetectionJobCommand: (
623
- input: StartSentimentDetectionJobCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_StartTargetedSentimentDetectionJobCommand: (
627
- input: StartTargetedSentimentDetectionJobCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_StartTopicsDetectionJobCommand: (
631
- input: StartTopicsDetectionJobCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_StopDominantLanguageDetectionJobCommand: (
635
- input: StopDominantLanguageDetectionJobCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_StopEntitiesDetectionJobCommand: (
639
- input: StopEntitiesDetectionJobCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_StopEventsDetectionJobCommand: (
643
- input: StopEventsDetectionJobCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_StopKeyPhrasesDetectionJobCommand: (
647
- input: StopKeyPhrasesDetectionJobCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_StopPiiEntitiesDetectionJobCommand: (
651
- input: StopPiiEntitiesDetectionJobCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_StopSentimentDetectionJobCommand: (
655
- input: StopSentimentDetectionJobCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_StopTargetedSentimentDetectionJobCommand: (
659
- input: StopTargetedSentimentDetectionJobCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_StopTrainingDocumentClassifierCommand: (
663
- input: StopTrainingDocumentClassifierCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_StopTrainingEntityRecognizerCommand: (
667
- input: StopTrainingEntityRecognizerCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const se_TagResourceCommand: (
671
- input: TagResourceCommandInput,
672
- context: __SerdeContext
673
- ) => Promise<__HttpRequest>;
674
- export declare const se_UntagResourceCommand: (
675
- input: UntagResourceCommandInput,
676
- context: __SerdeContext
677
- ) => Promise<__HttpRequest>;
678
- export declare const se_UpdateEndpointCommand: (
679
- input: UpdateEndpointCommandInput,
680
- context: __SerdeContext
681
- ) => Promise<__HttpRequest>;
682
- export declare const se_UpdateFlywheelCommand: (
683
- input: UpdateFlywheelCommandInput,
684
- context: __SerdeContext
685
- ) => Promise<__HttpRequest>;
686
- export declare const de_BatchDetectDominantLanguageCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<BatchDetectDominantLanguageCommandOutput>;
690
- export declare const de_BatchDetectEntitiesCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<BatchDetectEntitiesCommandOutput>;
694
- export declare const de_BatchDetectKeyPhrasesCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<BatchDetectKeyPhrasesCommandOutput>;
698
- export declare const de_BatchDetectSentimentCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<BatchDetectSentimentCommandOutput>;
702
- export declare const de_BatchDetectSyntaxCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<BatchDetectSyntaxCommandOutput>;
706
- export declare const de_BatchDetectTargetedSentimentCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<BatchDetectTargetedSentimentCommandOutput>;
710
- export declare const de_ClassifyDocumentCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<ClassifyDocumentCommandOutput>;
714
- export declare const de_ContainsPiiEntitiesCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<ContainsPiiEntitiesCommandOutput>;
718
- export declare const de_CreateDatasetCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<CreateDatasetCommandOutput>;
722
- export declare const de_CreateDocumentClassifierCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<CreateDocumentClassifierCommandOutput>;
726
- export declare const de_CreateEndpointCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<CreateEndpointCommandOutput>;
730
- export declare const de_CreateEntityRecognizerCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<CreateEntityRecognizerCommandOutput>;
734
- export declare const de_CreateFlywheelCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<CreateFlywheelCommandOutput>;
738
- export declare const de_DeleteDocumentClassifierCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<DeleteDocumentClassifierCommandOutput>;
742
- export declare const de_DeleteEndpointCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<DeleteEndpointCommandOutput>;
746
- export declare const de_DeleteEntityRecognizerCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<DeleteEntityRecognizerCommandOutput>;
750
- export declare const de_DeleteFlywheelCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<DeleteFlywheelCommandOutput>;
754
- export declare const de_DeleteResourcePolicyCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<DeleteResourcePolicyCommandOutput>;
758
- export declare const de_DescribeDatasetCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<DescribeDatasetCommandOutput>;
762
- export declare const de_DescribeDocumentClassificationJobCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<DescribeDocumentClassificationJobCommandOutput>;
766
- export declare const de_DescribeDocumentClassifierCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<DescribeDocumentClassifierCommandOutput>;
770
- export declare const de_DescribeDominantLanguageDetectionJobCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
774
- export declare const de_DescribeEndpointCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<DescribeEndpointCommandOutput>;
778
- export declare const de_DescribeEntitiesDetectionJobCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<DescribeEntitiesDetectionJobCommandOutput>;
782
- export declare const de_DescribeEntityRecognizerCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<DescribeEntityRecognizerCommandOutput>;
786
- export declare const de_DescribeEventsDetectionJobCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<DescribeEventsDetectionJobCommandOutput>;
790
- export declare const de_DescribeFlywheelCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<DescribeFlywheelCommandOutput>;
794
- export declare const de_DescribeFlywheelIterationCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<DescribeFlywheelIterationCommandOutput>;
798
- export declare const de_DescribeKeyPhrasesDetectionJobCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
802
- export declare const de_DescribePiiEntitiesDetectionJobCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
806
- export declare const de_DescribeResourcePolicyCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<DescribeResourcePolicyCommandOutput>;
810
- export declare const de_DescribeSentimentDetectionJobCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<DescribeSentimentDetectionJobCommandOutput>;
814
- export declare const de_DescribeTargetedSentimentDetectionJobCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
818
- export declare const de_DescribeTopicsDetectionJobCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<DescribeTopicsDetectionJobCommandOutput>;
822
- export declare const de_DetectDominantLanguageCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<DetectDominantLanguageCommandOutput>;
826
- export declare const de_DetectEntitiesCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<DetectEntitiesCommandOutput>;
830
- export declare const de_DetectKeyPhrasesCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<DetectKeyPhrasesCommandOutput>;
834
- export declare const de_DetectPiiEntitiesCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<DetectPiiEntitiesCommandOutput>;
838
- export declare const de_DetectSentimentCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<DetectSentimentCommandOutput>;
842
- export declare const de_DetectSyntaxCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<DetectSyntaxCommandOutput>;
846
- export declare const de_DetectTargetedSentimentCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<DetectTargetedSentimentCommandOutput>;
850
- export declare const de_DetectToxicContentCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<DetectToxicContentCommandOutput>;
854
- export declare const de_ImportModelCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<ImportModelCommandOutput>;
858
- export declare const de_ListDatasetsCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<ListDatasetsCommandOutput>;
862
- export declare const de_ListDocumentClassificationJobsCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<ListDocumentClassificationJobsCommandOutput>;
866
- export declare const de_ListDocumentClassifiersCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<ListDocumentClassifiersCommandOutput>;
870
- export declare const de_ListDocumentClassifierSummariesCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<ListDocumentClassifierSummariesCommandOutput>;
874
- export declare const de_ListDominantLanguageDetectionJobsCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<ListDominantLanguageDetectionJobsCommandOutput>;
878
- export declare const de_ListEndpointsCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<ListEndpointsCommandOutput>;
882
- export declare const de_ListEntitiesDetectionJobsCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<ListEntitiesDetectionJobsCommandOutput>;
886
- export declare const de_ListEntityRecognizersCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<ListEntityRecognizersCommandOutput>;
890
- export declare const de_ListEntityRecognizerSummariesCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<ListEntityRecognizerSummariesCommandOutput>;
894
- export declare const de_ListEventsDetectionJobsCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<ListEventsDetectionJobsCommandOutput>;
898
- export declare const de_ListFlywheelIterationHistoryCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<ListFlywheelIterationHistoryCommandOutput>;
902
- export declare const de_ListFlywheelsCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<ListFlywheelsCommandOutput>;
906
- export declare const de_ListKeyPhrasesDetectionJobsCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
910
- export declare const de_ListPiiEntitiesDetectionJobsCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
914
- export declare const de_ListSentimentDetectionJobsCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<ListSentimentDetectionJobsCommandOutput>;
918
- export declare const de_ListTagsForResourceCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<ListTagsForResourceCommandOutput>;
922
- export declare const de_ListTargetedSentimentDetectionJobsCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
926
- export declare const de_ListTopicsDetectionJobsCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<ListTopicsDetectionJobsCommandOutput>;
930
- export declare const de_PutResourcePolicyCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<PutResourcePolicyCommandOutput>;
934
- export declare const de_StartDocumentClassificationJobCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<StartDocumentClassificationJobCommandOutput>;
938
- export declare const de_StartDominantLanguageDetectionJobCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<StartDominantLanguageDetectionJobCommandOutput>;
942
- export declare const de_StartEntitiesDetectionJobCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<StartEntitiesDetectionJobCommandOutput>;
946
- export declare const de_StartEventsDetectionJobCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<StartEventsDetectionJobCommandOutput>;
950
- export declare const de_StartFlywheelIterationCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<StartFlywheelIterationCommandOutput>;
954
- export declare const de_StartKeyPhrasesDetectionJobCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<StartKeyPhrasesDetectionJobCommandOutput>;
958
- export declare const de_StartPiiEntitiesDetectionJobCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<StartPiiEntitiesDetectionJobCommandOutput>;
962
- export declare const de_StartSentimentDetectionJobCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<StartSentimentDetectionJobCommandOutput>;
966
- export declare const de_StartTargetedSentimentDetectionJobCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<StartTargetedSentimentDetectionJobCommandOutput>;
970
- export declare const de_StartTopicsDetectionJobCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<StartTopicsDetectionJobCommandOutput>;
974
- export declare const de_StopDominantLanguageDetectionJobCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<StopDominantLanguageDetectionJobCommandOutput>;
978
- export declare const de_StopEntitiesDetectionJobCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<StopEntitiesDetectionJobCommandOutput>;
982
- export declare const de_StopEventsDetectionJobCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<StopEventsDetectionJobCommandOutput>;
986
- export declare const de_StopKeyPhrasesDetectionJobCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<StopKeyPhrasesDetectionJobCommandOutput>;
990
- export declare const de_StopPiiEntitiesDetectionJobCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<StopPiiEntitiesDetectionJobCommandOutput>;
994
- export declare const de_StopSentimentDetectionJobCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<StopSentimentDetectionJobCommandOutput>;
998
- export declare const de_StopTargetedSentimentDetectionJobCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<StopTargetedSentimentDetectionJobCommandOutput>;
1002
- export declare const de_StopTrainingDocumentClassifierCommand: (
1003
- output: __HttpResponse,
1004
- context: __SerdeContext
1005
- ) => Promise<StopTrainingDocumentClassifierCommandOutput>;
1006
- export declare const de_StopTrainingEntityRecognizerCommand: (
1007
- output: __HttpResponse,
1008
- context: __SerdeContext
1009
- ) => Promise<StopTrainingEntityRecognizerCommandOutput>;
1010
- export declare const de_TagResourceCommand: (
1011
- output: __HttpResponse,
1012
- context: __SerdeContext
1013
- ) => Promise<TagResourceCommandOutput>;
1014
- export declare const de_UntagResourceCommand: (
1015
- output: __HttpResponse,
1016
- context: __SerdeContext
1017
- ) => Promise<UntagResourceCommandOutput>;
1018
- export declare const de_UpdateEndpointCommand: (
1019
- output: __HttpResponse,
1020
- context: __SerdeContext
1021
- ) => Promise<UpdateEndpointCommandOutput>;
1022
- export declare const de_UpdateFlywheelCommand: (
1023
- output: __HttpResponse,
1024
- context: __SerdeContext
1025
- ) => Promise<UpdateFlywheelCommandOutput>;