
resync-mfa-device
*****************


DESCRIPTION
===========

Synchronizes the specified MFA device with AWS servers.


SYNOPSIS
========

   aws iam resync-mfa-device
     --user-name <value>
     --authentication-code-1 <value>
     --serial-number <value>
     --authentication-code-2 <value>


REQUIRED PARAMETERS
===================

"--user-name"  (string)
   Name of the user whose MFA device you want to resynchronize.

"--authentication-code-1"  (string)
   An authentication code emitted by the device.

"--serial-number"  (string)
   Serial number that uniquely identifies the MFA device.

"--authentication-code-2"  (string)
   A subsequent authentication code emitted by the device.


OPTIONAL PARAMETERS
===================

None
