DescribeEventsDetectionJob
Source:
src/AWS/Comprehend/DescribeEventsDetectionJob.ts
Runtime binding for comprehend:DescribeEventsDetectionJob — get the
properties (status, input/output config, timings) of an asynchronous
event detection job started with StartEventsDetectionJob.
The binding takes no arguments and grants the action on * (job APIs
have no resource-level IAM).
Monitoring Analysis Jobs
Section titled “Monitoring Analysis Jobs”// initconst describeEventsDetectionJob = yield* AWS.Comprehend.DescribeEventsDetectionJob();
// runtimeconst job = yield* describeEventsDetectionJob({ JobId: jobId });// job.EventsDetectionJobProperties?.JobStatus: "SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | …