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.Transcribe.DeleteMedicalVocabulary
Description
Deletes a custom medical vocabulary. To use this operation, specify the
name of the custom vocabulary you want to delete using VocabularyName
.
Custom vocabulary names are case sensitive.
Synopsis
- data DeleteMedicalVocabulary = DeleteMedicalVocabulary' {}
- newDeleteMedicalVocabulary :: Text -> DeleteMedicalVocabulary
- deleteMedicalVocabulary_vocabularyName :: Lens' DeleteMedicalVocabulary Text
- data DeleteMedicalVocabularyResponse = DeleteMedicalVocabularyResponse' {
- newDeleteMedicalVocabularyResponse :: DeleteMedicalVocabularyResponse
Creating a Request
data DeleteMedicalVocabulary Source #
See: newDeleteMedicalVocabulary
smart constructor.
Constructors
DeleteMedicalVocabulary' | |
Fields
|
Instances
newDeleteMedicalVocabulary Source #
Arguments
:: Text | |
-> DeleteMedicalVocabulary |
Create a value of DeleteMedicalVocabulary
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:
DeleteMedicalVocabulary
, deleteMedicalVocabulary_vocabularyName
- The name of the custom medical vocabulary you want to delete. Custom
medical vocabulary names are case sensitive.
Request Lenses
deleteMedicalVocabulary_vocabularyName :: Lens' DeleteMedicalVocabulary Text Source #
The name of the custom medical vocabulary you want to delete. Custom medical vocabulary names are case sensitive.
Destructuring the Response
data DeleteMedicalVocabularyResponse Source #
See: newDeleteMedicalVocabularyResponse
smart constructor.
Constructors
DeleteMedicalVocabularyResponse' | |
Instances
Generic DeleteMedicalVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteMedicalVocabulary Associated Types type Rep DeleteMedicalVocabularyResponse :: Type -> Type # | |
Read DeleteMedicalVocabularyResponse Source # | |
Show DeleteMedicalVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteMedicalVocabulary Methods showsPrec :: Int -> DeleteMedicalVocabularyResponse -> ShowS # | |
NFData DeleteMedicalVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteMedicalVocabulary Methods rnf :: DeleteMedicalVocabularyResponse -> () # | |
Eq DeleteMedicalVocabularyResponse Source # | |
type Rep DeleteMedicalVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteMedicalVocabulary |
newDeleteMedicalVocabularyResponse :: DeleteMedicalVocabularyResponse Source #
Create a value of DeleteMedicalVocabularyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.