Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
- data GetMedicalTranscriptionJob = GetMedicalTranscriptionJob' {}
- newGetMedicalTranscriptionJob :: Text -> GetMedicalTranscriptionJob
- getMedicalTranscriptionJob_medicalTranscriptionJobName :: Lens' GetMedicalTranscriptionJob Text
- data GetMedicalTranscriptionJobResponse = GetMedicalTranscriptionJobResponse' {}
- newGetMedicalTranscriptionJobResponse :: Int -> GetMedicalTranscriptionJobResponse
- getMedicalTranscriptionJobResponse_medicalTranscriptionJob :: Lens' GetMedicalTranscriptionJobResponse (Maybe MedicalTranscriptionJob)
- getMedicalTranscriptionJobResponse_httpStatus :: Lens' GetMedicalTranscriptionJobResponse Int
Creating a Request
data GetMedicalTranscriptionJob Source #
See: newGetMedicalTranscriptionJob
smart constructor.
Constructors
GetMedicalTranscriptionJob' | |
Fields
|
Instances
newGetMedicalTranscriptionJob Source #
Arguments
:: Text | |
-> GetMedicalTranscriptionJob |
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 #
See: newGetMedicalTranscriptionJobResponse
smart constructor.
Constructors
GetMedicalTranscriptionJobResponse' | |
Fields
|
Instances
newGetMedicalTranscriptionJobResponse Source #
Arguments
:: Int | |
-> GetMedicalTranscriptionJobResponse |
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.
getMedicalTranscriptionJobResponse_httpStatus :: Lens' GetMedicalTranscriptionJobResponse Int Source #
The response's http status code.