@aws-sdk/client-comprehend 3.296.0 → 3.298.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 (256) hide show
  1. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -3
  2. package/dist-cjs/commands/CreateDatasetCommand.js +2 -3
  3. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -3
  4. package/dist-cjs/commands/CreateEndpointCommand.js +2 -3
  5. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -3
  6. package/dist-cjs/commands/CreateFlywheelCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteFlywheelCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +1 -1
  15. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeEndpointCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +1 -1
  19. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeFlywheelCommand.js +2 -3
  21. package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +2 -3
  22. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -3
  23. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -3
  24. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
  25. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -3
  26. package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -3
  27. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -3
  28. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -3
  29. package/dist-cjs/commands/ImportModelCommand.js +2 -3
  30. package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
  31. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -3
  32. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -3
  33. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +1 -1
  34. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -3
  35. package/dist-cjs/commands/ListEndpointsCommand.js +2 -3
  36. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -3
  37. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -3
  38. package/dist-cjs/commands/ListEntityRecognizersCommand.js +1 -1
  39. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -3
  40. package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +2 -3
  41. package/dist-cjs/commands/ListFlywheelsCommand.js +2 -3
  42. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -3
  43. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -3
  44. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -3
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  46. package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -3
  47. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -3
  48. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
  49. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -3
  50. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -3
  51. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -3
  52. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -3
  53. package/dist-cjs/commands/StartFlywheelIterationCommand.js +2 -3
  54. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -3
  55. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -3
  56. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -3
  57. package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -3
  58. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -3
  59. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -3
  60. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -3
  61. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -3
  62. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -3
  63. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -3
  64. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -3
  65. package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -3
  66. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -3
  67. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -3
  68. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  69. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  70. package/dist-cjs/commands/UpdateEndpointCommand.js +2 -3
  71. package/dist-cjs/commands/UpdateFlywheelCommand.js +2 -3
  72. package/dist-cjs/models/models_0.js +2 -882
  73. package/dist-cjs/models/models_1.js +1 -61
  74. package/dist-es/commands/ContainsPiiEntitiesCommand.js +2 -3
  75. package/dist-es/commands/CreateDatasetCommand.js +2 -3
  76. package/dist-es/commands/CreateDocumentClassifierCommand.js +2 -3
  77. package/dist-es/commands/CreateEndpointCommand.js +2 -3
  78. package/dist-es/commands/CreateEntityRecognizerCommand.js +2 -3
  79. package/dist-es/commands/CreateFlywheelCommand.js +2 -3
  80. package/dist-es/commands/DeleteDocumentClassifierCommand.js +2 -3
  81. package/dist-es/commands/DeleteEndpointCommand.js +2 -3
  82. package/dist-es/commands/DeleteEntityRecognizerCommand.js +2 -3
  83. package/dist-es/commands/DeleteFlywheelCommand.js +2 -3
  84. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  85. package/dist-es/commands/DescribeDatasetCommand.js +2 -3
  86. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +2 -3
  87. package/dist-es/commands/DescribeDocumentClassifierCommand.js +2 -2
  88. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -3
  89. package/dist-es/commands/DescribeEndpointCommand.js +2 -3
  90. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +2 -3
  91. package/dist-es/commands/DescribeEntityRecognizerCommand.js +2 -2
  92. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +2 -3
  93. package/dist-es/commands/DescribeFlywheelCommand.js +2 -3
  94. package/dist-es/commands/DescribeFlywheelIterationCommand.js +2 -3
  95. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -3
  96. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -3
  97. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
  98. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +2 -3
  99. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -3
  100. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +2 -3
  101. package/dist-es/commands/DetectPiiEntitiesCommand.js +2 -3
  102. package/dist-es/commands/ImportModelCommand.js +2 -3
  103. package/dist-es/commands/ListDatasetsCommand.js +2 -3
  104. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +2 -3
  105. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +2 -3
  106. package/dist-es/commands/ListDocumentClassifiersCommand.js +2 -2
  107. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +2 -3
  108. package/dist-es/commands/ListEndpointsCommand.js +2 -3
  109. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +2 -3
  110. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +2 -3
  111. package/dist-es/commands/ListEntityRecognizersCommand.js +2 -2
  112. package/dist-es/commands/ListEventsDetectionJobsCommand.js +2 -3
  113. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +2 -3
  114. package/dist-es/commands/ListFlywheelsCommand.js +2 -3
  115. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -3
  116. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -3
  117. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +2 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  119. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -3
  120. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +2 -3
  121. package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
  122. package/dist-es/commands/StartDocumentClassificationJobCommand.js +2 -3
  123. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +2 -3
  124. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +2 -3
  125. package/dist-es/commands/StartEventsDetectionJobCommand.js +2 -3
  126. package/dist-es/commands/StartFlywheelIterationCommand.js +2 -3
  127. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +2 -3
  128. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +2 -3
  129. package/dist-es/commands/StartSentimentDetectionJobCommand.js +2 -3
  130. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +2 -3
  131. package/dist-es/commands/StartTopicsDetectionJobCommand.js +2 -3
  132. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +2 -3
  133. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +2 -3
  134. package/dist-es/commands/StopEventsDetectionJobCommand.js +2 -3
  135. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +2 -3
  136. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +2 -3
  137. package/dist-es/commands/StopSentimentDetectionJobCommand.js +2 -3
  138. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +2 -3
  139. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +2 -3
  140. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +2 -3
  141. package/dist-es/commands/TagResourceCommand.js +2 -3
  142. package/dist-es/commands/UntagResourceCommand.js +2 -3
  143. package/dist-es/commands/UpdateEndpointCommand.js +2 -3
  144. package/dist-es/commands/UpdateFlywheelCommand.js +2 -3
  145. package/dist-es/models/models_0.js +0 -657
  146. package/dist-es/models/models_1.js +0 -45
  147. package/dist-types/Comprehend.d.ts +85 -0
  148. package/dist-types/ComprehendClient.d.ts +24 -4
  149. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +16 -0
  150. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +16 -0
  151. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +16 -0
  152. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +16 -0
  153. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +16 -0
  154. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +16 -0
  155. package/dist-types/commands/ClassifyDocumentCommand.d.ts +16 -0
  156. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +16 -0
  157. package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
  158. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +16 -0
  159. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  160. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +16 -0
  161. package/dist-types/commands/CreateFlywheelCommand.d.ts +16 -0
  162. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +16 -0
  163. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  164. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +16 -0
  165. package/dist-types/commands/DeleteFlywheelCommand.d.ts +16 -0
  166. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  167. package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
  168. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +16 -0
  169. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +16 -0
  170. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +16 -0
  171. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  172. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +16 -0
  173. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +16 -0
  174. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +16 -0
  175. package/dist-types/commands/DescribeFlywheelCommand.d.ts +16 -0
  176. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +16 -0
  177. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +16 -0
  178. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +16 -0
  179. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  180. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +16 -0
  181. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +16 -0
  182. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +16 -0
  183. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +16 -0
  184. package/dist-types/commands/DetectEntitiesCommand.d.ts +16 -0
  185. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +16 -0
  186. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +16 -0
  187. package/dist-types/commands/DetectSentimentCommand.d.ts +16 -0
  188. package/dist-types/commands/DetectSyntaxCommand.d.ts +16 -0
  189. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +16 -0
  190. package/dist-types/commands/ImportModelCommand.d.ts +16 -0
  191. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  192. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +16 -0
  193. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +16 -0
  194. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +16 -0
  195. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +16 -0
  196. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  197. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +16 -0
  198. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +16 -0
  199. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +16 -0
  200. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +16 -0
  201. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +16 -0
  202. package/dist-types/commands/ListFlywheelsCommand.d.ts +16 -0
  203. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +16 -0
  204. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +16 -0
  205. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +16 -0
  206. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  207. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +16 -0
  208. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +16 -0
  209. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  210. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +16 -0
  211. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +16 -0
  212. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +16 -0
  213. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +16 -0
  214. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +16 -0
  215. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +16 -0
  216. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +16 -0
  217. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +16 -0
  218. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +16 -0
  219. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +16 -0
  220. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +16 -0
  221. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +16 -0
  222. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +16 -0
  223. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +16 -0
  224. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +16 -0
  225. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +16 -0
  226. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +16 -0
  227. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +16 -0
  228. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +16 -0
  229. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  230. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  231. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  232. package/dist-types/commands/UpdateFlywheelCommand.d.ts +16 -0
  233. package/dist-types/models/ComprehendServiceException.d.ts +2 -0
  234. package/dist-types/models/models_0.d.ts +698 -900
  235. package/dist-types/models/models_1.d.ts +45 -60
  236. package/dist-types/pagination/Interfaces.d.ts +3 -0
  237. package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
  238. package/dist-types/pagination/ListDocumentClassificationJobsPaginator.d.ts +3 -0
  239. package/dist-types/pagination/ListDocumentClassifierSummariesPaginator.d.ts +3 -0
  240. package/dist-types/pagination/ListDocumentClassifiersPaginator.d.ts +3 -0
  241. package/dist-types/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +3 -0
  242. package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
  243. package/dist-types/pagination/ListEntitiesDetectionJobsPaginator.d.ts +3 -0
  244. package/dist-types/pagination/ListEntityRecognizerSummariesPaginator.d.ts +3 -0
  245. package/dist-types/pagination/ListEntityRecognizersPaginator.d.ts +3 -0
  246. package/dist-types/pagination/ListEventsDetectionJobsPaginator.d.ts +3 -0
  247. package/dist-types/pagination/ListFlywheelIterationHistoryPaginator.d.ts +3 -0
  248. package/dist-types/pagination/ListFlywheelsPaginator.d.ts +3 -0
  249. package/dist-types/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +3 -0
  250. package/dist-types/pagination/ListPiiEntitiesDetectionJobsPaginator.d.ts +3 -0
  251. package/dist-types/pagination/ListSentimentDetectionJobsPaginator.d.ts +3 -0
  252. package/dist-types/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +3 -0
  253. package/dist-types/pagination/ListTopicsDetectionJobsPaginator.d.ts +3 -0
  254. package/dist-types/ts3.4/models/models_0.d.ts +0 -631
  255. package/dist-types/ts3.4/models/models_1.d.ts +0 -45
  256. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateEntityRecognizerRequest, CreateEntityRecognizerResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateEntityRecognizerCommand}.
8
10
  */
9
11
  export interface CreateEntityRecognizerCommandInput extends CreateEntityRecognizerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateEntityRecognizerCommand}.
13
17
  */
14
18
  export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecognizerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an entity recognizer using submitted files. After your
18
23
  * <code>CreateEntityRecognizer</code> request is submitted, you can check job status using the
19
24
  * <code>DescribeEntityRecognizer</code> API. </p>
@@ -27,6 +32,8 @@ export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecogni
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateEntityRecognizerCommandInput - {@link CreateEntityRecognizerCommandInput}
36
+ * @returns {@link CreateEntityRecognizerCommandOutput}
30
37
  * @see {@link CreateEntityRecognizerCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateEntityRecognizerCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -69,11 +76,20 @@ export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecogni
69
76
  export declare class CreateEntityRecognizerCommand extends $Command<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
70
77
  readonly input: CreateEntityRecognizerCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: CreateEntityRecognizerCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { CreateFlywheelRequest, CreateFlywheelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFlywheelCommand}.
8
10
  */
9
11
  export interface CreateFlywheelCommandInput extends CreateFlywheelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFlywheelCommand}.
13
17
  */
14
18
  export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>A flywheel is an AWS resource that orchestrates the ongoing training of a model for custom classification
18
23
  * or custom entity recognition. You can create a flywheel to start with an existing trained model, or
19
24
  * Comprehend can create and train a new model.</p>
@@ -35,6 +40,8 @@ export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __M
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param CreateFlywheelCommandInput - {@link CreateFlywheelCommandInput}
44
+ * @returns {@link CreateFlywheelCommandOutput}
38
45
  * @see {@link CreateFlywheelCommandInput} for command's `input` shape.
39
46
  * @see {@link CreateFlywheelCommandOutput} for command's `response` shape.
40
47
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -84,11 +91,20 @@ export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __M
84
91
  export declare class CreateFlywheelCommand extends $Command<CreateFlywheelCommandInput, CreateFlywheelCommandOutput, ComprehendClientResolvedConfig> {
85
92
  readonly input: CreateFlywheelCommandInput;
86
93
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
+ /**
95
+ * @public
96
+ */
87
97
  constructor(input: CreateFlywheelCommandInput);
88
98
  /**
89
99
  * @internal
90
100
  */
91
101
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFlywheelCommandInput, CreateFlywheelCommandOutput>;
102
+ /**
103
+ * @internal
104
+ */
92
105
  private serialize;
106
+ /**
107
+ * @internal
108
+ */
93
109
  private deserialize;
94
110
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteDocumentClassifierRequest, DeleteDocumentClassifierResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDocumentClassifierCommand}.
8
10
  */
9
11
  export interface DeleteDocumentClassifierCommandInput extends DeleteDocumentClassifierRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDocumentClassifierCommand}.
13
17
  */
14
18
  export interface DeleteDocumentClassifierCommandOutput extends DeleteDocumentClassifierResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a previously created document classifier</p>
18
23
  * <p>Only those classifiers that are in terminated states (IN_ERROR, TRAINED) will be deleted.
19
24
  * If an active inference job is using the model, a <code>ResourceInUseException</code> will be
@@ -31,6 +36,8 @@ export interface DeleteDocumentClassifierCommandOutput extends DeleteDocumentCla
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DeleteDocumentClassifierCommandInput - {@link DeleteDocumentClassifierCommandInput}
40
+ * @returns {@link DeleteDocumentClassifierCommandOutput}
34
41
  * @see {@link DeleteDocumentClassifierCommandInput} for command's `input` shape.
35
42
  * @see {@link DeleteDocumentClassifierCommandOutput} for command's `response` shape.
36
43
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DeleteDocumentClassifierCommandOutput extends DeleteDocumentCla
60
67
  export declare class DeleteDocumentClassifierCommand extends $Command<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
61
68
  readonly input: DeleteDocumentClassifierCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DeleteDocumentClassifierCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEndpointCommand}.
8
10
  */
9
11
  export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEndpointCommand}.
13
17
  */
14
18
  export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a model-specific endpoint for a previously-trained custom model. All endpoints
18
23
  * must be deleted in order for the model to be deleted.
19
24
  * For information about endpoints, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/manage-endpoints.html">Managing endpoints</a>.</p>
@@ -27,6 +32,8 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteEndpointCommandInput - {@link DeleteEndpointCommandInput}
36
+ * @returns {@link DeleteEndpointCommandOutput}
30
37
  * @see {@link DeleteEndpointCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
52
59
  export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, ComprehendClientResolvedConfig> {
53
60
  readonly input: DeleteEndpointCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteEndpointCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteEntityRecognizerRequest, DeleteEntityRecognizerResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEntityRecognizerCommand}.
8
10
  */
9
11
  export interface DeleteEntityRecognizerCommandInput extends DeleteEntityRecognizerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEntityRecognizerCommand}.
13
17
  */
14
18
  export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecognizerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an entity recognizer.</p>
18
23
  * <p>Only those recognizers that are in terminated states (IN_ERROR, TRAINED) will be deleted.
19
24
  * If an active inference job is using the model, a <code>ResourceInUseException</code> will be
@@ -31,6 +36,8 @@ export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecogni
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DeleteEntityRecognizerCommandInput - {@link DeleteEntityRecognizerCommandInput}
40
+ * @returns {@link DeleteEntityRecognizerCommandOutput}
34
41
  * @see {@link DeleteEntityRecognizerCommandInput} for command's `input` shape.
35
42
  * @see {@link DeleteEntityRecognizerCommandOutput} for command's `response` shape.
36
43
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecogni
60
67
  export declare class DeleteEntityRecognizerCommand extends $Command<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, ComprehendClientResolvedConfig> {
61
68
  readonly input: DeleteEntityRecognizerCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DeleteEntityRecognizerCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteFlywheelRequest, DeleteFlywheelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFlywheelCommand}.
8
10
  */
9
11
  export interface DeleteFlywheelCommandInput extends DeleteFlywheelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFlywheelCommand}.
13
17
  */
14
18
  export interface DeleteFlywheelCommandOutput extends DeleteFlywheelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a flywheel. When you delete the flywheel, Amazon Comprehend
18
23
  * does not delete the data lake or the model associated with the flywheel.</p>
19
24
  * <p>For more information about flywheels, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
@@ -28,6 +33,8 @@ export interface DeleteFlywheelCommandOutput extends DeleteFlywheelResponse, __M
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteFlywheelCommandInput - {@link DeleteFlywheelCommandInput}
37
+ * @returns {@link DeleteFlywheelCommandOutput}
31
38
  * @see {@link DeleteFlywheelCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteFlywheelCommandOutput} for command's `response` shape.
33
40
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -57,11 +64,20 @@ export interface DeleteFlywheelCommandOutput extends DeleteFlywheelResponse, __M
57
64
  export declare class DeleteFlywheelCommand extends $Command<DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, ComprehendClientResolvedConfig> {
58
65
  readonly input: DeleteFlywheelCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DeleteFlywheelCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteResourcePolicyCommand}.
8
10
  */
9
11
  export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteResourcePolicyCommand}.
13
17
  */
14
18
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a resource-based policy that is attached to a custom model.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
34
+ * @returns {@link DeleteResourcePolicyCommandOutput}
28
35
  * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
43
50
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, ComprehendClientResolvedConfig> {
44
51
  readonly input: DeleteResourcePolicyCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteResourcePolicyCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDatasetCommand}.
8
10
  */
9
11
  export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDatasetCommand}.
13
17
  */
14
18
  export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the dataset that you specify.
18
23
  * For more information about datasets, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
19
24
  * Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeDatasetCommandInput - {@link DescribeDatasetCommandInput}
36
+ * @returns {@link DescribeDatasetCommandOutput}
30
37
  * @see {@link DescribeDatasetCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
48
55
  export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, ComprehendClientResolvedConfig> {
49
56
  readonly input: DescribeDatasetCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DescribeDatasetCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeDocumentClassificationJobRequest, DescribeDocumentClassificationJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDocumentClassificationJobCommand}.
8
10
  */
9
11
  export interface DescribeDocumentClassificationJobCommandInput extends DescribeDocumentClassificationJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDocumentClassificationJobCommand}.
13
17
  */
14
18
  export interface DescribeDocumentClassificationJobCommandOutput extends DescribeDocumentClassificationJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the properties associated with a document classification job. Use this operation to
18
23
  * get the status of a classification job.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeDocumentClassificationJobCommandOutput extends Describe
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeDocumentClassificationJobCommandInput - {@link DescribeDocumentClassificationJobCommandInput}
35
+ * @returns {@link DescribeDocumentClassificationJobCommandOutput}
29
36
  * @see {@link DescribeDocumentClassificationJobCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeDocumentClassificationJobCommandOutput} for command's `response` shape.
31
38
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeDocumentClassificationJobCommandOutput extends Describe
47
54
  export declare class DescribeDocumentClassificationJobCommand extends $Command<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig> {
48
55
  readonly input: DescribeDocumentClassificationJobCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeDocumentClassificationJobCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeDocumentClassifierRequest, DescribeDocumentClassifierResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDocumentClassifierCommand}.
8
10
  */
9
11
  export interface DescribeDocumentClassifierCommandInput extends DescribeDocumentClassifierRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDocumentClassifierCommand}.
13
17
  */
14
18
  export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumentClassifierResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the properties associated with a document classifier.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumen
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeDocumentClassifierCommandInput - {@link DescribeDocumentClassifierCommandInput}
34
+ * @returns {@link DescribeDocumentClassifierCommandOutput}
28
35
  * @see {@link DescribeDocumentClassifierCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeDocumentClassifierCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumen
46
53
  export declare class DescribeDocumentClassifierCommand extends $Command<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig> {
47
54
  readonly input: DescribeDocumentClassifierCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DescribeDocumentClassifierCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeDominantLanguageDetectionJobRequest, DescribeDominantLanguageDetectionJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDominantLanguageDetectionJobCommand}.
8
10
  */
9
11
  export interface DescribeDominantLanguageDetectionJobCommandInput extends DescribeDominantLanguageDetectionJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDominantLanguageDetectionJobCommand}.
13
17
  */
14
18
  export interface DescribeDominantLanguageDetectionJobCommandOutput extends DescribeDominantLanguageDetectionJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the properties associated with a dominant language detection job. Use this operation
18
23
  * to get the status of a detection job.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeDominantLanguageDetectionJobCommandOutput extends Descr
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeDominantLanguageDetectionJobCommandInput - {@link DescribeDominantLanguageDetectionJobCommandInput}
35
+ * @returns {@link DescribeDominantLanguageDetectionJobCommandOutput}
29
36
  * @see {@link DescribeDominantLanguageDetectionJobCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeDominantLanguageDetectionJobCommandOutput} for command's `response` shape.
31
38
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeDominantLanguageDetectionJobCommandOutput extends Descr
47
54
  export declare class DescribeDominantLanguageDetectionJobCommand extends $Command<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
48
55
  readonly input: DescribeDominantLanguageDetectionJobCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeDominantLanguageDetectionJobCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
5
5
  import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEndpointCommand}.
8
10
  */
9
11
  export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEndpointCommand}.
13
17
  */
14
18
  export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the properties associated with a specific endpoint. Use this operation to get the
18
23
  * status of an endpoint.
19
24
  * For information about endpoints, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/manage-endpoints.html">Managing endpoints</a>.</p>
@@ -27,6 +32,8 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse,
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeEndpointCommandInput - {@link DescribeEndpointCommandInput}
36
+ * @returns {@link DescribeEndpointCommandOutput}
30
37
  * @see {@link DescribeEndpointCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeEndpointCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendClientResolvedConfig | config} for ComprehendClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse,
48
55
  export declare class DescribeEndpointCommand extends $Command<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, ComprehendClientResolvedConfig> {
49
56
  readonly input: DescribeEndpointCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DescribeEndpointCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointCommandInput, DescribeEndpointCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }