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 |
Forgets the specified device.
Creating a Request
data ForgetDevice Source #
Represents the request to forget the device.
See: newForgetDevice
smart constructor.
Instances
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.
Instances
Eq ForgetDeviceResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.ForgetDevice (==) :: ForgetDeviceResponse -> ForgetDeviceResponse -> Bool # (/=) :: ForgetDeviceResponse -> ForgetDeviceResponse -> Bool # | |
Read ForgetDeviceResponse Source # | |
Show ForgetDeviceResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.ForgetDevice showsPrec :: Int -> ForgetDeviceResponse -> ShowS # show :: ForgetDeviceResponse -> String # showList :: [ForgetDeviceResponse] -> ShowS # | |
Generic ForgetDeviceResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.ForgetDevice type Rep ForgetDeviceResponse :: Type -> Type # from :: ForgetDeviceResponse -> Rep ForgetDeviceResponse x # to :: Rep ForgetDeviceResponse x -> ForgetDeviceResponse # | |
NFData ForgetDeviceResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.ForgetDevice rnf :: ForgetDeviceResponse -> () # | |
type Rep ForgetDeviceResponse Source # | |
newForgetDeviceResponse :: ForgetDeviceResponse Source #
Create a value of ForgetDeviceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.