@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Transcribe.d.ts +706 -200
- package/dist-types/ts3.4/TranscribeClient.d.ts +363 -112
- package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1553 -1452
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCallAnalyticsJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLanguageModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMedicalVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTranscriptionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVocabularyFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,119 +1,473 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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>;
|