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

AdminSetUserSettingsRequest

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

You can use this parameter to set an MFA configuration that uses the SMS delivery medium.

interface AdminSetUserSettingsRequest {
MFAOptions: MFAOptionType[];
Username: string;
UserPoolId: string;
}

§Properties

§
MFAOptions: MFAOptionType[]
[src]

You can use this parameter only to set an SMS configuration that uses SMS for delivery.

§
Username: string
[src]

The user name of the user that you are setting options for.

§
UserPoolId: string
[src]

The ID of the user pool that contains the user that you are setting options for.