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

AssociateMemberToGroupRequest

import type { AssociateMemberToGroupRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface AssociateMemberToGroupRequest {
GroupId: string;
MemberId: string;
OrganizationId: string;
}

§Properties

§
GroupId: string
[src]

The group to which the member (user or group) is associated.

§
MemberId: string
[src]

The member (user or group) to associate to the group.

§
OrganizationId: string
[src]

The organization under which the group exists.