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

AdminEnableUserRequest

import type { AdminEnableUserRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";

Represents the request that enables the user as an administrator.

interface AdminEnableUserRequest {
Username: string;
UserPoolId: string;
}

§Properties

§
Username: string
[src]

The user name of the user you wish to enable.

§
UserPoolId: string
[src]

The user pool ID for the user pool where you want to enable the user.