Skip to content

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 *.

// init
const getMedicalScribeJob = yield* AWS.Transcribe.GetMedicalScribeJob();
// runtime
const { MedicalScribeJob } = yield* getMedicalScribeJob({
MedicalScribeJobName: "my-visit",
});