@aws-sdk/client-transcribe 3.926.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1848 -1696
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/TranscribeClient.js +2 -0
- package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +3 -9
- package/dist-es/commands/CreateLanguageModelCommand.js +3 -9
- package/dist-es/commands/CreateMedicalVocabularyCommand.js +3 -9
- package/dist-es/commands/CreateVocabularyCommand.js +3 -9
- package/dist-es/commands/CreateVocabularyFilterCommand.js +3 -9
- package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +3 -9
- package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +3 -9
- package/dist-es/commands/DeleteLanguageModelCommand.js +3 -9
- package/dist-es/commands/DeleteMedicalScribeJobCommand.js +3 -9
- package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/DeleteMedicalVocabularyCommand.js +3 -9
- package/dist-es/commands/DeleteTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/DeleteVocabularyCommand.js +3 -9
- package/dist-es/commands/DeleteVocabularyFilterCommand.js +3 -9
- package/dist-es/commands/DescribeLanguageModelCommand.js +3 -9
- package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +3 -9
- package/dist-es/commands/GetCallAnalyticsJobCommand.js +3 -9
- package/dist-es/commands/GetMedicalScribeJobCommand.js +3 -9
- package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/GetMedicalVocabularyCommand.js +3 -9
- package/dist-es/commands/GetTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/GetVocabularyCommand.js +3 -9
- package/dist-es/commands/GetVocabularyFilterCommand.js +3 -9
- package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +3 -9
- package/dist-es/commands/ListCallAnalyticsJobsCommand.js +3 -9
- package/dist-es/commands/ListLanguageModelsCommand.js +3 -9
- package/dist-es/commands/ListMedicalScribeJobsCommand.js +3 -9
- package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +3 -9
- package/dist-es/commands/ListMedicalVocabulariesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTranscriptionJobsCommand.js +3 -9
- package/dist-es/commands/ListVocabulariesCommand.js +3 -9
- package/dist-es/commands/ListVocabularyFiltersCommand.js +3 -9
- package/dist-es/commands/StartCallAnalyticsJobCommand.js +3 -9
- package/dist-es/commands/StartMedicalScribeJobCommand.js +3 -10
- package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/StartTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +3 -9
- package/dist-es/commands/UpdateMedicalVocabularyCommand.js +3 -9
- package/dist-es/commands/UpdateVocabularyCommand.js +3 -9
- package/dist-es/commands/UpdateVocabularyFilterCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -15
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1754 -0
- package/dist-types/TranscribeClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +203 -0
- package/dist-types/ts3.4/TranscribeClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +210 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1365
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -389
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -521
|
@@ -1,389 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/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 { DeleteMedicalScribeJobCommandInput, DeleteMedicalScribeJobCommandOutput } from "../commands/DeleteMedicalScribeJobCommand";
|
|
12
|
-
import { DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput } from "../commands/DeleteMedicalTranscriptionJobCommand";
|
|
13
|
-
import { DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput } from "../commands/DeleteMedicalVocabularyCommand";
|
|
14
|
-
import { DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput } from "../commands/DeleteTranscriptionJobCommand";
|
|
15
|
-
import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "../commands/DeleteVocabularyCommand";
|
|
16
|
-
import { DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput } from "../commands/DeleteVocabularyFilterCommand";
|
|
17
|
-
import { DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput } from "../commands/DescribeLanguageModelCommand";
|
|
18
|
-
import { GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput } from "../commands/GetCallAnalyticsCategoryCommand";
|
|
19
|
-
import { GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput } from "../commands/GetCallAnalyticsJobCommand";
|
|
20
|
-
import { GetMedicalScribeJobCommandInput, GetMedicalScribeJobCommandOutput } from "../commands/GetMedicalScribeJobCommand";
|
|
21
|
-
import { GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput } from "../commands/GetMedicalTranscriptionJobCommand";
|
|
22
|
-
import { GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput } from "../commands/GetMedicalVocabularyCommand";
|
|
23
|
-
import { GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput } from "../commands/GetTranscriptionJobCommand";
|
|
24
|
-
import { GetVocabularyCommandInput, GetVocabularyCommandOutput } from "../commands/GetVocabularyCommand";
|
|
25
|
-
import { GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput } from "../commands/GetVocabularyFilterCommand";
|
|
26
|
-
import { ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput } from "../commands/ListCallAnalyticsCategoriesCommand";
|
|
27
|
-
import { ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput } from "../commands/ListCallAnalyticsJobsCommand";
|
|
28
|
-
import { ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput } from "../commands/ListLanguageModelsCommand";
|
|
29
|
-
import { ListMedicalScribeJobsCommandInput, ListMedicalScribeJobsCommandOutput } from "../commands/ListMedicalScribeJobsCommand";
|
|
30
|
-
import { ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput } from "../commands/ListMedicalTranscriptionJobsCommand";
|
|
31
|
-
import { ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput } from "../commands/ListMedicalVocabulariesCommand";
|
|
32
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
33
|
-
import { ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput } from "../commands/ListTranscriptionJobsCommand";
|
|
34
|
-
import { ListVocabulariesCommandInput, ListVocabulariesCommandOutput } from "../commands/ListVocabulariesCommand";
|
|
35
|
-
import { ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput } from "../commands/ListVocabularyFiltersCommand";
|
|
36
|
-
import { StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput } from "../commands/StartCallAnalyticsJobCommand";
|
|
37
|
-
import { StartMedicalScribeJobCommandInput, StartMedicalScribeJobCommandOutput } from "../commands/StartMedicalScribeJobCommand";
|
|
38
|
-
import { StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput } from "../commands/StartMedicalTranscriptionJobCommand";
|
|
39
|
-
import { StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput } from "../commands/StartTranscriptionJobCommand";
|
|
40
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
41
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
42
|
-
import { UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput } from "../commands/UpdateCallAnalyticsCategoryCommand";
|
|
43
|
-
import { UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput } from "../commands/UpdateMedicalVocabularyCommand";
|
|
44
|
-
import { UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput } from "../commands/UpdateVocabularyCommand";
|
|
45
|
-
import { UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput } from "../commands/UpdateVocabularyFilterCommand";
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_json1_1CreateCallAnalyticsCategoryCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_CreateCallAnalyticsCategoryCommand: (input: CreateCallAnalyticsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_json1_1CreateLanguageModelCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_CreateLanguageModelCommand: (input: CreateLanguageModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_json1_1CreateMedicalVocabularyCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_CreateMedicalVocabularyCommand: (input: CreateMedicalVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_json1_1CreateVocabularyCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_CreateVocabularyCommand: (input: CreateVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_json1_1CreateVocabularyFilterCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_CreateVocabularyFilterCommand: (input: CreateVocabularyFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_json1_1DeleteCallAnalyticsCategoryCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_DeleteCallAnalyticsCategoryCommand: (input: DeleteCallAnalyticsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_json1_1DeleteCallAnalyticsJobCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_DeleteCallAnalyticsJobCommand: (input: DeleteCallAnalyticsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_json1_1DeleteLanguageModelCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_DeleteLanguageModelCommand: (input: DeleteLanguageModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_json1_1DeleteMedicalScribeJobCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_DeleteMedicalScribeJobCommand: (input: DeleteMedicalScribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_json1_1DeleteMedicalTranscriptionJobCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_DeleteMedicalTranscriptionJobCommand: (input: DeleteMedicalTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_json1_1DeleteMedicalVocabularyCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_DeleteMedicalVocabularyCommand: (input: DeleteMedicalVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_json1_1DeleteTranscriptionJobCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_DeleteTranscriptionJobCommand: (input: DeleteTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_json1_1DeleteVocabularyCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_DeleteVocabularyCommand: (input: DeleteVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_json1_1DeleteVocabularyFilterCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_DeleteVocabularyFilterCommand: (input: DeleteVocabularyFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_json1_1DescribeLanguageModelCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_DescribeLanguageModelCommand: (input: DescribeLanguageModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_json1_1GetCallAnalyticsCategoryCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_GetCallAnalyticsCategoryCommand: (input: GetCallAnalyticsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_json1_1GetCallAnalyticsJobCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_GetCallAnalyticsJobCommand: (input: GetCallAnalyticsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_json1_1GetMedicalScribeJobCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_GetMedicalScribeJobCommand: (input: GetMedicalScribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_json1_1GetMedicalTranscriptionJobCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_GetMedicalTranscriptionJobCommand: (input: GetMedicalTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_json1_1GetMedicalVocabularyCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_GetMedicalVocabularyCommand: (input: GetMedicalVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_json1_1GetTranscriptionJobCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_GetTranscriptionJobCommand: (input: GetTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_json1_1GetVocabularyCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_GetVocabularyCommand: (input: GetVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_json1_1GetVocabularyFilterCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_GetVocabularyFilterCommand: (input: GetVocabularyFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_json1_1ListCallAnalyticsCategoriesCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_ListCallAnalyticsCategoriesCommand: (input: ListCallAnalyticsCategoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_json1_1ListCallAnalyticsJobsCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_ListCallAnalyticsJobsCommand: (input: ListCallAnalyticsJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_json1_1ListLanguageModelsCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_ListLanguageModelsCommand: (input: ListLanguageModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_json1_1ListMedicalScribeJobsCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_ListMedicalScribeJobsCommand: (input: ListMedicalScribeJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_json1_1ListMedicalTranscriptionJobsCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_ListMedicalTranscriptionJobsCommand: (input: ListMedicalTranscriptionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* serializeAws_json1_1ListMedicalVocabulariesCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const se_ListMedicalVocabulariesCommand: (input: ListMedicalVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
/**
|
|
163
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
/**
|
|
167
|
-
* serializeAws_json1_1ListTranscriptionJobsCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const se_ListTranscriptionJobsCommand: (input: ListTranscriptionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
/**
|
|
171
|
-
* serializeAws_json1_1ListVocabulariesCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const se_ListVocabulariesCommand: (input: ListVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
/**
|
|
175
|
-
* serializeAws_json1_1ListVocabularyFiltersCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const se_ListVocabularyFiltersCommand: (input: ListVocabularyFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
/**
|
|
179
|
-
* serializeAws_json1_1StartCallAnalyticsJobCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const se_StartCallAnalyticsJobCommand: (input: StartCallAnalyticsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
/**
|
|
183
|
-
* serializeAws_json1_1StartMedicalScribeJobCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const se_StartMedicalScribeJobCommand: (input: StartMedicalScribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
/**
|
|
187
|
-
* serializeAws_json1_1StartMedicalTranscriptionJobCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const se_StartMedicalTranscriptionJobCommand: (input: StartMedicalTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
/**
|
|
191
|
-
* serializeAws_json1_1StartTranscriptionJobCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const se_StartTranscriptionJobCommand: (input: StartTranscriptionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
-
/**
|
|
195
|
-
* serializeAws_json1_1TagResourceCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
-
/**
|
|
199
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
-
/**
|
|
203
|
-
* serializeAws_json1_1UpdateCallAnalyticsCategoryCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const se_UpdateCallAnalyticsCategoryCommand: (input: UpdateCallAnalyticsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
-
/**
|
|
207
|
-
* serializeAws_json1_1UpdateMedicalVocabularyCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const se_UpdateMedicalVocabularyCommand: (input: UpdateMedicalVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
-
/**
|
|
211
|
-
* serializeAws_json1_1UpdateVocabularyCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const se_UpdateVocabularyCommand: (input: UpdateVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
-
/**
|
|
215
|
-
* serializeAws_json1_1UpdateVocabularyFilterCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const se_UpdateVocabularyFilterCommand: (input: UpdateVocabularyFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_json1_1CreateCallAnalyticsCategoryCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_CreateCallAnalyticsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCallAnalyticsCategoryCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_json1_1CreateLanguageModelCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_CreateLanguageModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLanguageModelCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_json1_1CreateMedicalVocabularyCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_CreateMedicalVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMedicalVocabularyCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_json1_1CreateVocabularyCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_CreateVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVocabularyCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_json1_1CreateVocabularyFilterCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_CreateVocabularyFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVocabularyFilterCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_json1_1DeleteCallAnalyticsCategoryCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_DeleteCallAnalyticsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCallAnalyticsCategoryCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_json1_1DeleteCallAnalyticsJobCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_DeleteCallAnalyticsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCallAnalyticsJobCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* deserializeAws_json1_1DeleteLanguageModelCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const de_DeleteLanguageModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLanguageModelCommandOutput>;
|
|
250
|
-
/**
|
|
251
|
-
* deserializeAws_json1_1DeleteMedicalScribeJobCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const de_DeleteMedicalScribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMedicalScribeJobCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* deserializeAws_json1_1DeleteMedicalTranscriptionJobCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const de_DeleteMedicalTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMedicalTranscriptionJobCommandOutput>;
|
|
258
|
-
/**
|
|
259
|
-
* deserializeAws_json1_1DeleteMedicalVocabularyCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const de_DeleteMedicalVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMedicalVocabularyCommandOutput>;
|
|
262
|
-
/**
|
|
263
|
-
* deserializeAws_json1_1DeleteTranscriptionJobCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const de_DeleteTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTranscriptionJobCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* deserializeAws_json1_1DeleteVocabularyCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const de_DeleteVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVocabularyCommandOutput>;
|
|
270
|
-
/**
|
|
271
|
-
* deserializeAws_json1_1DeleteVocabularyFilterCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const de_DeleteVocabularyFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVocabularyFilterCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* deserializeAws_json1_1DescribeLanguageModelCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const de_DescribeLanguageModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLanguageModelCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* deserializeAws_json1_1GetCallAnalyticsCategoryCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const de_GetCallAnalyticsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallAnalyticsCategoryCommandOutput>;
|
|
282
|
-
/**
|
|
283
|
-
* deserializeAws_json1_1GetCallAnalyticsJobCommand
|
|
284
|
-
*/
|
|
285
|
-
export declare const de_GetCallAnalyticsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallAnalyticsJobCommandOutput>;
|
|
286
|
-
/**
|
|
287
|
-
* deserializeAws_json1_1GetMedicalScribeJobCommand
|
|
288
|
-
*/
|
|
289
|
-
export declare const de_GetMedicalScribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMedicalScribeJobCommandOutput>;
|
|
290
|
-
/**
|
|
291
|
-
* deserializeAws_json1_1GetMedicalTranscriptionJobCommand
|
|
292
|
-
*/
|
|
293
|
-
export declare const de_GetMedicalTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMedicalTranscriptionJobCommandOutput>;
|
|
294
|
-
/**
|
|
295
|
-
* deserializeAws_json1_1GetMedicalVocabularyCommand
|
|
296
|
-
*/
|
|
297
|
-
export declare const de_GetMedicalVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMedicalVocabularyCommandOutput>;
|
|
298
|
-
/**
|
|
299
|
-
* deserializeAws_json1_1GetTranscriptionJobCommand
|
|
300
|
-
*/
|
|
301
|
-
export declare const de_GetTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTranscriptionJobCommandOutput>;
|
|
302
|
-
/**
|
|
303
|
-
* deserializeAws_json1_1GetVocabularyCommand
|
|
304
|
-
*/
|
|
305
|
-
export declare const de_GetVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVocabularyCommandOutput>;
|
|
306
|
-
/**
|
|
307
|
-
* deserializeAws_json1_1GetVocabularyFilterCommand
|
|
308
|
-
*/
|
|
309
|
-
export declare const de_GetVocabularyFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVocabularyFilterCommandOutput>;
|
|
310
|
-
/**
|
|
311
|
-
* deserializeAws_json1_1ListCallAnalyticsCategoriesCommand
|
|
312
|
-
*/
|
|
313
|
-
export declare const de_ListCallAnalyticsCategoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCallAnalyticsCategoriesCommandOutput>;
|
|
314
|
-
/**
|
|
315
|
-
* deserializeAws_json1_1ListCallAnalyticsJobsCommand
|
|
316
|
-
*/
|
|
317
|
-
export declare const de_ListCallAnalyticsJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCallAnalyticsJobsCommandOutput>;
|
|
318
|
-
/**
|
|
319
|
-
* deserializeAws_json1_1ListLanguageModelsCommand
|
|
320
|
-
*/
|
|
321
|
-
export declare const de_ListLanguageModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLanguageModelsCommandOutput>;
|
|
322
|
-
/**
|
|
323
|
-
* deserializeAws_json1_1ListMedicalScribeJobsCommand
|
|
324
|
-
*/
|
|
325
|
-
export declare const de_ListMedicalScribeJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMedicalScribeJobsCommandOutput>;
|
|
326
|
-
/**
|
|
327
|
-
* deserializeAws_json1_1ListMedicalTranscriptionJobsCommand
|
|
328
|
-
*/
|
|
329
|
-
export declare const de_ListMedicalTranscriptionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMedicalTranscriptionJobsCommandOutput>;
|
|
330
|
-
/**
|
|
331
|
-
* deserializeAws_json1_1ListMedicalVocabulariesCommand
|
|
332
|
-
*/
|
|
333
|
-
export declare const de_ListMedicalVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMedicalVocabulariesCommandOutput>;
|
|
334
|
-
/**
|
|
335
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
336
|
-
*/
|
|
337
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
338
|
-
/**
|
|
339
|
-
* deserializeAws_json1_1ListTranscriptionJobsCommand
|
|
340
|
-
*/
|
|
341
|
-
export declare const de_ListTranscriptionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTranscriptionJobsCommandOutput>;
|
|
342
|
-
/**
|
|
343
|
-
* deserializeAws_json1_1ListVocabulariesCommand
|
|
344
|
-
*/
|
|
345
|
-
export declare const de_ListVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVocabulariesCommandOutput>;
|
|
346
|
-
/**
|
|
347
|
-
* deserializeAws_json1_1ListVocabularyFiltersCommand
|
|
348
|
-
*/
|
|
349
|
-
export declare const de_ListVocabularyFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVocabularyFiltersCommandOutput>;
|
|
350
|
-
/**
|
|
351
|
-
* deserializeAws_json1_1StartCallAnalyticsJobCommand
|
|
352
|
-
*/
|
|
353
|
-
export declare const de_StartCallAnalyticsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCallAnalyticsJobCommandOutput>;
|
|
354
|
-
/**
|
|
355
|
-
* deserializeAws_json1_1StartMedicalScribeJobCommand
|
|
356
|
-
*/
|
|
357
|
-
export declare const de_StartMedicalScribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMedicalScribeJobCommandOutput>;
|
|
358
|
-
/**
|
|
359
|
-
* deserializeAws_json1_1StartMedicalTranscriptionJobCommand
|
|
360
|
-
*/
|
|
361
|
-
export declare const de_StartMedicalTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMedicalTranscriptionJobCommandOutput>;
|
|
362
|
-
/**
|
|
363
|
-
* deserializeAws_json1_1StartTranscriptionJobCommand
|
|
364
|
-
*/
|
|
365
|
-
export declare const de_StartTranscriptionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTranscriptionJobCommandOutput>;
|
|
366
|
-
/**
|
|
367
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
368
|
-
*/
|
|
369
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
370
|
-
/**
|
|
371
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
372
|
-
*/
|
|
373
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
374
|
-
/**
|
|
375
|
-
* deserializeAws_json1_1UpdateCallAnalyticsCategoryCommand
|
|
376
|
-
*/
|
|
377
|
-
export declare const de_UpdateCallAnalyticsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCallAnalyticsCategoryCommandOutput>;
|
|
378
|
-
/**
|
|
379
|
-
* deserializeAws_json1_1UpdateMedicalVocabularyCommand
|
|
380
|
-
*/
|
|
381
|
-
export declare const de_UpdateMedicalVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMedicalVocabularyCommandOutput>;
|
|
382
|
-
/**
|
|
383
|
-
* deserializeAws_json1_1UpdateVocabularyCommand
|
|
384
|
-
*/
|
|
385
|
-
export declare const de_UpdateVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVocabularyCommandOutput>;
|
|
386
|
-
/**
|
|
387
|
-
* deserializeAws_json1_1UpdateVocabularyFilterCommand
|
|
388
|
-
*/
|
|
389
|
-
export declare const de_UpdateVocabularyFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVocabularyFilterCommandOutput>;
|