Smaws_Client_Transcribe.UpdateMedicalVocabulary
Updates an existing custom medical vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing custom vocabulary.
val request :
Smaws_Lib.Context.t ->
Types.update_medical_vocabulary_request ->
(Types.update_medical_vocabulary_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `ConflictException of Types.conflict_exception
| `InternalFailureException of Types.internal_failure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception ])
Stdlib.result