Module Smaws_Client_Transcribe.UpdateVocabulary

Updates an existing custom 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 error_to_string : [ 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 ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_vocabulary_request -> (Types.update_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