DescribePersistentAppUI
Source:
src/AWS/EMR/DescribePersistentAppUI.ts
Runtime binding for elasticmapreduce:DescribePersistentAppUI — reads a persistent application UI created for the bound cluster by CreatePersistentAppUI.
Application UIs
Section titled “Application UIs”const describeAppUI = yield* AWS.EMR.DescribePersistentAppUI(cluster);
const { PersistentAppUI } = yield* describeAppUI({ PersistentAppUIId: appUIId,});