Skip to content

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 *.

// init
const getVocabulary = yield* AWS.Transcribe.GetVocabulary();
// runtime
const { VocabularyState } = yield* getVocabulary({
VocabularyName: "tenant-123-vocabulary",
});