Values.UpdateBackendAuthVerificationMessageConfigSourceUpdates the configuration of the email or SMS message for the auth resource configured for your Amplify project.
type nonrec t = {deliveryMethod : DeliveryMethod.t;The type of verification message to send.
*)emailSettings : EmailSettings.t option;The settings for the email message.
*)smsSettings : SmsSettings.t option;The settings for the SMS message.
*)}val make :
?emailSettings:??? ->
?smsSettings:??? ->
deliveryMethod:DeliveryMethod.t ->
unit ->
t