@aws-sdk/client-comprehend 3.533.0 → 3.535.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 (176) hide show
  1. package/dist-types/Comprehend.d.ts +18 -1
  2. package/dist-types/ComprehendClient.d.ts +1 -1
  3. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -1
  9. package/dist-types/commands/ClassifyDocumentCommand.d.ts +2 -1
  10. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateFlywheelCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteFlywheelCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeFlywheelCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -1
  37. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +2 -1
  38. package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -1
  39. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +2 -1
  40. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +2 -1
  41. package/dist-types/commands/DetectSentimentCommand.d.ts +2 -1
  42. package/dist-types/commands/DetectSyntaxCommand.d.ts +2 -1
  43. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +2 -1
  44. package/dist-types/commands/DetectToxicContentCommand.d.ts +2 -1
  45. package/dist-types/commands/ImportModelCommand.d.ts +2 -1
  46. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -1
  50. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListEndpointsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -1
  54. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -1
  55. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +2 -1
  57. package/dist-types/commands/ListFlywheelsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -1
  64. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  65. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +2 -1
  66. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -1
  67. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +2 -1
  68. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +2 -1
  69. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +2 -1
  70. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -1
  71. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -1
  72. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +2 -1
  73. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -1
  74. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +2 -1
  75. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -1
  76. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +2 -1
  77. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +2 -1
  78. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -1
  79. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -1
  80. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +2 -1
  81. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -1
  82. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -1
  83. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -1
  84. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  85. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  86. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -1
  87. package/dist-types/commands/UpdateFlywheelCommand.d.ts +2 -1
  88. package/dist-types/models/models_0.d.ts +985 -985
  89. package/dist-types/models/models_1.d.ts +41 -41
  90. package/dist-types/ts3.4/Comprehend.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +9 -0
  176. package/package.json +40 -40
@@ -6,8 +6,8 @@ import { FlywheelProperties, JobStatus, Tag, VpcConfig } from "./models_0";
6
6
  */
7
7
  export interface StopEntitiesDetectionJobRequest {
8
8
  /**
9
- * @public
10
9
  * <p>The identifier of the entities detection job to stop.</p>
10
+ * @public
11
11
  */
12
12
  JobId: string | undefined;
13
13
  }
@@ -16,15 +16,15 @@ export interface StopEntitiesDetectionJobRequest {
16
16
  */
17
17
  export interface StopEntitiesDetectionJobResponse {
18
18
  /**
19
- * @public
20
19
  * <p>The identifier of the entities detection job to stop.</p>
20
+ * @public
21
21
  */
22
22
  JobId?: string;
23
23
  /**
24
- * @public
25
24
  * <p>Either <code>STOP_REQUESTED</code> if the job is currently running, or
26
25
  * <code>STOPPED</code> if the job was previously stopped with the
27
26
  * <code>StopEntitiesDetectionJob</code> operation.</p>
27
+ * @public
28
28
  */
29
29
  JobStatus?: JobStatus;
30
30
  }
@@ -33,8 +33,8 @@ export interface StopEntitiesDetectionJobResponse {
33
33
  */
34
34
  export interface StopEventsDetectionJobRequest {
35
35
  /**
36
- * @public
37
36
  * <p>The identifier of the events detection job to stop.</p>
37
+ * @public
38
38
  */
39
39
  JobId: string | undefined;
40
40
  }
@@ -43,13 +43,13 @@ export interface StopEventsDetectionJobRequest {
43
43
  */
44
44
  export interface StopEventsDetectionJobResponse {
45
45
  /**
46
- * @public
47
46
  * <p>The identifier of the events detection job to stop.</p>
47
+ * @public
48
48
  */
49
49
  JobId?: string;
50
50
  /**
51
- * @public
52
51
  * <p>The status of the events detection job.</p>
52
+ * @public
53
53
  */
54
54
  JobStatus?: JobStatus;
55
55
  }
@@ -58,8 +58,8 @@ export interface StopEventsDetectionJobResponse {
58
58
  */
59
59
  export interface StopKeyPhrasesDetectionJobRequest {
60
60
  /**
61
- * @public
62
61
  * <p>The identifier of the key phrases detection job to stop.</p>
62
+ * @public
63
63
  */
64
64
  JobId: string | undefined;
65
65
  }
@@ -68,15 +68,15 @@ export interface StopKeyPhrasesDetectionJobRequest {
68
68
  */
69
69
  export interface StopKeyPhrasesDetectionJobResponse {
70
70
  /**
71
- * @public
72
71
  * <p>The identifier of the key phrases detection job to stop.</p>
72
+ * @public
73
73
  */
74
74
  JobId?: string;
75
75
  /**
76
- * @public
77
76
  * <p>Either <code>STOP_REQUESTED</code> if the job is currently running, or
78
77
  * <code>STOPPED</code> if the job was previously stopped with the
79
78
  * <code>StopKeyPhrasesDetectionJob</code> operation.</p>
79
+ * @public
80
80
  */
81
81
  JobStatus?: JobStatus;
82
82
  }
@@ -85,8 +85,8 @@ export interface StopKeyPhrasesDetectionJobResponse {
85
85
  */
86
86
  export interface StopPiiEntitiesDetectionJobRequest {
87
87
  /**
88
- * @public
89
88
  * <p>The identifier of the PII entities detection job to stop.</p>
89
+ * @public
90
90
  */
91
91
  JobId: string | undefined;
92
92
  }
@@ -95,13 +95,13 @@ export interface StopPiiEntitiesDetectionJobRequest {
95
95
  */
96
96
  export interface StopPiiEntitiesDetectionJobResponse {
97
97
  /**
98
- * @public
99
98
  * <p>The identifier of the PII entities detection job to stop.</p>
99
+ * @public
100
100
  */
101
101
  JobId?: string;
102
102
  /**
103
- * @public
104
103
  * <p>The status of the PII entities detection job.</p>
104
+ * @public
105
105
  */
106
106
  JobStatus?: JobStatus;
107
107
  }
@@ -110,8 +110,8 @@ export interface StopPiiEntitiesDetectionJobResponse {
110
110
  */
111
111
  export interface StopSentimentDetectionJobRequest {
112
112
  /**
113
- * @public
114
113
  * <p>The identifier of the sentiment detection job to stop.</p>
114
+ * @public
115
115
  */
116
116
  JobId: string | undefined;
117
117
  }
@@ -120,15 +120,15 @@ export interface StopSentimentDetectionJobRequest {
120
120
  */
121
121
  export interface StopSentimentDetectionJobResponse {
122
122
  /**
123
- * @public
124
123
  * <p>The identifier of the sentiment detection job to stop.</p>
124
+ * @public
125
125
  */
126
126
  JobId?: string;
127
127
  /**
128
- * @public
129
128
  * <p>Either <code>STOP_REQUESTED</code> if the job is currently running, or
130
129
  * <code>STOPPED</code> if the job was previously stopped with the
131
130
  * <code>StopSentimentDetectionJob</code> operation.</p>
131
+ * @public
132
132
  */
133
133
  JobStatus?: JobStatus;
134
134
  }
@@ -137,8 +137,8 @@ export interface StopSentimentDetectionJobResponse {
137
137
  */
138
138
  export interface StopTargetedSentimentDetectionJobRequest {
139
139
  /**
140
- * @public
141
140
  * <p>The identifier of the targeted sentiment detection job to stop.</p>
141
+ * @public
142
142
  */
143
143
  JobId: string | undefined;
144
144
  }
@@ -147,15 +147,15 @@ export interface StopTargetedSentimentDetectionJobRequest {
147
147
  */
148
148
  export interface StopTargetedSentimentDetectionJobResponse {
149
149
  /**
150
- * @public
151
150
  * <p>The identifier of the targeted sentiment detection job to stop.</p>
151
+ * @public
152
152
  */
153
153
  JobId?: string;
154
154
  /**
155
- * @public
156
155
  * <p>Either <code>STOP_REQUESTED</code> if the job is currently running, or
157
156
  * <code>STOPPED</code> if the job was previously stopped with the
158
157
  * <code>StopSentimentDetectionJob</code> operation.</p>
158
+ * @public
159
159
  */
160
160
  JobStatus?: JobStatus;
161
161
  }
@@ -164,9 +164,9 @@ export interface StopTargetedSentimentDetectionJobResponse {
164
164
  */
165
165
  export interface StopTrainingDocumentClassifierRequest {
166
166
  /**
167
- * @public
168
167
  * <p>The Amazon Resource Name (ARN) that identifies the document classifier currently being
169
168
  * trained.</p>
169
+ * @public
170
170
  */
171
171
  DocumentClassifierArn: string | undefined;
172
172
  }
@@ -180,9 +180,9 @@ export interface StopTrainingDocumentClassifierResponse {
180
180
  */
181
181
  export interface StopTrainingEntityRecognizerRequest {
182
182
  /**
183
- * @public
184
183
  * <p>The Amazon Resource Name (ARN) that identifies the entity recognizer currently being
185
184
  * trained.</p>
185
+ * @public
186
186
  */
187
187
  EntityRecognizerArn: string | undefined;
188
188
  }
@@ -192,9 +192,9 @@ export interface StopTrainingEntityRecognizerRequest {
192
192
  export interface StopTrainingEntityRecognizerResponse {
193
193
  }
194
194
  /**
195
- * @public
196
195
  * <p>Concurrent modification of the tags associated with an Amazon Comprehend resource is not
197
196
  * supported. </p>
197
+ * @public
198
198
  */
199
199
  export declare class ConcurrentModificationException extends __BaseException {
200
200
  readonly name: "ConcurrentModificationException";
@@ -210,15 +210,15 @@ export declare class ConcurrentModificationException extends __BaseException {
210
210
  */
211
211
  export interface TagResourceRequest {
212
212
  /**
213
- * @public
214
213
  * <p>The Amazon Resource Name (ARN) of the given Amazon Comprehend resource to which you want
215
214
  * to associate the tags. </p>
215
+ * @public
216
216
  */
217
217
  ResourceArn: string | undefined;
218
218
  /**
219
- * @public
220
219
  * <p>Tags being associated with a specific Amazon Comprehend resource. There can be a maximum
221
220
  * of 50 tags (both existing and pending) associated with a specific resource. </p>
221
+ * @public
222
222
  */
223
223
  Tags: Tag[] | undefined;
224
224
  }
@@ -228,9 +228,9 @@ export interface TagResourceRequest {
228
228
  export interface TagResourceResponse {
229
229
  }
230
230
  /**
231
- * @public
232
231
  * <p>The request contains more tag keys than can be associated with a resource (50 tag keys per
233
232
  * resource).</p>
233
+ * @public
234
234
  */
235
235
  export declare class TooManyTagKeysException extends __BaseException {
236
236
  readonly name: "TooManyTagKeysException";
@@ -246,17 +246,17 @@ export declare class TooManyTagKeysException extends __BaseException {
246
246
  */
247
247
  export interface UntagResourceRequest {
248
248
  /**
249
- * @public
250
249
  * <p> The Amazon Resource Name (ARN) of the given Amazon Comprehend resource from which you
251
250
  * want to remove the tags. </p>
251
+ * @public
252
252
  */
253
253
  ResourceArn: string | undefined;
254
254
  /**
255
- * @public
256
255
  * <p>The initial part of a key-value pair that forms a tag being removed from a given resource.
257
256
  * For example, a tag with "Sales" as the key might be added to a resource to indicate its use by
258
257
  * the sales department. Keys must be unique and cannot be duplicated for a particular resource.
259
258
  * </p>
259
+ * @public
260
260
  */
261
261
  TagKeys: string[] | undefined;
262
262
  }
@@ -270,30 +270,30 @@ export interface UntagResourceResponse {
270
270
  */
271
271
  export interface UpdateEndpointRequest {
272
272
  /**
273
- * @public
274
273
  * <p>The Amazon Resource Number (ARN) of the endpoint being updated.</p>
274
+ * @public
275
275
  */
276
276
  EndpointArn: string | undefined;
277
277
  /**
278
- * @public
279
278
  * <p>The ARN of the new model to use when updating an existing endpoint.</p>
279
+ * @public
280
280
  */
281
281
  DesiredModelArn?: string;
282
282
  /**
283
- * @public
284
283
  * <p> The desired number of inference units to be used by the model using this endpoint.
285
284
  *
286
285
  * Each inference unit represents of a throughput of 100 characters per second.</p>
286
+ * @public
287
287
  */
288
288
  DesiredInferenceUnits?: number;
289
289
  /**
290
- * @public
291
290
  * <p>Data access role ARN to use in case the new model is encrypted with a customer CMK.</p>
291
+ * @public
292
292
  */
293
293
  DesiredDataAccessRoleArn?: string;
294
294
  /**
295
- * @public
296
295
  * <p>The Amazon Resource Number (ARN) of the flywheel</p>
296
+ * @public
297
297
  */
298
298
  FlywheelArn?: string;
299
299
  }
@@ -302,18 +302,17 @@ export interface UpdateEndpointRequest {
302
302
  */
303
303
  export interface UpdateEndpointResponse {
304
304
  /**
305
- * @public
306
305
  * <p>The Amazon Resource Number (ARN) of the new model.</p>
306
+ * @public
307
307
  */
308
308
  DesiredModelArn?: string;
309
309
  }
310
310
  /**
311
- * @public
312
311
  * <p>Data security configuration.</p>
312
+ * @public
313
313
  */
314
314
  export interface UpdateDataSecurityConfig {
315
315
  /**
316
- * @public
317
316
  * <p>ID for the KMS key that Amazon Comprehend uses to encrypt
318
317
  * trained custom models. The ModelKmsKeyId can be either of the following formats:</p>
319
318
  * <ul>
@@ -327,18 +326,19 @@ export interface UpdateDataSecurityConfig {
327
326
  * </p>
328
327
  * </li>
329
328
  * </ul>
329
+ * @public
330
330
  */
331
331
  ModelKmsKeyId?: string;
332
332
  /**
333
- * @public
334
333
  * <p>ID for the KMS key that Amazon Comprehend uses to encrypt the volume.</p>
334
+ * @public
335
335
  */
336
336
  VolumeKmsKeyId?: string;
337
337
  /**
338
- * @public
339
338
  * <p> Configuration parameters for an optional private Virtual Private Cloud (VPC) containing
340
339
  * 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
341
340
  * VPC</a>. </p>
341
+ * @public
342
342
  */
343
343
  VpcConfig?: VpcConfig;
344
344
  }
@@ -347,24 +347,24 @@ export interface UpdateDataSecurityConfig {
347
347
  */
348
348
  export interface UpdateFlywheelRequest {
349
349
  /**
350
- * @public
351
350
  * <p>The Amazon Resource Number (ARN) of the flywheel to update.</p>
351
+ * @public
352
352
  */
353
353
  FlywheelArn: string | undefined;
354
354
  /**
355
- * @public
356
355
  * <p>The Amazon Resource Number (ARN) of the active model version.</p>
356
+ * @public
357
357
  */
358
358
  ActiveModelArn?: string;
359
359
  /**
360
- * @public
361
360
  * <p>The Amazon Resource Name (ARN) of the IAM role that
362
361
  * grants Amazon Comprehend permission to access the flywheel data.</p>
362
+ * @public
363
363
  */
364
364
  DataAccessRoleArn?: string;
365
365
  /**
366
- * @public
367
366
  * <p>Flywheel data security configuration.</p>
367
+ * @public
368
368
  */
369
369
  DataSecurityConfig?: UpdateDataSecurityConfig;
370
370
  }
@@ -373,8 +373,8 @@ export interface UpdateFlywheelRequest {
373
373
  */
374
374
  export interface UpdateFlywheelResponse {
375
375
  /**
376
- * @public
377
376
  * <p>The flywheel properties.</p>
377
+ * @public
378
378
  */
379
379
  FlywheelProperties?: FlywheelProperties;
380
380
  }
@@ -814,6 +814,7 @@ export interface Comprehend {
814
814
  options: __HttpHandlerOptions,
815
815
  cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void
816
816
  ): void;
817
+ detectEntities(): Promise<DetectEntitiesCommandOutput>;
817
818
  detectEntities(
818
819
  args: DetectEntitiesCommandInput,
819
820
  options?: __HttpHandlerOptions
@@ -918,6 +919,7 @@ export interface Comprehend {
918
919
  options: __HttpHandlerOptions,
919
920
  cb: (err: any, data?: ImportModelCommandOutput) => void
920
921
  ): void;
922
+ listDatasets(): Promise<ListDatasetsCommandOutput>;
921
923
  listDatasets(
922
924
  args: ListDatasetsCommandInput,
923
925
  options?: __HttpHandlerOptions
@@ -931,6 +933,7 @@ export interface Comprehend {
931
933
  options: __HttpHandlerOptions,
932
934
  cb: (err: any, data?: ListDatasetsCommandOutput) => void
933
935
  ): void;
936
+ listDocumentClassificationJobs(): Promise<ListDocumentClassificationJobsCommandOutput>;
934
937
  listDocumentClassificationJobs(
935
938
  args: ListDocumentClassificationJobsCommandInput,
936
939
  options?: __HttpHandlerOptions
@@ -944,6 +947,7 @@ export interface Comprehend {
944
947
  options: __HttpHandlerOptions,
945
948
  cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void
946
949
  ): void;
950
+ listDocumentClassifiers(): Promise<ListDocumentClassifiersCommandOutput>;
947
951
  listDocumentClassifiers(
948
952
  args: ListDocumentClassifiersCommandInput,
949
953
  options?: __HttpHandlerOptions
@@ -957,6 +961,7 @@ export interface Comprehend {
957
961
  options: __HttpHandlerOptions,
958
962
  cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void
959
963
  ): void;
964
+ listDocumentClassifierSummaries(): Promise<ListDocumentClassifierSummariesCommandOutput>;
960
965
  listDocumentClassifierSummaries(
961
966
  args: ListDocumentClassifierSummariesCommandInput,
962
967
  options?: __HttpHandlerOptions
@@ -970,6 +975,7 @@ export interface Comprehend {
970
975
  options: __HttpHandlerOptions,
971
976
  cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void
972
977
  ): void;
978
+ listDominantLanguageDetectionJobs(): Promise<ListDominantLanguageDetectionJobsCommandOutput>;
973
979
  listDominantLanguageDetectionJobs(
974
980
  args: ListDominantLanguageDetectionJobsCommandInput,
975
981
  options?: __HttpHandlerOptions
@@ -989,6 +995,7 @@ export interface Comprehend {
989
995
  data?: ListDominantLanguageDetectionJobsCommandOutput
990
996
  ) => void
991
997
  ): void;
998
+ listEndpoints(): Promise<ListEndpointsCommandOutput>;
992
999
  listEndpoints(
993
1000
  args: ListEndpointsCommandInput,
994
1001
  options?: __HttpHandlerOptions
@@ -1002,6 +1009,7 @@ export interface Comprehend {
1002
1009
  options: __HttpHandlerOptions,
1003
1010
  cb: (err: any, data?: ListEndpointsCommandOutput) => void
1004
1011
  ): void;
1012
+ listEntitiesDetectionJobs(): Promise<ListEntitiesDetectionJobsCommandOutput>;
1005
1013
  listEntitiesDetectionJobs(
1006
1014
  args: ListEntitiesDetectionJobsCommandInput,
1007
1015
  options?: __HttpHandlerOptions
@@ -1015,6 +1023,7 @@ export interface Comprehend {
1015
1023
  options: __HttpHandlerOptions,
1016
1024
  cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void
1017
1025
  ): void;
1026
+ listEntityRecognizers(): Promise<ListEntityRecognizersCommandOutput>;
1018
1027
  listEntityRecognizers(
1019
1028
  args: ListEntityRecognizersCommandInput,
1020
1029
  options?: __HttpHandlerOptions
@@ -1028,6 +1037,7 @@ export interface Comprehend {
1028
1037
  options: __HttpHandlerOptions,
1029
1038
  cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void
1030
1039
  ): void;
1040
+ listEntityRecognizerSummaries(): Promise<ListEntityRecognizerSummariesCommandOutput>;
1031
1041
  listEntityRecognizerSummaries(
1032
1042
  args: ListEntityRecognizerSummariesCommandInput,
1033
1043
  options?: __HttpHandlerOptions
@@ -1041,6 +1051,7 @@ export interface Comprehend {
1041
1051
  options: __HttpHandlerOptions,
1042
1052
  cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void
1043
1053
  ): void;
1054
+ listEventsDetectionJobs(): Promise<ListEventsDetectionJobsCommandOutput>;
1044
1055
  listEventsDetectionJobs(
1045
1056
  args: ListEventsDetectionJobsCommandInput,
1046
1057
  options?: __HttpHandlerOptions
@@ -1067,6 +1078,7 @@ export interface Comprehend {
1067
1078
  options: __HttpHandlerOptions,
1068
1079
  cb: (err: any, data?: ListFlywheelIterationHistoryCommandOutput) => void
1069
1080
  ): void;
1081
+ listFlywheels(): Promise<ListFlywheelsCommandOutput>;
1070
1082
  listFlywheels(
1071
1083
  args: ListFlywheelsCommandInput,
1072
1084
  options?: __HttpHandlerOptions
@@ -1080,6 +1092,7 @@ export interface Comprehend {
1080
1092
  options: __HttpHandlerOptions,
1081
1093
  cb: (err: any, data?: ListFlywheelsCommandOutput) => void
1082
1094
  ): void;
1095
+ listKeyPhrasesDetectionJobs(): Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
1083
1096
  listKeyPhrasesDetectionJobs(
1084
1097
  args: ListKeyPhrasesDetectionJobsCommandInput,
1085
1098
  options?: __HttpHandlerOptions
@@ -1093,6 +1106,7 @@ export interface Comprehend {
1093
1106
  options: __HttpHandlerOptions,
1094
1107
  cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void
1095
1108
  ): void;
1109
+ listPiiEntitiesDetectionJobs(): Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
1096
1110
  listPiiEntitiesDetectionJobs(
1097
1111
  args: ListPiiEntitiesDetectionJobsCommandInput,
1098
1112
  options?: __HttpHandlerOptions
@@ -1106,6 +1120,7 @@ export interface Comprehend {
1106
1120
  options: __HttpHandlerOptions,
1107
1121
  cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void
1108
1122
  ): void;
1123
+ listSentimentDetectionJobs(): Promise<ListSentimentDetectionJobsCommandOutput>;
1109
1124
  listSentimentDetectionJobs(
1110
1125
  args: ListSentimentDetectionJobsCommandInput,
1111
1126
  options?: __HttpHandlerOptions
@@ -1132,6 +1147,7 @@ export interface Comprehend {
1132
1147
  options: __HttpHandlerOptions,
1133
1148
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1134
1149
  ): void;
1150
+ listTargetedSentimentDetectionJobs(): Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
1135
1151
  listTargetedSentimentDetectionJobs(
1136
1152
  args: ListTargetedSentimentDetectionJobsCommandInput,
1137
1153
  options?: __HttpHandlerOptions
@@ -1151,6 +1167,7 @@ export interface Comprehend {
1151
1167
  data?: ListTargetedSentimentDetectionJobsCommandOutput
1152
1168
  ) => void
1153
1169
  ): void;
1170
+ listTopicsDetectionJobs(): Promise<ListTopicsDetectionJobsCommandOutput>;
1154
1171
  listTopicsDetectionJobs(
1155
1172
  args: ListTopicsDetectionJobsCommandInput,
1156
1173
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const BatchDetectDominantLanguageCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDetectDominantLanguageCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDetectDominantLanguageCommandInput,
32
+ BatchDetectDominantLanguageCommandOutput,
33
+ ComprehendClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDetectDominantLanguageCommand extends BatchDetectDominantLanguageCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDetectEntitiesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDetectEntitiesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDetectEntitiesCommandInput,
32
+ BatchDetectEntitiesCommandOutput,
33
+ ComprehendClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDetectEntitiesCommand extends BatchDetectEntitiesCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDetectKeyPhrasesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDetectKeyPhrasesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDetectKeyPhrasesCommandInput,
32
+ BatchDetectKeyPhrasesCommandOutput,
33
+ ComprehendClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDetectKeyPhrasesCommand extends BatchDetectKeyPhrasesCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDetectSentimentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDetectSentimentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDetectSentimentCommandInput,
32
+ BatchDetectSentimentCommandOutput,
33
+ ComprehendClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDetectSentimentCommand extends BatchDetectSentimentCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDetectSyntaxCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDetectSyntaxCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDetectSyntaxCommandInput,
32
+ BatchDetectSyntaxCommandOutput,
33
+ ComprehendClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDetectSyntaxCommand extends BatchDetectSyntaxCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDetectTargetedSentimentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDetectTargetedSentimentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDetectTargetedSentimentCommandInput,
32
+ BatchDetectTargetedSentimentCommandOutput,
33
+ ComprehendClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDetectTargetedSentimentCommand extends BatchDetectTargetedSentimentCommand_base {}
@@ -24,6 +24,15 @@ declare const ClassifyDocumentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ClassifyDocumentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ClassifyDocumentCommandInput,
31
+ ClassifyDocumentCommandOutput,
32
+ ComprehendClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ClassifyDocumentCommand extends ClassifyDocumentCommand_base {}
@@ -25,6 +25,15 @@ declare const ContainsPiiEntitiesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ContainsPiiEntitiesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ContainsPiiEntitiesCommandInput,
32
+ ContainsPiiEntitiesCommandOutput,
33
+ ComprehendClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ContainsPiiEntitiesCommand extends ContainsPiiEntitiesCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDatasetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDatasetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDatasetCommandInput,
31
+ CreateDatasetCommandOutput,
32
+ ComprehendClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDocumentClassifierCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDocumentClassifierCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDocumentClassifierCommandInput,
32
+ CreateDocumentClassifierCommandOutput,
33
+ ComprehendClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDocumentClassifierCommand extends CreateDocumentClassifierCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateEndpointCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateEndpointCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateEndpointCommandInput,
31
+ CreateEndpointCommandOutput,
32
+ ComprehendClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateEndpointCommand extends CreateEndpointCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateEntityRecognizerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateEntityRecognizerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEntityRecognizerCommandInput,
32
+ CreateEntityRecognizerCommandOutput,
33
+ ComprehendClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateEntityRecognizerCommand extends CreateEntityRecognizerCommand_base {}