@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
@@ -84,171 +84,675 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
84
84
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
85
85
  import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "../commands/UpdateEndpointCommand";
86
86
  import { UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput } from "../commands/UpdateFlywheelCommand";
87
- export declare const serializeAws_json1_1BatchDetectDominantLanguageCommand: (input: BatchDetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1BatchDetectEntitiesCommand: (input: BatchDetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1BatchDetectKeyPhrasesCommand: (input: BatchDetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1BatchDetectSentimentCommand: (input: BatchDetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1BatchDetectSyntaxCommand: (input: BatchDetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1BatchDetectTargetedSentimentCommand: (input: BatchDetectTargetedSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1ClassifyDocumentCommand: (input: ClassifyDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1ContainsPiiEntitiesCommand: (input: ContainsPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1CreateDocumentClassifierCommand: (input: CreateDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1CreateEndpointCommand: (input: CreateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1CreateEntityRecognizerCommand: (input: CreateEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1CreateFlywheelCommand: (input: CreateFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1DeleteDocumentClassifierCommand: (input: DeleteDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1DeleteEntityRecognizerCommand: (input: DeleteEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1DeleteFlywheelCommand: (input: DeleteFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1DescribeDocumentClassificationJobCommand: (input: DescribeDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1DescribeDocumentClassifierCommand: (input: DescribeDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (input: DescribeDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1DescribeEndpointCommand: (input: DescribeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1DescribeEntitiesDetectionJobCommand: (input: DescribeEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1DescribeEntityRecognizerCommand: (input: DescribeEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1DescribeEventsDetectionJobCommand: (input: DescribeEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1DescribeFlywheelCommand: (input: DescribeFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1DescribeFlywheelIterationCommand: (input: DescribeFlywheelIterationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (input: DescribeKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (input: DescribePiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1DescribeSentimentDetectionJobCommand: (input: DescribeSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand: (input: DescribeTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1DescribeTopicsDetectionJobCommand: (input: DescribeTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1DetectDominantLanguageCommand: (input: DetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1DetectKeyPhrasesCommand: (input: DetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1DetectPiiEntitiesCommand: (input: DetectPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1DetectSentimentCommand: (input: DetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1DetectSyntaxCommand: (input: DetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1DetectTargetedSentimentCommand: (input: DetectTargetedSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1ImportModelCommand: (input: ImportModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_json1_1ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1ListDocumentClassificationJobsCommand: (input: ListDocumentClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_json1_1ListDocumentClassifiersCommand: (input: ListDocumentClassifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_json1_1ListDocumentClassifierSummariesCommand: (input: ListDocumentClassifierSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (input: ListDominantLanguageDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1ListEndpointsCommand: (input: ListEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_json1_1ListEntitiesDetectionJobsCommand: (input: ListEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_json1_1ListEntityRecognizersCommand: (input: ListEntityRecognizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_json1_1ListEntityRecognizerSummariesCommand: (input: ListEntityRecognizerSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1ListEventsDetectionJobsCommand: (input: ListEventsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_json1_1ListFlywheelIterationHistoryCommand: (input: ListFlywheelIterationHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_json1_1ListFlywheelsCommand: (input: ListFlywheelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (input: ListKeyPhrasesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (input: ListPiiEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_json1_1ListSentimentDetectionJobsCommand: (input: ListSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_json1_1ListTargetedSentimentDetectionJobsCommand: (input: ListTargetedSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1ListTopicsDetectionJobsCommand: (input: ListTopicsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_json1_1PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_json1_1StartDocumentClassificationJobCommand: (input: StartDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_json1_1StartDominantLanguageDetectionJobCommand: (input: StartDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1StartEntitiesDetectionJobCommand: (input: StartEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_json1_1StartEventsDetectionJobCommand: (input: StartEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_json1_1StartFlywheelIterationCommand: (input: StartFlywheelIterationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (input: StartKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (input: StartPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_json1_1StartSentimentDetectionJobCommand: (input: StartSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_json1_1StartTargetedSentimentDetectionJobCommand: (input: StartTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_json1_1StartTopicsDetectionJobCommand: (input: StartTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_1StopDominantLanguageDetectionJobCommand: (input: StopDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_json1_1StopEntitiesDetectionJobCommand: (input: StopEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_json1_1StopEventsDetectionJobCommand: (input: StopEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (input: StopKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (input: StopPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_json1_1StopSentimentDetectionJobCommand: (input: StopSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_json1_1StopTargetedSentimentDetectionJobCommand: (input: StopTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_json1_1StopTrainingDocumentClassifierCommand: (input: StopTrainingDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_json1_1StopTrainingEntityRecognizerCommand: (input: StopTrainingEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_json1_1UpdateEndpointCommand: (input: UpdateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_json1_1UpdateFlywheelCommand: (input: UpdateFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const deserializeAws_json1_1BatchDetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectDominantLanguageCommandOutput>;
172
- export declare const deserializeAws_json1_1BatchDetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectEntitiesCommandOutput>;
173
- export declare const deserializeAws_json1_1BatchDetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectKeyPhrasesCommandOutput>;
174
- export declare const deserializeAws_json1_1BatchDetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSentimentCommandOutput>;
175
- export declare const deserializeAws_json1_1BatchDetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSyntaxCommandOutput>;
176
- export declare const deserializeAws_json1_1BatchDetectTargetedSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectTargetedSentimentCommandOutput>;
177
- export declare const deserializeAws_json1_1ClassifyDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClassifyDocumentCommandOutput>;
178
- export declare const deserializeAws_json1_1ContainsPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ContainsPiiEntitiesCommandOutput>;
179
- export declare const deserializeAws_json1_1CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
180
- export declare const deserializeAws_json1_1CreateDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentClassifierCommandOutput>;
181
- export declare const deserializeAws_json1_1CreateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointCommandOutput>;
182
- export declare const deserializeAws_json1_1CreateEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntityRecognizerCommandOutput>;
183
- export declare const deserializeAws_json1_1CreateFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlywheelCommandOutput>;
184
- export declare const deserializeAws_json1_1DeleteDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentClassifierCommandOutput>;
185
- export declare const deserializeAws_json1_1DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
186
- export declare const deserializeAws_json1_1DeleteEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntityRecognizerCommandOutput>;
187
- export declare const deserializeAws_json1_1DeleteFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlywheelCommandOutput>;
188
- export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
189
- export declare const deserializeAws_json1_1DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
190
- export declare const deserializeAws_json1_1DescribeDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassificationJobCommandOutput>;
191
- export declare const deserializeAws_json1_1DescribeDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassifierCommandOutput>;
192
- export declare const deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
193
- export declare const deserializeAws_json1_1DescribeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointCommandOutput>;
194
- export declare const deserializeAws_json1_1DescribeEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionJobCommandOutput>;
195
- export declare const deserializeAws_json1_1DescribeEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityRecognizerCommandOutput>;
196
- export declare const deserializeAws_json1_1DescribeEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsDetectionJobCommandOutput>;
197
- export declare const deserializeAws_json1_1DescribeFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlywheelCommandOutput>;
198
- export declare const deserializeAws_json1_1DescribeFlywheelIterationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlywheelIterationCommandOutput>;
199
- export declare const deserializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
200
- export declare const deserializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
201
- export declare const deserializeAws_json1_1DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
202
- export declare const deserializeAws_json1_1DescribeSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSentimentDetectionJobCommandOutput>;
203
- export declare const deserializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
204
- export declare const deserializeAws_json1_1DescribeTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicsDetectionJobCommandOutput>;
205
- export declare const deserializeAws_json1_1DetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectDominantLanguageCommandOutput>;
206
- export declare const deserializeAws_json1_1DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
207
- export declare const deserializeAws_json1_1DetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectKeyPhrasesCommandOutput>;
208
- export declare const deserializeAws_json1_1DetectPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPiiEntitiesCommandOutput>;
209
- export declare const deserializeAws_json1_1DetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSentimentCommandOutput>;
210
- export declare const deserializeAws_json1_1DetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSyntaxCommandOutput>;
211
- export declare const deserializeAws_json1_1DetectTargetedSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectTargetedSentimentCommandOutput>;
212
- export declare const deserializeAws_json1_1ImportModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportModelCommandOutput>;
213
- export declare const deserializeAws_json1_1ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
214
- export declare const deserializeAws_json1_1ListDocumentClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassificationJobsCommandOutput>;
215
- export declare const deserializeAws_json1_1ListDocumentClassifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifiersCommandOutput>;
216
- export declare const deserializeAws_json1_1ListDocumentClassifierSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifierSummariesCommandOutput>;
217
- export declare const deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDominantLanguageDetectionJobsCommandOutput>;
218
- export declare const deserializeAws_json1_1ListEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsCommandOutput>;
219
- export declare const deserializeAws_json1_1ListEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionJobsCommandOutput>;
220
- export declare const deserializeAws_json1_1ListEntityRecognizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizersCommandOutput>;
221
- export declare const deserializeAws_json1_1ListEntityRecognizerSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizerSummariesCommandOutput>;
222
- export declare const deserializeAws_json1_1ListEventsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsDetectionJobsCommandOutput>;
223
- export declare const deserializeAws_json1_1ListFlywheelIterationHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlywheelIterationHistoryCommandOutput>;
224
- export declare const deserializeAws_json1_1ListFlywheelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlywheelsCommandOutput>;
225
- export declare const deserializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
226
- export declare const deserializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
227
- export declare const deserializeAws_json1_1ListSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSentimentDetectionJobsCommandOutput>;
228
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
229
- export declare const deserializeAws_json1_1ListTargetedSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
230
- export declare const deserializeAws_json1_1ListTopicsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsDetectionJobsCommandOutput>;
231
- export declare const deserializeAws_json1_1PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
232
- export declare const deserializeAws_json1_1StartDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentClassificationJobCommandOutput>;
233
- export declare const deserializeAws_json1_1StartDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDominantLanguageDetectionJobCommandOutput>;
234
- export declare const deserializeAws_json1_1StartEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionJobCommandOutput>;
235
- export declare const deserializeAws_json1_1StartEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEventsDetectionJobCommandOutput>;
236
- export declare const deserializeAws_json1_1StartFlywheelIterationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlywheelIterationCommandOutput>;
237
- export declare const deserializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartKeyPhrasesDetectionJobCommandOutput>;
238
- export declare const deserializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPiiEntitiesDetectionJobCommandOutput>;
239
- export declare const deserializeAws_json1_1StartSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSentimentDetectionJobCommandOutput>;
240
- export declare const deserializeAws_json1_1StartTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTargetedSentimentDetectionJobCommandOutput>;
241
- export declare const deserializeAws_json1_1StartTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTopicsDetectionJobCommandOutput>;
242
- export declare const deserializeAws_json1_1StopDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDominantLanguageDetectionJobCommandOutput>;
243
- export declare const deserializeAws_json1_1StopEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionJobCommandOutput>;
244
- export declare const deserializeAws_json1_1StopEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEventsDetectionJobCommandOutput>;
245
- export declare const deserializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopKeyPhrasesDetectionJobCommandOutput>;
246
- export declare const deserializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPiiEntitiesDetectionJobCommandOutput>;
247
- export declare const deserializeAws_json1_1StopSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSentimentDetectionJobCommandOutput>;
248
- export declare const deserializeAws_json1_1StopTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTargetedSentimentDetectionJobCommandOutput>;
249
- export declare const deserializeAws_json1_1StopTrainingDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingDocumentClassifierCommandOutput>;
250
- export declare const deserializeAws_json1_1StopTrainingEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingEntityRecognizerCommandOutput>;
251
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
252
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
253
- export declare const deserializeAws_json1_1UpdateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointCommandOutput>;
254
- export declare const deserializeAws_json1_1UpdateFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlywheelCommandOutput>;
87
+ /**
88
+ * serializeAws_json1_1BatchDetectDominantLanguageCommand
89
+ */
90
+ export declare const se_BatchDetectDominantLanguageCommand: (input: BatchDetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_json1_1BatchDetectEntitiesCommand
93
+ */
94
+ export declare const se_BatchDetectEntitiesCommand: (input: BatchDetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_json1_1BatchDetectKeyPhrasesCommand
97
+ */
98
+ export declare const se_BatchDetectKeyPhrasesCommand: (input: BatchDetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_json1_1BatchDetectSentimentCommand
101
+ */
102
+ export declare const se_BatchDetectSentimentCommand: (input: BatchDetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_json1_1BatchDetectSyntaxCommand
105
+ */
106
+ export declare const se_BatchDetectSyntaxCommand: (input: BatchDetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_json1_1BatchDetectTargetedSentimentCommand
109
+ */
110
+ export declare const se_BatchDetectTargetedSentimentCommand: (input: BatchDetectTargetedSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_json1_1ClassifyDocumentCommand
113
+ */
114
+ export declare const se_ClassifyDocumentCommand: (input: ClassifyDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_json1_1ContainsPiiEntitiesCommand
117
+ */
118
+ export declare const se_ContainsPiiEntitiesCommand: (input: ContainsPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_json1_1CreateDatasetCommand
121
+ */
122
+ export declare const se_CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_json1_1CreateDocumentClassifierCommand
125
+ */
126
+ export declare const se_CreateDocumentClassifierCommand: (input: CreateDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_json1_1CreateEndpointCommand
129
+ */
130
+ export declare const se_CreateEndpointCommand: (input: CreateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_json1_1CreateEntityRecognizerCommand
133
+ */
134
+ export declare const se_CreateEntityRecognizerCommand: (input: CreateEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_json1_1CreateFlywheelCommand
137
+ */
138
+ export declare const se_CreateFlywheelCommand: (input: CreateFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_json1_1DeleteDocumentClassifierCommand
141
+ */
142
+ export declare const se_DeleteDocumentClassifierCommand: (input: DeleteDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_json1_1DeleteEndpointCommand
145
+ */
146
+ export declare const se_DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_json1_1DeleteEntityRecognizerCommand
149
+ */
150
+ export declare const se_DeleteEntityRecognizerCommand: (input: DeleteEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_json1_1DeleteFlywheelCommand
153
+ */
154
+ export declare const se_DeleteFlywheelCommand: (input: DeleteFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_json1_1DeleteResourcePolicyCommand
157
+ */
158
+ export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_json1_1DescribeDatasetCommand
161
+ */
162
+ export declare const se_DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_json1_1DescribeDocumentClassificationJobCommand
165
+ */
166
+ export declare const se_DescribeDocumentClassificationJobCommand: (input: DescribeDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ /**
168
+ * serializeAws_json1_1DescribeDocumentClassifierCommand
169
+ */
170
+ export declare const se_DescribeDocumentClassifierCommand: (input: DescribeDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand
173
+ */
174
+ export declare const se_DescribeDominantLanguageDetectionJobCommand: (input: DescribeDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_json1_1DescribeEndpointCommand
177
+ */
178
+ export declare const se_DescribeEndpointCommand: (input: DescribeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_json1_1DescribeEntitiesDetectionJobCommand
181
+ */
182
+ export declare const se_DescribeEntitiesDetectionJobCommand: (input: DescribeEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_json1_1DescribeEntityRecognizerCommand
185
+ */
186
+ export declare const se_DescribeEntityRecognizerCommand: (input: DescribeEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_json1_1DescribeEventsDetectionJobCommand
189
+ */
190
+ export declare const se_DescribeEventsDetectionJobCommand: (input: DescribeEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
+ /**
192
+ * serializeAws_json1_1DescribeFlywheelCommand
193
+ */
194
+ export declare const se_DescribeFlywheelCommand: (input: DescribeFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_json1_1DescribeFlywheelIterationCommand
197
+ */
198
+ export declare const se_DescribeFlywheelIterationCommand: (input: DescribeFlywheelIterationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ /**
200
+ * serializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand
201
+ */
202
+ export declare const se_DescribeKeyPhrasesDetectionJobCommand: (input: DescribeKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ /**
204
+ * serializeAws_json1_1DescribePiiEntitiesDetectionJobCommand
205
+ */
206
+ export declare const se_DescribePiiEntitiesDetectionJobCommand: (input: DescribePiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_json1_1DescribeResourcePolicyCommand
209
+ */
210
+ export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ /**
212
+ * serializeAws_json1_1DescribeSentimentDetectionJobCommand
213
+ */
214
+ export declare const se_DescribeSentimentDetectionJobCommand: (input: DescribeSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ /**
216
+ * serializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand
217
+ */
218
+ export declare const se_DescribeTargetedSentimentDetectionJobCommand: (input: DescribeTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ /**
220
+ * serializeAws_json1_1DescribeTopicsDetectionJobCommand
221
+ */
222
+ export declare const se_DescribeTopicsDetectionJobCommand: (input: DescribeTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ /**
224
+ * serializeAws_json1_1DetectDominantLanguageCommand
225
+ */
226
+ export declare const se_DetectDominantLanguageCommand: (input: DetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
+ /**
228
+ * serializeAws_json1_1DetectEntitiesCommand
229
+ */
230
+ export declare const se_DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
+ /**
232
+ * serializeAws_json1_1DetectKeyPhrasesCommand
233
+ */
234
+ export declare const se_DetectKeyPhrasesCommand: (input: DetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
+ /**
236
+ * serializeAws_json1_1DetectPiiEntitiesCommand
237
+ */
238
+ export declare const se_DetectPiiEntitiesCommand: (input: DetectPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
+ /**
240
+ * serializeAws_json1_1DetectSentimentCommand
241
+ */
242
+ export declare const se_DetectSentimentCommand: (input: DetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
+ /**
244
+ * serializeAws_json1_1DetectSyntaxCommand
245
+ */
246
+ export declare const se_DetectSyntaxCommand: (input: DetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
+ /**
248
+ * serializeAws_json1_1DetectTargetedSentimentCommand
249
+ */
250
+ export declare const se_DetectTargetedSentimentCommand: (input: DetectTargetedSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
+ /**
252
+ * serializeAws_json1_1ImportModelCommand
253
+ */
254
+ export declare const se_ImportModelCommand: (input: ImportModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
+ /**
256
+ * serializeAws_json1_1ListDatasetsCommand
257
+ */
258
+ export declare const se_ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
+ /**
260
+ * serializeAws_json1_1ListDocumentClassificationJobsCommand
261
+ */
262
+ export declare const se_ListDocumentClassificationJobsCommand: (input: ListDocumentClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
+ /**
264
+ * serializeAws_json1_1ListDocumentClassifiersCommand
265
+ */
266
+ export declare const se_ListDocumentClassifiersCommand: (input: ListDocumentClassifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
+ /**
268
+ * serializeAws_json1_1ListDocumentClassifierSummariesCommand
269
+ */
270
+ export declare const se_ListDocumentClassifierSummariesCommand: (input: ListDocumentClassifierSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
+ /**
272
+ * serializeAws_json1_1ListDominantLanguageDetectionJobsCommand
273
+ */
274
+ export declare const se_ListDominantLanguageDetectionJobsCommand: (input: ListDominantLanguageDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
+ /**
276
+ * serializeAws_json1_1ListEndpointsCommand
277
+ */
278
+ export declare const se_ListEndpointsCommand: (input: ListEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
+ /**
280
+ * serializeAws_json1_1ListEntitiesDetectionJobsCommand
281
+ */
282
+ export declare const se_ListEntitiesDetectionJobsCommand: (input: ListEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ /**
284
+ * serializeAws_json1_1ListEntityRecognizersCommand
285
+ */
286
+ export declare const se_ListEntityRecognizersCommand: (input: ListEntityRecognizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
+ /**
288
+ * serializeAws_json1_1ListEntityRecognizerSummariesCommand
289
+ */
290
+ export declare const se_ListEntityRecognizerSummariesCommand: (input: ListEntityRecognizerSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
+ /**
292
+ * serializeAws_json1_1ListEventsDetectionJobsCommand
293
+ */
294
+ export declare const se_ListEventsDetectionJobsCommand: (input: ListEventsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
+ /**
296
+ * serializeAws_json1_1ListFlywheelIterationHistoryCommand
297
+ */
298
+ export declare const se_ListFlywheelIterationHistoryCommand: (input: ListFlywheelIterationHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
+ /**
300
+ * serializeAws_json1_1ListFlywheelsCommand
301
+ */
302
+ export declare const se_ListFlywheelsCommand: (input: ListFlywheelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
+ /**
304
+ * serializeAws_json1_1ListKeyPhrasesDetectionJobsCommand
305
+ */
306
+ export declare const se_ListKeyPhrasesDetectionJobsCommand: (input: ListKeyPhrasesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
+ /**
308
+ * serializeAws_json1_1ListPiiEntitiesDetectionJobsCommand
309
+ */
310
+ export declare const se_ListPiiEntitiesDetectionJobsCommand: (input: ListPiiEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
+ /**
312
+ * serializeAws_json1_1ListSentimentDetectionJobsCommand
313
+ */
314
+ export declare const se_ListSentimentDetectionJobsCommand: (input: ListSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
+ /**
316
+ * serializeAws_json1_1ListTagsForResourceCommand
317
+ */
318
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
+ /**
320
+ * serializeAws_json1_1ListTargetedSentimentDetectionJobsCommand
321
+ */
322
+ export declare const se_ListTargetedSentimentDetectionJobsCommand: (input: ListTargetedSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
+ /**
324
+ * serializeAws_json1_1ListTopicsDetectionJobsCommand
325
+ */
326
+ export declare const se_ListTopicsDetectionJobsCommand: (input: ListTopicsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
+ /**
328
+ * serializeAws_json1_1PutResourcePolicyCommand
329
+ */
330
+ export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
+ /**
332
+ * serializeAws_json1_1StartDocumentClassificationJobCommand
333
+ */
334
+ export declare const se_StartDocumentClassificationJobCommand: (input: StartDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
+ /**
336
+ * serializeAws_json1_1StartDominantLanguageDetectionJobCommand
337
+ */
338
+ export declare const se_StartDominantLanguageDetectionJobCommand: (input: StartDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
+ /**
340
+ * serializeAws_json1_1StartEntitiesDetectionJobCommand
341
+ */
342
+ export declare const se_StartEntitiesDetectionJobCommand: (input: StartEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
+ /**
344
+ * serializeAws_json1_1StartEventsDetectionJobCommand
345
+ */
346
+ export declare const se_StartEventsDetectionJobCommand: (input: StartEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
347
+ /**
348
+ * serializeAws_json1_1StartFlywheelIterationCommand
349
+ */
350
+ export declare const se_StartFlywheelIterationCommand: (input: StartFlywheelIterationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
351
+ /**
352
+ * serializeAws_json1_1StartKeyPhrasesDetectionJobCommand
353
+ */
354
+ export declare const se_StartKeyPhrasesDetectionJobCommand: (input: StartKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
355
+ /**
356
+ * serializeAws_json1_1StartPiiEntitiesDetectionJobCommand
357
+ */
358
+ export declare const se_StartPiiEntitiesDetectionJobCommand: (input: StartPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
359
+ /**
360
+ * serializeAws_json1_1StartSentimentDetectionJobCommand
361
+ */
362
+ export declare const se_StartSentimentDetectionJobCommand: (input: StartSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
363
+ /**
364
+ * serializeAws_json1_1StartTargetedSentimentDetectionJobCommand
365
+ */
366
+ export declare const se_StartTargetedSentimentDetectionJobCommand: (input: StartTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
367
+ /**
368
+ * serializeAws_json1_1StartTopicsDetectionJobCommand
369
+ */
370
+ export declare const se_StartTopicsDetectionJobCommand: (input: StartTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
371
+ /**
372
+ * serializeAws_json1_1StopDominantLanguageDetectionJobCommand
373
+ */
374
+ export declare const se_StopDominantLanguageDetectionJobCommand: (input: StopDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
375
+ /**
376
+ * serializeAws_json1_1StopEntitiesDetectionJobCommand
377
+ */
378
+ export declare const se_StopEntitiesDetectionJobCommand: (input: StopEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
379
+ /**
380
+ * serializeAws_json1_1StopEventsDetectionJobCommand
381
+ */
382
+ export declare const se_StopEventsDetectionJobCommand: (input: StopEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
383
+ /**
384
+ * serializeAws_json1_1StopKeyPhrasesDetectionJobCommand
385
+ */
386
+ export declare const se_StopKeyPhrasesDetectionJobCommand: (input: StopKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
387
+ /**
388
+ * serializeAws_json1_1StopPiiEntitiesDetectionJobCommand
389
+ */
390
+ export declare const se_StopPiiEntitiesDetectionJobCommand: (input: StopPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
391
+ /**
392
+ * serializeAws_json1_1StopSentimentDetectionJobCommand
393
+ */
394
+ export declare const se_StopSentimentDetectionJobCommand: (input: StopSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
395
+ /**
396
+ * serializeAws_json1_1StopTargetedSentimentDetectionJobCommand
397
+ */
398
+ export declare const se_StopTargetedSentimentDetectionJobCommand: (input: StopTargetedSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
399
+ /**
400
+ * serializeAws_json1_1StopTrainingDocumentClassifierCommand
401
+ */
402
+ export declare const se_StopTrainingDocumentClassifierCommand: (input: StopTrainingDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
403
+ /**
404
+ * serializeAws_json1_1StopTrainingEntityRecognizerCommand
405
+ */
406
+ export declare const se_StopTrainingEntityRecognizerCommand: (input: StopTrainingEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
407
+ /**
408
+ * serializeAws_json1_1TagResourceCommand
409
+ */
410
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
411
+ /**
412
+ * serializeAws_json1_1UntagResourceCommand
413
+ */
414
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
415
+ /**
416
+ * serializeAws_json1_1UpdateEndpointCommand
417
+ */
418
+ export declare const se_UpdateEndpointCommand: (input: UpdateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
419
+ /**
420
+ * serializeAws_json1_1UpdateFlywheelCommand
421
+ */
422
+ export declare const se_UpdateFlywheelCommand: (input: UpdateFlywheelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
423
+ /**
424
+ * deserializeAws_json1_1BatchDetectDominantLanguageCommand
425
+ */
426
+ export declare const de_BatchDetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectDominantLanguageCommandOutput>;
427
+ /**
428
+ * deserializeAws_json1_1BatchDetectEntitiesCommand
429
+ */
430
+ export declare const de_BatchDetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectEntitiesCommandOutput>;
431
+ /**
432
+ * deserializeAws_json1_1BatchDetectKeyPhrasesCommand
433
+ */
434
+ export declare const de_BatchDetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectKeyPhrasesCommandOutput>;
435
+ /**
436
+ * deserializeAws_json1_1BatchDetectSentimentCommand
437
+ */
438
+ export declare const de_BatchDetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSentimentCommandOutput>;
439
+ /**
440
+ * deserializeAws_json1_1BatchDetectSyntaxCommand
441
+ */
442
+ export declare const de_BatchDetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSyntaxCommandOutput>;
443
+ /**
444
+ * deserializeAws_json1_1BatchDetectTargetedSentimentCommand
445
+ */
446
+ export declare const de_BatchDetectTargetedSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectTargetedSentimentCommandOutput>;
447
+ /**
448
+ * deserializeAws_json1_1ClassifyDocumentCommand
449
+ */
450
+ export declare const de_ClassifyDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClassifyDocumentCommandOutput>;
451
+ /**
452
+ * deserializeAws_json1_1ContainsPiiEntitiesCommand
453
+ */
454
+ export declare const de_ContainsPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ContainsPiiEntitiesCommandOutput>;
455
+ /**
456
+ * deserializeAws_json1_1CreateDatasetCommand
457
+ */
458
+ export declare const de_CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
459
+ /**
460
+ * deserializeAws_json1_1CreateDocumentClassifierCommand
461
+ */
462
+ export declare const de_CreateDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentClassifierCommandOutput>;
463
+ /**
464
+ * deserializeAws_json1_1CreateEndpointCommand
465
+ */
466
+ export declare const de_CreateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointCommandOutput>;
467
+ /**
468
+ * deserializeAws_json1_1CreateEntityRecognizerCommand
469
+ */
470
+ export declare const de_CreateEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntityRecognizerCommandOutput>;
471
+ /**
472
+ * deserializeAws_json1_1CreateFlywheelCommand
473
+ */
474
+ export declare const de_CreateFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlywheelCommandOutput>;
475
+ /**
476
+ * deserializeAws_json1_1DeleteDocumentClassifierCommand
477
+ */
478
+ export declare const de_DeleteDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentClassifierCommandOutput>;
479
+ /**
480
+ * deserializeAws_json1_1DeleteEndpointCommand
481
+ */
482
+ export declare const de_DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
483
+ /**
484
+ * deserializeAws_json1_1DeleteEntityRecognizerCommand
485
+ */
486
+ export declare const de_DeleteEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntityRecognizerCommandOutput>;
487
+ /**
488
+ * deserializeAws_json1_1DeleteFlywheelCommand
489
+ */
490
+ export declare const de_DeleteFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlywheelCommandOutput>;
491
+ /**
492
+ * deserializeAws_json1_1DeleteResourcePolicyCommand
493
+ */
494
+ export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
495
+ /**
496
+ * deserializeAws_json1_1DescribeDatasetCommand
497
+ */
498
+ export declare const de_DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
499
+ /**
500
+ * deserializeAws_json1_1DescribeDocumentClassificationJobCommand
501
+ */
502
+ export declare const de_DescribeDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassificationJobCommandOutput>;
503
+ /**
504
+ * deserializeAws_json1_1DescribeDocumentClassifierCommand
505
+ */
506
+ export declare const de_DescribeDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassifierCommandOutput>;
507
+ /**
508
+ * deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand
509
+ */
510
+ export declare const de_DescribeDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
511
+ /**
512
+ * deserializeAws_json1_1DescribeEndpointCommand
513
+ */
514
+ export declare const de_DescribeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointCommandOutput>;
515
+ /**
516
+ * deserializeAws_json1_1DescribeEntitiesDetectionJobCommand
517
+ */
518
+ export declare const de_DescribeEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionJobCommandOutput>;
519
+ /**
520
+ * deserializeAws_json1_1DescribeEntityRecognizerCommand
521
+ */
522
+ export declare const de_DescribeEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityRecognizerCommandOutput>;
523
+ /**
524
+ * deserializeAws_json1_1DescribeEventsDetectionJobCommand
525
+ */
526
+ export declare const de_DescribeEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsDetectionJobCommandOutput>;
527
+ /**
528
+ * deserializeAws_json1_1DescribeFlywheelCommand
529
+ */
530
+ export declare const de_DescribeFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlywheelCommandOutput>;
531
+ /**
532
+ * deserializeAws_json1_1DescribeFlywheelIterationCommand
533
+ */
534
+ export declare const de_DescribeFlywheelIterationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlywheelIterationCommandOutput>;
535
+ /**
536
+ * deserializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand
537
+ */
538
+ export declare const de_DescribeKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
539
+ /**
540
+ * deserializeAws_json1_1DescribePiiEntitiesDetectionJobCommand
541
+ */
542
+ export declare const de_DescribePiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
543
+ /**
544
+ * deserializeAws_json1_1DescribeResourcePolicyCommand
545
+ */
546
+ export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
547
+ /**
548
+ * deserializeAws_json1_1DescribeSentimentDetectionJobCommand
549
+ */
550
+ export declare const de_DescribeSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSentimentDetectionJobCommandOutput>;
551
+ /**
552
+ * deserializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand
553
+ */
554
+ export declare const de_DescribeTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
555
+ /**
556
+ * deserializeAws_json1_1DescribeTopicsDetectionJobCommand
557
+ */
558
+ export declare const de_DescribeTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicsDetectionJobCommandOutput>;
559
+ /**
560
+ * deserializeAws_json1_1DetectDominantLanguageCommand
561
+ */
562
+ export declare const de_DetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectDominantLanguageCommandOutput>;
563
+ /**
564
+ * deserializeAws_json1_1DetectEntitiesCommand
565
+ */
566
+ export declare const de_DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
567
+ /**
568
+ * deserializeAws_json1_1DetectKeyPhrasesCommand
569
+ */
570
+ export declare const de_DetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectKeyPhrasesCommandOutput>;
571
+ /**
572
+ * deserializeAws_json1_1DetectPiiEntitiesCommand
573
+ */
574
+ export declare const de_DetectPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPiiEntitiesCommandOutput>;
575
+ /**
576
+ * deserializeAws_json1_1DetectSentimentCommand
577
+ */
578
+ export declare const de_DetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSentimentCommandOutput>;
579
+ /**
580
+ * deserializeAws_json1_1DetectSyntaxCommand
581
+ */
582
+ export declare const de_DetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSyntaxCommandOutput>;
583
+ /**
584
+ * deserializeAws_json1_1DetectTargetedSentimentCommand
585
+ */
586
+ export declare const de_DetectTargetedSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectTargetedSentimentCommandOutput>;
587
+ /**
588
+ * deserializeAws_json1_1ImportModelCommand
589
+ */
590
+ export declare const de_ImportModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportModelCommandOutput>;
591
+ /**
592
+ * deserializeAws_json1_1ListDatasetsCommand
593
+ */
594
+ export declare const de_ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
595
+ /**
596
+ * deserializeAws_json1_1ListDocumentClassificationJobsCommand
597
+ */
598
+ export declare const de_ListDocumentClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassificationJobsCommandOutput>;
599
+ /**
600
+ * deserializeAws_json1_1ListDocumentClassifiersCommand
601
+ */
602
+ export declare const de_ListDocumentClassifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifiersCommandOutput>;
603
+ /**
604
+ * deserializeAws_json1_1ListDocumentClassifierSummariesCommand
605
+ */
606
+ export declare const de_ListDocumentClassifierSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifierSummariesCommandOutput>;
607
+ /**
608
+ * deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand
609
+ */
610
+ export declare const de_ListDominantLanguageDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDominantLanguageDetectionJobsCommandOutput>;
611
+ /**
612
+ * deserializeAws_json1_1ListEndpointsCommand
613
+ */
614
+ export declare const de_ListEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsCommandOutput>;
615
+ /**
616
+ * deserializeAws_json1_1ListEntitiesDetectionJobsCommand
617
+ */
618
+ export declare const de_ListEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionJobsCommandOutput>;
619
+ /**
620
+ * deserializeAws_json1_1ListEntityRecognizersCommand
621
+ */
622
+ export declare const de_ListEntityRecognizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizersCommandOutput>;
623
+ /**
624
+ * deserializeAws_json1_1ListEntityRecognizerSummariesCommand
625
+ */
626
+ export declare const de_ListEntityRecognizerSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizerSummariesCommandOutput>;
627
+ /**
628
+ * deserializeAws_json1_1ListEventsDetectionJobsCommand
629
+ */
630
+ export declare const de_ListEventsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsDetectionJobsCommandOutput>;
631
+ /**
632
+ * deserializeAws_json1_1ListFlywheelIterationHistoryCommand
633
+ */
634
+ export declare const de_ListFlywheelIterationHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlywheelIterationHistoryCommandOutput>;
635
+ /**
636
+ * deserializeAws_json1_1ListFlywheelsCommand
637
+ */
638
+ export declare const de_ListFlywheelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlywheelsCommandOutput>;
639
+ /**
640
+ * deserializeAws_json1_1ListKeyPhrasesDetectionJobsCommand
641
+ */
642
+ export declare const de_ListKeyPhrasesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
643
+ /**
644
+ * deserializeAws_json1_1ListPiiEntitiesDetectionJobsCommand
645
+ */
646
+ export declare const de_ListPiiEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
647
+ /**
648
+ * deserializeAws_json1_1ListSentimentDetectionJobsCommand
649
+ */
650
+ export declare const de_ListSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSentimentDetectionJobsCommandOutput>;
651
+ /**
652
+ * deserializeAws_json1_1ListTagsForResourceCommand
653
+ */
654
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
655
+ /**
656
+ * deserializeAws_json1_1ListTargetedSentimentDetectionJobsCommand
657
+ */
658
+ export declare const de_ListTargetedSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
659
+ /**
660
+ * deserializeAws_json1_1ListTopicsDetectionJobsCommand
661
+ */
662
+ export declare const de_ListTopicsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsDetectionJobsCommandOutput>;
663
+ /**
664
+ * deserializeAws_json1_1PutResourcePolicyCommand
665
+ */
666
+ export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
667
+ /**
668
+ * deserializeAws_json1_1StartDocumentClassificationJobCommand
669
+ */
670
+ export declare const de_StartDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentClassificationJobCommandOutput>;
671
+ /**
672
+ * deserializeAws_json1_1StartDominantLanguageDetectionJobCommand
673
+ */
674
+ export declare const de_StartDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDominantLanguageDetectionJobCommandOutput>;
675
+ /**
676
+ * deserializeAws_json1_1StartEntitiesDetectionJobCommand
677
+ */
678
+ export declare const de_StartEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionJobCommandOutput>;
679
+ /**
680
+ * deserializeAws_json1_1StartEventsDetectionJobCommand
681
+ */
682
+ export declare const de_StartEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEventsDetectionJobCommandOutput>;
683
+ /**
684
+ * deserializeAws_json1_1StartFlywheelIterationCommand
685
+ */
686
+ export declare const de_StartFlywheelIterationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlywheelIterationCommandOutput>;
687
+ /**
688
+ * deserializeAws_json1_1StartKeyPhrasesDetectionJobCommand
689
+ */
690
+ export declare const de_StartKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartKeyPhrasesDetectionJobCommandOutput>;
691
+ /**
692
+ * deserializeAws_json1_1StartPiiEntitiesDetectionJobCommand
693
+ */
694
+ export declare const de_StartPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPiiEntitiesDetectionJobCommandOutput>;
695
+ /**
696
+ * deserializeAws_json1_1StartSentimentDetectionJobCommand
697
+ */
698
+ export declare const de_StartSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSentimentDetectionJobCommandOutput>;
699
+ /**
700
+ * deserializeAws_json1_1StartTargetedSentimentDetectionJobCommand
701
+ */
702
+ export declare const de_StartTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTargetedSentimentDetectionJobCommandOutput>;
703
+ /**
704
+ * deserializeAws_json1_1StartTopicsDetectionJobCommand
705
+ */
706
+ export declare const de_StartTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTopicsDetectionJobCommandOutput>;
707
+ /**
708
+ * deserializeAws_json1_1StopDominantLanguageDetectionJobCommand
709
+ */
710
+ export declare const de_StopDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDominantLanguageDetectionJobCommandOutput>;
711
+ /**
712
+ * deserializeAws_json1_1StopEntitiesDetectionJobCommand
713
+ */
714
+ export declare const de_StopEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionJobCommandOutput>;
715
+ /**
716
+ * deserializeAws_json1_1StopEventsDetectionJobCommand
717
+ */
718
+ export declare const de_StopEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEventsDetectionJobCommandOutput>;
719
+ /**
720
+ * deserializeAws_json1_1StopKeyPhrasesDetectionJobCommand
721
+ */
722
+ export declare const de_StopKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopKeyPhrasesDetectionJobCommandOutput>;
723
+ /**
724
+ * deserializeAws_json1_1StopPiiEntitiesDetectionJobCommand
725
+ */
726
+ export declare const de_StopPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPiiEntitiesDetectionJobCommandOutput>;
727
+ /**
728
+ * deserializeAws_json1_1StopSentimentDetectionJobCommand
729
+ */
730
+ export declare const de_StopSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSentimentDetectionJobCommandOutput>;
731
+ /**
732
+ * deserializeAws_json1_1StopTargetedSentimentDetectionJobCommand
733
+ */
734
+ export declare const de_StopTargetedSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTargetedSentimentDetectionJobCommandOutput>;
735
+ /**
736
+ * deserializeAws_json1_1StopTrainingDocumentClassifierCommand
737
+ */
738
+ export declare const de_StopTrainingDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingDocumentClassifierCommandOutput>;
739
+ /**
740
+ * deserializeAws_json1_1StopTrainingEntityRecognizerCommand
741
+ */
742
+ export declare const de_StopTrainingEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingEntityRecognizerCommandOutput>;
743
+ /**
744
+ * deserializeAws_json1_1TagResourceCommand
745
+ */
746
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
747
+ /**
748
+ * deserializeAws_json1_1UntagResourceCommand
749
+ */
750
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
751
+ /**
752
+ * deserializeAws_json1_1UpdateEndpointCommand
753
+ */
754
+ export declare const de_UpdateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointCommandOutput>;
755
+ /**
756
+ * deserializeAws_json1_1UpdateFlywheelCommand
757
+ */
758
+ export declare const de_UpdateFlywheelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlywheelCommandOutput>;