@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
@@ -1,14 +1,21 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AugmentedManifestsDocumentTypeFormat {
4
7
  PLAIN_TEXT_DOCUMENT = "PLAIN_TEXT_DOCUMENT",
5
8
  SEMI_STRUCTURED_DOCUMENT = "SEMI_STRUCTURED_DOCUMENT"
6
9
  }
10
+ /**
11
+ * @public
12
+ */
7
13
  export declare enum Split {
8
14
  TEST = "TEST",
9
15
  TRAIN = "TRAIN"
10
16
  }
11
17
  /**
18
+ * @public
12
19
  * <p>An augmented manifest file that provides training data for your custom model. An augmented
13
20
  * manifest file is a labeled dataset that is produced by Amazon SageMaker Ground Truth.</p>
14
21
  */
@@ -66,6 +73,9 @@ export interface AugmentedManifestsListItem {
66
73
  */
67
74
  DocumentType?: AugmentedManifestsDocumentTypeFormat | string;
68
75
  }
76
+ /**
77
+ * @public
78
+ */
69
79
  export interface BatchDetectDominantLanguageRequest {
70
80
  /**
71
81
  * <p>A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
@@ -74,6 +84,7 @@ export interface BatchDetectDominantLanguageRequest {
74
84
  TextList: string[] | undefined;
75
85
  }
76
86
  /**
87
+ * @public
77
88
  * <p>Describes an error that occurred while processing a document in a batch. The operation
78
89
  * returns on <code>BatchItemError</code> object for each document that contained an
79
90
  * error.</p>
@@ -93,6 +104,7 @@ export interface BatchItemError {
93
104
  ErrorMessage?: string;
94
105
  }
95
106
  /**
107
+ * @public
96
108
  * <p>Returns the code for the dominant language in the input text and the level of
97
109
  * confidence that Amazon Comprehend has in the accuracy of the detection.</p>
98
110
  */
@@ -110,6 +122,7 @@ export interface DominantLanguage {
110
122
  Score?: number;
111
123
  }
112
124
  /**
125
+ * @public
113
126
  * <p>The result of calling the operation.
114
127
  * The operation returns one object for each document that is successfully processed by the
115
128
  * operation.</p>
@@ -125,6 +138,9 @@ export interface BatchDetectDominantLanguageItemResult {
125
138
  */
126
139
  Languages?: DominantLanguage[];
127
140
  }
141
+ /**
142
+ * @public
143
+ */
128
144
  export interface BatchDetectDominantLanguageResponse {
129
145
  /**
130
146
  * <p>A list of objects
@@ -142,6 +158,7 @@ export interface BatchDetectDominantLanguageResponse {
142
158
  ErrorList: BatchItemError[] | undefined;
143
159
  }
144
160
  /**
161
+ * @public
145
162
  * <p>The number of documents in the request exceeds the limit of 25. Try your request again
146
163
  * with fewer documents.</p>
147
164
  */
@@ -155,6 +172,7 @@ export declare class BatchSizeLimitExceededException extends __BaseException {
155
172
  constructor(opts: __ExceptionOptionType<BatchSizeLimitExceededException, __BaseException>);
156
173
  }
157
174
  /**
175
+ * @public
158
176
  * <p>An internal server error occurred. Retry your request.</p>
159
177
  */
160
178
  export declare class InternalServerException extends __BaseException {
@@ -166,6 +184,9 @@ export declare class InternalServerException extends __BaseException {
166
184
  */
167
185
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
168
186
  }
187
+ /**
188
+ * @public
189
+ */
169
190
  export declare enum InvalidRequestDetailReason {
170
191
  DOCUMENT_SIZE_EXCEEDED = "DOCUMENT_SIZE_EXCEEDED",
171
192
  PAGE_LIMIT_EXCEEDED = "PAGE_LIMIT_EXCEEDED",
@@ -173,6 +194,7 @@ export declare enum InvalidRequestDetailReason {
173
194
  UNSUPPORTED_DOC_TYPE = "UNSUPPORTED_DOC_TYPE"
174
195
  }
175
196
  /**
197
+ * @public
176
198
  * <p>Provides additional detail about why the request failed:</p>
177
199
  * <ul>
178
200
  * <li>
@@ -195,10 +217,14 @@ export interface InvalidRequestDetail {
195
217
  */
196
218
  Reason?: InvalidRequestDetailReason | string;
197
219
  }
220
+ /**
221
+ * @public
222
+ */
198
223
  export declare enum InvalidRequestReason {
199
224
  INVALID_DOCUMENT = "INVALID_DOCUMENT"
200
225
  }
201
226
  /**
227
+ * @public
202
228
  * <p>The request is invalid.</p>
203
229
  */
204
230
  export declare class InvalidRequestException extends __BaseException {
@@ -230,6 +256,7 @@ export declare class InvalidRequestException extends __BaseException {
230
256
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
231
257
  }
232
258
  /**
259
+ * @public
233
260
  * <p>The size of the input text exceeds the limit. Use a smaller document.</p>
234
261
  */
235
262
  export declare class TextSizeLimitExceededException extends __BaseException {
@@ -241,6 +268,9 @@ export declare class TextSizeLimitExceededException extends __BaseException {
241
268
  */
242
269
  constructor(opts: __ExceptionOptionType<TextSizeLimitExceededException, __BaseException>);
243
270
  }
271
+ /**
272
+ * @public
273
+ */
244
274
  export declare enum LanguageCode {
245
275
  AR = "ar",
246
276
  DE = "de",
@@ -255,6 +285,9 @@ export declare enum LanguageCode {
255
285
  ZH = "zh",
256
286
  ZH_TW = "zh-TW"
257
287
  }
288
+ /**
289
+ * @public
290
+ */
258
291
  export interface BatchDetectEntitiesRequest {
259
292
  /**
260
293
  * <p>A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
@@ -268,6 +301,7 @@ export interface BatchDetectEntitiesRequest {
268
301
  LanguageCode: LanguageCode | string | undefined;
269
302
  }
270
303
  /**
304
+ * @public
271
305
  * <p>Nested block contained within a block.</p>
272
306
  */
273
307
  export interface ChildBlock {
@@ -285,6 +319,7 @@ export interface ChildBlock {
285
319
  EndOffset?: number;
286
320
  }
287
321
  /**
322
+ * @public
288
323
  * <p>A reference to a block. </p>
289
324
  */
290
325
  export interface BlockReference {
@@ -305,6 +340,9 @@ export interface BlockReference {
305
340
  */
306
341
  ChildBlocks?: ChildBlock[];
307
342
  }
343
+ /**
344
+ * @public
345
+ */
308
346
  export declare enum EntityType {
309
347
  COMMERCIAL_ITEM = "COMMERCIAL_ITEM",
310
348
  DATE = "DATE",
@@ -317,6 +355,7 @@ export declare enum EntityType {
317
355
  TITLE = "TITLE"
318
356
  }
319
357
  /**
358
+ * @public
320
359
  * <p>Provides information about an entity. </p>
321
360
  * <p> </p>
322
361
  */
@@ -355,6 +394,7 @@ export interface Entity {
355
394
  BlockReferences?: BlockReference[];
356
395
  }
357
396
  /**
397
+ * @public
358
398
  * <p>The result of calling the operation. The
359
399
  * operation returns one object for each document that is successfully processed by the
360
400
  * operation.</p>
@@ -370,6 +410,9 @@ export interface BatchDetectEntitiesItemResult {
370
410
  */
371
411
  Entities?: Entity[];
372
412
  }
413
+ /**
414
+ * @public
415
+ */
373
416
  export interface BatchDetectEntitiesResponse {
374
417
  /**
375
418
  * <p>A list of objects containing the
@@ -387,6 +430,7 @@ export interface BatchDetectEntitiesResponse {
387
430
  ErrorList: BatchItemError[] | undefined;
388
431
  }
389
432
  /**
433
+ * @public
390
434
  * <p>Amazon Comprehend can't process the language of the input text. For custom entity
391
435
  * recognition APIs, only English, Spanish, French, Italian, German, or Portuguese are accepted.
392
436
  * For a list of supported languages,
@@ -402,6 +446,9 @@ export declare class UnsupportedLanguageException extends __BaseException {
402
446
  */
403
447
  constructor(opts: __ExceptionOptionType<UnsupportedLanguageException, __BaseException>);
404
448
  }
449
+ /**
450
+ * @public
451
+ */
405
452
  export interface BatchDetectKeyPhrasesRequest {
406
453
  /**
407
454
  * <p>A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
@@ -415,6 +462,7 @@ export interface BatchDetectKeyPhrasesRequest {
415
462
  LanguageCode: LanguageCode | string | undefined;
416
463
  }
417
464
  /**
465
+ * @public
418
466
  * <p>Describes a key noun phrase.</p>
419
467
  */
420
468
  export interface KeyPhrase {
@@ -439,6 +487,7 @@ export interface KeyPhrase {
439
487
  EndOffset?: number;
440
488
  }
441
489
  /**
490
+ * @public
442
491
  * <p>The result of calling the operation. The
443
492
  * operation returns one object for each document that is successfully processed by the
444
493
  * operation.</p>
@@ -454,6 +503,9 @@ export interface BatchDetectKeyPhrasesItemResult {
454
503
  */
455
504
  KeyPhrases?: KeyPhrase[];
456
505
  }
506
+ /**
507
+ * @public
508
+ */
457
509
  export interface BatchDetectKeyPhrasesResponse {
458
510
  /**
459
511
  * <p>A list of objects containing the
@@ -470,6 +522,9 @@ export interface BatchDetectKeyPhrasesResponse {
470
522
  */
471
523
  ErrorList: BatchItemError[] | undefined;
472
524
  }
525
+ /**
526
+ * @public
527
+ */
473
528
  export interface BatchDetectSentimentRequest {
474
529
  /**
475
530
  * <p>A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
@@ -486,6 +541,9 @@ export interface BatchDetectSentimentRequest {
486
541
  */
487
542
  LanguageCode: LanguageCode | string | undefined;
488
543
  }
544
+ /**
545
+ * @public
546
+ */
489
547
  export declare enum SentimentType {
490
548
  MIXED = "MIXED",
491
549
  NEGATIVE = "NEGATIVE",
@@ -493,6 +551,7 @@ export declare enum SentimentType {
493
551
  POSITIVE = "POSITIVE"
494
552
  }
495
553
  /**
554
+ * @public
496
555
  * <p>Describes the level of confidence that Amazon Comprehend has in the accuracy of its
497
556
  * detection of sentiments.</p>
498
557
  */
@@ -519,6 +578,7 @@ export interface SentimentScore {
519
578
  Mixed?: number;
520
579
  }
521
580
  /**
581
+ * @public
522
582
  * <p>The result of calling the operation. The
523
583
  * operation returns one object for each document that is successfully processed by the
524
584
  * operation.</p>
@@ -538,6 +598,9 @@ export interface BatchDetectSentimentItemResult {
538
598
  */
539
599
  SentimentScore?: SentimentScore;
540
600
  }
601
+ /**
602
+ * @public
603
+ */
541
604
  export interface BatchDetectSentimentResponse {
542
605
  /**
543
606
  * <p>A list of objects containing the
@@ -554,6 +617,9 @@ export interface BatchDetectSentimentResponse {
554
617
  */
555
618
  ErrorList: BatchItemError[] | undefined;
556
619
  }
620
+ /**
621
+ * @public
622
+ */
557
623
  export declare enum SyntaxLanguageCode {
558
624
  DE = "de",
559
625
  EN = "en",
@@ -562,6 +628,9 @@ export declare enum SyntaxLanguageCode {
562
628
  IT = "it",
563
629
  PT = "pt"
564
630
  }
631
+ /**
632
+ * @public
633
+ */
565
634
  export interface BatchDetectSyntaxRequest {
566
635
  /**
567
636
  * <p>A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
@@ -575,6 +644,9 @@ export interface BatchDetectSyntaxRequest {
575
644
  */
576
645
  LanguageCode: SyntaxLanguageCode | string | undefined;
577
646
  }
647
+ /**
648
+ * @public
649
+ */
578
650
  export declare enum PartOfSpeechTagType {
579
651
  ADJ = "ADJ",
580
652
  ADP = "ADP",
@@ -596,6 +668,7 @@ export declare enum PartOfSpeechTagType {
596
668
  VERB = "VERB"
597
669
  }
598
670
  /**
671
+ * @public
599
672
  * <p>Identifies the part of speech represented by the token and gives the confidence that
600
673
  * Amazon Comprehend has that the part of speech was correctly identified. For more information
601
674
  * about the parts of speech that Amazon Comprehend can identify, see
@@ -614,6 +687,7 @@ export interface PartOfSpeechTag {
614
687
  Score?: number;
615
688
  }
616
689
  /**
690
+ * @public
617
691
  * <p>Represents a work in the input text that was recognized and assigned a part of speech.
618
692
  * There is one syntax token record for each word in the source text.</p>
619
693
  */
@@ -645,6 +719,7 @@ export interface SyntaxToken {
645
719
  PartOfSpeech?: PartOfSpeechTag;
646
720
  }
647
721
  /**
722
+ * @public
648
723
  * <p>The result of calling the operation. The
649
724
  * operation returns one object that is successfully processed by the operation.</p>
650
725
  */
@@ -658,6 +733,9 @@ export interface BatchDetectSyntaxItemResult {
658
733
  */
659
734
  SyntaxTokens?: SyntaxToken[];
660
735
  }
736
+ /**
737
+ * @public
738
+ */
661
739
  export interface BatchDetectSyntaxResponse {
662
740
  /**
663
741
  * <p>A list of objects containing the
@@ -674,6 +752,9 @@ export interface BatchDetectSyntaxResponse {
674
752
  */
675
753
  ErrorList: BatchItemError[] | undefined;
676
754
  }
755
+ /**
756
+ * @public
757
+ */
677
758
  export interface BatchDetectTargetedSentimentRequest {
678
759
  /**
679
760
  * <p>A list containing the UTF-8 encoded text of the input documents.
@@ -686,6 +767,7 @@ export interface BatchDetectTargetedSentimentRequest {
686
767
  LanguageCode: LanguageCode | string | undefined;
687
768
  }
688
769
  /**
770
+ * @public
689
771
  * <p>Contains the sentiment and sentiment score for one mention of an entity.</p>
690
772
  * <p>For more information about targeted sentiment, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-targeted-sentiment.html">Targeted sentiment</a>.</p>
691
773
  */
@@ -700,6 +782,9 @@ export interface MentionSentiment {
700
782
  */
701
783
  SentimentScore?: SentimentScore;
702
784
  }
785
+ /**
786
+ * @public
787
+ */
703
788
  export declare enum TargetedSentimentEntityType {
704
789
  ATTRIBUTE = "ATTRIBUTE",
705
790
  BOOK = "BOOK",
@@ -720,6 +805,7 @@ export declare enum TargetedSentimentEntityType {
720
805
  SOFTWARE = "SOFTWARE"
721
806
  }
722
807
  /**
808
+ * @public
723
809
  * <p>Information about one mention of an entity. The mention information includes the location of the mention
724
810
  * in the text and the sentiment of the mention.</p>
725
811
  * <p>For more information about targeted sentiment, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-targeted-sentiment.html">Targeted sentiment</a>.</p>
@@ -755,6 +841,7 @@ export interface TargetedSentimentMention {
755
841
  EndOffset?: number;
756
842
  }
757
843
  /**
844
+ * @public
758
845
  * <p>Information about one of the entities found by targeted sentiment analysis.</p>
759
846
  * <p>For more information about targeted sentiment, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-targeted-sentiment.html">Targeted sentiment</a>.</p>
760
847
  */
@@ -771,6 +858,7 @@ export interface TargetedSentimentEntity {
771
858
  Mentions?: TargetedSentimentMention[];
772
859
  }
773
860
  /**
861
+ * @public
774
862
  * <p>Analysis results for one of the documents in the batch.</p>
775
863
  */
776
864
  export interface BatchDetectTargetedSentimentItemResult {
@@ -783,6 +871,9 @@ export interface BatchDetectTargetedSentimentItemResult {
783
871
  */
784
872
  Entities?: TargetedSentimentEntity[];
785
873
  }
874
+ /**
875
+ * @public
876
+ */
786
877
  export interface BatchDetectTargetedSentimentResponse {
787
878
  /**
788
879
  * <p>A list of objects containing the results of the operation.
@@ -795,11 +886,15 @@ export interface BatchDetectTargetedSentimentResponse {
795
886
  */
796
887
  ErrorList: BatchItemError[] | undefined;
797
888
  }
889
+ /**
890
+ * @public
891
+ */
798
892
  export declare enum BlockType {
799
893
  LINE = "LINE",
800
894
  WORD = "WORD"
801
895
  }
802
896
  /**
897
+ * @public
803
898
  * <p>The bounding box around the detected page
804
899
  * or around an element on a document page.
805
900
  * The left (x-coordinate) and top (y-coordinate) are coordinates that
@@ -826,6 +921,7 @@ export interface BoundingBox {
826
921
  Width?: number;
827
922
  }
828
923
  /**
924
+ * @public
829
925
  * <p>The X and Y coordinates of a point on a document page.</p>
830
926
  * <p>For additional information, see <a href="https://docs.aws.amazon.com/textract/latest/dg/API_Point.html">Point</a> in the Amazon Textract API reference.</p>
831
927
  */
@@ -840,6 +936,7 @@ export interface Point {
840
936
  Y?: number;
841
937
  }
842
938
  /**
939
+ * @public
843
940
  * <p>Information about the location of items on a document page.</p>
844
941
  * <p>For additional information, see <a href="https://docs.aws.amazon.com/textract/latest/dg/API_Geometry.html">Geometry</a> in the Amazon Textract API reference.</p>
845
942
  */
@@ -854,10 +951,14 @@ export interface Geometry {
854
951
  */
855
952
  Polygon?: Point[];
856
953
  }
954
+ /**
955
+ * @public
956
+ */
857
957
  export declare enum RelationshipType {
858
958
  CHILD = "CHILD"
859
959
  }
860
960
  /**
961
+ * @public
861
962
  * <p>List of child blocks for the current block.</p>
862
963
  */
863
964
  export interface RelationshipsListItem {
@@ -871,6 +972,7 @@ export interface RelationshipsListItem {
871
972
  Type?: RelationshipType | string;
872
973
  }
873
974
  /**
975
+ * @public
874
976
  * <p>Information about each word or line of text in the input document.</p>
875
977
  * <p>For additional information, see <a href="https://docs.aws.amazon.com/textract/latest/dg/API_Block.html">Block</a> in the Amazon Textract API reference.</p>
876
978
  */
@@ -912,6 +1014,7 @@ export interface Block {
912
1014
  Relationships?: RelationshipsListItem[];
913
1015
  }
914
1016
  /**
1017
+ * @public
915
1018
  * <p>Describes the result metrics for the test data associated with an documentation
916
1019
  * classifier.</p>
917
1020
  */
@@ -970,6 +1073,7 @@ export interface ClassifierEvaluationMetrics {
970
1073
  HammingLoss?: number;
971
1074
  }
972
1075
  /**
1076
+ * @public
973
1077
  * <p>Provides information about a document classifier.</p>
974
1078
  */
975
1079
  export interface ClassifierMetadata {
@@ -993,19 +1097,29 @@ export interface ClassifierMetadata {
993
1097
  */
994
1098
  EvaluationMetrics?: ClassifierEvaluationMetrics;
995
1099
  }
1100
+ /**
1101
+ * @public
1102
+ */
996
1103
  export declare enum DocumentReadAction {
997
1104
  TEXTRACT_ANALYZE_DOCUMENT = "TEXTRACT_ANALYZE_DOCUMENT",
998
1105
  TEXTRACT_DETECT_DOCUMENT_TEXT = "TEXTRACT_DETECT_DOCUMENT_TEXT"
999
1106
  }
1107
+ /**
1108
+ * @public
1109
+ */
1000
1110
  export declare enum DocumentReadMode {
1001
1111
  FORCE_DOCUMENT_READ_ACTION = "FORCE_DOCUMENT_READ_ACTION",
1002
1112
  SERVICE_DEFAULT = "SERVICE_DEFAULT"
1003
1113
  }
1114
+ /**
1115
+ * @public
1116
+ */
1004
1117
  export declare enum DocumentReadFeatureTypes {
1005
1118
  FORMS = "FORMS",
1006
1119
  TABLES = "TABLES"
1007
1120
  }
1008
1121
  /**
1122
+ * @public
1009
1123
  * <p>Provides configuration parameters to override the default actions for extracting text from PDF documents and image files. </p>
1010
1124
  * <p> By default, Amazon Comprehend performs the following actions to extract text from files, based on the input file type: </p>
1011
1125
  * <ul>
@@ -1080,6 +1194,9 @@ export interface DocumentReaderConfig {
1080
1194
  */
1081
1195
  FeatureTypes?: (DocumentReadFeatureTypes | string)[];
1082
1196
  }
1197
+ /**
1198
+ * @public
1199
+ */
1083
1200
  export interface ClassifyDocumentRequest {
1084
1201
  /**
1085
1202
  * <p>The document text to be analyzed. If you enter text using this parameter,
@@ -1110,6 +1227,7 @@ export interface ClassifyDocumentRequest {
1110
1227
  DocumentReaderConfig?: DocumentReaderConfig;
1111
1228
  }
1112
1229
  /**
1230
+ * @public
1113
1231
  * <p>Specifies the class that categorizes the document being analyzed</p>
1114
1232
  */
1115
1233
  export interface DocumentClass {
@@ -1128,6 +1246,7 @@ export interface DocumentClass {
1128
1246
  Page?: number;
1129
1247
  }
1130
1248
  /**
1249
+ * @public
1131
1250
  * <p>Array of the number of characters extracted from each page.</p>
1132
1251
  */
1133
1252
  export interface ExtractedCharactersListItem {
@@ -1141,6 +1260,7 @@ export interface ExtractedCharactersListItem {
1141
1260
  Count?: number;
1142
1261
  }
1143
1262
  /**
1263
+ * @public
1144
1264
  * <p>Information about the document, discovered during text extraction.</p>
1145
1265
  */
1146
1266
  export interface DocumentMetadata {
@@ -1153,6 +1273,9 @@ export interface DocumentMetadata {
1153
1273
  */
1154
1274
  ExtractedCharacters?: ExtractedCharactersListItem[];
1155
1275
  }
1276
+ /**
1277
+ * @public
1278
+ */
1156
1279
  export declare enum DocumentType {
1157
1280
  IMAGE = "IMAGE",
1158
1281
  MS_WORD = "MS_WORD",
@@ -1163,6 +1286,7 @@ export declare enum DocumentType {
1163
1286
  TEXTRACT_DETECT_DOCUMENT_TEXT_JSON = "TEXTRACT_DETECT_DOCUMENT_TEXT_JSON"
1164
1287
  }
1165
1288
  /**
1289
+ * @public
1166
1290
  * <p>Document type for each page in the document.</p>
1167
1291
  */
1168
1292
  export interface DocumentTypeListItem {
@@ -1175,6 +1299,9 @@ export interface DocumentTypeListItem {
1175
1299
  */
1176
1300
  Type?: DocumentType | string;
1177
1301
  }
1302
+ /**
1303
+ * @public
1304
+ */
1178
1305
  export declare enum PageBasedErrorCode {
1179
1306
  INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
1180
1307
  PAGE_CHARACTERS_EXCEEDED = "PAGE_CHARACTERS_EXCEEDED",
@@ -1183,6 +1310,7 @@ export declare enum PageBasedErrorCode {
1183
1310
  TEXTRACT_PROVISIONED_THROUGHPUT_EXCEEDED = "TEXTRACT_PROVISIONED_THROUGHPUT_EXCEEDED"
1184
1311
  }
1185
1312
  /**
1313
+ * @public
1186
1314
  * <p>Text extraction encountered one or more page-level errors in the input document.</p>
1187
1315
  * <p>The <code>ErrorCode</code> contains one of the following values:</p>
1188
1316
  * <ul>
@@ -1222,6 +1350,7 @@ export interface ErrorsListItem {
1222
1350
  ErrorMessage?: string;
1223
1351
  }
1224
1352
  /**
1353
+ * @public
1225
1354
  * <p>Specifies one of the label or labels that categorize the document being analyzed.</p>
1226
1355
  */
1227
1356
  export interface DocumentLabel {
@@ -1239,6 +1368,9 @@ export interface DocumentLabel {
1239
1368
  */
1240
1369
  Page?: number;
1241
1370
  }
1371
+ /**
1372
+ * @public
1373
+ */
1242
1374
  export interface ClassifyDocumentResponse {
1243
1375
  /**
1244
1376
  * <p>The classes used by the document being analyzed. These are used for multi-class trained
@@ -1271,6 +1403,7 @@ export interface ClassifyDocumentResponse {
1271
1403
  Errors?: ErrorsListItem[];
1272
1404
  }
1273
1405
  /**
1406
+ * @public
1274
1407
  * <p>The specified resource is not available. Check the resource and try your request
1275
1408
  * again.</p>
1276
1409
  */
@@ -1283,6 +1416,9 @@ export declare class ResourceUnavailableException extends __BaseException {
1283
1416
  */
1284
1417
  constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
1285
1418
  }
1419
+ /**
1420
+ * @public
1421
+ */
1286
1422
  export interface ContainsPiiEntitiesRequest {
1287
1423
  /**
1288
1424
  * <p>A UTF-8 text string. The maximum string size is 100 KB.</p>
@@ -1293,6 +1429,9 @@ export interface ContainsPiiEntitiesRequest {
1293
1429
  */
1294
1430
  LanguageCode: LanguageCode | string | undefined;
1295
1431
  }
1432
+ /**
1433
+ * @public
1434
+ */
1296
1435
  export declare enum PiiEntityType {
1297
1436
  ADDRESS = "ADDRESS",
1298
1437
  AGE = "AGE",
@@ -1333,6 +1472,7 @@ export declare enum PiiEntityType {
1333
1472
  VEHICLE_IDENTIFICATION_NUMBER = "VEHICLE_IDENTIFICATION_NUMBER"
1334
1473
  }
1335
1474
  /**
1475
+ * @public
1336
1476
  * <p>Specifies one of the label or labels that categorize the personally identifiable
1337
1477
  * information (PII) entity being analyzed.</p>
1338
1478
  */
@@ -1347,6 +1487,9 @@ export interface EntityLabel {
1347
1487
  */
1348
1488
  Score?: number;
1349
1489
  }
1490
+ /**
1491
+ * @public
1492
+ */
1350
1493
  export interface ContainsPiiEntitiesResponse {
1351
1494
  /**
1352
1495
  * <p>The labels used in the document being analyzed. Individual labels represent personally
@@ -1354,11 +1497,15 @@ export interface ContainsPiiEntitiesResponse {
1354
1497
  */
1355
1498
  Labels?: EntityLabel[];
1356
1499
  }
1500
+ /**
1501
+ * @public
1502
+ */
1357
1503
  export declare enum DatasetType {
1358
1504
  TEST = "TEST",
1359
1505
  TRAIN = "TRAIN"
1360
1506
  }
1361
1507
  /**
1508
+ * @public
1362
1509
  * <p>An augmented manifest file that provides training data for your custom model.
1363
1510
  * An augmented manifest file is a labeled dataset that is produced by Amazon SageMaker Ground Truth.</p>
1364
1511
  */
@@ -1396,11 +1543,15 @@ export interface DatasetAugmentedManifestsListItem {
1396
1543
  */
1397
1544
  DocumentType?: AugmentedManifestsDocumentTypeFormat | string;
1398
1545
  }
1546
+ /**
1547
+ * @public
1548
+ */
1399
1549
  export declare enum DatasetDataFormat {
1400
1550
  AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
1401
1551
  COMPREHEND_CSV = "COMPREHEND_CSV"
1402
1552
  }
1403
1553
  /**
1554
+ * @public
1404
1555
  * <p>Describes the dataset input data configuration for a document classifier model.</p>
1405
1556
  * <p>For more information on how the input file is formatted, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/prep-classifier-data.html">Preparing training data</a>
1406
1557
  * in the Comprehend Developer Guide. </p>
@@ -1428,6 +1579,7 @@ export interface DatasetDocumentClassifierInputDataConfig {
1428
1579
  LabelDelimiter?: string;
1429
1580
  }
1430
1581
  /**
1582
+ * @public
1431
1583
  * <p>Describes the annotations associated with a entity recognizer.</p>
1432
1584
  */
1433
1585
  export interface DatasetEntityRecognizerAnnotations {
@@ -1438,11 +1590,15 @@ export interface DatasetEntityRecognizerAnnotations {
1438
1590
  */
1439
1591
  S3Uri: string | undefined;
1440
1592
  }
1593
+ /**
1594
+ * @public
1595
+ */
1441
1596
  export declare enum InputFormat {
1442
1597
  ONE_DOC_PER_FILE = "ONE_DOC_PER_FILE",
1443
1598
  ONE_DOC_PER_LINE = "ONE_DOC_PER_LINE"
1444
1599
  }
1445
1600
  /**
1601
+ * @public
1446
1602
  * <p>Describes the documents submitted with a dataset for an entity recognizer model.</p>
1447
1603
  */
1448
1604
  export interface DatasetEntityRecognizerDocuments {
@@ -1461,6 +1617,7 @@ export interface DatasetEntityRecognizerDocuments {
1461
1617
  InputFormat?: InputFormat | string;
1462
1618
  }
1463
1619
  /**
1620
+ * @public
1464
1621
  * <p>Describes the dataset entity list for an entity recognizer model.</p>
1465
1622
  * <p>For more information on how the input file is formatted, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/prep-training-data-cer.html">Preparing training data</a>
1466
1623
  * in the Comprehend Developer Guide. </p>
@@ -1472,6 +1629,7 @@ export interface DatasetEntityRecognizerEntityList {
1472
1629
  S3Uri: string | undefined;
1473
1630
  }
1474
1631
  /**
1632
+ * @public
1475
1633
  * <p>Specifies the format and location of the input data. You must provide either the
1476
1634
  * <code>Annotations</code> parameter or the <code>EntityList</code> parameter.</p>
1477
1635
  */
@@ -1491,6 +1649,7 @@ export interface DatasetEntityRecognizerInputDataConfig {
1491
1649
  EntityList?: DatasetEntityRecognizerEntityList;
1492
1650
  }
1493
1651
  /**
1652
+ * @public
1494
1653
  * <p>Specifies the format and location of the input data for the dataset.</p>
1495
1654
  */
1496
1655
  export interface DatasetInputDataConfig {
@@ -1520,6 +1679,7 @@ export interface DatasetInputDataConfig {
1520
1679
  EntityRecognizerInputDataConfig?: DatasetEntityRecognizerInputDataConfig;
1521
1680
  }
1522
1681
  /**
1682
+ * @public
1523
1683
  * <p>A key-value pair that adds as a metadata to a resource used by Amazon Comprehend. For
1524
1684
  * example, a tag with the key-value pair ‘Department’:’Sales’ might be added to a resource to
1525
1685
  * indicate its use by a particular department. </p>
@@ -1540,6 +1700,9 @@ export interface Tag {
1540
1700
  */
1541
1701
  Value?: string;
1542
1702
  }
1703
+ /**
1704
+ * @public
1705
+ */
1543
1706
  export interface CreateDatasetRequest {
1544
1707
  /**
1545
1708
  * <p>The Amazon Resource Number (ARN) of the flywheel of the flywheel to receive the data.</p>
@@ -1573,6 +1736,9 @@ export interface CreateDatasetRequest {
1573
1736
  */
1574
1737
  Tags?: Tag[];
1575
1738
  }
1739
+ /**
1740
+ * @public
1741
+ */
1576
1742
  export interface CreateDatasetResponse {
1577
1743
  /**
1578
1744
  * <p>The ARN of the dataset.</p>
@@ -1580,6 +1746,7 @@ export interface CreateDatasetResponse {
1580
1746
  DatasetArn?: string;
1581
1747
  }
1582
1748
  /**
1749
+ * @public
1583
1750
  * <p>The specified resource name is already in use. Use a different name and try your request
1584
1751
  * again.</p>
1585
1752
  */
@@ -1593,6 +1760,7 @@ export declare class ResourceInUseException extends __BaseException {
1593
1760
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
1594
1761
  }
1595
1762
  /**
1763
+ * @public
1596
1764
  * <p>The maximum number of resources per account has been exceeded. Review the resources, and
1597
1765
  * then try your request again.</p>
1598
1766
  */
@@ -1606,6 +1774,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
1606
1774
  constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
1607
1775
  }
1608
1776
  /**
1777
+ * @public
1609
1778
  * <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
1610
1779
  */
1611
1780
  export declare class ResourceNotFoundException extends __BaseException {
@@ -1618,6 +1787,7 @@ export declare class ResourceNotFoundException extends __BaseException {
1618
1787
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
1619
1788
  }
1620
1789
  /**
1790
+ * @public
1621
1791
  * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
1622
1792
  */
1623
1793
  export declare class TooManyRequestsException extends __BaseException {
@@ -1630,6 +1800,7 @@ export declare class TooManyRequestsException extends __BaseException {
1630
1800
  constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
1631
1801
  }
1632
1802
  /**
1803
+ * @public
1633
1804
  * <p>The request contains more tags than can be associated with a resource (50 tags per
1634
1805
  * resource). The maximum number of tags includes both existing tags and those included in your
1635
1806
  * current request. </p>
@@ -1643,11 +1814,15 @@ export declare class TooManyTagsException extends __BaseException {
1643
1814
  */
1644
1815
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1645
1816
  }
1817
+ /**
1818
+ * @public
1819
+ */
1646
1820
  export declare enum DocumentClassifierDataFormat {
1647
1821
  AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
1648
1822
  COMPREHEND_CSV = "COMPREHEND_CSV"
1649
1823
  }
1650
1824
  /**
1825
+ * @public
1651
1826
  * <p>The input properties for training a document classifier. </p>
1652
1827
  * <p>For more information on how the input file is formatted, see
1653
1828
  * <a href="https://docs.aws.amazon.com/comprehend/latest/dg/prep-classifier-data.html">Preparing training data</a> in the Comprehend Developer Guide.
@@ -1711,11 +1886,15 @@ export interface DocumentClassifierInputDataConfig {
1711
1886
  */
1712
1887
  AugmentedManifests?: AugmentedManifestsListItem[];
1713
1888
  }
1889
+ /**
1890
+ * @public
1891
+ */
1714
1892
  export declare enum DocumentClassifierMode {
1715
1893
  MULTI_CLASS = "MULTI_CLASS",
1716
1894
  MULTI_LABEL = "MULTI_LABEL"
1717
1895
  }
1718
1896
  /**
1897
+ * @public
1719
1898
  * <p>Provides output results configuration parameters for custom classifier jobs. </p>
1720
1899
  */
1721
1900
  export interface DocumentClassifierOutputDataConfig {
@@ -1761,6 +1940,7 @@ export interface DocumentClassifierOutputDataConfig {
1761
1940
  FlywheelStatsS3Prefix?: string;
1762
1941
  }
1763
1942
  /**
1943
+ * @public
1764
1944
  * <p> Configuration parameters for an optional private Virtual Private Cloud (VPC) containing
1765
1945
  * the resources you are using for the job. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html">Amazon
1766
1946
  * VPC</a>. </p>
@@ -1783,6 +1963,9 @@ export interface VpcConfig {
1783
1963
  */
1784
1964
  Subnets: string[] | undefined;
1785
1965
  }
1966
+ /**
1967
+ * @public
1968
+ */
1786
1969
  export interface CreateDocumentClassifierRequest {
1787
1970
  /**
1788
1971
  * <p>The name of the document classifier.</p>
@@ -1881,16 +2064,19 @@ export interface CreateDocumentClassifierRequest {
1881
2064
  * JSON body is also enclosed in double quotes, then you must escape the double quotes that are
1882
2065
  * inside the policy:</p>
1883
2066
  * <p>
1884
- * <code>"{\"attribute\": \"value\", \"attribute\": [\"value\"]}"</code>
2067
+ * <code>"\{\"attribute\": \"value\", \"attribute\": [\"value\"]\}"</code>
1885
2068
  * </p>
1886
2069
  * <p>To avoid escaping quotes, you can use single quotes to enclose the policy and double
1887
2070
  * quotes to enclose the JSON names and values:</p>
1888
2071
  * <p>
1889
- * <code>'{"attribute": "value", "attribute": ["value"]}'</code>
2072
+ * <code>'\{"attribute": "value", "attribute": ["value"]\}'</code>
1890
2073
  * </p>
1891
2074
  */
1892
2075
  ModelPolicy?: string;
1893
2076
  }
2077
+ /**
2078
+ * @public
2079
+ */
1894
2080
  export interface CreateDocumentClassifierResponse {
1895
2081
  /**
1896
2082
  * <p>The Amazon Resource Name (ARN) that identifies the document classifier.</p>
@@ -1898,6 +2084,7 @@ export interface CreateDocumentClassifierResponse {
1898
2084
  DocumentClassifierArn?: string;
1899
2085
  }
1900
2086
  /**
2087
+ * @public
1901
2088
  * <p>The KMS customer managed key (CMK) entered cannot be validated. Verify the key and
1902
2089
  * re-enter it.</p>
1903
2090
  */
@@ -1910,6 +2097,9 @@ export declare class KmsKeyValidationException extends __BaseException {
1910
2097
  */
1911
2098
  constructor(opts: __ExceptionOptionType<KmsKeyValidationException, __BaseException>);
1912
2099
  }
2100
+ /**
2101
+ * @public
2102
+ */
1913
2103
  export interface CreateEndpointRequest {
1914
2104
  /**
1915
2105
  * <p>This is the descriptive suffix that becomes part of the <code>EndpointArn</code> used for
@@ -1951,6 +2141,9 @@ export interface CreateEndpointRequest {
1951
2141
  */
1952
2142
  FlywheelArn?: string;
1953
2143
  }
2144
+ /**
2145
+ * @public
2146
+ */
1954
2147
  export interface CreateEndpointResponse {
1955
2148
  /**
1956
2149
  * <p>The Amazon Resource Number (ARN) of the endpoint being created.</p>
@@ -1963,6 +2156,7 @@ export interface CreateEndpointResponse {
1963
2156
  ModelArn?: string;
1964
2157
  }
1965
2158
  /**
2159
+ * @public
1966
2160
  * <p>Describes the annotations associated with a entity recognizer.</p>
1967
2161
  */
1968
2162
  export interface EntityRecognizerAnnotations {
@@ -1977,11 +2171,15 @@ export interface EntityRecognizerAnnotations {
1977
2171
  */
1978
2172
  TestS3Uri?: string;
1979
2173
  }
2174
+ /**
2175
+ * @public
2176
+ */
1980
2177
  export declare enum EntityRecognizerDataFormat {
1981
2178
  AUGMENTED_MANIFEST = "AUGMENTED_MANIFEST",
1982
2179
  COMPREHEND_CSV = "COMPREHEND_CSV"
1983
2180
  }
1984
2181
  /**
2182
+ * @public
1985
2183
  * <p>Describes the training documents submitted with an entity recognizer.</p>
1986
2184
  */
1987
2185
  export interface EntityRecognizerDocuments {
@@ -2007,6 +2205,7 @@ export interface EntityRecognizerDocuments {
2007
2205
  InputFormat?: InputFormat | string;
2008
2206
  }
2009
2207
  /**
2208
+ * @public
2010
2209
  * <p>Describes the entity list submitted with an entity recognizer.</p>
2011
2210
  */
2012
2211
  export interface EntityRecognizerEntityList {
@@ -2017,6 +2216,7 @@ export interface EntityRecognizerEntityList {
2017
2216
  S3Uri: string | undefined;
2018
2217
  }
2019
2218
  /**
2219
+ * @public
2020
2220
  * <p>An entity type within a labeled training dataset that Amazon Comprehend uses to train a
2021
2221
  * custom entity recognizer.</p>
2022
2222
  */
@@ -2031,6 +2231,7 @@ export interface EntityTypesListItem {
2031
2231
  Type: string | undefined;
2032
2232
  }
2033
2233
  /**
2234
+ * @public
2034
2235
  * <p>Specifies the format and location of the input data.</p>
2035
2236
  */
2036
2237
  export interface EntityRecognizerInputDataConfig {
@@ -2095,6 +2296,9 @@ export interface EntityRecognizerInputDataConfig {
2095
2296
  */
2096
2297
  AugmentedManifests?: AugmentedManifestsListItem[];
2097
2298
  }
2299
+ /**
2300
+ * @public
2301
+ */
2098
2302
  export interface CreateEntityRecognizerRequest {
2099
2303
  /**
2100
2304
  * <p>The name given to the newly created recognizer. Recognizer names can be a maximum of 256
@@ -2187,16 +2391,19 @@ export interface CreateEntityRecognizerRequest {
2187
2391
  * enclosed in double quotes, then you must escape the double quotes that are inside the
2188
2392
  * policy:</p>
2189
2393
  * <p>
2190
- * <code>"{\"attribute\": \"value\", \"attribute\": [\"value\"]}"</code>
2394
+ * <code>"\{\"attribute\": \"value\", \"attribute\": [\"value\"]\}"</code>
2191
2395
  * </p>
2192
2396
  * <p>To avoid escaping quotes, you can use single quotes to enclose the policy and double
2193
2397
  * quotes to enclose the JSON names and values:</p>
2194
2398
  * <p>
2195
- * <code>'{"attribute": "value", "attribute": ["value"]}'</code>
2399
+ * <code>'\{"attribute": "value", "attribute": ["value"]\}'</code>
2196
2400
  * </p>
2197
2401
  */
2198
2402
  ModelPolicy?: string;
2199
2403
  }
2404
+ /**
2405
+ * @public
2406
+ */
2200
2407
  export interface CreateEntityRecognizerResponse {
2201
2408
  /**
2202
2409
  * <p>The Amazon Resource Name (ARN) that identifies the entity recognizer.</p>
@@ -2204,6 +2411,7 @@ export interface CreateEntityRecognizerResponse {
2204
2411
  EntityRecognizerArn?: string;
2205
2412
  }
2206
2413
  /**
2414
+ * @public
2207
2415
  * <p>Data security configuration.</p>
2208
2416
  */
2209
2417
  export interface DataSecurityConfig {
@@ -2238,11 +2446,15 @@ export interface DataSecurityConfig {
2238
2446
  */
2239
2447
  VpcConfig?: VpcConfig;
2240
2448
  }
2449
+ /**
2450
+ * @public
2451
+ */
2241
2452
  export declare enum ModelType {
2242
2453
  DOCUMENT_CLASSIFIER = "DOCUMENT_CLASSIFIER",
2243
2454
  ENTITY_RECOGNIZER = "ENTITY_RECOGNIZER"
2244
2455
  }
2245
2456
  /**
2457
+ * @public
2246
2458
  * <p>Configuration required for a custom classification model.</p>
2247
2459
  */
2248
2460
  export interface DocumentClassificationConfig {
@@ -2256,6 +2468,7 @@ export interface DocumentClassificationConfig {
2256
2468
  Labels?: string[];
2257
2469
  }
2258
2470
  /**
2471
+ * @public
2259
2472
  * <p>Configuration required for an entity recognition model.</p>
2260
2473
  */
2261
2474
  export interface EntityRecognitionConfig {
@@ -2265,6 +2478,7 @@ export interface EntityRecognitionConfig {
2265
2478
  EntityTypes: EntityTypesListItem[] | undefined;
2266
2479
  }
2267
2480
  /**
2481
+ * @public
2268
2482
  * <p>Configuration about the custom classifier associated with the flywheel.</p>
2269
2483
  */
2270
2484
  export interface TaskConfig {
@@ -2281,6 +2495,9 @@ export interface TaskConfig {
2281
2495
  */
2282
2496
  EntityRecognitionConfig?: EntityRecognitionConfig;
2283
2497
  }
2498
+ /**
2499
+ * @public
2500
+ */
2284
2501
  export interface CreateFlywheelRequest {
2285
2502
  /**
2286
2503
  * <p>Name for the flywheel.</p>
@@ -2322,6 +2539,9 @@ export interface CreateFlywheelRequest {
2322
2539
  */
2323
2540
  Tags?: Tag[];
2324
2541
  }
2542
+ /**
2543
+ * @public
2544
+ */
2325
2545
  export interface CreateFlywheelResponse {
2326
2546
  /**
2327
2547
  * <p>The Amazon Resource Number (ARN) of the flywheel.</p>
@@ -2332,38 +2552,65 @@ export interface CreateFlywheelResponse {
2332
2552
  */
2333
2553
  ActiveModelArn?: string;
2334
2554
  }
2555
+ /**
2556
+ * @public
2557
+ */
2335
2558
  export interface DeleteDocumentClassifierRequest {
2336
2559
  /**
2337
2560
  * <p>The Amazon Resource Name (ARN) that identifies the document classifier. </p>
2338
2561
  */
2339
2562
  DocumentClassifierArn: string | undefined;
2340
2563
  }
2564
+ /**
2565
+ * @public
2566
+ */
2341
2567
  export interface DeleteDocumentClassifierResponse {
2342
2568
  }
2569
+ /**
2570
+ * @public
2571
+ */
2343
2572
  export interface DeleteEndpointRequest {
2344
2573
  /**
2345
2574
  * <p>The Amazon Resource Number (ARN) of the endpoint being deleted.</p>
2346
2575
  */
2347
2576
  EndpointArn: string | undefined;
2348
2577
  }
2578
+ /**
2579
+ * @public
2580
+ */
2349
2581
  export interface DeleteEndpointResponse {
2350
2582
  }
2583
+ /**
2584
+ * @public
2585
+ */
2351
2586
  export interface DeleteEntityRecognizerRequest {
2352
2587
  /**
2353
2588
  * <p>The Amazon Resource Name (ARN) that identifies the entity recognizer.</p>
2354
2589
  */
2355
2590
  EntityRecognizerArn: string | undefined;
2356
2591
  }
2592
+ /**
2593
+ * @public
2594
+ */
2357
2595
  export interface DeleteEntityRecognizerResponse {
2358
2596
  }
2597
+ /**
2598
+ * @public
2599
+ */
2359
2600
  export interface DeleteFlywheelRequest {
2360
2601
  /**
2361
2602
  * <p>The Amazon Resource Number (ARN) of the flywheel to delete.</p>
2362
2603
  */
2363
2604
  FlywheelArn: string | undefined;
2364
2605
  }
2606
+ /**
2607
+ * @public
2608
+ */
2365
2609
  export interface DeleteFlywheelResponse {
2366
2610
  }
2611
+ /**
2612
+ * @public
2613
+ */
2367
2614
  export interface DeleteResourcePolicyRequest {
2368
2615
  /**
2369
2616
  * <p>The Amazon Resource Name (ARN) of the custom model version that has the policy to delete.</p>
@@ -2374,20 +2621,30 @@ export interface DeleteResourcePolicyRequest {
2374
2621
  */
2375
2622
  PolicyRevisionId?: string;
2376
2623
  }
2624
+ /**
2625
+ * @public
2626
+ */
2377
2627
  export interface DeleteResourcePolicyResponse {
2378
2628
  }
2629
+ /**
2630
+ * @public
2631
+ */
2379
2632
  export interface DescribeDatasetRequest {
2380
2633
  /**
2381
2634
  * <p>The ARN of the dataset.</p>
2382
2635
  */
2383
2636
  DatasetArn: string | undefined;
2384
2637
  }
2638
+ /**
2639
+ * @public
2640
+ */
2385
2641
  export declare enum DatasetStatus {
2386
2642
  COMPLETED = "COMPLETED",
2387
2643
  CREATING = "CREATING",
2388
2644
  FAILED = "FAILED"
2389
2645
  }
2390
2646
  /**
2647
+ * @public
2391
2648
  * <p>Properties associated with the dataset.</p>
2392
2649
  */
2393
2650
  export interface DatasetProperties {
@@ -2433,12 +2690,18 @@ export interface DatasetProperties {
2433
2690
  */
2434
2691
  EndTime?: Date;
2435
2692
  }
2693
+ /**
2694
+ * @public
2695
+ */
2436
2696
  export interface DescribeDatasetResponse {
2437
2697
  /**
2438
2698
  * <p>The dataset properties.</p>
2439
2699
  */
2440
2700
  DatasetProperties?: DatasetProperties;
2441
2701
  }
2702
+ /**
2703
+ * @public
2704
+ */
2442
2705
  export interface DescribeDocumentClassificationJobRequest {
2443
2706
  /**
2444
2707
  * <p>The identifier that Amazon Comprehend generated for the job. The
@@ -2447,6 +2710,7 @@ export interface DescribeDocumentClassificationJobRequest {
2447
2710
  JobId: string | undefined;
2448
2711
  }
2449
2712
  /**
2713
+ * @public
2450
2714
  * <p>The input properties for an inference job. The document reader config field applies
2451
2715
  * only to non-text inputs for custom analysis.</p>
2452
2716
  */
@@ -2484,6 +2748,9 @@ export interface InputDataConfig {
2484
2748
  */
2485
2749
  DocumentReaderConfig?: DocumentReaderConfig;
2486
2750
  }
2751
+ /**
2752
+ * @public
2753
+ */
2487
2754
  export declare enum JobStatus {
2488
2755
  COMPLETED = "COMPLETED",
2489
2756
  FAILED = "FAILED",
@@ -2493,6 +2760,7 @@ export declare enum JobStatus {
2493
2760
  SUBMITTED = "SUBMITTED"
2494
2761
  }
2495
2762
  /**
2763
+ * @public
2496
2764
  * <p>Provides configuration parameters for the output of inference jobs.</p>
2497
2765
  * <p></p>
2498
2766
  */
@@ -2539,6 +2807,7 @@ export interface OutputDataConfig {
2539
2807
  KmsKeyId?: string;
2540
2808
  }
2541
2809
  /**
2810
+ * @public
2542
2811
  * <p>Provides information about a document classification job.</p>
2543
2812
  */
2544
2813
  export interface DocumentClassificationJobProperties {
@@ -2627,6 +2896,9 @@ export interface DocumentClassificationJobProperties {
2627
2896
  */
2628
2897
  FlywheelArn?: string;
2629
2898
  }
2899
+ /**
2900
+ * @public
2901
+ */
2630
2902
  export interface DescribeDocumentClassificationJobResponse {
2631
2903
  /**
2632
2904
  * <p>An object that describes the properties associated with the document classification
@@ -2635,6 +2907,7 @@ export interface DescribeDocumentClassificationJobResponse {
2635
2907
  DocumentClassificationJobProperties?: DocumentClassificationJobProperties;
2636
2908
  }
2637
2909
  /**
2910
+ * @public
2638
2911
  * <p>The specified job was not found. Check the job ID and try again.</p>
2639
2912
  */
2640
2913
  export declare class JobNotFoundException extends __BaseException {
@@ -2646,6 +2919,9 @@ export declare class JobNotFoundException extends __BaseException {
2646
2919
  */
2647
2920
  constructor(opts: __ExceptionOptionType<JobNotFoundException, __BaseException>);
2648
2921
  }
2922
+ /**
2923
+ * @public
2924
+ */
2649
2925
  export interface DescribeDocumentClassifierRequest {
2650
2926
  /**
2651
2927
  * <p>The Amazon Resource Name (ARN) that identifies the document classifier. The
@@ -2653,6 +2929,9 @@ export interface DescribeDocumentClassifierRequest {
2653
2929
  */
2654
2930
  DocumentClassifierArn: string | undefined;
2655
2931
  }
2932
+ /**
2933
+ * @public
2934
+ */
2656
2935
  export declare enum ModelStatus {
2657
2936
  DELETING = "DELETING",
2658
2937
  IN_ERROR = "IN_ERROR",
@@ -2663,6 +2942,7 @@ export declare enum ModelStatus {
2663
2942
  TRAINING = "TRAINING"
2664
2943
  }
2665
2944
  /**
2945
+ * @public
2666
2946
  * <p>Provides information about a document classifier.</p>
2667
2947
  */
2668
2948
  export interface DocumentClassifierProperties {
@@ -2783,12 +3063,18 @@ export interface DocumentClassifierProperties {
2783
3063
  */
2784
3064
  FlywheelArn?: string;
2785
3065
  }
3066
+ /**
3067
+ * @public
3068
+ */
2786
3069
  export interface DescribeDocumentClassifierResponse {
2787
3070
  /**
2788
3071
  * <p>An object that contains the properties associated with a document classifier.</p>
2789
3072
  */
2790
3073
  DocumentClassifierProperties?: DocumentClassifierProperties;
2791
3074
  }
3075
+ /**
3076
+ * @public
3077
+ */
2792
3078
  export interface DescribeDominantLanguageDetectionJobRequest {
2793
3079
  /**
2794
3080
  * <p>The identifier that Amazon Comprehend generated for the job. The
@@ -2797,6 +3083,7 @@ export interface DescribeDominantLanguageDetectionJobRequest {
2797
3083
  JobId: string | undefined;
2798
3084
  }
2799
3085
  /**
3086
+ * @public
2800
3087
  * <p>Provides information about a dominant language detection job.</p>
2801
3088
  */
2802
3089
  export interface DominantLanguageDetectionJobProperties {
@@ -2878,6 +3165,9 @@ export interface DominantLanguageDetectionJobProperties {
2878
3165
  */
2879
3166
  VpcConfig?: VpcConfig;
2880
3167
  }
3168
+ /**
3169
+ * @public
3170
+ */
2881
3171
  export interface DescribeDominantLanguageDetectionJobResponse {
2882
3172
  /**
2883
3173
  * <p>An object that contains the properties associated with a dominant language detection
@@ -2885,12 +3175,18 @@ export interface DescribeDominantLanguageDetectionJobResponse {
2885
3175
  */
2886
3176
  DominantLanguageDetectionJobProperties?: DominantLanguageDetectionJobProperties;
2887
3177
  }
3178
+ /**
3179
+ * @public
3180
+ */
2888
3181
  export interface DescribeEndpointRequest {
2889
3182
  /**
2890
3183
  * <p>The Amazon Resource Number (ARN) of the endpoint being described.</p>
2891
3184
  */
2892
3185
  EndpointArn: string | undefined;
2893
3186
  }
3187
+ /**
3188
+ * @public
3189
+ */
2894
3190
  export declare enum EndpointStatus {
2895
3191
  CREATING = "CREATING",
2896
3192
  DELETING = "DELETING",
@@ -2899,6 +3195,7 @@ export declare enum EndpointStatus {
2899
3195
  UPDATING = "UPDATING"
2900
3196
  }
2901
3197
  /**
3198
+ * @public
2902
3199
  * <p>Specifies information about the specified endpoint.
2903
3200
  * For information about endpoints, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/manage-endpoints.html">Managing endpoints</a>.</p>
2904
3201
  */
@@ -2960,12 +3257,18 @@ export interface EndpointProperties {
2960
3257
  */
2961
3258
  FlywheelArn?: string;
2962
3259
  }
3260
+ /**
3261
+ * @public
3262
+ */
2963
3263
  export interface DescribeEndpointResponse {
2964
3264
  /**
2965
3265
  * <p>Describes information associated with the specific endpoint.</p>
2966
3266
  */
2967
3267
  EndpointProperties?: EndpointProperties;
2968
3268
  }
3269
+ /**
3270
+ * @public
3271
+ */
2969
3272
  export interface DescribeEntitiesDetectionJobRequest {
2970
3273
  /**
2971
3274
  * <p>The identifier that Amazon Comprehend generated for the job. The
@@ -2974,6 +3277,7 @@ export interface DescribeEntitiesDetectionJobRequest {
2974
3277
  JobId: string | undefined;
2975
3278
  }
2976
3279
  /**
3280
+ * @public
2977
3281
  * <p>Provides information about an entities detection job.</p>
2978
3282
  */
2979
3283
  export interface EntitiesDetectionJobProperties {
@@ -3062,12 +3366,18 @@ export interface EntitiesDetectionJobProperties {
3062
3366
  */
3063
3367
  VpcConfig?: VpcConfig;
3064
3368
  }
3369
+ /**
3370
+ * @public
3371
+ */
3065
3372
  export interface DescribeEntitiesDetectionJobResponse {
3066
3373
  /**
3067
3374
  * <p>An object that contains the properties associated with an entities detection job.</p>
3068
3375
  */
3069
3376
  EntitiesDetectionJobProperties?: EntitiesDetectionJobProperties;
3070
3377
  }
3378
+ /**
3379
+ * @public
3380
+ */
3071
3381
  export interface DescribeEntityRecognizerRequest {
3072
3382
  /**
3073
3383
  * <p>The Amazon Resource Name (ARN) that identifies the entity recognizer.</p>
@@ -3075,6 +3385,7 @@ export interface DescribeEntityRecognizerRequest {
3075
3385
  EntityRecognizerArn: string | undefined;
3076
3386
  }
3077
3387
  /**
3388
+ * @public
3078
3389
  * <p>Output data configuration.</p>
3079
3390
  */
3080
3391
  export interface EntityRecognizerOutputDataConfig {
@@ -3084,6 +3395,7 @@ export interface EntityRecognizerOutputDataConfig {
3084
3395
  FlywheelStatsS3Prefix?: string;
3085
3396
  }
3086
3397
  /**
3398
+ * @public
3087
3399
  * <p>Detailed information about the accuracy of an entity recognizer for a specific entity
3088
3400
  * type. </p>
3089
3401
  */
@@ -3108,6 +3420,7 @@ export interface EntityTypesEvaluationMetrics {
3108
3420
  F1Score?: number;
3109
3421
  }
3110
3422
  /**
3423
+ * @public
3111
3424
  * <p>Individual item from the list of entity types in the metadata of an entity
3112
3425
  * recognizer.</p>
3113
3426
  */
@@ -3128,6 +3441,7 @@ export interface EntityRecognizerMetadataEntityTypesListItem {
3128
3441
  NumberOfTrainMentions?: number;
3129
3442
  }
3130
3443
  /**
3444
+ * @public
3131
3445
  * <p>Detailed information about the accuracy of an entity recognizer. </p>
3132
3446
  */
3133
3447
  export interface EntityRecognizerEvaluationMetrics {
@@ -3153,6 +3467,7 @@ export interface EntityRecognizerEvaluationMetrics {
3153
3467
  F1Score?: number;
3154
3468
  }
3155
3469
  /**
3470
+ * @public
3156
3471
  * <p>Detailed information about an entity recognizer.</p>
3157
3472
  */
3158
3473
  export interface EntityRecognizerMetadata {
@@ -3176,6 +3491,7 @@ export interface EntityRecognizerMetadata {
3176
3491
  EntityTypes?: EntityRecognizerMetadataEntityTypesListItem[];
3177
3492
  }
3178
3493
  /**
3494
+ * @public
3179
3495
  * <p>Describes information about an entity recognizer.</p>
3180
3496
  */
3181
3497
  export interface EntityRecognizerProperties {
@@ -3282,12 +3598,18 @@ export interface EntityRecognizerProperties {
3282
3598
  */
3283
3599
  OutputDataConfig?: EntityRecognizerOutputDataConfig;
3284
3600
  }
3601
+ /**
3602
+ * @public
3603
+ */
3285
3604
  export interface DescribeEntityRecognizerResponse {
3286
3605
  /**
3287
3606
  * <p>Describes information associated with an entity recognizer.</p>
3288
3607
  */
3289
3608
  EntityRecognizerProperties?: EntityRecognizerProperties;
3290
3609
  }
3610
+ /**
3611
+ * @public
3612
+ */
3291
3613
  export interface DescribeEventsDetectionJobRequest {
3292
3614
  /**
3293
3615
  * <p>The identifier of the events detection job.</p>
@@ -3295,6 +3617,7 @@ export interface DescribeEventsDetectionJobRequest {
3295
3617
  JobId: string | undefined;
3296
3618
  }
3297
3619
  /**
3620
+ * @public
3298
3621
  * <p>Provides information about an events detection job.</p>
3299
3622
  */
3300
3623
  export interface EventsDetectionJobProperties {
@@ -3359,18 +3682,27 @@ export interface EventsDetectionJobProperties {
3359
3682
  */
3360
3683
  TargetEventTypes?: string[];
3361
3684
  }
3685
+ /**
3686
+ * @public
3687
+ */
3362
3688
  export interface DescribeEventsDetectionJobResponse {
3363
3689
  /**
3364
3690
  * <p>An object that contains the properties associated with an event detection job.</p>
3365
3691
  */
3366
3692
  EventsDetectionJobProperties?: EventsDetectionJobProperties;
3367
3693
  }
3694
+ /**
3695
+ * @public
3696
+ */
3368
3697
  export interface DescribeFlywheelRequest {
3369
3698
  /**
3370
3699
  * <p>The Amazon Resource Number (ARN) of the flywheel.</p>
3371
3700
  */
3372
3701
  FlywheelArn: string | undefined;
3373
3702
  }
3703
+ /**
3704
+ * @public
3705
+ */
3374
3706
  export declare enum FlywheelStatus {
3375
3707
  ACTIVE = "ACTIVE",
3376
3708
  CREATING = "CREATING",
@@ -3379,6 +3711,7 @@ export declare enum FlywheelStatus {
3379
3711
  UPDATING = "UPDATING"
3380
3712
  }
3381
3713
  /**
3714
+ * @public
3382
3715
  * <p>The flywheel properties.</p>
3383
3716
  */
3384
3717
  export interface FlywheelProperties {
@@ -3432,12 +3765,18 @@ export interface FlywheelProperties {
3432
3765
  */
3433
3766
  LatestFlywheelIteration?: string;
3434
3767
  }
3768
+ /**
3769
+ * @public
3770
+ */
3435
3771
  export interface DescribeFlywheelResponse {
3436
3772
  /**
3437
3773
  * <p>The flywheel properties.</p>
3438
3774
  */
3439
3775
  FlywheelProperties?: FlywheelProperties;
3440
3776
  }
3777
+ /**
3778
+ * @public
3779
+ */
3441
3780
  export interface DescribeFlywheelIterationRequest {
3442
3781
  /**
3443
3782
  * <p></p>
@@ -3449,6 +3788,7 @@ export interface DescribeFlywheelIterationRequest {
3449
3788
  FlywheelIterationId: string | undefined;
3450
3789
  }
3451
3790
  /**
3791
+ * @public
3452
3792
  * <p>The evaluation metrics associated with the evaluated model.</p>
3453
3793
  */
3454
3794
  export interface FlywheelModelEvaluationMetrics {
@@ -3469,6 +3809,9 @@ export interface FlywheelModelEvaluationMetrics {
3469
3809
  */
3470
3810
  AverageAccuracy?: number;
3471
3811
  }
3812
+ /**
3813
+ * @public
3814
+ */
3472
3815
  export declare enum FlywheelIterationStatus {
3473
3816
  COMPLETED = "COMPLETED",
3474
3817
  EVALUATING = "EVALUATING",
@@ -3478,6 +3821,7 @@ export declare enum FlywheelIterationStatus {
3478
3821
  TRAINING = "TRAINING"
3479
3822
  }
3480
3823
  /**
3824
+ * @public
3481
3825
  * <p>The configuration properties of a flywheel iteration.</p>
3482
3826
  */
3483
3827
  export interface FlywheelIterationProperties {
@@ -3526,12 +3870,18 @@ export interface FlywheelIterationProperties {
3526
3870
  */
3527
3871
  EvaluationManifestS3Prefix?: string;
3528
3872
  }
3873
+ /**
3874
+ * @public
3875
+ */
3529
3876
  export interface DescribeFlywheelIterationResponse {
3530
3877
  /**
3531
3878
  * <p>The configuration properties of a flywheel iteration.</p>
3532
3879
  */
3533
3880
  FlywheelIterationProperties?: FlywheelIterationProperties;
3534
3881
  }
3882
+ /**
3883
+ * @public
3884
+ */
3535
3885
  export interface DescribeKeyPhrasesDetectionJobRequest {
3536
3886
  /**
3537
3887
  * <p>The identifier that Amazon Comprehend generated for the job. The
@@ -3541,6 +3891,7 @@ export interface DescribeKeyPhrasesDetectionJobRequest {
3541
3891
  JobId: string | undefined;
3542
3892
  }
3543
3893
  /**
3894
+ * @public
3544
3895
  * <p>Provides information about a key phrases detection job.</p>
3545
3896
  */
3546
3897
  export interface KeyPhrasesDetectionJobProperties {
@@ -3625,6 +3976,9 @@ export interface KeyPhrasesDetectionJobProperties {
3625
3976
  */
3626
3977
  VpcConfig?: VpcConfig;
3627
3978
  }
3979
+ /**
3980
+ * @public
3981
+ */
3628
3982
  export interface DescribeKeyPhrasesDetectionJobResponse {
3629
3983
  /**
3630
3984
  * <p>An object that contains the properties associated with a key phrases detection job.
@@ -3632,6 +3986,9 @@ export interface DescribeKeyPhrasesDetectionJobResponse {
3632
3986
  */
3633
3987
  KeyPhrasesDetectionJobProperties?: KeyPhrasesDetectionJobProperties;
3634
3988
  }
3989
+ /**
3990
+ * @public
3991
+ */
3635
3992
  export interface DescribePiiEntitiesDetectionJobRequest {
3636
3993
  /**
3637
3994
  * <p>The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its
@@ -3639,11 +3996,15 @@ export interface DescribePiiEntitiesDetectionJobRequest {
3639
3996
  */
3640
3997
  JobId: string | undefined;
3641
3998
  }
3999
+ /**
4000
+ * @public
4001
+ */
3642
4002
  export declare enum PiiEntitiesDetectionMode {
3643
4003
  ONLY_OFFSETS = "ONLY_OFFSETS",
3644
4004
  ONLY_REDACTION = "ONLY_REDACTION"
3645
4005
  }
3646
4006
  /**
4007
+ * @public
3647
4008
  * <p>Provides configuration parameters for the output of PII entity detection jobs.</p>
3648
4009
  */
3649
4010
  export interface PiiOutputDataConfig {
@@ -3662,11 +4023,15 @@ export interface PiiOutputDataConfig {
3662
4023
  */
3663
4024
  KmsKeyId?: string;
3664
4025
  }
4026
+ /**
4027
+ * @public
4028
+ */
3665
4029
  export declare enum PiiEntitiesDetectionMaskMode {
3666
4030
  MASK = "MASK",
3667
4031
  REPLACE_WITH_PII_ENTITY_TYPE = "REPLACE_WITH_PII_ENTITY_TYPE"
3668
4032
  }
3669
4033
  /**
4034
+ * @public
3670
4035
  * <p>Provides configuration parameters for PII entity redaction.</p>
3671
4036
  */
3672
4037
  export interface RedactionConfig {
@@ -3686,6 +4051,7 @@ export interface RedactionConfig {
3686
4051
  MaskCharacter?: string;
3687
4052
  }
3688
4053
  /**
4054
+ * @public
3689
4055
  * <p>Provides information about a PII entities detection job.</p>
3690
4056
  */
3691
4057
  export interface PiiEntitiesDetectionJobProperties {
@@ -3758,18 +4124,27 @@ export interface PiiEntitiesDetectionJobProperties {
3758
4124
  */
3759
4125
  Mode?: PiiEntitiesDetectionMode | string;
3760
4126
  }
4127
+ /**
4128
+ * @public
4129
+ */
3761
4130
  export interface DescribePiiEntitiesDetectionJobResponse {
3762
4131
  /**
3763
4132
  * <p>Provides information about a PII entities detection job.</p>
3764
4133
  */
3765
4134
  PiiEntitiesDetectionJobProperties?: PiiEntitiesDetectionJobProperties;
3766
4135
  }
4136
+ /**
4137
+ * @public
4138
+ */
3767
4139
  export interface DescribeResourcePolicyRequest {
3768
4140
  /**
3769
4141
  * <p>The Amazon Resource Name (ARN) of the custom model version that has the resource policy.</p>
3770
4142
  */
3771
4143
  ResourceArn: string | undefined;
3772
4144
  }
4145
+ /**
4146
+ * @public
4147
+ */
3773
4148
  export interface DescribeResourcePolicyResponse {
3774
4149
  /**
3775
4150
  * <p>The JSON body of the resource-based policy.</p>
@@ -3789,6 +4164,9 @@ export interface DescribeResourcePolicyResponse {
3789
4164
  */
3790
4165
  PolicyRevisionId?: string;
3791
4166
  }
4167
+ /**
4168
+ * @public
4169
+ */
3792
4170
  export interface DescribeSentimentDetectionJobRequest {
3793
4171
  /**
3794
4172
  * <p>The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its
@@ -3797,6 +4175,7 @@ export interface DescribeSentimentDetectionJobRequest {
3797
4175
  JobId: string | undefined;
3798
4176
  }
3799
4177
  /**
4178
+ * @public
3800
4179
  * <p>Provides information about a sentiment detection job.</p>
3801
4180
  */
3802
4181
  export interface SentimentDetectionJobProperties {
@@ -3881,12 +4260,18 @@ export interface SentimentDetectionJobProperties {
3881
4260
  */
3882
4261
  VpcConfig?: VpcConfig;
3883
4262
  }
4263
+ /**
4264
+ * @public
4265
+ */
3884
4266
  export interface DescribeSentimentDetectionJobResponse {
3885
4267
  /**
3886
4268
  * <p>An object that contains the properties associated with a sentiment detection job.</p>
3887
4269
  */
3888
4270
  SentimentDetectionJobProperties?: SentimentDetectionJobProperties;
3889
4271
  }
4272
+ /**
4273
+ * @public
4274
+ */
3890
4275
  export interface DescribeTargetedSentimentDetectionJobRequest {
3891
4276
  /**
3892
4277
  * <p>The identifier that Amazon Comprehend generated for the job. The
@@ -3896,6 +4281,7 @@ export interface DescribeTargetedSentimentDetectionJobRequest {
3896
4281
  JobId: string | undefined;
3897
4282
  }
3898
4283
  /**
4284
+ * @public
3899
4285
  * <p>Provides information about a targeted sentiment detection job.</p>
3900
4286
  */
3901
4287
  export interface TargetedSentimentDetectionJobProperties {
@@ -3980,12 +4366,18 @@ export interface TargetedSentimentDetectionJobProperties {
3980
4366
  */
3981
4367
  VpcConfig?: VpcConfig;
3982
4368
  }
4369
+ /**
4370
+ * @public
4371
+ */
3983
4372
  export interface DescribeTargetedSentimentDetectionJobResponse {
3984
4373
  /**
3985
4374
  * <p>An object that contains the properties associated with a targeted sentiment detection job.</p>
3986
4375
  */
3987
4376
  TargetedSentimentDetectionJobProperties?: TargetedSentimentDetectionJobProperties;
3988
4377
  }
4378
+ /**
4379
+ * @public
4380
+ */
3989
4381
  export interface DescribeTopicsDetectionJobRequest {
3990
4382
  /**
3991
4383
  * <p>The identifier assigned by the user to the detection job.</p>
@@ -3993,6 +4385,7 @@ export interface DescribeTopicsDetectionJobRequest {
3993
4385
  JobId: string | undefined;
3994
4386
  }
3995
4387
  /**
4388
+ * @public
3996
4389
  * <p>Provides information about a topic detection job.</p>
3997
4390
  */
3998
4391
  export interface TopicsDetectionJobProperties {
@@ -4078,18 +4471,27 @@ export interface TopicsDetectionJobProperties {
4078
4471
  */
4079
4472
  VpcConfig?: VpcConfig;
4080
4473
  }
4474
+ /**
4475
+ * @public
4476
+ */
4081
4477
  export interface DescribeTopicsDetectionJobResponse {
4082
4478
  /**
4083
4479
  * <p>The list of properties for the requested job.</p>
4084
4480
  */
4085
4481
  TopicsDetectionJobProperties?: TopicsDetectionJobProperties;
4086
4482
  }
4483
+ /**
4484
+ * @public
4485
+ */
4087
4486
  export interface DetectDominantLanguageRequest {
4088
4487
  /**
4089
4488
  * <p>A UTF-8 text string. The string must contain at least 20 characters. The maximum string size is 100 KB.</p>
4090
4489
  */
4091
4490
  Text: string | undefined;
4092
4491
  }
4492
+ /**
4493
+ * @public
4494
+ */
4093
4495
  export interface DetectDominantLanguageResponse {
4094
4496
  /**
4095
4497
  * <p>The languages that Amazon Comprehend detected in the input text. For each language, the
@@ -4099,6 +4501,9 @@ export interface DetectDominantLanguageResponse {
4099
4501
  */
4100
4502
  Languages?: DominantLanguage[];
4101
4503
  }
4504
+ /**
4505
+ * @public
4506
+ */
4102
4507
  export interface DetectEntitiesRequest {
4103
4508
  /**
4104
4509
  * <p>A UTF-8 text string. The maximum string size is 100 KB. If you enter text using this parameter,
@@ -4147,6 +4552,9 @@ export interface DetectEntitiesRequest {
4147
4552
  */
4148
4553
  DocumentReaderConfig?: DocumentReaderConfig;
4149
4554
  }
4555
+ /**
4556
+ * @public
4557
+ */
4150
4558
  export interface DetectEntitiesResponse {
4151
4559
  /**
4152
4560
  * <p>A collection of entities identified in the input text. For each entity, the response
@@ -4183,6 +4591,9 @@ export interface DetectEntitiesResponse {
4183
4591
  */
4184
4592
  Errors?: ErrorsListItem[];
4185
4593
  }
4594
+ /**
4595
+ * @public
4596
+ */
4186
4597
  export interface DetectKeyPhrasesRequest {
4187
4598
  /**
4188
4599
  * <p>A UTF-8 text string. The string must contain less than 100 KB of UTF-8 encoded
@@ -4195,6 +4606,9 @@ export interface DetectKeyPhrasesRequest {
4195
4606
  */
4196
4607
  LanguageCode: LanguageCode | string | undefined;
4197
4608
  }
4609
+ /**
4610
+ * @public
4611
+ */
4198
4612
  export interface DetectKeyPhrasesResponse {
4199
4613
  /**
4200
4614
  * <p>A collection of key phrases that Amazon Comprehend identified in the input text. For
@@ -4204,6 +4618,9 @@ export interface DetectKeyPhrasesResponse {
4204
4618
  */
4205
4619
  KeyPhrases?: KeyPhrase[];
4206
4620
  }
4621
+ /**
4622
+ * @public
4623
+ */
4207
4624
  export interface DetectPiiEntitiesRequest {
4208
4625
  /**
4209
4626
  * <p>A UTF-8 text string. The maximum string size is 100 KB.</p>
@@ -4215,6 +4632,7 @@ export interface DetectPiiEntitiesRequest {
4215
4632
  LanguageCode: LanguageCode | string | undefined;
4216
4633
  }
4217
4634
  /**
4635
+ * @public
4218
4636
  * <p>Provides information about a PII entity.</p>
4219
4637
  */
4220
4638
  export interface PiiEntity {
@@ -4238,6 +4656,9 @@ export interface PiiEntity {
4238
4656
  */
4239
4657
  EndOffset?: number;
4240
4658
  }
4659
+ /**
4660
+ * @public
4661
+ */
4241
4662
  export interface DetectPiiEntitiesResponse {
4242
4663
  /**
4243
4664
  * <p>A collection of PII entities identified in the input text. For each entity, the response
@@ -4246,6 +4667,9 @@ export interface DetectPiiEntitiesResponse {
4246
4667
  */
4247
4668
  Entities?: PiiEntity[];
4248
4669
  }
4670
+ /**
4671
+ * @public
4672
+ */
4249
4673
  export interface DetectSentimentRequest {
4250
4674
  /**
4251
4675
  * <p>A UTF-8 text string. The maximum string size is 5 KB.</p>
@@ -4261,6 +4685,9 @@ export interface DetectSentimentRequest {
4261
4685
  */
4262
4686
  LanguageCode: LanguageCode | string | undefined;
4263
4687
  }
4688
+ /**
4689
+ * @public
4690
+ */
4264
4691
  export interface DetectSentimentResponse {
4265
4692
  /**
4266
4693
  * <p>The inferred sentiment that Amazon Comprehend has the highest level of confidence
@@ -4273,6 +4700,9 @@ export interface DetectSentimentResponse {
4273
4700
  */
4274
4701
  SentimentScore?: SentimentScore;
4275
4702
  }
4703
+ /**
4704
+ * @public
4705
+ */
4276
4706
  export interface DetectSyntaxRequest {
4277
4707
  /**
4278
4708
  * <p>A UTF-8 string. The maximum string size is 5 KB.</p>
@@ -4285,6 +4715,9 @@ export interface DetectSyntaxRequest {
4285
4715
  */
4286
4716
  LanguageCode: SyntaxLanguageCode | string | undefined;
4287
4717
  }
4718
+ /**
4719
+ * @public
4720
+ */
4288
4721
  export interface DetectSyntaxResponse {
4289
4722
  /**
4290
4723
  * <p>A collection of syntax tokens describing the text. For each token, the response provides
@@ -4295,6 +4728,9 @@ export interface DetectSyntaxResponse {
4295
4728
  */
4296
4729
  SyntaxTokens?: SyntaxToken[];
4297
4730
  }
4731
+ /**
4732
+ * @public
4733
+ */
4298
4734
  export interface DetectTargetedSentimentRequest {
4299
4735
  /**
4300
4736
  * <p>A UTF-8 text string. The maximum string length is 5 KB.</p>
@@ -4305,12 +4741,18 @@ export interface DetectTargetedSentimentRequest {
4305
4741
  */
4306
4742
  LanguageCode: LanguageCode | string | undefined;
4307
4743
  }
4744
+ /**
4745
+ * @public
4746
+ */
4308
4747
  export interface DetectTargetedSentimentResponse {
4309
4748
  /**
4310
4749
  * <p>Targeted sentiment analysis for each of the entities identified in the input text.</p>
4311
4750
  */
4312
4751
  Entities?: TargetedSentimentEntity[];
4313
4752
  }
4753
+ /**
4754
+ * @public
4755
+ */
4314
4756
  export interface ImportModelRequest {
4315
4757
  /**
4316
4758
  * <p>The Amazon Resource Name (ARN) of the custom model to import.</p>
@@ -4358,6 +4800,9 @@ export interface ImportModelRequest {
4358
4800
  */
4359
4801
  Tags?: Tag[];
4360
4802
  }
4803
+ /**
4804
+ * @public
4805
+ */
4361
4806
  export interface ImportModelResponse {
4362
4807
  /**
4363
4808
  * <p>The Amazon Resource Name (ARN) of the custom model being imported.</p>
@@ -4365,6 +4810,7 @@ export interface ImportModelResponse {
4365
4810
  ModelArn?: string;
4366
4811
  }
4367
4812
  /**
4813
+ * @public
4368
4814
  * <p>The filter specified for the operation is invalid. Specify a different
4369
4815
  * filter.</p>
4370
4816
  */
@@ -4378,6 +4824,7 @@ export declare class InvalidFilterException extends __BaseException {
4378
4824
  constructor(opts: __ExceptionOptionType<InvalidFilterException, __BaseException>);
4379
4825
  }
4380
4826
  /**
4827
+ * @public
4381
4828
  * <p>Filter the datasets based on creation time or dataset status.</p>
4382
4829
  */
4383
4830
  export interface DatasetFilter {
@@ -4398,6 +4845,9 @@ export interface DatasetFilter {
4398
4845
  */
4399
4846
  CreationTimeBefore?: Date;
4400
4847
  }
4848
+ /**
4849
+ * @public
4850
+ */
4401
4851
  export interface ListDatasetsRequest {
4402
4852
  /**
4403
4853
  * <p>The Amazon Resource Number (ARN) of the flywheel.</p>
@@ -4416,6 +4866,9 @@ export interface ListDatasetsRequest {
4416
4866
  */
4417
4867
  MaxResults?: number;
4418
4868
  }
4869
+ /**
4870
+ * @public
4871
+ */
4419
4872
  export interface ListDatasetsResponse {
4420
4873
  /**
4421
4874
  * <p>The dataset properties list.</p>
@@ -4427,6 +4880,7 @@ export interface ListDatasetsResponse {
4427
4880
  NextToken?: string;
4428
4881
  }
4429
4882
  /**
4883
+ * @public
4430
4884
  * <p>Provides information for filtering a list of document classification jobs. For more
4431
4885
  * information, see the operation. You can
4432
4886
  * provide only one filter parameter in each request.</p>
@@ -4453,6 +4907,9 @@ export interface DocumentClassificationJobFilter {
4453
4907
  */
4454
4908
  SubmitTimeAfter?: Date;
4455
4909
  }
4910
+ /**
4911
+ * @public
4912
+ */
4456
4913
  export interface ListDocumentClassificationJobsRequest {
4457
4914
  /**
4458
4915
  * <p>Filters the jobs that are returned. You can filter jobs on their names, status, or the
@@ -4468,6 +4925,9 @@ export interface ListDocumentClassificationJobsRequest {
4468
4925
  */
4469
4926
  MaxResults?: number;
4470
4927
  }
4928
+ /**
4929
+ * @public
4930
+ */
4471
4931
  export interface ListDocumentClassificationJobsResponse {
4472
4932
  /**
4473
4933
  * <p>A list containing the properties of each job returned.</p>
@@ -4479,6 +4939,7 @@ export interface ListDocumentClassificationJobsResponse {
4479
4939
  NextToken?: string;
4480
4940
  }
4481
4941
  /**
4942
+ * @public
4482
4943
  * <p>Provides information for filtering a list of document classifiers. You can only specify
4483
4944
  * one filtering parameter in a request. For more information, see the
4484
4945
  * <code>ListDocumentClassifiers</code> operation.</p>
@@ -4505,6 +4966,9 @@ export interface DocumentClassifierFilter {
4505
4966
  */
4506
4967
  SubmitTimeAfter?: Date;
4507
4968
  }
4969
+ /**
4970
+ * @public
4971
+ */
4508
4972
  export interface ListDocumentClassifiersRequest {
4509
4973
  /**
4510
4974
  * <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
@@ -4520,6 +4984,9 @@ export interface ListDocumentClassifiersRequest {
4520
4984
  */
4521
4985
  MaxResults?: number;
4522
4986
  }
4987
+ /**
4988
+ * @public
4989
+ */
4523
4990
  export interface ListDocumentClassifiersResponse {
4524
4991
  /**
4525
4992
  * <p>A list containing the properties of each job returned.</p>
@@ -4530,6 +4997,9 @@ export interface ListDocumentClassifiersResponse {
4530
4997
  */
4531
4998
  NextToken?: string;
4532
4999
  }
5000
+ /**
5001
+ * @public
5002
+ */
4533
5003
  export interface ListDocumentClassifierSummariesRequest {
4534
5004
  /**
4535
5005
  * <p>Identifies the next page of results to return.</p>
@@ -4541,6 +5011,7 @@ export interface ListDocumentClassifierSummariesRequest {
4541
5011
  MaxResults?: number;
4542
5012
  }
4543
5013
  /**
5014
+ * @public
4544
5015
  * <p>Describes information about a document classifier and its versions.</p>
4545
5016
  */
4546
5017
  export interface DocumentClassifierSummary {
@@ -4565,6 +5036,9 @@ export interface DocumentClassifierSummary {
4565
5036
  */
4566
5037
  LatestVersionStatus?: ModelStatus | string;
4567
5038
  }
5039
+ /**
5040
+ * @public
5041
+ */
4568
5042
  export interface ListDocumentClassifierSummariesResponse {
4569
5043
  /**
4570
5044
  * <p>The list of summaries of document classifiers.</p>
@@ -4576,6 +5050,7 @@ export interface ListDocumentClassifierSummariesResponse {
4576
5050
  NextToken?: string;
4577
5051
  }
4578
5052
  /**
5053
+ * @public
4579
5054
  * <p>Provides information for filtering a list of dominant language detection jobs. For more
4580
5055
  * information, see the
4581
5056
  * operation.</p>
@@ -4603,6 +5078,9 @@ export interface DominantLanguageDetectionJobFilter {
4603
5078
  */
4604
5079
  SubmitTimeAfter?: Date;
4605
5080
  }
5081
+ /**
5082
+ * @public
5083
+ */
4606
5084
  export interface ListDominantLanguageDetectionJobsRequest {
4607
5085
  /**
4608
5086
  * <p>Filters that jobs that are returned. You can filter jobs on their name, status, or the
@@ -4618,6 +5096,9 @@ export interface ListDominantLanguageDetectionJobsRequest {
4618
5096
  */
4619
5097
  MaxResults?: number;
4620
5098
  }
5099
+ /**
5100
+ * @public
5101
+ */
4621
5102
  export interface ListDominantLanguageDetectionJobsResponse {
4622
5103
  /**
4623
5104
  * <p>A list containing the properties of each job that is returned.</p>
@@ -4629,6 +5110,7 @@ export interface ListDominantLanguageDetectionJobsResponse {
4629
5110
  NextToken?: string;
4630
5111
  }
4631
5112
  /**
5113
+ * @public
4632
5114
  * <p>The filter used to determine which endpoints are returned. You can filter jobs on their
4633
5115
  * name, model, status, or the date and time that they were created. You can only set one filter
4634
5116
  * at a time. </p>
@@ -4652,6 +5134,9 @@ export interface EndpointFilter {
4652
5134
  */
4653
5135
  CreationTimeAfter?: Date;
4654
5136
  }
5137
+ /**
5138
+ * @public
5139
+ */
4655
5140
  export interface ListEndpointsRequest {
4656
5141
  /**
4657
5142
  * <p>Filters the endpoints that are returned. You can filter endpoints on their name, model,
@@ -4668,6 +5153,9 @@ export interface ListEndpointsRequest {
4668
5153
  */
4669
5154
  MaxResults?: number;
4670
5155
  }
5156
+ /**
5157
+ * @public
5158
+ */
4671
5159
  export interface ListEndpointsResponse {
4672
5160
  /**
4673
5161
  * <p>Displays a list of endpoint properties being retrieved by the service in response to the
@@ -4680,6 +5168,7 @@ export interface ListEndpointsResponse {
4680
5168
  NextToken?: string;
4681
5169
  }
4682
5170
  /**
5171
+ * @public
4683
5172
  * <p>Provides information for filtering a list of dominant language detection jobs. For more
4684
5173
  * information, see the operation.</p>
4685
5174
  */
@@ -4706,6 +5195,9 @@ export interface EntitiesDetectionJobFilter {
4706
5195
  */
4707
5196
  SubmitTimeAfter?: Date;
4708
5197
  }
5198
+ /**
5199
+ * @public
5200
+ */
4709
5201
  export interface ListEntitiesDetectionJobsRequest {
4710
5202
  /**
4711
5203
  * <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
@@ -4721,6 +5213,9 @@ export interface ListEntitiesDetectionJobsRequest {
4721
5213
  */
4722
5214
  MaxResults?: number;
4723
5215
  }
5216
+ /**
5217
+ * @public
5218
+ */
4724
5219
  export interface ListEntitiesDetectionJobsResponse {
4725
5220
  /**
4726
5221
  * <p>A list containing the properties of each job that is returned.</p>
@@ -4732,6 +5227,7 @@ export interface ListEntitiesDetectionJobsResponse {
4732
5227
  NextToken?: string;
4733
5228
  }
4734
5229
  /**
5230
+ * @public
4735
5231
  * <p>Provides information for filtering a list of entity recognizers. You can only specify one
4736
5232
  * filtering parameter in a request. For more information, see the
4737
5233
  * <code>ListEntityRecognizers</code> operation./></p>
@@ -4758,6 +5254,9 @@ export interface EntityRecognizerFilter {
4758
5254
  */
4759
5255
  SubmitTimeAfter?: Date;
4760
5256
  }
5257
+ /**
5258
+ * @public
5259
+ */
4761
5260
  export interface ListEntityRecognizersRequest {
4762
5261
  /**
4763
5262
  * <p>Filters the list of entities returned. You can filter on <code>Status</code>,
@@ -4774,6 +5273,9 @@ export interface ListEntityRecognizersRequest {
4774
5273
  */
4775
5274
  MaxResults?: number;
4776
5275
  }
5276
+ /**
5277
+ * @public
5278
+ */
4777
5279
  export interface ListEntityRecognizersResponse {
4778
5280
  /**
4779
5281
  * <p>The list of properties of an entity recognizer.</p>
@@ -4784,6 +5286,9 @@ export interface ListEntityRecognizersResponse {
4784
5286
  */
4785
5287
  NextToken?: string;
4786
5288
  }
5289
+ /**
5290
+ * @public
5291
+ */
4787
5292
  export interface ListEntityRecognizerSummariesRequest {
4788
5293
  /**
4789
5294
  * <p>Identifies the next page of results to return.</p>
@@ -4795,6 +5300,7 @@ export interface ListEntityRecognizerSummariesRequest {
4795
5300
  MaxResults?: number;
4796
5301
  }
4797
5302
  /**
5303
+ * @public
4798
5304
  * <p> Describes the information about an entity recognizer and its versions.</p>
4799
5305
  */
4800
5306
  export interface EntityRecognizerSummary {
@@ -4819,6 +5325,9 @@ export interface EntityRecognizerSummary {
4819
5325
  */
4820
5326
  LatestVersionStatus?: ModelStatus | string;
4821
5327
  }
5328
+ /**
5329
+ * @public
5330
+ */
4822
5331
  export interface ListEntityRecognizerSummariesResponse {
4823
5332
  /**
4824
5333
  * <p>The list entity recognizer summaries.</p>
@@ -4830,6 +5339,7 @@ export interface ListEntityRecognizerSummariesResponse {
4830
5339
  NextToken?: string;
4831
5340
  }
4832
5341
  /**
5342
+ * @public
4833
5343
  * <p>Provides information for filtering a list of event detection jobs.</p>
4834
5344
  */
4835
5345
  export interface EventsDetectionJobFilter {
@@ -4855,6 +5365,9 @@ export interface EventsDetectionJobFilter {
4855
5365
  */
4856
5366
  SubmitTimeAfter?: Date;
4857
5367
  }
5368
+ /**
5369
+ * @public
5370
+ */
4858
5371
  export interface ListEventsDetectionJobsRequest {
4859
5372
  /**
4860
5373
  * <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
@@ -4870,6 +5383,9 @@ export interface ListEventsDetectionJobsRequest {
4870
5383
  */
4871
5384
  MaxResults?: number;
4872
5385
  }
5386
+ /**
5387
+ * @public
5388
+ */
4873
5389
  export interface ListEventsDetectionJobsResponse {
4874
5390
  /**
4875
5391
  * <p>A list containing the properties of each job that is returned.</p>
@@ -4881,6 +5397,7 @@ export interface ListEventsDetectionJobsResponse {
4881
5397
  NextToken?: string;
4882
5398
  }
4883
5399
  /**
5400
+ * @public
4884
5401
  * <p>Filter the flywheel iterations based on creation time.</p>
4885
5402
  */
4886
5403
  export interface FlywheelIterationFilter {
@@ -4893,6 +5410,9 @@ export interface FlywheelIterationFilter {
4893
5410
  */
4894
5411
  CreationTimeBefore?: Date;
4895
5412
  }
5413
+ /**
5414
+ * @public
5415
+ */
4896
5416
  export interface ListFlywheelIterationHistoryRequest {
4897
5417
  /**
4898
5418
  * <p>The ARN of the flywheel.</p>
@@ -4911,6 +5431,9 @@ export interface ListFlywheelIterationHistoryRequest {
4911
5431
  */
4912
5432
  MaxResults?: number;
4913
5433
  }
5434
+ /**
5435
+ * @public
5436
+ */
4914
5437
  export interface ListFlywheelIterationHistoryResponse {
4915
5438
  /**
4916
5439
  * <p>List of flywheel iteration properties</p>
@@ -4922,6 +5445,7 @@ export interface ListFlywheelIterationHistoryResponse {
4922
5445
  NextToken?: string;
4923
5446
  }
4924
5447
  /**
5448
+ * @public
4925
5449
  * <p>Filter the flywheels based on creation time or flywheel status.</p>
4926
5450
  */
4927
5451
  export interface FlywheelFilter {
@@ -4938,6 +5462,9 @@ export interface FlywheelFilter {
4938
5462
  */
4939
5463
  CreationTimeBefore?: Date;
4940
5464
  }
5465
+ /**
5466
+ * @public
5467
+ */
4941
5468
  export interface ListFlywheelsRequest {
4942
5469
  /**
4943
5470
  * <p>Filters the flywheels that are returned. You can filter flywheels on their status,
@@ -4955,6 +5482,7 @@ export interface ListFlywheelsRequest {
4955
5482
  MaxResults?: number;
4956
5483
  }
4957
5484
  /**
5485
+ * @public
4958
5486
  * <p>Flywheel summary information.</p>
4959
5487
  */
4960
5488
  export interface FlywheelSummary {
@@ -4995,6 +5523,9 @@ export interface FlywheelSummary {
4995
5523
  */
4996
5524
  LatestFlywheelIteration?: string;
4997
5525
  }
5526
+ /**
5527
+ * @public
5528
+ */
4998
5529
  export interface ListFlywheelsResponse {
4999
5530
  /**
5000
5531
  * <p>A list of flywheel properties retrieved by the service in response to the request.
@@ -5007,6 +5538,7 @@ export interface ListFlywheelsResponse {
5007
5538
  NextToken?: string;
5008
5539
  }
5009
5540
  /**
5541
+ * @public
5010
5542
  * <p>Provides information for filtering a list of dominant language detection jobs. For more
5011
5543
  * information, see the operation.</p>
5012
5544
  */
@@ -5033,6 +5565,9 @@ export interface KeyPhrasesDetectionJobFilter {
5033
5565
  */
5034
5566
  SubmitTimeAfter?: Date;
5035
5567
  }
5568
+ /**
5569
+ * @public
5570
+ */
5036
5571
  export interface ListKeyPhrasesDetectionJobsRequest {
5037
5572
  /**
5038
5573
  * <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
@@ -5048,6 +5583,9 @@ export interface ListKeyPhrasesDetectionJobsRequest {
5048
5583
  */
5049
5584
  MaxResults?: number;
5050
5585
  }
5586
+ /**
5587
+ * @public
5588
+ */
5051
5589
  export interface ListKeyPhrasesDetectionJobsResponse {
5052
5590
  /**
5053
5591
  * <p>A list containing the properties of each job that is returned.</p>
@@ -5059,6 +5597,7 @@ export interface ListKeyPhrasesDetectionJobsResponse {
5059
5597
  NextToken?: string;
5060
5598
  }
5061
5599
  /**
5600
+ * @public
5062
5601
  * <p>Provides information for filtering a list of PII entity detection jobs.</p>
5063
5602
  */
5064
5603
  export interface PiiEntitiesDetectionJobFilter {
@@ -5084,6 +5623,9 @@ export interface PiiEntitiesDetectionJobFilter {
5084
5623
  */
5085
5624
  SubmitTimeAfter?: Date;
5086
5625
  }
5626
+ /**
5627
+ * @public
5628
+ */
5087
5629
  export interface ListPiiEntitiesDetectionJobsRequest {
5088
5630
  /**
5089
5631
  * <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
@@ -5099,6 +5641,9 @@ export interface ListPiiEntitiesDetectionJobsRequest {
5099
5641
  */
5100
5642
  MaxResults?: number;
5101
5643
  }
5644
+ /**
5645
+ * @public
5646
+ */
5102
5647
  export interface ListPiiEntitiesDetectionJobsResponse {
5103
5648
  /**
5104
5649
  * <p>A list containing the properties of each job that is returned.</p>
@@ -5110,6 +5655,7 @@ export interface ListPiiEntitiesDetectionJobsResponse {
5110
5655
  NextToken?: string;
5111
5656
  }
5112
5657
  /**
5658
+ * @public
5113
5659
  * <p>Provides information for filtering a list of dominant language detection jobs. For more
5114
5660
  * information, see the operation.</p>
5115
5661
  */
@@ -5136,6 +5682,9 @@ export interface SentimentDetectionJobFilter {
5136
5682
  */
5137
5683
  SubmitTimeAfter?: Date;
5138
5684
  }
5685
+ /**
5686
+ * @public
5687
+ */
5139
5688
  export interface ListSentimentDetectionJobsRequest {
5140
5689
  /**
5141
5690
  * <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
@@ -5151,6 +5700,9 @@ export interface ListSentimentDetectionJobsRequest {
5151
5700
  */
5152
5701
  MaxResults?: number;
5153
5702
  }
5703
+ /**
5704
+ * @public
5705
+ */
5154
5706
  export interface ListSentimentDetectionJobsResponse {
5155
5707
  /**
5156
5708
  * <p>A list containing the properties of each job that is returned.</p>
@@ -5161,6 +5713,9 @@ export interface ListSentimentDetectionJobsResponse {
5161
5713
  */
5162
5714
  NextToken?: string;
5163
5715
  }
5716
+ /**
5717
+ * @public
5718
+ */
5164
5719
  export interface ListTagsForResourceRequest {
5165
5720
  /**
5166
5721
  * <p>The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
@@ -5168,6 +5723,9 @@ export interface ListTagsForResourceRequest {
5168
5723
  */
5169
5724
  ResourceArn: string | undefined;
5170
5725
  }
5726
+ /**
5727
+ * @public
5728
+ */
5171
5729
  export interface ListTagsForResourceResponse {
5172
5730
  /**
5173
5731
  * <p>The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are
@@ -5183,6 +5741,7 @@ export interface ListTagsForResourceResponse {
5183
5741
  Tags?: Tag[];
5184
5742
  }
5185
5743
  /**
5744
+ * @public
5186
5745
  * <p>Provides information for filtering a list of dominant language detection jobs. For more
5187
5746
  * information, see the <code>ListTargetedSentimentDetectionJobs</code> operation.</p>
5188
5747
  */
@@ -5209,6 +5768,9 @@ export interface TargetedSentimentDetectionJobFilter {
5209
5768
  */
5210
5769
  SubmitTimeAfter?: Date;
5211
5770
  }
5771
+ /**
5772
+ * @public
5773
+ */
5212
5774
  export interface ListTargetedSentimentDetectionJobsRequest {
5213
5775
  /**
5214
5776
  * <p>Filters the jobs that are returned. You can filter jobs on their name, status, or the date
@@ -5224,6 +5786,9 @@ export interface ListTargetedSentimentDetectionJobsRequest {
5224
5786
  */
5225
5787
  MaxResults?: number;
5226
5788
  }
5789
+ /**
5790
+ * @public
5791
+ */
5227
5792
  export interface ListTargetedSentimentDetectionJobsResponse {
5228
5793
  /**
5229
5794
  * <p>A list containing the properties of each job that is returned.</p>
@@ -5235,6 +5800,7 @@ export interface ListTargetedSentimentDetectionJobsResponse {
5235
5800
  NextToken?: string;
5236
5801
  }
5237
5802
  /**
5803
+ * @public
5238
5804
  * <p>Provides information for filtering topic detection jobs. For more information, see
5239
5805
  * .</p>
5240
5806
  */
@@ -5261,6 +5827,9 @@ export interface TopicsDetectionJobFilter {
5261
5827
  */
5262
5828
  SubmitTimeAfter?: Date;
5263
5829
  }
5830
+ /**
5831
+ * @public
5832
+ */
5264
5833
  export interface ListTopicsDetectionJobsRequest {
5265
5834
  /**
5266
5835
  * <p>Filters the jobs that are returned. Jobs can be filtered on their name, status, or the
@@ -5276,6 +5845,9 @@ export interface ListTopicsDetectionJobsRequest {
5276
5845
  */
5277
5846
  MaxResults?: number;
5278
5847
  }
5848
+ /**
5849
+ * @public
5850
+ */
5279
5851
  export interface ListTopicsDetectionJobsResponse {
5280
5852
  /**
5281
5853
  * <p>A list containing the properties of each job that is returned.</p>
@@ -5286,6 +5858,9 @@ export interface ListTopicsDetectionJobsResponse {
5286
5858
  */
5287
5859
  NextToken?: string;
5288
5860
  }
5861
+ /**
5862
+ * @public
5863
+ */
5289
5864
  export interface PutResourcePolicyRequest {
5290
5865
  /**
5291
5866
  * <p>The Amazon Resource Name (ARN) of the custom model to attach the policy to.</p>
@@ -5297,12 +5872,12 @@ export interface PutResourcePolicyRequest {
5297
5872
  * attribute names and values in double quotes. If the JSON body is also enclosed in double
5298
5873
  * quotes, then you must escape the double quotes that are inside the policy:</p>
5299
5874
  * <p>
5300
- * <code>"{\"attribute\": \"value\", \"attribute\": [\"value\"]}"</code>
5875
+ * <code>"\{\"attribute\": \"value\", \"attribute\": [\"value\"]\}"</code>
5301
5876
  * </p>
5302
5877
  * <p>To avoid escaping quotes, you can use single quotes to enclose the policy and double
5303
5878
  * quotes to enclose the JSON names and values:</p>
5304
5879
  * <p>
5305
- * <code>'{"attribute": "value", "attribute": ["value"]}'</code>
5880
+ * <code>'\{"attribute": "value", "attribute": ["value"]\}'</code>
5306
5881
  * </p>
5307
5882
  */
5308
5883
  ResourcePolicy: string | undefined;
@@ -5313,6 +5888,9 @@ export interface PutResourcePolicyRequest {
5313
5888
  */
5314
5889
  PolicyRevisionId?: string;
5315
5890
  }
5891
+ /**
5892
+ * @public
5893
+ */
5316
5894
  export interface PutResourcePolicyResponse {
5317
5895
  /**
5318
5896
  * <p>The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a
@@ -5320,6 +5898,9 @@ export interface PutResourcePolicyResponse {
5320
5898
  */
5321
5899
  PolicyRevisionId?: string;
5322
5900
  }
5901
+ /**
5902
+ * @public
5903
+ */
5323
5904
  export interface StartDocumentClassificationJobRequest {
5324
5905
  /**
5325
5906
  * <p>The identifier of the job.</p>
@@ -5383,6 +5964,9 @@ export interface StartDocumentClassificationJobRequest {
5383
5964
  */
5384
5965
  FlywheelArn?: string;
5385
5966
  }
5967
+ /**
5968
+ * @public
5969
+ */
5386
5970
  export interface StartDocumentClassificationJobResponse {
5387
5971
  /**
5388
5972
  * <p>The identifier generated for the job. To get the status of the job, use this identifier
@@ -5433,6 +6017,9 @@ export interface StartDocumentClassificationJobResponse {
5433
6017
  */
5434
6018
  DocumentClassifierArn?: string;
5435
6019
  }
6020
+ /**
6021
+ * @public
6022
+ */
5436
6023
  export interface StartDominantLanguageDetectionJobRequest {
5437
6024
  /**
5438
6025
  * <p>Specifies the format and location of the input data for the job.</p>
@@ -5486,6 +6073,9 @@ export interface StartDominantLanguageDetectionJobRequest {
5486
6073
  */
5487
6074
  Tags?: Tag[];
5488
6075
  }
6076
+ /**
6077
+ * @public
6078
+ */
5489
6079
  export interface StartDominantLanguageDetectionJobResponse {
5490
6080
  /**
5491
6081
  * <p>The identifier generated for the job. To get the status of a job, use this identifier with
@@ -5524,6 +6114,9 @@ export interface StartDominantLanguageDetectionJobResponse {
5524
6114
  */
5525
6115
  JobStatus?: JobStatus | string;
5526
6116
  }
6117
+ /**
6118
+ * @public
6119
+ */
5527
6120
  export interface StartEntitiesDetectionJobRequest {
5528
6121
  /**
5529
6122
  * <p>Specifies the format and location of the input data for the job.</p>
@@ -5594,6 +6187,9 @@ export interface StartEntitiesDetectionJobRequest {
5594
6187
  */
5595
6188
  FlywheelArn?: string;
5596
6189
  }
6190
+ /**
6191
+ * @public
6192
+ */
5597
6193
  export interface StartEntitiesDetectionJobResponse {
5598
6194
  /**
5599
6195
  * <p>The identifier generated for the job. To get the status of job, use this identifier with
@@ -5643,6 +6239,9 @@ export interface StartEntitiesDetectionJobResponse {
5643
6239
  */
5644
6240
  EntityRecognizerArn?: string;
5645
6241
  }
6242
+ /**
6243
+ * @public
6244
+ */
5646
6245
  export interface StartEventsDetectionJobRequest {
5647
6246
  /**
5648
6247
  * <p>Specifies the format and location of the input data for the job.</p>
@@ -5681,6 +6280,9 @@ export interface StartEventsDetectionJobRequest {
5681
6280
  */
5682
6281
  Tags?: Tag[];
5683
6282
  }
6283
+ /**
6284
+ * @public
6285
+ */
5684
6286
  export interface StartEventsDetectionJobResponse {
5685
6287
  /**
5686
6288
  * <p>An unique identifier for the request. If you don't set the client request token, Amazon
@@ -5705,6 +6307,9 @@ export interface StartEventsDetectionJobResponse {
5705
6307
  */
5706
6308
  JobStatus?: JobStatus | string;
5707
6309
  }
6310
+ /**
6311
+ * @public
6312
+ */
5708
6313
  export interface StartFlywheelIterationRequest {
5709
6314
  /**
5710
6315
  * <p>The ARN of the flywheel.</p>
@@ -5716,6 +6321,9 @@ export interface StartFlywheelIterationRequest {
5716
6321
  */
5717
6322
  ClientRequestToken?: string;
5718
6323
  }
6324
+ /**
6325
+ * @public
6326
+ */
5719
6327
  export interface StartFlywheelIterationResponse {
5720
6328
  /**
5721
6329
  * <p></p>
@@ -5726,6 +6334,9 @@ export interface StartFlywheelIterationResponse {
5726
6334
  */
5727
6335
  FlywheelIterationId?: string;
5728
6336
  }
6337
+ /**
6338
+ * @public
6339
+ */
5729
6340
  export interface StartKeyPhrasesDetectionJobRequest {
5730
6341
  /**
5731
6342
  * <p>Specifies the format and location of the input data for the job.</p>
@@ -5785,6 +6396,9 @@ export interface StartKeyPhrasesDetectionJobRequest {
5785
6396
  */
5786
6397
  Tags?: Tag[];
5787
6398
  }
6399
+ /**
6400
+ * @public
6401
+ */
5788
6402
  export interface StartKeyPhrasesDetectionJobResponse {
5789
6403
  /**
5790
6404
  * <p>The identifier generated for the job. To get the status of a job, use this identifier with
@@ -5823,6 +6437,9 @@ export interface StartKeyPhrasesDetectionJobResponse {
5823
6437
  */
5824
6438
  JobStatus?: JobStatus | string;
5825
6439
  }
6440
+ /**
6441
+ * @public
6442
+ */
5826
6443
  export interface StartPiiEntitiesDetectionJobRequest {
5827
6444
  /**
5828
6445
  * <p>The input properties for a PII entities detection job.</p>
@@ -5869,6 +6486,9 @@ export interface StartPiiEntitiesDetectionJobRequest {
5869
6486
  */
5870
6487
  Tags?: Tag[];
5871
6488
  }
6489
+ /**
6490
+ * @public
6491
+ */
5872
6492
  export interface StartPiiEntitiesDetectionJobResponse {
5873
6493
  /**
5874
6494
  * <p>The identifier generated for the job.</p>
@@ -5892,6 +6512,9 @@ export interface StartPiiEntitiesDetectionJobResponse {
5892
6512
  */
5893
6513
  JobStatus?: JobStatus | string;
5894
6514
  }
6515
+ /**
6516
+ * @public
6517
+ */
5895
6518
  export interface StartSentimentDetectionJobRequest {
5896
6519
  /**
5897
6520
  * <p>Specifies the format and location of the input data for the job.</p>
@@ -5950,6 +6573,9 @@ export interface StartSentimentDetectionJobRequest {
5950
6573
  */
5951
6574
  Tags?: Tag[];
5952
6575
  }
6576
+ /**
6577
+ * @public
6578
+ */
5953
6579
  export interface StartSentimentDetectionJobResponse {
5954
6580
  /**
5955
6581
  * <p>The identifier generated for the job. To get the status of a job, use this identifier with
@@ -5988,6 +6614,9 @@ export interface StartSentimentDetectionJobResponse {
5988
6614
  */
5989
6615
  JobStatus?: JobStatus | string;
5990
6616
  }
6617
+ /**
6618
+ * @public
6619
+ */
5991
6620
  export interface StartTargetedSentimentDetectionJobRequest {
5992
6621
  /**
5993
6622
  * <p>The input properties for an inference job. The document reader config field applies
@@ -6046,6 +6675,9 @@ export interface StartTargetedSentimentDetectionJobRequest {
6046
6675
  */
6047
6676
  Tags?: Tag[];
6048
6677
  }
6678
+ /**
6679
+ * @public
6680
+ */
6049
6681
  export interface StartTargetedSentimentDetectionJobResponse {
6050
6682
  /**
6051
6683
  * <p>The identifier generated for the job. To get the status of a job, use this identifier with
@@ -6085,6 +6717,9 @@ export interface StartTargetedSentimentDetectionJobResponse {
6085
6717
  */
6086
6718
  JobStatus?: JobStatus | string;
6087
6719
  }
6720
+ /**
6721
+ * @public
6722
+ */
6088
6723
  export interface StartTopicsDetectionJobRequest {
6089
6724
  /**
6090
6725
  * <p>Specifies the format and location of the input data for the job.</p>
@@ -6144,6 +6779,9 @@ export interface StartTopicsDetectionJobRequest {
6144
6779
  */
6145
6780
  Tags?: Tag[];
6146
6781
  }
6782
+ /**
6783
+ * @public
6784
+ */
6147
6785
  export interface StartTopicsDetectionJobResponse {
6148
6786
  /**
6149
6787
  * <p>The identifier generated for the job. To get the status of the job, use this identifier
@@ -6184,12 +6822,18 @@ export interface StartTopicsDetectionJobResponse {
6184
6822
  */
6185
6823
  JobStatus?: JobStatus | string;
6186
6824
  }
6825
+ /**
6826
+ * @public
6827
+ */
6187
6828
  export interface StopDominantLanguageDetectionJobRequest {
6188
6829
  /**
6189
6830
  * <p>The identifier of the dominant language detection job to stop.</p>
6190
6831
  */
6191
6832
  JobId: string | undefined;
6192
6833
  }
6834
+ /**
6835
+ * @public
6836
+ */
6193
6837
  export interface StopDominantLanguageDetectionJobResponse {
6194
6838
  /**
6195
6839
  * <p>The identifier of the dominant language detection job to stop.</p>
@@ -6202,12 +6846,18 @@ export interface StopDominantLanguageDetectionJobResponse {
6202
6846
  */
6203
6847
  JobStatus?: JobStatus | string;
6204
6848
  }
6849
+ /**
6850
+ * @public
6851
+ */
6205
6852
  export interface StopEntitiesDetectionJobRequest {
6206
6853
  /**
6207
6854
  * <p>The identifier of the entities detection job to stop.</p>
6208
6855
  */
6209
6856
  JobId: string | undefined;
6210
6857
  }
6858
+ /**
6859
+ * @public
6860
+ */
6211
6861
  export interface StopEntitiesDetectionJobResponse {
6212
6862
  /**
6213
6863
  * <p>The identifier of the entities detection job to stop.</p>
@@ -6220,12 +6870,18 @@ export interface StopEntitiesDetectionJobResponse {
6220
6870
  */
6221
6871
  JobStatus?: JobStatus | string;
6222
6872
  }
6873
+ /**
6874
+ * @public
6875
+ */
6223
6876
  export interface StopEventsDetectionJobRequest {
6224
6877
  /**
6225
6878
  * <p>The identifier of the events detection job to stop.</p>
6226
6879
  */
6227
6880
  JobId: string | undefined;
6228
6881
  }
6882
+ /**
6883
+ * @public
6884
+ */
6229
6885
  export interface StopEventsDetectionJobResponse {
6230
6886
  /**
6231
6887
  * <p>The identifier of the events detection job to stop.</p>
@@ -6236,12 +6892,18 @@ export interface StopEventsDetectionJobResponse {
6236
6892
  */
6237
6893
  JobStatus?: JobStatus | string;
6238
6894
  }
6895
+ /**
6896
+ * @public
6897
+ */
6239
6898
  export interface StopKeyPhrasesDetectionJobRequest {
6240
6899
  /**
6241
6900
  * <p>The identifier of the key phrases detection job to stop.</p>
6242
6901
  */
6243
6902
  JobId: string | undefined;
6244
6903
  }
6904
+ /**
6905
+ * @public
6906
+ */
6245
6907
  export interface StopKeyPhrasesDetectionJobResponse {
6246
6908
  /**
6247
6909
  * <p>The identifier of the key phrases detection job to stop.</p>
@@ -6254,12 +6916,18 @@ export interface StopKeyPhrasesDetectionJobResponse {
6254
6916
  */
6255
6917
  JobStatus?: JobStatus | string;
6256
6918
  }
6919
+ /**
6920
+ * @public
6921
+ */
6257
6922
  export interface StopPiiEntitiesDetectionJobRequest {
6258
6923
  /**
6259
6924
  * <p>The identifier of the PII entities detection job to stop.</p>
6260
6925
  */
6261
6926
  JobId: string | undefined;
6262
6927
  }
6928
+ /**
6929
+ * @public
6930
+ */
6263
6931
  export interface StopPiiEntitiesDetectionJobResponse {
6264
6932
  /**
6265
6933
  * <p>The identifier of the PII entities detection job to stop.</p>
@@ -6270,12 +6938,18 @@ export interface StopPiiEntitiesDetectionJobResponse {
6270
6938
  */
6271
6939
  JobStatus?: JobStatus | string;
6272
6940
  }
6941
+ /**
6942
+ * @public
6943
+ */
6273
6944
  export interface StopSentimentDetectionJobRequest {
6274
6945
  /**
6275
6946
  * <p>The identifier of the sentiment detection job to stop.</p>
6276
6947
  */
6277
6948
  JobId: string | undefined;
6278
6949
  }
6950
+ /**
6951
+ * @public
6952
+ */
6279
6953
  export interface StopSentimentDetectionJobResponse {
6280
6954
  /**
6281
6955
  * <p>The identifier of the sentiment detection job to stop.</p>
@@ -6288,54 +6962,18 @@ export interface StopSentimentDetectionJobResponse {
6288
6962
  */
6289
6963
  JobStatus?: JobStatus | string;
6290
6964
  }
6291
- /**
6292
- * @internal
6293
- */
6294
- export declare const AugmentedManifestsListItemFilterSensitiveLog: (obj: AugmentedManifestsListItem) => any;
6295
6965
  /**
6296
6966
  * @internal
6297
6967
  */
6298
6968
  export declare const BatchDetectDominantLanguageRequestFilterSensitiveLog: (obj: BatchDetectDominantLanguageRequest) => any;
6299
- /**
6300
- * @internal
6301
- */
6302
- export declare const BatchItemErrorFilterSensitiveLog: (obj: BatchItemError) => any;
6303
- /**
6304
- * @internal
6305
- */
6306
- export declare const DominantLanguageFilterSensitiveLog: (obj: DominantLanguage) => any;
6307
- /**
6308
- * @internal
6309
- */
6310
- export declare const BatchDetectDominantLanguageItemResultFilterSensitiveLog: (obj: BatchDetectDominantLanguageItemResult) => any;
6311
6969
  /**
6312
6970
  * @internal
6313
6971
  */
6314
6972
  export declare const BatchDetectDominantLanguageResponseFilterSensitiveLog: (obj: BatchDetectDominantLanguageResponse) => any;
6315
- /**
6316
- * @internal
6317
- */
6318
- export declare const InvalidRequestDetailFilterSensitiveLog: (obj: InvalidRequestDetail) => any;
6319
6973
  /**
6320
6974
  * @internal
6321
6975
  */
6322
6976
  export declare const BatchDetectEntitiesRequestFilterSensitiveLog: (obj: BatchDetectEntitiesRequest) => any;
6323
- /**
6324
- * @internal
6325
- */
6326
- export declare const ChildBlockFilterSensitiveLog: (obj: ChildBlock) => any;
6327
- /**
6328
- * @internal
6329
- */
6330
- export declare const BlockReferenceFilterSensitiveLog: (obj: BlockReference) => any;
6331
- /**
6332
- * @internal
6333
- */
6334
- export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
6335
- /**
6336
- * @internal
6337
- */
6338
- export declare const BatchDetectEntitiesItemResultFilterSensitiveLog: (obj: BatchDetectEntitiesItemResult) => any;
6339
6977
  /**
6340
6978
  * @internal
6341
6979
  */
@@ -6344,14 +6982,6 @@ export declare const BatchDetectEntitiesResponseFilterSensitiveLog: (obj: BatchD
6344
6982
  * @internal
6345
6983
  */
6346
6984
  export declare const BatchDetectKeyPhrasesRequestFilterSensitiveLog: (obj: BatchDetectKeyPhrasesRequest) => any;
6347
- /**
6348
- * @internal
6349
- */
6350
- export declare const KeyPhraseFilterSensitiveLog: (obj: KeyPhrase) => any;
6351
- /**
6352
- * @internal
6353
- */
6354
- export declare const BatchDetectKeyPhrasesItemResultFilterSensitiveLog: (obj: BatchDetectKeyPhrasesItemResult) => any;
6355
6985
  /**
6356
6986
  * @internal
6357
6987
  */
@@ -6360,14 +6990,6 @@ export declare const BatchDetectKeyPhrasesResponseFilterSensitiveLog: (obj: Batc
6360
6990
  * @internal
6361
6991
  */
6362
6992
  export declare const BatchDetectSentimentRequestFilterSensitiveLog: (obj: BatchDetectSentimentRequest) => any;
6363
- /**
6364
- * @internal
6365
- */
6366
- export declare const SentimentScoreFilterSensitiveLog: (obj: SentimentScore) => any;
6367
- /**
6368
- * @internal
6369
- */
6370
- export declare const BatchDetectSentimentItemResultFilterSensitiveLog: (obj: BatchDetectSentimentItemResult) => any;
6371
6993
  /**
6372
6994
  * @internal
6373
6995
  */
@@ -6376,18 +6998,6 @@ export declare const BatchDetectSentimentResponseFilterSensitiveLog: (obj: Batch
6376
6998
  * @internal
6377
6999
  */
6378
7000
  export declare const BatchDetectSyntaxRequestFilterSensitiveLog: (obj: BatchDetectSyntaxRequest) => any;
6379
- /**
6380
- * @internal
6381
- */
6382
- export declare const PartOfSpeechTagFilterSensitiveLog: (obj: PartOfSpeechTag) => any;
6383
- /**
6384
- * @internal
6385
- */
6386
- export declare const SyntaxTokenFilterSensitiveLog: (obj: SyntaxToken) => any;
6387
- /**
6388
- * @internal
6389
- */
6390
- export declare const BatchDetectSyntaxItemResultFilterSensitiveLog: (obj: BatchDetectSyntaxItemResult) => any;
6391
7001
  /**
6392
7002
  * @internal
6393
7003
  */
@@ -6396,86 +7006,18 @@ export declare const BatchDetectSyntaxResponseFilterSensitiveLog: (obj: BatchDet
6396
7006
  * @internal
6397
7007
  */
6398
7008
  export declare const BatchDetectTargetedSentimentRequestFilterSensitiveLog: (obj: BatchDetectTargetedSentimentRequest) => any;
6399
- /**
6400
- * @internal
6401
- */
6402
- export declare const MentionSentimentFilterSensitiveLog: (obj: MentionSentiment) => any;
6403
- /**
6404
- * @internal
6405
- */
6406
- export declare const TargetedSentimentMentionFilterSensitiveLog: (obj: TargetedSentimentMention) => any;
6407
- /**
6408
- * @internal
6409
- */
6410
- export declare const TargetedSentimentEntityFilterSensitiveLog: (obj: TargetedSentimentEntity) => any;
6411
- /**
6412
- * @internal
6413
- */
6414
- export declare const BatchDetectTargetedSentimentItemResultFilterSensitiveLog: (obj: BatchDetectTargetedSentimentItemResult) => any;
6415
7009
  /**
6416
7010
  * @internal
6417
7011
  */
6418
7012
  export declare const BatchDetectTargetedSentimentResponseFilterSensitiveLog: (obj: BatchDetectTargetedSentimentResponse) => any;
6419
- /**
6420
- * @internal
6421
- */
6422
- export declare const BoundingBoxFilterSensitiveLog: (obj: BoundingBox) => any;
6423
- /**
6424
- * @internal
6425
- */
6426
- export declare const PointFilterSensitiveLog: (obj: Point) => any;
6427
- /**
6428
- * @internal
6429
- */
6430
- export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
6431
- /**
6432
- * @internal
6433
- */
6434
- export declare const RelationshipsListItemFilterSensitiveLog: (obj: RelationshipsListItem) => any;
6435
- /**
6436
- * @internal
6437
- */
6438
- export declare const BlockFilterSensitiveLog: (obj: Block) => any;
6439
- /**
6440
- * @internal
6441
- */
6442
- export declare const ClassifierEvaluationMetricsFilterSensitiveLog: (obj: ClassifierEvaluationMetrics) => any;
6443
7013
  /**
6444
7014
  * @internal
6445
7015
  */
6446
7016
  export declare const ClassifierMetadataFilterSensitiveLog: (obj: ClassifierMetadata) => any;
6447
- /**
6448
- * @internal
6449
- */
6450
- export declare const DocumentReaderConfigFilterSensitiveLog: (obj: DocumentReaderConfig) => any;
6451
7017
  /**
6452
7018
  * @internal
6453
7019
  */
6454
7020
  export declare const ClassifyDocumentRequestFilterSensitiveLog: (obj: ClassifyDocumentRequest) => any;
6455
- /**
6456
- * @internal
6457
- */
6458
- export declare const DocumentClassFilterSensitiveLog: (obj: DocumentClass) => any;
6459
- /**
6460
- * @internal
6461
- */
6462
- export declare const ExtractedCharactersListItemFilterSensitiveLog: (obj: ExtractedCharactersListItem) => any;
6463
- /**
6464
- * @internal
6465
- */
6466
- export declare const DocumentMetadataFilterSensitiveLog: (obj: DocumentMetadata) => any;
6467
- /**
6468
- * @internal
6469
- */
6470
- export declare const DocumentTypeListItemFilterSensitiveLog: (obj: DocumentTypeListItem) => any;
6471
- /**
6472
- * @internal
6473
- */
6474
- export declare const ErrorsListItemFilterSensitiveLog: (obj: ErrorsListItem) => any;
6475
- /**
6476
- * @internal
6477
- */
6478
- export declare const DocumentLabelFilterSensitiveLog: (obj: DocumentLabel) => any;
6479
7021
  /**
6480
7022
  * @internal
6481
7023
  */
@@ -6483,820 +7025,76 @@ export declare const ClassifyDocumentResponseFilterSensitiveLog: (obj: ClassifyD
6483
7025
  /**
6484
7026
  * @internal
6485
7027
  */
6486
- export declare const ContainsPiiEntitiesRequestFilterSensitiveLog: (obj: ContainsPiiEntitiesRequest) => any;
6487
- /**
6488
- * @internal
6489
- */
6490
- export declare const EntityLabelFilterSensitiveLog: (obj: EntityLabel) => any;
6491
- /**
6492
- * @internal
6493
- */
6494
- export declare const ContainsPiiEntitiesResponseFilterSensitiveLog: (obj: ContainsPiiEntitiesResponse) => any;
6495
- /**
6496
- * @internal
6497
- */
6498
- export declare const DatasetAugmentedManifestsListItemFilterSensitiveLog: (obj: DatasetAugmentedManifestsListItem) => any;
6499
- /**
6500
- * @internal
6501
- */
6502
- export declare const DatasetDocumentClassifierInputDataConfigFilterSensitiveLog: (obj: DatasetDocumentClassifierInputDataConfig) => any;
6503
- /**
6504
- * @internal
6505
- */
6506
- export declare const DatasetEntityRecognizerAnnotationsFilterSensitiveLog: (obj: DatasetEntityRecognizerAnnotations) => any;
6507
- /**
6508
- * @internal
6509
- */
6510
- export declare const DatasetEntityRecognizerDocumentsFilterSensitiveLog: (obj: DatasetEntityRecognizerDocuments) => any;
6511
- /**
6512
- * @internal
6513
- */
6514
- export declare const DatasetEntityRecognizerEntityListFilterSensitiveLog: (obj: DatasetEntityRecognizerEntityList) => any;
7028
+ export declare const DocumentClassifierPropertiesFilterSensitiveLog: (obj: DocumentClassifierProperties) => any;
6515
7029
  /**
6516
7030
  * @internal
6517
7031
  */
6518
- export declare const DatasetEntityRecognizerInputDataConfigFilterSensitiveLog: (obj: DatasetEntityRecognizerInputDataConfig) => any;
7032
+ export declare const DescribeDocumentClassifierResponseFilterSensitiveLog: (obj: DescribeDocumentClassifierResponse) => any;
6519
7033
  /**
6520
7034
  * @internal
6521
7035
  */
6522
- export declare const DatasetInputDataConfigFilterSensitiveLog: (obj: DatasetInputDataConfig) => any;
7036
+ export declare const EntityRecognizerMetadataFilterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
6523
7037
  /**
6524
7038
  * @internal
6525
7039
  */
6526
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
7040
+ export declare const EntityRecognizerPropertiesFilterSensitiveLog: (obj: EntityRecognizerProperties) => any;
6527
7041
  /**
6528
7042
  * @internal
6529
7043
  */
6530
- export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
7044
+ export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
6531
7045
  /**
6532
7046
  * @internal
6533
7047
  */
6534
- export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
7048
+ export declare const DetectDominantLanguageRequestFilterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
6535
7049
  /**
6536
7050
  * @internal
6537
7051
  */
6538
- export declare const DocumentClassifierInputDataConfigFilterSensitiveLog: (obj: DocumentClassifierInputDataConfig) => any;
7052
+ export declare const DetectDominantLanguageResponseFilterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
6539
7053
  /**
6540
7054
  * @internal
6541
7055
  */
6542
- export declare const DocumentClassifierOutputDataConfigFilterSensitiveLog: (obj: DocumentClassifierOutputDataConfig) => any;
7056
+ export declare const DetectEntitiesRequestFilterSensitiveLog: (obj: DetectEntitiesRequest) => any;
6543
7057
  /**
6544
7058
  * @internal
6545
7059
  */
6546
- export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
7060
+ export declare const DetectEntitiesResponseFilterSensitiveLog: (obj: DetectEntitiesResponse) => any;
6547
7061
  /**
6548
7062
  * @internal
6549
7063
  */
6550
- export declare const CreateDocumentClassifierRequestFilterSensitiveLog: (obj: CreateDocumentClassifierRequest) => any;
7064
+ export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
6551
7065
  /**
6552
7066
  * @internal
6553
7067
  */
6554
- export declare const CreateDocumentClassifierResponseFilterSensitiveLog: (obj: CreateDocumentClassifierResponse) => any;
7068
+ export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
6555
7069
  /**
6556
7070
  * @internal
6557
7071
  */
6558
- export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
7072
+ export declare const DetectSentimentRequestFilterSensitiveLog: (obj: DetectSentimentRequest) => any;
6559
7073
  /**
6560
7074
  * @internal
6561
7075
  */
6562
- export declare const CreateEndpointResponseFilterSensitiveLog: (obj: CreateEndpointResponse) => any;
7076
+ export declare const DetectSentimentResponseFilterSensitiveLog: (obj: DetectSentimentResponse) => any;
6563
7077
  /**
6564
7078
  * @internal
6565
7079
  */
6566
- export declare const EntityRecognizerAnnotationsFilterSensitiveLog: (obj: EntityRecognizerAnnotations) => any;
7080
+ export declare const DetectSyntaxRequestFilterSensitiveLog: (obj: DetectSyntaxRequest) => any;
6567
7081
  /**
6568
7082
  * @internal
6569
7083
  */
6570
- export declare const EntityRecognizerDocumentsFilterSensitiveLog: (obj: EntityRecognizerDocuments) => any;
7084
+ export declare const DetectSyntaxResponseFilterSensitiveLog: (obj: DetectSyntaxResponse) => any;
6571
7085
  /**
6572
7086
  * @internal
6573
7087
  */
6574
- export declare const EntityRecognizerEntityListFilterSensitiveLog: (obj: EntityRecognizerEntityList) => any;
7088
+ export declare const DetectTargetedSentimentRequestFilterSensitiveLog: (obj: DetectTargetedSentimentRequest) => any;
6575
7089
  /**
6576
7090
  * @internal
6577
7091
  */
6578
- export declare const EntityTypesListItemFilterSensitiveLog: (obj: EntityTypesListItem) => any;
7092
+ export declare const DetectTargetedSentimentResponseFilterSensitiveLog: (obj: DetectTargetedSentimentResponse) => any;
6579
7093
  /**
6580
7094
  * @internal
6581
7095
  */
6582
- export declare const EntityRecognizerInputDataConfigFilterSensitiveLog: (obj: EntityRecognizerInputDataConfig) => any;
6583
- /**
6584
- * @internal
6585
- */
6586
- export declare const CreateEntityRecognizerRequestFilterSensitiveLog: (obj: CreateEntityRecognizerRequest) => any;
6587
- /**
6588
- * @internal
6589
- */
6590
- export declare const CreateEntityRecognizerResponseFilterSensitiveLog: (obj: CreateEntityRecognizerResponse) => any;
6591
- /**
6592
- * @internal
6593
- */
6594
- export declare const DataSecurityConfigFilterSensitiveLog: (obj: DataSecurityConfig) => any;
6595
- /**
6596
- * @internal
6597
- */
6598
- export declare const DocumentClassificationConfigFilterSensitiveLog: (obj: DocumentClassificationConfig) => any;
6599
- /**
6600
- * @internal
6601
- */
6602
- export declare const EntityRecognitionConfigFilterSensitiveLog: (obj: EntityRecognitionConfig) => any;
6603
- /**
6604
- * @internal
6605
- */
6606
- export declare const TaskConfigFilterSensitiveLog: (obj: TaskConfig) => any;
6607
- /**
6608
- * @internal
6609
- */
6610
- export declare const CreateFlywheelRequestFilterSensitiveLog: (obj: CreateFlywheelRequest) => any;
6611
- /**
6612
- * @internal
6613
- */
6614
- export declare const CreateFlywheelResponseFilterSensitiveLog: (obj: CreateFlywheelResponse) => any;
6615
- /**
6616
- * @internal
6617
- */
6618
- export declare const DeleteDocumentClassifierRequestFilterSensitiveLog: (obj: DeleteDocumentClassifierRequest) => any;
6619
- /**
6620
- * @internal
6621
- */
6622
- export declare const DeleteDocumentClassifierResponseFilterSensitiveLog: (obj: DeleteDocumentClassifierResponse) => any;
6623
- /**
6624
- * @internal
6625
- */
6626
- export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
6627
- /**
6628
- * @internal
6629
- */
6630
- export declare const DeleteEndpointResponseFilterSensitiveLog: (obj: DeleteEndpointResponse) => any;
6631
- /**
6632
- * @internal
6633
- */
6634
- export declare const DeleteEntityRecognizerRequestFilterSensitiveLog: (obj: DeleteEntityRecognizerRequest) => any;
6635
- /**
6636
- * @internal
6637
- */
6638
- export declare const DeleteEntityRecognizerResponseFilterSensitiveLog: (obj: DeleteEntityRecognizerResponse) => any;
6639
- /**
6640
- * @internal
6641
- */
6642
- export declare const DeleteFlywheelRequestFilterSensitiveLog: (obj: DeleteFlywheelRequest) => any;
6643
- /**
6644
- * @internal
6645
- */
6646
- export declare const DeleteFlywheelResponseFilterSensitiveLog: (obj: DeleteFlywheelResponse) => any;
6647
- /**
6648
- * @internal
6649
- */
6650
- export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
6651
- /**
6652
- * @internal
6653
- */
6654
- export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
6655
- /**
6656
- * @internal
6657
- */
6658
- export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
6659
- /**
6660
- * @internal
6661
- */
6662
- export declare const DatasetPropertiesFilterSensitiveLog: (obj: DatasetProperties) => any;
6663
- /**
6664
- * @internal
6665
- */
6666
- export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
6667
- /**
6668
- * @internal
6669
- */
6670
- export declare const DescribeDocumentClassificationJobRequestFilterSensitiveLog: (obj: DescribeDocumentClassificationJobRequest) => any;
6671
- /**
6672
- * @internal
6673
- */
6674
- export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
6675
- /**
6676
- * @internal
6677
- */
6678
- export declare const OutputDataConfigFilterSensitiveLog: (obj: OutputDataConfig) => any;
6679
- /**
6680
- * @internal
6681
- */
6682
- export declare const DocumentClassificationJobPropertiesFilterSensitiveLog: (obj: DocumentClassificationJobProperties) => any;
6683
- /**
6684
- * @internal
6685
- */
6686
- export declare const DescribeDocumentClassificationJobResponseFilterSensitiveLog: (obj: DescribeDocumentClassificationJobResponse) => any;
6687
- /**
6688
- * @internal
6689
- */
6690
- export declare const DescribeDocumentClassifierRequestFilterSensitiveLog: (obj: DescribeDocumentClassifierRequest) => any;
6691
- /**
6692
- * @internal
6693
- */
6694
- export declare const DocumentClassifierPropertiesFilterSensitiveLog: (obj: DocumentClassifierProperties) => any;
6695
- /**
6696
- * @internal
6697
- */
6698
- export declare const DescribeDocumentClassifierResponseFilterSensitiveLog: (obj: DescribeDocumentClassifierResponse) => any;
6699
- /**
6700
- * @internal
6701
- */
6702
- export declare const DescribeDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobRequest) => any;
6703
- /**
6704
- * @internal
6705
- */
6706
- export declare const DominantLanguageDetectionJobPropertiesFilterSensitiveLog: (obj: DominantLanguageDetectionJobProperties) => any;
6707
- /**
6708
- * @internal
6709
- */
6710
- export declare const DescribeDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: DescribeDominantLanguageDetectionJobResponse) => any;
6711
- /**
6712
- * @internal
6713
- */
6714
- export declare const DescribeEndpointRequestFilterSensitiveLog: (obj: DescribeEndpointRequest) => any;
6715
- /**
6716
- * @internal
6717
- */
6718
- export declare const EndpointPropertiesFilterSensitiveLog: (obj: EndpointProperties) => any;
6719
- /**
6720
- * @internal
6721
- */
6722
- export declare const DescribeEndpointResponseFilterSensitiveLog: (obj: DescribeEndpointResponse) => any;
6723
- /**
6724
- * @internal
6725
- */
6726
- export declare const DescribeEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobRequest) => any;
6727
- /**
6728
- * @internal
6729
- */
6730
- export declare const EntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: EntitiesDetectionJobProperties) => any;
6731
- /**
6732
- * @internal
6733
- */
6734
- export declare const DescribeEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribeEntitiesDetectionJobResponse) => any;
6735
- /**
6736
- * @internal
6737
- */
6738
- export declare const DescribeEntityRecognizerRequestFilterSensitiveLog: (obj: DescribeEntityRecognizerRequest) => any;
6739
- /**
6740
- * @internal
6741
- */
6742
- export declare const EntityRecognizerOutputDataConfigFilterSensitiveLog: (obj: EntityRecognizerOutputDataConfig) => any;
6743
- /**
6744
- * @internal
6745
- */
6746
- export declare const EntityTypesEvaluationMetricsFilterSensitiveLog: (obj: EntityTypesEvaluationMetrics) => any;
6747
- /**
6748
- * @internal
6749
- */
6750
- export declare const EntityRecognizerMetadataEntityTypesListItemFilterSensitiveLog: (obj: EntityRecognizerMetadataEntityTypesListItem) => any;
6751
- /**
6752
- * @internal
6753
- */
6754
- export declare const EntityRecognizerEvaluationMetricsFilterSensitiveLog: (obj: EntityRecognizerEvaluationMetrics) => any;
6755
- /**
6756
- * @internal
6757
- */
6758
- export declare const EntityRecognizerMetadataFilterSensitiveLog: (obj: EntityRecognizerMetadata) => any;
6759
- /**
6760
- * @internal
6761
- */
6762
- export declare const EntityRecognizerPropertiesFilterSensitiveLog: (obj: EntityRecognizerProperties) => any;
6763
- /**
6764
- * @internal
6765
- */
6766
- export declare const DescribeEntityRecognizerResponseFilterSensitiveLog: (obj: DescribeEntityRecognizerResponse) => any;
6767
- /**
6768
- * @internal
6769
- */
6770
- export declare const DescribeEventsDetectionJobRequestFilterSensitiveLog: (obj: DescribeEventsDetectionJobRequest) => any;
6771
- /**
6772
- * @internal
6773
- */
6774
- export declare const EventsDetectionJobPropertiesFilterSensitiveLog: (obj: EventsDetectionJobProperties) => any;
6775
- /**
6776
- * @internal
6777
- */
6778
- export declare const DescribeEventsDetectionJobResponseFilterSensitiveLog: (obj: DescribeEventsDetectionJobResponse) => any;
6779
- /**
6780
- * @internal
6781
- */
6782
- export declare const DescribeFlywheelRequestFilterSensitiveLog: (obj: DescribeFlywheelRequest) => any;
6783
- /**
6784
- * @internal
6785
- */
6786
- export declare const FlywheelPropertiesFilterSensitiveLog: (obj: FlywheelProperties) => any;
6787
- /**
6788
- * @internal
6789
- */
6790
- export declare const DescribeFlywheelResponseFilterSensitiveLog: (obj: DescribeFlywheelResponse) => any;
6791
- /**
6792
- * @internal
6793
- */
6794
- export declare const DescribeFlywheelIterationRequestFilterSensitiveLog: (obj: DescribeFlywheelIterationRequest) => any;
6795
- /**
6796
- * @internal
6797
- */
6798
- export declare const FlywheelModelEvaluationMetricsFilterSensitiveLog: (obj: FlywheelModelEvaluationMetrics) => any;
6799
- /**
6800
- * @internal
6801
- */
6802
- export declare const FlywheelIterationPropertiesFilterSensitiveLog: (obj: FlywheelIterationProperties) => any;
6803
- /**
6804
- * @internal
6805
- */
6806
- export declare const DescribeFlywheelIterationResponseFilterSensitiveLog: (obj: DescribeFlywheelIterationResponse) => any;
6807
- /**
6808
- * @internal
6809
- */
6810
- export declare const DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobRequest) => any;
6811
- /**
6812
- * @internal
6813
- */
6814
- export declare const KeyPhrasesDetectionJobPropertiesFilterSensitiveLog: (obj: KeyPhrasesDetectionJobProperties) => any;
6815
- /**
6816
- * @internal
6817
- */
6818
- export declare const DescribeKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: DescribeKeyPhrasesDetectionJobResponse) => any;
6819
- /**
6820
- * @internal
6821
- */
6822
- export declare const DescribePiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobRequest) => any;
6823
- /**
6824
- * @internal
6825
- */
6826
- export declare const PiiOutputDataConfigFilterSensitiveLog: (obj: PiiOutputDataConfig) => any;
6827
- /**
6828
- * @internal
6829
- */
6830
- export declare const RedactionConfigFilterSensitiveLog: (obj: RedactionConfig) => any;
6831
- /**
6832
- * @internal
6833
- */
6834
- export declare const PiiEntitiesDetectionJobPropertiesFilterSensitiveLog: (obj: PiiEntitiesDetectionJobProperties) => any;
6835
- /**
6836
- * @internal
6837
- */
6838
- export declare const DescribePiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: DescribePiiEntitiesDetectionJobResponse) => any;
6839
- /**
6840
- * @internal
6841
- */
6842
- export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (obj: DescribeResourcePolicyRequest) => any;
6843
- /**
6844
- * @internal
6845
- */
6846
- export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (obj: DescribeResourcePolicyResponse) => any;
6847
- /**
6848
- * @internal
6849
- */
6850
- export declare const DescribeSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeSentimentDetectionJobRequest) => any;
6851
- /**
6852
- * @internal
6853
- */
6854
- export declare const SentimentDetectionJobPropertiesFilterSensitiveLog: (obj: SentimentDetectionJobProperties) => any;
6855
- /**
6856
- * @internal
6857
- */
6858
- export declare const DescribeSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeSentimentDetectionJobResponse) => any;
6859
- /**
6860
- * @internal
6861
- */
6862
- export declare const DescribeTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobRequest) => any;
6863
- /**
6864
- * @internal
6865
- */
6866
- export declare const TargetedSentimentDetectionJobPropertiesFilterSensitiveLog: (obj: TargetedSentimentDetectionJobProperties) => any;
6867
- /**
6868
- * @internal
6869
- */
6870
- export declare const DescribeTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: DescribeTargetedSentimentDetectionJobResponse) => any;
6871
- /**
6872
- * @internal
6873
- */
6874
- export declare const DescribeTopicsDetectionJobRequestFilterSensitiveLog: (obj: DescribeTopicsDetectionJobRequest) => any;
6875
- /**
6876
- * @internal
6877
- */
6878
- export declare const TopicsDetectionJobPropertiesFilterSensitiveLog: (obj: TopicsDetectionJobProperties) => any;
6879
- /**
6880
- * @internal
6881
- */
6882
- export declare const DescribeTopicsDetectionJobResponseFilterSensitiveLog: (obj: DescribeTopicsDetectionJobResponse) => any;
6883
- /**
6884
- * @internal
6885
- */
6886
- export declare const DetectDominantLanguageRequestFilterSensitiveLog: (obj: DetectDominantLanguageRequest) => any;
6887
- /**
6888
- * @internal
6889
- */
6890
- export declare const DetectDominantLanguageResponseFilterSensitiveLog: (obj: DetectDominantLanguageResponse) => any;
6891
- /**
6892
- * @internal
6893
- */
6894
- export declare const DetectEntitiesRequestFilterSensitiveLog: (obj: DetectEntitiesRequest) => any;
6895
- /**
6896
- * @internal
6897
- */
6898
- export declare const DetectEntitiesResponseFilterSensitiveLog: (obj: DetectEntitiesResponse) => any;
6899
- /**
6900
- * @internal
6901
- */
6902
- export declare const DetectKeyPhrasesRequestFilterSensitiveLog: (obj: DetectKeyPhrasesRequest) => any;
6903
- /**
6904
- * @internal
6905
- */
6906
- export declare const DetectKeyPhrasesResponseFilterSensitiveLog: (obj: DetectKeyPhrasesResponse) => any;
6907
- /**
6908
- * @internal
6909
- */
6910
- export declare const DetectPiiEntitiesRequestFilterSensitiveLog: (obj: DetectPiiEntitiesRequest) => any;
6911
- /**
6912
- * @internal
6913
- */
6914
- export declare const PiiEntityFilterSensitiveLog: (obj: PiiEntity) => any;
6915
- /**
6916
- * @internal
6917
- */
6918
- export declare const DetectPiiEntitiesResponseFilterSensitiveLog: (obj: DetectPiiEntitiesResponse) => any;
6919
- /**
6920
- * @internal
6921
- */
6922
- export declare const DetectSentimentRequestFilterSensitiveLog: (obj: DetectSentimentRequest) => any;
6923
- /**
6924
- * @internal
6925
- */
6926
- export declare const DetectSentimentResponseFilterSensitiveLog: (obj: DetectSentimentResponse) => any;
6927
- /**
6928
- * @internal
6929
- */
6930
- export declare const DetectSyntaxRequestFilterSensitiveLog: (obj: DetectSyntaxRequest) => any;
6931
- /**
6932
- * @internal
6933
- */
6934
- export declare const DetectSyntaxResponseFilterSensitiveLog: (obj: DetectSyntaxResponse) => any;
6935
- /**
6936
- * @internal
6937
- */
6938
- export declare const DetectTargetedSentimentRequestFilterSensitiveLog: (obj: DetectTargetedSentimentRequest) => any;
6939
- /**
6940
- * @internal
6941
- */
6942
- export declare const DetectTargetedSentimentResponseFilterSensitiveLog: (obj: DetectTargetedSentimentResponse) => any;
6943
- /**
6944
- * @internal
6945
- */
6946
- export declare const ImportModelRequestFilterSensitiveLog: (obj: ImportModelRequest) => any;
6947
- /**
6948
- * @internal
6949
- */
6950
- export declare const ImportModelResponseFilterSensitiveLog: (obj: ImportModelResponse) => any;
6951
- /**
6952
- * @internal
6953
- */
6954
- export declare const DatasetFilterFilterSensitiveLog: (obj: DatasetFilter) => any;
6955
- /**
6956
- * @internal
6957
- */
6958
- export declare const ListDatasetsRequestFilterSensitiveLog: (obj: ListDatasetsRequest) => any;
6959
- /**
6960
- * @internal
6961
- */
6962
- export declare const ListDatasetsResponseFilterSensitiveLog: (obj: ListDatasetsResponse) => any;
6963
- /**
6964
- * @internal
6965
- */
6966
- export declare const DocumentClassificationJobFilterFilterSensitiveLog: (obj: DocumentClassificationJobFilter) => any;
6967
- /**
6968
- * @internal
6969
- */
6970
- export declare const ListDocumentClassificationJobsRequestFilterSensitiveLog: (obj: ListDocumentClassificationJobsRequest) => any;
6971
- /**
6972
- * @internal
6973
- */
6974
- export declare const ListDocumentClassificationJobsResponseFilterSensitiveLog: (obj: ListDocumentClassificationJobsResponse) => any;
6975
- /**
6976
- * @internal
6977
- */
6978
- export declare const DocumentClassifierFilterFilterSensitiveLog: (obj: DocumentClassifierFilter) => any;
6979
- /**
6980
- * @internal
6981
- */
6982
- export declare const ListDocumentClassifiersRequestFilterSensitiveLog: (obj: ListDocumentClassifiersRequest) => any;
6983
- /**
6984
- * @internal
6985
- */
6986
- export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
6987
- /**
6988
- * @internal
6989
- */
6990
- export declare const ListDocumentClassifierSummariesRequestFilterSensitiveLog: (obj: ListDocumentClassifierSummariesRequest) => any;
6991
- /**
6992
- * @internal
6993
- */
6994
- export declare const DocumentClassifierSummaryFilterSensitiveLog: (obj: DocumentClassifierSummary) => any;
6995
- /**
6996
- * @internal
6997
- */
6998
- export declare const ListDocumentClassifierSummariesResponseFilterSensitiveLog: (obj: ListDocumentClassifierSummariesResponse) => any;
6999
- /**
7000
- * @internal
7001
- */
7002
- export declare const DominantLanguageDetectionJobFilterFilterSensitiveLog: (obj: DominantLanguageDetectionJobFilter) => any;
7003
- /**
7004
- * @internal
7005
- */
7006
- export declare const ListDominantLanguageDetectionJobsRequestFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsRequest) => any;
7007
- /**
7008
- * @internal
7009
- */
7010
- export declare const ListDominantLanguageDetectionJobsResponseFilterSensitiveLog: (obj: ListDominantLanguageDetectionJobsResponse) => any;
7011
- /**
7012
- * @internal
7013
- */
7014
- export declare const EndpointFilterFilterSensitiveLog: (obj: EndpointFilter) => any;
7015
- /**
7016
- * @internal
7017
- */
7018
- export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
7019
- /**
7020
- * @internal
7021
- */
7022
- export declare const ListEndpointsResponseFilterSensitiveLog: (obj: ListEndpointsResponse) => any;
7023
- /**
7024
- * @internal
7025
- */
7026
- export declare const EntitiesDetectionJobFilterFilterSensitiveLog: (obj: EntitiesDetectionJobFilter) => any;
7027
- /**
7028
- * @internal
7029
- */
7030
- export declare const ListEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListEntitiesDetectionJobsRequest) => any;
7031
- /**
7032
- * @internal
7033
- */
7034
- export declare const ListEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListEntitiesDetectionJobsResponse) => any;
7035
- /**
7036
- * @internal
7037
- */
7038
- export declare const EntityRecognizerFilterFilterSensitiveLog: (obj: EntityRecognizerFilter) => any;
7039
- /**
7040
- * @internal
7041
- */
7042
- export declare const ListEntityRecognizersRequestFilterSensitiveLog: (obj: ListEntityRecognizersRequest) => any;
7096
+ export declare const ListDocumentClassifiersResponseFilterSensitiveLog: (obj: ListDocumentClassifiersResponse) => any;
7043
7097
  /**
7044
7098
  * @internal
7045
7099
  */
7046
7100
  export declare const ListEntityRecognizersResponseFilterSensitiveLog: (obj: ListEntityRecognizersResponse) => any;
7047
- /**
7048
- * @internal
7049
- */
7050
- export declare const ListEntityRecognizerSummariesRequestFilterSensitiveLog: (obj: ListEntityRecognizerSummariesRequest) => any;
7051
- /**
7052
- * @internal
7053
- */
7054
- export declare const EntityRecognizerSummaryFilterSensitiveLog: (obj: EntityRecognizerSummary) => any;
7055
- /**
7056
- * @internal
7057
- */
7058
- export declare const ListEntityRecognizerSummariesResponseFilterSensitiveLog: (obj: ListEntityRecognizerSummariesResponse) => any;
7059
- /**
7060
- * @internal
7061
- */
7062
- export declare const EventsDetectionJobFilterFilterSensitiveLog: (obj: EventsDetectionJobFilter) => any;
7063
- /**
7064
- * @internal
7065
- */
7066
- export declare const ListEventsDetectionJobsRequestFilterSensitiveLog: (obj: ListEventsDetectionJobsRequest) => any;
7067
- /**
7068
- * @internal
7069
- */
7070
- export declare const ListEventsDetectionJobsResponseFilterSensitiveLog: (obj: ListEventsDetectionJobsResponse) => any;
7071
- /**
7072
- * @internal
7073
- */
7074
- export declare const FlywheelIterationFilterFilterSensitiveLog: (obj: FlywheelIterationFilter) => any;
7075
- /**
7076
- * @internal
7077
- */
7078
- export declare const ListFlywheelIterationHistoryRequestFilterSensitiveLog: (obj: ListFlywheelIterationHistoryRequest) => any;
7079
- /**
7080
- * @internal
7081
- */
7082
- export declare const ListFlywheelIterationHistoryResponseFilterSensitiveLog: (obj: ListFlywheelIterationHistoryResponse) => any;
7083
- /**
7084
- * @internal
7085
- */
7086
- export declare const FlywheelFilterFilterSensitiveLog: (obj: FlywheelFilter) => any;
7087
- /**
7088
- * @internal
7089
- */
7090
- export declare const ListFlywheelsRequestFilterSensitiveLog: (obj: ListFlywheelsRequest) => any;
7091
- /**
7092
- * @internal
7093
- */
7094
- export declare const FlywheelSummaryFilterSensitiveLog: (obj: FlywheelSummary) => any;
7095
- /**
7096
- * @internal
7097
- */
7098
- export declare const ListFlywheelsResponseFilterSensitiveLog: (obj: ListFlywheelsResponse) => any;
7099
- /**
7100
- * @internal
7101
- */
7102
- export declare const KeyPhrasesDetectionJobFilterFilterSensitiveLog: (obj: KeyPhrasesDetectionJobFilter) => any;
7103
- /**
7104
- * @internal
7105
- */
7106
- export declare const ListKeyPhrasesDetectionJobsRequestFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsRequest) => any;
7107
- /**
7108
- * @internal
7109
- */
7110
- export declare const ListKeyPhrasesDetectionJobsResponseFilterSensitiveLog: (obj: ListKeyPhrasesDetectionJobsResponse) => any;
7111
- /**
7112
- * @internal
7113
- */
7114
- export declare const PiiEntitiesDetectionJobFilterFilterSensitiveLog: (obj: PiiEntitiesDetectionJobFilter) => any;
7115
- /**
7116
- * @internal
7117
- */
7118
- export declare const ListPiiEntitiesDetectionJobsRequestFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsRequest) => any;
7119
- /**
7120
- * @internal
7121
- */
7122
- export declare const ListPiiEntitiesDetectionJobsResponseFilterSensitiveLog: (obj: ListPiiEntitiesDetectionJobsResponse) => any;
7123
- /**
7124
- * @internal
7125
- */
7126
- export declare const SentimentDetectionJobFilterFilterSensitiveLog: (obj: SentimentDetectionJobFilter) => any;
7127
- /**
7128
- * @internal
7129
- */
7130
- export declare const ListSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListSentimentDetectionJobsRequest) => any;
7131
- /**
7132
- * @internal
7133
- */
7134
- export declare const ListSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListSentimentDetectionJobsResponse) => any;
7135
- /**
7136
- * @internal
7137
- */
7138
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
7139
- /**
7140
- * @internal
7141
- */
7142
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
7143
- /**
7144
- * @internal
7145
- */
7146
- export declare const TargetedSentimentDetectionJobFilterFilterSensitiveLog: (obj: TargetedSentimentDetectionJobFilter) => any;
7147
- /**
7148
- * @internal
7149
- */
7150
- export declare const ListTargetedSentimentDetectionJobsRequestFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsRequest) => any;
7151
- /**
7152
- * @internal
7153
- */
7154
- export declare const ListTargetedSentimentDetectionJobsResponseFilterSensitiveLog: (obj: ListTargetedSentimentDetectionJobsResponse) => any;
7155
- /**
7156
- * @internal
7157
- */
7158
- export declare const TopicsDetectionJobFilterFilterSensitiveLog: (obj: TopicsDetectionJobFilter) => any;
7159
- /**
7160
- * @internal
7161
- */
7162
- export declare const ListTopicsDetectionJobsRequestFilterSensitiveLog: (obj: ListTopicsDetectionJobsRequest) => any;
7163
- /**
7164
- * @internal
7165
- */
7166
- export declare const ListTopicsDetectionJobsResponseFilterSensitiveLog: (obj: ListTopicsDetectionJobsResponse) => any;
7167
- /**
7168
- * @internal
7169
- */
7170
- export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
7171
- /**
7172
- * @internal
7173
- */
7174
- export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
7175
- /**
7176
- * @internal
7177
- */
7178
- export declare const StartDocumentClassificationJobRequestFilterSensitiveLog: (obj: StartDocumentClassificationJobRequest) => any;
7179
- /**
7180
- * @internal
7181
- */
7182
- export declare const StartDocumentClassificationJobResponseFilterSensitiveLog: (obj: StartDocumentClassificationJobResponse) => any;
7183
- /**
7184
- * @internal
7185
- */
7186
- export declare const StartDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobRequest) => any;
7187
- /**
7188
- * @internal
7189
- */
7190
- export declare const StartDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StartDominantLanguageDetectionJobResponse) => any;
7191
- /**
7192
- * @internal
7193
- */
7194
- export declare const StartEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartEntitiesDetectionJobRequest) => any;
7195
- /**
7196
- * @internal
7197
- */
7198
- export declare const StartEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartEntitiesDetectionJobResponse) => any;
7199
- /**
7200
- * @internal
7201
- */
7202
- export declare const StartEventsDetectionJobRequestFilterSensitiveLog: (obj: StartEventsDetectionJobRequest) => any;
7203
- /**
7204
- * @internal
7205
- */
7206
- export declare const StartEventsDetectionJobResponseFilterSensitiveLog: (obj: StartEventsDetectionJobResponse) => any;
7207
- /**
7208
- * @internal
7209
- */
7210
- export declare const StartFlywheelIterationRequestFilterSensitiveLog: (obj: StartFlywheelIterationRequest) => any;
7211
- /**
7212
- * @internal
7213
- */
7214
- export declare const StartFlywheelIterationResponseFilterSensitiveLog: (obj: StartFlywheelIterationResponse) => any;
7215
- /**
7216
- * @internal
7217
- */
7218
- export declare const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobRequest) => any;
7219
- /**
7220
- * @internal
7221
- */
7222
- export declare const StartKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StartKeyPhrasesDetectionJobResponse) => any;
7223
- /**
7224
- * @internal
7225
- */
7226
- export declare const StartPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobRequest) => any;
7227
- /**
7228
- * @internal
7229
- */
7230
- export declare const StartPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StartPiiEntitiesDetectionJobResponse) => any;
7231
- /**
7232
- * @internal
7233
- */
7234
- export declare const StartSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartSentimentDetectionJobRequest) => any;
7235
- /**
7236
- * @internal
7237
- */
7238
- export declare const StartSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartSentimentDetectionJobResponse) => any;
7239
- /**
7240
- * @internal
7241
- */
7242
- export declare const StartTargetedSentimentDetectionJobRequestFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobRequest) => any;
7243
- /**
7244
- * @internal
7245
- */
7246
- export declare const StartTargetedSentimentDetectionJobResponseFilterSensitiveLog: (obj: StartTargetedSentimentDetectionJobResponse) => any;
7247
- /**
7248
- * @internal
7249
- */
7250
- export declare const StartTopicsDetectionJobRequestFilterSensitiveLog: (obj: StartTopicsDetectionJobRequest) => any;
7251
- /**
7252
- * @internal
7253
- */
7254
- export declare const StartTopicsDetectionJobResponseFilterSensitiveLog: (obj: StartTopicsDetectionJobResponse) => any;
7255
- /**
7256
- * @internal
7257
- */
7258
- export declare const StopDominantLanguageDetectionJobRequestFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobRequest) => any;
7259
- /**
7260
- * @internal
7261
- */
7262
- export declare const StopDominantLanguageDetectionJobResponseFilterSensitiveLog: (obj: StopDominantLanguageDetectionJobResponse) => any;
7263
- /**
7264
- * @internal
7265
- */
7266
- export declare const StopEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopEntitiesDetectionJobRequest) => any;
7267
- /**
7268
- * @internal
7269
- */
7270
- export declare const StopEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopEntitiesDetectionJobResponse) => any;
7271
- /**
7272
- * @internal
7273
- */
7274
- export declare const StopEventsDetectionJobRequestFilterSensitiveLog: (obj: StopEventsDetectionJobRequest) => any;
7275
- /**
7276
- * @internal
7277
- */
7278
- export declare const StopEventsDetectionJobResponseFilterSensitiveLog: (obj: StopEventsDetectionJobResponse) => any;
7279
- /**
7280
- * @internal
7281
- */
7282
- export declare const StopKeyPhrasesDetectionJobRequestFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobRequest) => any;
7283
- /**
7284
- * @internal
7285
- */
7286
- export declare const StopKeyPhrasesDetectionJobResponseFilterSensitiveLog: (obj: StopKeyPhrasesDetectionJobResponse) => any;
7287
- /**
7288
- * @internal
7289
- */
7290
- export declare const StopPiiEntitiesDetectionJobRequestFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobRequest) => any;
7291
- /**
7292
- * @internal
7293
- */
7294
- export declare const StopPiiEntitiesDetectionJobResponseFilterSensitiveLog: (obj: StopPiiEntitiesDetectionJobResponse) => any;
7295
- /**
7296
- * @internal
7297
- */
7298
- export declare const StopSentimentDetectionJobRequestFilterSensitiveLog: (obj: StopSentimentDetectionJobRequest) => any;
7299
- /**
7300
- * @internal
7301
- */
7302
- export declare const StopSentimentDetectionJobResponseFilterSensitiveLog: (obj: StopSentimentDetectionJobResponse) => any;