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

DeleteNodegroupRequest

import type { DeleteNodegroupRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface DeleteNodegroupRequest {
clusterName: string;
nodegroupName: string;
}

§Properties

§
clusterName: string
[src]

The name of the Amazon EKS cluster that is associated with your node group.

§
nodegroupName: string
[src]

The name of the node group to delete.