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

ACLPendingChanges

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

Returns the updates being applied to the ACL.

interface ACLPendingChanges {
UserNamesToAdd?: string[] | null;
UserNamesToRemove?: string[] | null;
}

§Properties

§
UserNamesToAdd?: string[] | null
[src]

A list of users being added to the ACL

§
UserNamesToRemove?: string[] | null
[src]

A list of user names being removed from the ACL