amazonka-iam-0.1.0: Amazon Identity and Access Management SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.ResyncMFADevice

Contents

Description

Synchronizes the specified MFA device with AWS servers.

For more information about creating and working with virtual MFA devices, go to Using a Virtual MFA Device in the Using IAM guide.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_ResyncMFADevice.html

Synopsis

Request

Request constructor

Request lenses

rmfadAuthenticationCode1 :: Lens' ResyncMFADevice Text Source

An authentication code emitted by the device.

rmfadAuthenticationCode2 :: Lens' ResyncMFADevice Text Source

A subsequent authentication code emitted by the device.

rmfadSerialNumber :: Lens' ResyncMFADevice Text Source

Serial number that uniquely identifies the MFA device.

rmfadUserName :: Lens' ResyncMFADevice Text Source

The name of the user whose MFA device you want to resynchronize.

Response

Response constructor