DescribeReleaseLabel
Source:
src/AWS/EMR/DescribeReleaseLabel.ts
Runtime binding for elasticmapreduce:DescribeReleaseLabel — reads one EMR release label — the applications (with versions) it ships and the OS releases it supports.
Release Catalog
Section titled “Release Catalog”const describeReleaseLabel = yield* AWS.EMR.DescribeReleaseLabel();
const { Applications } = yield* describeReleaseLabel({ ReleaseLabel: "emr-7.5.0",});