GetMedicalScribeJob
Source:
src/AWS/Transcribe/GetMedicalScribeJob.ts
Runtime binding for transcribe:GetMedicalScribeJob — read a Medical Scribe job’s status and, once complete, the clinical note and transcript locations.
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:GetMedicalScribeJob on *.
Medical Scribe Jobs
Section titled “Medical Scribe Jobs”// initconst getMedicalScribeJob = yield* AWS.Transcribe.GetMedicalScribeJob();
// runtimeconst { MedicalScribeJob } = yield* getMedicalScribeJob({ MedicalScribeJobName: "my-visit",});