Module Values.GetMFADeviceRequestSource

Retrieves information about an MFA device for a specified user.

Sourcetype nonrec t = {
  1. serialNumber : SerialNumberType.t;
    (*

    Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.

    *)
  2. userName : UserNameType.t option;
    (*

    The friendly name identifying the user.

    *)
}
Sourceval context_ : string
Sourceval make : ?userName:??? -> serialNumber:SerialNumberType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SerialNumberType.t ]) 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