| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain
Description
Deletes a domain for a user pool.
- deleteUserPoolDomain :: Text -> Text -> DeleteUserPoolDomain
- data DeleteUserPoolDomain
- dupdDomain :: Lens' DeleteUserPoolDomain Text
- dupdUserPoolId :: Lens' DeleteUserPoolDomain Text
- deleteUserPoolDomainResponse :: Int -> DeleteUserPoolDomainResponse
- data DeleteUserPoolDomainResponse
- dupdrsResponseStatus :: Lens' DeleteUserPoolDomainResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteUserPoolDomain |
Creates a value of DeleteUserPoolDomain with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dupdDomain- The domain string.dupdUserPoolId- The user pool ID.
data DeleteUserPoolDomain Source #
See: deleteUserPoolDomain smart constructor.
Instances
Request Lenses
dupdDomain :: Lens' DeleteUserPoolDomain Text Source #
The domain string.
dupdUserPoolId :: Lens' DeleteUserPoolDomain Text Source #
The user pool ID.
Destructuring the Response
deleteUserPoolDomainResponse Source #
Arguments
| :: Int | |
| -> DeleteUserPoolDomainResponse |
Creates a value of DeleteUserPoolDomainResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dupdrsResponseStatus- -- | The response status code.
data DeleteUserPoolDomainResponse Source #
See: deleteUserPoolDomainResponse smart constructor.
Instances
Response Lenses
dupdrsResponseStatus :: Lens' DeleteUserPoolDomainResponse Int Source #
- - | The response status code.