Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Deletes the specified pronunciation lexicon stored in an AWS Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the GetLexicon
or ListLexicon
APIs.
For more information, see Managing Lexicons .
Synopsis
Creating a Request
:: Text | |
-> DeleteLexicon |
Creates a value of DeleteLexicon
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlName
- The name of the lexicon to delete. Must be an existing lexicon in the region.
data DeleteLexicon Source #
See: deleteLexicon
smart constructor.
Instances
Request Lenses
dlName :: Lens' DeleteLexicon Text Source #
The name of the lexicon to delete. Must be an existing lexicon in the region.
Destructuring the Response
deleteLexiconResponse Source #
Creates a value of DeleteLexiconResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlrsResponseStatus
- -- | The response status code.
data DeleteLexiconResponse Source #
See: deleteLexiconResponse
smart constructor.
Instances
Response Lenses
dlrsResponseStatus :: Lens' DeleteLexiconResponse Int Source #
- - | The response status code.