Module Smaws_Client_Transcribe.ListVocabularies

Provides a list of custom vocabularies that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.

To get detailed information about a specific custom vocabulary, use the operation.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `InternalFailureException of Types.internal_failure_exception | `LimitExceededException of Types.limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_vocabularies_request -> (Types.list_vocabularies_response, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `InternalFailureException of Types.internal_failure_exception | `LimitExceededException of Types.limit_exceeded_exception ]) Stdlib.result