| 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.Translate.DeleteTerminology
Description
A synchronous action that deletes a custom terminology.
Creating a Request
data DeleteTerminology Source #
See: newDeleteTerminology smart constructor.
Constructors
| DeleteTerminology' | |
Instances
Arguments
| :: Text | |
| -> DeleteTerminology |
Create a value of DeleteTerminology 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:
DeleteTerminology, deleteTerminology_name - The name of the custom terminology being deleted.
Request Lenses
deleteTerminology_name :: Lens' DeleteTerminology Text Source #
The name of the custom terminology being deleted.
Destructuring the Response
data DeleteTerminologyResponse Source #
See: newDeleteTerminologyResponse smart constructor.
Constructors
| DeleteTerminologyResponse' | |
Instances
newDeleteTerminologyResponse :: DeleteTerminologyResponse Source #
Create a value of DeleteTerminologyResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.