| 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 |
Network.AWS.Transcribe.DeleteVocabulary
Description
Deletes a vocabulary from Amazon Transcribe.
Creating a Request
Arguments
| :: Text | |
| -> DeleteVocabulary |
Creates a value of DeleteVocabulary with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dvVocabularyName- The name of the vocabulary to delete.
data DeleteVocabulary Source #
See: deleteVocabulary smart constructor.
Instances
Request Lenses
dvVocabularyName :: Lens' DeleteVocabulary Text Source #
The name of the vocabulary to delete.
Destructuring the Response
deleteVocabularyResponse :: DeleteVocabularyResponse Source #
Creates a value of DeleteVocabularyResponse with the minimum fields required to make a request.
data DeleteVocabularyResponse Source #
See: deleteVocabularyResponse smart constructor.