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 vocabulary from Amazon Transcribe.
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:
$sel:vocabularyName:DeleteVocabulary'
, deleteVocabulary_vocabularyName
- The name of the vocabulary to delete.
Request Lenses
deleteVocabulary_vocabularyName :: Lens' DeleteVocabulary Text Source #
The name of the vocabulary to delete.
Destructuring the Response
data DeleteVocabularyResponse Source #
See: newDeleteVocabularyResponse
smart constructor.
Instances
Eq DeleteVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteVocabulary | |
Read DeleteVocabularyResponse Source # | |
Show DeleteVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteVocabulary showsPrec :: Int -> DeleteVocabularyResponse -> ShowS # show :: DeleteVocabularyResponse -> String # showList :: [DeleteVocabularyResponse] -> ShowS # | |
Generic DeleteVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteVocabulary type Rep DeleteVocabularyResponse :: Type -> Type # | |
NFData DeleteVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteVocabulary rnf :: DeleteVocabularyResponse -> () # | |
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.