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

ClusterPendingUpdates

import type { ClusterPendingUpdates } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

A list of updates being applied to the cluster

interface ClusterPendingUpdates {
ACLs?: ACLsUpdateStatus | null;
Resharding?: ReshardingStatus | null;
ServiceUpdates?: PendingModifiedServiceUpdate[] | null;
}

§Properties

§
ACLs?: ACLsUpdateStatus | null
[src]

A list of ACLs associated with the cluster that are being updated

§
Resharding?: ReshardingStatus | null
[src]

The status of an online resharding operation.

§
ServiceUpdates?: PendingModifiedServiceUpdate[] | null
[src]

A list of service updates being applied to the cluster