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

ListAllowedNodeTypeUpdatesRequest

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

§Properties

§
ClusterName: string
[src]

The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node type being used by this cluster, and from that to create a list of node types you can scale up to.