@aws-sdk/client-transcribe 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Transcribe.d.ts +706 -200
  3. package/dist-types/ts3.4/TranscribeClient.d.ts +363 -112
  4. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +33 -17
  12. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +39 -39
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  45. package/dist-types/ts3.4/index.d.ts +6 -6
  46. package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +8 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +1553 -1452
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  50. package/dist-types/ts3.4/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListCallAnalyticsJobsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListLanguageModelsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListMedicalVocabulariesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListTranscriptionJobsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListVocabulariesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListVocabularyFiltersPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  59. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. package/package.json +34 -34
@@ -1,119 +1,473 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput } from "../commands/CreateCallAnalyticsCategoryCommand";
4
- import { CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput } from "../commands/CreateLanguageModelCommand";
5
- import { CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput } from "../commands/CreateMedicalVocabularyCommand";
6
- import { CreateVocabularyCommandInput, CreateVocabularyCommandOutput } from "../commands/CreateVocabularyCommand";
7
- import { CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput } from "../commands/CreateVocabularyFilterCommand";
8
- import { DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput } from "../commands/DeleteCallAnalyticsCategoryCommand";
9
- import { DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput } from "../commands/DeleteCallAnalyticsJobCommand";
10
- import { DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput } from "../commands/DeleteLanguageModelCommand";
11
- import { DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput } from "../commands/DeleteMedicalTranscriptionJobCommand";
12
- import { DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput } from "../commands/DeleteMedicalVocabularyCommand";
13
- import { DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput } from "../commands/DeleteTranscriptionJobCommand";
14
- import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "../commands/DeleteVocabularyCommand";
15
- import { DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput } from "../commands/DeleteVocabularyFilterCommand";
16
- import { DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput } from "../commands/DescribeLanguageModelCommand";
17
- import { GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput } from "../commands/GetCallAnalyticsCategoryCommand";
18
- import { GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput } from "../commands/GetCallAnalyticsJobCommand";
19
- import { GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput } from "../commands/GetMedicalTranscriptionJobCommand";
20
- import { GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput } from "../commands/GetMedicalVocabularyCommand";
21
- import { GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput } from "../commands/GetTranscriptionJobCommand";
22
- import { GetVocabularyCommandInput, GetVocabularyCommandOutput } from "../commands/GetVocabularyCommand";
23
- import { GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput } from "../commands/GetVocabularyFilterCommand";
24
- import { ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput } from "../commands/ListCallAnalyticsCategoriesCommand";
25
- import { ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput } from "../commands/ListCallAnalyticsJobsCommand";
26
- import { ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput } from "../commands/ListLanguageModelsCommand";
27
- import { ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput } from "../commands/ListMedicalTranscriptionJobsCommand";
28
- import { ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput } from "../commands/ListMedicalVocabulariesCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput } from "../commands/ListTranscriptionJobsCommand";
31
- import { ListVocabulariesCommandInput, ListVocabulariesCommandOutput } from "../commands/ListVocabulariesCommand";
32
- import { ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput } from "../commands/ListVocabularyFiltersCommand";
33
- import { StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput } from "../commands/StartCallAnalyticsJobCommand";
34
- import { StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput } from "../commands/StartMedicalTranscriptionJobCommand";
35
- import { StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput } from "../commands/StartTranscriptionJobCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
37
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
38
- import { UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput } from "../commands/UpdateCallAnalyticsCategoryCommand";
39
- import { UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput } from "../commands/UpdateMedicalVocabularyCommand";
40
- import { UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput } from "../commands/UpdateVocabularyCommand";
41
- import { UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput } from "../commands/UpdateVocabularyFilterCommand";
42
- export declare const serializeAws_json1_1CreateCallAnalyticsCategoryCommand: (input: CreateCallAnalyticsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1CreateLanguageModelCommand: (input: CreateLanguageModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1CreateMedicalVocabularyCommand: (input: CreateMedicalVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1CreateVocabularyCommand: (input: CreateVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1CreateVocabularyFilterCommand: (input: CreateVocabularyFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1DeleteCallAnalyticsCategoryCommand: (input: DeleteCallAnalyticsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1DeleteCallAnalyticsJobCommand: (input: DeleteCallAnalyticsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1DeleteLanguageModelCommand: (input: DeleteLanguageModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1DeleteMedicalTranscriptionJobCommand: (input: DeleteMedicalTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1DeleteMedicalVocabularyCommand: (input: DeleteMedicalVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1DeleteTranscriptionJobCommand: (input: DeleteTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1DeleteVocabularyCommand: (input: DeleteVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1DeleteVocabularyFilterCommand: (input: DeleteVocabularyFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1DescribeLanguageModelCommand: (input: DescribeLanguageModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1GetCallAnalyticsCategoryCommand: (input: GetCallAnalyticsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1GetCallAnalyticsJobCommand: (input: GetCallAnalyticsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1GetMedicalTranscriptionJobCommand: (input: GetMedicalTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1GetMedicalVocabularyCommand: (input: GetMedicalVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1GetTranscriptionJobCommand: (input: GetTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1GetVocabularyCommand: (input: GetVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1GetVocabularyFilterCommand: (input: GetVocabularyFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1ListCallAnalyticsCategoriesCommand: (input: ListCallAnalyticsCategoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1ListCallAnalyticsJobsCommand: (input: ListCallAnalyticsJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1ListLanguageModelsCommand: (input: ListLanguageModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1ListMedicalTranscriptionJobsCommand: (input: ListMedicalTranscriptionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1ListMedicalVocabulariesCommand: (input: ListMedicalVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1ListTranscriptionJobsCommand: (input: ListTranscriptionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1ListVocabulariesCommand: (input: ListVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1ListVocabularyFiltersCommand: (input: ListVocabularyFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1StartCallAnalyticsJobCommand: (input: StartCallAnalyticsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1StartMedicalTranscriptionJobCommand: (input: StartMedicalTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1StartTranscriptionJobCommand: (input: StartTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1UpdateCallAnalyticsCategoryCommand: (input: UpdateCallAnalyticsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1UpdateMedicalVocabularyCommand: (input: UpdateMedicalVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1UpdateVocabularyCommand: (input: UpdateVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1UpdateVocabularyFilterCommand: (input: UpdateVocabularyFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const deserializeAws_json1_1CreateCallAnalyticsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCallAnalyticsCategoryCommandOutput>;
82
- export declare const deserializeAws_json1_1CreateLanguageModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLanguageModelCommandOutput>;
83
- export declare const deserializeAws_json1_1CreateMedicalVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMedicalVocabularyCommandOutput>;
84
- export declare const deserializeAws_json1_1CreateVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVocabularyCommandOutput>;
85
- export declare const deserializeAws_json1_1CreateVocabularyFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVocabularyFilterCommandOutput>;
86
- export declare const deserializeAws_json1_1DeleteCallAnalyticsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCallAnalyticsCategoryCommandOutput>;
87
- export declare const deserializeAws_json1_1DeleteCallAnalyticsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCallAnalyticsJobCommandOutput>;
88
- export declare const deserializeAws_json1_1DeleteLanguageModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLanguageModelCommandOutput>;
89
- export declare const deserializeAws_json1_1DeleteMedicalTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMedicalTranscriptionJobCommandOutput>;
90
- export declare const deserializeAws_json1_1DeleteMedicalVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMedicalVocabularyCommandOutput>;
91
- export declare const deserializeAws_json1_1DeleteTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTranscriptionJobCommandOutput>;
92
- export declare const deserializeAws_json1_1DeleteVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVocabularyCommandOutput>;
93
- export declare const deserializeAws_json1_1DeleteVocabularyFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVocabularyFilterCommandOutput>;
94
- export declare const deserializeAws_json1_1DescribeLanguageModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLanguageModelCommandOutput>;
95
- export declare const deserializeAws_json1_1GetCallAnalyticsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallAnalyticsCategoryCommandOutput>;
96
- export declare const deserializeAws_json1_1GetCallAnalyticsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallAnalyticsJobCommandOutput>;
97
- export declare const deserializeAws_json1_1GetMedicalTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMedicalTranscriptionJobCommandOutput>;
98
- export declare const deserializeAws_json1_1GetMedicalVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMedicalVocabularyCommandOutput>;
99
- export declare const deserializeAws_json1_1GetTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTranscriptionJobCommandOutput>;
100
- export declare const deserializeAws_json1_1GetVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVocabularyCommandOutput>;
101
- export declare const deserializeAws_json1_1GetVocabularyFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVocabularyFilterCommandOutput>;
102
- export declare const deserializeAws_json1_1ListCallAnalyticsCategoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCallAnalyticsCategoriesCommandOutput>;
103
- export declare const deserializeAws_json1_1ListCallAnalyticsJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCallAnalyticsJobsCommandOutput>;
104
- export declare const deserializeAws_json1_1ListLanguageModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLanguageModelsCommandOutput>;
105
- export declare const deserializeAws_json1_1ListMedicalTranscriptionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMedicalTranscriptionJobsCommandOutput>;
106
- export declare const deserializeAws_json1_1ListMedicalVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMedicalVocabulariesCommandOutput>;
107
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
108
- export declare const deserializeAws_json1_1ListTranscriptionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTranscriptionJobsCommandOutput>;
109
- export declare const deserializeAws_json1_1ListVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVocabulariesCommandOutput>;
110
- export declare const deserializeAws_json1_1ListVocabularyFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVocabularyFiltersCommandOutput>;
111
- export declare const deserializeAws_json1_1StartCallAnalyticsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCallAnalyticsJobCommandOutput>;
112
- export declare const deserializeAws_json1_1StartMedicalTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMedicalTranscriptionJobCommandOutput>;
113
- export declare const deserializeAws_json1_1StartTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTranscriptionJobCommandOutput>;
114
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
115
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
116
- export declare const deserializeAws_json1_1UpdateCallAnalyticsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCallAnalyticsCategoryCommandOutput>;
117
- export declare const deserializeAws_json1_1UpdateMedicalVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMedicalVocabularyCommandOutput>;
118
- export declare const deserializeAws_json1_1UpdateVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVocabularyCommandOutput>;
119
- export declare const deserializeAws_json1_1UpdateVocabularyFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVocabularyFilterCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/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
+ DeleteMedicalTranscriptionJobCommandInput,
40
+ DeleteMedicalTranscriptionJobCommandOutput,
41
+ } from "../commands/DeleteMedicalTranscriptionJobCommand";
42
+ import {
43
+ DeleteMedicalVocabularyCommandInput,
44
+ DeleteMedicalVocabularyCommandOutput,
45
+ } from "../commands/DeleteMedicalVocabularyCommand";
46
+ import {
47
+ DeleteTranscriptionJobCommandInput,
48
+ DeleteTranscriptionJobCommandOutput,
49
+ } from "../commands/DeleteTranscriptionJobCommand";
50
+ import {
51
+ DeleteVocabularyCommandInput,
52
+ DeleteVocabularyCommandOutput,
53
+ } from "../commands/DeleteVocabularyCommand";
54
+ import {
55
+ DeleteVocabularyFilterCommandInput,
56
+ DeleteVocabularyFilterCommandOutput,
57
+ } from "../commands/DeleteVocabularyFilterCommand";
58
+ import {
59
+ DescribeLanguageModelCommandInput,
60
+ DescribeLanguageModelCommandOutput,
61
+ } from "../commands/DescribeLanguageModelCommand";
62
+ import {
63
+ GetCallAnalyticsCategoryCommandInput,
64
+ GetCallAnalyticsCategoryCommandOutput,
65
+ } from "../commands/GetCallAnalyticsCategoryCommand";
66
+ import {
67
+ GetCallAnalyticsJobCommandInput,
68
+ GetCallAnalyticsJobCommandOutput,
69
+ } from "../commands/GetCallAnalyticsJobCommand";
70
+ import {
71
+ GetMedicalTranscriptionJobCommandInput,
72
+ GetMedicalTranscriptionJobCommandOutput,
73
+ } from "../commands/GetMedicalTranscriptionJobCommand";
74
+ import {
75
+ GetMedicalVocabularyCommandInput,
76
+ GetMedicalVocabularyCommandOutput,
77
+ } from "../commands/GetMedicalVocabularyCommand";
78
+ import {
79
+ GetTranscriptionJobCommandInput,
80
+ GetTranscriptionJobCommandOutput,
81
+ } from "../commands/GetTranscriptionJobCommand";
82
+ import {
83
+ GetVocabularyCommandInput,
84
+ GetVocabularyCommandOutput,
85
+ } from "../commands/GetVocabularyCommand";
86
+ import {
87
+ GetVocabularyFilterCommandInput,
88
+ GetVocabularyFilterCommandOutput,
89
+ } from "../commands/GetVocabularyFilterCommand";
90
+ import {
91
+ ListCallAnalyticsCategoriesCommandInput,
92
+ ListCallAnalyticsCategoriesCommandOutput,
93
+ } from "../commands/ListCallAnalyticsCategoriesCommand";
94
+ import {
95
+ ListCallAnalyticsJobsCommandInput,
96
+ ListCallAnalyticsJobsCommandOutput,
97
+ } from "../commands/ListCallAnalyticsJobsCommand";
98
+ import {
99
+ ListLanguageModelsCommandInput,
100
+ ListLanguageModelsCommandOutput,
101
+ } from "../commands/ListLanguageModelsCommand";
102
+ import {
103
+ ListMedicalTranscriptionJobsCommandInput,
104
+ ListMedicalTranscriptionJobsCommandOutput,
105
+ } from "../commands/ListMedicalTranscriptionJobsCommand";
106
+ import {
107
+ ListMedicalVocabulariesCommandInput,
108
+ ListMedicalVocabulariesCommandOutput,
109
+ } from "../commands/ListMedicalVocabulariesCommand";
110
+ import {
111
+ ListTagsForResourceCommandInput,
112
+ ListTagsForResourceCommandOutput,
113
+ } from "../commands/ListTagsForResourceCommand";
114
+ import {
115
+ ListTranscriptionJobsCommandInput,
116
+ ListTranscriptionJobsCommandOutput,
117
+ } from "../commands/ListTranscriptionJobsCommand";
118
+ import {
119
+ ListVocabulariesCommandInput,
120
+ ListVocabulariesCommandOutput,
121
+ } from "../commands/ListVocabulariesCommand";
122
+ import {
123
+ ListVocabularyFiltersCommandInput,
124
+ ListVocabularyFiltersCommandOutput,
125
+ } from "../commands/ListVocabularyFiltersCommand";
126
+ import {
127
+ StartCallAnalyticsJobCommandInput,
128
+ StartCallAnalyticsJobCommandOutput,
129
+ } from "../commands/StartCallAnalyticsJobCommand";
130
+ import {
131
+ StartMedicalTranscriptionJobCommandInput,
132
+ StartMedicalTranscriptionJobCommandOutput,
133
+ } from "../commands/StartMedicalTranscriptionJobCommand";
134
+ import {
135
+ StartTranscriptionJobCommandInput,
136
+ StartTranscriptionJobCommandOutput,
137
+ } from "../commands/StartTranscriptionJobCommand";
138
+ import {
139
+ TagResourceCommandInput,
140
+ TagResourceCommandOutput,
141
+ } from "../commands/TagResourceCommand";
142
+ import {
143
+ UntagResourceCommandInput,
144
+ UntagResourceCommandOutput,
145
+ } from "../commands/UntagResourceCommand";
146
+ import {
147
+ UpdateCallAnalyticsCategoryCommandInput,
148
+ UpdateCallAnalyticsCategoryCommandOutput,
149
+ } from "../commands/UpdateCallAnalyticsCategoryCommand";
150
+ import {
151
+ UpdateMedicalVocabularyCommandInput,
152
+ UpdateMedicalVocabularyCommandOutput,
153
+ } from "../commands/UpdateMedicalVocabularyCommand";
154
+ import {
155
+ UpdateVocabularyCommandInput,
156
+ UpdateVocabularyCommandOutput,
157
+ } from "../commands/UpdateVocabularyCommand";
158
+ import {
159
+ UpdateVocabularyFilterCommandInput,
160
+ UpdateVocabularyFilterCommandOutput,
161
+ } from "../commands/UpdateVocabularyFilterCommand";
162
+ export declare const serializeAws_json1_1CreateCallAnalyticsCategoryCommand: (
163
+ input: CreateCallAnalyticsCategoryCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1CreateLanguageModelCommand: (
167
+ input: CreateLanguageModelCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1CreateMedicalVocabularyCommand: (
171
+ input: CreateMedicalVocabularyCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1CreateVocabularyCommand: (
175
+ input: CreateVocabularyCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1CreateVocabularyFilterCommand: (
179
+ input: CreateVocabularyFilterCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1DeleteCallAnalyticsCategoryCommand: (
183
+ input: DeleteCallAnalyticsCategoryCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1DeleteCallAnalyticsJobCommand: (
187
+ input: DeleteCallAnalyticsJobCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1DeleteLanguageModelCommand: (
191
+ input: DeleteLanguageModelCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1DeleteMedicalTranscriptionJobCommand: (
195
+ input: DeleteMedicalTranscriptionJobCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1DeleteMedicalVocabularyCommand: (
199
+ input: DeleteMedicalVocabularyCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1DeleteTranscriptionJobCommand: (
203
+ input: DeleteTranscriptionJobCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1DeleteVocabularyCommand: (
207
+ input: DeleteVocabularyCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1DeleteVocabularyFilterCommand: (
211
+ input: DeleteVocabularyFilterCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1DescribeLanguageModelCommand: (
215
+ input: DescribeLanguageModelCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1GetCallAnalyticsCategoryCommand: (
219
+ input: GetCallAnalyticsCategoryCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1GetCallAnalyticsJobCommand: (
223
+ input: GetCallAnalyticsJobCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1GetMedicalTranscriptionJobCommand: (
227
+ input: GetMedicalTranscriptionJobCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1GetMedicalVocabularyCommand: (
231
+ input: GetMedicalVocabularyCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1GetTranscriptionJobCommand: (
235
+ input: GetTranscriptionJobCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1GetVocabularyCommand: (
239
+ input: GetVocabularyCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1GetVocabularyFilterCommand: (
243
+ input: GetVocabularyFilterCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1ListCallAnalyticsCategoriesCommand: (
247
+ input: ListCallAnalyticsCategoriesCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1ListCallAnalyticsJobsCommand: (
251
+ input: ListCallAnalyticsJobsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1ListLanguageModelsCommand: (
255
+ input: ListLanguageModelsCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1ListMedicalTranscriptionJobsCommand: (
259
+ input: ListMedicalTranscriptionJobsCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1ListMedicalVocabulariesCommand: (
263
+ input: ListMedicalVocabulariesCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
267
+ input: ListTagsForResourceCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1ListTranscriptionJobsCommand: (
271
+ input: ListTranscriptionJobsCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1ListVocabulariesCommand: (
275
+ input: ListVocabulariesCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1ListVocabularyFiltersCommand: (
279
+ input: ListVocabularyFiltersCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1StartCallAnalyticsJobCommand: (
283
+ input: StartCallAnalyticsJobCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1StartMedicalTranscriptionJobCommand: (
287
+ input: StartMedicalTranscriptionJobCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1StartTranscriptionJobCommand: (
291
+ input: StartTranscriptionJobCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1TagResourceCommand: (
295
+ input: TagResourceCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1UntagResourceCommand: (
299
+ input: UntagResourceCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1UpdateCallAnalyticsCategoryCommand: (
303
+ input: UpdateCallAnalyticsCategoryCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1UpdateMedicalVocabularyCommand: (
307
+ input: UpdateMedicalVocabularyCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1UpdateVocabularyCommand: (
311
+ input: UpdateVocabularyCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1UpdateVocabularyFilterCommand: (
315
+ input: UpdateVocabularyFilterCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const deserializeAws_json1_1CreateCallAnalyticsCategoryCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<CreateCallAnalyticsCategoryCommandOutput>;
322
+ export declare const deserializeAws_json1_1CreateLanguageModelCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<CreateLanguageModelCommandOutput>;
326
+ export declare const deserializeAws_json1_1CreateMedicalVocabularyCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<CreateMedicalVocabularyCommandOutput>;
330
+ export declare const deserializeAws_json1_1CreateVocabularyCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<CreateVocabularyCommandOutput>;
334
+ export declare const deserializeAws_json1_1CreateVocabularyFilterCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<CreateVocabularyFilterCommandOutput>;
338
+ export declare const deserializeAws_json1_1DeleteCallAnalyticsCategoryCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DeleteCallAnalyticsCategoryCommandOutput>;
342
+ export declare const deserializeAws_json1_1DeleteCallAnalyticsJobCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DeleteCallAnalyticsJobCommandOutput>;
346
+ export declare const deserializeAws_json1_1DeleteLanguageModelCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<DeleteLanguageModelCommandOutput>;
350
+ export declare const deserializeAws_json1_1DeleteMedicalTranscriptionJobCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<DeleteMedicalTranscriptionJobCommandOutput>;
354
+ export declare const deserializeAws_json1_1DeleteMedicalVocabularyCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<DeleteMedicalVocabularyCommandOutput>;
358
+ export declare const deserializeAws_json1_1DeleteTranscriptionJobCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<DeleteTranscriptionJobCommandOutput>;
362
+ export declare const deserializeAws_json1_1DeleteVocabularyCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<DeleteVocabularyCommandOutput>;
366
+ export declare const deserializeAws_json1_1DeleteVocabularyFilterCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<DeleteVocabularyFilterCommandOutput>;
370
+ export declare const deserializeAws_json1_1DescribeLanguageModelCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<DescribeLanguageModelCommandOutput>;
374
+ export declare const deserializeAws_json1_1GetCallAnalyticsCategoryCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<GetCallAnalyticsCategoryCommandOutput>;
378
+ export declare const deserializeAws_json1_1GetCallAnalyticsJobCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<GetCallAnalyticsJobCommandOutput>;
382
+ export declare const deserializeAws_json1_1GetMedicalTranscriptionJobCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<GetMedicalTranscriptionJobCommandOutput>;
386
+ export declare const deserializeAws_json1_1GetMedicalVocabularyCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<GetMedicalVocabularyCommandOutput>;
390
+ export declare const deserializeAws_json1_1GetTranscriptionJobCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<GetTranscriptionJobCommandOutput>;
394
+ export declare const deserializeAws_json1_1GetVocabularyCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<GetVocabularyCommandOutput>;
398
+ export declare const deserializeAws_json1_1GetVocabularyFilterCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<GetVocabularyFilterCommandOutput>;
402
+ export declare const deserializeAws_json1_1ListCallAnalyticsCategoriesCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<ListCallAnalyticsCategoriesCommandOutput>;
406
+ export declare const deserializeAws_json1_1ListCallAnalyticsJobsCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<ListCallAnalyticsJobsCommandOutput>;
410
+ export declare const deserializeAws_json1_1ListLanguageModelsCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<ListLanguageModelsCommandOutput>;
414
+ export declare const deserializeAws_json1_1ListMedicalTranscriptionJobsCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<ListMedicalTranscriptionJobsCommandOutput>;
418
+ export declare const deserializeAws_json1_1ListMedicalVocabulariesCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<ListMedicalVocabulariesCommandOutput>;
422
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<ListTagsForResourceCommandOutput>;
426
+ export declare const deserializeAws_json1_1ListTranscriptionJobsCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<ListTranscriptionJobsCommandOutput>;
430
+ export declare const deserializeAws_json1_1ListVocabulariesCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<ListVocabulariesCommandOutput>;
434
+ export declare const deserializeAws_json1_1ListVocabularyFiltersCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<ListVocabularyFiltersCommandOutput>;
438
+ export declare const deserializeAws_json1_1StartCallAnalyticsJobCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<StartCallAnalyticsJobCommandOutput>;
442
+ export declare const deserializeAws_json1_1StartMedicalTranscriptionJobCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<StartMedicalTranscriptionJobCommandOutput>;
446
+ export declare const deserializeAws_json1_1StartTranscriptionJobCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<StartTranscriptionJobCommandOutput>;
450
+ export declare const deserializeAws_json1_1TagResourceCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<TagResourceCommandOutput>;
454
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<UntagResourceCommandOutput>;
458
+ export declare const deserializeAws_json1_1UpdateCallAnalyticsCategoryCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<UpdateCallAnalyticsCategoryCommandOutput>;
462
+ export declare const deserializeAws_json1_1UpdateMedicalVocabularyCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<UpdateMedicalVocabularyCommandOutput>;
466
+ export declare const deserializeAws_json1_1UpdateVocabularyCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<UpdateVocabularyCommandOutput>;
470
+ export declare const deserializeAws_json1_1UpdateVocabularyFilterCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<UpdateVocabularyFilterCommandOutput>;