ListEventsDetectionJobs
Source:
src/AWS/Comprehend/ListEventsDetectionJobs.ts
Runtime binding for comprehend:ListEventsDetectionJobs — list the account’s
asynchronous event detection jobs, with optional status/name/time filters.
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 listEventsDetectionJobs = yield* AWS.Comprehend.ListEventsDetectionJobs();
// runtimeconst page = yield* listEventsDetectionJobs({ Filter: { JobStatus: "IN_PROGRESS" }, MaxResults: 25,});// page.EventsDetectionJobPropertiesList