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 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.
DeleteMedicalVocabulary' | |
|
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.
Instances
newDeleteMedicalVocabularyResponse :: DeleteMedicalVocabularyResponse Source #
Create a value of DeleteMedicalVocabularyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.