ListUpdates
Source:
src/AWS/EKS/ListUpdates.ts
Runtime binding for eks:ListUpdates.
Enumerates the update IDs issued against the bound cluster (or one of its node groups / add-ons).
The cluster name is injected from the bound Cluster and eks:ListUpdates is granted on the cluster’s ARN and sub-resource ARNs.
Provide the implementation with
Effect.provide(AWS.EKS.ListUpdatesHttp).
Tracking Updates
Section titled “Tracking Updates”// initconst listUpdates = yield* AWS.EKS.ListUpdates(cluster);
// runtimeconst { updateIds } = yield* listUpdates();