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 |
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.
DeleteTranscriptionJob' | |
|
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.
Instances
newDeleteTranscriptionJobResponse :: DeleteTranscriptionJobResponse Source #
Create a value of DeleteTranscriptionJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.