@aws-sdk/client-comprehend 3.649.0 → 3.650.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 (87) hide show
  1. package/dist-cjs/index.js +85 -255
  2. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +1 -3
  3. package/dist-es/commands/BatchDetectEntitiesCommand.js +1 -3
  4. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +1 -3
  5. package/dist-es/commands/BatchDetectSentimentCommand.js +1 -3
  6. package/dist-es/commands/BatchDetectSyntaxCommand.js +1 -3
  7. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +1 -3
  8. package/dist-es/commands/ClassifyDocumentCommand.js +1 -3
  9. package/dist-es/commands/ContainsPiiEntitiesCommand.js +1 -3
  10. package/dist-es/commands/CreateDatasetCommand.js +1 -3
  11. package/dist-es/commands/CreateDocumentClassifierCommand.js +1 -3
  12. package/dist-es/commands/CreateEndpointCommand.js +1 -3
  13. package/dist-es/commands/CreateEntityRecognizerCommand.js +1 -3
  14. package/dist-es/commands/CreateFlywheelCommand.js +1 -3
  15. package/dist-es/commands/DeleteDocumentClassifierCommand.js +1 -3
  16. package/dist-es/commands/DeleteEndpointCommand.js +1 -3
  17. package/dist-es/commands/DeleteEntityRecognizerCommand.js +1 -3
  18. package/dist-es/commands/DeleteFlywheelCommand.js +1 -3
  19. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
  20. package/dist-es/commands/DescribeDatasetCommand.js +1 -3
  21. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +1 -3
  22. package/dist-es/commands/DescribeDocumentClassifierCommand.js +1 -3
  23. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +1 -3
  24. package/dist-es/commands/DescribeEndpointCommand.js +1 -3
  25. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +1 -3
  26. package/dist-es/commands/DescribeEntityRecognizerCommand.js +1 -3
  27. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +1 -3
  28. package/dist-es/commands/DescribeFlywheelCommand.js +1 -3
  29. package/dist-es/commands/DescribeFlywheelIterationCommand.js +1 -3
  30. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +1 -3
  31. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +1 -3
  32. package/dist-es/commands/DescribeResourcePolicyCommand.js +1 -3
  33. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +1 -3
  34. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +1 -3
  35. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +1 -3
  36. package/dist-es/commands/DetectDominantLanguageCommand.js +1 -3
  37. package/dist-es/commands/DetectEntitiesCommand.js +1 -3
  38. package/dist-es/commands/DetectKeyPhrasesCommand.js +1 -3
  39. package/dist-es/commands/DetectPiiEntitiesCommand.js +1 -3
  40. package/dist-es/commands/DetectSentimentCommand.js +1 -3
  41. package/dist-es/commands/DetectSyntaxCommand.js +1 -3
  42. package/dist-es/commands/DetectTargetedSentimentCommand.js +1 -3
  43. package/dist-es/commands/DetectToxicContentCommand.js +1 -3
  44. package/dist-es/commands/ImportModelCommand.js +1 -3
  45. package/dist-es/commands/ListDatasetsCommand.js +1 -3
  46. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +1 -3
  47. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +1 -3
  48. package/dist-es/commands/ListDocumentClassifiersCommand.js +1 -3
  49. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +1 -3
  50. package/dist-es/commands/ListEndpointsCommand.js +1 -3
  51. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +1 -3
  52. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +1 -3
  53. package/dist-es/commands/ListEntityRecognizersCommand.js +1 -3
  54. package/dist-es/commands/ListEventsDetectionJobsCommand.js +1 -3
  55. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +1 -3
  56. package/dist-es/commands/ListFlywheelsCommand.js +1 -3
  57. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +1 -3
  58. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +1 -3
  59. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +1 -3
  60. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  61. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +1 -3
  62. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +1 -3
  63. package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
  64. package/dist-es/commands/StartDocumentClassificationJobCommand.js +1 -3
  65. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +1 -3
  66. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +1 -3
  67. package/dist-es/commands/StartEventsDetectionJobCommand.js +1 -3
  68. package/dist-es/commands/StartFlywheelIterationCommand.js +1 -3
  69. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +1 -3
  70. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +1 -3
  71. package/dist-es/commands/StartSentimentDetectionJobCommand.js +1 -3
  72. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +1 -3
  73. package/dist-es/commands/StartTopicsDetectionJobCommand.js +1 -3
  74. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +1 -3
  75. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +1 -3
  76. package/dist-es/commands/StopEventsDetectionJobCommand.js +1 -3
  77. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +1 -3
  78. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +1 -3
  79. package/dist-es/commands/StopSentimentDetectionJobCommand.js +1 -3
  80. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +1 -3
  81. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +1 -3
  82. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +1 -3
  83. package/dist-es/commands/TagResourceCommand.js +1 -3
  84. package/dist-es/commands/UntagResourceCommand.js +1 -3
  85. package/dist-es/commands/UpdateEndpointCommand.js +1 -3
  86. package/dist-es/commands/UpdateFlywheelCommand.js +1 -3
  87. package/package.json +4 -4
@@ -7,9 +7,7 @@ import { de_BatchDetectDominantLanguageCommand, se_BatchDetectDominantLanguageCo
7
7
  export { $Command };
8
8
  export class BatchDetectDominantLanguageCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_BatchDetectEntitiesCommand, se_BatchDetectEntitiesCommand } from "..
7
7
  export { $Command };
8
8
  export class BatchDetectEntitiesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_BatchDetectKeyPhrasesCommand, se_BatchDetectKeyPhrasesCommand } from
7
7
  export { $Command };
8
8
  export class BatchDetectKeyPhrasesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_BatchDetectSentimentCommand, se_BatchDetectSentimentCommand } from "
7
7
  export { $Command };
8
8
  export class BatchDetectSentimentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_BatchDetectSyntaxCommand, se_BatchDetectSyntaxCommand } from "../pro
7
7
  export { $Command };
8
8
  export class BatchDetectSyntaxCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_BatchDetectTargetedSentimentCommand, se_BatchDetectTargetedSentiment
7
7
  export { $Command };
8
8
  export class BatchDetectTargetedSentimentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ClassifyDocumentCommand, se_ClassifyDocumentCommand } from "../proto
7
7
  export { $Command };
8
8
  export class ClassifyDocumentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ContainsPiiEntitiesCommand, se_ContainsPiiEntitiesCommand } from "..
6
6
  export { $Command };
7
7
  export class ContainsPiiEntitiesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class CreateDatasetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDocumentClassifierCommand, se_CreateDocumentClassifierCommand
6
6
  export { $Command };
7
7
  export class CreateDocumentClassifierCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateEndpointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateEntityRecognizerCommand, se_CreateEntityRecognizerCommand } fr
6
6
  export { $Command };
7
7
  export class CreateEntityRecognizerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateFlywheelCommand, se_CreateFlywheelCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateFlywheelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDocumentClassifierCommand, se_DeleteDocumentClassifierCommand
6
6
  export { $Command };
7
7
  export class DeleteDocumentClassifierCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteEndpointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteEntityRecognizerCommand, se_DeleteEntityRecognizerCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteEntityRecognizerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteFlywheelCommand, se_DeleteFlywheelCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteFlywheelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteResourcePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DescribeDatasetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeDocumentClassificationJobCommand, se_DescribeDocumentClassif
6
6
  export { $Command };
7
7
  export class DescribeDocumentClassificationJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeDocumentClassifierCommand, se_DescribeDocumentClassifierComm
7
7
  export { $Command };
8
8
  export class DescribeDocumentClassifierCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeDominantLanguageDetectionJobCommand, se_DescribeDominantLang
6
6
  export { $Command };
7
7
  export class DescribeDominantLanguageDetectionJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeEndpointCommand, se_DescribeEndpointCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeEndpointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeEntitiesDetectionJobCommand, se_DescribeEntitiesDetectionJob
6
6
  export { $Command };
7
7
  export class DescribeEntitiesDetectionJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeEntityRecognizerCommand, se_DescribeEntityRecognizerCommand
7
7
  export { $Command };
8
8
  export class DescribeEntityRecognizerCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeEventsDetectionJobCommand, se_DescribeEventsDetectionJobComm
6
6
  export { $Command };
7
7
  export class DescribeEventsDetectionJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeFlywheelCommand, se_DescribeFlywheelCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeFlywheelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeFlywheelIterationCommand, se_DescribeFlywheelIterationComman
6
6
  export { $Command };
7
7
  export class DescribeFlywheelIterationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeKeyPhrasesDetectionJobCommand, se_DescribeKeyPhrasesDetectio
6
6
  export { $Command };
7
7
  export class DescribeKeyPhrasesDetectionJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribePiiEntitiesDetectionJobCommand, se_DescribePiiEntitiesDetect
6
6
  export { $Command };
7
7
  export class DescribePiiEntitiesDetectionJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } fr
6
6
  export { $Command };
7
7
  export class DescribeResourcePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeSentimentDetectionJobCommand, se_DescribeSentimentDetectionJ
6
6
  export { $Command };
7
7
  export class DescribeSentimentDetectionJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTargetedSentimentDetectionJobCommand, se_DescribeTargetedSen
6
6
  export { $Command };
7
7
  export class DescribeTargetedSentimentDetectionJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTopicsDetectionJobCommand, se_DescribeTopicsDetectionJobComm
6
6
  export { $Command };
7
7
  export class DescribeTopicsDetectionJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DetectDominantLanguageCommand, se_DetectDominantLanguageCommand } fr
7
7
  export { $Command };
8
8
  export class DetectDominantLanguageCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DetectEntitiesCommand, se_DetectEntitiesCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class DetectEntitiesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DetectKeyPhrasesCommand, se_DetectKeyPhrasesCommand } from "../proto
7
7
  export { $Command };
8
8
  export class DetectKeyPhrasesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DetectPiiEntitiesCommand, se_DetectPiiEntitiesCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DetectPiiEntitiesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DetectSentimentCommand, se_DetectSentimentCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class DetectSentimentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DetectSyntaxCommand, se_DetectSyntaxCommand } from "../protocols/Aws
7
7
  export { $Command };
8
8
  export class DetectSyntaxCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DetectTargetedSentimentCommand, se_DetectTargetedSentimentCommand }
7
7
  export { $Command };
8
8
  export class DetectTargetedSentimentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DetectToxicContentCommand, se_DetectToxicContentCommand } from "../p
7
7
  export { $Command };
8
8
  export class DetectToxicContentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ImportModelCommand, se_ImportModelCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class ImportModelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListDatasetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDocumentClassificationJobsCommand, se_ListDocumentClassification
6
6
  export { $Command };
7
7
  export class ListDocumentClassificationJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDocumentClassifierSummariesCommand, se_ListDocumentClassifierSum
6
6
  export { $Command };
7
7
  export class ListDocumentClassifierSummariesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListDocumentClassifiersCommand, se_ListDocumentClassifiersCommand }
7
7
  export { $Command };
8
8
  export class ListDocumentClassifiersCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDominantLanguageDetectionJobsCommand, se_ListDominantLanguageDet
6
6
  export { $Command };
7
7
  export class ListDominantLanguageDetectionJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEndpointsCommand, se_ListEndpointsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListEndpointsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEntitiesDetectionJobsCommand, se_ListEntitiesDetectionJobsComman
6
6
  export { $Command };
7
7
  export class ListEntitiesDetectionJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEntityRecognizerSummariesCommand, se_ListEntityRecognizerSummari
6
6
  export { $Command };
7
7
  export class ListEntityRecognizerSummariesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListEntityRecognizersCommand, se_ListEntityRecognizersCommand } from
7
7
  export { $Command };
8
8
  export class ListEntityRecognizersCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEventsDetectionJobsCommand, se_ListEventsDetectionJobsCommand }
6
6
  export { $Command };
7
7
  export class ListEventsDetectionJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),