Module Values.DeleteVirtualMFADeviceRequestSource

Deletes a virtual MFA device. You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see DeactivateMFADevice.

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

    The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

    *)
}
Sourceval context_ : string
Sourceval make : 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