@aws-sdk/client-transcribe 3.529.1 → 3.535.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 (99) hide show
  1. package/dist-types/Transcribe.d.ts +10 -1
  2. package/dist-types/TranscribeClient.d.ts +1 -1
  3. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateLanguageModelCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateVocabularyCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteMedicalScribeJobCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteVocabularyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +2 -1
  18. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +2 -1
  19. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +2 -1
  20. package/dist-types/commands/GetMedicalScribeJobCommand.d.ts +2 -1
  21. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +2 -1
  22. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +2 -1
  23. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +2 -1
  24. package/dist-types/commands/GetVocabularyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +2 -1
  26. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListLanguageModelsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListMedicalScribeJobsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListVocabulariesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +2 -1
  36. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +2 -1
  37. package/dist-types/commands/StartMedicalScribeJobCommand.d.ts +2 -1
  38. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +2 -1
  39. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +2 -1
  40. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateVocabularyCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +2 -1
  46. package/dist-types/models/models_0.d.ts +496 -496
  47. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  48. package/dist-types/runtimeConfig.d.ts +2 -2
  49. package/dist-types/runtimeConfig.native.d.ts +2 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  51. package/dist-types/ts3.4/Transcribe.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteMedicalScribeJobCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetMedicalScribeJobCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListMedicalScribeJobsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/StartMedicalScribeJobCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  99. package/package.json +40 -40
@@ -185,36 +185,42 @@ export interface Transcribe {
185
185
  /**
186
186
  * @see {@link ListCallAnalyticsCategoriesCommand}
187
187
  */
188
+ listCallAnalyticsCategories(): Promise<ListCallAnalyticsCategoriesCommandOutput>;
188
189
  listCallAnalyticsCategories(args: ListCallAnalyticsCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<ListCallAnalyticsCategoriesCommandOutput>;
189
190
  listCallAnalyticsCategories(args: ListCallAnalyticsCategoriesCommandInput, cb: (err: any, data?: ListCallAnalyticsCategoriesCommandOutput) => void): void;
190
191
  listCallAnalyticsCategories(args: ListCallAnalyticsCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCallAnalyticsCategoriesCommandOutput) => void): void;
191
192
  /**
192
193
  * @see {@link ListCallAnalyticsJobsCommand}
193
194
  */
195
+ listCallAnalyticsJobs(): Promise<ListCallAnalyticsJobsCommandOutput>;
194
196
  listCallAnalyticsJobs(args: ListCallAnalyticsJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListCallAnalyticsJobsCommandOutput>;
195
197
  listCallAnalyticsJobs(args: ListCallAnalyticsJobsCommandInput, cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void): void;
196
198
  listCallAnalyticsJobs(args: ListCallAnalyticsJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void): void;
197
199
  /**
198
200
  * @see {@link ListLanguageModelsCommand}
199
201
  */
202
+ listLanguageModels(): Promise<ListLanguageModelsCommandOutput>;
200
203
  listLanguageModels(args: ListLanguageModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListLanguageModelsCommandOutput>;
201
204
  listLanguageModels(args: ListLanguageModelsCommandInput, cb: (err: any, data?: ListLanguageModelsCommandOutput) => void): void;
202
205
  listLanguageModels(args: ListLanguageModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLanguageModelsCommandOutput) => void): void;
203
206
  /**
204
207
  * @see {@link ListMedicalScribeJobsCommand}
205
208
  */
209
+ listMedicalScribeJobs(): Promise<ListMedicalScribeJobsCommandOutput>;
206
210
  listMedicalScribeJobs(args: ListMedicalScribeJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListMedicalScribeJobsCommandOutput>;
207
211
  listMedicalScribeJobs(args: ListMedicalScribeJobsCommandInput, cb: (err: any, data?: ListMedicalScribeJobsCommandOutput) => void): void;
208
212
  listMedicalScribeJobs(args: ListMedicalScribeJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMedicalScribeJobsCommandOutput) => void): void;
209
213
  /**
210
214
  * @see {@link ListMedicalTranscriptionJobsCommand}
211
215
  */
216
+ listMedicalTranscriptionJobs(): Promise<ListMedicalTranscriptionJobsCommandOutput>;
212
217
  listMedicalTranscriptionJobs(args: ListMedicalTranscriptionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListMedicalTranscriptionJobsCommandOutput>;
213
218
  listMedicalTranscriptionJobs(args: ListMedicalTranscriptionJobsCommandInput, cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void): void;
214
219
  listMedicalTranscriptionJobs(args: ListMedicalTranscriptionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void): void;
215
220
  /**
216
221
  * @see {@link ListMedicalVocabulariesCommand}
217
222
  */
223
+ listMedicalVocabularies(): Promise<ListMedicalVocabulariesCommandOutput>;
218
224
  listMedicalVocabularies(args: ListMedicalVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<ListMedicalVocabulariesCommandOutput>;
219
225
  listMedicalVocabularies(args: ListMedicalVocabulariesCommandInput, cb: (err: any, data?: ListMedicalVocabulariesCommandOutput) => void): void;
220
226
  listMedicalVocabularies(args: ListMedicalVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMedicalVocabulariesCommandOutput) => void): void;
@@ -227,18 +233,21 @@ export interface Transcribe {
227
233
  /**
228
234
  * @see {@link ListTranscriptionJobsCommand}
229
235
  */
236
+ listTranscriptionJobs(): Promise<ListTranscriptionJobsCommandOutput>;
230
237
  listTranscriptionJobs(args: ListTranscriptionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListTranscriptionJobsCommandOutput>;
231
238
  listTranscriptionJobs(args: ListTranscriptionJobsCommandInput, cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void): void;
232
239
  listTranscriptionJobs(args: ListTranscriptionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void): void;
233
240
  /**
234
241
  * @see {@link ListVocabulariesCommand}
235
242
  */
243
+ listVocabularies(): Promise<ListVocabulariesCommandOutput>;
236
244
  listVocabularies(args: ListVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<ListVocabulariesCommandOutput>;
237
245
  listVocabularies(args: ListVocabulariesCommandInput, cb: (err: any, data?: ListVocabulariesCommandOutput) => void): void;
238
246
  listVocabularies(args: ListVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVocabulariesCommandOutput) => void): void;
239
247
  /**
240
248
  * @see {@link ListVocabularyFiltersCommand}
241
249
  */
250
+ listVocabularyFilters(): Promise<ListVocabularyFiltersCommandOutput>;
242
251
  listVocabularyFilters(args: ListVocabularyFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListVocabularyFiltersCommandOutput>;
243
252
  listVocabularyFilters(args: ListVocabularyFiltersCommandInput, cb: (err: any, data?: ListVocabularyFiltersCommandOutput) => void): void;
244
253
  listVocabularyFilters(args: ListVocabularyFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVocabularyFiltersCommandOutput) => void): void;
@@ -304,7 +313,6 @@ export interface Transcribe {
304
313
  updateVocabularyFilter(args: UpdateVocabularyFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVocabularyFilterCommandOutput) => void): void;
305
314
  }
306
315
  /**
307
- * @public
308
316
  * <p>Amazon Transcribe offers three main types of batch transcription: <b>Standard</b>, <b>Medical</b>, and
309
317
  * <b>Call Analytics</b>.</p>
310
318
  * <ul>
@@ -327,6 +335,7 @@ export interface Transcribe {
327
335
  * insight into customer service calls, use this option. Refer to for details.</p>
328
336
  * </li>
329
337
  * </ul>
338
+ * @public
330
339
  */
331
340
  export declare class Transcribe extends TranscribeClient implements Transcribe {
332
341
  }
@@ -194,7 +194,6 @@ export type TranscribeClientResolvedConfigType = __SmithyResolvedConfiguration<_
194
194
  export interface TranscribeClientResolvedConfig extends TranscribeClientResolvedConfigType {
195
195
  }
196
196
  /**
197
- * @public
198
197
  * <p>Amazon Transcribe offers three main types of batch transcription: <b>Standard</b>, <b>Medical</b>, and
199
198
  * <b>Call Analytics</b>.</p>
200
199
  * <ul>
@@ -217,6 +216,7 @@ export interface TranscribeClientResolvedConfig extends TranscribeClientResolved
217
216
  * insight into customer service calls, use this option. Refer to for details.</p>
218
217
  * </li>
219
218
  * </ul>
219
+ * @public
220
220
  */
221
221
  export declare class TranscribeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig> {
222
222
  /**
@@ -22,10 +22,10 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
22
22
  }
23
23
  declare const CreateCallAnalyticsCategoryCommand_base: {
24
24
  new (input: CreateCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCallAnalyticsCategoryCommandInput, CreateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Call Analytics category.</p>
30
30
  * <p>All categories are automatically applied to your Call Analytics transcriptions. Note that in
31
31
  * order to apply categories to your transcriptions, you must create them before submitting your
@@ -244,6 +244,7 @@ declare const CreateCallAnalyticsCategoryCommand_base: {
244
244
  * @throws {@link TranscribeServiceException}
245
245
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
246
246
  *
247
+ * @public
247
248
  */
248
249
  export declare class CreateCallAnalyticsCategoryCommand extends CreateCallAnalyticsCategoryCommand_base {
249
250
  }
@@ -22,10 +22,10 @@ export interface CreateLanguageModelCommandOutput extends CreateLanguageModelRes
22
22
  }
23
23
  declare const CreateLanguageModelCommand_base: {
24
24
  new (input: CreateLanguageModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLanguageModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLanguageModelCommandInput, CreateLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new custom language model.</p>
30
30
  * <p>When creating a new custom language model, you must specify:</p>
31
31
  * <ul>
@@ -108,6 +108,7 @@ declare const CreateLanguageModelCommand_base: {
108
108
  * @throws {@link TranscribeServiceException}
109
109
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class CreateLanguageModelCommand extends CreateLanguageModelCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocab
22
22
  }
23
23
  declare const CreateMedicalVocabularyCommand_base: {
24
24
  new (input: CreateMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMedicalVocabularyCommandInput, CreateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new custom medical vocabulary.</p>
30
30
  * <p>Before creating a new custom medical vocabulary, you must first upload a text file
31
31
  * that contains your vocabulary table into an Amazon S3 bucket.
@@ -95,6 +95,7 @@ declare const CreateMedicalVocabularyCommand_base: {
95
95
  * @throws {@link TranscribeServiceException}
96
96
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class CreateMedicalVocabularyCommand extends CreateMedicalVocabularyCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
22
22
  }
23
23
  declare const CreateVocabularyCommand_base: {
24
24
  new (input: CreateVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new custom vocabulary.</p>
30
30
  * <p>When creating a new custom vocabulary, you can either upload a text file that contains
31
31
  * your new entries, phrases, and terms into an Amazon S3 bucket and include the
@@ -97,6 +97,7 @@ declare const CreateVocabularyCommand_base: {
97
97
  * @throws {@link TranscribeServiceException}
98
98
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class CreateVocabularyCommand extends CreateVocabularyCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFil
22
22
  }
23
23
  declare const CreateVocabularyFilterCommand_base: {
24
24
  new (input: CreateVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new custom vocabulary filter.</p>
30
30
  * <p>You can use custom vocabulary filters to mask, delete, or flag specific words from
31
31
  * your transcript. Custom vocabulary filters are commonly used to mask profanity in
@@ -94,6 +94,7 @@ declare const CreateVocabularyFilterCommand_base: {
94
94
  * @throws {@link TranscribeServiceException}
95
95
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class CreateVocabularyFilterCommand extends CreateVocabularyFilterCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface DeleteCallAnalyticsCategoryCommandOutput extends DeleteCallAnal
22
22
  }
23
23
  declare const DeleteCallAnalyticsCategoryCommand_base: {
24
24
  new (input: DeleteCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Call Analytics category. To use this operation, specify the name of the
30
30
  * category you want to delete using <code>CategoryName</code>. Category names are case
31
31
  * sensitive.</p>
@@ -71,6 +71,7 @@ declare const DeleteCallAnalyticsCategoryCommand_base: {
71
71
  * @throws {@link TranscribeServiceException}
72
72
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteCallAnalyticsCategoryCommand extends DeleteCallAnalyticsCategoryCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteCallAnalyticsJobCommandOutput extends DeleteCallAnalytics
22
22
  }
23
23
  declare const DeleteCallAnalyticsJobCommand_base: {
24
24
  new (input: DeleteCallAnalyticsJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCallAnalyticsJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Call Analytics job. To use this operation, specify the name of the job you
30
30
  * want to delete using <code>CallAnalyticsJobName</code>. Job names are case
31
31
  * sensitive.</p>
@@ -67,6 +67,7 @@ declare const DeleteCallAnalyticsJobCommand_base: {
67
67
  * @throws {@link TranscribeServiceException}
68
68
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteCallAnalyticsJobCommand extends DeleteCallAnalyticsJobCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteLanguageModelCommand_base: {
24
24
  new (input: DeleteLanguageModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLanguageModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a custom language model. To use this operation, specify the name of the
30
30
  * language model you want to delete using <code>ModelName</code>. custom language model
31
31
  * names are case sensitive.</p>
@@ -67,6 +67,7 @@ declare const DeleteLanguageModelCommand_base: {
67
67
  * @throws {@link TranscribeServiceException}
68
68
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteLanguageModelCommand extends DeleteLanguageModelCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteMedicalScribeJobCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteMedicalScribeJobCommand_base: {
24
24
  new (input: DeleteMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMedicalScribeJobCommandInput, DeleteMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMedicalScribeJobCommandInput, DeleteMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Medical Scribe job. To use this operation, specify the name of the
30
30
  * job you want to delete using <code>MedicalScribeJobName</code>. Job names are
31
31
  * case sensitive.</p>
@@ -67,6 +67,7 @@ declare const DeleteMedicalScribeJobCommand_base: {
67
67
  * @throws {@link TranscribeServiceException}
68
68
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteMedicalScribeJobCommand extends DeleteMedicalScribeJobCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteMedicalTranscriptionJobCommandOutput extends __MetadataBe
22
22
  }
23
23
  declare const DeleteMedicalTranscriptionJobCommand_base: {
24
24
  new (input: DeleteMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a medical transcription job. To use this operation, specify the name of the
30
30
  * job you want to delete using <code>MedicalTranscriptionJobName</code>. Job names are
31
31
  * case sensitive.</p>
@@ -67,6 +67,7 @@ declare const DeleteMedicalTranscriptionJobCommand_base: {
67
67
  * @throws {@link TranscribeServiceException}
68
68
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteMedicalTranscriptionJobCommand extends DeleteMedicalTranscriptionJobCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteMedicalVocabularyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteMedicalVocabularyCommand_base: {
24
24
  new (input: DeleteMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a custom medical vocabulary. To use this operation, specify the name of the
30
30
  * custom vocabulary you want to delete using <code>VocabularyName</code>. Custom
31
31
  * vocabulary names are case sensitive.</p>
@@ -71,6 +71,7 @@ declare const DeleteMedicalVocabularyCommand_base: {
71
71
  * @throws {@link TranscribeServiceException}
72
72
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteMedicalVocabularyCommand extends DeleteMedicalVocabularyCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteTranscriptionJobCommand_base: {
24
24
  new (input: DeleteTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a transcription job. To use this operation, specify the name of the job you
30
30
  * want to delete using <code>TranscriptionJobName</code>. Job names are case
31
31
  * sensitive.</p>
@@ -67,6 +67,7 @@ declare const DeleteTranscriptionJobCommand_base: {
67
67
  * @throws {@link TranscribeServiceException}
68
68
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteTranscriptionJobCommand extends DeleteTranscriptionJobCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteVocabularyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteVocabularyCommand_base: {
24
24
  new (input: DeleteVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a custom vocabulary. To use this operation, specify the name of the custom
30
30
  * vocabulary you want to delete using <code>VocabularyName</code>. Custom vocabulary names
31
31
  * are case sensitive.</p>
@@ -71,6 +71,7 @@ declare const DeleteVocabularyCommand_base: {
71
71
  * @throws {@link TranscribeServiceException}
72
72
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteVocabularyCommand extends DeleteVocabularyCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteVocabularyFilterCommand_base: {
24
24
  new (input: DeleteVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a custom vocabulary filter. To use this operation, specify the name of the
30
30
  * custom vocabulary filter you want to delete using <code>VocabularyFilterName</code>.
31
31
  * Custom vocabulary filter names are case sensitive.</p>
@@ -71,6 +71,7 @@ declare const DeleteVocabularyFilterCommand_base: {
71
71
  * @throws {@link TranscribeServiceException}
72
72
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteVocabularyFilterCommand extends DeleteVocabularyFilterCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DescribeLanguageModelCommandOutput extends DescribeLanguageMode
22
22
  }
23
23
  declare const DescribeLanguageModelCommand_base: {
24
24
  new (input: DescribeLanguageModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLanguageModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the specified custom language model.</p>
30
30
  * <p>This operation also shows if the base language model that you used to create your
31
31
  * custom language model has been updated. If Amazon Transcribe has updated the base
@@ -91,6 +91,7 @@ declare const DescribeLanguageModelCommand_base: {
91
91
  * @throws {@link TranscribeServiceException}
92
92
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class DescribeLanguageModelCommand extends DescribeLanguageModelCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface GetCallAnalyticsCategoryCommandOutput extends GetCallAnalyticsC
22
22
  }
23
23
  declare const GetCallAnalyticsCategoryCommand_base: {
24
24
  new (input: GetCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the specified Call Analytics category.</p>
30
30
  * <p>To get a list of your Call Analytics categories, use the operation.</p>
31
31
  * @example
@@ -153,6 +153,7 @@ declare const GetCallAnalyticsCategoryCommand_base: {
153
153
  * @throws {@link TranscribeServiceException}
154
154
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
155
155
  *
156
+ * @public
156
157
  */
157
158
  export declare class GetCallAnalyticsCategoryCommand extends GetCallAnalyticsCategoryCommand_base {
158
159
  }
@@ -22,10 +22,10 @@ export interface GetCallAnalyticsJobCommandOutput extends GetCallAnalyticsJobRes
22
22
  }
23
23
  declare const GetCallAnalyticsJobCommand_base: {
24
24
  new (input: GetCallAnalyticsJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCallAnalyticsJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the specified Call Analytics job.</p>
30
30
  * <p>To view the job's status, refer to <code>CallAnalyticsJobStatus</code>. If the status
31
31
  * is <code>COMPLETED</code>, the job is finished. You can find your completed transcript
@@ -134,6 +134,7 @@ declare const GetCallAnalyticsJobCommand_base: {
134
134
  * @throws {@link TranscribeServiceException}
135
135
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
136
136
  *
137
+ * @public
137
138
  */
138
139
  export declare class GetCallAnalyticsJobCommand extends GetCallAnalyticsJobCommand_base {
139
140
  }
@@ -22,10 +22,10 @@ export interface GetMedicalScribeJobCommandOutput extends GetMedicalScribeJobRes
22
22
  }
23
23
  declare const GetMedicalScribeJobCommand_base: {
24
24
  new (input: GetMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalScribeJobCommandInput, GetMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalScribeJobCommandInput, GetMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the specified Medical Scribe job.</p>
30
30
  * <p>To view the status of the specified medical transcription job, check the
31
31
  * <code>MedicalScribeJobStatus</code> field. If the status is <code>COMPLETED</code>,
@@ -115,6 +115,7 @@ declare const GetMedicalScribeJobCommand_base: {
115
115
  * @throws {@link TranscribeServiceException}
116
116
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class GetMedicalScribeJobCommand extends GetMedicalScribeJobCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTrans
22
22
  }
23
23
  declare const GetMedicalTranscriptionJobCommand_base: {
24
24
  new (input: GetMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the specified medical transcription job.</p>
30
30
  * <p>To view the status of the specified medical transcription job, check the
31
31
  * <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>,
@@ -112,6 +112,7 @@ declare const GetMedicalTranscriptionJobCommand_base: {
112
112
  * @throws {@link TranscribeServiceException}
113
113
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class GetMedicalTranscriptionJobCommand extends GetMedicalTranscriptionJobCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyR
22
22
  }
23
23
  declare const GetMedicalVocabularyCommand_base: {
24
24
  new (input: GetMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the specified custom medical vocabulary.</p>
30
30
  * <p>To view the status of the specified custom medical vocabulary, check the
31
31
  * <code>VocabularyState</code> field. If the status is <code>READY</code>, your custom
@@ -81,6 +81,7 @@ declare const GetMedicalVocabularyCommand_base: {
81
81
  * @throws {@link TranscribeServiceException}
82
82
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetMedicalVocabularyCommand extends GetMedicalVocabularyCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetTranscriptionJobCommandOutput extends GetTranscriptionJobRes
22
22
  }
23
23
  declare const GetTranscriptionJobCommand_base: {
24
24
  new (input: GetTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the specified transcription job.</p>
30
30
  * <p>To view the status of the specified transcription job, check the
31
31
  * <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>,
@@ -163,6 +163,7 @@ declare const GetTranscriptionJobCommand_base: {
163
163
  * @throws {@link TranscribeServiceException}
164
164
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
165
165
  *
166
+ * @public
166
167
  */
167
168
  export declare class GetTranscriptionJobCommand extends GetTranscriptionJobCommand_base {
168
169
  }
@@ -22,10 +22,10 @@ export interface GetVocabularyCommandOutput extends GetVocabularyResponse, __Met
22
22
  }
23
23
  declare const GetVocabularyCommand_base: {
24
24
  new (input: GetVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the specified custom vocabulary.</p>
30
30
  * <p>To view the status of the specified custom vocabulary, check the
31
31
  * <code>VocabularyState</code> field. If the status is <code>READY</code>, your custom
@@ -82,6 +82,7 @@ declare const GetVocabularyCommand_base: {
82
82
  * @throws {@link TranscribeServiceException}
83
83
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class GetVocabularyCommand extends GetVocabularyCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface GetVocabularyFilterCommandOutput extends GetVocabularyFilterRes
22
22
  }
23
23
  declare const GetVocabularyFilterCommand_base: {
24
24
  new (input: GetVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the specified custom vocabulary filter.</p>
30
30
  * <p>To get a list of your custom vocabulary filters, use the operation.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const GetVocabularyFilterCommand_base: {
75
75
  * @throws {@link TranscribeServiceException}
76
76
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetVocabularyFilterCommand extends GetVocabularyFilterCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListCallAnalyticsCategoriesCommandOutput extends ListCallAnalyt
22
22
  }
23
23
  declare const ListCallAnalyticsCategoriesCommand_base: {
24
24
  new (input: ListCallAnalyticsCategoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCallAnalyticsCategoriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of Call Analytics categories, including all rules that make up each
30
30
  * category.</p>
31
31
  * <p>To get detailed information about a specific Call Analytics category, use the operation.</p>
@@ -154,6 +154,7 @@ declare const ListCallAnalyticsCategoriesCommand_base: {
154
154
  * @throws {@link TranscribeServiceException}
155
155
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
156
156
  *
157
+ * @public
157
158
  */
158
159
  export declare class ListCallAnalyticsCategoriesCommand extends ListCallAnalyticsCategoriesCommand_base {
159
160
  }
@@ -22,10 +22,10 @@ export interface ListCallAnalyticsJobsCommandOutput extends ListCallAnalyticsJob
22
22
  }
23
23
  declare const ListCallAnalyticsJobsCommand_base: {
24
24
  new (input: ListCallAnalyticsJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCallAnalyticsJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of Call Analytics jobs that match the specified criteria. If no
30
30
  * criteria are specified, all Call Analytics jobs are returned.</p>
31
31
  * <p>To get detailed information about a specific Call Analytics job, use the operation.</p>
@@ -84,6 +84,7 @@ declare const ListCallAnalyticsJobsCommand_base: {
84
84
  * @throws {@link TranscribeServiceException}
85
85
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListCallAnalyticsJobsCommand extends ListCallAnalyticsJobsCommand_base {
89
90
  }