@aws-sdk/client-comprehend 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 (117) hide show
  1. package/dist-cjs/Comprehend.js +1 -181
  2. package/dist-cjs/ComprehendClient.js +1 -43
  3. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +1 -29
  4. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +1 -29
  5. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +1 -29
  6. package/dist-cjs/commands/BatchDetectSentimentCommand.js +1 -29
  7. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +1 -29
  8. package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +1 -29
  9. package/dist-cjs/commands/ClassifyDocumentCommand.js +1 -29
  10. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +1 -28
  11. package/dist-cjs/commands/CreateDatasetCommand.js +1 -28
  12. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +1 -28
  13. package/dist-cjs/commands/CreateEndpointCommand.js +1 -28
  14. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +1 -28
  15. package/dist-cjs/commands/CreateFlywheelCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteEndpointCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteFlywheelCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +1 -29
  24. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeEndpointCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +1 -29
  28. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeFlywheelCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +1 -28
  32. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +1 -28
  33. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
  34. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +1 -28
  36. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +1 -28
  37. package/dist-cjs/commands/DetectDominantLanguageCommand.js +1 -29
  38. package/dist-cjs/commands/DetectEntitiesCommand.js +1 -29
  39. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +1 -29
  40. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +1 -28
  41. package/dist-cjs/commands/DetectSentimentCommand.js +1 -29
  42. package/dist-cjs/commands/DetectSyntaxCommand.js +1 -29
  43. package/dist-cjs/commands/DetectTargetedSentimentCommand.js +1 -29
  44. package/dist-cjs/commands/DetectToxicContentCommand.js +1 -29
  45. package/dist-cjs/commands/ImportModelCommand.js +1 -28
  46. package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
  47. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +1 -28
  48. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +1 -28
  49. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +1 -29
  50. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +1 -28
  51. package/dist-cjs/commands/ListEndpointsCommand.js +1 -28
  52. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +1 -28
  53. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +1 -28
  54. package/dist-cjs/commands/ListEntityRecognizersCommand.js +1 -29
  55. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +1 -28
  56. package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +1 -28
  57. package/dist-cjs/commands/ListFlywheelsCommand.js +1 -28
  58. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +1 -28
  59. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +1 -28
  60. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +1 -28
  61. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  62. package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +1 -28
  63. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +1 -28
  64. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  65. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +1 -28
  66. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +1 -28
  67. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +1 -28
  68. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +1 -28
  69. package/dist-cjs/commands/StartFlywheelIterationCommand.js +1 -28
  70. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +1 -28
  71. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +1 -28
  72. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +1 -28
  73. package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +1 -28
  74. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +1 -28
  75. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +1 -28
  76. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +1 -28
  77. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +1 -28
  78. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +1 -28
  79. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +1 -28
  80. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +1 -28
  81. package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +1 -28
  82. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +1 -28
  83. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +1 -28
  84. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  85. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  86. package/dist-cjs/commands/UpdateEndpointCommand.js +1 -28
  87. package/dist-cjs/commands/UpdateFlywheelCommand.js +1 -28
  88. package/dist-cjs/commands/index.js +1 -88
  89. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  90. package/dist-cjs/extensionConfiguration.js +1 -2
  91. package/dist-cjs/index.js +8685 -11
  92. package/dist-cjs/models/ComprehendServiceException.js +1 -12
  93. package/dist-cjs/models/index.js +1 -5
  94. package/dist-cjs/models/models_0.js +1 -644
  95. package/dist-cjs/models/models_1.js +1 -32
  96. package/dist-cjs/pagination/Interfaces.js +1 -2
  97. package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
  98. package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +1 -7
  100. package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +1 -7
  101. package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +1 -7
  102. package/dist-cjs/pagination/ListEndpointsPaginator.js +1 -7
  103. package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +1 -7
  104. package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +1 -7
  105. package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +1 -7
  106. package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +1 -7
  107. package/dist-cjs/pagination/ListFlywheelIterationHistoryPaginator.js +1 -7
  108. package/dist-cjs/pagination/ListFlywheelsPaginator.js +1 -7
  109. package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +1 -7
  110. package/dist-cjs/pagination/ListPiiEntitiesDetectionJobsPaginator.js +1 -7
  111. package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +1 -7
  112. package/dist-cjs/pagination/ListTargetedSentimentDetectionJobsPaginator.js +1 -7
  113. package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +1 -7
  114. package/dist-cjs/pagination/index.js +1 -21
  115. package/dist-cjs/protocols/Aws_json1_1.js +1 -6099
  116. package/dist-cjs/runtimeExtensions.js +1 -22
  117. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListKeyPhrasesDetectionJobsCommand = 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 ListKeyPhrasesDetectionJobsCommand 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("Comprehend_20171127", "ListKeyPhrasesDetectionJobs", {})
22
- .n("ComprehendClient", "ListKeyPhrasesDetectionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListKeyPhrasesDetectionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListKeyPhrasesDetectionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListKeyPhrasesDetectionJobsCommand = ListKeyPhrasesDetectionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPiiEntitiesDetectionJobsCommand = 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 ListPiiEntitiesDetectionJobsCommand 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("Comprehend_20171127", "ListPiiEntitiesDetectionJobs", {})
22
- .n("ComprehendClient", "ListPiiEntitiesDetectionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListPiiEntitiesDetectionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListPiiEntitiesDetectionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListPiiEntitiesDetectionJobsCommand = ListPiiEntitiesDetectionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSentimentDetectionJobsCommand = 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 ListSentimentDetectionJobsCommand 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("Comprehend_20171127", "ListSentimentDetectionJobs", {})
22
- .n("ComprehendClient", "ListSentimentDetectionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListSentimentDetectionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListSentimentDetectionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListSentimentDetectionJobsCommand = ListSentimentDetectionJobsCommand;
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("Comprehend_20171127", "ListTagsForResource", {})
22
- .n("ComprehendClient", "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.ListTargetedSentimentDetectionJobsCommand = 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 ListTargetedSentimentDetectionJobsCommand 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("Comprehend_20171127", "ListTargetedSentimentDetectionJobs", {})
22
- .n("ComprehendClient", "ListTargetedSentimentDetectionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTargetedSentimentDetectionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListTargetedSentimentDetectionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListTargetedSentimentDetectionJobsCommand = ListTargetedSentimentDetectionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTopicsDetectionJobsCommand = 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 ListTopicsDetectionJobsCommand 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("Comprehend_20171127", "ListTopicsDetectionJobs", {})
22
- .n("ComprehendClient", "ListTopicsDetectionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTopicsDetectionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListTopicsDetectionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListTopicsDetectionJobsCommand = ListTopicsDetectionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutResourcePolicyCommand = 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 PutResourcePolicyCommand 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("Comprehend_20171127", "PutResourcePolicy", {})
22
- .n("ComprehendClient", "PutResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PutResourcePolicyCommand)
25
- .de(Aws_json1_1_1.de_PutResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDocumentClassificationJobCommand = 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 StartDocumentClassificationJobCommand 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("Comprehend_20171127", "StartDocumentClassificationJob", {})
22
- .n("ComprehendClient", "StartDocumentClassificationJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartDocumentClassificationJobCommand)
25
- .de(Aws_json1_1_1.de_StartDocumentClassificationJobCommand)
26
- .build() {
27
- }
28
- exports.StartDocumentClassificationJobCommand = StartDocumentClassificationJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDominantLanguageDetectionJobCommand = 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 StartDominantLanguageDetectionJobCommand 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("Comprehend_20171127", "StartDominantLanguageDetectionJob", {})
22
- .n("ComprehendClient", "StartDominantLanguageDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartDominantLanguageDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StartDominantLanguageDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StartDominantLanguageDetectionJobCommand = StartDominantLanguageDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartEntitiesDetectionJobCommand = 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 StartEntitiesDetectionJobCommand 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("Comprehend_20171127", "StartEntitiesDetectionJob", {})
22
- .n("ComprehendClient", "StartEntitiesDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartEntitiesDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StartEntitiesDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StartEntitiesDetectionJobCommand = StartEntitiesDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartEventsDetectionJobCommand = 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 StartEventsDetectionJobCommand 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("Comprehend_20171127", "StartEventsDetectionJob", {})
22
- .n("ComprehendClient", "StartEventsDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartEventsDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StartEventsDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StartEventsDetectionJobCommand = StartEventsDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartFlywheelIterationCommand = 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 StartFlywheelIterationCommand 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("Comprehend_20171127", "StartFlywheelIteration", {})
22
- .n("ComprehendClient", "StartFlywheelIterationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartFlywheelIterationCommand)
25
- .de(Aws_json1_1_1.de_StartFlywheelIterationCommand)
26
- .build() {
27
- }
28
- exports.StartFlywheelIterationCommand = StartFlywheelIterationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartKeyPhrasesDetectionJobCommand = 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 StartKeyPhrasesDetectionJobCommand 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("Comprehend_20171127", "StartKeyPhrasesDetectionJob", {})
22
- .n("ComprehendClient", "StartKeyPhrasesDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartKeyPhrasesDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StartKeyPhrasesDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StartKeyPhrasesDetectionJobCommand = StartKeyPhrasesDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartPiiEntitiesDetectionJobCommand = 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 StartPiiEntitiesDetectionJobCommand 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("Comprehend_20171127", "StartPiiEntitiesDetectionJob", {})
22
- .n("ComprehendClient", "StartPiiEntitiesDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartPiiEntitiesDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StartPiiEntitiesDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StartPiiEntitiesDetectionJobCommand = StartPiiEntitiesDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartSentimentDetectionJobCommand = 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 StartSentimentDetectionJobCommand 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("Comprehend_20171127", "StartSentimentDetectionJob", {})
22
- .n("ComprehendClient", "StartSentimentDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartSentimentDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StartSentimentDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StartSentimentDetectionJobCommand = StartSentimentDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartTargetedSentimentDetectionJobCommand = 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 StartTargetedSentimentDetectionJobCommand 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("Comprehend_20171127", "StartTargetedSentimentDetectionJob", {})
22
- .n("ComprehendClient", "StartTargetedSentimentDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartTargetedSentimentDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StartTargetedSentimentDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StartTargetedSentimentDetectionJobCommand = StartTargetedSentimentDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartTopicsDetectionJobCommand = 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 StartTopicsDetectionJobCommand 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("Comprehend_20171127", "StartTopicsDetectionJob", {})
22
- .n("ComprehendClient", "StartTopicsDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartTopicsDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StartTopicsDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StartTopicsDetectionJobCommand = StartTopicsDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopDominantLanguageDetectionJobCommand = 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 StopDominantLanguageDetectionJobCommand 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("Comprehend_20171127", "StopDominantLanguageDetectionJob", {})
22
- .n("ComprehendClient", "StopDominantLanguageDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopDominantLanguageDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StopDominantLanguageDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StopDominantLanguageDetectionJobCommand = StopDominantLanguageDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopEntitiesDetectionJobCommand = 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 StopEntitiesDetectionJobCommand 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("Comprehend_20171127", "StopEntitiesDetectionJob", {})
22
- .n("ComprehendClient", "StopEntitiesDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopEntitiesDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StopEntitiesDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StopEntitiesDetectionJobCommand = StopEntitiesDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopEventsDetectionJobCommand = 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 StopEventsDetectionJobCommand 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("Comprehend_20171127", "StopEventsDetectionJob", {})
22
- .n("ComprehendClient", "StopEventsDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopEventsDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StopEventsDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StopEventsDetectionJobCommand = StopEventsDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopKeyPhrasesDetectionJobCommand = 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 StopKeyPhrasesDetectionJobCommand 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("Comprehend_20171127", "StopKeyPhrasesDetectionJob", {})
22
- .n("ComprehendClient", "StopKeyPhrasesDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopKeyPhrasesDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StopKeyPhrasesDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StopKeyPhrasesDetectionJobCommand = StopKeyPhrasesDetectionJobCommand;
1
+ module.exports = require("../index.js");