@aws-sdk/client-transcribe 3.296.0 → 3.297.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 (53) hide show
  1. package/dist-types/Transcribe.d.ts +40 -0
  2. package/dist-types/TranscribeClient.d.ts +24 -4
  3. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateLanguageModelCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateVocabularyCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteVocabularyCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +16 -0
  16. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +16 -0
  17. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +16 -0
  18. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +16 -0
  19. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +16 -0
  20. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +16 -0
  21. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +16 -0
  22. package/dist-types/commands/GetVocabularyCommand.d.ts +16 -0
  23. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +16 -0
  24. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +16 -0
  25. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +16 -0
  26. package/dist-types/commands/ListLanguageModelsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +16 -0
  28. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +16 -0
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  30. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListVocabulariesCommand.d.ts +16 -0
  32. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +16 -0
  33. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +16 -0
  34. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +16 -0
  35. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +16 -0
  36. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  37. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  38. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +16 -0
  39. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +16 -0
  40. package/dist-types/commands/UpdateVocabularyCommand.d.ts +16 -0
  41. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +16 -0
  42. package/dist-types/models/TranscribeServiceException.d.ts +2 -0
  43. package/dist-types/models/models_0.d.ts +320 -0
  44. package/dist-types/pagination/Interfaces.d.ts +3 -0
  45. package/dist-types/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +3 -0
  46. package/dist-types/pagination/ListCallAnalyticsJobsPaginator.d.ts +3 -0
  47. package/dist-types/pagination/ListLanguageModelsPaginator.d.ts +3 -0
  48. package/dist-types/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +3 -0
  49. package/dist-types/pagination/ListMedicalVocabulariesPaginator.d.ts +3 -0
  50. package/dist-types/pagination/ListTranscriptionJobsPaginator.d.ts +3 -0
  51. package/dist-types/pagination/ListVocabulariesPaginator.d.ts +3 -0
  52. package/dist-types/pagination/ListVocabularyFiltersPaginator.d.ts +3 -0
  53. package/package.json +3 -3
@@ -40,6 +40,7 @@ import { UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput } from "./c
40
40
  import { UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput } from "./commands/UpdateVocabularyFilterCommand";
41
41
  import { TranscribeClient } from "./TranscribeClient";
42
42
  /**
43
+ * @public
43
44
  * <p>Amazon Transcribe offers three main types of batch transcription: <b>Standard</b>, <b>Medical</b>, and
44
45
  * <b>Call Analytics</b>.</p>
45
46
  * <ul>
@@ -65,6 +66,7 @@ import { TranscribeClient } from "./TranscribeClient";
65
66
  */
66
67
  export declare class Transcribe extends TranscribeClient {
67
68
  /**
69
+ * @public
68
70
  * <p>Creates a new Call Analytics category.</p>
69
71
  * <p>All categories are automatically applied to your Call Analytics transcriptions. Note that in
70
72
  * order to apply categories to your transcriptions, you must create them before submitting your
@@ -86,6 +88,7 @@ export declare class Transcribe extends TranscribeClient {
86
88
  createCallAnalyticsCategory(args: CreateCallAnalyticsCategoryCommandInput, cb: (err: any, data?: CreateCallAnalyticsCategoryCommandOutput) => void): void;
87
89
  createCallAnalyticsCategory(args: CreateCallAnalyticsCategoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCallAnalyticsCategoryCommandOutput) => void): void;
88
90
  /**
91
+ * @public
89
92
  * <p>Creates a new custom language model.</p>
90
93
  * <p>When creating a new custom language model, you must specify:</p>
91
94
  * <ul>
@@ -108,6 +111,7 @@ export declare class Transcribe extends TranscribeClient {
108
111
  createLanguageModel(args: CreateLanguageModelCommandInput, cb: (err: any, data?: CreateLanguageModelCommandOutput) => void): void;
109
112
  createLanguageModel(args: CreateLanguageModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLanguageModelCommandOutput) => void): void;
110
113
  /**
114
+ * @public
111
115
  * <p>Creates a new custom medical vocabulary.</p>
112
116
  * <p>Before creating a new custom medical vocabulary, you must first upload a text file
113
117
  * that contains your vocabulary table into an Amazon S3 bucket.
@@ -126,6 +130,7 @@ export declare class Transcribe extends TranscribeClient {
126
130
  createMedicalVocabulary(args: CreateMedicalVocabularyCommandInput, cb: (err: any, data?: CreateMedicalVocabularyCommandOutput) => void): void;
127
131
  createMedicalVocabulary(args: CreateMedicalVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMedicalVocabularyCommandOutput) => void): void;
128
132
  /**
133
+ * @public
129
134
  * <p>Creates a new custom vocabulary.</p>
130
135
  * <p>When creating a new custom vocabulary, you can either upload a text file that contains
131
136
  * your new entries, phrases, and terms into an Amazon S3 bucket and include the
@@ -142,6 +147,7 @@ export declare class Transcribe extends TranscribeClient {
142
147
  createVocabulary(args: CreateVocabularyCommandInput, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
143
148
  createVocabulary(args: CreateVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
144
149
  /**
150
+ * @public
145
151
  * <p>Creates a new custom vocabulary filter.</p>
146
152
  * <p>You can use custom vocabulary filters to mask, delete, or flag specific words from
147
153
  * your transcript. Custom vocabulary filters are commonly used to mask profanity in
@@ -157,6 +163,7 @@ export declare class Transcribe extends TranscribeClient {
157
163
  createVocabularyFilter(args: CreateVocabularyFilterCommandInput, cb: (err: any, data?: CreateVocabularyFilterCommandOutput) => void): void;
158
164
  createVocabularyFilter(args: CreateVocabularyFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVocabularyFilterCommandOutput) => void): void;
159
165
  /**
166
+ * @public
160
167
  * <p>Deletes a Call Analytics category. To use this operation, specify the name of the
161
168
  * category you want to delete using <code>CategoryName</code>. Category names are case
162
169
  * sensitive.</p>
@@ -165,6 +172,7 @@ export declare class Transcribe extends TranscribeClient {
165
172
  deleteCallAnalyticsCategory(args: DeleteCallAnalyticsCategoryCommandInput, cb: (err: any, data?: DeleteCallAnalyticsCategoryCommandOutput) => void): void;
166
173
  deleteCallAnalyticsCategory(args: DeleteCallAnalyticsCategoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCallAnalyticsCategoryCommandOutput) => void): void;
167
174
  /**
175
+ * @public
168
176
  * <p>Deletes a Call Analytics job. To use this operation, specify the name of the job you
169
177
  * want to delete using <code>CallAnalyticsJobName</code>. Job names are case
170
178
  * sensitive.</p>
@@ -173,6 +181,7 @@ export declare class Transcribe extends TranscribeClient {
173
181
  deleteCallAnalyticsJob(args: DeleteCallAnalyticsJobCommandInput, cb: (err: any, data?: DeleteCallAnalyticsJobCommandOutput) => void): void;
174
182
  deleteCallAnalyticsJob(args: DeleteCallAnalyticsJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCallAnalyticsJobCommandOutput) => void): void;
175
183
  /**
184
+ * @public
176
185
  * <p>Deletes a custom language model. To use this operation, specify the name of the
177
186
  * language model you want to delete using <code>ModelName</code>. custom language model
178
187
  * names are case sensitive.</p>
@@ -181,6 +190,7 @@ export declare class Transcribe extends TranscribeClient {
181
190
  deleteLanguageModel(args: DeleteLanguageModelCommandInput, cb: (err: any, data?: DeleteLanguageModelCommandOutput) => void): void;
182
191
  deleteLanguageModel(args: DeleteLanguageModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLanguageModelCommandOutput) => void): void;
183
192
  /**
193
+ * @public
184
194
  * <p>Deletes a medical transcription job. To use this operation, specify the name of the
185
195
  * job you want to delete using <code>MedicalTranscriptionJobName</code>. Job names are
186
196
  * case sensitive.</p>
@@ -189,6 +199,7 @@ export declare class Transcribe extends TranscribeClient {
189
199
  deleteMedicalTranscriptionJob(args: DeleteMedicalTranscriptionJobCommandInput, cb: (err: any, data?: DeleteMedicalTranscriptionJobCommandOutput) => void): void;
190
200
  deleteMedicalTranscriptionJob(args: DeleteMedicalTranscriptionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMedicalTranscriptionJobCommandOutput) => void): void;
191
201
  /**
202
+ * @public
192
203
  * <p>Deletes a custom medical vocabulary. To use this operation, specify the name of the
193
204
  * custom vocabulary you want to delete using <code>VocabularyName</code>. Custom
194
205
  * vocabulary names are case sensitive.</p>
@@ -197,6 +208,7 @@ export declare class Transcribe extends TranscribeClient {
197
208
  deleteMedicalVocabulary(args: DeleteMedicalVocabularyCommandInput, cb: (err: any, data?: DeleteMedicalVocabularyCommandOutput) => void): void;
198
209
  deleteMedicalVocabulary(args: DeleteMedicalVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMedicalVocabularyCommandOutput) => void): void;
199
210
  /**
211
+ * @public
200
212
  * <p>Deletes a transcription job. To use this operation, specify the name of the job you
201
213
  * want to delete using <code>TranscriptionJobName</code>. Job names are case
202
214
  * sensitive.</p>
@@ -205,6 +217,7 @@ export declare class Transcribe extends TranscribeClient {
205
217
  deleteTranscriptionJob(args: DeleteTranscriptionJobCommandInput, cb: (err: any, data?: DeleteTranscriptionJobCommandOutput) => void): void;
206
218
  deleteTranscriptionJob(args: DeleteTranscriptionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTranscriptionJobCommandOutput) => void): void;
207
219
  /**
220
+ * @public
208
221
  * <p>Deletes a custom vocabulary. To use this operation, specify the name of the custom
209
222
  * vocabulary you want to delete using <code>VocabularyName</code>. Custom vocabulary names
210
223
  * are case sensitive.</p>
@@ -213,6 +226,7 @@ export declare class Transcribe extends TranscribeClient {
213
226
  deleteVocabulary(args: DeleteVocabularyCommandInput, cb: (err: any, data?: DeleteVocabularyCommandOutput) => void): void;
214
227
  deleteVocabulary(args: DeleteVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVocabularyCommandOutput) => void): void;
215
228
  /**
229
+ * @public
216
230
  * <p>Deletes a custom vocabulary filter. To use this operation, specify the name of the
217
231
  * custom vocabulary filter you want to delete using <code>VocabularyFilterName</code>.
218
232
  * Custom vocabulary filter names are case sensitive.</p>
@@ -221,6 +235,7 @@ export declare class Transcribe extends TranscribeClient {
221
235
  deleteVocabularyFilter(args: DeleteVocabularyFilterCommandInput, cb: (err: any, data?: DeleteVocabularyFilterCommandOutput) => void): void;
222
236
  deleteVocabularyFilter(args: DeleteVocabularyFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVocabularyFilterCommandOutput) => void): void;
223
237
  /**
238
+ * @public
224
239
  * <p>Provides information about the specified custom language model.</p>
225
240
  * <p>This operation also shows if the base language model that you used to create your
226
241
  * custom language model has been updated. If Amazon Transcribe has updated the base
@@ -233,6 +248,7 @@ export declare class Transcribe extends TranscribeClient {
233
248
  describeLanguageModel(args: DescribeLanguageModelCommandInput, cb: (err: any, data?: DescribeLanguageModelCommandOutput) => void): void;
234
249
  describeLanguageModel(args: DescribeLanguageModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLanguageModelCommandOutput) => void): void;
235
250
  /**
251
+ * @public
236
252
  * <p>Provides information about the specified Call Analytics category.</p>
237
253
  * <p>To get a list of your Call Analytics categories, use the operation.</p>
238
254
  */
@@ -240,6 +256,7 @@ export declare class Transcribe extends TranscribeClient {
240
256
  getCallAnalyticsCategory(args: GetCallAnalyticsCategoryCommandInput, cb: (err: any, data?: GetCallAnalyticsCategoryCommandOutput) => void): void;
241
257
  getCallAnalyticsCategory(args: GetCallAnalyticsCategoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCallAnalyticsCategoryCommandOutput) => void): void;
242
258
  /**
259
+ * @public
243
260
  * <p>Provides information about the specified Call Analytics job.</p>
244
261
  * <p>To view the job's status, refer to <code>CallAnalyticsJobStatus</code>. If the status
245
262
  * is <code>COMPLETED</code>, the job is finished. You can find your completed transcript
@@ -257,6 +274,7 @@ export declare class Transcribe extends TranscribeClient {
257
274
  getCallAnalyticsJob(args: GetCallAnalyticsJobCommandInput, cb: (err: any, data?: GetCallAnalyticsJobCommandOutput) => void): void;
258
275
  getCallAnalyticsJob(args: GetCallAnalyticsJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCallAnalyticsJobCommandOutput) => void): void;
259
276
  /**
277
+ * @public
260
278
  * <p>Provides information about the specified medical transcription job.</p>
261
279
  * <p>To view the status of the specified medical transcription job, check the
262
280
  * <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>,
@@ -270,6 +288,7 @@ export declare class Transcribe extends TranscribeClient {
270
288
  getMedicalTranscriptionJob(args: GetMedicalTranscriptionJobCommandInput, cb: (err: any, data?: GetMedicalTranscriptionJobCommandOutput) => void): void;
271
289
  getMedicalTranscriptionJob(args: GetMedicalTranscriptionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMedicalTranscriptionJobCommandOutput) => void): void;
272
290
  /**
291
+ * @public
273
292
  * <p>Provides information about the specified custom medical vocabulary.</p>
274
293
  * <p>To view the status of the specified custom medical vocabulary, check the
275
294
  * <code>VocabularyState</code> field. If the status is <code>READY</code>, your custom
@@ -281,6 +300,7 @@ export declare class Transcribe extends TranscribeClient {
281
300
  getMedicalVocabulary(args: GetMedicalVocabularyCommandInput, cb: (err: any, data?: GetMedicalVocabularyCommandOutput) => void): void;
282
301
  getMedicalVocabulary(args: GetMedicalVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMedicalVocabularyCommandOutput) => void): void;
283
302
  /**
303
+ * @public
284
304
  * <p>Provides information about the specified transcription job.</p>
285
305
  * <p>To view the status of the specified transcription job, check the
286
306
  * <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>,
@@ -296,6 +316,7 @@ export declare class Transcribe extends TranscribeClient {
296
316
  getTranscriptionJob(args: GetTranscriptionJobCommandInput, cb: (err: any, data?: GetTranscriptionJobCommandOutput) => void): void;
297
317
  getTranscriptionJob(args: GetTranscriptionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTranscriptionJobCommandOutput) => void): void;
298
318
  /**
319
+ * @public
299
320
  * <p>Provides information about the specified custom vocabulary.</p>
300
321
  * <p>To view the status of the specified custom vocabulary, check the
301
322
  * <code>VocabularyState</code> field. If the status is <code>READY</code>, your custom
@@ -308,6 +329,7 @@ export declare class Transcribe extends TranscribeClient {
308
329
  getVocabulary(args: GetVocabularyCommandInput, cb: (err: any, data?: GetVocabularyCommandOutput) => void): void;
309
330
  getVocabulary(args: GetVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVocabularyCommandOutput) => void): void;
310
331
  /**
332
+ * @public
311
333
  * <p>Provides information about the specified custom vocabulary filter.</p>
312
334
  * <p>To get a list of your custom vocabulary filters, use the operation.</p>
313
335
  */
@@ -315,6 +337,7 @@ export declare class Transcribe extends TranscribeClient {
315
337
  getVocabularyFilter(args: GetVocabularyFilterCommandInput, cb: (err: any, data?: GetVocabularyFilterCommandOutput) => void): void;
316
338
  getVocabularyFilter(args: GetVocabularyFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVocabularyFilterCommandOutput) => void): void;
317
339
  /**
340
+ * @public
318
341
  * <p>Provides a list of Call Analytics categories, including all rules that make up each
319
342
  * category.</p>
320
343
  * <p>To get detailed information about a specific Call Analytics category, use the operation.</p>
@@ -323,6 +346,7 @@ export declare class Transcribe extends TranscribeClient {
323
346
  listCallAnalyticsCategories(args: ListCallAnalyticsCategoriesCommandInput, cb: (err: any, data?: ListCallAnalyticsCategoriesCommandOutput) => void): void;
324
347
  listCallAnalyticsCategories(args: ListCallAnalyticsCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCallAnalyticsCategoriesCommandOutput) => void): void;
325
348
  /**
349
+ * @public
326
350
  * <p>Provides a list of Call Analytics jobs that match the specified criteria. If no
327
351
  * criteria are specified, all Call Analytics jobs are returned.</p>
328
352
  * <p>To get detailed information about a specific Call Analytics job, use the operation.</p>
@@ -331,6 +355,7 @@ export declare class Transcribe extends TranscribeClient {
331
355
  listCallAnalyticsJobs(args: ListCallAnalyticsJobsCommandInput, cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void): void;
332
356
  listCallAnalyticsJobs(args: ListCallAnalyticsJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void): void;
333
357
  /**
358
+ * @public
334
359
  * <p>Provides a list of custom language models that match the specified criteria. If no
335
360
  * criteria are specified, all custom language models are returned.</p>
336
361
  * <p>To get detailed information about a specific custom language model, use the operation.</p>
@@ -339,6 +364,7 @@ export declare class Transcribe extends TranscribeClient {
339
364
  listLanguageModels(args: ListLanguageModelsCommandInput, cb: (err: any, data?: ListLanguageModelsCommandOutput) => void): void;
340
365
  listLanguageModels(args: ListLanguageModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLanguageModelsCommandOutput) => void): void;
341
366
  /**
367
+ * @public
342
368
  * <p>Provides a list of medical transcription jobs that match the specified criteria. If no
343
369
  * criteria are specified, all medical transcription jobs are returned.</p>
344
370
  * <p>To get detailed information about a specific medical transcription job, use the operation.</p>
@@ -347,6 +373,7 @@ export declare class Transcribe extends TranscribeClient {
347
373
  listMedicalTranscriptionJobs(args: ListMedicalTranscriptionJobsCommandInput, cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void): void;
348
374
  listMedicalTranscriptionJobs(args: ListMedicalTranscriptionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void): void;
349
375
  /**
376
+ * @public
350
377
  * <p>Provides a list of custom medical vocabularies that match the specified criteria. If
351
378
  * no criteria are specified, all custom medical vocabularies are returned.</p>
352
379
  * <p>To get detailed information about a specific custom medical vocabulary, use the operation.</p>
@@ -355,6 +382,7 @@ export declare class Transcribe extends TranscribeClient {
355
382
  listMedicalVocabularies(args: ListMedicalVocabulariesCommandInput, cb: (err: any, data?: ListMedicalVocabulariesCommandOutput) => void): void;
356
383
  listMedicalVocabularies(args: ListMedicalVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMedicalVocabulariesCommandOutput) => void): void;
357
384
  /**
385
+ * @public
358
386
  * <p>Lists all tags associated with the specified transcription job, vocabulary, model, or
359
387
  * resource.</p>
360
388
  * <p>To learn more about using tags with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html">Tagging
@@ -364,6 +392,7 @@ export declare class Transcribe extends TranscribeClient {
364
392
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
365
393
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
366
394
  /**
395
+ * @public
367
396
  * <p>Provides a list of transcription jobs that match the specified criteria. If no
368
397
  * criteria are specified, all transcription jobs are returned.</p>
369
398
  * <p>To get detailed information about a specific transcription job, use the operation.</p>
@@ -372,6 +401,7 @@ export declare class Transcribe extends TranscribeClient {
372
401
  listTranscriptionJobs(args: ListTranscriptionJobsCommandInput, cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void): void;
373
402
  listTranscriptionJobs(args: ListTranscriptionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void): void;
374
403
  /**
404
+ * @public
375
405
  * <p>Provides a list of custom vocabularies that match the specified criteria. If no
376
406
  * criteria are specified, all custom vocabularies are returned.</p>
377
407
  * <p>To get detailed information about a specific custom vocabulary, use the operation.</p>
@@ -380,6 +410,7 @@ export declare class Transcribe extends TranscribeClient {
380
410
  listVocabularies(args: ListVocabulariesCommandInput, cb: (err: any, data?: ListVocabulariesCommandOutput) => void): void;
381
411
  listVocabularies(args: ListVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVocabulariesCommandOutput) => void): void;
382
412
  /**
413
+ * @public
383
414
  * <p>Provides a list of custom vocabulary filters that match the specified criteria. If no
384
415
  * criteria are specified, all custom vocabularies are returned.</p>
385
416
  * <p>To get detailed information about a specific custom vocabulary filter, use the operation.</p>
@@ -388,6 +419,7 @@ export declare class Transcribe extends TranscribeClient {
388
419
  listVocabularyFilters(args: ListVocabularyFiltersCommandInput, cb: (err: any, data?: ListVocabularyFiltersCommandOutput) => void): void;
389
420
  listVocabularyFilters(args: ListVocabularyFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVocabularyFiltersCommandOutput) => void): void;
390
421
  /**
422
+ * @public
391
423
  * <p>Transcribes the audio from a customer service call and applies any additional Request
392
424
  * Parameters you choose to include in your request.</p>
393
425
  * <p>In addition to many standard transcription features, Call Analytics provides you with
@@ -444,6 +476,7 @@ export declare class Transcribe extends TranscribeClient {
444
476
  startCallAnalyticsJob(args: StartCallAnalyticsJobCommandInput, cb: (err: any, data?: StartCallAnalyticsJobCommandOutput) => void): void;
445
477
  startCallAnalyticsJob(args: StartCallAnalyticsJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCallAnalyticsJobCommandOutput) => void): void;
446
478
  /**
479
+ * @public
447
480
  * <p>Transcribes the audio from a medical dictation or conversation and applies any
448
481
  * additional Request Parameters you choose to include in your request.</p>
449
482
  * <p>In addition to many standard transcription features, Amazon Transcribe Medical
@@ -498,6 +531,7 @@ export declare class Transcribe extends TranscribeClient {
498
531
  startMedicalTranscriptionJob(args: StartMedicalTranscriptionJobCommandInput, cb: (err: any, data?: StartMedicalTranscriptionJobCommandOutput) => void): void;
499
532
  startMedicalTranscriptionJob(args: StartMedicalTranscriptionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMedicalTranscriptionJobCommandOutput) => void): void;
500
533
  /**
534
+ * @public
501
535
  * <p>Transcribes the audio from a media file and applies any additional Request Parameters
502
536
  * you choose to include in your request.</p>
503
537
  * <p>To make a <code>StartTranscriptionJob</code> request, you must first upload your media
@@ -538,6 +572,7 @@ export declare class Transcribe extends TranscribeClient {
538
572
  startTranscriptionJob(args: StartTranscriptionJobCommandInput, cb: (err: any, data?: StartTranscriptionJobCommandOutput) => void): void;
539
573
  startTranscriptionJob(args: StartTranscriptionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTranscriptionJobCommandOutput) => void): void;
540
574
  /**
575
+ * @public
541
576
  * <p>Adds one or more custom tags, each in the form of a key:value pair, to the specified
542
577
  * resource.</p>
543
578
  * <p>To learn more about using tags with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html">Tagging
@@ -547,6 +582,7 @@ export declare class Transcribe extends TranscribeClient {
547
582
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
548
583
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
549
584
  /**
585
+ * @public
550
586
  * <p>Removes the specified tags from the specified Amazon Transcribe resource.</p>
551
587
  * <p>If you include <code>UntagResource</code> in your request, you must also include
552
588
  * <code>ResourceArn</code> and <code>TagKeys</code>.</p>
@@ -555,6 +591,7 @@ export declare class Transcribe extends TranscribeClient {
555
591
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
556
592
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
557
593
  /**
594
+ * @public
558
595
  * <p>Updates the specified Call Analytics category with new rules. Note that the
559
596
  * <code>UpdateCallAnalyticsCategory</code> operation overwrites all existing rules
560
597
  * contained in the specified category. You cannot append additional rules onto an existing
@@ -565,6 +602,7 @@ export declare class Transcribe extends TranscribeClient {
565
602
  updateCallAnalyticsCategory(args: UpdateCallAnalyticsCategoryCommandInput, cb: (err: any, data?: UpdateCallAnalyticsCategoryCommandOutput) => void): void;
566
603
  updateCallAnalyticsCategory(args: UpdateCallAnalyticsCategoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCallAnalyticsCategoryCommandOutput) => void): void;
567
604
  /**
605
+ * @public
568
606
  * <p>Updates an existing custom medical vocabulary with new values. This operation
569
607
  * overwrites all existing information with your new values; you cannot append new terms
570
608
  * onto an existing custom vocabulary.</p>
@@ -573,6 +611,7 @@ export declare class Transcribe extends TranscribeClient {
573
611
  updateMedicalVocabulary(args: UpdateMedicalVocabularyCommandInput, cb: (err: any, data?: UpdateMedicalVocabularyCommandOutput) => void): void;
574
612
  updateMedicalVocabulary(args: UpdateMedicalVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMedicalVocabularyCommandOutput) => void): void;
575
613
  /**
614
+ * @public
576
615
  * <p>Updates an existing custom vocabulary with new values. This operation overwrites all
577
616
  * existing information with your new values; you cannot append new terms onto an existing
578
617
  * custom vocabulary.</p>
@@ -581,6 +620,7 @@ export declare class Transcribe extends TranscribeClient {
581
620
  updateVocabulary(args: UpdateVocabularyCommandInput, cb: (err: any, data?: UpdateVocabularyCommandOutput) => void): void;
582
621
  updateVocabulary(args: UpdateVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVocabularyCommandOutput) => void): void;
583
622
  /**
623
+ * @public
584
624
  * <p>Updates an existing custom vocabulary filter with a new list of words. The new list
585
625
  * you provide overwrites all previous entries; you cannot append new terms onto an
586
626
  * existing custom vocabulary filter.</p>
@@ -47,15 +47,24 @@ import { UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutp
47
47
  import { UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput } from "./commands/UpdateVocabularyCommand";
48
48
  import { UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput } from "./commands/UpdateVocabularyFilterCommand";
49
49
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
50
+ /**
51
+ * @public
52
+ */
50
53
  export 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;
54
+ /**
55
+ * @public
56
+ */
51
57
  export 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;
58
+ /**
59
+ * @public
60
+ */
52
61
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
53
62
  /**
54
63
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
55
64
  */
56
65
  requestHandler?: __HttpHandler;
57
66
  /**
58
- * A constructor for a class implementing the {@link __Checksum} interface
67
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
59
68
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
60
69
  * @internal
61
70
  */
@@ -145,23 +154,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
145
154
  */
146
155
  logger?: __Logger;
147
156
  /**
148
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
157
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
149
158
  */
150
159
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
151
160
  }
161
+ /**
162
+ * @public
163
+ */
152
164
  type TranscribeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
153
165
  /**
154
- * The configuration interface of TranscribeClient class constructor that set the region, credentials and other options.
166
+ * @public
167
+ *
168
+ * The configuration interface of TranscribeClient class constructor that set the region, credentials and other options.
155
169
  */
156
170
  export interface TranscribeClientConfig extends TranscribeClientConfigType {
157
171
  }
172
+ /**
173
+ * @public
174
+ */
158
175
  type TranscribeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
159
176
  /**
160
- * The resolved configuration interface of TranscribeClient class. This is resolved and normalized from the {@link TranscribeClientConfig | constructor configuration interface}.
177
+ * @public
178
+ *
179
+ * The resolved configuration interface of TranscribeClient class. This is resolved and normalized from the {@link TranscribeClientConfig | constructor configuration interface}.
161
180
  */
162
181
  export interface TranscribeClientResolvedConfig extends TranscribeClientResolvedConfigType {
163
182
  }
164
183
  /**
184
+ * @public
165
185
  * <p>Amazon Transcribe offers three main types of batch transcription: <b>Standard</b>, <b>Medical</b>, and
166
186
  * <b>Call Analytics</b>.</p>
167
187
  * <ul>
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateCallAnalyticsCategoryRequest, CreateCallAnalyticsCategoryResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCallAnalyticsCategoryCommand}.
8
10
  */
9
11
  export interface CreateCallAnalyticsCategoryCommandInput extends CreateCallAnalyticsCategoryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCallAnalyticsCategoryCommand}.
13
17
  */
14
18
  export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnalyticsCategoryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new Call Analytics category.</p>
18
23
  * <p>All categories are automatically applied to your Call Analytics transcriptions. Note that in
19
24
  * order to apply categories to your transcriptions, you must create them before submitting your
@@ -40,6 +45,8 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
40
45
  * const response = await client.send(command);
41
46
  * ```
42
47
  *
48
+ * @param CreateCallAnalyticsCategoryCommandInput - {@link CreateCallAnalyticsCategoryCommandInput}
49
+ * @returns {@link CreateCallAnalyticsCategoryCommandOutput}
43
50
  * @see {@link CreateCallAnalyticsCategoryCommandInput} for command's `input` shape.
44
51
  * @see {@link CreateCallAnalyticsCategoryCommandOutput} for command's `response` shape.
45
52
  * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
@@ -67,11 +74,20 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
67
74
  export declare class CreateCallAnalyticsCategoryCommand extends $Command<CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
68
75
  readonly input: CreateCallAnalyticsCategoryCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: CreateCallAnalyticsCategoryCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateLanguageModelRequest, CreateLanguageModelResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLanguageModelCommand}.
8
10
  */
9
11
  export interface CreateLanguageModelCommandInput extends CreateLanguageModelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLanguageModelCommand}.
13
17
  */
14
18
  export interface CreateLanguageModelCommandOutput extends CreateLanguageModelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new custom language model.</p>
18
23
  * <p>When creating a new custom language model, you must specify:</p>
19
24
  * <ul>
@@ -41,6 +46,8 @@ export interface CreateLanguageModelCommandOutput extends CreateLanguageModelRes
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param CreateLanguageModelCommandInput - {@link CreateLanguageModelCommandInput}
50
+ * @returns {@link CreateLanguageModelCommandOutput}
44
51
  * @see {@link CreateLanguageModelCommandInput} for command's `input` shape.
45
52
  * @see {@link CreateLanguageModelCommandOutput} for command's `response` shape.
46
53
  * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
@@ -68,11 +75,20 @@ export interface CreateLanguageModelCommandOutput extends CreateLanguageModelRes
68
75
  export declare class CreateLanguageModelCommand extends $Command<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput, TranscribeClientResolvedConfig> {
69
76
  readonly input: CreateLanguageModelCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: CreateLanguageModelCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateMedicalVocabularyRequest, CreateMedicalVocabularyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMedicalVocabularyCommand}.
8
10
  */
9
11
  export interface CreateMedicalVocabularyCommandInput extends CreateMedicalVocabularyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMedicalVocabularyCommand}.
13
17
  */
14
18
  export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocabularyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new custom medical vocabulary.</p>
18
23
  * <p>Before creating a new custom medical vocabulary, you must first upload a text file
19
24
  * that contains your vocabulary table into an Amazon S3 bucket.
@@ -37,6 +42,8 @@ export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocab
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param CreateMedicalVocabularyCommandInput - {@link CreateMedicalVocabularyCommandInput}
46
+ * @returns {@link CreateMedicalVocabularyCommandOutput}
40
47
  * @see {@link CreateMedicalVocabularyCommandInput} for command's `input` shape.
41
48
  * @see {@link CreateMedicalVocabularyCommandOutput} for command's `response` shape.
42
49
  * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
@@ -64,11 +71,20 @@ export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocab
64
71
  export declare class CreateMedicalVocabularyCommand extends $Command<CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
65
72
  readonly input: CreateMedicalVocabularyCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: CreateMedicalVocabularyCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVocabularyCommand}.
8
10
  */
9
11
  export interface CreateVocabularyCommandInput extends CreateVocabularyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVocabularyCommand}.
13
17
  */
14
18
  export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new custom vocabulary.</p>
18
23
  * <p>When creating a new custom vocabulary, you can either upload a text file that contains
19
24
  * your new entries, phrases, and terms into an Amazon S3 bucket and include the
@@ -35,6 +40,8 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param CreateVocabularyCommandInput - {@link CreateVocabularyCommandInput}
44
+ * @returns {@link CreateVocabularyCommandOutput}
38
45
  * @see {@link CreateVocabularyCommandInput} for command's `input` shape.
39
46
  * @see {@link CreateVocabularyCommandOutput} for command's `response` shape.
40
47
  * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
@@ -62,11 +69,20 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
62
69
  export declare class CreateVocabularyCommand extends $Command<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, TranscribeClientResolvedConfig> {
63
70
  readonly input: CreateVocabularyCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: CreateVocabularyCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVocabularyCommandInput, CreateVocabularyCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateVocabularyFilterRequest, CreateVocabularyFilterResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVocabularyFilterCommand}.
8
10
  */
9
11
  export interface CreateVocabularyFilterCommandInput extends CreateVocabularyFilterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVocabularyFilterCommand}.
13
17
  */
14
18
  export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFilterResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new custom vocabulary filter.</p>
18
23
  * <p>You can use custom vocabulary filters to mask, delete, or flag specific words from
19
24
  * your transcript. Custom vocabulary filters are commonly used to mask profanity in
@@ -34,6 +39,8 @@ export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFil
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param CreateVocabularyFilterCommandInput - {@link CreateVocabularyFilterCommandInput}
43
+ * @returns {@link CreateVocabularyFilterCommandOutput}
37
44
  * @see {@link CreateVocabularyFilterCommandInput} for command's `input` shape.
38
45
  * @see {@link CreateVocabularyFilterCommandOutput} for command's `response` shape.
39
46
  * @see {@link TranscribeClientResolvedConfig | config} for TranscribeClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFil
61
68
  export declare class CreateVocabularyFilterCommand extends $Command<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
62
69
  readonly input: CreateVocabularyFilterCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CreateVocabularyFilterCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TranscribeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }