Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.CognitoIdentityProvider.ForgetDevice
Description
Forgets the specified device.
Creating a Request
data ForgetDevice Source #
Represents the request to forget the device.
See: newForgetDevice
smart constructor.
Constructors
ForgetDevice' | |
Instances
Arguments
:: Text | |
-> ForgetDevice |
Create a value of ForgetDevice
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accessToken:ForgetDevice'
, forgetDevice_accessToken
- The access token for the forgotten device request.
$sel:deviceKey:ForgetDevice'
, forgetDevice_deviceKey
- The device key.
Request Lenses
forgetDevice_accessToken :: Lens' ForgetDevice (Maybe Text) Source #
The access token for the forgotten device request.
forgetDevice_deviceKey :: Lens' ForgetDevice Text Source #
The device key.
Destructuring the Response
data ForgetDeviceResponse Source #
See: newForgetDeviceResponse
smart constructor.
Constructors
ForgetDeviceResponse' | |
Instances
newForgetDeviceResponse :: ForgetDeviceResponse Source #
Create a value of ForgetDeviceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.