@aws-sdk/client-comprehend 3.303.0 → 3.309.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 (173) hide show
  1. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +2 -2
  3. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDetectSentimentCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +2 -2
  6. package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +2 -2
  7. package/dist-cjs/commands/ClassifyDocumentCommand.js +2 -2
  8. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  10. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -2
  11. package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
  12. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -2
  13. package/dist-cjs/commands/CreateFlywheelCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteFlywheelCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeEndpointCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeFlywheelCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -2
  30. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -2
  35. package/dist-cjs/commands/DetectDominantLanguageCommand.js +2 -2
  36. package/dist-cjs/commands/DetectEntitiesCommand.js +2 -2
  37. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +2 -2
  38. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -2
  39. package/dist-cjs/commands/DetectSentimentCommand.js +2 -2
  40. package/dist-cjs/commands/DetectSyntaxCommand.js +2 -2
  41. package/dist-cjs/commands/DetectTargetedSentimentCommand.js +2 -2
  42. package/dist-cjs/commands/ImportModelCommand.js +2 -2
  43. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  44. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -2
  45. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -2
  46. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +2 -2
  47. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -2
  48. package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
  49. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -2
  50. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -2
  51. package/dist-cjs/commands/ListEntityRecognizersCommand.js +2 -2
  52. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -2
  53. package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +2 -2
  54. package/dist-cjs/commands/ListFlywheelsCommand.js +2 -2
  55. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -2
  56. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -2
  57. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -2
  58. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  59. package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -2
  60. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -2
  61. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  62. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -2
  63. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -2
  64. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -2
  65. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -2
  66. package/dist-cjs/commands/StartFlywheelIterationCommand.js +2 -2
  67. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -2
  68. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -2
  69. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -2
  70. package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -2
  71. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -2
  72. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -2
  73. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -2
  74. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -2
  75. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -2
  76. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -2
  77. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -2
  78. package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -2
  79. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -2
  80. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -2
  81. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  82. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  83. package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
  84. package/dist-cjs/commands/UpdateFlywheelCommand.js +2 -2
  85. package/dist-cjs/protocols/Aws_json1_1.js +1758 -1926
  86. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -3
  87. package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -3
  88. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -3
  89. package/dist-es/commands/BatchDetectSentimentCommand.js +3 -3
  90. package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -3
  91. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +3 -3
  92. package/dist-es/commands/ClassifyDocumentCommand.js +3 -3
  93. package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -3
  94. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  95. package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -3
  96. package/dist-es/commands/CreateEndpointCommand.js +3 -3
  97. package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -3
  98. package/dist-es/commands/CreateFlywheelCommand.js +3 -3
  99. package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -3
  100. package/dist-es/commands/DeleteEndpointCommand.js +3 -3
  101. package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -3
  102. package/dist-es/commands/DeleteFlywheelCommand.js +3 -3
  103. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  104. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  105. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -3
  106. package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -3
  107. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -3
  108. package/dist-es/commands/DescribeEndpointCommand.js +3 -3
  109. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -3
  110. package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -3
  111. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -3
  112. package/dist-es/commands/DescribeFlywheelCommand.js +3 -3
  113. package/dist-es/commands/DescribeFlywheelIterationCommand.js +3 -3
  114. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -3
  115. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -3
  116. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
  117. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -3
  118. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -3
  119. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -3
  120. package/dist-es/commands/DetectDominantLanguageCommand.js +3 -3
  121. package/dist-es/commands/DetectEntitiesCommand.js +3 -3
  122. package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -3
  123. package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -3
  124. package/dist-es/commands/DetectSentimentCommand.js +3 -3
  125. package/dist-es/commands/DetectSyntaxCommand.js +3 -3
  126. package/dist-es/commands/DetectTargetedSentimentCommand.js +3 -3
  127. package/dist-es/commands/ImportModelCommand.js +3 -3
  128. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  129. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -3
  130. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -3
  131. package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -3
  132. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -3
  133. package/dist-es/commands/ListEndpointsCommand.js +3 -3
  134. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -3
  135. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -3
  136. package/dist-es/commands/ListEntityRecognizersCommand.js +3 -3
  137. package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -3
  138. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +3 -3
  139. package/dist-es/commands/ListFlywheelsCommand.js +3 -3
  140. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -3
  141. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -3
  142. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -3
  143. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  144. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -3
  145. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -3
  146. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  147. package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -3
  148. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -3
  149. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -3
  150. package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -3
  151. package/dist-es/commands/StartFlywheelIterationCommand.js +3 -3
  152. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -3
  153. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -3
  154. package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -3
  155. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -3
  156. package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -3
  157. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -3
  158. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -3
  159. package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -3
  160. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -3
  161. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -3
  162. package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -3
  163. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -3
  164. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -3
  165. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -3
  166. package/dist-es/commands/TagResourceCommand.js +3 -3
  167. package/dist-es/commands/UntagResourceCommand.js +3 -3
  168. package/dist-es/commands/UpdateEndpointCommand.js +3 -3
  169. package/dist-es/commands/UpdateFlywheelCommand.js +3 -3
  170. package/dist-es/protocols/Aws_json1_1.js +1586 -1754
  171. package/dist-types/protocols/Aws_json1_1.d.ts +672 -168
  172. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +168 -168
  173. package/package.json +29 -29
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchDetectDominantLanguageRequestFilterSensitiveLog, BatchDetectDominantLanguageResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1BatchDetectDominantLanguageCommand, serializeAws_json1_1BatchDetectDominantLanguageCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_BatchDetectDominantLanguageCommand, se_BatchDetectDominantLanguageCommand } from "../protocols/Aws_json1_1";
6
6
  export class BatchDetectDominantLanguageCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchDetectDominantLanguageCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1BatchDetectDominantLanguageCommand(input, context);
37
+ return se_BatchDetectDominantLanguageCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1BatchDetectDominantLanguageCommand(output, context);
40
+ return de_BatchDetectDominantLanguageCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchDetectEntitiesRequestFilterSensitiveLog, BatchDetectEntitiesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1BatchDetectEntitiesCommand, serializeAws_json1_1BatchDetectEntitiesCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_BatchDetectEntitiesCommand, se_BatchDetectEntitiesCommand } from "../protocols/Aws_json1_1";
6
6
  export class BatchDetectEntitiesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchDetectEntitiesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1BatchDetectEntitiesCommand(input, context);
37
+ return se_BatchDetectEntitiesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1BatchDetectEntitiesCommand(output, context);
40
+ return de_BatchDetectEntitiesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchDetectKeyPhrasesRequestFilterSensitiveLog, BatchDetectKeyPhrasesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1BatchDetectKeyPhrasesCommand, serializeAws_json1_1BatchDetectKeyPhrasesCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_BatchDetectKeyPhrasesCommand, se_BatchDetectKeyPhrasesCommand } from "../protocols/Aws_json1_1";
6
6
  export class BatchDetectKeyPhrasesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchDetectKeyPhrasesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1BatchDetectKeyPhrasesCommand(input, context);
37
+ return se_BatchDetectKeyPhrasesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1BatchDetectKeyPhrasesCommand(output, context);
40
+ return de_BatchDetectKeyPhrasesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchDetectSentimentRequestFilterSensitiveLog, BatchDetectSentimentResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1BatchDetectSentimentCommand, serializeAws_json1_1BatchDetectSentimentCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_BatchDetectSentimentCommand, se_BatchDetectSentimentCommand } from "../protocols/Aws_json1_1";
6
6
  export class BatchDetectSentimentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchDetectSentimentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1BatchDetectSentimentCommand(input, context);
37
+ return se_BatchDetectSentimentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1BatchDetectSentimentCommand(output, context);
40
+ return de_BatchDetectSentimentCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchDetectSyntaxRequestFilterSensitiveLog, BatchDetectSyntaxResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1BatchDetectSyntaxCommand, serializeAws_json1_1BatchDetectSyntaxCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_BatchDetectSyntaxCommand, se_BatchDetectSyntaxCommand } from "../protocols/Aws_json1_1";
6
6
  export class BatchDetectSyntaxCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchDetectSyntaxCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1BatchDetectSyntaxCommand(input, context);
37
+ return se_BatchDetectSyntaxCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1BatchDetectSyntaxCommand(output, context);
40
+ return de_BatchDetectSyntaxCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchDetectTargetedSentimentRequestFilterSensitiveLog, BatchDetectTargetedSentimentResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1BatchDetectTargetedSentimentCommand, serializeAws_json1_1BatchDetectTargetedSentimentCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_BatchDetectTargetedSentimentCommand, se_BatchDetectTargetedSentimentCommand, } from "../protocols/Aws_json1_1";
6
6
  export class BatchDetectTargetedSentimentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class BatchDetectTargetedSentimentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1BatchDetectTargetedSentimentCommand(input, context);
37
+ return se_BatchDetectTargetedSentimentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1BatchDetectTargetedSentimentCommand(output, context);
40
+ return de_BatchDetectTargetedSentimentCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ClassifyDocumentRequestFilterSensitiveLog, ClassifyDocumentResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1ClassifyDocumentCommand, serializeAws_json1_1ClassifyDocumentCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_ClassifyDocumentCommand, se_ClassifyDocumentCommand } from "../protocols/Aws_json1_1";
6
6
  export class ClassifyDocumentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ClassifyDocumentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1ClassifyDocumentCommand(input, context);
37
+ return se_ClassifyDocumentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1ClassifyDocumentCommand(output, context);
40
+ return de_ClassifyDocumentCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ContainsPiiEntitiesCommand, serializeAws_json1_1ContainsPiiEntitiesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ContainsPiiEntitiesCommand, se_ContainsPiiEntitiesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ContainsPiiEntitiesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ContainsPiiEntitiesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ContainsPiiEntitiesCommand(input, context);
36
+ return se_ContainsPiiEntitiesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ContainsPiiEntitiesCommand(output, context);
39
+ return de_ContainsPiiEntitiesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateDatasetCommand, serializeAws_json1_1CreateDatasetCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateDatasetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDatasetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateDatasetCommand(input, context);
36
+ return se_CreateDatasetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateDatasetCommand(output, context);
39
+ return de_CreateDatasetCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateDocumentClassifierCommand, serializeAws_json1_1CreateDocumentClassifierCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateDocumentClassifierCommand, se_CreateDocumentClassifierCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateDocumentClassifierCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDocumentClassifierCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateDocumentClassifierCommand(input, context);
36
+ return se_CreateDocumentClassifierCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateDocumentClassifierCommand(output, context);
39
+ return de_CreateDocumentClassifierCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateEndpointCommand, serializeAws_json1_1CreateEndpointCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateEndpointCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateEndpointCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateEndpointCommand(input, context);
36
+ return se_CreateEndpointCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateEndpointCommand(output, context);
39
+ return de_CreateEndpointCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateEntityRecognizerCommand, serializeAws_json1_1CreateEntityRecognizerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateEntityRecognizerCommand, se_CreateEntityRecognizerCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateEntityRecognizerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateEntityRecognizerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateEntityRecognizerCommand(input, context);
36
+ return se_CreateEntityRecognizerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateEntityRecognizerCommand(output, context);
39
+ return de_CreateEntityRecognizerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateFlywheelCommand, serializeAws_json1_1CreateFlywheelCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateFlywheelCommand, se_CreateFlywheelCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateFlywheelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateFlywheelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateFlywheelCommand(input, context);
36
+ return se_CreateFlywheelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateFlywheelCommand(output, context);
39
+ return de_CreateFlywheelCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteDocumentClassifierCommand, serializeAws_json1_1DeleteDocumentClassifierCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteDocumentClassifierCommand, se_DeleteDocumentClassifierCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteDocumentClassifierCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDocumentClassifierCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteDocumentClassifierCommand(input, context);
36
+ return se_DeleteDocumentClassifierCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteDocumentClassifierCommand(output, context);
39
+ return de_DeleteDocumentClassifierCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteEndpointCommand, serializeAws_json1_1DeleteEndpointCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteEndpointCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteEndpointCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteEndpointCommand(input, context);
36
+ return se_DeleteEndpointCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteEndpointCommand(output, context);
39
+ return de_DeleteEndpointCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteEntityRecognizerCommand, serializeAws_json1_1DeleteEntityRecognizerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteEntityRecognizerCommand, se_DeleteEntityRecognizerCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteEntityRecognizerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteEntityRecognizerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteEntityRecognizerCommand(input, context);
36
+ return se_DeleteEntityRecognizerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteEntityRecognizerCommand(output, context);
39
+ return de_DeleteEntityRecognizerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteFlywheelCommand, serializeAws_json1_1DeleteFlywheelCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteFlywheelCommand, se_DeleteFlywheelCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteFlywheelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteFlywheelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteFlywheelCommand(input, context);
36
+ return se_DeleteFlywheelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteFlywheelCommand(output, context);
39
+ return de_DeleteFlywheelCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteResourcePolicyCommand, serializeAws_json1_1DeleteResourcePolicyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteResourcePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteResourcePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteResourcePolicyCommand(input, context);
36
+ return se_DeleteResourcePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteResourcePolicyCommand(output, context);
39
+ return de_DeleteResourcePolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeDatasetCommand, serializeAws_json1_1DescribeDatasetCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeDatasetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeDatasetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeDatasetCommand(input, context);
36
+ return se_DescribeDatasetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeDatasetCommand(output, context);
39
+ return de_DescribeDatasetCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeDocumentClassificationJobCommand, serializeAws_json1_1DescribeDocumentClassificationJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeDocumentClassificationJobCommand, se_DescribeDocumentClassificationJobCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeDocumentClassificationJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeDocumentClassificationJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeDocumentClassificationJobCommand(input, context);
36
+ return se_DescribeDocumentClassificationJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeDocumentClassificationJobCommand(output, context);
39
+ return de_DescribeDocumentClassificationJobCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeDocumentClassifierResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1DescribeDocumentClassifierCommand, serializeAws_json1_1DescribeDocumentClassifierCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_DescribeDocumentClassifierCommand, se_DescribeDocumentClassifierCommand } from "../protocols/Aws_json1_1";
6
6
  export class DescribeDocumentClassifierCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeDocumentClassifierCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1DescribeDocumentClassifierCommand(input, context);
37
+ return se_DescribeDocumentClassifierCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1DescribeDocumentClassifierCommand(output, context);
40
+ return de_DescribeDocumentClassifierCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand, serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeDominantLanguageDetectionJobCommand, se_DescribeDominantLanguageDetectionJobCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeDominantLanguageDetectionJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeDominantLanguageDetectionJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand(input, context);
36
+ return se_DescribeDominantLanguageDetectionJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand(output, context);
39
+ return de_DescribeDominantLanguageDetectionJobCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeEndpointCommand, serializeAws_json1_1DescribeEndpointCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeEndpointCommand, se_DescribeEndpointCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeEndpointCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeEndpointCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeEndpointCommand(input, context);
36
+ return se_DescribeEndpointCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeEndpointCommand(output, context);
39
+ return de_DescribeEndpointCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeEntitiesDetectionJobCommand, serializeAws_json1_1DescribeEntitiesDetectionJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeEntitiesDetectionJobCommand, se_DescribeEntitiesDetectionJobCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeEntitiesDetectionJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeEntitiesDetectionJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeEntitiesDetectionJobCommand(input, context);
36
+ return se_DescribeEntitiesDetectionJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeEntitiesDetectionJobCommand(output, context);
39
+ return de_DescribeEntitiesDetectionJobCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeEntityRecognizerResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1DescribeEntityRecognizerCommand, serializeAws_json1_1DescribeEntityRecognizerCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_DescribeEntityRecognizerCommand, se_DescribeEntityRecognizerCommand } from "../protocols/Aws_json1_1";
6
6
  export class DescribeEntityRecognizerCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeEntityRecognizerCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1DescribeEntityRecognizerCommand(input, context);
37
+ return se_DescribeEntityRecognizerCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1DescribeEntityRecognizerCommand(output, context);
40
+ return de_DescribeEntityRecognizerCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeEventsDetectionJobCommand, serializeAws_json1_1DescribeEventsDetectionJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeEventsDetectionJobCommand, se_DescribeEventsDetectionJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeEventsDetectionJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeEventsDetectionJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeEventsDetectionJobCommand(input, context);
36
+ return se_DescribeEventsDetectionJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeEventsDetectionJobCommand(output, context);
39
+ return de_DescribeEventsDetectionJobCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeFlywheelCommand, serializeAws_json1_1DescribeFlywheelCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeFlywheelCommand, se_DescribeFlywheelCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeFlywheelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeFlywheelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeFlywheelCommand(input, context);
36
+ return se_DescribeFlywheelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeFlywheelCommand(output, context);
39
+ return de_DescribeFlywheelCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeFlywheelIterationCommand, serializeAws_json1_1DescribeFlywheelIterationCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeFlywheelIterationCommand, se_DescribeFlywheelIterationCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeFlywheelIterationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeFlywheelIterationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeFlywheelIterationCommand(input, context);
36
+ return se_DescribeFlywheelIterationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeFlywheelIterationCommand(output, context);
39
+ return de_DescribeFlywheelIterationCommand(output, context);
40
40
  }
41
41
  }