| 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.DeleteTranscriptionJob
Description
Deletes a transcription job. To use this operation, specify the name of
the job you want to delete using TranscriptionJobName. Job names are
case sensitive.
Synopsis
- data DeleteTranscriptionJob = DeleteTranscriptionJob' {}
- newDeleteTranscriptionJob :: Text -> DeleteTranscriptionJob
- deleteTranscriptionJob_transcriptionJobName :: Lens' DeleteTranscriptionJob Text
- data DeleteTranscriptionJobResponse = DeleteTranscriptionJobResponse' {
- newDeleteTranscriptionJobResponse :: DeleteTranscriptionJobResponse
Creating a Request
data DeleteTranscriptionJob Source #
See: newDeleteTranscriptionJob smart constructor.
Constructors
| DeleteTranscriptionJob' | |
Fields
| |
Instances
newDeleteTranscriptionJob Source #
Arguments
| :: Text | |
| -> DeleteTranscriptionJob |
Create a value of DeleteTranscriptionJob 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:
DeleteTranscriptionJob, deleteTranscriptionJob_transcriptionJobName - The name of the transcription job you want to delete. Job names are case
sensitive.
Request Lenses
deleteTranscriptionJob_transcriptionJobName :: Lens' DeleteTranscriptionJob Text Source #
The name of the transcription job you want to delete. Job names are case sensitive.
Destructuring the Response
data DeleteTranscriptionJobResponse Source #
See: newDeleteTranscriptionJobResponse smart constructor.
Constructors
| DeleteTranscriptionJobResponse' | |
Instances
| Generic DeleteTranscriptionJobResponse Source # | |
Defined in Amazonka.Transcribe.DeleteTranscriptionJob Associated Types type Rep DeleteTranscriptionJobResponse :: Type -> Type # | |
| Read DeleteTranscriptionJobResponse Source # | |
| Show DeleteTranscriptionJobResponse Source # | |
Defined in Amazonka.Transcribe.DeleteTranscriptionJob Methods showsPrec :: Int -> DeleteTranscriptionJobResponse -> ShowS # show :: DeleteTranscriptionJobResponse -> String # showList :: [DeleteTranscriptionJobResponse] -> ShowS # | |
| NFData DeleteTranscriptionJobResponse Source # | |
Defined in Amazonka.Transcribe.DeleteTranscriptionJob Methods rnf :: DeleteTranscriptionJobResponse -> () # | |
| Eq DeleteTranscriptionJobResponse Source # | |
Defined in Amazonka.Transcribe.DeleteTranscriptionJob | |
| type Rep DeleteTranscriptionJobResponse Source # | |
Defined in Amazonka.Transcribe.DeleteTranscriptionJob | |
newDeleteTranscriptionJobResponse :: DeleteTranscriptionJobResponse Source #
Create a value of DeleteTranscriptionJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.