| 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.DeleteLanguageModel
Description
Deletes a custom language model. To use this operation, specify the name
of the language model you want to delete using ModelName. custom
language model names are case sensitive.
Synopsis
Creating a Request
data DeleteLanguageModel Source #
See: newDeleteLanguageModel smart constructor.
Constructors
| DeleteLanguageModel' | |
Instances
newDeleteLanguageModel Source #
Arguments
| :: Text | |
| -> DeleteLanguageModel |
Create a value of DeleteLanguageModel 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:
DeleteLanguageModel, deleteLanguageModel_modelName - The name of the custom language model you want to delete. Model names
are case sensitive.
Request Lenses
deleteLanguageModel_modelName :: Lens' DeleteLanguageModel Text Source #
The name of the custom language model you want to delete. Model names are case sensitive.
Destructuring the Response
data DeleteLanguageModelResponse Source #
See: newDeleteLanguageModelResponse smart constructor.
Constructors
| DeleteLanguageModelResponse' | |
Instances
newDeleteLanguageModelResponse :: DeleteLanguageModelResponse Source #
Create a value of DeleteLanguageModelResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.