| 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.DeleteUserPoolClient
Description
Allows the developer to delete the user pool client.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteUserPoolClient |
Creates a value of DeleteUserPoolClient with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteUserPoolClient Source #
Represents the request to delete a user pool client.
See: deleteUserPoolClient smart constructor.
Instances
Request Lenses
dupcUserPoolId :: Lens' DeleteUserPoolClient Text Source #
The user pool ID for the user pool where you want to delete the client.
dupcClientId :: Lens' DeleteUserPoolClient Text Source #
The ID of the client associated with the user pool.
Destructuring the Response
deleteUserPoolClientResponse :: DeleteUserPoolClientResponse Source #
Creates a value of DeleteUserPoolClientResponse with the minimum fields required to make a request.
data DeleteUserPoolClientResponse Source #
See: deleteUserPoolClientResponse smart constructor.
Instances