Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeUpdateRequest

import type { DescribeUpdateRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface DescribeUpdateRequest {
addonName?: string | null;
name: string;
nodegroupName?: string | null;
updateId: string;
}

§Properties

§
addonName?: string | null
[src]

The name of the add-on. The name must match one of the names returned by ListAddons.

§
name: string
[src]

The name of the Amazon EKS cluster associated with the update.

§
nodegroupName?: string | null
[src]

The name of the Amazon EKS node group associated with the update.

§
updateId: string
[src]

The ID of the update to describe.