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

UpdateBackendAuthVerificationMessageConfig

import type { UpdateBackendAuthVerificationMessageConfig } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";

Updates the configuration of the email or SMS message for the auth resource configured for your Amplify project.

interface UpdateBackendAuthVerificationMessageConfig {
DeliveryMethod: DeliveryMethod;
EmailSettings?: EmailSettings | null;
SmsSettings?: SmsSettings | null;
}

§Properties

§
DeliveryMethod: DeliveryMethod
[src]

The type of verification message to send.

§
EmailSettings?: EmailSettings | null
[src]

The settings for the email message.

§
SmsSettings?: SmsSettings | null
[src]

The settings for the SMS message.