GetVocabulary
Source:
src/AWS/Transcribe/GetVocabulary.ts
Runtime binding for transcribe:GetVocabulary — read a custom vocabulary’s processing state and download URI.
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:GetVocabulary on *.
Custom Vocabularies
Section titled “Custom Vocabularies”// initconst getVocabulary = yield* AWS.Transcribe.GetVocabulary();
// runtimeconst { VocabularyState } = yield* getVocabulary({ VocabularyName: "tenant-123-vocabulary",});