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

UpdateACLRequest

import type { UpdateACLRequest } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface UpdateACLRequest {
ACLName: string;
UserNamesToAdd?: string[] | null;
UserNamesToRemove?: string[] | null;
}

§Properties

§
ACLName: string
[src]

The name of the Access Control List

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

The list of users to add to the Access Control List

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

The list of users to remove from the Access Control List