DeleteTranscriptionJob
Source:
src/AWS/Transcribe/DeleteTranscriptionJob.ts
Runtime binding for transcribe:DeleteTranscriptionJob — delete a batch transcription job and its transcript from the service-managed output location.
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:DeleteTranscriptionJob on *.
Batch Transcription Jobs
Section titled “Batch Transcription Jobs”// initconst deleteTranscriptionJob = yield* AWS.Transcribe.DeleteTranscriptionJob();
// runtimeyield* deleteTranscriptionJob({ TranscriptionJobName: "my-job" });