Skip to content

ListEntitiesDetectionJobs

Source: src/AWS/Comprehend/ListEntitiesDetectionJobs.ts

Runtime binding for comprehend:ListEntitiesDetectionJobs — list the account’s asynchronous entity 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).

// init
const listEntitiesDetectionJobs = yield* AWS.Comprehend.ListEntitiesDetectionJobs();
// runtime
const page = yield* listEntitiesDetectionJobs({
Filter: { JobStatus: "IN_PROGRESS" },
MaxResults: 25,
});
// page.EntitiesDetectionJobPropertiesList