@aws-sdk/client-transcribe 3.170.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Transcribe.d.ts +0 -39
  3. package/dist-types/ts3.4/TranscribeClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +0 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +0 -435
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  49. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-transcribe
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-transcribe
@@ -156,7 +156,6 @@ import {
156
156
  UpdateVocabularyFilterCommandOutput,
157
157
  } from "./commands/UpdateVocabularyFilterCommand";
158
158
  import { TranscribeClient } from "./TranscribeClient";
159
-
160
159
  export declare class Transcribe extends TranscribeClient {
161
160
  createCallAnalyticsCategory(
162
161
  args: CreateCallAnalyticsCategoryCommandInput,
@@ -171,7 +170,6 @@ export declare class Transcribe extends TranscribeClient {
171
170
  options: __HttpHandlerOptions,
172
171
  cb: (err: any, data?: CreateCallAnalyticsCategoryCommandOutput) => void
173
172
  ): void;
174
-
175
173
  createLanguageModel(
176
174
  args: CreateLanguageModelCommandInput,
177
175
  options?: __HttpHandlerOptions
@@ -185,7 +183,6 @@ export declare class Transcribe extends TranscribeClient {
185
183
  options: __HttpHandlerOptions,
186
184
  cb: (err: any, data?: CreateLanguageModelCommandOutput) => void
187
185
  ): void;
188
-
189
186
  createMedicalVocabulary(
190
187
  args: CreateMedicalVocabularyCommandInput,
191
188
  options?: __HttpHandlerOptions
@@ -199,7 +196,6 @@ export declare class Transcribe extends TranscribeClient {
199
196
  options: __HttpHandlerOptions,
200
197
  cb: (err: any, data?: CreateMedicalVocabularyCommandOutput) => void
201
198
  ): void;
202
-
203
199
  createVocabulary(
204
200
  args: CreateVocabularyCommandInput,
205
201
  options?: __HttpHandlerOptions
@@ -213,7 +209,6 @@ export declare class Transcribe extends TranscribeClient {
213
209
  options: __HttpHandlerOptions,
214
210
  cb: (err: any, data?: CreateVocabularyCommandOutput) => void
215
211
  ): void;
216
-
217
212
  createVocabularyFilter(
218
213
  args: CreateVocabularyFilterCommandInput,
219
214
  options?: __HttpHandlerOptions
@@ -227,7 +222,6 @@ export declare class Transcribe extends TranscribeClient {
227
222
  options: __HttpHandlerOptions,
228
223
  cb: (err: any, data?: CreateVocabularyFilterCommandOutput) => void
229
224
  ): void;
230
-
231
225
  deleteCallAnalyticsCategory(
232
226
  args: DeleteCallAnalyticsCategoryCommandInput,
233
227
  options?: __HttpHandlerOptions
@@ -241,7 +235,6 @@ export declare class Transcribe extends TranscribeClient {
241
235
  options: __HttpHandlerOptions,
242
236
  cb: (err: any, data?: DeleteCallAnalyticsCategoryCommandOutput) => void
243
237
  ): void;
244
-
245
238
  deleteCallAnalyticsJob(
246
239
  args: DeleteCallAnalyticsJobCommandInput,
247
240
  options?: __HttpHandlerOptions
@@ -255,7 +248,6 @@ export declare class Transcribe extends TranscribeClient {
255
248
  options: __HttpHandlerOptions,
256
249
  cb: (err: any, data?: DeleteCallAnalyticsJobCommandOutput) => void
257
250
  ): void;
258
-
259
251
  deleteLanguageModel(
260
252
  args: DeleteLanguageModelCommandInput,
261
253
  options?: __HttpHandlerOptions
@@ -269,7 +261,6 @@ export declare class Transcribe extends TranscribeClient {
269
261
  options: __HttpHandlerOptions,
270
262
  cb: (err: any, data?: DeleteLanguageModelCommandOutput) => void
271
263
  ): void;
272
-
273
264
  deleteMedicalTranscriptionJob(
274
265
  args: DeleteMedicalTranscriptionJobCommandInput,
275
266
  options?: __HttpHandlerOptions
@@ -283,7 +274,6 @@ export declare class Transcribe extends TranscribeClient {
283
274
  options: __HttpHandlerOptions,
284
275
  cb: (err: any, data?: DeleteMedicalTranscriptionJobCommandOutput) => void
285
276
  ): void;
286
-
287
277
  deleteMedicalVocabulary(
288
278
  args: DeleteMedicalVocabularyCommandInput,
289
279
  options?: __HttpHandlerOptions
@@ -297,7 +287,6 @@ export declare class Transcribe extends TranscribeClient {
297
287
  options: __HttpHandlerOptions,
298
288
  cb: (err: any, data?: DeleteMedicalVocabularyCommandOutput) => void
299
289
  ): void;
300
-
301
290
  deleteTranscriptionJob(
302
291
  args: DeleteTranscriptionJobCommandInput,
303
292
  options?: __HttpHandlerOptions
@@ -311,7 +300,6 @@ export declare class Transcribe extends TranscribeClient {
311
300
  options: __HttpHandlerOptions,
312
301
  cb: (err: any, data?: DeleteTranscriptionJobCommandOutput) => void
313
302
  ): void;
314
-
315
303
  deleteVocabulary(
316
304
  args: DeleteVocabularyCommandInput,
317
305
  options?: __HttpHandlerOptions
@@ -325,7 +313,6 @@ export declare class Transcribe extends TranscribeClient {
325
313
  options: __HttpHandlerOptions,
326
314
  cb: (err: any, data?: DeleteVocabularyCommandOutput) => void
327
315
  ): void;
328
-
329
316
  deleteVocabularyFilter(
330
317
  args: DeleteVocabularyFilterCommandInput,
331
318
  options?: __HttpHandlerOptions
@@ -339,7 +326,6 @@ export declare class Transcribe extends TranscribeClient {
339
326
  options: __HttpHandlerOptions,
340
327
  cb: (err: any, data?: DeleteVocabularyFilterCommandOutput) => void
341
328
  ): void;
342
-
343
329
  describeLanguageModel(
344
330
  args: DescribeLanguageModelCommandInput,
345
331
  options?: __HttpHandlerOptions
@@ -353,7 +339,6 @@ export declare class Transcribe extends TranscribeClient {
353
339
  options: __HttpHandlerOptions,
354
340
  cb: (err: any, data?: DescribeLanguageModelCommandOutput) => void
355
341
  ): void;
356
-
357
342
  getCallAnalyticsCategory(
358
343
  args: GetCallAnalyticsCategoryCommandInput,
359
344
  options?: __HttpHandlerOptions
@@ -367,7 +352,6 @@ export declare class Transcribe extends TranscribeClient {
367
352
  options: __HttpHandlerOptions,
368
353
  cb: (err: any, data?: GetCallAnalyticsCategoryCommandOutput) => void
369
354
  ): void;
370
-
371
355
  getCallAnalyticsJob(
372
356
  args: GetCallAnalyticsJobCommandInput,
373
357
  options?: __HttpHandlerOptions
@@ -381,7 +365,6 @@ export declare class Transcribe extends TranscribeClient {
381
365
  options: __HttpHandlerOptions,
382
366
  cb: (err: any, data?: GetCallAnalyticsJobCommandOutput) => void
383
367
  ): void;
384
-
385
368
  getMedicalTranscriptionJob(
386
369
  args: GetMedicalTranscriptionJobCommandInput,
387
370
  options?: __HttpHandlerOptions
@@ -395,7 +378,6 @@ export declare class Transcribe extends TranscribeClient {
395
378
  options: __HttpHandlerOptions,
396
379
  cb: (err: any, data?: GetMedicalTranscriptionJobCommandOutput) => void
397
380
  ): void;
398
-
399
381
  getMedicalVocabulary(
400
382
  args: GetMedicalVocabularyCommandInput,
401
383
  options?: __HttpHandlerOptions
@@ -409,7 +391,6 @@ export declare class Transcribe extends TranscribeClient {
409
391
  options: __HttpHandlerOptions,
410
392
  cb: (err: any, data?: GetMedicalVocabularyCommandOutput) => void
411
393
  ): void;
412
-
413
394
  getTranscriptionJob(
414
395
  args: GetTranscriptionJobCommandInput,
415
396
  options?: __HttpHandlerOptions
@@ -423,7 +404,6 @@ export declare class Transcribe extends TranscribeClient {
423
404
  options: __HttpHandlerOptions,
424
405
  cb: (err: any, data?: GetTranscriptionJobCommandOutput) => void
425
406
  ): void;
426
-
427
407
  getVocabulary(
428
408
  args: GetVocabularyCommandInput,
429
409
  options?: __HttpHandlerOptions
@@ -437,7 +417,6 @@ export declare class Transcribe extends TranscribeClient {
437
417
  options: __HttpHandlerOptions,
438
418
  cb: (err: any, data?: GetVocabularyCommandOutput) => void
439
419
  ): void;
440
-
441
420
  getVocabularyFilter(
442
421
  args: GetVocabularyFilterCommandInput,
443
422
  options?: __HttpHandlerOptions
@@ -451,7 +430,6 @@ export declare class Transcribe extends TranscribeClient {
451
430
  options: __HttpHandlerOptions,
452
431
  cb: (err: any, data?: GetVocabularyFilterCommandOutput) => void
453
432
  ): void;
454
-
455
433
  listCallAnalyticsCategories(
456
434
  args: ListCallAnalyticsCategoriesCommandInput,
457
435
  options?: __HttpHandlerOptions
@@ -465,7 +443,6 @@ export declare class Transcribe extends TranscribeClient {
465
443
  options: __HttpHandlerOptions,
466
444
  cb: (err: any, data?: ListCallAnalyticsCategoriesCommandOutput) => void
467
445
  ): void;
468
-
469
446
  listCallAnalyticsJobs(
470
447
  args: ListCallAnalyticsJobsCommandInput,
471
448
  options?: __HttpHandlerOptions
@@ -479,7 +456,6 @@ export declare class Transcribe extends TranscribeClient {
479
456
  options: __HttpHandlerOptions,
480
457
  cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void
481
458
  ): void;
482
-
483
459
  listLanguageModels(
484
460
  args: ListLanguageModelsCommandInput,
485
461
  options?: __HttpHandlerOptions
@@ -493,7 +469,6 @@ export declare class Transcribe extends TranscribeClient {
493
469
  options: __HttpHandlerOptions,
494
470
  cb: (err: any, data?: ListLanguageModelsCommandOutput) => void
495
471
  ): void;
496
-
497
472
  listMedicalTranscriptionJobs(
498
473
  args: ListMedicalTranscriptionJobsCommandInput,
499
474
  options?: __HttpHandlerOptions
@@ -507,7 +482,6 @@ export declare class Transcribe extends TranscribeClient {
507
482
  options: __HttpHandlerOptions,
508
483
  cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void
509
484
  ): void;
510
-
511
485
  listMedicalVocabularies(
512
486
  args: ListMedicalVocabulariesCommandInput,
513
487
  options?: __HttpHandlerOptions
@@ -521,7 +495,6 @@ export declare class Transcribe extends TranscribeClient {
521
495
  options: __HttpHandlerOptions,
522
496
  cb: (err: any, data?: ListMedicalVocabulariesCommandOutput) => void
523
497
  ): void;
524
-
525
498
  listTagsForResource(
526
499
  args: ListTagsForResourceCommandInput,
527
500
  options?: __HttpHandlerOptions
@@ -535,7 +508,6 @@ export declare class Transcribe extends TranscribeClient {
535
508
  options: __HttpHandlerOptions,
536
509
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
537
510
  ): void;
538
-
539
511
  listTranscriptionJobs(
540
512
  args: ListTranscriptionJobsCommandInput,
541
513
  options?: __HttpHandlerOptions
@@ -549,7 +521,6 @@ export declare class Transcribe extends TranscribeClient {
549
521
  options: __HttpHandlerOptions,
550
522
  cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void
551
523
  ): void;
552
-
553
524
  listVocabularies(
554
525
  args: ListVocabulariesCommandInput,
555
526
  options?: __HttpHandlerOptions
@@ -563,7 +534,6 @@ export declare class Transcribe extends TranscribeClient {
563
534
  options: __HttpHandlerOptions,
564
535
  cb: (err: any, data?: ListVocabulariesCommandOutput) => void
565
536
  ): void;
566
-
567
537
  listVocabularyFilters(
568
538
  args: ListVocabularyFiltersCommandInput,
569
539
  options?: __HttpHandlerOptions
@@ -577,7 +547,6 @@ export declare class Transcribe extends TranscribeClient {
577
547
  options: __HttpHandlerOptions,
578
548
  cb: (err: any, data?: ListVocabularyFiltersCommandOutput) => void
579
549
  ): void;
580
-
581
550
  startCallAnalyticsJob(
582
551
  args: StartCallAnalyticsJobCommandInput,
583
552
  options?: __HttpHandlerOptions
@@ -591,7 +560,6 @@ export declare class Transcribe extends TranscribeClient {
591
560
  options: __HttpHandlerOptions,
592
561
  cb: (err: any, data?: StartCallAnalyticsJobCommandOutput) => void
593
562
  ): void;
594
-
595
563
  startMedicalTranscriptionJob(
596
564
  args: StartMedicalTranscriptionJobCommandInput,
597
565
  options?: __HttpHandlerOptions
@@ -605,7 +573,6 @@ export declare class Transcribe extends TranscribeClient {
605
573
  options: __HttpHandlerOptions,
606
574
  cb: (err: any, data?: StartMedicalTranscriptionJobCommandOutput) => void
607
575
  ): void;
608
-
609
576
  startTranscriptionJob(
610
577
  args: StartTranscriptionJobCommandInput,
611
578
  options?: __HttpHandlerOptions
@@ -619,7 +586,6 @@ export declare class Transcribe extends TranscribeClient {
619
586
  options: __HttpHandlerOptions,
620
587
  cb: (err: any, data?: StartTranscriptionJobCommandOutput) => void
621
588
  ): void;
622
-
623
589
  tagResource(
624
590
  args: TagResourceCommandInput,
625
591
  options?: __HttpHandlerOptions
@@ -633,7 +599,6 @@ export declare class Transcribe extends TranscribeClient {
633
599
  options: __HttpHandlerOptions,
634
600
  cb: (err: any, data?: TagResourceCommandOutput) => void
635
601
  ): void;
636
-
637
602
  untagResource(
638
603
  args: UntagResourceCommandInput,
639
604
  options?: __HttpHandlerOptions
@@ -647,7 +612,6 @@ export declare class Transcribe extends TranscribeClient {
647
612
  options: __HttpHandlerOptions,
648
613
  cb: (err: any, data?: UntagResourceCommandOutput) => void
649
614
  ): void;
650
-
651
615
  updateCallAnalyticsCategory(
652
616
  args: UpdateCallAnalyticsCategoryCommandInput,
653
617
  options?: __HttpHandlerOptions
@@ -661,7 +625,6 @@ export declare class Transcribe extends TranscribeClient {
661
625
  options: __HttpHandlerOptions,
662
626
  cb: (err: any, data?: UpdateCallAnalyticsCategoryCommandOutput) => void
663
627
  ): void;
664
-
665
628
  updateMedicalVocabulary(
666
629
  args: UpdateMedicalVocabularyCommandInput,
667
630
  options?: __HttpHandlerOptions
@@ -675,7 +638,6 @@ export declare class Transcribe extends TranscribeClient {
675
638
  options: __HttpHandlerOptions,
676
639
  cb: (err: any, data?: UpdateMedicalVocabularyCommandOutput) => void
677
640
  ): void;
678
-
679
641
  updateVocabulary(
680
642
  args: UpdateVocabularyCommandInput,
681
643
  options?: __HttpHandlerOptions
@@ -689,7 +651,6 @@ export declare class Transcribe extends TranscribeClient {
689
651
  options: __HttpHandlerOptions,
690
652
  cb: (err: any, data?: UpdateVocabularyCommandOutput) => void
691
653
  ): void;
692
-
693
654
  updateVocabularyFilter(
694
655
  args: UpdateVocabularyFilterCommandInput,
695
656
  options?: __HttpHandlerOptions
@@ -281,47 +281,26 @@ export declare type ServiceOutputTypes =
281
281
  export interface ClientDefaults
282
282
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
283
283
  requestHandler?: __HttpHandler;
284
-
285
284
  sha256?: __HashConstructor;
286
-
287
285
  urlParser?: __UrlParser;
288
-
289
286
  bodyLengthChecker?: __BodyLengthCalculator;
290
-
291
287
  streamCollector?: __StreamCollector;
292
-
293
288
  base64Decoder?: __Decoder;
294
-
295
289
  base64Encoder?: __Encoder;
296
-
297
290
  utf8Decoder?: __Decoder;
298
-
299
291
  utf8Encoder?: __Encoder;
300
-
301
292
  runtime?: string;
302
-
303
293
  disableHostPrefix?: boolean;
304
-
305
294
  maxAttempts?: number | __Provider<number>;
306
-
307
295
  retryMode?: string | __Provider<string>;
308
-
309
296
  logger?: __Logger;
310
-
311
297
  useDualstackEndpoint?: boolean | __Provider<boolean>;
312
-
313
298
  useFipsEndpoint?: boolean | __Provider<boolean>;
314
-
315
299
  serviceId?: string;
316
-
317
300
  region?: string | __Provider<string>;
318
-
319
301
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
320
-
321
302
  regionInfoProvider?: RegionInfoProvider;
322
-
323
303
  defaultUserAgentProvider?: Provider<__UserAgent>;
324
-
325
304
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
326
305
  }
327
306
  declare type TranscribeClientConfigType = Partial<
@@ -334,7 +313,6 @@ declare type TranscribeClientConfigType = Partial<
334
313
  HostHeaderInputConfig &
335
314
  AwsAuthInputConfig &
336
315
  UserAgentInputConfig;
337
-
338
316
  export interface TranscribeClientConfig extends TranscribeClientConfigType {}
339
317
  declare type TranscribeClientResolvedConfigType =
340
318
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -345,10 +323,8 @@ declare type TranscribeClientResolvedConfigType =
345
323
  HostHeaderResolvedConfig &
346
324
  AwsAuthResolvedConfig &
347
325
  UserAgentResolvedConfig;
348
-
349
326
  export interface TranscribeClientResolvedConfig
350
327
  extends TranscribeClientResolvedConfigType {}
351
-
352
328
  export declare class TranscribeClient extends __Client<
353
329
  __HttpHandlerOptions,
354
330
  ServiceInputTypes,
@@ -357,7 +333,6 @@ export declare class TranscribeClient extends __Client<
357
333
  > {
358
334
  readonly config: TranscribeClientResolvedConfig;
359
335
  constructor(configuration: TranscribeClientConfig);
360
-
361
336
  destroy(): void;
362
337
  }
363
338
  export {};
@@ -19,7 +19,6 @@ export interface CreateCallAnalyticsCategoryCommandInput
19
19
  export interface CreateCallAnalyticsCategoryCommandOutput
20
20
  extends CreateCallAnalyticsCategoryResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateCallAnalyticsCategoryCommand extends $Command<
24
23
  CreateCallAnalyticsCategoryCommandInput,
25
24
  CreateCallAnalyticsCategoryCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateCallAnalyticsCategoryCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateCallAnalyticsCategoryCommandInput;
29
28
  constructor(input: CreateCallAnalyticsCategoryCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateLanguageModelCommandInput
19
19
  export interface CreateLanguageModelCommandOutput
20
20
  extends CreateLanguageModelResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateLanguageModelCommand extends $Command<
24
23
  CreateLanguageModelCommandInput,
25
24
  CreateLanguageModelCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateLanguageModelCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateLanguageModelCommandInput;
29
28
  constructor(input: CreateLanguageModelCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateMedicalVocabularyCommandInput
19
19
  export interface CreateMedicalVocabularyCommandOutput
20
20
  extends CreateMedicalVocabularyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateMedicalVocabularyCommand extends $Command<
24
23
  CreateMedicalVocabularyCommandInput,
25
24
  CreateMedicalVocabularyCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateMedicalVocabularyCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateMedicalVocabularyCommandInput;
29
28
  constructor(input: CreateMedicalVocabularyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateVocabularyCommandInput extends CreateVocabularyRequest {}
18
18
  export interface CreateVocabularyCommandOutput
19
19
  extends CreateVocabularyResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateVocabularyCommand extends $Command<
23
22
  CreateVocabularyCommandInput,
24
23
  CreateVocabularyCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateVocabularyCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateVocabularyCommandInput;
28
27
  constructor(input: CreateVocabularyCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: TranscribeClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateVocabularyFilterCommandInput
19
19
  export interface CreateVocabularyFilterCommandOutput
20
20
  extends CreateVocabularyFilterResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateVocabularyFilterCommand extends $Command<
24
23
  CreateVocabularyFilterCommandInput,
25
24
  CreateVocabularyFilterCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateVocabularyFilterCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateVocabularyFilterCommandInput;
29
28
  constructor(input: CreateVocabularyFilterCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteCallAnalyticsCategoryCommandInput
19
19
  export interface DeleteCallAnalyticsCategoryCommandOutput
20
20
  extends DeleteCallAnalyticsCategoryResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteCallAnalyticsCategoryCommand extends $Command<
24
23
  DeleteCallAnalyticsCategoryCommandInput,
25
24
  DeleteCallAnalyticsCategoryCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteCallAnalyticsCategoryCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteCallAnalyticsCategoryCommandInput;
29
28
  constructor(input: DeleteCallAnalyticsCategoryCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteCallAnalyticsJobCommandInput
19
19
  export interface DeleteCallAnalyticsJobCommandOutput
20
20
  extends DeleteCallAnalyticsJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteCallAnalyticsJobCommand extends $Command<
24
23
  DeleteCallAnalyticsJobCommandInput,
25
24
  DeleteCallAnalyticsJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteCallAnalyticsJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteCallAnalyticsJobCommandInput;
29
28
  constructor(input: DeleteCallAnalyticsJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface DeleteLanguageModelCommandInput
15
15
  extends DeleteLanguageModelRequest {}
16
16
  export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteLanguageModelCommand extends $Command<
19
18
  DeleteLanguageModelCommandInput,
20
19
  DeleteLanguageModelCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteLanguageModelCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteLanguageModelCommandInput;
24
23
  constructor(input: DeleteLanguageModelCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: TranscribeClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteMedicalTranscriptionJobCommandInput
15
15
  extends DeleteMedicalTranscriptionJobRequest {}
16
16
  export interface DeleteMedicalTranscriptionJobCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteMedicalTranscriptionJobCommand extends $Command<
20
19
  DeleteMedicalTranscriptionJobCommandInput,
21
20
  DeleteMedicalTranscriptionJobCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteMedicalTranscriptionJobCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteMedicalTranscriptionJobCommandInput;
25
24
  constructor(input: DeleteMedicalTranscriptionJobCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: TranscribeClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteMedicalVocabularyCommandInput
15
15
  extends DeleteMedicalVocabularyRequest {}
16
16
  export interface DeleteMedicalVocabularyCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteMedicalVocabularyCommand extends $Command<
20
19
  DeleteMedicalVocabularyCommandInput,
21
20
  DeleteMedicalVocabularyCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteMedicalVocabularyCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteMedicalVocabularyCommandInput;
25
24
  constructor(input: DeleteMedicalVocabularyCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: TranscribeClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface DeleteTranscriptionJobCommandInput
15
15
  extends DeleteTranscriptionJobRequest {}
16
16
  export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteTranscriptionJobCommand extends $Command<
19
18
  DeleteTranscriptionJobCommandInput,
20
19
  DeleteTranscriptionJobCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteTranscriptionJobCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteTranscriptionJobCommandInput;
24
23
  constructor(input: DeleteTranscriptionJobCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: TranscribeClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../TranscribeClient";
14
14
  export interface DeleteVocabularyCommandInput extends DeleteVocabularyRequest {}
15
15
  export interface DeleteVocabularyCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteVocabularyCommand extends $Command<
18
17
  DeleteVocabularyCommandInput,
19
18
  DeleteVocabularyCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteVocabularyCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteVocabularyCommandInput;
23
22
  constructor(input: DeleteVocabularyCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: TranscribeClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface DeleteVocabularyFilterCommandInput
15
15
  extends DeleteVocabularyFilterRequest {}
16
16
  export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteVocabularyFilterCommand extends $Command<
19
18
  DeleteVocabularyFilterCommandInput,
20
19
  DeleteVocabularyFilterCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteVocabularyFilterCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteVocabularyFilterCommandInput;
24
23
  constructor(input: DeleteVocabularyFilterCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: TranscribeClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeLanguageModelCommandInput
19
19
  export interface DescribeLanguageModelCommandOutput
20
20
  extends DescribeLanguageModelResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeLanguageModelCommand extends $Command<
24
23
  DescribeLanguageModelCommandInput,
25
24
  DescribeLanguageModelCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeLanguageModelCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeLanguageModelCommandInput;
29
28
  constructor(input: DescribeLanguageModelCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetCallAnalyticsCategoryCommandInput
19
19
  export interface GetCallAnalyticsCategoryCommandOutput
20
20
  extends GetCallAnalyticsCategoryResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetCallAnalyticsCategoryCommand extends $Command<
24
23
  GetCallAnalyticsCategoryCommandInput,
25
24
  GetCallAnalyticsCategoryCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetCallAnalyticsCategoryCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetCallAnalyticsCategoryCommandInput;
29
28
  constructor(input: GetCallAnalyticsCategoryCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetCallAnalyticsJobCommandInput
19
19
  export interface GetCallAnalyticsJobCommandOutput
20
20
  extends GetCallAnalyticsJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetCallAnalyticsJobCommand extends $Command<
24
23
  GetCallAnalyticsJobCommandInput,
25
24
  GetCallAnalyticsJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetCallAnalyticsJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetCallAnalyticsJobCommandInput;
29
28
  constructor(input: GetCallAnalyticsJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetMedicalTranscriptionJobCommandInput
19
19
  export interface GetMedicalTranscriptionJobCommandOutput
20
20
  extends GetMedicalTranscriptionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetMedicalTranscriptionJobCommand extends $Command<
24
23
  GetMedicalTranscriptionJobCommandInput,
25
24
  GetMedicalTranscriptionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetMedicalTranscriptionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetMedicalTranscriptionJobCommandInput;
29
28
  constructor(input: GetMedicalTranscriptionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TranscribeClientResolvedConfig,