GetPersistentAppUIPresignedURL
Source:
src/AWS/EMR/GetPersistentAppUIPresignedURL.ts
Runtime binding for elasticmapreduce:GetPersistentAppUIPresignedURL — mints a presigned URL for a persistent application UI of the bound cluster (works after the cluster terminates).
Application UIs
Section titled “Application UIs”const getAppUIUrl = yield* AWS.EMR.GetPersistentAppUIPresignedURL(cluster);
const { PresignedURL } = yield* getAppUIUrl({ PersistentAppUIId: appUIId, PersistentAppUIType: "SHS",});