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 |
Deletes the specified Amazon Cognito user pool.
Creating a Request
data DeleteUserPool Source #
Represents the request to delete a user pool.
See: newDeleteUserPool
smart constructor.
DeleteUserPool' | |
|
Instances
Create a value of DeleteUserPool
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:userPoolId:DeleteUserPool'
, deleteUserPool_userPoolId
- The user pool ID for the user pool you want to delete.
Request Lenses
deleteUserPool_userPoolId :: Lens' DeleteUserPool Text Source #
The user pool ID for the user pool you want to delete.
Destructuring the Response
data DeleteUserPoolResponse Source #
See: newDeleteUserPoolResponse
smart constructor.
Instances
newDeleteUserPoolResponse :: DeleteUserPoolResponse Source #
Create a value of DeleteUserPoolResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.