@aws-sdk/client-transcribe 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 (67) hide show
  1. package/dist-cjs/index.js +1848 -1696
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/TranscribeClient.js +2 -0
  4. package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +3 -9
  5. package/dist-es/commands/CreateLanguageModelCommand.js +3 -9
  6. package/dist-es/commands/CreateMedicalVocabularyCommand.js +3 -9
  7. package/dist-es/commands/CreateVocabularyCommand.js +3 -9
  8. package/dist-es/commands/CreateVocabularyFilterCommand.js +3 -9
  9. package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +3 -9
  10. package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +3 -9
  11. package/dist-es/commands/DeleteLanguageModelCommand.js +3 -9
  12. package/dist-es/commands/DeleteMedicalScribeJobCommand.js +3 -9
  13. package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +3 -9
  14. package/dist-es/commands/DeleteMedicalVocabularyCommand.js +3 -9
  15. package/dist-es/commands/DeleteTranscriptionJobCommand.js +3 -9
  16. package/dist-es/commands/DeleteVocabularyCommand.js +3 -9
  17. package/dist-es/commands/DeleteVocabularyFilterCommand.js +3 -9
  18. package/dist-es/commands/DescribeLanguageModelCommand.js +3 -9
  19. package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +3 -9
  20. package/dist-es/commands/GetCallAnalyticsJobCommand.js +3 -9
  21. package/dist-es/commands/GetMedicalScribeJobCommand.js +3 -9
  22. package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +3 -9
  23. package/dist-es/commands/GetMedicalVocabularyCommand.js +3 -9
  24. package/dist-es/commands/GetTranscriptionJobCommand.js +3 -9
  25. package/dist-es/commands/GetVocabularyCommand.js +3 -9
  26. package/dist-es/commands/GetVocabularyFilterCommand.js +3 -9
  27. package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +3 -9
  28. package/dist-es/commands/ListCallAnalyticsJobsCommand.js +3 -9
  29. package/dist-es/commands/ListLanguageModelsCommand.js +3 -9
  30. package/dist-es/commands/ListMedicalScribeJobsCommand.js +3 -9
  31. package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +3 -9
  32. package/dist-es/commands/ListMedicalVocabulariesCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/ListTranscriptionJobsCommand.js +3 -9
  35. package/dist-es/commands/ListVocabulariesCommand.js +3 -9
  36. package/dist-es/commands/ListVocabularyFiltersCommand.js +3 -9
  37. package/dist-es/commands/StartCallAnalyticsJobCommand.js +3 -9
  38. package/dist-es/commands/StartMedicalScribeJobCommand.js +3 -10
  39. package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +3 -9
  40. package/dist-es/commands/StartTranscriptionJobCommand.js +3 -9
  41. package/dist-es/commands/TagResourceCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +3 -9
  44. package/dist-es/commands/UpdateMedicalVocabularyCommand.js +3 -9
  45. package/dist-es/commands/UpdateVocabularyCommand.js +3 -9
  46. package/dist-es/commands/UpdateVocabularyFilterCommand.js +3 -9
  47. package/dist-es/models/models_0.js +0 -15
  48. package/dist-es/runtimeConfig.shared.js +7 -0
  49. package/dist-es/schemas/schemas_0.js +1754 -0
  50. package/dist-types/TranscribeClient.d.ts +10 -1
  51. package/dist-types/models/models_0.d.ts +0 -12
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  53. package/dist-types/runtimeConfig.d.ts +1 -0
  54. package/dist-types/runtimeConfig.native.d.ts +1 -0
  55. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  56. package/dist-types/schemas/schemas_0.d.ts +203 -0
  57. package/dist-types/ts3.4/TranscribeClient.d.ts +4 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +210 -0
  64. package/package.json +5 -5
  65. package/dist-es/protocols/Aws_json1_1.js +0 -1365
  66. package/dist-types/protocols/Aws_json1_1.d.ts +0 -389
  67. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -521
@@ -1,521 +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
- CreateCallAnalyticsCategoryCommandInput,
8
- CreateCallAnalyticsCategoryCommandOutput,
9
- } from "../commands/CreateCallAnalyticsCategoryCommand";
10
- import {
11
- CreateLanguageModelCommandInput,
12
- CreateLanguageModelCommandOutput,
13
- } from "../commands/CreateLanguageModelCommand";
14
- import {
15
- CreateMedicalVocabularyCommandInput,
16
- CreateMedicalVocabularyCommandOutput,
17
- } from "../commands/CreateMedicalVocabularyCommand";
18
- import {
19
- CreateVocabularyCommandInput,
20
- CreateVocabularyCommandOutput,
21
- } from "../commands/CreateVocabularyCommand";
22
- import {
23
- CreateVocabularyFilterCommandInput,
24
- CreateVocabularyFilterCommandOutput,
25
- } from "../commands/CreateVocabularyFilterCommand";
26
- import {
27
- DeleteCallAnalyticsCategoryCommandInput,
28
- DeleteCallAnalyticsCategoryCommandOutput,
29
- } from "../commands/DeleteCallAnalyticsCategoryCommand";
30
- import {
31
- DeleteCallAnalyticsJobCommandInput,
32
- DeleteCallAnalyticsJobCommandOutput,
33
- } from "../commands/DeleteCallAnalyticsJobCommand";
34
- import {
35
- DeleteLanguageModelCommandInput,
36
- DeleteLanguageModelCommandOutput,
37
- } from "../commands/DeleteLanguageModelCommand";
38
- import {
39
- DeleteMedicalScribeJobCommandInput,
40
- DeleteMedicalScribeJobCommandOutput,
41
- } from "../commands/DeleteMedicalScribeJobCommand";
42
- import {
43
- DeleteMedicalTranscriptionJobCommandInput,
44
- DeleteMedicalTranscriptionJobCommandOutput,
45
- } from "../commands/DeleteMedicalTranscriptionJobCommand";
46
- import {
47
- DeleteMedicalVocabularyCommandInput,
48
- DeleteMedicalVocabularyCommandOutput,
49
- } from "../commands/DeleteMedicalVocabularyCommand";
50
- import {
51
- DeleteTranscriptionJobCommandInput,
52
- DeleteTranscriptionJobCommandOutput,
53
- } from "../commands/DeleteTranscriptionJobCommand";
54
- import {
55
- DeleteVocabularyCommandInput,
56
- DeleteVocabularyCommandOutput,
57
- } from "../commands/DeleteVocabularyCommand";
58
- import {
59
- DeleteVocabularyFilterCommandInput,
60
- DeleteVocabularyFilterCommandOutput,
61
- } from "../commands/DeleteVocabularyFilterCommand";
62
- import {
63
- DescribeLanguageModelCommandInput,
64
- DescribeLanguageModelCommandOutput,
65
- } from "../commands/DescribeLanguageModelCommand";
66
- import {
67
- GetCallAnalyticsCategoryCommandInput,
68
- GetCallAnalyticsCategoryCommandOutput,
69
- } from "../commands/GetCallAnalyticsCategoryCommand";
70
- import {
71
- GetCallAnalyticsJobCommandInput,
72
- GetCallAnalyticsJobCommandOutput,
73
- } from "../commands/GetCallAnalyticsJobCommand";
74
- import {
75
- GetMedicalScribeJobCommandInput,
76
- GetMedicalScribeJobCommandOutput,
77
- } from "../commands/GetMedicalScribeJobCommand";
78
- import {
79
- GetMedicalTranscriptionJobCommandInput,
80
- GetMedicalTranscriptionJobCommandOutput,
81
- } from "../commands/GetMedicalTranscriptionJobCommand";
82
- import {
83
- GetMedicalVocabularyCommandInput,
84
- GetMedicalVocabularyCommandOutput,
85
- } from "../commands/GetMedicalVocabularyCommand";
86
- import {
87
- GetTranscriptionJobCommandInput,
88
- GetTranscriptionJobCommandOutput,
89
- } from "../commands/GetTranscriptionJobCommand";
90
- import {
91
- GetVocabularyCommandInput,
92
- GetVocabularyCommandOutput,
93
- } from "../commands/GetVocabularyCommand";
94
- import {
95
- GetVocabularyFilterCommandInput,
96
- GetVocabularyFilterCommandOutput,
97
- } from "../commands/GetVocabularyFilterCommand";
98
- import {
99
- ListCallAnalyticsCategoriesCommandInput,
100
- ListCallAnalyticsCategoriesCommandOutput,
101
- } from "../commands/ListCallAnalyticsCategoriesCommand";
102
- import {
103
- ListCallAnalyticsJobsCommandInput,
104
- ListCallAnalyticsJobsCommandOutput,
105
- } from "../commands/ListCallAnalyticsJobsCommand";
106
- import {
107
- ListLanguageModelsCommandInput,
108
- ListLanguageModelsCommandOutput,
109
- } from "../commands/ListLanguageModelsCommand";
110
- import {
111
- ListMedicalScribeJobsCommandInput,
112
- ListMedicalScribeJobsCommandOutput,
113
- } from "../commands/ListMedicalScribeJobsCommand";
114
- import {
115
- ListMedicalTranscriptionJobsCommandInput,
116
- ListMedicalTranscriptionJobsCommandOutput,
117
- } from "../commands/ListMedicalTranscriptionJobsCommand";
118
- import {
119
- ListMedicalVocabulariesCommandInput,
120
- ListMedicalVocabulariesCommandOutput,
121
- } from "../commands/ListMedicalVocabulariesCommand";
122
- import {
123
- ListTagsForResourceCommandInput,
124
- ListTagsForResourceCommandOutput,
125
- } from "../commands/ListTagsForResourceCommand";
126
- import {
127
- ListTranscriptionJobsCommandInput,
128
- ListTranscriptionJobsCommandOutput,
129
- } from "../commands/ListTranscriptionJobsCommand";
130
- import {
131
- ListVocabulariesCommandInput,
132
- ListVocabulariesCommandOutput,
133
- } from "../commands/ListVocabulariesCommand";
134
- import {
135
- ListVocabularyFiltersCommandInput,
136
- ListVocabularyFiltersCommandOutput,
137
- } from "../commands/ListVocabularyFiltersCommand";
138
- import {
139
- StartCallAnalyticsJobCommandInput,
140
- StartCallAnalyticsJobCommandOutput,
141
- } from "../commands/StartCallAnalyticsJobCommand";
142
- import {
143
- StartMedicalScribeJobCommandInput,
144
- StartMedicalScribeJobCommandOutput,
145
- } from "../commands/StartMedicalScribeJobCommand";
146
- import {
147
- StartMedicalTranscriptionJobCommandInput,
148
- StartMedicalTranscriptionJobCommandOutput,
149
- } from "../commands/StartMedicalTranscriptionJobCommand";
150
- import {
151
- StartTranscriptionJobCommandInput,
152
- StartTranscriptionJobCommandOutput,
153
- } from "../commands/StartTranscriptionJobCommand";
154
- import {
155
- TagResourceCommandInput,
156
- TagResourceCommandOutput,
157
- } from "../commands/TagResourceCommand";
158
- import {
159
- UntagResourceCommandInput,
160
- UntagResourceCommandOutput,
161
- } from "../commands/UntagResourceCommand";
162
- import {
163
- UpdateCallAnalyticsCategoryCommandInput,
164
- UpdateCallAnalyticsCategoryCommandOutput,
165
- } from "../commands/UpdateCallAnalyticsCategoryCommand";
166
- import {
167
- UpdateMedicalVocabularyCommandInput,
168
- UpdateMedicalVocabularyCommandOutput,
169
- } from "../commands/UpdateMedicalVocabularyCommand";
170
- import {
171
- UpdateVocabularyCommandInput,
172
- UpdateVocabularyCommandOutput,
173
- } from "../commands/UpdateVocabularyCommand";
174
- import {
175
- UpdateVocabularyFilterCommandInput,
176
- UpdateVocabularyFilterCommandOutput,
177
- } from "../commands/UpdateVocabularyFilterCommand";
178
- export declare const se_CreateCallAnalyticsCategoryCommand: (
179
- input: CreateCallAnalyticsCategoryCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_CreateLanguageModelCommand: (
183
- input: CreateLanguageModelCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_CreateMedicalVocabularyCommand: (
187
- input: CreateMedicalVocabularyCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_CreateVocabularyCommand: (
191
- input: CreateVocabularyCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_CreateVocabularyFilterCommand: (
195
- input: CreateVocabularyFilterCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DeleteCallAnalyticsCategoryCommand: (
199
- input: DeleteCallAnalyticsCategoryCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DeleteCallAnalyticsJobCommand: (
203
- input: DeleteCallAnalyticsJobCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DeleteLanguageModelCommand: (
207
- input: DeleteLanguageModelCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DeleteMedicalScribeJobCommand: (
211
- input: DeleteMedicalScribeJobCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DeleteMedicalTranscriptionJobCommand: (
215
- input: DeleteMedicalTranscriptionJobCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_DeleteMedicalVocabularyCommand: (
219
- input: DeleteMedicalVocabularyCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_DeleteTranscriptionJobCommand: (
223
- input: DeleteTranscriptionJobCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_DeleteVocabularyCommand: (
227
- input: DeleteVocabularyCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_DeleteVocabularyFilterCommand: (
231
- input: DeleteVocabularyFilterCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_DescribeLanguageModelCommand: (
235
- input: DescribeLanguageModelCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_GetCallAnalyticsCategoryCommand: (
239
- input: GetCallAnalyticsCategoryCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_GetCallAnalyticsJobCommand: (
243
- input: GetCallAnalyticsJobCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_GetMedicalScribeJobCommand: (
247
- input: GetMedicalScribeJobCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_GetMedicalTranscriptionJobCommand: (
251
- input: GetMedicalTranscriptionJobCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_GetMedicalVocabularyCommand: (
255
- input: GetMedicalVocabularyCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_GetTranscriptionJobCommand: (
259
- input: GetTranscriptionJobCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_GetVocabularyCommand: (
263
- input: GetVocabularyCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_GetVocabularyFilterCommand: (
267
- input: GetVocabularyFilterCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListCallAnalyticsCategoriesCommand: (
271
- input: ListCallAnalyticsCategoriesCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_ListCallAnalyticsJobsCommand: (
275
- input: ListCallAnalyticsJobsCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_ListLanguageModelsCommand: (
279
- input: ListLanguageModelsCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_ListMedicalScribeJobsCommand: (
283
- input: ListMedicalScribeJobsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_ListMedicalTranscriptionJobsCommand: (
287
- input: ListMedicalTranscriptionJobsCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_ListMedicalVocabulariesCommand: (
291
- input: ListMedicalVocabulariesCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ListTagsForResourceCommand: (
295
- input: ListTagsForResourceCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ListTranscriptionJobsCommand: (
299
- input: ListTranscriptionJobsCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_ListVocabulariesCommand: (
303
- input: ListVocabulariesCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_ListVocabularyFiltersCommand: (
307
- input: ListVocabularyFiltersCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_StartCallAnalyticsJobCommand: (
311
- input: StartCallAnalyticsJobCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_StartMedicalScribeJobCommand: (
315
- input: StartMedicalScribeJobCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_StartMedicalTranscriptionJobCommand: (
319
- input: StartMedicalTranscriptionJobCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_StartTranscriptionJobCommand: (
323
- input: StartTranscriptionJobCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_TagResourceCommand: (
327
- input: TagResourceCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_UntagResourceCommand: (
331
- input: UntagResourceCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_UpdateCallAnalyticsCategoryCommand: (
335
- input: UpdateCallAnalyticsCategoryCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_UpdateMedicalVocabularyCommand: (
339
- input: UpdateMedicalVocabularyCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_UpdateVocabularyCommand: (
343
- input: UpdateVocabularyCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_UpdateVocabularyFilterCommand: (
347
- input: UpdateVocabularyFilterCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const de_CreateCallAnalyticsCategoryCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<CreateCallAnalyticsCategoryCommandOutput>;
354
- export declare const de_CreateLanguageModelCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<CreateLanguageModelCommandOutput>;
358
- export declare const de_CreateMedicalVocabularyCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<CreateMedicalVocabularyCommandOutput>;
362
- export declare const de_CreateVocabularyCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<CreateVocabularyCommandOutput>;
366
- export declare const de_CreateVocabularyFilterCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<CreateVocabularyFilterCommandOutput>;
370
- export declare const de_DeleteCallAnalyticsCategoryCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<DeleteCallAnalyticsCategoryCommandOutput>;
374
- export declare const de_DeleteCallAnalyticsJobCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<DeleteCallAnalyticsJobCommandOutput>;
378
- export declare const de_DeleteLanguageModelCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<DeleteLanguageModelCommandOutput>;
382
- export declare const de_DeleteMedicalScribeJobCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<DeleteMedicalScribeJobCommandOutput>;
386
- export declare const de_DeleteMedicalTranscriptionJobCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<DeleteMedicalTranscriptionJobCommandOutput>;
390
- export declare const de_DeleteMedicalVocabularyCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<DeleteMedicalVocabularyCommandOutput>;
394
- export declare const de_DeleteTranscriptionJobCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<DeleteTranscriptionJobCommandOutput>;
398
- export declare const de_DeleteVocabularyCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<DeleteVocabularyCommandOutput>;
402
- export declare const de_DeleteVocabularyFilterCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<DeleteVocabularyFilterCommandOutput>;
406
- export declare const de_DescribeLanguageModelCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<DescribeLanguageModelCommandOutput>;
410
- export declare const de_GetCallAnalyticsCategoryCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<GetCallAnalyticsCategoryCommandOutput>;
414
- export declare const de_GetCallAnalyticsJobCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<GetCallAnalyticsJobCommandOutput>;
418
- export declare const de_GetMedicalScribeJobCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<GetMedicalScribeJobCommandOutput>;
422
- export declare const de_GetMedicalTranscriptionJobCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<GetMedicalTranscriptionJobCommandOutput>;
426
- export declare const de_GetMedicalVocabularyCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<GetMedicalVocabularyCommandOutput>;
430
- export declare const de_GetTranscriptionJobCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<GetTranscriptionJobCommandOutput>;
434
- export declare const de_GetVocabularyCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<GetVocabularyCommandOutput>;
438
- export declare const de_GetVocabularyFilterCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<GetVocabularyFilterCommandOutput>;
442
- export declare const de_ListCallAnalyticsCategoriesCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<ListCallAnalyticsCategoriesCommandOutput>;
446
- export declare const de_ListCallAnalyticsJobsCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<ListCallAnalyticsJobsCommandOutput>;
450
- export declare const de_ListLanguageModelsCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<ListLanguageModelsCommandOutput>;
454
- export declare const de_ListMedicalScribeJobsCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<ListMedicalScribeJobsCommandOutput>;
458
- export declare const de_ListMedicalTranscriptionJobsCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<ListMedicalTranscriptionJobsCommandOutput>;
462
- export declare const de_ListMedicalVocabulariesCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<ListMedicalVocabulariesCommandOutput>;
466
- export declare const de_ListTagsForResourceCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<ListTagsForResourceCommandOutput>;
470
- export declare const de_ListTranscriptionJobsCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<ListTranscriptionJobsCommandOutput>;
474
- export declare const de_ListVocabulariesCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<ListVocabulariesCommandOutput>;
478
- export declare const de_ListVocabularyFiltersCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<ListVocabularyFiltersCommandOutput>;
482
- export declare const de_StartCallAnalyticsJobCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<StartCallAnalyticsJobCommandOutput>;
486
- export declare const de_StartMedicalScribeJobCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<StartMedicalScribeJobCommandOutput>;
490
- export declare const de_StartMedicalTranscriptionJobCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<StartMedicalTranscriptionJobCommandOutput>;
494
- export declare const de_StartTranscriptionJobCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<StartTranscriptionJobCommandOutput>;
498
- export declare const de_TagResourceCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<TagResourceCommandOutput>;
502
- export declare const de_UntagResourceCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<UntagResourceCommandOutput>;
506
- export declare const de_UpdateCallAnalyticsCategoryCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<UpdateCallAnalyticsCategoryCommandOutput>;
510
- export declare const de_UpdateMedicalVocabularyCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<UpdateMedicalVocabularyCommandOutput>;
514
- export declare const de_UpdateVocabularyCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<UpdateVocabularyCommandOutput>;
518
- export declare const de_UpdateVocabularyFilterCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<UpdateVocabularyFilterCommandOutput>;