@aws-sdk/client-transcribe 3.477.0 → 3.481.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 (213) hide show
  1. package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +18 -41
  2. package/dist-cjs/commands/CreateLanguageModelCommand.js +18 -41
  3. package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +18 -41
  4. package/dist-cjs/commands/CreateVocabularyCommand.js +18 -41
  5. package/dist-cjs/commands/CreateVocabularyFilterCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteLanguageModelCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteMedicalScribeJobCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteVocabularyCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeLanguageModelCommand.js +18 -41
  16. package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +18 -41
  17. package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +18 -41
  18. package/dist-cjs/commands/GetMedicalScribeJobCommand.js +18 -41
  19. package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +18 -41
  20. package/dist-cjs/commands/GetMedicalVocabularyCommand.js +18 -41
  21. package/dist-cjs/commands/GetTranscriptionJobCommand.js +18 -41
  22. package/dist-cjs/commands/GetVocabularyCommand.js +18 -41
  23. package/dist-cjs/commands/GetVocabularyFilterCommand.js +18 -41
  24. package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +18 -41
  25. package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +18 -41
  26. package/dist-cjs/commands/ListLanguageModelsCommand.js +18 -41
  27. package/dist-cjs/commands/ListMedicalScribeJobsCommand.js +18 -41
  28. package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +18 -41
  29. package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +18 -41
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  31. package/dist-cjs/commands/ListTranscriptionJobsCommand.js +18 -41
  32. package/dist-cjs/commands/ListVocabulariesCommand.js +18 -41
  33. package/dist-cjs/commands/ListVocabularyFiltersCommand.js +18 -41
  34. package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +18 -41
  35. package/dist-cjs/commands/StartMedicalScribeJobCommand.js +18 -41
  36. package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +18 -41
  37. package/dist-cjs/commands/StartTranscriptionJobCommand.js +18 -41
  38. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  39. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  40. package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +18 -41
  41. package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +18 -41
  42. package/dist-cjs/commands/UpdateVocabularyCommand.js +18 -41
  43. package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +18 -41
  44. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  45. package/dist-cjs/pagination/ListCallAnalyticsCategoriesPaginator.js +2 -24
  46. package/dist-cjs/pagination/ListCallAnalyticsJobsPaginator.js +2 -24
  47. package/dist-cjs/pagination/ListLanguageModelsPaginator.js +2 -24
  48. package/dist-cjs/pagination/ListMedicalScribeJobsPaginator.js +2 -24
  49. package/dist-cjs/pagination/ListMedicalTranscriptionJobsPaginator.js +2 -24
  50. package/dist-cjs/pagination/ListMedicalVocabulariesPaginator.js +2 -24
  51. package/dist-cjs/pagination/ListTranscriptionJobsPaginator.js +2 -24
  52. package/dist-cjs/pagination/ListVocabulariesPaginator.js +2 -24
  53. package/dist-cjs/pagination/ListVocabularyFiltersPaginator.js +2 -24
  54. package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +18 -41
  55. package/dist-es/commands/CreateLanguageModelCommand.js +18 -41
  56. package/dist-es/commands/CreateMedicalVocabularyCommand.js +18 -41
  57. package/dist-es/commands/CreateVocabularyCommand.js +18 -41
  58. package/dist-es/commands/CreateVocabularyFilterCommand.js +18 -41
  59. package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +18 -41
  60. package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +18 -41
  61. package/dist-es/commands/DeleteLanguageModelCommand.js +18 -41
  62. package/dist-es/commands/DeleteMedicalScribeJobCommand.js +18 -41
  63. package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +18 -41
  64. package/dist-es/commands/DeleteMedicalVocabularyCommand.js +18 -41
  65. package/dist-es/commands/DeleteTranscriptionJobCommand.js +18 -41
  66. package/dist-es/commands/DeleteVocabularyCommand.js +18 -41
  67. package/dist-es/commands/DeleteVocabularyFilterCommand.js +18 -41
  68. package/dist-es/commands/DescribeLanguageModelCommand.js +18 -41
  69. package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +18 -41
  70. package/dist-es/commands/GetCallAnalyticsJobCommand.js +18 -41
  71. package/dist-es/commands/GetMedicalScribeJobCommand.js +18 -41
  72. package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +18 -41
  73. package/dist-es/commands/GetMedicalVocabularyCommand.js +18 -41
  74. package/dist-es/commands/GetTranscriptionJobCommand.js +18 -41
  75. package/dist-es/commands/GetVocabularyCommand.js +18 -41
  76. package/dist-es/commands/GetVocabularyFilterCommand.js +18 -41
  77. package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +18 -41
  78. package/dist-es/commands/ListCallAnalyticsJobsCommand.js +18 -41
  79. package/dist-es/commands/ListLanguageModelsCommand.js +18 -41
  80. package/dist-es/commands/ListMedicalScribeJobsCommand.js +18 -41
  81. package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +18 -41
  82. package/dist-es/commands/ListMedicalVocabulariesCommand.js +18 -41
  83. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  84. package/dist-es/commands/ListTranscriptionJobsCommand.js +18 -41
  85. package/dist-es/commands/ListVocabulariesCommand.js +18 -41
  86. package/dist-es/commands/ListVocabularyFiltersCommand.js +18 -41
  87. package/dist-es/commands/StartCallAnalyticsJobCommand.js +18 -41
  88. package/dist-es/commands/StartMedicalScribeJobCommand.js +18 -41
  89. package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +18 -41
  90. package/dist-es/commands/StartTranscriptionJobCommand.js +18 -41
  91. package/dist-es/commands/TagResourceCommand.js +18 -41
  92. package/dist-es/commands/UntagResourceCommand.js +18 -41
  93. package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +18 -41
  94. package/dist-es/commands/UpdateMedicalVocabularyCommand.js +18 -41
  95. package/dist-es/commands/UpdateVocabularyCommand.js +18 -41
  96. package/dist-es/commands/UpdateVocabularyFilterCommand.js +18 -41
  97. package/dist-es/endpoint/EndpointParameters.js +6 -0
  98. package/dist-es/pagination/ListCallAnalyticsCategoriesPaginator.js +2 -23
  99. package/dist-es/pagination/ListCallAnalyticsJobsPaginator.js +2 -23
  100. package/dist-es/pagination/ListLanguageModelsPaginator.js +2 -23
  101. package/dist-es/pagination/ListMedicalScribeJobsPaginator.js +2 -23
  102. package/dist-es/pagination/ListMedicalTranscriptionJobsPaginator.js +2 -23
  103. package/dist-es/pagination/ListMedicalVocabulariesPaginator.js +2 -23
  104. package/dist-es/pagination/ListTranscriptionJobsPaginator.js +2 -23
  105. package/dist-es/pagination/ListVocabulariesPaginator.js +2 -23
  106. package/dist-es/pagination/ListVocabularyFiltersPaginator.js +2 -23
  107. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +6 -21
  108. package/dist-types/commands/CreateLanguageModelCommand.d.ts +6 -21
  109. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +6 -21
  110. package/dist-types/commands/CreateVocabularyCommand.d.ts +6 -21
  111. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +6 -21
  112. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +6 -21
  113. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +6 -21
  114. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +6 -21
  115. package/dist-types/commands/DeleteMedicalScribeJobCommand.d.ts +6 -21
  116. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +6 -21
  117. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +6 -21
  118. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +6 -21
  119. package/dist-types/commands/DeleteVocabularyCommand.d.ts +6 -21
  120. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +6 -21
  121. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +6 -21
  122. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +6 -21
  123. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +6 -21
  124. package/dist-types/commands/GetMedicalScribeJobCommand.d.ts +6 -21
  125. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +6 -21
  126. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +6 -21
  127. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +6 -21
  128. package/dist-types/commands/GetVocabularyCommand.d.ts +6 -21
  129. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +6 -21
  130. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +6 -21
  131. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +6 -21
  132. package/dist-types/commands/ListLanguageModelsCommand.d.ts +6 -21
  133. package/dist-types/commands/ListMedicalScribeJobsCommand.d.ts +6 -21
  134. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +6 -21
  135. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +6 -21
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  137. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +6 -21
  138. package/dist-types/commands/ListVocabulariesCommand.d.ts +6 -21
  139. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +6 -21
  140. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +6 -21
  141. package/dist-types/commands/StartMedicalScribeJobCommand.d.ts +6 -21
  142. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +6 -21
  143. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +6 -21
  144. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  145. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  146. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +6 -21
  147. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +6 -21
  148. package/dist-types/commands/UpdateVocabularyCommand.d.ts +6 -21
  149. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +6 -21
  150. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  151. package/dist-types/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +1 -1
  152. package/dist-types/pagination/ListCallAnalyticsJobsPaginator.d.ts +1 -1
  153. package/dist-types/pagination/ListLanguageModelsPaginator.d.ts +1 -1
  154. package/dist-types/pagination/ListMedicalScribeJobsPaginator.d.ts +1 -1
  155. package/dist-types/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +1 -1
  156. package/dist-types/pagination/ListMedicalVocabulariesPaginator.d.ts +1 -1
  157. package/dist-types/pagination/ListTranscriptionJobsPaginator.d.ts +1 -1
  158. package/dist-types/pagination/ListVocabulariesPaginator.d.ts +1 -1
  159. package/dist-types/pagination/ListVocabularyFiltersPaginator.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +12 -24
  167. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/DeleteMedicalScribeJobCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/GetMedicalScribeJobCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/ListMedicalScribeJobsCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/StartMedicalScribeJobCommand.d.ts +12 -24
  195. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  204. package/dist-types/ts3.4/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +3 -3
  205. package/dist-types/ts3.4/pagination/ListCallAnalyticsJobsPaginator.d.ts +3 -3
  206. package/dist-types/ts3.4/pagination/ListLanguageModelsPaginator.d.ts +3 -3
  207. package/dist-types/ts3.4/pagination/ListMedicalScribeJobsPaginator.d.ts +3 -3
  208. package/dist-types/ts3.4/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +3 -3
  209. package/dist-types/ts3.4/pagination/ListMedicalVocabulariesPaginator.d.ts +3 -3
  210. package/dist-types/ts3.4/pagination/ListTranscriptionJobsPaginator.d.ts +3 -3
  211. package/dist-types/ts3.4/pagination/ListVocabulariesPaginator.d.ts +3 -3
  212. package/dist-types/ts3.4/pagination/ListVocabularyFiltersPaginator.d.ts +3 -3
  213. package/package.json +11 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  StartMedicalScribeJobRequest,
11
5
  StartMedicalScribeJobResponse,
@@ -21,22 +15,16 @@ export interface StartMedicalScribeJobCommandInput
21
15
  export interface StartMedicalScribeJobCommandOutput
22
16
  extends StartMedicalScribeJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartMedicalScribeJobCommand extends $Command<
25
- StartMedicalScribeJobCommandInput,
26
- StartMedicalScribeJobCommandOutput,
27
- TranscribeClientResolvedConfig
28
- > {
29
- readonly input: StartMedicalScribeJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartMedicalScribeJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranscribeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartMedicalScribeJobCommand_base: {
19
+ new (
20
+ input: StartMedicalScribeJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartMedicalScribeJobCommandInput,
38
- StartMedicalScribeJobCommandOutput
23
+ StartMedicalScribeJobCommandOutput,
24
+ TranscribeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartMedicalScribeJobCommand extends StartMedicalScribeJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  StartMedicalTranscriptionJobRequest,
11
5
  StartMedicalTranscriptionJobResponse,
@@ -21,22 +15,16 @@ export interface StartMedicalTranscriptionJobCommandInput
21
15
  export interface StartMedicalTranscriptionJobCommandOutput
22
16
  extends StartMedicalTranscriptionJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartMedicalTranscriptionJobCommand extends $Command<
25
- StartMedicalTranscriptionJobCommandInput,
26
- StartMedicalTranscriptionJobCommandOutput,
27
- TranscribeClientResolvedConfig
28
- > {
29
- readonly input: StartMedicalTranscriptionJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartMedicalTranscriptionJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranscribeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartMedicalTranscriptionJobCommand_base: {
19
+ new (
20
+ input: StartMedicalTranscriptionJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartMedicalTranscriptionJobCommandInput,
38
- StartMedicalTranscriptionJobCommandOutput
23
+ StartMedicalTranscriptionJobCommandOutput,
24
+ TranscribeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartMedicalTranscriptionJobCommand extends StartMedicalTranscriptionJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  StartTranscriptionJobRequest,
11
5
  StartTranscriptionJobResponse,
@@ -21,22 +15,16 @@ export interface StartTranscriptionJobCommandInput
21
15
  export interface StartTranscriptionJobCommandOutput
22
16
  extends StartTranscriptionJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartTranscriptionJobCommand extends $Command<
25
- StartTranscriptionJobCommandInput,
26
- StartTranscriptionJobCommandOutput,
27
- TranscribeClientResolvedConfig
28
- > {
29
- readonly input: StartTranscriptionJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartTranscriptionJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranscribeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartTranscriptionJobCommand_base: {
19
+ new (
20
+ input: StartTranscriptionJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartTranscriptionJobCommandInput,
38
- StartTranscriptionJobCommandOutput
23
+ StartTranscriptionJobCommandOutput,
24
+ TranscribeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartTranscriptionJobCommand extends StartTranscriptionJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- TranscribeClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TranscribeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ TranscribeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UntagResourceRequest,
11
5
  UntagResourceResponse,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- TranscribeClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TranscribeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ TranscribeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateCallAnalyticsCategoryRequest,
11
5
  UpdateCallAnalyticsCategoryResponse,
@@ -21,22 +15,16 @@ export interface UpdateCallAnalyticsCategoryCommandInput
21
15
  export interface UpdateCallAnalyticsCategoryCommandOutput
22
16
  extends UpdateCallAnalyticsCategoryResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateCallAnalyticsCategoryCommand extends $Command<
25
- UpdateCallAnalyticsCategoryCommandInput,
26
- UpdateCallAnalyticsCategoryCommandOutput,
27
- TranscribeClientResolvedConfig
28
- > {
29
- readonly input: UpdateCallAnalyticsCategoryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateCallAnalyticsCategoryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranscribeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateCallAnalyticsCategoryCommand_base: {
19
+ new (
20
+ input: UpdateCallAnalyticsCategoryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateCallAnalyticsCategoryCommandInput,
38
- UpdateCallAnalyticsCategoryCommandOutput
23
+ UpdateCallAnalyticsCategoryCommandOutput,
24
+ TranscribeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateCallAnalyticsCategoryCommand extends UpdateCallAnalyticsCategoryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateMedicalVocabularyRequest,
11
5
  UpdateMedicalVocabularyResponse,
@@ -21,22 +15,16 @@ export interface UpdateMedicalVocabularyCommandInput
21
15
  export interface UpdateMedicalVocabularyCommandOutput
22
16
  extends UpdateMedicalVocabularyResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateMedicalVocabularyCommand extends $Command<
25
- UpdateMedicalVocabularyCommandInput,
26
- UpdateMedicalVocabularyCommandOutput,
27
- TranscribeClientResolvedConfig
28
- > {
29
- readonly input: UpdateMedicalVocabularyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateMedicalVocabularyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranscribeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateMedicalVocabularyCommand_base: {
19
+ new (
20
+ input: UpdateMedicalVocabularyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateMedicalVocabularyCommandInput,
38
- UpdateMedicalVocabularyCommandOutput
23
+ UpdateMedicalVocabularyCommandOutput,
24
+ TranscribeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateMedicalVocabularyCommand extends UpdateMedicalVocabularyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateVocabularyRequest,
11
5
  UpdateVocabularyResponse,
@@ -20,19 +14,16 @@ export interface UpdateVocabularyCommandInput extends UpdateVocabularyRequest {}
20
14
  export interface UpdateVocabularyCommandOutput
21
15
  extends UpdateVocabularyResponse,
22
16
  __MetadataBearer {}
23
- export declare class UpdateVocabularyCommand extends $Command<
24
- UpdateVocabularyCommandInput,
25
- UpdateVocabularyCommandOutput,
26
- TranscribeClientResolvedConfig
27
- > {
28
- readonly input: UpdateVocabularyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UpdateVocabularyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TranscribeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UpdateVocabularyCommandInput, UpdateVocabularyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UpdateVocabularyCommand_base: {
18
+ new (
19
+ input: UpdateVocabularyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UpdateVocabularyCommandInput,
22
+ UpdateVocabularyCommandOutput,
23
+ TranscribeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UpdateVocabularyCommand extends UpdateVocabularyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateVocabularyFilterRequest,
11
5
  UpdateVocabularyFilterResponse,
@@ -21,22 +15,16 @@ export interface UpdateVocabularyFilterCommandInput
21
15
  export interface UpdateVocabularyFilterCommandOutput
22
16
  extends UpdateVocabularyFilterResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateVocabularyFilterCommand extends $Command<
25
- UpdateVocabularyFilterCommandInput,
26
- UpdateVocabularyFilterCommandOutput,
27
- TranscribeClientResolvedConfig
28
- > {
29
- readonly input: UpdateVocabularyFilterCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateVocabularyFilterCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TranscribeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateVocabularyFilterCommand_base: {
19
+ new (
20
+ input: UpdateVocabularyFilterCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateVocabularyFilterCommandInput,
38
- UpdateVocabularyFilterCommandOutput
23
+ UpdateVocabularyFilterCommandOutput,
24
+ TranscribeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateVocabularyFilterCommand extends UpdateVocabularyFilterCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  ListCallAnalyticsCategoriesCommandOutput,
5
5
  } from "../commands/ListCallAnalyticsCategoriesCommand";
6
6
  import { TranscribePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListCallAnalyticsCategories(
7
+ export declare const paginateListCallAnalyticsCategories: (
8
8
  config: TranscribePaginationConfiguration,
9
9
  input: ListCallAnalyticsCategoriesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListCallAnalyticsCategoriesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListCallAnalyticsCategoriesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListCallAnalyticsJobsCommandOutput,
5
5
  } from "../commands/ListCallAnalyticsJobsCommand";
6
6
  import { TranscribePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListCallAnalyticsJobs(
7
+ export declare const paginateListCallAnalyticsJobs: (
8
8
  config: TranscribePaginationConfiguration,
9
9
  input: ListCallAnalyticsJobsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListCallAnalyticsJobsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListCallAnalyticsJobsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListLanguageModelsCommandOutput,
5
5
  } from "../commands/ListLanguageModelsCommand";
6
6
  import { TranscribePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListLanguageModels(
7
+ export declare const paginateListLanguageModels: (
8
8
  config: TranscribePaginationConfiguration,
9
9
  input: ListLanguageModelsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListLanguageModelsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListLanguageModelsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListMedicalScribeJobsCommandOutput,
5
5
  } from "../commands/ListMedicalScribeJobsCommand";
6
6
  import { TranscribePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListMedicalScribeJobs(
7
+ export declare const paginateListMedicalScribeJobs: (
8
8
  config: TranscribePaginationConfiguration,
9
9
  input: ListMedicalScribeJobsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListMedicalScribeJobsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListMedicalScribeJobsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListMedicalTranscriptionJobsCommandOutput,
5
5
  } from "../commands/ListMedicalTranscriptionJobsCommand";
6
6
  import { TranscribePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListMedicalTranscriptionJobs(
7
+ export declare const paginateListMedicalTranscriptionJobs: (
8
8
  config: TranscribePaginationConfiguration,
9
9
  input: ListMedicalTranscriptionJobsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListMedicalTranscriptionJobsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListMedicalTranscriptionJobsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListMedicalVocabulariesCommandOutput,
5
5
  } from "../commands/ListMedicalVocabulariesCommand";
6
6
  import { TranscribePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListMedicalVocabularies(
7
+ export declare const paginateListMedicalVocabularies: (
8
8
  config: TranscribePaginationConfiguration,
9
9
  input: ListMedicalVocabulariesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListMedicalVocabulariesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListMedicalVocabulariesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListTranscriptionJobsCommandOutput,
5
5
  } from "../commands/ListTranscriptionJobsCommand";
6
6
  import { TranscribePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListTranscriptionJobs(
7
+ export declare const paginateListTranscriptionJobs: (
8
8
  config: TranscribePaginationConfiguration,
9
9
  input: ListTranscriptionJobsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListTranscriptionJobsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListTranscriptionJobsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListVocabulariesCommandOutput,
5
5
  } from "../commands/ListVocabulariesCommand";
6
6
  import { TranscribePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListVocabularies(
7
+ export declare const paginateListVocabularies: (
8
8
  config: TranscribePaginationConfiguration,
9
9
  input: ListVocabulariesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListVocabulariesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListVocabulariesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListVocabularyFiltersCommandOutput,
5
5
  } from "../commands/ListVocabularyFiltersCommand";
6
6
  import { TranscribePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListVocabularyFilters(
7
+ export declare const paginateListVocabularyFilters: (
8
8
  config: TranscribePaginationConfiguration,
9
9
  input: ListVocabularyFiltersCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListVocabularyFiltersCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListVocabularyFiltersCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transcribe",
3
3
  "description": "AWS SDK for JavaScript Transcribe Client for Node.js, Browser and React Native",
4
- "version": "3.477.0",
4
+ "version": "3.481.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,39 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.477.0",
24
- "@aws-sdk/core": "3.477.0",
25
- "@aws-sdk/credential-provider-node": "3.477.0",
23
+ "@aws-sdk/client-sts": "3.481.0",
24
+ "@aws-sdk/core": "3.481.0",
25
+ "@aws-sdk/credential-provider-node": "3.481.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
29
29
  "@aws-sdk/middleware-signing": "3.468.0",
30
- "@aws-sdk/middleware-user-agent": "3.470.0",
30
+ "@aws-sdk/middleware-user-agent": "3.478.0",
31
31
  "@aws-sdk/region-config-resolver": "3.470.0",
32
32
  "@aws-sdk/types": "3.468.0",
33
- "@aws-sdk/util-endpoints": "3.470.0",
33
+ "@aws-sdk/util-endpoints": "3.478.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.468.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.470.0",
36
36
  "@smithy/config-resolver": "^2.0.21",
37
+ "@smithy/core": "^1.2.1",
37
38
  "@smithy/fetch-http-handler": "^2.3.1",
38
39
  "@smithy/hash-node": "^2.0.17",
39
40
  "@smithy/invalid-dependency": "^2.0.15",
40
41
  "@smithy/middleware-content-length": "^2.0.17",
41
42
  "@smithy/middleware-endpoint": "^2.2.3",
42
- "@smithy/middleware-retry": "^2.0.24",
43
+ "@smithy/middleware-retry": "^2.0.25",
43
44
  "@smithy/middleware-serde": "^2.0.15",
44
45
  "@smithy/middleware-stack": "^2.0.9",
45
46
  "@smithy/node-config-provider": "^2.1.8",
46
47
  "@smithy/node-http-handler": "^2.2.1",
47
48
  "@smithy/protocol-http": "^3.0.11",
48
- "@smithy/smithy-client": "^2.1.18",
49
+ "@smithy/smithy-client": "^2.2.0",
49
50
  "@smithy/types": "^2.7.0",
50
51
  "@smithy/url-parser": "^2.0.15",
51
52
  "@smithy/util-base64": "^2.0.1",
52
53
  "@smithy/util-body-length-browser": "^2.0.1",
53
54
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.22",
55
- "@smithy/util-defaults-mode-node": "^2.0.29",
55
+ "@smithy/util-defaults-mode-browser": "^2.0.23",
56
+ "@smithy/util-defaults-mode-node": "^2.0.30",
56
57
  "@smithy/util-endpoints": "^1.0.7",
57
58
  "@smithy/util-retry": "^2.0.8",
58
59
  "@smithy/util-utf8": "^2.0.2",