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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for ResyncMFADevice.

Synopsis

Creating a Request

resyncMFADevice Source

Creates a value of ResyncMFADevice with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

rmdUserName :: Lens' ResyncMFADevice Text Source

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

rmdSerialNumber :: Lens' ResyncMFADevice Text Source

Serial number that uniquely identifies the MFA device.

rmdAuthenticationCode1 :: Lens' ResyncMFADevice Text Source

An authentication code emitted by the device.

rmdAuthenticationCode2 :: Lens' ResyncMFADevice Text Source

A subsequent authentication code emitted by the device.

Destructuring the Response

resyncMFADeviceResponse :: ResyncMFADeviceResponse Source

Creates a value of ResyncMFADeviceResponse with the minimum fields required to make a request.