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

BatchUpdateClusterResponse

import type { BatchUpdateClusterResponse } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface BatchUpdateClusterResponse {
ProcessedClusters?: Cluster[] | null;
UnprocessedClusters?: UnprocessedCluster[] | null;
}

§Properties

§
ProcessedClusters?: Cluster[] | null
[src]

The list of clusters that have been updated.

§
UnprocessedClusters?: UnprocessedCluster[] | null
[src]

The list of clusters where updates have not been applied.