@aws-sdk/client-transcribe 3.1044.0 → 3.1046.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 (187) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +158 -160
  5. package/dist-cjs/models/TranscribeServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Transcribe.js +1 -1
  10. package/dist-es/TranscribeClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +2 -2
  13. package/dist-es/commands/CreateLanguageModelCommand.js +2 -2
  14. package/dist-es/commands/CreateMedicalVocabularyCommand.js +2 -2
  15. package/dist-es/commands/CreateVocabularyCommand.js +2 -2
  16. package/dist-es/commands/CreateVocabularyFilterCommand.js +2 -2
  17. package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +2 -2
  18. package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +2 -2
  19. package/dist-es/commands/DeleteLanguageModelCommand.js +2 -2
  20. package/dist-es/commands/DeleteMedicalScribeJobCommand.js +2 -2
  21. package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +2 -2
  22. package/dist-es/commands/DeleteMedicalVocabularyCommand.js +2 -2
  23. package/dist-es/commands/DeleteTranscriptionJobCommand.js +2 -2
  24. package/dist-es/commands/DeleteVocabularyCommand.js +2 -2
  25. package/dist-es/commands/DeleteVocabularyFilterCommand.js +2 -2
  26. package/dist-es/commands/DescribeLanguageModelCommand.js +2 -2
  27. package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +2 -2
  28. package/dist-es/commands/GetCallAnalyticsJobCommand.js +2 -2
  29. package/dist-es/commands/GetMedicalScribeJobCommand.js +2 -2
  30. package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +2 -2
  31. package/dist-es/commands/GetMedicalVocabularyCommand.js +2 -2
  32. package/dist-es/commands/GetTranscriptionJobCommand.js +2 -2
  33. package/dist-es/commands/GetVocabularyCommand.js +2 -2
  34. package/dist-es/commands/GetVocabularyFilterCommand.js +2 -2
  35. package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +2 -2
  36. package/dist-es/commands/ListCallAnalyticsJobsCommand.js +2 -2
  37. package/dist-es/commands/ListLanguageModelsCommand.js +2 -2
  38. package/dist-es/commands/ListMedicalScribeJobsCommand.js +2 -2
  39. package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +2 -2
  40. package/dist-es/commands/ListMedicalVocabulariesCommand.js +2 -2
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-es/commands/ListTranscriptionJobsCommand.js +2 -2
  43. package/dist-es/commands/ListVocabulariesCommand.js +2 -2
  44. package/dist-es/commands/ListVocabularyFiltersCommand.js +2 -2
  45. package/dist-es/commands/StartCallAnalyticsJobCommand.js +2 -2
  46. package/dist-es/commands/StartMedicalScribeJobCommand.js +2 -2
  47. package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +2 -2
  48. package/dist-es/commands/StartTranscriptionJobCommand.js +2 -2
  49. package/dist-es/commands/TagResourceCommand.js +2 -2
  50. package/dist-es/commands/UntagResourceCommand.js +2 -2
  51. package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +2 -2
  52. package/dist-es/commands/UpdateMedicalVocabularyCommand.js +2 -2
  53. package/dist-es/commands/UpdateVocabularyCommand.js +2 -2
  54. package/dist-es/commands/UpdateVocabularyFilterCommand.js +2 -2
  55. package/dist-es/endpoint/bdd.js +1 -1
  56. package/dist-es/endpoint/endpointResolver.js +1 -1
  57. package/dist-es/models/TranscribeServiceException.js +1 -1
  58. package/dist-es/runtimeConfig.browser.js +4 -6
  59. package/dist-es/runtimeConfig.js +4 -8
  60. package/dist-es/runtimeConfig.shared.js +3 -4
  61. package/dist-es/runtimeExtensions.js +2 -2
  62. package/dist-es/waiters/waitForCallAnalyticsJobCompleted.js +1 -1
  63. package/dist-es/waiters/waitForLanguageModelCompleted.js +1 -1
  64. package/dist-es/waiters/waitForMedicalScribeJobCompleted.js +1 -1
  65. package/dist-es/waiters/waitForMedicalTranscriptionJobCompleted.js +1 -1
  66. package/dist-es/waiters/waitForMedicalVocabularyReady.js +1 -1
  67. package/dist-es/waiters/waitForTranscriptionJobCompleted.js +1 -1
  68. package/dist-es/waiters/waitForVocabularyReady.js +1 -1
  69. package/dist-types/Transcribe.d.ts +1 -1
  70. package/dist-types/TranscribeClient.d.ts +5 -5
  71. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +6 -4
  72. package/dist-types/commands/CreateLanguageModelCommand.d.ts +6 -4
  73. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +6 -4
  74. package/dist-types/commands/CreateVocabularyCommand.d.ts +6 -4
  75. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +6 -4
  76. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +6 -4
  77. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +6 -4
  78. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +6 -4
  79. package/dist-types/commands/DeleteMedicalScribeJobCommand.d.ts +6 -4
  80. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +6 -4
  81. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +6 -4
  82. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +6 -4
  83. package/dist-types/commands/DeleteVocabularyCommand.d.ts +6 -4
  84. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +6 -4
  85. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +6 -4
  86. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +6 -4
  87. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +6 -4
  88. package/dist-types/commands/GetMedicalScribeJobCommand.d.ts +6 -4
  89. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +6 -4
  90. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +6 -4
  91. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +6 -4
  92. package/dist-types/commands/GetVocabularyCommand.d.ts +6 -4
  93. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +6 -4
  94. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +6 -4
  95. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +6 -4
  96. package/dist-types/commands/ListLanguageModelsCommand.d.ts +6 -4
  97. package/dist-types/commands/ListMedicalScribeJobsCommand.d.ts +6 -4
  98. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +6 -4
  99. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +6 -4
  100. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  101. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +6 -4
  102. package/dist-types/commands/ListVocabulariesCommand.d.ts +6 -4
  103. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +6 -4
  104. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +6 -4
  105. package/dist-types/commands/StartMedicalScribeJobCommand.d.ts +6 -4
  106. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +6 -4
  107. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +6 -4
  108. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  109. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  110. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +6 -4
  111. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +6 -4
  112. package/dist-types/commands/UpdateVocabularyCommand.d.ts +6 -4
  113. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +6 -4
  114. package/dist-types/endpoint/bdd.d.ts +1 -1
  115. package/dist-types/extensionConfiguration.d.ts +1 -1
  116. package/dist-types/models/TranscribeServiceException.d.ts +1 -1
  117. package/dist-types/models/errors.d.ts +1 -1
  118. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  119. package/dist-types/runtimeConfig.d.ts +2 -2
  120. package/dist-types/runtimeConfig.native.d.ts +2 -2
  121. package/dist-types/ts3.4/Transcribe.d.ts +1 -1
  122. package/dist-types/ts3.4/TranscribeClient.d.ts +8 -14
  123. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/DeleteMedicalScribeJobCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/GetMedicalScribeJobCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/ListMedicalScribeJobsCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/StartMedicalScribeJobCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  167. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  168. package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +1 -1
  169. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  170. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  171. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  172. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  173. package/dist-types/ts3.4/waiters/waitForCallAnalyticsJobCompleted.d.ts +1 -1
  174. package/dist-types/ts3.4/waiters/waitForLanguageModelCompleted.d.ts +1 -1
  175. package/dist-types/ts3.4/waiters/waitForMedicalScribeJobCompleted.d.ts +1 -1
  176. package/dist-types/ts3.4/waiters/waitForMedicalTranscriptionJobCompleted.d.ts +1 -1
  177. package/dist-types/ts3.4/waiters/waitForMedicalVocabularyReady.d.ts +1 -1
  178. package/dist-types/ts3.4/waiters/waitForTranscriptionJobCompleted.d.ts +1 -1
  179. package/dist-types/ts3.4/waiters/waitForVocabularyReady.d.ts +1 -1
  180. package/dist-types/waiters/waitForCallAnalyticsJobCompleted.d.ts +1 -1
  181. package/dist-types/waiters/waitForLanguageModelCompleted.d.ts +1 -1
  182. package/dist-types/waiters/waitForMedicalScribeJobCompleted.d.ts +1 -1
  183. package/dist-types/waiters/waitForMedicalTranscriptionJobCompleted.d.ts +1 -1
  184. package/dist-types/waiters/waitForMedicalVocabularyReady.d.ts +1 -1
  185. package/dist-types/waiters/waitForTranscriptionJobCompleted.d.ts +1 -1
  186. package/dist-types/waiters/waitForVocabularyReady.d.ts +1 -1
  187. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetMedicalScribeJobRequest, GetMedicalScribeJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface GetMedicalScribeJobCommandInput extends GetMedicalScribeJobRequ
22
22
  export interface GetMedicalScribeJobCommandOutput extends GetMedicalScribeJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMedicalScribeJobCommand_base: {
25
- new (input: GetMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalScribeJobCommandInput, GetMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalScribeJobCommandInput, GetMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeJobCommandInput, GetMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeJobCommandInput, GetMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides information about the specified Medical Scribe job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetMedicalTranscriptionJobRequest, GetMedicalTranscriptionJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface GetMedicalTranscriptionJobCommandInput extends GetMedicalTransc
22
22
  export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTranscriptionJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMedicalTranscriptionJobCommand_base: {
25
- new (input: GetMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides information about the specified medical transcription job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetMedicalVocabularyRequest, GetMedicalVocabularyResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface GetMedicalVocabularyCommandInput extends GetMedicalVocabularyRe
22
22
  export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMedicalVocabularyCommand_base: {
25
- new (input: GetMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides information about the specified custom medical vocabulary.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetTranscriptionJobRequest, GetTranscriptionJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface GetTranscriptionJobCommandInput extends GetTranscriptionJobRequ
22
22
  export interface GetTranscriptionJobCommandOutput extends GetTranscriptionJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTranscriptionJobCommand_base: {
25
- new (input: GetTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides information about the specified transcription job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetVocabularyRequest, GetVocabularyResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface GetVocabularyCommandInput extends GetVocabularyRequest {
22
22
  export interface GetVocabularyCommandOutput extends GetVocabularyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetVocabularyCommand_base: {
25
- new (input: GetVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetVocabularyCommandInput): import("@smithy/core/client").CommandImpl<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetVocabularyCommandInput): import("@smithy/core/client").CommandImpl<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides information about the specified custom vocabulary.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetVocabularyFilterRequest, GetVocabularyFilterResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface GetVocabularyFilterCommandInput extends GetVocabularyFilterRequ
22
22
  export interface GetVocabularyFilterCommandOutput extends GetVocabularyFilterResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetVocabularyFilterCommand_base: {
25
- new (input: GetVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides information about the specified custom vocabulary filter.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListCallAnalyticsCategoriesRequest, ListCallAnalyticsCategoriesResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListCallAnalyticsCategoriesCommandInput extends ListCallAnalyti
22
22
  export interface ListCallAnalyticsCategoriesCommandOutput extends ListCallAnalyticsCategoriesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCallAnalyticsCategoriesCommand_base: {
25
- new (input: ListCallAnalyticsCategoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCallAnalyticsCategoriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCallAnalyticsCategoriesCommandInput): import("@smithy/core/client").CommandImpl<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCallAnalyticsCategoriesCommandInput]): import("@smithy/core/client").CommandImpl<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of Call Analytics categories, including all rules that make up each
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListCallAnalyticsJobsRequest, ListCallAnalyticsJobsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListCallAnalyticsJobsCommandInput extends ListCallAnalyticsJobs
22
22
  export interface ListCallAnalyticsJobsCommandOutput extends ListCallAnalyticsJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCallAnalyticsJobsCommand_base: {
25
- new (input: ListCallAnalyticsJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCallAnalyticsJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCallAnalyticsJobsCommandInput): import("@smithy/core/client").CommandImpl<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCallAnalyticsJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of Call Analytics jobs that match the specified criteria. If no
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListLanguageModelsRequest, ListLanguageModelsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListLanguageModelsCommandInput extends ListLanguageModelsReques
22
22
  export interface ListLanguageModelsCommandOutput extends ListLanguageModelsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListLanguageModelsCommand_base: {
25
- new (input: ListLanguageModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLanguageModelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListLanguageModelsCommandInput): import("@smithy/core/client").CommandImpl<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListLanguageModelsCommandInput]): import("@smithy/core/client").CommandImpl<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of custom language models that match the specified criteria. If no
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListMedicalScribeJobsRequest, ListMedicalScribeJobsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListMedicalScribeJobsCommandInput extends ListMedicalScribeJobs
22
22
  export interface ListMedicalScribeJobsCommandOutput extends ListMedicalScribeJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListMedicalScribeJobsCommand_base: {
25
- new (input: ListMedicalScribeJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMedicalScribeJobsCommandInput, ListMedicalScribeJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMedicalScribeJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMedicalScribeJobsCommandInput, ListMedicalScribeJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMedicalScribeJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMedicalScribeJobsCommandInput, ListMedicalScribeJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMedicalScribeJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListMedicalScribeJobsCommandInput, ListMedicalScribeJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of Medical Scribe jobs that match the specified criteria. If no
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListMedicalTranscriptionJobsRequest, ListMedicalTranscriptionJobsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListMedicalTranscriptionJobsCommandInput extends ListMedicalTra
22
22
  export interface ListMedicalTranscriptionJobsCommandOutput extends ListMedicalTranscriptionJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListMedicalTranscriptionJobsCommand_base: {
25
- new (input: ListMedicalTranscriptionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMedicalTranscriptionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMedicalTranscriptionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMedicalTranscriptionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of medical transcription jobs that match the specified criteria. If no
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListMedicalVocabulariesRequest, ListMedicalVocabulariesResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListMedicalVocabulariesCommandInput extends ListMedicalVocabula
22
22
  export interface ListMedicalVocabulariesCommandOutput extends ListMedicalVocabulariesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListMedicalVocabulariesCommand_base: {
25
- new (input: ListMedicalVocabulariesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMedicalVocabulariesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMedicalVocabulariesCommandInput): import("@smithy/core/client").CommandImpl<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMedicalVocabulariesCommandInput]): import("@smithy/core/client").CommandImpl<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of custom medical vocabularies that match the specified criteria. If
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all tags associated with the specified transcription job, vocabulary, model, or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTranscriptionJobsRequest, ListTranscriptionJobsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListTranscriptionJobsCommandInput extends ListTranscriptionJobs
22
22
  export interface ListTranscriptionJobsCommandOutput extends ListTranscriptionJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTranscriptionJobsCommand_base: {
25
- new (input: ListTranscriptionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTranscriptionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTranscriptionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListTranscriptionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of transcription jobs that match the specified criteria. If no
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListVocabulariesRequest, ListVocabulariesResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListVocabulariesCommandInput extends ListVocabulariesRequest {
22
22
  export interface ListVocabulariesCommandOutput extends ListVocabulariesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListVocabulariesCommand_base: {
25
- new (input: ListVocabulariesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListVocabulariesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListVocabulariesCommandInput): import("@smithy/core/client").CommandImpl<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListVocabulariesCommandInput]): import("@smithy/core/client").CommandImpl<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of custom vocabularies that match the specified criteria. If no
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListVocabularyFiltersRequest, ListVocabularyFiltersResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface ListVocabularyFiltersCommandInput extends ListVocabularyFilters
22
22
  export interface ListVocabularyFiltersCommandOutput extends ListVocabularyFiltersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListVocabularyFiltersCommand_base: {
25
- new (input: ListVocabularyFiltersCommandInput): import("@smithy/smithy-client").CommandImpl<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListVocabularyFiltersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListVocabularyFiltersCommandInput): import("@smithy/core/client").CommandImpl<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListVocabularyFiltersCommandInput]): import("@smithy/core/client").CommandImpl<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of custom vocabulary filters that match the specified criteria. If no
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartCallAnalyticsJobRequest, StartCallAnalyticsJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface StartCallAnalyticsJobCommandInput extends StartCallAnalyticsJob
22
22
  export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartCallAnalyticsJobCommand_base: {
25
- new (input: StartCallAnalyticsJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCallAnalyticsJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartCallAnalyticsJobCommandInput): import("@smithy/core/client").CommandImpl<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartCallAnalyticsJobCommandInput): import("@smithy/core/client").CommandImpl<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Transcribes the audio from a customer service call and applies any additional Request
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartMedicalScribeJobRequest, StartMedicalScribeJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface StartMedicalScribeJobCommandInput extends StartMedicalScribeJob
22
22
  export interface StartMedicalScribeJobCommandOutput extends StartMedicalScribeJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartMedicalScribeJobCommand_base: {
25
- new (input: StartMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalScribeJobCommandInput, StartMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMedicalScribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalScribeJobCommandInput, StartMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeJobCommandInput, StartMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartMedicalScribeJobCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeJobCommandInput, StartMedicalScribeJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Transcribes patient-clinician conversations and generates clinical notes. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartMedicalTranscriptionJobRequest, StartMedicalTranscriptionJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface StartMedicalTranscriptionJobCommandInput extends StartMedicalTr
22
22
  export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalTranscriptionJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartMedicalTranscriptionJobCommand_base: {
25
- new (input: StartMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMedicalTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartMedicalTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Transcribes the audio from a medical dictation or conversation and applies any
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartTranscriptionJobRequest, StartTranscriptionJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface StartTranscriptionJobCommandInput extends StartTranscriptionJob
22
22
  export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartTranscriptionJobCommand_base: {
25
- new (input: StartTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartTranscriptionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartTranscriptionJobCommandInput): import("@smithy/core/client").CommandImpl<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Transcribes the audio from a media file and applies any additional Request Parameters
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds one or more custom tags, each in the form of a key:value pair, to the specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified tags from the specified Amazon Transcribe resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateCallAnalyticsCategoryRequest, UpdateCallAnalyticsCategoryResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface UpdateCallAnalyticsCategoryCommandInput extends UpdateCallAnaly
22
22
  export interface UpdateCallAnalyticsCategoryCommandOutput extends UpdateCallAnalyticsCategoryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateCallAnalyticsCategoryCommand_base: {
25
- new (input: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateCallAnalyticsCategoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the specified Call Analytics category with new rules. Note that the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateMedicalVocabularyRequest, UpdateMedicalVocabularyResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface UpdateMedicalVocabularyCommandInput extends UpdateMedicalVocabu
22
22
  export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocabularyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateMedicalVocabularyCommand_base: {
25
- new (input: UpdateMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateMedicalVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateMedicalVocabularyCommandInput): import("@smithy/core/client").CommandImpl<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing custom medical vocabulary with new values. This operation
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateVocabularyRequest, UpdateVocabularyResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface UpdateVocabularyCommandInput extends UpdateVocabularyRequest {
22
22
  export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateVocabularyCommand_base: {
25
- new (input: UpdateVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateVocabularyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateVocabularyCommandInput): import("@smithy/core/client").CommandImpl<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateVocabularyCommandInput): import("@smithy/core/client").CommandImpl<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing custom vocabulary with new values. This operation overwrites all
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateVocabularyFilterRequest, UpdateVocabularyFilterResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
@@ -22,9 +22,11 @@ export interface UpdateVocabularyFilterCommandInput extends UpdateVocabularyFilt
22
22
  export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFilterResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateVocabularyFilterCommand_base: {
25
- new (input: UpdateVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateVocabularyFilterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateVocabularyFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing custom vocabulary filter with a new list of words. The new list
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;