@aws-sdk/client-comprehend 3.428.0 → 3.429.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.
|
@@ -24,7 +24,7 @@ export interface StopPiiEntitiesDetectionJobResponse {
|
|
|
24
24
|
* @public
|
|
25
25
|
* <p>The status of the PII entities detection job.</p>
|
|
26
26
|
*/
|
|
27
|
-
JobStatus?: JobStatus
|
|
27
|
+
JobStatus?: JobStatus;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* @public
|
|
@@ -51,7 +51,7 @@ export interface StopSentimentDetectionJobResponse {
|
|
|
51
51
|
* <code>STOPPED</code> if the job was previously stopped with the
|
|
52
52
|
* <code>StopSentimentDetectionJob</code> operation.</p>
|
|
53
53
|
*/
|
|
54
|
-
JobStatus?: JobStatus
|
|
54
|
+
JobStatus?: JobStatus;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* @public
|
|
@@ -78,7 +78,7 @@ export interface StopTargetedSentimentDetectionJobResponse {
|
|
|
78
78
|
* <code>STOPPED</code> if the job was previously stopped with the
|
|
79
79
|
* <code>StopSentimentDetectionJob</code> operation.</p>
|
|
80
80
|
*/
|
|
81
|
-
JobStatus?: JobStatus
|
|
81
|
+
JobStatus?: JobStatus;
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* @public
|