Smaws_Client_Transcribe.UpdateVocabularyFilter
Updates an existing custom vocabulary filter with a new list of words. The new list you provide overwrites all previous entries; you cannot append new terms onto an existing custom vocabulary filter.
val request :
Smaws_Lib.Context.t ->
Types.update_vocabulary_filter_request ->
(Types.update_vocabulary_filter_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `InternalFailureException of Types.internal_failure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception ])
Stdlib.result