ListVocabularies
Source:
src/AWS/Transcribe/ListVocabularies.ts
Runtime binding for transcribe:ListVocabularies — list the custom vocabularies in the account.
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:ListVocabularies on *.
Custom Vocabularies
Section titled “Custom Vocabularies”// initconst listVocabularies = yield* AWS.Transcribe.ListVocabularies();
// runtimeconst { Vocabularies } = yield* listVocabularies({ MaxResults: 10 });