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

DeleteClusterRequest

import type { DeleteClusterRequest } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface DeleteClusterRequest {
ClusterName: string;
}

§Properties

§
ClusterName: string
[src]

The name of the cluster to be deleted.