@aws-sdk/client-transcribe 3.926.0 → 3.928.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 (67) hide show
  1. package/dist-cjs/index.js +1848 -1696
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/TranscribeClient.js +2 -0
  4. package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +3 -9
  5. package/dist-es/commands/CreateLanguageModelCommand.js +3 -9
  6. package/dist-es/commands/CreateMedicalVocabularyCommand.js +3 -9
  7. package/dist-es/commands/CreateVocabularyCommand.js +3 -9
  8. package/dist-es/commands/CreateVocabularyFilterCommand.js +3 -9
  9. package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +3 -9
  10. package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +3 -9
  11. package/dist-es/commands/DeleteLanguageModelCommand.js +3 -9
  12. package/dist-es/commands/DeleteMedicalScribeJobCommand.js +3 -9
  13. package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +3 -9
  14. package/dist-es/commands/DeleteMedicalVocabularyCommand.js +3 -9
  15. package/dist-es/commands/DeleteTranscriptionJobCommand.js +3 -9
  16. package/dist-es/commands/DeleteVocabularyCommand.js +3 -9
  17. package/dist-es/commands/DeleteVocabularyFilterCommand.js +3 -9
  18. package/dist-es/commands/DescribeLanguageModelCommand.js +3 -9
  19. package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +3 -9
  20. package/dist-es/commands/GetCallAnalyticsJobCommand.js +3 -9
  21. package/dist-es/commands/GetMedicalScribeJobCommand.js +3 -9
  22. package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +3 -9
  23. package/dist-es/commands/GetMedicalVocabularyCommand.js +3 -9
  24. package/dist-es/commands/GetTranscriptionJobCommand.js +3 -9
  25. package/dist-es/commands/GetVocabularyCommand.js +3 -9
  26. package/dist-es/commands/GetVocabularyFilterCommand.js +3 -9
  27. package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +3 -9
  28. package/dist-es/commands/ListCallAnalyticsJobsCommand.js +3 -9
  29. package/dist-es/commands/ListLanguageModelsCommand.js +3 -9
  30. package/dist-es/commands/ListMedicalScribeJobsCommand.js +3 -9
  31. package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +3 -9
  32. package/dist-es/commands/ListMedicalVocabulariesCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/ListTranscriptionJobsCommand.js +3 -9
  35. package/dist-es/commands/ListVocabulariesCommand.js +3 -9
  36. package/dist-es/commands/ListVocabularyFiltersCommand.js +3 -9
  37. package/dist-es/commands/StartCallAnalyticsJobCommand.js +3 -9
  38. package/dist-es/commands/StartMedicalScribeJobCommand.js +3 -10
  39. package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +3 -9
  40. package/dist-es/commands/StartTranscriptionJobCommand.js +3 -9
  41. package/dist-es/commands/TagResourceCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +3 -9
  44. package/dist-es/commands/UpdateMedicalVocabularyCommand.js +3 -9
  45. package/dist-es/commands/UpdateVocabularyCommand.js +3 -9
  46. package/dist-es/commands/UpdateVocabularyFilterCommand.js +3 -9
  47. package/dist-es/models/models_0.js +0 -15
  48. package/dist-es/runtimeConfig.shared.js +7 -0
  49. package/dist-es/schemas/schemas_0.js +1754 -0
  50. package/dist-types/TranscribeClient.d.ts +10 -1
  51. package/dist-types/models/models_0.d.ts +0 -12
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  53. package/dist-types/runtimeConfig.d.ts +1 -0
  54. package/dist-types/runtimeConfig.native.d.ts +1 -0
  55. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  56. package/dist-types/schemas/schemas_0.d.ts +203 -0
  57. package/dist-types/ts3.4/TranscribeClient.d.ts +4 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +210 -0
  64. package/package.json +5 -5
  65. package/dist-es/protocols/Aws_json1_1.js +0 -1365
  66. package/dist-types/protocols/Aws_json1_1.d.ts +0 -389
  67. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -521
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsJson1_1Protocol({
31
+ defaultNamespace: "com.amazonaws.transcribe",
32
+ serviceTarget: "Transcribe",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "Transcribe",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class TranscribeClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCallAnalyticsCategoryCommand, se_CreateCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateCallAnalyticsCategory } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCallAnalyticsCategoryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "CreateCallAnalyticsCategory", {})
17
13
  .n("TranscribeClient", "CreateCallAnalyticsCategoryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCallAnalyticsCategoryCommand)
20
- .de(de_CreateCallAnalyticsCategoryCommand)
14
+ .sc(CreateCallAnalyticsCategory)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateLanguageModelCommand, se_CreateLanguageModelCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateLanguageModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateLanguageModelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "CreateLanguageModel", {})
17
13
  .n("TranscribeClient", "CreateLanguageModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateLanguageModelCommand)
20
- .de(de_CreateLanguageModelCommand)
14
+ .sc(CreateLanguageModel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateMedicalVocabularyCommand, se_CreateMedicalVocabularyCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateMedicalVocabulary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateMedicalVocabularyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "CreateMedicalVocabulary", {})
17
13
  .n("TranscribeClient", "CreateMedicalVocabularyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateMedicalVocabularyCommand)
20
- .de(de_CreateMedicalVocabularyCommand)
14
+ .sc(CreateMedicalVocabulary)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateVocabularyCommand, se_CreateVocabularyCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateVocabulary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateVocabularyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "CreateVocabulary", {})
17
13
  .n("TranscribeClient", "CreateVocabularyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateVocabularyCommand)
20
- .de(de_CreateVocabularyCommand)
14
+ .sc(CreateVocabulary)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateVocabularyFilterCommand, se_CreateVocabularyFilterCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateVocabularyFilter } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateVocabularyFilterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "CreateVocabularyFilter", {})
17
13
  .n("TranscribeClient", "CreateVocabularyFilterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateVocabularyFilterCommand)
20
- .de(de_CreateVocabularyFilterCommand)
14
+ .sc(CreateVocabularyFilter)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCallAnalyticsCategoryCommand, se_DeleteCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteCallAnalyticsCategory } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCallAnalyticsCategoryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DeleteCallAnalyticsCategory", {})
17
13
  .n("TranscribeClient", "DeleteCallAnalyticsCategoryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCallAnalyticsCategoryCommand)
20
- .de(de_DeleteCallAnalyticsCategoryCommand)
14
+ .sc(DeleteCallAnalyticsCategory)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCallAnalyticsJobCommand, se_DeleteCallAnalyticsJobCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteCallAnalyticsJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCallAnalyticsJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DeleteCallAnalyticsJob", {})
17
13
  .n("TranscribeClient", "DeleteCallAnalyticsJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCallAnalyticsJobCommand)
20
- .de(de_DeleteCallAnalyticsJobCommand)
14
+ .sc(DeleteCallAnalyticsJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteLanguageModelCommand, se_DeleteLanguageModelCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteLanguageModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteLanguageModelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DeleteLanguageModel", {})
17
13
  .n("TranscribeClient", "DeleteLanguageModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteLanguageModelCommand)
20
- .de(de_DeleteLanguageModelCommand)
14
+ .sc(DeleteLanguageModel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteMedicalScribeJobCommand, se_DeleteMedicalScribeJobCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteMedicalScribeJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMedicalScribeJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DeleteMedicalScribeJob", {})
17
13
  .n("TranscribeClient", "DeleteMedicalScribeJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMedicalScribeJobCommand)
20
- .de(de_DeleteMedicalScribeJobCommand)
14
+ .sc(DeleteMedicalScribeJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteMedicalTranscriptionJobCommand, se_DeleteMedicalTranscriptionJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { DeleteMedicalTranscriptionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMedicalTranscriptionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DeleteMedicalTranscriptionJob", {})
17
13
  .n("TranscribeClient", "DeleteMedicalTranscriptionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMedicalTranscriptionJobCommand)
20
- .de(de_DeleteMedicalTranscriptionJobCommand)
14
+ .sc(DeleteMedicalTranscriptionJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteMedicalVocabularyCommand, se_DeleteMedicalVocabularyCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteMedicalVocabulary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMedicalVocabularyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DeleteMedicalVocabulary", {})
17
13
  .n("TranscribeClient", "DeleteMedicalVocabularyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMedicalVocabularyCommand)
20
- .de(de_DeleteMedicalVocabularyCommand)
14
+ .sc(DeleteMedicalVocabulary)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteTranscriptionJobCommand, se_DeleteTranscriptionJobCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteTranscriptionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTranscriptionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DeleteTranscriptionJob", {})
17
13
  .n("TranscribeClient", "DeleteTranscriptionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTranscriptionJobCommand)
20
- .de(de_DeleteTranscriptionJobCommand)
14
+ .sc(DeleteTranscriptionJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteVocabularyCommand, se_DeleteVocabularyCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteVocabulary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteVocabularyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DeleteVocabulary", {})
17
13
  .n("TranscribeClient", "DeleteVocabularyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteVocabularyCommand)
20
- .de(de_DeleteVocabularyCommand)
14
+ .sc(DeleteVocabulary)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteVocabularyFilterCommand, se_DeleteVocabularyFilterCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteVocabularyFilter } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteVocabularyFilterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DeleteVocabularyFilter", {})
17
13
  .n("TranscribeClient", "DeleteVocabularyFilterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteVocabularyFilterCommand)
20
- .de(de_DeleteVocabularyFilterCommand)
14
+ .sc(DeleteVocabularyFilter)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeLanguageModelCommand, se_DescribeLanguageModelCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeLanguageModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeLanguageModelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "DescribeLanguageModel", {})
17
13
  .n("TranscribeClient", "DescribeLanguageModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeLanguageModelCommand)
20
- .de(de_DescribeLanguageModelCommand)
14
+ .sc(DescribeLanguageModel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetCallAnalyticsCategoryCommand, se_GetCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1";
4
+ import { GetCallAnalyticsCategory } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCallAnalyticsCategoryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "GetCallAnalyticsCategory", {})
17
13
  .n("TranscribeClient", "GetCallAnalyticsCategoryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCallAnalyticsCategoryCommand)
20
- .de(de_GetCallAnalyticsCategoryCommand)
14
+ .sc(GetCallAnalyticsCategory)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetCallAnalyticsJobCommand, se_GetCallAnalyticsJobCommand } from "../protocols/Aws_json1_1";
4
+ import { GetCallAnalyticsJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCallAnalyticsJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "GetCallAnalyticsJob", {})
17
13
  .n("TranscribeClient", "GetCallAnalyticsJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCallAnalyticsJobCommand)
20
- .de(de_GetCallAnalyticsJobCommand)
14
+ .sc(GetCallAnalyticsJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetMedicalScribeJobCommand, se_GetMedicalScribeJobCommand } from "../protocols/Aws_json1_1";
4
+ import { GetMedicalScribeJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMedicalScribeJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "GetMedicalScribeJob", {})
17
13
  .n("TranscribeClient", "GetMedicalScribeJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMedicalScribeJobCommand)
20
- .de(de_GetMedicalScribeJobCommand)
14
+ .sc(GetMedicalScribeJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetMedicalTranscriptionJobCommand, se_GetMedicalTranscriptionJobCommand } from "../protocols/Aws_json1_1";
4
+ import { GetMedicalTranscriptionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMedicalTranscriptionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "GetMedicalTranscriptionJob", {})
17
13
  .n("TranscribeClient", "GetMedicalTranscriptionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMedicalTranscriptionJobCommand)
20
- .de(de_GetMedicalTranscriptionJobCommand)
14
+ .sc(GetMedicalTranscriptionJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetMedicalVocabularyCommand, se_GetMedicalVocabularyCommand } from "../protocols/Aws_json1_1";
4
+ import { GetMedicalVocabulary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMedicalVocabularyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "GetMedicalVocabulary", {})
17
13
  .n("TranscribeClient", "GetMedicalVocabularyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMedicalVocabularyCommand)
20
- .de(de_GetMedicalVocabularyCommand)
14
+ .sc(GetMedicalVocabulary)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTranscriptionJobCommand, se_GetTranscriptionJobCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTranscriptionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTranscriptionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "GetTranscriptionJob", {})
17
13
  .n("TranscribeClient", "GetTranscriptionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTranscriptionJobCommand)
20
- .de(de_GetTranscriptionJobCommand)
14
+ .sc(GetTranscriptionJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetVocabularyCommand, se_GetVocabularyCommand } from "../protocols/Aws_json1_1";
4
+ import { GetVocabulary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetVocabularyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Transcribe", "GetVocabulary", {})
17
13
  .n("TranscribeClient", "GetVocabularyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetVocabularyCommand)
20
- .de(de_GetVocabularyCommand)
14
+ .sc(GetVocabulary)
21
15
  .build() {
22
16
  }