Skip to content

ListTargetedSentimentDetectionJobs

Source: src/AWS/Comprehend/ListTargetedSentimentDetectionJobs.ts

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