Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.
- resyncMFADevice :: Text -> Text -> Text -> Text -> ResyncMFADevice
- data ResyncMFADevice
- rmdUserName :: Lens' ResyncMFADevice Text
- rmdSerialNumber :: Lens' ResyncMFADevice Text
- rmdAuthenticationCode1 :: Lens' ResyncMFADevice Text
- rmdAuthenticationCode2 :: Lens' ResyncMFADevice Text
- resyncMFADeviceResponse :: ResyncMFADeviceResponse
- data ResyncMFADeviceResponse
Creating a Request
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> ResyncMFADevice |
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:
data ResyncMFADevice Source
See: resyncMFADevice
smart constructor.
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.
data ResyncMFADeviceResponse Source
See: resyncMFADeviceResponse
smart constructor.