amazonka-transcribe-2.0: Amazon Transcribe Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Transcribe.GetMedicalTranscriptionJob

Description

Provides information about the specified medical transcription job.

To view the status of the specified medical transcription job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished. You can find the results at the location specified in TranscriptFileUri. If the status is FAILED, FailureReason provides details on why your transcription job failed.

To get a list of your medical transcription jobs, use the operation.

Synopsis

Creating a Request

data GetMedicalTranscriptionJob Source #

See: newGetMedicalTranscriptionJob smart constructor.

Constructors

GetMedicalTranscriptionJob' 

Fields

Instances

Instances details
ToJSON GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

ToHeaders GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

ToPath GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

ToQuery GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

AWSRequest GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Generic GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Associated Types

type Rep GetMedicalTranscriptionJob :: Type -> Type #

Read GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Show GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

NFData GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Eq GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Hashable GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

type AWSResponse GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

type Rep GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

type Rep GetMedicalTranscriptionJob = D1 ('MetaData "GetMedicalTranscriptionJob" "Amazonka.Transcribe.GetMedicalTranscriptionJob" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "GetMedicalTranscriptionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "medicalTranscriptionJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetMedicalTranscriptionJob Source #

Create a value of GetMedicalTranscriptionJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetMedicalTranscriptionJob, getMedicalTranscriptionJob_medicalTranscriptionJobName - The name of the medical transcription job you want information about. Job names are case sensitive.

Request Lenses

getMedicalTranscriptionJob_medicalTranscriptionJobName :: Lens' GetMedicalTranscriptionJob Text Source #

The name of the medical transcription job you want information about. Job names are case sensitive.

Destructuring the Response

data GetMedicalTranscriptionJobResponse Source #

Constructors

GetMedicalTranscriptionJobResponse' 

Fields

Instances

Instances details
Generic GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Associated Types

type Rep GetMedicalTranscriptionJobResponse :: Type -> Type #

Read GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Show GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

NFData GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Eq GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

type Rep GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

type Rep GetMedicalTranscriptionJobResponse = D1 ('MetaData "GetMedicalTranscriptionJobResponse" "Amazonka.Transcribe.GetMedicalTranscriptionJob" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "GetMedicalTranscriptionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "medicalTranscriptionJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MedicalTranscriptionJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetMedicalTranscriptionJobResponse Source #

Create a value of GetMedicalTranscriptionJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:medicalTranscriptionJob:GetMedicalTranscriptionJobResponse', getMedicalTranscriptionJobResponse_medicalTranscriptionJob - Provides detailed information about the specified medical transcription job, including job status and, if applicable, failure reason.

$sel:httpStatus:GetMedicalTranscriptionJobResponse', getMedicalTranscriptionJobResponse_httpStatus - The response's http status code.

Response Lenses

getMedicalTranscriptionJobResponse_medicalTranscriptionJob :: Lens' GetMedicalTranscriptionJobResponse (Maybe MedicalTranscriptionJob) Source #

Provides detailed information about the specified medical transcription job, including job status and, if applicable, failure reason.