@aws-sdk/client-comprehend 3.926.0 → 3.928.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist-cjs/index.js +3190 -4214
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ComprehendClient.js +2 -0
  4. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -10
  5. package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -10
  6. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -10
  7. package/dist-es/commands/BatchDetectSentimentCommand.js +3 -10
  8. package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -10
  9. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +3 -10
  10. package/dist-es/commands/ClassifyDocumentCommand.js +3 -10
  11. package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -9
  12. package/dist-es/commands/CreateDatasetCommand.js +3 -9
  13. package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -9
  14. package/dist-es/commands/CreateEndpointCommand.js +3 -9
  15. package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -9
  16. package/dist-es/commands/CreateFlywheelCommand.js +3 -9
  17. package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -9
  18. package/dist-es/commands/DeleteEndpointCommand.js +3 -9
  19. package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -9
  20. package/dist-es/commands/DeleteFlywheelCommand.js +3 -9
  21. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  22. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  23. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -9
  24. package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -10
  25. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -9
  26. package/dist-es/commands/DescribeEndpointCommand.js +3 -9
  27. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -9
  28. package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -10
  29. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -9
  30. package/dist-es/commands/DescribeFlywheelCommand.js +3 -9
  31. package/dist-es/commands/DescribeFlywheelIterationCommand.js +3 -9
  32. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -9
  33. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -9
  34. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  35. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -9
  36. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -9
  37. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -9
  38. package/dist-es/commands/DetectDominantLanguageCommand.js +3 -10
  39. package/dist-es/commands/DetectEntitiesCommand.js +3 -10
  40. package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -10
  41. package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -9
  42. package/dist-es/commands/DetectSentimentCommand.js +3 -10
  43. package/dist-es/commands/DetectSyntaxCommand.js +3 -10
  44. package/dist-es/commands/DetectTargetedSentimentCommand.js +3 -10
  45. package/dist-es/commands/DetectToxicContentCommand.js +3 -10
  46. package/dist-es/commands/ImportModelCommand.js +3 -9
  47. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  48. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -9
  49. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -9
  50. package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -10
  51. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -9
  52. package/dist-es/commands/ListEndpointsCommand.js +3 -9
  53. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -9
  54. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -9
  55. package/dist-es/commands/ListEntityRecognizersCommand.js +3 -10
  56. package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -9
  57. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +3 -9
  58. package/dist-es/commands/ListFlywheelsCommand.js +3 -9
  59. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -9
  60. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -9
  61. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -9
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  63. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -9
  64. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -9
  65. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  66. package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -9
  67. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -9
  68. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -9
  69. package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -9
  70. package/dist-es/commands/StartFlywheelIterationCommand.js +3 -9
  71. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -9
  72. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -9
  73. package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -9
  74. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -9
  75. package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -9
  76. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -9
  77. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -9
  78. package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -9
  79. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -9
  80. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -9
  81. package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -9
  82. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -9
  83. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -9
  84. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -9
  85. package/dist-es/commands/TagResourceCommand.js +3 -9
  86. package/dist-es/commands/UntagResourceCommand.js +3 -9
  87. package/dist-es/commands/UpdateEndpointCommand.js +3 -9
  88. package/dist-es/commands/UpdateFlywheelCommand.js +3 -9
  89. package/dist-es/models/models_0.js +0 -138
  90. package/dist-es/runtimeConfig.shared.js +7 -0
  91. package/dist-es/schemas/schemas_0.js +2981 -0
  92. package/dist-types/ComprehendClient.d.ts +10 -1
  93. package/dist-types/models/models_0.d.ts +0 -144
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  95. package/dist-types/runtimeConfig.d.ts +1 -0
  96. package/dist-types/runtimeConfig.native.d.ts +1 -0
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/schemas/schemas_0.d.ts +443 -0
  99. package/dist-types/ts3.4/ComprehendClient.d.ts +4 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -106
  101. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  102. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  103. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  105. package/dist-types/ts3.4/schemas/schemas_0.d.ts +449 -0
  106. package/package.json +5 -6
  107. package/dist-es/protocols/Aws_json1_1.js +0 -3403
  108. package/dist-types/protocols/Aws_json1_1.d.ts +0 -767
  109. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1025
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDocumentClassifierSummariesCommand, se_ListDocumentClassifierSummariesCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListDocumentClassifierSummaries } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDocumentClassifierSummariesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListDocumentClassifierSummaries", {})
17
13
  .n("ComprehendClient", "ListDocumentClassifierSummariesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDocumentClassifierSummariesCommand)
20
- .de(de_ListDocumentClassifierSummariesCommand)
14
+ .sc(ListDocumentClassifierSummaries)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListDocumentClassifiersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListDocumentClassifiersCommand, se_ListDocumentClassifiersCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDocumentClassifiers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListDocumentClassifiersCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("Comprehend_20171127", "ListDocumentClassifiers", {})
18
13
  .n("ComprehendClient", "ListDocumentClassifiersCommand")
19
- .f(void 0, ListDocumentClassifiersResponseFilterSensitiveLog)
20
- .ser(se_ListDocumentClassifiersCommand)
21
- .de(de_ListDocumentClassifiersCommand)
14
+ .sc(ListDocumentClassifiers)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDominantLanguageDetectionJobsCommand, se_ListDominantLanguageDetectionJobsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListDominantLanguageDetectionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDominantLanguageDetectionJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListDominantLanguageDetectionJobs", {})
17
13
  .n("ComprehendClient", "ListDominantLanguageDetectionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDominantLanguageDetectionJobsCommand)
20
- .de(de_ListDominantLanguageDetectionJobsCommand)
14
+ .sc(ListDominantLanguageDetectionJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEndpointsCommand, se_ListEndpointsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListEndpoints } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEndpointsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListEndpoints", {})
17
13
  .n("ComprehendClient", "ListEndpointsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEndpointsCommand)
20
- .de(de_ListEndpointsCommand)
14
+ .sc(ListEndpoints)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEntitiesDetectionJobsCommand, se_ListEntitiesDetectionJobsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListEntitiesDetectionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEntitiesDetectionJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListEntitiesDetectionJobs", {})
17
13
  .n("ComprehendClient", "ListEntitiesDetectionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEntitiesDetectionJobsCommand)
20
- .de(de_ListEntitiesDetectionJobsCommand)
14
+ .sc(ListEntitiesDetectionJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEntityRecognizerSummariesCommand, se_ListEntityRecognizerSummariesCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListEntityRecognizerSummaries } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEntityRecognizerSummariesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListEntityRecognizerSummaries", {})
17
13
  .n("ComprehendClient", "ListEntityRecognizerSummariesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEntityRecognizerSummariesCommand)
20
- .de(de_ListEntityRecognizerSummariesCommand)
14
+ .sc(ListEntityRecognizerSummaries)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListEntityRecognizersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListEntityRecognizersCommand, se_ListEntityRecognizersCommand } from "../protocols/Aws_json1_1";
4
+ import { ListEntityRecognizers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListEntityRecognizersCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("Comprehend_20171127", "ListEntityRecognizers", {})
18
13
  .n("ComprehendClient", "ListEntityRecognizersCommand")
19
- .f(void 0, ListEntityRecognizersResponseFilterSensitiveLog)
20
- .ser(se_ListEntityRecognizersCommand)
21
- .de(de_ListEntityRecognizersCommand)
14
+ .sc(ListEntityRecognizers)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEventsDetectionJobsCommand, se_ListEventsDetectionJobsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListEventsDetectionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEventsDetectionJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListEventsDetectionJobs", {})
17
13
  .n("ComprehendClient", "ListEventsDetectionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEventsDetectionJobsCommand)
20
- .de(de_ListEventsDetectionJobsCommand)
14
+ .sc(ListEventsDetectionJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFlywheelIterationHistoryCommand, se_ListFlywheelIterationHistoryCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListFlywheelIterationHistory } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFlywheelIterationHistoryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListFlywheelIterationHistory", {})
17
13
  .n("ComprehendClient", "ListFlywheelIterationHistoryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFlywheelIterationHistoryCommand)
20
- .de(de_ListFlywheelIterationHistoryCommand)
14
+ .sc(ListFlywheelIterationHistory)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFlywheelsCommand, se_ListFlywheelsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListFlywheels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFlywheelsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListFlywheels", {})
17
13
  .n("ComprehendClient", "ListFlywheelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFlywheelsCommand)
20
- .de(de_ListFlywheelsCommand)
14
+ .sc(ListFlywheels)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListKeyPhrasesDetectionJobsCommand, se_ListKeyPhrasesDetectionJobsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListKeyPhrasesDetectionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListKeyPhrasesDetectionJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListKeyPhrasesDetectionJobs", {})
17
13
  .n("ComprehendClient", "ListKeyPhrasesDetectionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListKeyPhrasesDetectionJobsCommand)
20
- .de(de_ListKeyPhrasesDetectionJobsCommand)
14
+ .sc(ListKeyPhrasesDetectionJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListPiiEntitiesDetectionJobsCommand, se_ListPiiEntitiesDetectionJobsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListPiiEntitiesDetectionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListPiiEntitiesDetectionJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListPiiEntitiesDetectionJobs", {})
17
13
  .n("ComprehendClient", "ListPiiEntitiesDetectionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListPiiEntitiesDetectionJobsCommand)
20
- .de(de_ListPiiEntitiesDetectionJobsCommand)
14
+ .sc(ListPiiEntitiesDetectionJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListSentimentDetectionJobsCommand, se_ListSentimentDetectionJobsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListSentimentDetectionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSentimentDetectionJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListSentimentDetectionJobs", {})
17
13
  .n("ComprehendClient", "ListSentimentDetectionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSentimentDetectionJobsCommand)
20
- .de(de_ListSentimentDetectionJobsCommand)
14
+ .sc(ListSentimentDetectionJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListTagsForResource", {})
17
13
  .n("ComprehendClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTargetedSentimentDetectionJobsCommand, se_ListTargetedSentimentDetectionJobsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListTargetedSentimentDetectionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTargetedSentimentDetectionJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListTargetedSentimentDetectionJobs", {})
17
13
  .n("ComprehendClient", "ListTargetedSentimentDetectionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTargetedSentimentDetectionJobsCommand)
20
- .de(de_ListTargetedSentimentDetectionJobsCommand)
14
+ .sc(ListTargetedSentimentDetectionJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTopicsDetectionJobsCommand, se_ListTopicsDetectionJobsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTopicsDetectionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTopicsDetectionJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "ListTopicsDetectionJobs", {})
17
13
  .n("ComprehendClient", "ListTopicsDetectionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTopicsDetectionJobsCommand)
20
- .de(de_ListTopicsDetectionJobsCommand)
14
+ .sc(ListTopicsDetectionJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1";
4
+ import { PutResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutResourcePolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "PutResourcePolicy", {})
17
13
  .n("ComprehendClient", "PutResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutResourcePolicyCommand)
20
- .de(de_PutResourcePolicyCommand)
14
+ .sc(PutResourcePolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartDocumentClassificationJobCommand, se_StartDocumentClassificationJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { StartDocumentClassificationJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartDocumentClassificationJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "StartDocumentClassificationJob", {})
17
13
  .n("ComprehendClient", "StartDocumentClassificationJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartDocumentClassificationJobCommand)
20
- .de(de_StartDocumentClassificationJobCommand)
14
+ .sc(StartDocumentClassificationJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartDominantLanguageDetectionJobCommand, se_StartDominantLanguageDetectionJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { StartDominantLanguageDetectionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartDominantLanguageDetectionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "StartDominantLanguageDetectionJob", {})
17
13
  .n("ComprehendClient", "StartDominantLanguageDetectionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartDominantLanguageDetectionJobCommand)
20
- .de(de_StartDominantLanguageDetectionJobCommand)
14
+ .sc(StartDominantLanguageDetectionJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartEntitiesDetectionJobCommand, se_StartEntitiesDetectionJobCommand } from "../protocols/Aws_json1_1";
4
+ import { StartEntitiesDetectionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartEntitiesDetectionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "StartEntitiesDetectionJob", {})
17
13
  .n("ComprehendClient", "StartEntitiesDetectionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartEntitiesDetectionJobCommand)
20
- .de(de_StartEntitiesDetectionJobCommand)
14
+ .sc(StartEntitiesDetectionJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartEventsDetectionJobCommand, se_StartEventsDetectionJobCommand } from "../protocols/Aws_json1_1";
4
+ import { StartEventsDetectionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartEventsDetectionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "StartEventsDetectionJob", {})
17
13
  .n("ComprehendClient", "StartEventsDetectionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartEventsDetectionJobCommand)
20
- .de(de_StartEventsDetectionJobCommand)
14
+ .sc(StartEventsDetectionJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartFlywheelIterationCommand, se_StartFlywheelIterationCommand } from "../protocols/Aws_json1_1";
4
+ import { StartFlywheelIteration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartFlywheelIterationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "StartFlywheelIteration", {})
17
13
  .n("ComprehendClient", "StartFlywheelIterationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartFlywheelIterationCommand)
20
- .de(de_StartFlywheelIterationCommand)
14
+ .sc(StartFlywheelIteration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartKeyPhrasesDetectionJobCommand, se_StartKeyPhrasesDetectionJobCommand } from "../protocols/Aws_json1_1";
4
+ import { StartKeyPhrasesDetectionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartKeyPhrasesDetectionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Comprehend_20171127", "StartKeyPhrasesDetectionJob", {})
17
13
  .n("ComprehendClient", "StartKeyPhrasesDetectionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartKeyPhrasesDetectionJobCommand)
20
- .de(de_StartKeyPhrasesDetectionJobCommand)
14
+ .sc(StartKeyPhrasesDetectionJob)
21
15
  .build() {
22
16
  }