Copyright | (c) 2013-2016 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 |
Forgets the device, as an administrator.
- adminForgetDevice :: Text -> Text -> Text -> AdminForgetDevice
- data AdminForgetDevice
- afdUserPoolId :: Lens' AdminForgetDevice Text
- afdUsername :: Lens' AdminForgetDevice Text
- afdDeviceKey :: Lens' AdminForgetDevice Text
- adminForgetDeviceResponse :: AdminForgetDeviceResponse
- data AdminForgetDeviceResponse
Creating a Request
Creates a value of AdminForgetDevice
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
afdUserPoolId
- The user pool ID.afdUsername
- The user name.afdDeviceKey
- The device key.
data AdminForgetDevice Source #
Sends the forgot device request, as an administrator.
See: adminForgetDevice
smart constructor.
Request Lenses
afdUserPoolId :: Lens' AdminForgetDevice Text Source #
The user pool ID.
afdUsername :: Lens' AdminForgetDevice Text Source #
The user name.
afdDeviceKey :: Lens' AdminForgetDevice Text Source #
The device key.
Destructuring the Response
adminForgetDeviceResponse :: AdminForgetDeviceResponse Source #
Creates a value of AdminForgetDeviceResponse
with the minimum fields required to make a request.
data AdminForgetDeviceResponse Source #
See: adminForgetDeviceResponse
smart constructor.