Module Values.DeleteMedicalTranscriptionJobRequestSource

Deletes a medical transcription job. To use this operation, specify the name of the job you want to delete using MedicalTranscriptionJobName. Job names are case sensitive.

Sourcetype nonrec t = {
  1. medicalTranscriptionJobName : TranscriptionJobName.t;
    (*

    The name of the medical transcription job you want to delete. Job names are case sensitive.

    *)
}
Sourceval context_ : string
Sourceval make : medicalTranscriptionJobName:TranscriptionJobName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TranscriptionJobName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t