Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.Transcribe.DeleteTranscriptionJob
Description
Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
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 #
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:
$sel:transcriptionJobName:DeleteTranscriptionJob'
, deleteTranscriptionJob_transcriptionJobName
- The name of the transcription job to be deleted.
Request Lenses
deleteTranscriptionJob_transcriptionJobName :: Lens' DeleteTranscriptionJob Text Source #
The name of the transcription job to be deleted.
Destructuring the Response
data DeleteTranscriptionJobResponse Source #
See: newDeleteTranscriptionJobResponse
smart constructor.
Constructors
DeleteTranscriptionJobResponse' | |
Instances
Eq DeleteTranscriptionJobResponse Source # | |
Defined in Amazonka.Transcribe.DeleteTranscriptionJob | |
Read DeleteTranscriptionJobResponse Source # | |
Show DeleteTranscriptionJobResponse Source # | |
Defined in Amazonka.Transcribe.DeleteTranscriptionJob Methods showsPrec :: Int -> DeleteTranscriptionJobResponse -> ShowS # show :: DeleteTranscriptionJobResponse -> String # showList :: [DeleteTranscriptionJobResponse] -> ShowS # | |
Generic DeleteTranscriptionJobResponse Source # | |
Defined in Amazonka.Transcribe.DeleteTranscriptionJob Associated Types type Rep DeleteTranscriptionJobResponse :: Type -> Type # | |
NFData DeleteTranscriptionJobResponse Source # | |
Defined in Amazonka.Transcribe.DeleteTranscriptionJob Methods rnf :: DeleteTranscriptionJobResponse -> () # | |
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.