@aws-sdk/client-transcribe 3.533.0 → 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 (91) 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/ts3.4/Transcribe.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteMedicalScribeJobCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetMedicalScribeJobCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListMedicalScribeJobsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/StartMedicalScribeJobCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +9 -0
  91. package/package.json +40 -40
@@ -472,6 +472,7 @@ export interface Transcribe {
472
472
  options: __HttpHandlerOptions,
473
473
  cb: (err: any, data?: GetVocabularyFilterCommandOutput) => void
474
474
  ): void;
475
+ listCallAnalyticsCategories(): Promise<ListCallAnalyticsCategoriesCommandOutput>;
475
476
  listCallAnalyticsCategories(
476
477
  args: ListCallAnalyticsCategoriesCommandInput,
477
478
  options?: __HttpHandlerOptions
@@ -485,6 +486,7 @@ export interface Transcribe {
485
486
  options: __HttpHandlerOptions,
486
487
  cb: (err: any, data?: ListCallAnalyticsCategoriesCommandOutput) => void
487
488
  ): void;
489
+ listCallAnalyticsJobs(): Promise<ListCallAnalyticsJobsCommandOutput>;
488
490
  listCallAnalyticsJobs(
489
491
  args: ListCallAnalyticsJobsCommandInput,
490
492
  options?: __HttpHandlerOptions
@@ -498,6 +500,7 @@ export interface Transcribe {
498
500
  options: __HttpHandlerOptions,
499
501
  cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void
500
502
  ): void;
503
+ listLanguageModels(): Promise<ListLanguageModelsCommandOutput>;
501
504
  listLanguageModels(
502
505
  args: ListLanguageModelsCommandInput,
503
506
  options?: __HttpHandlerOptions
@@ -511,6 +514,7 @@ export interface Transcribe {
511
514
  options: __HttpHandlerOptions,
512
515
  cb: (err: any, data?: ListLanguageModelsCommandOutput) => void
513
516
  ): void;
517
+ listMedicalScribeJobs(): Promise<ListMedicalScribeJobsCommandOutput>;
514
518
  listMedicalScribeJobs(
515
519
  args: ListMedicalScribeJobsCommandInput,
516
520
  options?: __HttpHandlerOptions
@@ -524,6 +528,7 @@ export interface Transcribe {
524
528
  options: __HttpHandlerOptions,
525
529
  cb: (err: any, data?: ListMedicalScribeJobsCommandOutput) => void
526
530
  ): void;
531
+ listMedicalTranscriptionJobs(): Promise<ListMedicalTranscriptionJobsCommandOutput>;
527
532
  listMedicalTranscriptionJobs(
528
533
  args: ListMedicalTranscriptionJobsCommandInput,
529
534
  options?: __HttpHandlerOptions
@@ -537,6 +542,7 @@ export interface Transcribe {
537
542
  options: __HttpHandlerOptions,
538
543
  cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void
539
544
  ): void;
545
+ listMedicalVocabularies(): Promise<ListMedicalVocabulariesCommandOutput>;
540
546
  listMedicalVocabularies(
541
547
  args: ListMedicalVocabulariesCommandInput,
542
548
  options?: __HttpHandlerOptions
@@ -563,6 +569,7 @@ export interface Transcribe {
563
569
  options: __HttpHandlerOptions,
564
570
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
565
571
  ): void;
572
+ listTranscriptionJobs(): Promise<ListTranscriptionJobsCommandOutput>;
566
573
  listTranscriptionJobs(
567
574
  args: ListTranscriptionJobsCommandInput,
568
575
  options?: __HttpHandlerOptions
@@ -576,6 +583,7 @@ export interface Transcribe {
576
583
  options: __HttpHandlerOptions,
577
584
  cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void
578
585
  ): void;
586
+ listVocabularies(): Promise<ListVocabulariesCommandOutput>;
579
587
  listVocabularies(
580
588
  args: ListVocabulariesCommandInput,
581
589
  options?: __HttpHandlerOptions
@@ -589,6 +597,7 @@ export interface Transcribe {
589
597
  options: __HttpHandlerOptions,
590
598
  cb: (err: any, data?: ListVocabulariesCommandOutput) => void
591
599
  ): void;
600
+ listVocabularyFilters(): Promise<ListVocabularyFiltersCommandOutput>;
592
601
  listVocabularyFilters(
593
602
  args: ListVocabularyFiltersCommandInput,
594
603
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CreateCallAnalyticsCategoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCallAnalyticsCategoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCallAnalyticsCategoryCommandInput,
32
+ CreateCallAnalyticsCategoryCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCallAnalyticsCategoryCommand extends CreateCallAnalyticsCategoryCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLanguageModelCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLanguageModelCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLanguageModelCommandInput,
32
+ CreateLanguageModelCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLanguageModelCommand extends CreateLanguageModelCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMedicalVocabularyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMedicalVocabularyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMedicalVocabularyCommandInput,
32
+ CreateMedicalVocabularyCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMedicalVocabularyCommand extends CreateMedicalVocabularyCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateVocabularyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateVocabularyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateVocabularyCommandInput,
31
+ CreateVocabularyCommandOutput,
32
+ TranscribeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateVocabularyCommand extends CreateVocabularyCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateVocabularyFilterCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateVocabularyFilterCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateVocabularyFilterCommandInput,
32
+ CreateVocabularyFilterCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateVocabularyFilterCommand extends CreateVocabularyFilterCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteCallAnalyticsCategoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteCallAnalyticsCategoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteCallAnalyticsCategoryCommandInput,
32
+ DeleteCallAnalyticsCategoryCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteCallAnalyticsCategoryCommand extends DeleteCallAnalyticsCategoryCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteCallAnalyticsJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteCallAnalyticsJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteCallAnalyticsJobCommandInput,
32
+ DeleteCallAnalyticsJobCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteCallAnalyticsJobCommand extends DeleteCallAnalyticsJobCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteLanguageModelCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteLanguageModelCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteLanguageModelCommandInput,
27
+ DeleteLanguageModelCommandOutput,
28
+ TranscribeClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteLanguageModelCommand extends DeleteLanguageModelCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteMedicalScribeJobCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteMedicalScribeJobCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteMedicalScribeJobCommandInput,
27
+ DeleteMedicalScribeJobCommandOutput,
28
+ TranscribeClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteMedicalScribeJobCommand extends DeleteMedicalScribeJobCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteMedicalTranscriptionJobCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteMedicalTranscriptionJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteMedicalTranscriptionJobCommandInput,
28
+ DeleteMedicalTranscriptionJobCommandOutput,
29
+ TranscribeClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteMedicalTranscriptionJobCommand extends DeleteMedicalTranscriptionJobCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteMedicalVocabularyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteMedicalVocabularyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteMedicalVocabularyCommandInput,
28
+ DeleteMedicalVocabularyCommandOutput,
29
+ TranscribeClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteMedicalVocabularyCommand extends DeleteMedicalVocabularyCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteTranscriptionJobCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteTranscriptionJobCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteTranscriptionJobCommandInput,
27
+ DeleteTranscriptionJobCommandOutput,
28
+ TranscribeClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteTranscriptionJobCommand extends DeleteTranscriptionJobCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteVocabularyCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteVocabularyCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteVocabularyCommandInput,
26
+ DeleteVocabularyCommandOutput,
27
+ TranscribeClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteVocabularyCommand extends DeleteVocabularyCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteVocabularyFilterCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteVocabularyFilterCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteVocabularyFilterCommandInput,
27
+ DeleteVocabularyFilterCommandOutput,
28
+ TranscribeClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteVocabularyFilterCommand extends DeleteVocabularyFilterCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLanguageModelCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLanguageModelCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLanguageModelCommandInput,
32
+ DescribeLanguageModelCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLanguageModelCommand extends DescribeLanguageModelCommand_base {}
@@ -25,6 +25,15 @@ declare const GetCallAnalyticsCategoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetCallAnalyticsCategoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetCallAnalyticsCategoryCommandInput,
32
+ GetCallAnalyticsCategoryCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetCallAnalyticsCategoryCommand extends GetCallAnalyticsCategoryCommand_base {}
@@ -25,6 +25,15 @@ declare const GetCallAnalyticsJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetCallAnalyticsJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetCallAnalyticsJobCommandInput,
32
+ GetCallAnalyticsJobCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetCallAnalyticsJobCommand extends GetCallAnalyticsJobCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMedicalScribeJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMedicalScribeJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMedicalScribeJobCommandInput,
32
+ GetMedicalScribeJobCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMedicalScribeJobCommand extends GetMedicalScribeJobCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMedicalTranscriptionJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMedicalTranscriptionJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMedicalTranscriptionJobCommandInput,
32
+ GetMedicalTranscriptionJobCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMedicalTranscriptionJobCommand extends GetMedicalTranscriptionJobCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMedicalVocabularyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMedicalVocabularyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMedicalVocabularyCommandInput,
32
+ GetMedicalVocabularyCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMedicalVocabularyCommand extends GetMedicalVocabularyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetTranscriptionJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetTranscriptionJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetTranscriptionJobCommandInput,
32
+ GetTranscriptionJobCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetTranscriptionJobCommand extends GetTranscriptionJobCommand_base {}
@@ -24,6 +24,15 @@ declare const GetVocabularyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetVocabularyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetVocabularyCommandInput,
31
+ GetVocabularyCommandOutput,
32
+ TranscribeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetVocabularyCommand extends GetVocabularyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetVocabularyFilterCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetVocabularyFilterCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetVocabularyFilterCommandInput,
32
+ GetVocabularyFilterCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetVocabularyFilterCommand extends GetVocabularyFilterCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCallAnalyticsCategoriesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListCallAnalyticsCategoriesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCallAnalyticsCategoriesCommandInput,
32
+ ListCallAnalyticsCategoriesCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCallAnalyticsCategoriesCommand extends ListCallAnalyticsCategoriesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCallAnalyticsJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListCallAnalyticsJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCallAnalyticsJobsCommandInput,
32
+ ListCallAnalyticsJobsCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCallAnalyticsJobsCommand extends ListCallAnalyticsJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLanguageModelsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListLanguageModelsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLanguageModelsCommandInput,
32
+ ListLanguageModelsCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLanguageModelsCommand extends ListLanguageModelsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMedicalScribeJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListMedicalScribeJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMedicalScribeJobsCommandInput,
32
+ ListMedicalScribeJobsCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMedicalScribeJobsCommand extends ListMedicalScribeJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMedicalTranscriptionJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListMedicalTranscriptionJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMedicalTranscriptionJobsCommandInput,
32
+ ListMedicalTranscriptionJobsCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMedicalTranscriptionJobsCommand extends ListMedicalTranscriptionJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMedicalVocabulariesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListMedicalVocabulariesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMedicalVocabulariesCommandInput,
32
+ ListMedicalVocabulariesCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMedicalVocabulariesCommand extends ListMedicalVocabulariesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTranscriptionJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListTranscriptionJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTranscriptionJobsCommandInput,
32
+ ListTranscriptionJobsCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTranscriptionJobsCommand extends ListTranscriptionJobsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListVocabulariesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListVocabulariesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListVocabulariesCommandInput,
31
+ ListVocabulariesCommandOutput,
32
+ TranscribeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListVocabulariesCommand extends ListVocabulariesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListVocabularyFiltersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListVocabularyFiltersCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListVocabularyFiltersCommandInput,
32
+ ListVocabularyFiltersCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListVocabularyFiltersCommand extends ListVocabularyFiltersCommand_base {}
@@ -25,6 +25,15 @@ declare const StartCallAnalyticsJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartCallAnalyticsJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartCallAnalyticsJobCommandInput,
32
+ StartCallAnalyticsJobCommandOutput,
33
+ TranscribeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartCallAnalyticsJobCommand extends StartCallAnalyticsJobCommand_base {}