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 |
Deletes a custom vocabulary. To use this operation, specify the name of
the custom vocabulary you want to delete using VocabularyName
. Custom
vocabulary names are case sensitive.
Creating a Request
data DeleteVocabulary Source #
See: newDeleteVocabulary
smart constructor.
DeleteVocabulary' | |
|
Instances
Create a value of DeleteVocabulary
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:
DeleteVocabulary
, deleteVocabulary_vocabularyName
- The name of the custom vocabulary you want to delete. Custom vocabulary
names are case sensitive.
Request Lenses
deleteVocabulary_vocabularyName :: Lens' DeleteVocabulary Text Source #
The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.
Destructuring the Response
data DeleteVocabularyResponse Source #
See: newDeleteVocabularyResponse
smart constructor.
Instances
Generic DeleteVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteVocabulary type Rep DeleteVocabularyResponse :: Type -> Type # | |
Read DeleteVocabularyResponse Source # | |
Show DeleteVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteVocabulary showsPrec :: Int -> DeleteVocabularyResponse -> ShowS # show :: DeleteVocabularyResponse -> String # showList :: [DeleteVocabularyResponse] -> ShowS # | |
NFData DeleteVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteVocabulary rnf :: DeleteVocabularyResponse -> () # | |
Eq DeleteVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteVocabulary | |
type Rep DeleteVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteVocabulary |
newDeleteVocabularyResponse :: DeleteVocabularyResponse Source #
Create a value of DeleteVocabularyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.