@aws-sdk/client-transcribe 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/Transcribe.d.ts +667 -200
- package/dist-types/ts3.4/TranscribeClient.d.ts +338 -112
- package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1118 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,112 +1,338 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateCallAnalyticsCategoryCommandInput,
|
|
47
|
+
CreateCallAnalyticsCategoryCommandOutput,
|
|
48
|
+
} from "./commands/CreateCallAnalyticsCategoryCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateLanguageModelCommandInput,
|
|
51
|
+
CreateLanguageModelCommandOutput,
|
|
52
|
+
} from "./commands/CreateLanguageModelCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateMedicalVocabularyCommandInput,
|
|
55
|
+
CreateMedicalVocabularyCommandOutput,
|
|
56
|
+
} from "./commands/CreateMedicalVocabularyCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateVocabularyCommandInput,
|
|
59
|
+
CreateVocabularyCommandOutput,
|
|
60
|
+
} from "./commands/CreateVocabularyCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateVocabularyFilterCommandInput,
|
|
63
|
+
CreateVocabularyFilterCommandOutput,
|
|
64
|
+
} from "./commands/CreateVocabularyFilterCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteCallAnalyticsCategoryCommandInput,
|
|
67
|
+
DeleteCallAnalyticsCategoryCommandOutput,
|
|
68
|
+
} from "./commands/DeleteCallAnalyticsCategoryCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteCallAnalyticsJobCommandInput,
|
|
71
|
+
DeleteCallAnalyticsJobCommandOutput,
|
|
72
|
+
} from "./commands/DeleteCallAnalyticsJobCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteLanguageModelCommandInput,
|
|
75
|
+
DeleteLanguageModelCommandOutput,
|
|
76
|
+
} from "./commands/DeleteLanguageModelCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteMedicalTranscriptionJobCommandInput,
|
|
79
|
+
DeleteMedicalTranscriptionJobCommandOutput,
|
|
80
|
+
} from "./commands/DeleteMedicalTranscriptionJobCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteMedicalVocabularyCommandInput,
|
|
83
|
+
DeleteMedicalVocabularyCommandOutput,
|
|
84
|
+
} from "./commands/DeleteMedicalVocabularyCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteTranscriptionJobCommandInput,
|
|
87
|
+
DeleteTranscriptionJobCommandOutput,
|
|
88
|
+
} from "./commands/DeleteTranscriptionJobCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteVocabularyCommandInput,
|
|
91
|
+
DeleteVocabularyCommandOutput,
|
|
92
|
+
} from "./commands/DeleteVocabularyCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteVocabularyFilterCommandInput,
|
|
95
|
+
DeleteVocabularyFilterCommandOutput,
|
|
96
|
+
} from "./commands/DeleteVocabularyFilterCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeLanguageModelCommandInput,
|
|
99
|
+
DescribeLanguageModelCommandOutput,
|
|
100
|
+
} from "./commands/DescribeLanguageModelCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetCallAnalyticsCategoryCommandInput,
|
|
103
|
+
GetCallAnalyticsCategoryCommandOutput,
|
|
104
|
+
} from "./commands/GetCallAnalyticsCategoryCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetCallAnalyticsJobCommandInput,
|
|
107
|
+
GetCallAnalyticsJobCommandOutput,
|
|
108
|
+
} from "./commands/GetCallAnalyticsJobCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetMedicalTranscriptionJobCommandInput,
|
|
111
|
+
GetMedicalTranscriptionJobCommandOutput,
|
|
112
|
+
} from "./commands/GetMedicalTranscriptionJobCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetMedicalVocabularyCommandInput,
|
|
115
|
+
GetMedicalVocabularyCommandOutput,
|
|
116
|
+
} from "./commands/GetMedicalVocabularyCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetTranscriptionJobCommandInput,
|
|
119
|
+
GetTranscriptionJobCommandOutput,
|
|
120
|
+
} from "./commands/GetTranscriptionJobCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetVocabularyCommandInput,
|
|
123
|
+
GetVocabularyCommandOutput,
|
|
124
|
+
} from "./commands/GetVocabularyCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetVocabularyFilterCommandInput,
|
|
127
|
+
GetVocabularyFilterCommandOutput,
|
|
128
|
+
} from "./commands/GetVocabularyFilterCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListCallAnalyticsCategoriesCommandInput,
|
|
131
|
+
ListCallAnalyticsCategoriesCommandOutput,
|
|
132
|
+
} from "./commands/ListCallAnalyticsCategoriesCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListCallAnalyticsJobsCommandInput,
|
|
135
|
+
ListCallAnalyticsJobsCommandOutput,
|
|
136
|
+
} from "./commands/ListCallAnalyticsJobsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListLanguageModelsCommandInput,
|
|
139
|
+
ListLanguageModelsCommandOutput,
|
|
140
|
+
} from "./commands/ListLanguageModelsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListMedicalTranscriptionJobsCommandInput,
|
|
143
|
+
ListMedicalTranscriptionJobsCommandOutput,
|
|
144
|
+
} from "./commands/ListMedicalTranscriptionJobsCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListMedicalVocabulariesCommandInput,
|
|
147
|
+
ListMedicalVocabulariesCommandOutput,
|
|
148
|
+
} from "./commands/ListMedicalVocabulariesCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListTagsForResourceCommandInput,
|
|
151
|
+
ListTagsForResourceCommandOutput,
|
|
152
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListTranscriptionJobsCommandInput,
|
|
155
|
+
ListTranscriptionJobsCommandOutput,
|
|
156
|
+
} from "./commands/ListTranscriptionJobsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListVocabulariesCommandInput,
|
|
159
|
+
ListVocabulariesCommandOutput,
|
|
160
|
+
} from "./commands/ListVocabulariesCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListVocabularyFiltersCommandInput,
|
|
163
|
+
ListVocabularyFiltersCommandOutput,
|
|
164
|
+
} from "./commands/ListVocabularyFiltersCommand";
|
|
165
|
+
import {
|
|
166
|
+
StartCallAnalyticsJobCommandInput,
|
|
167
|
+
StartCallAnalyticsJobCommandOutput,
|
|
168
|
+
} from "./commands/StartCallAnalyticsJobCommand";
|
|
169
|
+
import {
|
|
170
|
+
StartMedicalTranscriptionJobCommandInput,
|
|
171
|
+
StartMedicalTranscriptionJobCommandOutput,
|
|
172
|
+
} from "./commands/StartMedicalTranscriptionJobCommand";
|
|
173
|
+
import {
|
|
174
|
+
StartTranscriptionJobCommandInput,
|
|
175
|
+
StartTranscriptionJobCommandOutput,
|
|
176
|
+
} from "./commands/StartTranscriptionJobCommand";
|
|
177
|
+
import {
|
|
178
|
+
TagResourceCommandInput,
|
|
179
|
+
TagResourceCommandOutput,
|
|
180
|
+
} from "./commands/TagResourceCommand";
|
|
181
|
+
import {
|
|
182
|
+
UntagResourceCommandInput,
|
|
183
|
+
UntagResourceCommandOutput,
|
|
184
|
+
} from "./commands/UntagResourceCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdateCallAnalyticsCategoryCommandInput,
|
|
187
|
+
UpdateCallAnalyticsCategoryCommandOutput,
|
|
188
|
+
} from "./commands/UpdateCallAnalyticsCategoryCommand";
|
|
189
|
+
import {
|
|
190
|
+
UpdateMedicalVocabularyCommandInput,
|
|
191
|
+
UpdateMedicalVocabularyCommandOutput,
|
|
192
|
+
} from "./commands/UpdateMedicalVocabularyCommand";
|
|
193
|
+
import {
|
|
194
|
+
UpdateVocabularyCommandInput,
|
|
195
|
+
UpdateVocabularyCommandOutput,
|
|
196
|
+
} from "./commands/UpdateVocabularyCommand";
|
|
197
|
+
import {
|
|
198
|
+
UpdateVocabularyFilterCommandInput,
|
|
199
|
+
UpdateVocabularyFilterCommandOutput,
|
|
200
|
+
} from "./commands/UpdateVocabularyFilterCommand";
|
|
201
|
+
export declare type ServiceInputTypes =
|
|
202
|
+
| CreateCallAnalyticsCategoryCommandInput
|
|
203
|
+
| CreateLanguageModelCommandInput
|
|
204
|
+
| CreateMedicalVocabularyCommandInput
|
|
205
|
+
| CreateVocabularyCommandInput
|
|
206
|
+
| CreateVocabularyFilterCommandInput
|
|
207
|
+
| DeleteCallAnalyticsCategoryCommandInput
|
|
208
|
+
| DeleteCallAnalyticsJobCommandInput
|
|
209
|
+
| DeleteLanguageModelCommandInput
|
|
210
|
+
| DeleteMedicalTranscriptionJobCommandInput
|
|
211
|
+
| DeleteMedicalVocabularyCommandInput
|
|
212
|
+
| DeleteTranscriptionJobCommandInput
|
|
213
|
+
| DeleteVocabularyCommandInput
|
|
214
|
+
| DeleteVocabularyFilterCommandInput
|
|
215
|
+
| DescribeLanguageModelCommandInput
|
|
216
|
+
| GetCallAnalyticsCategoryCommandInput
|
|
217
|
+
| GetCallAnalyticsJobCommandInput
|
|
218
|
+
| GetMedicalTranscriptionJobCommandInput
|
|
219
|
+
| GetMedicalVocabularyCommandInput
|
|
220
|
+
| GetTranscriptionJobCommandInput
|
|
221
|
+
| GetVocabularyCommandInput
|
|
222
|
+
| GetVocabularyFilterCommandInput
|
|
223
|
+
| ListCallAnalyticsCategoriesCommandInput
|
|
224
|
+
| ListCallAnalyticsJobsCommandInput
|
|
225
|
+
| ListLanguageModelsCommandInput
|
|
226
|
+
| ListMedicalTranscriptionJobsCommandInput
|
|
227
|
+
| ListMedicalVocabulariesCommandInput
|
|
228
|
+
| ListTagsForResourceCommandInput
|
|
229
|
+
| ListTranscriptionJobsCommandInput
|
|
230
|
+
| ListVocabulariesCommandInput
|
|
231
|
+
| ListVocabularyFiltersCommandInput
|
|
232
|
+
| StartCallAnalyticsJobCommandInput
|
|
233
|
+
| StartMedicalTranscriptionJobCommandInput
|
|
234
|
+
| StartTranscriptionJobCommandInput
|
|
235
|
+
| TagResourceCommandInput
|
|
236
|
+
| UntagResourceCommandInput
|
|
237
|
+
| UpdateCallAnalyticsCategoryCommandInput
|
|
238
|
+
| UpdateMedicalVocabularyCommandInput
|
|
239
|
+
| UpdateVocabularyCommandInput
|
|
240
|
+
| UpdateVocabularyFilterCommandInput;
|
|
241
|
+
export declare type ServiceOutputTypes =
|
|
242
|
+
| CreateCallAnalyticsCategoryCommandOutput
|
|
243
|
+
| CreateLanguageModelCommandOutput
|
|
244
|
+
| CreateMedicalVocabularyCommandOutput
|
|
245
|
+
| CreateVocabularyCommandOutput
|
|
246
|
+
| CreateVocabularyFilterCommandOutput
|
|
247
|
+
| DeleteCallAnalyticsCategoryCommandOutput
|
|
248
|
+
| DeleteCallAnalyticsJobCommandOutput
|
|
249
|
+
| DeleteLanguageModelCommandOutput
|
|
250
|
+
| DeleteMedicalTranscriptionJobCommandOutput
|
|
251
|
+
| DeleteMedicalVocabularyCommandOutput
|
|
252
|
+
| DeleteTranscriptionJobCommandOutput
|
|
253
|
+
| DeleteVocabularyCommandOutput
|
|
254
|
+
| DeleteVocabularyFilterCommandOutput
|
|
255
|
+
| DescribeLanguageModelCommandOutput
|
|
256
|
+
| GetCallAnalyticsCategoryCommandOutput
|
|
257
|
+
| GetCallAnalyticsJobCommandOutput
|
|
258
|
+
| GetMedicalTranscriptionJobCommandOutput
|
|
259
|
+
| GetMedicalVocabularyCommandOutput
|
|
260
|
+
| GetTranscriptionJobCommandOutput
|
|
261
|
+
| GetVocabularyCommandOutput
|
|
262
|
+
| GetVocabularyFilterCommandOutput
|
|
263
|
+
| ListCallAnalyticsCategoriesCommandOutput
|
|
264
|
+
| ListCallAnalyticsJobsCommandOutput
|
|
265
|
+
| ListLanguageModelsCommandOutput
|
|
266
|
+
| ListMedicalTranscriptionJobsCommandOutput
|
|
267
|
+
| ListMedicalVocabulariesCommandOutput
|
|
268
|
+
| ListTagsForResourceCommandOutput
|
|
269
|
+
| ListTranscriptionJobsCommandOutput
|
|
270
|
+
| ListVocabulariesCommandOutput
|
|
271
|
+
| ListVocabularyFiltersCommandOutput
|
|
272
|
+
| StartCallAnalyticsJobCommandOutput
|
|
273
|
+
| StartMedicalTranscriptionJobCommandOutput
|
|
274
|
+
| StartTranscriptionJobCommandOutput
|
|
275
|
+
| TagResourceCommandOutput
|
|
276
|
+
| UntagResourceCommandOutput
|
|
277
|
+
| UpdateCallAnalyticsCategoryCommandOutput
|
|
278
|
+
| UpdateMedicalVocabularyCommandOutput
|
|
279
|
+
| UpdateVocabularyCommandOutput
|
|
280
|
+
| UpdateVocabularyFilterCommandOutput;
|
|
281
|
+
export interface ClientDefaults
|
|
282
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
283
|
+
requestHandler?: __HttpHandler;
|
|
284
|
+
sha256?: __HashConstructor;
|
|
285
|
+
urlParser?: __UrlParser;
|
|
286
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
287
|
+
streamCollector?: __StreamCollector;
|
|
288
|
+
base64Decoder?: __Decoder;
|
|
289
|
+
base64Encoder?: __Encoder;
|
|
290
|
+
utf8Decoder?: __Decoder;
|
|
291
|
+
utf8Encoder?: __Encoder;
|
|
292
|
+
runtime?: string;
|
|
293
|
+
disableHostPrefix?: boolean;
|
|
294
|
+
maxAttempts?: number | __Provider<number>;
|
|
295
|
+
retryMode?: string | __Provider<string>;
|
|
296
|
+
logger?: __Logger;
|
|
297
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
298
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
299
|
+
serviceId?: string;
|
|
300
|
+
region?: string | __Provider<string>;
|
|
301
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
302
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
303
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
304
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
305
|
+
}
|
|
306
|
+
declare type TranscribeClientConfigType = Partial<
|
|
307
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
308
|
+
> &
|
|
309
|
+
ClientDefaults &
|
|
310
|
+
RegionInputConfig &
|
|
311
|
+
EndpointsInputConfig &
|
|
312
|
+
RetryInputConfig &
|
|
313
|
+
HostHeaderInputConfig &
|
|
314
|
+
AwsAuthInputConfig &
|
|
315
|
+
UserAgentInputConfig;
|
|
316
|
+
export interface TranscribeClientConfig extends TranscribeClientConfigType {}
|
|
317
|
+
declare type TranscribeClientResolvedConfigType =
|
|
318
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
319
|
+
Required<ClientDefaults> &
|
|
320
|
+
RegionResolvedConfig &
|
|
321
|
+
EndpointsResolvedConfig &
|
|
322
|
+
RetryResolvedConfig &
|
|
323
|
+
HostHeaderResolvedConfig &
|
|
324
|
+
AwsAuthResolvedConfig &
|
|
325
|
+
UserAgentResolvedConfig;
|
|
326
|
+
export interface TranscribeClientResolvedConfig
|
|
327
|
+
extends TranscribeClientResolvedConfigType {}
|
|
328
|
+
export declare class TranscribeClient extends __Client<
|
|
329
|
+
__HttpHandlerOptions,
|
|
330
|
+
ServiceInputTypes,
|
|
331
|
+
ServiceOutputTypes,
|
|
332
|
+
TranscribeClientResolvedConfig
|
|
333
|
+
> {
|
|
334
|
+
readonly config: TranscribeClientResolvedConfig;
|
|
335
|
+
constructor(configuration: TranscribeClientConfig);
|
|
336
|
+
destroy(): void;
|
|
337
|
+
}
|
|
338
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateCallAnalyticsCategoryRequest,
|
|
10
|
+
CreateCallAnalyticsCategoryResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TranscribeClientResolvedConfig,
|
|
16
|
+
} from "../TranscribeClient";
|
|
17
|
+
export interface CreateCallAnalyticsCategoryCommandInput
|
|
18
|
+
extends CreateCallAnalyticsCategoryRequest {}
|
|
19
|
+
export interface CreateCallAnalyticsCategoryCommandOutput
|
|
20
|
+
extends CreateCallAnalyticsCategoryResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateCallAnalyticsCategoryCommand extends $Command<
|
|
23
|
+
CreateCallAnalyticsCategoryCommandInput,
|
|
24
|
+
CreateCallAnalyticsCategoryCommandOutput,
|
|
25
|
+
TranscribeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateCallAnalyticsCategoryCommandInput;
|
|
28
|
+
constructor(input: CreateCallAnalyticsCategoryCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: TranscribeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateCallAnalyticsCategoryCommandInput,
|
|
35
|
+
CreateCallAnalyticsCategoryCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateLanguageModelRequest,
|
|
10
|
+
CreateLanguageModelResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TranscribeClientResolvedConfig,
|
|
16
|
+
} from "../TranscribeClient";
|
|
17
|
+
export interface CreateLanguageModelCommandInput
|
|
18
|
+
extends CreateLanguageModelRequest {}
|
|
19
|
+
export interface CreateLanguageModelCommandOutput
|
|
20
|
+
extends CreateLanguageModelResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateLanguageModelCommand extends $Command<
|
|
23
|
+
CreateLanguageModelCommandInput,
|
|
24
|
+
CreateLanguageModelCommandOutput,
|
|
25
|
+
TranscribeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateLanguageModelCommandInput;
|
|
28
|
+
constructor(input: CreateLanguageModelCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: TranscribeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateMedicalVocabularyRequest,
|
|
10
|
+
CreateMedicalVocabularyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
TranscribeClientResolvedConfig,
|
|
16
|
+
} from "../TranscribeClient";
|
|
17
|
+
export interface CreateMedicalVocabularyCommandInput
|
|
18
|
+
extends CreateMedicalVocabularyRequest {}
|
|
19
|
+
export interface CreateMedicalVocabularyCommandOutput
|
|
20
|
+
extends CreateMedicalVocabularyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateMedicalVocabularyCommand extends $Command<
|
|
23
|
+
CreateMedicalVocabularyCommandInput,
|
|
24
|
+
CreateMedicalVocabularyCommandOutput,
|
|
25
|
+
TranscribeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateMedicalVocabularyCommandInput;
|
|
28
|
+
constructor(input: CreateMedicalVocabularyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: TranscribeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateMedicalVocabularyCommandInput,
|
|
35
|
+
CreateMedicalVocabularyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|