Module Values.UpdateBackendAuthMFAConfigSource

Updates the multi-factor authentication (MFA) configuration for the backend of your Amplify project.

Sourcetype nonrec t = {
  1. mFAMode : MFAMode.t option;
    (*

    The MFA mode for the backend of your Amplify project.

    *)
  2. settings : Settings.t option;
    (*

    The settings of your MFA configuration for the backend of your Amplify project.

    *)
}
Sourceval make : ?mFAMode:??? -> ?settings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Enum of string ] list | `String of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t