StopPHIDetectionJob
Source:
src/AWS/ComprehendMedical/StopPHIDetectionJob.ts
Runtime binding for comprehendmedical:StopPHIDetectionJob — stop an in-progress asynchronous protected health information (PHI) detection job.
Comprehend Medical has no resource-level IAM, so the binding takes no
arguments and grants comprehendmedical:StopPHIDetectionJob on *. Provide the
implementation with Effect.provide(AWS.ComprehendMedical.StopPHIDetectionJobHttp).
Batch PHI Detection Jobs
Section titled “Batch PHI Detection Jobs”// initconst stopPHIDetectionJob = yield* AWS.ComprehendMedical.StopPHIDetectionJob();
// runtimeyield* stopPHIDetectionJob({ JobId: jobId });