@aws-sdk/client-transcribe 3.490.0 → 3.496.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 (66) hide show
  1. package/dist-cjs/Transcribe.js +1 -97
  2. package/dist-cjs/TranscribeClient.js +1 -43
  3. package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +1 -28
  4. package/dist-cjs/commands/CreateLanguageModelCommand.js +1 -28
  5. package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +1 -28
  6. package/dist-cjs/commands/CreateVocabularyCommand.js +1 -28
  7. package/dist-cjs/commands/CreateVocabularyFilterCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteLanguageModelCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteMedicalScribeJobCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteVocabularyCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeLanguageModelCommand.js +1 -28
  18. package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +1 -28
  19. package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +1 -28
  20. package/dist-cjs/commands/GetMedicalScribeJobCommand.js +1 -28
  21. package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +1 -28
  22. package/dist-cjs/commands/GetMedicalVocabularyCommand.js +1 -28
  23. package/dist-cjs/commands/GetTranscriptionJobCommand.js +1 -28
  24. package/dist-cjs/commands/GetVocabularyCommand.js +1 -28
  25. package/dist-cjs/commands/GetVocabularyFilterCommand.js +1 -28
  26. package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +1 -28
  27. package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +1 -28
  28. package/dist-cjs/commands/ListLanguageModelsCommand.js +1 -28
  29. package/dist-cjs/commands/ListMedicalScribeJobsCommand.js +1 -28
  30. package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +1 -28
  31. package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +1 -28
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  33. package/dist-cjs/commands/ListTranscriptionJobsCommand.js +1 -28
  34. package/dist-cjs/commands/ListVocabulariesCommand.js +1 -28
  35. package/dist-cjs/commands/ListVocabularyFiltersCommand.js +1 -28
  36. package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +1 -28
  37. package/dist-cjs/commands/StartMedicalScribeJobCommand.js +1 -28
  38. package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +1 -28
  39. package/dist-cjs/commands/StartTranscriptionJobCommand.js +1 -28
  40. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  41. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  42. package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +1 -28
  43. package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateVocabularyCommand.js +1 -28
  45. package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +1 -28
  46. package/dist-cjs/commands/index.js +1 -46
  47. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  48. package/dist-cjs/extensionConfiguration.js +1 -2
  49. package/dist-cjs/index.js +3992 -11
  50. package/dist-cjs/models/TranscribeServiceException.js +1 -12
  51. package/dist-cjs/models/index.js +1 -4
  52. package/dist-cjs/models/models_0.js +1 -315
  53. package/dist-cjs/pagination/Interfaces.js +1 -2
  54. package/dist-cjs/pagination/ListCallAnalyticsCategoriesPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListCallAnalyticsJobsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListLanguageModelsPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListMedicalScribeJobsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListMedicalTranscriptionJobsPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListMedicalVocabulariesPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListTranscriptionJobsPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListVocabulariesPaginator.js +1 -7
  62. package/dist-cjs/pagination/ListVocabularyFiltersPaginator.js +1 -7
  63. package/dist-cjs/pagination/index.js +1 -13
  64. package/dist-cjs/protocols/Aws_json1_1.js +1 -2635
  65. package/dist-cjs/runtimeExtensions.js +1 -22
  66. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCallAnalyticsJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetCallAnalyticsJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "GetCallAnalyticsJob", {})
22
- .n("TranscribeClient", "GetCallAnalyticsJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetCallAnalyticsJobCommand)
25
- .de(Aws_json1_1_1.de_GetCallAnalyticsJobCommand)
26
- .build() {
27
- }
28
- exports.GetCallAnalyticsJobCommand = GetCallAnalyticsJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMedicalScribeJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetMedicalScribeJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "GetMedicalScribeJob", {})
22
- .n("TranscribeClient", "GetMedicalScribeJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetMedicalScribeJobCommand)
25
- .de(Aws_json1_1_1.de_GetMedicalScribeJobCommand)
26
- .build() {
27
- }
28
- exports.GetMedicalScribeJobCommand = GetMedicalScribeJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMedicalTranscriptionJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetMedicalTranscriptionJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "GetMedicalTranscriptionJob", {})
22
- .n("TranscribeClient", "GetMedicalTranscriptionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetMedicalTranscriptionJobCommand)
25
- .de(Aws_json1_1_1.de_GetMedicalTranscriptionJobCommand)
26
- .build() {
27
- }
28
- exports.GetMedicalTranscriptionJobCommand = GetMedicalTranscriptionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMedicalVocabularyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetMedicalVocabularyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "GetMedicalVocabulary", {})
22
- .n("TranscribeClient", "GetMedicalVocabularyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetMedicalVocabularyCommand)
25
- .de(Aws_json1_1_1.de_GetMedicalVocabularyCommand)
26
- .build() {
27
- }
28
- exports.GetMedicalVocabularyCommand = GetMedicalVocabularyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTranscriptionJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetTranscriptionJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "GetTranscriptionJob", {})
22
- .n("TranscribeClient", "GetTranscriptionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetTranscriptionJobCommand)
25
- .de(Aws_json1_1_1.de_GetTranscriptionJobCommand)
26
- .build() {
27
- }
28
- exports.GetTranscriptionJobCommand = GetTranscriptionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetVocabularyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetVocabularyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "GetVocabulary", {})
22
- .n("TranscribeClient", "GetVocabularyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetVocabularyCommand)
25
- .de(Aws_json1_1_1.de_GetVocabularyCommand)
26
- .build() {
27
- }
28
- exports.GetVocabularyCommand = GetVocabularyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetVocabularyFilterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetVocabularyFilterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "GetVocabularyFilter", {})
22
- .n("TranscribeClient", "GetVocabularyFilterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetVocabularyFilterCommand)
25
- .de(Aws_json1_1_1.de_GetVocabularyFilterCommand)
26
- .build() {
27
- }
28
- exports.GetVocabularyFilterCommand = GetVocabularyFilterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCallAnalyticsCategoriesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListCallAnalyticsCategoriesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListCallAnalyticsCategories", {})
22
- .n("TranscribeClient", "ListCallAnalyticsCategoriesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCallAnalyticsCategoriesCommand)
25
- .de(Aws_json1_1_1.de_ListCallAnalyticsCategoriesCommand)
26
- .build() {
27
- }
28
- exports.ListCallAnalyticsCategoriesCommand = ListCallAnalyticsCategoriesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCallAnalyticsJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListCallAnalyticsJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListCallAnalyticsJobs", {})
22
- .n("TranscribeClient", "ListCallAnalyticsJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCallAnalyticsJobsCommand)
25
- .de(Aws_json1_1_1.de_ListCallAnalyticsJobsCommand)
26
- .build() {
27
- }
28
- exports.ListCallAnalyticsJobsCommand = ListCallAnalyticsJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLanguageModelsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListLanguageModelsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListLanguageModels", {})
22
- .n("TranscribeClient", "ListLanguageModelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListLanguageModelsCommand)
25
- .de(Aws_json1_1_1.de_ListLanguageModelsCommand)
26
- .build() {
27
- }
28
- exports.ListLanguageModelsCommand = ListLanguageModelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMedicalScribeJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListMedicalScribeJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListMedicalScribeJobs", {})
22
- .n("TranscribeClient", "ListMedicalScribeJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListMedicalScribeJobsCommand)
25
- .de(Aws_json1_1_1.de_ListMedicalScribeJobsCommand)
26
- .build() {
27
- }
28
- exports.ListMedicalScribeJobsCommand = ListMedicalScribeJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMedicalTranscriptionJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListMedicalTranscriptionJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListMedicalTranscriptionJobs", {})
22
- .n("TranscribeClient", "ListMedicalTranscriptionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListMedicalTranscriptionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListMedicalTranscriptionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListMedicalTranscriptionJobsCommand = ListMedicalTranscriptionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMedicalVocabulariesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListMedicalVocabulariesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListMedicalVocabularies", {})
22
- .n("TranscribeClient", "ListMedicalVocabulariesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListMedicalVocabulariesCommand)
25
- .de(Aws_json1_1_1.de_ListMedicalVocabulariesCommand)
26
- .build() {
27
- }
28
- exports.ListMedicalVocabulariesCommand = ListMedicalVocabulariesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListTagsForResource", {})
22
- .n("TranscribeClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTranscriptionJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTranscriptionJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListTranscriptionJobs", {})
22
- .n("TranscribeClient", "ListTranscriptionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTranscriptionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListTranscriptionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListTranscriptionJobsCommand = ListTranscriptionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVocabulariesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListVocabulariesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListVocabularies", {})
22
- .n("TranscribeClient", "ListVocabulariesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListVocabulariesCommand)
25
- .de(Aws_json1_1_1.de_ListVocabulariesCommand)
26
- .build() {
27
- }
28
- exports.ListVocabulariesCommand = ListVocabulariesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVocabularyFiltersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListVocabularyFiltersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "ListVocabularyFilters", {})
22
- .n("TranscribeClient", "ListVocabularyFiltersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListVocabularyFiltersCommand)
25
- .de(Aws_json1_1_1.de_ListVocabularyFiltersCommand)
26
- .build() {
27
- }
28
- exports.ListVocabularyFiltersCommand = ListVocabularyFiltersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartCallAnalyticsJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartCallAnalyticsJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "StartCallAnalyticsJob", {})
22
- .n("TranscribeClient", "StartCallAnalyticsJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartCallAnalyticsJobCommand)
25
- .de(Aws_json1_1_1.de_StartCallAnalyticsJobCommand)
26
- .build() {
27
- }
28
- exports.StartCallAnalyticsJobCommand = StartCallAnalyticsJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartMedicalScribeJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartMedicalScribeJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "StartMedicalScribeJob", {})
22
- .n("TranscribeClient", "StartMedicalScribeJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartMedicalScribeJobCommand)
25
- .de(Aws_json1_1_1.de_StartMedicalScribeJobCommand)
26
- .build() {
27
- }
28
- exports.StartMedicalScribeJobCommand = StartMedicalScribeJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartMedicalTranscriptionJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartMedicalTranscriptionJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "StartMedicalTranscriptionJob", {})
22
- .n("TranscribeClient", "StartMedicalTranscriptionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartMedicalTranscriptionJobCommand)
25
- .de(Aws_json1_1_1.de_StartMedicalTranscriptionJobCommand)
26
- .build() {
27
- }
28
- exports.StartMedicalTranscriptionJobCommand = StartMedicalTranscriptionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartTranscriptionJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartTranscriptionJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("Transcribe", "StartTranscriptionJob", {})
22
- .n("TranscribeClient", "StartTranscriptionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartTranscriptionJobCommand)
25
- .de(Aws_json1_1_1.de_StartTranscriptionJobCommand)
26
- .build() {
27
- }
28
- exports.StartTranscriptionJobCommand = StartTranscriptionJobCommand;
1
+ module.exports = require("../index.js");