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

AdminAddUserToGroupRequest

import type { AdminAddUserToGroupRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface AdminAddUserToGroupRequest {
GroupName: string;
Username: string;
UserPoolId: string;
}

§Properties

§
GroupName: string
[src]

The group name.

§
Username: string
[src]

The username for the user.

§
UserPoolId: string
[src]

The user pool ID for the user pool.