@aws-sdk/client-transcribe 3.193.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 +19 -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 +4 -2
  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,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -198,6 +199,11 @@ import {
198
199
  UpdateVocabularyFilterCommandInput,
199
200
  UpdateVocabularyFilterCommandOutput,
200
201
  } from "./commands/UpdateVocabularyFilterCommand";
202
+ import {
203
+ ClientInputEndpointParameters,
204
+ ClientResolvedEndpointParameters,
205
+ EndpointParameters,
206
+ } from "./endpoint/EndpointParameters";
201
207
  export declare type ServiceInputTypes =
202
208
  | CreateCallAnalyticsCategoryCommandInput
203
209
  | CreateLanguageModelCommandInput
@@ -299,7 +305,6 @@ export interface ClientDefaults
299
305
  serviceId?: string;
300
306
  region?: string | __Provider<string>;
301
307
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
302
- regionInfoProvider?: RegionInfoProvider;
303
308
  defaultUserAgentProvider?: Provider<__UserAgent>;
304
309
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
305
310
  }
@@ -308,21 +313,23 @@ declare type TranscribeClientConfigType = Partial<
308
313
  > &
309
314
  ClientDefaults &
310
315
  RegionInputConfig &
311
- EndpointsInputConfig &
316
+ EndpointInputConfig<EndpointParameters> &
312
317
  RetryInputConfig &
313
318
  HostHeaderInputConfig &
314
319
  AwsAuthInputConfig &
315
- UserAgentInputConfig;
320
+ UserAgentInputConfig &
321
+ ClientInputEndpointParameters;
316
322
  export interface TranscribeClientConfig extends TranscribeClientConfigType {}
317
323
  declare type TranscribeClientResolvedConfigType =
318
324
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
319
325
  Required<ClientDefaults> &
320
326
  RegionResolvedConfig &
321
- EndpointsResolvedConfig &
327
+ EndpointResolvedConfig<EndpointParameters> &
322
328
  RetryResolvedConfig &
323
329
  HostHeaderResolvedConfig &
324
330
  AwsAuthResolvedConfig &
325
- UserAgentResolvedConfig;
331
+ UserAgentResolvedConfig &
332
+ ClientResolvedEndpointParameters;
326
333
  export interface TranscribeClientResolvedConfig
327
334
  extends TranscribeClientResolvedConfigType {}
328
335
  export declare class TranscribeClient extends __Client<
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateCallAnalyticsCategoryCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateCallAnalyticsCategoryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateCallAnalyticsCategoryCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateLanguageModelCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateLanguageModelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateLanguageModelCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateMedicalVocabularyCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateMedicalVocabularyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateMedicalVocabularyCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateVocabularyCommand extends $Command<
24
25
  TranscribeClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateVocabularyCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateVocabularyCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateVocabularyFilterCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateVocabularyFilterCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateVocabularyFilterCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteCallAnalyticsCategoryCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteCallAnalyticsCategoryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteCallAnalyticsCategoryCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteCallAnalyticsJobCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteCallAnalyticsJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteCallAnalyticsJobCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class DeleteLanguageModelCommand extends $Command<
20
21
  TranscribeClientResolvedConfig
21
22
  > {
22
23
  readonly input: DeleteLanguageModelCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: DeleteLanguageModelCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteMedicalTranscriptionJobCommand extends $Command<
21
22
  TranscribeClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteMedicalTranscriptionJobCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteMedicalTranscriptionJobCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteMedicalVocabularyCommand extends $Command<
21
22
  TranscribeClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteMedicalVocabularyCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteMedicalVocabularyCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class DeleteTranscriptionJobCommand extends $Command<
20
21
  TranscribeClientResolvedConfig
21
22
  > {
22
23
  readonly input: DeleteTranscriptionJobCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: DeleteTranscriptionJobCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class DeleteVocabularyCommand extends $Command<
19
20
  TranscribeClientResolvedConfig
20
21
  > {
21
22
  readonly input: DeleteVocabularyCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: DeleteVocabularyCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class DeleteVocabularyFilterCommand extends $Command<
20
21
  TranscribeClientResolvedConfig
21
22
  > {
22
23
  readonly input: DeleteVocabularyFilterCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: DeleteVocabularyFilterCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeLanguageModelCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeLanguageModelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeLanguageModelCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetCallAnalyticsCategoryCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetCallAnalyticsCategoryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetCallAnalyticsCategoryCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetCallAnalyticsJobCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetCallAnalyticsJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetCallAnalyticsJobCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetMedicalTranscriptionJobCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetMedicalTranscriptionJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetMedicalTranscriptionJobCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetMedicalVocabularyCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetMedicalVocabularyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetMedicalVocabularyCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetTranscriptionJobCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetTranscriptionJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetTranscriptionJobCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class GetVocabularyCommand extends $Command<
24
25
  TranscribeClientResolvedConfig
25
26
  > {
26
27
  readonly input: GetVocabularyCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: GetVocabularyCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetVocabularyFilterCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetVocabularyFilterCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetVocabularyFilterCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListCallAnalyticsCategoriesCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListCallAnalyticsCategoriesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListCallAnalyticsCategoriesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListCallAnalyticsJobsCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListCallAnalyticsJobsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListCallAnalyticsJobsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListLanguageModelsCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListLanguageModelsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListLanguageModelsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListMedicalTranscriptionJobsCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListMedicalTranscriptionJobsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListMedicalTranscriptionJobsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListMedicalVocabulariesCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListMedicalVocabulariesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListMedicalVocabulariesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTranscriptionJobsCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTranscriptionJobsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTranscriptionJobsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ListVocabulariesCommand extends $Command<
24
25
  TranscribeClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListVocabulariesCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListVocabulariesCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListVocabularyFiltersCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListVocabularyFiltersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListVocabularyFiltersCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class StartCallAnalyticsJobCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: StartCallAnalyticsJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartCallAnalyticsJobCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class StartMedicalTranscriptionJobCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: StartMedicalTranscriptionJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartMedicalTranscriptionJobCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class StartTranscriptionJobCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: StartTranscriptionJobCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartTranscriptionJobCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
21
22
  TranscribeClientResolvedConfig
22
23
  > {
23
24
  readonly input: TagResourceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: TagResourceCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
24
25
  TranscribeClientResolvedConfig
25
26
  > {
26
27
  readonly input: UntagResourceCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UntagResourceCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateCallAnalyticsCategoryCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateCallAnalyticsCategoryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCallAnalyticsCategoryCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateMedicalVocabularyCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateMedicalVocabularyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateMedicalVocabularyCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class UpdateVocabularyCommand extends $Command<
24
25
  TranscribeClientResolvedConfig
25
26
  > {
26
27
  readonly input: UpdateVocabularyCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UpdateVocabularyCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateVocabularyFilterCommand extends $Command<
25
26
  TranscribeClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateVocabularyFilterCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateVocabularyFilterCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -0,0 +1,26 @@
1
+ import {
2
+ EndpointParameters as __EndpointParameters,
3
+ Provider,
4
+ } from "@aws-sdk/types";
5
+ export interface ClientInputEndpointParameters {
6
+ region?: string | Provider<string>;
7
+ useDualstackEndpoint?: boolean | Provider<boolean>;
8
+ useFipsEndpoint?: boolean | Provider<boolean>;
9
+ endpoint?: string | Provider<string>;
10
+ }
11
+ export declare type ClientResolvedEndpointParameters =
12
+ ClientInputEndpointParameters & {
13
+ defaultSigningName: string;
14
+ };
15
+ export declare const resolveClientEndpointParameters: <T>(
16
+ options: T & ClientInputEndpointParameters
17
+ ) => T &
18
+ ClientInputEndpointParameters & {
19
+ defaultSigningName: string;
20
+ };
21
+ export interface EndpointParameters extends __EndpointParameters {
22
+ Region?: string;
23
+ UseDualStack?: boolean;
24
+ UseFIPS?: boolean;
25
+ Endpoint?: string;
26
+ }
@@ -0,0 +1,8 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (
4
+ endpointParams: EndpointParameters,
5
+ context?: {
6
+ logger?: Logger;
7
+ }
8
+ ) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;