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

ACLsUpdateStatus

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

The status of the ACL update

interface ACLsUpdateStatus {
ACLToApply?: string | null;
}

§Properties

§
ACLToApply?: string | null
[src]

A list of ACLs pending to be applied.