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 custom language model using its name.
Synopsis
Creating a Request
data DeleteLanguageModel Source #
See: newDeleteLanguageModel
smart constructor.
Instances
newDeleteLanguageModel Source #
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:
$sel:modelName:DeleteLanguageModel'
, deleteLanguageModel_modelName
- The name of the model you're choosing to delete.
Request Lenses
deleteLanguageModel_modelName :: Lens' DeleteLanguageModel Text Source #
The name of the model you're choosing to delete.
Destructuring the Response
data DeleteLanguageModelResponse Source #
See: newDeleteLanguageModelResponse
smart constructor.
Instances
newDeleteLanguageModelResponse :: DeleteLanguageModelResponse Source #
Create a value of DeleteLanguageModelResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.