@aws-sdk/client-transcribe 3.168.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 +16 -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,112 +1,363 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput } from "./commands/CreateCallAnalyticsCategoryCommand";
10
- import { CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput } from "./commands/CreateLanguageModelCommand";
11
- import { CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput } from "./commands/CreateMedicalVocabularyCommand";
12
- import { CreateVocabularyCommandInput, CreateVocabularyCommandOutput } from "./commands/CreateVocabularyCommand";
13
- import { CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput } from "./commands/CreateVocabularyFilterCommand";
14
- import { DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput } from "./commands/DeleteCallAnalyticsCategoryCommand";
15
- import { DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput } from "./commands/DeleteCallAnalyticsJobCommand";
16
- import { DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput } from "./commands/DeleteLanguageModelCommand";
17
- import { DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput } from "./commands/DeleteMedicalTranscriptionJobCommand";
18
- import { DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput } from "./commands/DeleteMedicalVocabularyCommand";
19
- import { DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput } from "./commands/DeleteTranscriptionJobCommand";
20
- import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "./commands/DeleteVocabularyCommand";
21
- import { DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput } from "./commands/DeleteVocabularyFilterCommand";
22
- import { DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput } from "./commands/DescribeLanguageModelCommand";
23
- import { GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput } from "./commands/GetCallAnalyticsCategoryCommand";
24
- import { GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput } from "./commands/GetCallAnalyticsJobCommand";
25
- import { GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput } from "./commands/GetMedicalTranscriptionJobCommand";
26
- import { GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput } from "./commands/GetMedicalVocabularyCommand";
27
- import { GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput } from "./commands/GetTranscriptionJobCommand";
28
- import { GetVocabularyCommandInput, GetVocabularyCommandOutput } from "./commands/GetVocabularyCommand";
29
- import { GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput } from "./commands/GetVocabularyFilterCommand";
30
- import { ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput } from "./commands/ListCallAnalyticsCategoriesCommand";
31
- import { ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput } from "./commands/ListCallAnalyticsJobsCommand";
32
- import { ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput } from "./commands/ListLanguageModelsCommand";
33
- import { ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput } from "./commands/ListMedicalTranscriptionJobsCommand";
34
- import { ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput } from "./commands/ListMedicalVocabulariesCommand";
35
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
36
- import { ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput } from "./commands/ListTranscriptionJobsCommand";
37
- import { ListVocabulariesCommandInput, ListVocabulariesCommandOutput } from "./commands/ListVocabulariesCommand";
38
- import { ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput } from "./commands/ListVocabularyFiltersCommand";
39
- import { StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput } from "./commands/StartCallAnalyticsJobCommand";
40
- import { StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput } from "./commands/StartMedicalTranscriptionJobCommand";
41
- import { StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput } from "./commands/StartTranscriptionJobCommand";
42
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
43
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
44
- import { UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput } from "./commands/UpdateCallAnalyticsCategoryCommand";
45
- import { UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput } from "./commands/UpdateMedicalVocabularyCommand";
46
- import { UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput } from "./commands/UpdateVocabularyCommand";
47
- import { UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput } from "./commands/UpdateVocabularyFilterCommand";
48
- export declare type ServiceInputTypes = CreateCallAnalyticsCategoryCommandInput | CreateLanguageModelCommandInput | CreateMedicalVocabularyCommandInput | CreateVocabularyCommandInput | CreateVocabularyFilterCommandInput | DeleteCallAnalyticsCategoryCommandInput | DeleteCallAnalyticsJobCommandInput | DeleteLanguageModelCommandInput | DeleteMedicalTranscriptionJobCommandInput | DeleteMedicalVocabularyCommandInput | DeleteTranscriptionJobCommandInput | DeleteVocabularyCommandInput | DeleteVocabularyFilterCommandInput | DescribeLanguageModelCommandInput | GetCallAnalyticsCategoryCommandInput | GetCallAnalyticsJobCommandInput | GetMedicalTranscriptionJobCommandInput | GetMedicalVocabularyCommandInput | GetTranscriptionJobCommandInput | GetVocabularyCommandInput | GetVocabularyFilterCommandInput | ListCallAnalyticsCategoriesCommandInput | ListCallAnalyticsJobsCommandInput | ListLanguageModelsCommandInput | ListMedicalTranscriptionJobsCommandInput | ListMedicalVocabulariesCommandInput | ListTagsForResourceCommandInput | ListTranscriptionJobsCommandInput | ListVocabulariesCommandInput | ListVocabularyFiltersCommandInput | StartCallAnalyticsJobCommandInput | StartMedicalTranscriptionJobCommandInput | StartTranscriptionJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCallAnalyticsCategoryCommandInput | UpdateMedicalVocabularyCommandInput | UpdateVocabularyCommandInput | UpdateVocabularyFilterCommandInput;
49
- export declare type ServiceOutputTypes = CreateCallAnalyticsCategoryCommandOutput | CreateLanguageModelCommandOutput | CreateMedicalVocabularyCommandOutput | CreateVocabularyCommandOutput | CreateVocabularyFilterCommandOutput | DeleteCallAnalyticsCategoryCommandOutput | DeleteCallAnalyticsJobCommandOutput | DeleteLanguageModelCommandOutput | DeleteMedicalTranscriptionJobCommandOutput | DeleteMedicalVocabularyCommandOutput | DeleteTranscriptionJobCommandOutput | DeleteVocabularyCommandOutput | DeleteVocabularyFilterCommandOutput | DescribeLanguageModelCommandOutput | GetCallAnalyticsCategoryCommandOutput | GetCallAnalyticsJobCommandOutput | GetMedicalTranscriptionJobCommandOutput | GetMedicalVocabularyCommandOutput | GetTranscriptionJobCommandOutput | GetVocabularyCommandOutput | GetVocabularyFilterCommandOutput | ListCallAnalyticsCategoriesCommandOutput | ListCallAnalyticsJobsCommandOutput | ListLanguageModelsCommandOutput | ListMedicalTranscriptionJobsCommandOutput | ListMedicalVocabulariesCommandOutput | ListTagsForResourceCommandOutput | ListTranscriptionJobsCommandOutput | ListVocabulariesCommandOutput | ListVocabularyFiltersCommandOutput | StartCallAnalyticsJobCommandOutput | StartMedicalTranscriptionJobCommandOutput | StartTranscriptionJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCallAnalyticsCategoryCommandOutput | UpdateMedicalVocabularyCommandOutput | UpdateVocabularyCommandOutput | UpdateVocabularyFilterCommandOutput;
50
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
51
-
52
- requestHandler?: __HttpHandler;
53
-
54
- sha256?: __HashConstructor;
55
-
56
- urlParser?: __UrlParser;
57
-
58
- bodyLengthChecker?: __BodyLengthCalculator;
59
-
60
- streamCollector?: __StreamCollector;
61
-
62
- base64Decoder?: __Decoder;
63
-
64
- base64Encoder?: __Encoder;
65
-
66
- utf8Decoder?: __Decoder;
67
-
68
- utf8Encoder?: __Encoder;
69
-
70
- runtime?: string;
71
-
72
- disableHostPrefix?: boolean;
73
-
74
- maxAttempts?: number | __Provider<number>;
75
-
76
- retryMode?: string | __Provider<string>;
77
-
78
- logger?: __Logger;
79
-
80
- useDualstackEndpoint?: boolean | __Provider<boolean>;
81
-
82
- useFipsEndpoint?: boolean | __Provider<boolean>;
83
-
84
- serviceId?: string;
85
-
86
- region?: string | __Provider<string>;
87
-
88
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
89
-
90
- regionInfoProvider?: RegionInfoProvider;
91
-
92
- defaultUserAgentProvider?: Provider<__UserAgent>;
93
-
94
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
95
- }
96
- declare type TranscribeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
97
-
98
- export interface TranscribeClientConfig extends TranscribeClientConfigType {
99
- }
100
- declare type TranscribeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
101
-
102
- export interface TranscribeClientResolvedConfig extends TranscribeClientResolvedConfigType {
103
- }
104
-
105
- export declare class TranscribeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig> {
106
-
107
- readonly config: TranscribeClientResolvedConfig;
108
- constructor(configuration: TranscribeClientConfig);
109
-
110
- destroy(): void;
111
- }
112
- export {};
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
+
285
+ sha256?: __HashConstructor;
286
+
287
+ urlParser?: __UrlParser;
288
+
289
+ bodyLengthChecker?: __BodyLengthCalculator;
290
+
291
+ streamCollector?: __StreamCollector;
292
+
293
+ base64Decoder?: __Decoder;
294
+
295
+ base64Encoder?: __Encoder;
296
+
297
+ utf8Decoder?: __Decoder;
298
+
299
+ utf8Encoder?: __Encoder;
300
+
301
+ runtime?: string;
302
+
303
+ disableHostPrefix?: boolean;
304
+
305
+ maxAttempts?: number | __Provider<number>;
306
+
307
+ retryMode?: string | __Provider<string>;
308
+
309
+ logger?: __Logger;
310
+
311
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
312
+
313
+ useFipsEndpoint?: boolean | __Provider<boolean>;
314
+
315
+ serviceId?: string;
316
+
317
+ region?: string | __Provider<string>;
318
+
319
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
320
+
321
+ regionInfoProvider?: RegionInfoProvider;
322
+
323
+ defaultUserAgentProvider?: Provider<__UserAgent>;
324
+
325
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
326
+ }
327
+ declare type TranscribeClientConfigType = Partial<
328
+ __SmithyConfiguration<__HttpHandlerOptions>
329
+ > &
330
+ ClientDefaults &
331
+ RegionInputConfig &
332
+ EndpointsInputConfig &
333
+ RetryInputConfig &
334
+ HostHeaderInputConfig &
335
+ AwsAuthInputConfig &
336
+ UserAgentInputConfig;
337
+
338
+ export interface TranscribeClientConfig extends TranscribeClientConfigType {}
339
+ declare type TranscribeClientResolvedConfigType =
340
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
341
+ Required<ClientDefaults> &
342
+ RegionResolvedConfig &
343
+ EndpointsResolvedConfig &
344
+ RetryResolvedConfig &
345
+ HostHeaderResolvedConfig &
346
+ AwsAuthResolvedConfig &
347
+ UserAgentResolvedConfig;
348
+
349
+ export interface TranscribeClientResolvedConfig
350
+ extends TranscribeClientResolvedConfigType {}
351
+
352
+ export declare class TranscribeClient extends __Client<
353
+ __HttpHandlerOptions,
354
+ ServiceInputTypes,
355
+ ServiceOutputTypes,
356
+ TranscribeClientResolvedConfig
357
+ > {
358
+ readonly config: TranscribeClientResolvedConfig;
359
+ constructor(configuration: TranscribeClientConfig);
360
+
361
+ destroy(): void;
362
+ }
363
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateCallAnalyticsCategoryRequest, CreateCallAnalyticsCategoryResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface CreateCallAnalyticsCategoryCommandInput extends CreateCallAnalyticsCategoryRequest {
6
- }
7
- export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnalyticsCategoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCallAnalyticsCategoryCommand extends $Command<CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: CreateCallAnalyticsCategoryCommandInput;
12
- constructor(input: CreateCallAnalyticsCategoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateCallAnalyticsCategoryCommand extends $Command<
24
+ CreateCallAnalyticsCategoryCommandInput,
25
+ CreateCallAnalyticsCategoryCommandOutput,
26
+ TranscribeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCallAnalyticsCategoryCommandInput;
29
+ constructor(input: CreateCallAnalyticsCategoryCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TranscribeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateCallAnalyticsCategoryCommandInput,
37
+ CreateCallAnalyticsCategoryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateLanguageModelRequest, CreateLanguageModelResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface CreateLanguageModelCommandInput extends CreateLanguageModelRequest {
6
- }
7
- export interface CreateLanguageModelCommandOutput extends CreateLanguageModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLanguageModelCommand extends $Command<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: CreateLanguageModelCommandInput;
12
- constructor(input: CreateLanguageModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateLanguageModelCommand extends $Command<
24
+ CreateLanguageModelCommandInput,
25
+ CreateLanguageModelCommandOutput,
26
+ TranscribeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateLanguageModelCommandInput;
29
+ constructor(input: CreateLanguageModelCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TranscribeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateMedicalVocabularyRequest, CreateMedicalVocabularyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
5
- export interface CreateMedicalVocabularyCommandInput extends CreateMedicalVocabularyRequest {
6
- }
7
- export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocabularyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMedicalVocabularyCommand extends $Command<CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
11
- readonly input: CreateMedicalVocabularyCommandInput;
12
- constructor(input: CreateMedicalVocabularyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateMedicalVocabularyCommand extends $Command<
24
+ CreateMedicalVocabularyCommandInput,
25
+ CreateMedicalVocabularyCommandOutput,
26
+ TranscribeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateMedicalVocabularyCommandInput;
29
+ constructor(input: CreateMedicalVocabularyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TranscribeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateMedicalVocabularyCommandInput,
37
+ CreateMedicalVocabularyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }