@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,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteLanguageModelCommand, se_DeleteLanguageModelCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteLanguageModelCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteLanguageModelCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "TranscribeClient";
26
- const commandName = "DeleteLanguageModelCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Transcribe",
35
- operation: "DeleteLanguageModel",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteLanguageModelCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteLanguageModelCommand(output, context);
46
- }
7
+ export class DeleteLanguageModelCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Transcribe", "DeleteLanguageModel", {})
19
+ .n("TranscribeClient", "DeleteLanguageModelCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteLanguageModelCommand)
22
+ .de(de_DeleteLanguageModelCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteMedicalScribeJobCommand, se_DeleteMedicalScribeJobCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteMedicalScribeJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteMedicalScribeJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "TranscribeClient";
26
- const commandName = "DeleteMedicalScribeJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Transcribe",
35
- operation: "DeleteMedicalScribeJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteMedicalScribeJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteMedicalScribeJobCommand(output, context);
46
- }
7
+ export class DeleteMedicalScribeJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Transcribe", "DeleteMedicalScribeJob", {})
19
+ .n("TranscribeClient", "DeleteMedicalScribeJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteMedicalScribeJobCommand)
22
+ .de(de_DeleteMedicalScribeJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteMedicalTranscriptionJobCommand, se_DeleteMedicalTranscriptionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteMedicalTranscriptionJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteMedicalTranscriptionJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "TranscribeClient";
26
- const commandName = "DeleteMedicalTranscriptionJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Transcribe",
35
- operation: "DeleteMedicalTranscriptionJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteMedicalTranscriptionJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteMedicalTranscriptionJobCommand(output, context);
46
- }
7
+ export class DeleteMedicalTranscriptionJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Transcribe", "DeleteMedicalTranscriptionJob", {})
19
+ .n("TranscribeClient", "DeleteMedicalTranscriptionJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteMedicalTranscriptionJobCommand)
22
+ .de(de_DeleteMedicalTranscriptionJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteMedicalVocabularyCommand, se_DeleteMedicalVocabularyCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteMedicalVocabularyCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteMedicalVocabularyCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "TranscribeClient";
26
- const commandName = "DeleteMedicalVocabularyCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Transcribe",
35
- operation: "DeleteMedicalVocabulary",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteMedicalVocabularyCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteMedicalVocabularyCommand(output, context);
46
- }
7
+ export class DeleteMedicalVocabularyCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Transcribe", "DeleteMedicalVocabulary", {})
19
+ .n("TranscribeClient", "DeleteMedicalVocabularyCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteMedicalVocabularyCommand)
22
+ .de(de_DeleteMedicalVocabularyCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteTranscriptionJobCommand, se_DeleteTranscriptionJobCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteTranscriptionJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteTranscriptionJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "TranscribeClient";
26
- const commandName = "DeleteTranscriptionJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Transcribe",
35
- operation: "DeleteTranscriptionJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteTranscriptionJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteTranscriptionJobCommand(output, context);
46
- }
7
+ export class DeleteTranscriptionJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Transcribe", "DeleteTranscriptionJob", {})
19
+ .n("TranscribeClient", "DeleteTranscriptionJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteTranscriptionJobCommand)
22
+ .de(de_DeleteTranscriptionJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteVocabularyCommand, se_DeleteVocabularyCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteVocabularyCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteVocabularyCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "TranscribeClient";
26
- const commandName = "DeleteVocabularyCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Transcribe",
35
- operation: "DeleteVocabulary",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteVocabularyCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteVocabularyCommand(output, context);
46
- }
7
+ export class DeleteVocabularyCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Transcribe", "DeleteVocabulary", {})
19
+ .n("TranscribeClient", "DeleteVocabularyCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteVocabularyCommand)
22
+ .de(de_DeleteVocabularyCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteVocabularyFilterCommand, se_DeleteVocabularyFilterCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DeleteVocabularyFilterCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteVocabularyFilterCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "TranscribeClient";
26
- const commandName = "DeleteVocabularyFilterCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Transcribe",
35
- operation: "DeleteVocabularyFilter",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteVocabularyFilterCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteVocabularyFilterCommand(output, context);
46
- }
7
+ export class DeleteVocabularyFilterCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Transcribe", "DeleteVocabularyFilter", {})
19
+ .n("TranscribeClient", "DeleteVocabularyFilterCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteVocabularyFilterCommand)
22
+ .de(de_DeleteVocabularyFilterCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeLanguageModelCommand, se_DescribeLanguageModelCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DescribeLanguageModelCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeLanguageModelCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "TranscribeClient";
26
- const commandName = "DescribeLanguageModelCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Transcribe",
35
- operation: "DescribeLanguageModel",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeLanguageModelCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeLanguageModelCommand(output, context);
46
- }
7
+ export class DescribeLanguageModelCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Transcribe", "DescribeLanguageModel", {})
19
+ .n("TranscribeClient", "DescribeLanguageModelCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeLanguageModelCommand)
22
+ .de(de_DescribeLanguageModelCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetCallAnalyticsCategoryCommand, se_GetCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class GetCallAnalyticsCategoryCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetCallAnalyticsCategoryCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "TranscribeClient";
26
- const commandName = "GetCallAnalyticsCategoryCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Transcribe",
35
- operation: "GetCallAnalyticsCategory",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetCallAnalyticsCategoryCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetCallAnalyticsCategoryCommand(output, context);
46
- }
7
+ export class GetCallAnalyticsCategoryCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Transcribe", "GetCallAnalyticsCategory", {})
19
+ .n("TranscribeClient", "GetCallAnalyticsCategoryCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetCallAnalyticsCategoryCommand)
22
+ .de(de_GetCallAnalyticsCategoryCommand)
23
+ .build() {
47
24
  }