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 |
Amazonka.Transcribe.DeleteMedicalVocabulary
Description
Deletes a vocabulary from Amazon Transcribe Medical.
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 #
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:
$sel:vocabularyName:DeleteMedicalVocabulary'
, deleteMedicalVocabulary_vocabularyName
- The name of the vocabulary that you want to delete.
Request Lenses
deleteMedicalVocabulary_vocabularyName :: Lens' DeleteMedicalVocabulary Text Source #
The name of the vocabulary that you want to delete.
Destructuring the Response
data DeleteMedicalVocabularyResponse Source #
See: newDeleteMedicalVocabularyResponse
smart constructor.
Constructors
DeleteMedicalVocabularyResponse' | |
Instances
Eq DeleteMedicalVocabularyResponse Source # | |
Read DeleteMedicalVocabularyResponse Source # | |
Show DeleteMedicalVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteMedicalVocabulary Methods showsPrec :: Int -> DeleteMedicalVocabularyResponse -> ShowS # | |
Generic DeleteMedicalVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteMedicalVocabulary Associated Types type Rep DeleteMedicalVocabularyResponse :: Type -> Type # | |
NFData DeleteMedicalVocabularyResponse Source # | |
Defined in Amazonka.Transcribe.DeleteMedicalVocabulary Methods rnf :: DeleteMedicalVocabularyResponse -> () # | |
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.