@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,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectDominantLanguageCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DetectDominantLanguageCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("Comprehend_20171127", "DetectDominantLanguage", {})
23
- .n("ComprehendClient", "DetectDominantLanguageCommand")
24
- .f(models_0_1.DetectDominantLanguageRequestFilterSensitiveLog, models_0_1.DetectDominantLanguageResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_DetectDominantLanguageCommand)
26
- .de(Aws_json1_1_1.de_DetectDominantLanguageCommand)
27
- .build() {
28
- }
29
- exports.DetectDominantLanguageCommand = DetectDominantLanguageCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectEntitiesCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DetectEntitiesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("Comprehend_20171127", "DetectEntities", {})
23
- .n("ComprehendClient", "DetectEntitiesCommand")
24
- .f(models_0_1.DetectEntitiesRequestFilterSensitiveLog, models_0_1.DetectEntitiesResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_DetectEntitiesCommand)
26
- .de(Aws_json1_1_1.de_DetectEntitiesCommand)
27
- .build() {
28
- }
29
- exports.DetectEntitiesCommand = DetectEntitiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectKeyPhrasesCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DetectKeyPhrasesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("Comprehend_20171127", "DetectKeyPhrases", {})
23
- .n("ComprehendClient", "DetectKeyPhrasesCommand")
24
- .f(models_0_1.DetectKeyPhrasesRequestFilterSensitiveLog, models_0_1.DetectKeyPhrasesResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_DetectKeyPhrasesCommand)
26
- .de(Aws_json1_1_1.de_DetectKeyPhrasesCommand)
27
- .build() {
28
- }
29
- exports.DetectKeyPhrasesCommand = DetectKeyPhrasesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectPiiEntitiesCommand = 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 DetectPiiEntitiesCommand 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", "DetectPiiEntities", {})
22
- .n("ComprehendClient", "DetectPiiEntitiesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DetectPiiEntitiesCommand)
25
- .de(Aws_json1_1_1.de_DetectPiiEntitiesCommand)
26
- .build() {
27
- }
28
- exports.DetectPiiEntitiesCommand = DetectPiiEntitiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectSentimentCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DetectSentimentCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("Comprehend_20171127", "DetectSentiment", {})
23
- .n("ComprehendClient", "DetectSentimentCommand")
24
- .f(models_0_1.DetectSentimentRequestFilterSensitiveLog, models_0_1.DetectSentimentResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_DetectSentimentCommand)
26
- .de(Aws_json1_1_1.de_DetectSentimentCommand)
27
- .build() {
28
- }
29
- exports.DetectSentimentCommand = DetectSentimentCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectSyntaxCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DetectSyntaxCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("Comprehend_20171127", "DetectSyntax", {})
23
- .n("ComprehendClient", "DetectSyntaxCommand")
24
- .f(models_0_1.DetectSyntaxRequestFilterSensitiveLog, models_0_1.DetectSyntaxResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_DetectSyntaxCommand)
26
- .de(Aws_json1_1_1.de_DetectSyntaxCommand)
27
- .build() {
28
- }
29
- exports.DetectSyntaxCommand = DetectSyntaxCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectTargetedSentimentCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DetectTargetedSentimentCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("Comprehend_20171127", "DetectTargetedSentiment", {})
23
- .n("ComprehendClient", "DetectTargetedSentimentCommand")
24
- .f(models_0_1.DetectTargetedSentimentRequestFilterSensitiveLog, models_0_1.DetectTargetedSentimentResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_DetectTargetedSentimentCommand)
26
- .de(Aws_json1_1_1.de_DetectTargetedSentimentCommand)
27
- .build() {
28
- }
29
- exports.DetectTargetedSentimentCommand = DetectTargetedSentimentCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectToxicContentCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DetectToxicContentCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("Comprehend_20171127", "DetectToxicContent", {})
23
- .n("ComprehendClient", "DetectToxicContentCommand")
24
- .f(models_0_1.DetectToxicContentRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_DetectToxicContentCommand)
26
- .de(Aws_json1_1_1.de_DetectToxicContentCommand)
27
- .build() {
28
- }
29
- exports.DetectToxicContentCommand = DetectToxicContentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportModelCommand = 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 ImportModelCommand 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", "ImportModel", {})
22
- .n("ComprehendClient", "ImportModelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ImportModelCommand)
25
- .de(Aws_json1_1_1.de_ImportModelCommand)
26
- .build() {
27
- }
28
- exports.ImportModelCommand = ImportModelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDatasetsCommand = 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 ListDatasetsCommand 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", "ListDatasets", {})
22
- .n("ComprehendClient", "ListDatasetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListDatasetsCommand)
25
- .de(Aws_json1_1_1.de_ListDatasetsCommand)
26
- .build() {
27
- }
28
- exports.ListDatasetsCommand = ListDatasetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDocumentClassificationJobsCommand = 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 ListDocumentClassificationJobsCommand 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", "ListDocumentClassificationJobs", {})
22
- .n("ComprehendClient", "ListDocumentClassificationJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListDocumentClassificationJobsCommand)
25
- .de(Aws_json1_1_1.de_ListDocumentClassificationJobsCommand)
26
- .build() {
27
- }
28
- exports.ListDocumentClassificationJobsCommand = ListDocumentClassificationJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDocumentClassifierSummariesCommand = 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 ListDocumentClassifierSummariesCommand 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", "ListDocumentClassifierSummaries", {})
22
- .n("ComprehendClient", "ListDocumentClassifierSummariesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListDocumentClassifierSummariesCommand)
25
- .de(Aws_json1_1_1.de_ListDocumentClassifierSummariesCommand)
26
- .build() {
27
- }
28
- exports.ListDocumentClassifierSummariesCommand = ListDocumentClassifierSummariesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDocumentClassifiersCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ListDocumentClassifiersCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("Comprehend_20171127", "ListDocumentClassifiers", {})
23
- .n("ComprehendClient", "ListDocumentClassifiersCommand")
24
- .f(void 0, models_0_1.ListDocumentClassifiersResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_ListDocumentClassifiersCommand)
26
- .de(Aws_json1_1_1.de_ListDocumentClassifiersCommand)
27
- .build() {
28
- }
29
- exports.ListDocumentClassifiersCommand = ListDocumentClassifiersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDominantLanguageDetectionJobsCommand = 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 ListDominantLanguageDetectionJobsCommand 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", "ListDominantLanguageDetectionJobs", {})
22
- .n("ComprehendClient", "ListDominantLanguageDetectionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListDominantLanguageDetectionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListDominantLanguageDetectionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListDominantLanguageDetectionJobsCommand = ListDominantLanguageDetectionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEndpointsCommand = 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 ListEndpointsCommand 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", "ListEndpoints", {})
22
- .n("ComprehendClient", "ListEndpointsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListEndpointsCommand)
25
- .de(Aws_json1_1_1.de_ListEndpointsCommand)
26
- .build() {
27
- }
28
- exports.ListEndpointsCommand = ListEndpointsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEntitiesDetectionJobsCommand = 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 ListEntitiesDetectionJobsCommand 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", "ListEntitiesDetectionJobs", {})
22
- .n("ComprehendClient", "ListEntitiesDetectionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListEntitiesDetectionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListEntitiesDetectionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListEntitiesDetectionJobsCommand = ListEntitiesDetectionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEntityRecognizerSummariesCommand = 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 ListEntityRecognizerSummariesCommand 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", "ListEntityRecognizerSummaries", {})
22
- .n("ComprehendClient", "ListEntityRecognizerSummariesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListEntityRecognizerSummariesCommand)
25
- .de(Aws_json1_1_1.de_ListEntityRecognizerSummariesCommand)
26
- .build() {
27
- }
28
- exports.ListEntityRecognizerSummariesCommand = ListEntityRecognizerSummariesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEntityRecognizersCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ListEntityRecognizersCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("Comprehend_20171127", "ListEntityRecognizers", {})
23
- .n("ComprehendClient", "ListEntityRecognizersCommand")
24
- .f(void 0, models_0_1.ListEntityRecognizersResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_ListEntityRecognizersCommand)
26
- .de(Aws_json1_1_1.de_ListEntityRecognizersCommand)
27
- .build() {
28
- }
29
- exports.ListEntityRecognizersCommand = ListEntityRecognizersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEventsDetectionJobsCommand = 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 ListEventsDetectionJobsCommand 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", "ListEventsDetectionJobs", {})
22
- .n("ComprehendClient", "ListEventsDetectionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListEventsDetectionJobsCommand)
25
- .de(Aws_json1_1_1.de_ListEventsDetectionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListEventsDetectionJobsCommand = ListEventsDetectionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFlywheelIterationHistoryCommand = 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 ListFlywheelIterationHistoryCommand 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", "ListFlywheelIterationHistory", {})
22
- .n("ComprehendClient", "ListFlywheelIterationHistoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListFlywheelIterationHistoryCommand)
25
- .de(Aws_json1_1_1.de_ListFlywheelIterationHistoryCommand)
26
- .build() {
27
- }
28
- exports.ListFlywheelIterationHistoryCommand = ListFlywheelIterationHistoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFlywheelsCommand = 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 ListFlywheelsCommand 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", "ListFlywheels", {})
22
- .n("ComprehendClient", "ListFlywheelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListFlywheelsCommand)
25
- .de(Aws_json1_1_1.de_ListFlywheelsCommand)
26
- .build() {
27
- }
28
- exports.ListFlywheelsCommand = ListFlywheelsCommand;
1
+ module.exports = require("../index.js");