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.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:
$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.
Constructors
DeleteUserPoolResponse' | |
Instances
Eq DeleteUserPoolResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteUserPool Methods (==) :: DeleteUserPoolResponse -> DeleteUserPoolResponse -> Bool # (/=) :: DeleteUserPoolResponse -> DeleteUserPoolResponse -> Bool # | |
Read DeleteUserPoolResponse Source # | |
Show DeleteUserPoolResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteUserPool Methods showsPrec :: Int -> DeleteUserPoolResponse -> ShowS # show :: DeleteUserPoolResponse -> String # showList :: [DeleteUserPoolResponse] -> ShowS # | |
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 # | |
NFData DeleteUserPoolResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteUserPool Methods rnf :: DeleteUserPoolResponse -> () # | |
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.