@aws-sdk/client-transcribe 3.194.0 → 3.195.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 (188) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/TranscribeClient.js +11 -8
  3. package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +10 -0
  4. package/dist-cjs/commands/CreateLanguageModelCommand.js +10 -0
  5. package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +10 -0
  6. package/dist-cjs/commands/CreateVocabularyCommand.js +10 -0
  7. package/dist-cjs/commands/CreateVocabularyFilterCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +10 -0
  9. package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +10 -0
  10. package/dist-cjs/commands/DeleteLanguageModelCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +10 -0
  13. package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +10 -0
  14. package/dist-cjs/commands/DeleteVocabularyCommand.js +10 -0
  15. package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +10 -0
  16. package/dist-cjs/commands/DescribeLanguageModelCommand.js +10 -0
  17. package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +10 -0
  18. package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +10 -0
  19. package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +10 -0
  20. package/dist-cjs/commands/GetMedicalVocabularyCommand.js +10 -0
  21. package/dist-cjs/commands/GetTranscriptionJobCommand.js +10 -0
  22. package/dist-cjs/commands/GetVocabularyCommand.js +10 -0
  23. package/dist-cjs/commands/GetVocabularyFilterCommand.js +10 -0
  24. package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +10 -0
  25. package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +10 -0
  26. package/dist-cjs/commands/ListLanguageModelsCommand.js +10 -0
  27. package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +10 -0
  28. package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +10 -0
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  30. package/dist-cjs/commands/ListTranscriptionJobsCommand.js +10 -0
  31. package/dist-cjs/commands/ListVocabulariesCommand.js +10 -0
  32. package/dist-cjs/commands/ListVocabularyFiltersCommand.js +10 -0
  33. package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +10 -0
  34. package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +10 -0
  35. package/dist-cjs/commands/StartTranscriptionJobCommand.js +10 -0
  36. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  37. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  38. package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +10 -0
  39. package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +10 -0
  40. package/dist-cjs/commands/UpdateVocabularyCommand.js +10 -0
  41. package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +10 -0
  42. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  43. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  44. package/dist-cjs/endpoint/ruleset.js +412 -0
  45. package/dist-cjs/runtimeConfig.shared.js +3 -3
  46. package/dist-es/TranscribeClient.js +12 -9
  47. package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +10 -0
  48. package/dist-es/commands/CreateLanguageModelCommand.js +10 -0
  49. package/dist-es/commands/CreateMedicalVocabularyCommand.js +10 -0
  50. package/dist-es/commands/CreateVocabularyCommand.js +10 -0
  51. package/dist-es/commands/CreateVocabularyFilterCommand.js +10 -0
  52. package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +10 -0
  53. package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +10 -0
  54. package/dist-es/commands/DeleteLanguageModelCommand.js +10 -0
  55. package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +10 -0
  56. package/dist-es/commands/DeleteMedicalVocabularyCommand.js +10 -0
  57. package/dist-es/commands/DeleteTranscriptionJobCommand.js +10 -0
  58. package/dist-es/commands/DeleteVocabularyCommand.js +10 -0
  59. package/dist-es/commands/DeleteVocabularyFilterCommand.js +10 -0
  60. package/dist-es/commands/DescribeLanguageModelCommand.js +10 -0
  61. package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +10 -0
  62. package/dist-es/commands/GetCallAnalyticsJobCommand.js +10 -0
  63. package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +10 -0
  64. package/dist-es/commands/GetMedicalVocabularyCommand.js +10 -0
  65. package/dist-es/commands/GetTranscriptionJobCommand.js +10 -0
  66. package/dist-es/commands/GetVocabularyCommand.js +10 -0
  67. package/dist-es/commands/GetVocabularyFilterCommand.js +10 -0
  68. package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +10 -0
  69. package/dist-es/commands/ListCallAnalyticsJobsCommand.js +10 -0
  70. package/dist-es/commands/ListLanguageModelsCommand.js +10 -0
  71. package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +10 -0
  72. package/dist-es/commands/ListMedicalVocabulariesCommand.js +10 -0
  73. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  74. package/dist-es/commands/ListTranscriptionJobsCommand.js +10 -0
  75. package/dist-es/commands/ListVocabulariesCommand.js +10 -0
  76. package/dist-es/commands/ListVocabularyFiltersCommand.js +10 -0
  77. package/dist-es/commands/StartCallAnalyticsJobCommand.js +10 -0
  78. package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +10 -0
  79. package/dist-es/commands/StartTranscriptionJobCommand.js +10 -0
  80. package/dist-es/commands/TagResourceCommand.js +10 -0
  81. package/dist-es/commands/UntagResourceCommand.js +10 -0
  82. package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +10 -0
  83. package/dist-es/commands/UpdateMedicalVocabularyCommand.js +10 -0
  84. package/dist-es/commands/UpdateVocabularyCommand.js +10 -0
  85. package/dist-es/commands/UpdateVocabularyFilterCommand.js +10 -0
  86. package/dist-es/endpoint/EndpointParameters.js +8 -0
  87. package/dist-es/endpoint/endpointResolver.js +8 -0
  88. package/dist-es/endpoint/ruleset.js +409 -0
  89. package/dist-es/runtimeConfig.shared.js +2 -2
  90. package/dist-types/TranscribeClient.d.ts +6 -9
  91. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +2 -0
  92. package/dist-types/commands/CreateLanguageModelCommand.d.ts +2 -0
  93. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +2 -0
  94. package/dist-types/commands/CreateVocabularyCommand.d.ts +2 -0
  95. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +2 -0
  96. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +2 -0
  97. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +2 -0
  98. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +2 -0
  99. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +2 -0
  100. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +2 -0
  101. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +2 -0
  102. package/dist-types/commands/DeleteVocabularyCommand.d.ts +2 -0
  103. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +2 -0
  104. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +2 -0
  105. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +2 -0
  106. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +2 -0
  107. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +2 -0
  108. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +2 -0
  109. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +2 -0
  110. package/dist-types/commands/GetVocabularyCommand.d.ts +2 -0
  111. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +2 -0
  112. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +2 -0
  113. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +2 -0
  114. package/dist-types/commands/ListLanguageModelsCommand.d.ts +2 -0
  115. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +2 -0
  116. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +2 -0
  117. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  118. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +2 -0
  119. package/dist-types/commands/ListVocabulariesCommand.d.ts +2 -0
  120. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +2 -0
  121. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +2 -0
  122. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +2 -0
  123. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +2 -0
  124. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  125. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  126. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +2 -0
  127. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +2 -0
  128. package/dist-types/commands/UpdateVocabularyCommand.d.ts +2 -0
  129. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +2 -0
  130. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  131. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  132. package/dist-types/endpoint/ruleset.d.ts +2 -0
  133. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  134. package/dist-types/runtimeConfig.d.ts +4 -2
  135. package/dist-types/runtimeConfig.native.d.ts +4 -2
  136. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  137. package/dist-types/ts3.4/TranscribeClient.d.ts +15 -8
  138. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +2 -0
  139. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +2 -0
  140. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +2 -0
  141. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -0
  142. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +2 -0
  143. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +2 -0
  144. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +2 -0
  145. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +2 -0
  146. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +2 -0
  147. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +2 -0
  148. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +2 -0
  149. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +2 -0
  150. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +2 -0
  151. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +2 -0
  152. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +2 -0
  154. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +2 -0
  155. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +2 -0
  156. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +2 -0
  157. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +2 -0
  158. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +2 -0
  162. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +2 -0
  163. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +2 -0
  164. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +2 -0
  166. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +2 -0
  167. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +2 -0
  168. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +2 -0
  169. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +2 -0
  170. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +2 -0
  171. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  173. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +2 -0
  174. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +2 -0
  175. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +2 -0
  176. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +2 -0
  177. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  178. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  179. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  180. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  181. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  182. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  183. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  184. package/package.json +3 -1
  185. package/dist-cjs/endpoints.js +0 -212
  186. package/dist-es/endpoints.js +0 -208
  187. package/dist-types/endpoints.d.ts +0 -2
  188. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateVocabularyFilterRequest, CreateVocabularyFilterResponse } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFil
33
34
  */
34
35
  export declare class CreateVocabularyFilterCommand extends $Command<CreateVocabularyFilterCommandInput, CreateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
35
36
  readonly input: CreateVocabularyFilterCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: CreateVocabularyFilterCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteCallAnalyticsCategoryRequest, DeleteCallAnalyticsCategoryResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteCallAnalyticsCategoryCommandOutput extends DeleteCallAnal
27
28
  */
28
29
  export declare class DeleteCallAnalyticsCategoryCommand extends $Command<DeleteCallAnalyticsCategoryCommandInput, DeleteCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: DeleteCallAnalyticsCategoryCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteCallAnalyticsCategoryCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteCallAnalyticsJobRequest, DeleteCallAnalyticsJobResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DeleteCallAnalyticsJobCommandOutput extends DeleteCallAnalytics
26
27
  */
27
28
  export declare class DeleteCallAnalyticsJobCommand extends $Command<DeleteCallAnalyticsJobCommandInput, DeleteCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
28
29
  readonly input: DeleteCallAnalyticsJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteCallAnalyticsJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteLanguageModelRequest } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {
27
28
  */
28
29
  export declare class DeleteLanguageModelCommand extends $Command<DeleteLanguageModelCommandInput, DeleteLanguageModelCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: DeleteLanguageModelCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteLanguageModelCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteMedicalTranscriptionJobRequest } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteMedicalTranscriptionJobCommandOutput extends __MetadataBe
27
28
  */
28
29
  export declare class DeleteMedicalTranscriptionJobCommand extends $Command<DeleteMedicalTranscriptionJobCommandInput, DeleteMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: DeleteMedicalTranscriptionJobCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteMedicalTranscriptionJobCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteMedicalVocabularyRequest } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteMedicalVocabularyCommandOutput extends __MetadataBearer {
27
28
  */
28
29
  export declare class DeleteMedicalVocabularyCommand extends $Command<DeleteMedicalVocabularyCommandInput, DeleteMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: DeleteMedicalVocabularyCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteMedicalVocabularyCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteTranscriptionJobRequest } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {
26
27
  */
27
28
  export declare class DeleteTranscriptionJobCommand extends $Command<DeleteTranscriptionJobCommandInput, DeleteTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
28
29
  readonly input: DeleteTranscriptionJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteTranscriptionJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteVocabularyRequest } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteVocabularyCommandOutput extends __MetadataBearer {
27
28
  */
28
29
  export declare class DeleteVocabularyCommand extends $Command<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: DeleteVocabularyCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteVocabularyCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteVocabularyFilterRequest } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {
27
28
  */
28
29
  export declare class DeleteVocabularyFilterCommand extends $Command<DeleteVocabularyFilterCommandInput, DeleteVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: DeleteVocabularyFilterCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteVocabularyFilterCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeLanguageModelRequest, DescribeLanguageModelResponse } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface DescribeLanguageModelCommandOutput extends DescribeLanguageMode
33
34
  */
34
35
  export declare class DescribeLanguageModelCommand extends $Command<DescribeLanguageModelCommandInput, DescribeLanguageModelCommandOutput, TranscribeClientResolvedConfig> {
35
36
  readonly input: DescribeLanguageModelCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: DescribeLanguageModelCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetCallAnalyticsCategoryRequest, GetCallAnalyticsCategoryResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface GetCallAnalyticsCategoryCommandOutput extends GetCallAnalyticsC
27
28
  */
28
29
  export declare class GetCallAnalyticsCategoryCommand extends $Command<GetCallAnalyticsCategoryCommandInput, GetCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: GetCallAnalyticsCategoryCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GetCallAnalyticsCategoryCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetCallAnalyticsJobRequest, GetCallAnalyticsJobResponse } from "../models/models_0";
@@ -35,6 +36,7 @@ export interface GetCallAnalyticsJobCommandOutput extends GetCallAnalyticsJobRes
35
36
  */
36
37
  export declare class GetCallAnalyticsJobCommand extends $Command<GetCallAnalyticsJobCommandInput, GetCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
37
38
  readonly input: GetCallAnalyticsJobCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: GetCallAnalyticsJobCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetMedicalTranscriptionJobRequest, GetMedicalTranscriptionJobResponse } from "../models/models_0";
@@ -32,6 +33,7 @@ export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTrans
32
33
  */
33
34
  export declare class GetMedicalTranscriptionJobCommand extends $Command<GetMedicalTranscriptionJobCommandInput, GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
34
35
  readonly input: GetMedicalTranscriptionJobCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: GetMedicalTranscriptionJobCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetMedicalVocabularyRequest, GetMedicalVocabularyResponse } from "../models/models_0";
@@ -31,6 +32,7 @@ export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyR
31
32
  */
32
33
  export declare class GetMedicalVocabularyCommand extends $Command<GetMedicalVocabularyCommandInput, GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
33
34
  readonly input: GetMedicalVocabularyCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: GetMedicalVocabularyCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetTranscriptionJobRequest, GetTranscriptionJobResponse } from "../models/models_0";
@@ -34,6 +35,7 @@ export interface GetTranscriptionJobCommandOutput extends GetTranscriptionJobRes
34
35
  */
35
36
  export declare class GetTranscriptionJobCommand extends $Command<GetTranscriptionJobCommandInput, GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
36
37
  readonly input: GetTranscriptionJobCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: GetTranscriptionJobCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetVocabularyRequest, GetVocabularyResponse } from "../models/models_0";
@@ -31,6 +32,7 @@ export interface GetVocabularyCommandOutput extends GetVocabularyResponse, __Met
31
32
  */
32
33
  export declare class GetVocabularyCommand extends $Command<GetVocabularyCommandInput, GetVocabularyCommandOutput, TranscribeClientResolvedConfig> {
33
34
  readonly input: GetVocabularyCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: GetVocabularyCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetVocabularyFilterRequest, GetVocabularyFilterResponse } from "../models/models_0";
@@ -31,6 +32,7 @@ export interface GetVocabularyFilterCommandOutput extends GetVocabularyFilterRes
31
32
  */
32
33
  export declare class GetVocabularyFilterCommand extends $Command<GetVocabularyFilterCommandInput, GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
33
34
  readonly input: GetVocabularyFilterCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: GetVocabularyFilterCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListCallAnalyticsCategoriesRequest, ListCallAnalyticsCategoriesResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface ListCallAnalyticsCategoriesCommandOutput extends ListCallAnalyt
27
28
  */
28
29
  export declare class ListCallAnalyticsCategoriesCommand extends $Command<ListCallAnalyticsCategoriesCommandInput, ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: ListCallAnalyticsCategoriesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListCallAnalyticsCategoriesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListCallAnalyticsJobsRequest, ListCallAnalyticsJobsResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface ListCallAnalyticsJobsCommandOutput extends ListCallAnalyticsJob
28
29
  */
29
30
  export declare class ListCallAnalyticsJobsCommand extends $Command<ListCallAnalyticsJobsCommandInput, ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig> {
30
31
  readonly input: ListCallAnalyticsJobsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListCallAnalyticsJobsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListLanguageModelsRequest, ListLanguageModelsResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface ListLanguageModelsCommandOutput extends ListLanguageModelsRespo
28
29
  */
29
30
  export declare class ListLanguageModelsCommand extends $Command<ListLanguageModelsCommandInput, ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig> {
30
31
  readonly input: ListLanguageModelsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListLanguageModelsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListMedicalTranscriptionJobsRequest, ListMedicalTranscriptionJobsResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface ListMedicalTranscriptionJobsCommandOutput extends ListMedicalTr
28
29
  */
29
30
  export declare class ListMedicalTranscriptionJobsCommand extends $Command<ListMedicalTranscriptionJobsCommandInput, ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig> {
30
31
  readonly input: ListMedicalTranscriptionJobsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListMedicalTranscriptionJobsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListMedicalVocabulariesRequest, ListMedicalVocabulariesResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface ListMedicalVocabulariesCommandOutput extends ListMedicalVocabul
28
29
  */
29
30
  export declare class ListMedicalVocabulariesCommand extends $Command<ListMedicalVocabulariesCommandInput, ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig> {
30
31
  readonly input: ListMedicalVocabulariesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListMedicalVocabulariesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
27
28
  */
28
29
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: ListTagsForResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListTagsForResourceCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTranscriptionJobsRequest, ListTranscriptionJobsResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface ListTranscriptionJobsCommandOutput extends ListTranscriptionJob
28
29
  */
29
30
  export declare class ListTranscriptionJobsCommand extends $Command<ListTranscriptionJobsCommandInput, ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig> {
30
31
  readonly input: ListTranscriptionJobsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListTranscriptionJobsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListVocabulariesRequest, ListVocabulariesResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface ListVocabulariesCommandOutput extends ListVocabulariesResponse,
28
29
  */
29
30
  export declare class ListVocabulariesCommand extends $Command<ListVocabulariesCommandInput, ListVocabulariesCommandOutput, TranscribeClientResolvedConfig> {
30
31
  readonly input: ListVocabulariesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListVocabulariesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListVocabularyFiltersRequest, ListVocabularyFiltersResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface ListVocabularyFiltersCommandOutput extends ListVocabularyFilter
28
29
  */
29
30
  export declare class ListVocabularyFiltersCommand extends $Command<ListVocabularyFiltersCommandInput, ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig> {
30
31
  readonly input: ListVocabularyFiltersCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListVocabularyFiltersCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { StartCallAnalyticsJobRequest, StartCallAnalyticsJobResponse } from "../models/models_0";
@@ -72,6 +73,7 @@ export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJo
72
73
  */
73
74
  export declare class StartCallAnalyticsJobCommand extends $Command<StartCallAnalyticsJobCommandInput, StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig> {
74
75
  readonly input: StartCallAnalyticsJobCommandInput;
76
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
77
  constructor(input: StartCallAnalyticsJobCommandInput);
76
78
  /**
77
79
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { StartMedicalTranscriptionJobRequest, StartMedicalTranscriptionJobResponse } from "../models/models_0";
@@ -73,6 +74,7 @@ export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalT
73
74
  */
74
75
  export declare class StartMedicalTranscriptionJobCommand extends $Command<StartMedicalTranscriptionJobCommandInput, StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
75
76
  readonly input: StartMedicalTranscriptionJobCommandInput;
77
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
78
  constructor(input: StartMedicalTranscriptionJobCommandInput);
77
79
  /**
78
80
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { StartTranscriptionJobRequest, StartTranscriptionJobResponse } from "../models/models_0";
@@ -59,6 +60,7 @@ export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJo
59
60
  */
60
61
  export declare class StartTranscriptionJobCommand extends $Command<StartTranscriptionJobCommandInput, StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig> {
61
62
  readonly input: StartTranscriptionJobCommandInput;
63
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
64
  constructor(input: StartTranscriptionJobCommandInput);
63
65
  /**
64
66
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
28
  */
28
29
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: TagResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: TagResourceCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
27
28
  */
28
29
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: UntagResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UntagResourceCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateCallAnalyticsCategoryRequest, UpdateCallAnalyticsCategoryResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface UpdateCallAnalyticsCategoryCommandOutput extends UpdateCallAnal
28
29
  */
29
30
  export declare class UpdateCallAnalyticsCategoryCommand extends $Command<UpdateCallAnalyticsCategoryCommandInput, UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig> {
30
31
  readonly input: UpdateCallAnalyticsCategoryCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: UpdateCallAnalyticsCategoryCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateMedicalVocabularyRequest, UpdateMedicalVocabularyResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocab
27
28
  */
28
29
  export declare class UpdateMedicalVocabularyCommand extends $Command<UpdateMedicalVocabularyCommandInput, UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: UpdateMedicalVocabularyCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateMedicalVocabularyCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateVocabularyRequest, UpdateVocabularyResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse,
26
27
  */
27
28
  export declare class UpdateVocabularyCommand extends $Command<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig> {
28
29
  readonly input: UpdateVocabularyCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateVocabularyCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateVocabularyFilterRequest, UpdateVocabularyFilterResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFil
27
28
  */
28
29
  export declare class UpdateVocabularyFilterCommand extends $Command<UpdateVocabularyFilterCommandInput, UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig> {
29
30
  readonly input: UpdateVocabularyFilterCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateVocabularyFilterCommandInput);
31
33
  /**
32
34
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { TranscribeClientConfig } from "./TranscribeClient";
6
6
  export declare const getRuntimeConfig: (config: TranscribeClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };