| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoIdentityProvider.DeleteUserPool
Description
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.
Constructors
| DeleteUserPool' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteUserPool |
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:
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.
Constructors
| DeleteUserPoolResponse' | |
Instances
| Generic DeleteUserPoolResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteUserPool Associated Types type Rep DeleteUserPoolResponse :: Type -> Type # Methods from :: DeleteUserPoolResponse -> Rep DeleteUserPoolResponse x # to :: Rep DeleteUserPoolResponse x -> DeleteUserPoolResponse # | |
| Read DeleteUserPoolResponse Source # | |
| Show DeleteUserPoolResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteUserPool Methods showsPrec :: Int -> DeleteUserPoolResponse -> ShowS # show :: DeleteUserPoolResponse -> String # showList :: [DeleteUserPoolResponse] -> ShowS # | |
| NFData DeleteUserPoolResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteUserPool Methods rnf :: DeleteUserPoolResponse -> () # | |
| Eq DeleteUserPoolResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteUserPool Methods (==) :: DeleteUserPoolResponse -> DeleteUserPoolResponse -> Bool # (/=) :: DeleteUserPoolResponse -> DeleteUserPoolResponse -> Bool # | |
| type Rep DeleteUserPoolResponse Source # | |
newDeleteUserPoolResponse :: DeleteUserPoolResponse Source #
Create a value of DeleteUserPoolResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.