DescribeClusterVersions
Source:
src/AWS/EKS/DescribeClusterVersions.ts
Runtime binding for eks:DescribeClusterVersions.
Reads the Kubernetes version catalog — which versions EKS currently offers, their support status, and end-of-support dates.
eks:DescribeClusterVersions is granted on * — the operation is account-scoped and takes no resource.
Provide the implementation with
Effect.provide(AWS.EKS.DescribeClusterVersionsHttp).
Version Catalogs
Section titled “Version Catalogs”// initconst describeClusterVersions = yield* AWS.EKS.DescribeClusterVersions();
// runtimeconst { clusterVersions } = yield* describeClusterVersions({ defaultOnly: true,});