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

ModifyUserGroupMessage

import type { ModifyUserGroupMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";
interface ModifyUserGroupMessage {
UserGroupId: string;
UserIdsToAdd?: string[] | null;
UserIdsToRemove?: string[] | null;
}

§Properties

§
UserGroupId: string
[src]

The ID of the user group.

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

The list of user IDs to add to the user group.

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

The list of user IDs to remove from the user group.