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

CreateGroupMembershipRequest

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

§Properties

§
GroupId: string
[src]

The identifier for a group in the identity store.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.

§
MemberId: MemberId
[src]

An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.