Skip to content

ListSentimentDetectionJobs

Source: src/AWS/Comprehend/ListSentimentDetectionJobs.ts

Runtime binding for comprehend:ListSentimentDetectionJobs — list the account’s asynchronous sentiment 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 listSentimentDetectionJobs = yield* AWS.Comprehend.ListSentimentDetectionJobs();
// runtime
const page = yield* listSentimentDetectionJobs({
Filter: { JobStatus: "IN_PROGRESS" },
MaxResults: 25,
});
// page.SentimentDetectionJobPropertiesList