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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.DeactivateMFADevice

Contents

Description

Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled.

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_DeactivateMFADevice.html

Synopsis

Request

Request constructor

deactivateMFADevice Source

DeactivateMFADevice constructor.

The fields accessible through corresponding lenses are:

Request lenses

dmfadSerialNumber :: Lens' DeactivateMFADevice Text Source

The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

dmfadUserName :: Lens' DeactivateMFADevice Text Source

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

Response

Response constructor