@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
@@ -22,10 +22,10 @@ export interface ListLanguageModelsCommandOutput extends ListLanguageModelsRespo
22
22
  }
23
23
  declare const ListLanguageModelsCommand_base: {
24
24
  new (input: ListLanguageModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLanguageModelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of custom language models that match the specified criteria. If no
30
30
  * criteria are specified, all custom language models are returned.</p>
31
31
  * <p>To get detailed information about a specific custom language model, use the operation.</p>
@@ -89,6 +89,7 @@ declare const ListLanguageModelsCommand_base: {
89
89
  * @throws {@link TranscribeServiceException}
90
90
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class ListLanguageModelsCommand extends ListLanguageModelsCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface ListMedicalScribeJobsCommandOutput extends ListMedicalScribeJob
22
22
  }
23
23
  declare const ListMedicalScribeJobsCommand_base: {
24
24
  new (input: ListMedicalScribeJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMedicalScribeJobsCommandInput, ListMedicalScribeJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMedicalScribeJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMedicalScribeJobsCommandInput, ListMedicalScribeJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of Medical Scribe jobs that match the specified criteria. If no
30
30
  * criteria are specified, all Medical Scribe jobs are returned.</p>
31
31
  * <p>To get detailed information about a specific Medical Scribe job, use the operation.</p>
@@ -84,6 +84,7 @@ declare const ListMedicalScribeJobsCommand_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 ListMedicalScribeJobsCommand extends ListMedicalScribeJobsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListMedicalTranscriptionJobsCommandOutput extends ListMedicalTr
22
22
  }
23
23
  declare const ListMedicalTranscriptionJobsCommand_base: {
24
24
  new (input: ListMedicalTranscriptionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMedicalTranscriptionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of medical transcription jobs that match the specified criteria. If no
30
30
  * criteria are specified, all medical transcription jobs are returned.</p>
31
31
  * <p>To get detailed information about a specific medical transcription job, use the operation.</p>
@@ -88,6 +88,7 @@ declare const ListMedicalTranscriptionJobsCommand_base: {
88
88
  * @throws {@link TranscribeServiceException}
89
89
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListMedicalTranscriptionJobsCommand extends ListMedicalTranscriptionJobsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListMedicalVocabulariesCommandOutput extends ListMedicalVocabul
22
22
  }
23
23
  declare const ListMedicalVocabulariesCommand_base: {
24
24
  new (input: ListMedicalVocabulariesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMedicalVocabulariesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of custom medical vocabularies that match the specified criteria. If
30
30
  * no criteria are specified, all custom medical vocabularies are returned.</p>
31
31
  * <p>To get detailed information about a specific custom medical vocabulary, use the operation.</p>
@@ -81,6 +81,7 @@ declare const ListMedicalVocabulariesCommand_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 ListMedicalVocabulariesCommand extends ListMedicalVocabulariesCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all tags associated with the specified transcription job, vocabulary, model, or
30
30
  * resource.</p>
31
31
  * <p>To learn more about using tags with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html">Tagging
@@ -80,6 +80,7 @@ declare const ListTagsForResourceCommand_base: {
80
80
  * @throws {@link TranscribeServiceException}
81
81
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListTranscriptionJobsCommandOutput extends ListTranscriptionJob
22
22
  }
23
23
  declare const ListTranscriptionJobsCommand_base: {
24
24
  new (input: ListTranscriptionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTranscriptionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of transcription jobs that match the specified criteria. If no
30
30
  * criteria are specified, all transcription jobs are returned.</p>
31
31
  * <p>To get detailed information about a specific transcription job, use the operation.</p>
@@ -111,6 +111,7 @@ declare const ListTranscriptionJobsCommand_base: {
111
111
  * @throws {@link TranscribeServiceException}
112
112
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class ListTranscriptionJobsCommand extends ListTranscriptionJobsCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface ListVocabulariesCommandOutput extends ListVocabulariesResponse,
22
22
  }
23
23
  declare const ListVocabulariesCommand_base: {
24
24
  new (input: ListVocabulariesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListVocabulariesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of custom vocabularies that match the specified criteria. If no
30
30
  * criteria are specified, all custom vocabularies are returned.</p>
31
31
  * <p>To get detailed information about a specific custom vocabulary, use the operation.</p>
@@ -81,6 +81,7 @@ declare const ListVocabulariesCommand_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 ListVocabulariesCommand extends ListVocabulariesCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListVocabularyFiltersCommandOutput extends ListVocabularyFilter
22
22
  }
23
23
  declare const ListVocabularyFiltersCommand_base: {
24
24
  new (input: ListVocabularyFiltersCommandInput): import("@smithy/smithy-client").CommandImpl<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListVocabularyFiltersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of custom vocabulary filters that match the specified criteria. If no
30
30
  * criteria are specified, all custom vocabularies are returned.</p>
31
31
  * <p>To get detailed information about a specific custom vocabulary filter, use the operation.</p>
@@ -78,6 +78,7 @@ declare const ListVocabularyFiltersCommand_base: {
78
78
  * @throws {@link TranscribeServiceException}
79
79
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class ListVocabularyFiltersCommand extends ListVocabularyFiltersCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJo
22
22
  }
23
23
  declare const StartCallAnalyticsJobCommand_base: {
24
24
  new (input: StartCallAnalyticsJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartCallAnalyticsJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Transcribes the audio from a customer service call and applies any additional Request
30
30
  * Parameters you choose to include in your request.</p>
31
31
  * <p>In addition to many standard transcription features, Call Analytics provides you with
@@ -212,6 +212,7 @@ declare const StartCallAnalyticsJobCommand_base: {
212
212
  * @throws {@link TranscribeServiceException}
213
213
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
214
214
  *
215
+ * @public
215
216
  */
216
217
  export declare class StartCallAnalyticsJobCommand extends StartCallAnalyticsJobCommand_base {
217
218
  }
@@ -22,10 +22,10 @@ export interface StartMedicalScribeJobCommandOutput extends StartMedicalScribeJo
22
22
  }
23
23
  declare const StartMedicalScribeJobCommand_base: {
24
24
  new (input: StartMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalScribeJobCommandInput, StartMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalScribeJobCommandInput, StartMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Transcribes patient-clinician conversations and generates clinical notes. </p>
30
30
  * <p>Amazon Web Services HealthScribe automatically provides rich conversation transcripts, identifies speaker roles,
31
31
  * classifies dialogues, extracts medical terms, and generates preliminary clinical notes.
@@ -183,6 +183,7 @@ declare const StartMedicalScribeJobCommand_base: {
183
183
  * @throws {@link TranscribeServiceException}
184
184
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
185
185
  *
186
+ * @public
186
187
  */
187
188
  export declare class StartMedicalScribeJobCommand extends StartMedicalScribeJobCommand_base {
188
189
  }
@@ -22,10 +22,10 @@ export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalT
22
22
  }
23
23
  declare const StartMedicalTranscriptionJobCommand_base: {
24
24
  new (input: StartMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Transcribes the audio from a medical dictation or conversation and applies any
30
30
  * additional Request Parameters you choose to include in your request.</p>
31
31
  * <p>In addition to many standard transcription features, Amazon Transcribe Medical
@@ -183,6 +183,7 @@ declare const StartMedicalTranscriptionJobCommand_base: {
183
183
  * @throws {@link TranscribeServiceException}
184
184
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
185
185
  *
186
+ * @public
186
187
  */
187
188
  export declare class StartMedicalTranscriptionJobCommand extends StartMedicalTranscriptionJobCommand_base {
188
189
  }
@@ -22,10 +22,10 @@ export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJo
22
22
  }
23
23
  declare const StartTranscriptionJobCommand_base: {
24
24
  new (input: StartTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Transcribes the audio from a media file and applies any additional Request Parameters
30
30
  * you choose to include in your request.</p>
31
31
  * <p>To make a <code>StartTranscriptionJob</code> request, you must first upload your media
@@ -256,6 +256,7 @@ declare const StartTranscriptionJobCommand_base: {
256
256
  * @throws {@link TranscribeServiceException}
257
257
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
258
258
  *
259
+ * @public
259
260
  */
260
261
  export declare class StartTranscriptionJobCommand extends StartTranscriptionJobCommand_base {
261
262
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more custom tags, each in the form of a key:value pair, to the specified
30
30
  * resource.</p>
31
31
  * <p>To learn more about using tags with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html">Tagging
@@ -82,6 +82,7 @@ declare const TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from the specified Amazon Transcribe resource.</p>
30
30
  * <p>If you include <code>UntagResource</code> in your request, you must also include
31
31
  * <code>ResourceArn</code> and <code>TagKeys</code>.</p>
@@ -78,6 +78,7 @@ declare const UntagResourceCommand_base: {
78
78
  * @throws {@link TranscribeServiceException}
79
79
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UpdateCallAnalyticsCategoryCommandOutput extends UpdateCallAnal
22
22
  }
23
23
  declare const UpdateCallAnalyticsCategoryCommand_base: {
24
24
  new (input: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified Call Analytics category with new rules. Note that the
30
30
  * <code>UpdateCallAnalyticsCategory</code> operation overwrites all existing rules
31
31
  * contained in the specified category. You cannot append additional rules onto an existing
@@ -237,6 +237,7 @@ declare const UpdateCallAnalyticsCategoryCommand_base: {
237
237
  * @throws {@link TranscribeServiceException}
238
238
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
239
239
  *
240
+ * @public
240
241
  */
241
242
  export declare class UpdateCallAnalyticsCategoryCommand extends UpdateCallAnalyticsCategoryCommand_base {
242
243
  }
@@ -22,10 +22,10 @@ export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocab
22
22
  }
23
23
  declare const UpdateMedicalVocabularyCommand_base: {
24
24
  new (input: UpdateMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing custom medical vocabulary with new values. This operation
30
30
  * overwrites all existing information with your new values; you cannot append new terms
31
31
  * onto an existing custom vocabulary.</p>
@@ -82,6 +82,7 @@ declare const UpdateMedicalVocabularyCommand_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 UpdateMedicalVocabularyCommand extends UpdateMedicalVocabularyCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse,
22
22
  }
23
23
  declare const UpdateVocabularyCommand_base: {
24
24
  new (input: UpdateVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing custom vocabulary with new values. This operation overwrites all
30
30
  * existing information with your new values; you cannot append new terms onto an existing
31
31
  * custom vocabulary.</p>
@@ -86,6 +86,7 @@ declare const UpdateVocabularyCommand_base: {
86
86
  * @throws {@link TranscribeServiceException}
87
87
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class UpdateVocabularyCommand extends UpdateVocabularyCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFil
22
22
  }
23
23
  declare const UpdateVocabularyFilterCommand_base: {
24
24
  new (input: UpdateVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing custom vocabulary filter with a new list of words. The new list
30
30
  * you provide overwrites all previous entries; you cannot append new terms onto an
31
31
  * existing custom vocabulary filter.</p>
@@ -80,6 +80,7 @@ declare const UpdateVocabularyFilterCommand_base: {
80
80
  * @throws {@link TranscribeServiceException}
81
81
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UpdateVocabularyFilterCommand extends UpdateVocabularyFilterCommand_base {
85
86
  }