| 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.DeleteUser
Description
Allows a user to delete himself or herself.
Synopsis
Creating a Request
data DeleteUser Source #
Represents the request to delete a user.
See: newDeleteUser smart constructor.
Constructors
| DeleteUser' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteUser |
Create a value of DeleteUser 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:DeleteUser', deleteUser_accessToken - The access token from a request to delete a user.
Request Lenses
deleteUser_accessToken :: Lens' DeleteUser Text Source #
The access token from a request to delete a user.
Destructuring the Response
data DeleteUserResponse Source #
See: newDeleteUserResponse smart constructor.
Constructors
| DeleteUserResponse' | |
Instances
newDeleteUserResponse :: DeleteUserResponse Source #
Create a value of DeleteUserResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.