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

EnableUserRequest

import type { EnableUserRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface EnableUserRequest {
AuthenticationType: AuthenticationType;
UserName: string;
}

§Properties

§
AuthenticationType: AuthenticationType
[src]

The authentication type for the user. You must specify USERPOOL.

§
UserName: string
[src]

The email address of the user.

Note: Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.