@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.StopPiiEntitiesDetectionJobCommand = 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 StopPiiEntitiesDetectionJobCommand 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", "StopPiiEntitiesDetectionJob", {})
22
- .n("ComprehendClient", "StopPiiEntitiesDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopPiiEntitiesDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StopPiiEntitiesDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StopPiiEntitiesDetectionJobCommand = StopPiiEntitiesDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopSentimentDetectionJobCommand = 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 StopSentimentDetectionJobCommand 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", "StopSentimentDetectionJob", {})
22
- .n("ComprehendClient", "StopSentimentDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopSentimentDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StopSentimentDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StopSentimentDetectionJobCommand = StopSentimentDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopTargetedSentimentDetectionJobCommand = 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 StopTargetedSentimentDetectionJobCommand 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", "StopTargetedSentimentDetectionJob", {})
22
- .n("ComprehendClient", "StopTargetedSentimentDetectionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopTargetedSentimentDetectionJobCommand)
25
- .de(Aws_json1_1_1.de_StopTargetedSentimentDetectionJobCommand)
26
- .build() {
27
- }
28
- exports.StopTargetedSentimentDetectionJobCommand = StopTargetedSentimentDetectionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopTrainingDocumentClassifierCommand = 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 StopTrainingDocumentClassifierCommand 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", "StopTrainingDocumentClassifier", {})
22
- .n("ComprehendClient", "StopTrainingDocumentClassifierCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopTrainingDocumentClassifierCommand)
25
- .de(Aws_json1_1_1.de_StopTrainingDocumentClassifierCommand)
26
- .build() {
27
- }
28
- exports.StopTrainingDocumentClassifierCommand = StopTrainingDocumentClassifierCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopTrainingEntityRecognizerCommand = 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 StopTrainingEntityRecognizerCommand 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", "StopTrainingEntityRecognizer", {})
22
- .n("ComprehendClient", "StopTrainingEntityRecognizerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopTrainingEntityRecognizerCommand)
25
- .de(Aws_json1_1_1.de_StopTrainingEntityRecognizerCommand)
26
- .build() {
27
- }
28
- exports.StopTrainingEntityRecognizerCommand = StopTrainingEntityRecognizerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("ComprehendClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_TagResourceCommand)
25
- .de(Aws_json1_1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("ComprehendClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UntagResourceCommand)
25
- .de(Aws_json1_1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateEndpointCommand = 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 UpdateEndpointCommand 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", "UpdateEndpoint", {})
22
- .n("ComprehendClient", "UpdateEndpointCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateEndpointCommand)
25
- .de(Aws_json1_1_1.de_UpdateEndpointCommand)
26
- .build() {
27
- }
28
- exports.UpdateEndpointCommand = UpdateEndpointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFlywheelCommand = 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 UpdateFlywheelCommand 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", "UpdateFlywheel", {})
22
- .n("ComprehendClient", "UpdateFlywheelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateFlywheelCommand)
25
- .de(Aws_json1_1_1.de_UpdateFlywheelCommand)
26
- .build() {
27
- }
28
- exports.UpdateFlywheelCommand = UpdateFlywheelCommand;
1
+ module.exports = require("../index.js");
@@ -1,88 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./BatchDetectDominantLanguageCommand"), exports);
5
- tslib_1.__exportStar(require("./BatchDetectEntitiesCommand"), exports);
6
- tslib_1.__exportStar(require("./BatchDetectKeyPhrasesCommand"), exports);
7
- tslib_1.__exportStar(require("./BatchDetectSentimentCommand"), exports);
8
- tslib_1.__exportStar(require("./BatchDetectSyntaxCommand"), exports);
9
- tslib_1.__exportStar(require("./BatchDetectTargetedSentimentCommand"), exports);
10
- tslib_1.__exportStar(require("./ClassifyDocumentCommand"), exports);
11
- tslib_1.__exportStar(require("./ContainsPiiEntitiesCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateDatasetCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateDocumentClassifierCommand"), exports);
14
- tslib_1.__exportStar(require("./CreateEndpointCommand"), exports);
15
- tslib_1.__exportStar(require("./CreateEntityRecognizerCommand"), exports);
16
- tslib_1.__exportStar(require("./CreateFlywheelCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteDocumentClassifierCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteEndpointCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteEntityRecognizerCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteFlywheelCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteResourcePolicyCommand"), exports);
22
- tslib_1.__exportStar(require("./DescribeDatasetCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeDocumentClassificationJobCommand"), exports);
24
- tslib_1.__exportStar(require("./DescribeDocumentClassifierCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeDominantLanguageDetectionJobCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeEndpointCommand"), exports);
27
- tslib_1.__exportStar(require("./DescribeEntitiesDetectionJobCommand"), exports);
28
- tslib_1.__exportStar(require("./DescribeEntityRecognizerCommand"), exports);
29
- tslib_1.__exportStar(require("./DescribeEventsDetectionJobCommand"), exports);
30
- tslib_1.__exportStar(require("./DescribeFlywheelCommand"), exports);
31
- tslib_1.__exportStar(require("./DescribeFlywheelIterationCommand"), exports);
32
- tslib_1.__exportStar(require("./DescribeKeyPhrasesDetectionJobCommand"), exports);
33
- tslib_1.__exportStar(require("./DescribePiiEntitiesDetectionJobCommand"), exports);
34
- tslib_1.__exportStar(require("./DescribeResourcePolicyCommand"), exports);
35
- tslib_1.__exportStar(require("./DescribeSentimentDetectionJobCommand"), exports);
36
- tslib_1.__exportStar(require("./DescribeTargetedSentimentDetectionJobCommand"), exports);
37
- tslib_1.__exportStar(require("./DescribeTopicsDetectionJobCommand"), exports);
38
- tslib_1.__exportStar(require("./DetectDominantLanguageCommand"), exports);
39
- tslib_1.__exportStar(require("./DetectEntitiesCommand"), exports);
40
- tslib_1.__exportStar(require("./DetectKeyPhrasesCommand"), exports);
41
- tslib_1.__exportStar(require("./DetectPiiEntitiesCommand"), exports);
42
- tslib_1.__exportStar(require("./DetectSentimentCommand"), exports);
43
- tslib_1.__exportStar(require("./DetectSyntaxCommand"), exports);
44
- tslib_1.__exportStar(require("./DetectTargetedSentimentCommand"), exports);
45
- tslib_1.__exportStar(require("./DetectToxicContentCommand"), exports);
46
- tslib_1.__exportStar(require("./ImportModelCommand"), exports);
47
- tslib_1.__exportStar(require("./ListDatasetsCommand"), exports);
48
- tslib_1.__exportStar(require("./ListDocumentClassificationJobsCommand"), exports);
49
- tslib_1.__exportStar(require("./ListDocumentClassifierSummariesCommand"), exports);
50
- tslib_1.__exportStar(require("./ListDocumentClassifiersCommand"), exports);
51
- tslib_1.__exportStar(require("./ListDominantLanguageDetectionJobsCommand"), exports);
52
- tslib_1.__exportStar(require("./ListEndpointsCommand"), exports);
53
- tslib_1.__exportStar(require("./ListEntitiesDetectionJobsCommand"), exports);
54
- tslib_1.__exportStar(require("./ListEntityRecognizerSummariesCommand"), exports);
55
- tslib_1.__exportStar(require("./ListEntityRecognizersCommand"), exports);
56
- tslib_1.__exportStar(require("./ListEventsDetectionJobsCommand"), exports);
57
- tslib_1.__exportStar(require("./ListFlywheelIterationHistoryCommand"), exports);
58
- tslib_1.__exportStar(require("./ListFlywheelsCommand"), exports);
59
- tslib_1.__exportStar(require("./ListKeyPhrasesDetectionJobsCommand"), exports);
60
- tslib_1.__exportStar(require("./ListPiiEntitiesDetectionJobsCommand"), exports);
61
- tslib_1.__exportStar(require("./ListSentimentDetectionJobsCommand"), exports);
62
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
63
- tslib_1.__exportStar(require("./ListTargetedSentimentDetectionJobsCommand"), exports);
64
- tslib_1.__exportStar(require("./ListTopicsDetectionJobsCommand"), exports);
65
- tslib_1.__exportStar(require("./PutResourcePolicyCommand"), exports);
66
- tslib_1.__exportStar(require("./StartDocumentClassificationJobCommand"), exports);
67
- tslib_1.__exportStar(require("./StartDominantLanguageDetectionJobCommand"), exports);
68
- tslib_1.__exportStar(require("./StartEntitiesDetectionJobCommand"), exports);
69
- tslib_1.__exportStar(require("./StartEventsDetectionJobCommand"), exports);
70
- tslib_1.__exportStar(require("./StartFlywheelIterationCommand"), exports);
71
- tslib_1.__exportStar(require("./StartKeyPhrasesDetectionJobCommand"), exports);
72
- tslib_1.__exportStar(require("./StartPiiEntitiesDetectionJobCommand"), exports);
73
- tslib_1.__exportStar(require("./StartSentimentDetectionJobCommand"), exports);
74
- tslib_1.__exportStar(require("./StartTargetedSentimentDetectionJobCommand"), exports);
75
- tslib_1.__exportStar(require("./StartTopicsDetectionJobCommand"), exports);
76
- tslib_1.__exportStar(require("./StopDominantLanguageDetectionJobCommand"), exports);
77
- tslib_1.__exportStar(require("./StopEntitiesDetectionJobCommand"), exports);
78
- tslib_1.__exportStar(require("./StopEventsDetectionJobCommand"), exports);
79
- tslib_1.__exportStar(require("./StopKeyPhrasesDetectionJobCommand"), exports);
80
- tslib_1.__exportStar(require("./StopPiiEntitiesDetectionJobCommand"), exports);
81
- tslib_1.__exportStar(require("./StopSentimentDetectionJobCommand"), exports);
82
- tslib_1.__exportStar(require("./StopTargetedSentimentDetectionJobCommand"), exports);
83
- tslib_1.__exportStar(require("./StopTrainingDocumentClassifierCommand"), exports);
84
- tslib_1.__exportStar(require("./StopTrainingEntityRecognizerCommand"), exports);
85
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
86
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
87
- tslib_1.__exportStar(require("./UpdateEndpointCommand"), exports);
88
- tslib_1.__exportStar(require("./UpdateFlywheelCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "comprehend",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");