Skip to content

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).

// init
const listUpdates = yield* AWS.EKS.ListUpdates(cluster);
// runtime
const { updateIds } = yield* listUpdates();