| 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 |
Network.AWS.CognitoIdentityProvider.DeleteUserPool
Description
Deletes the specified Amazon Cognito user pool.
Creating a Request
Arguments
| :: Text | |
| -> DeleteUserPool |
Creates a value of DeleteUserPool with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dupUserPoolId- The user pool ID for the user pool you want to delete.
data DeleteUserPool Source #
Represents the request to delete a user pool.
See: deleteUserPool smart constructor.
Instances
Request Lenses
dupUserPoolId :: Lens' DeleteUserPool Text Source #
The user pool ID for the user pool you want to delete.
Destructuring the Response
deleteUserPoolResponse :: DeleteUserPoolResponse Source #
Creates a value of DeleteUserPoolResponse with the minimum fields required to make a request.
data DeleteUserPoolResponse Source #
See: deleteUserPoolResponse smart constructor.