Skip to content

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).

// init
const describeEventsDetectionJob = yield* AWS.Comprehend.DescribeEventsDetectionJob();
// runtime
const job = yield* describeEventsDetectionJob({ JobId: jobId });
// job.EventsDetectionJobProperties?.JobStatus: "SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | …