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.4/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. This parameter is required if the update is an add-on update.

§
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. This parameter is required if the update is a node group update.

§
updateId: string
[src]

The ID of the update to describe.