| 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.UpdateUserPoolClient
Description
Allows the developer to update the specified user pool client and password policy.
- updateUserPoolClient :: Text -> Text -> UpdateUserPoolClient
- data UpdateUserPoolClient
- uupcClientName :: Lens' UpdateUserPoolClient (Maybe Text)
- uupcUserPoolId :: Lens' UpdateUserPoolClient Text
- uupcClientId :: Lens' UpdateUserPoolClient Text
- updateUserPoolClientResponse :: Int -> UpdateUserPoolClientResponse
- data UpdateUserPoolClientResponse
- uupcrsUserPoolClient :: Lens' UpdateUserPoolClientResponse (Maybe UserPoolClientType)
- uupcrsResponseStatus :: Lens' UpdateUserPoolClientResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> UpdateUserPoolClient |
Creates a value of UpdateUserPoolClient with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateUserPoolClient Source #
Represents the request to update the user pool client.
See: updateUserPoolClient smart constructor.
Instances
Request Lenses
uupcClientName :: Lens' UpdateUserPoolClient (Maybe Text) Source #
The client name from the update user pool client request.
uupcUserPoolId :: Lens' UpdateUserPoolClient Text Source #
The user pool ID for the user pool where you want to update the user pool client.
uupcClientId :: Lens' UpdateUserPoolClient Text Source #
The ID of the client associated with the user pool.
Destructuring the Response
updateUserPoolClientResponse Source #
Arguments
| :: Int | |
| -> UpdateUserPoolClientResponse |
Creates a value of UpdateUserPoolClientResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateUserPoolClientResponse Source #
Represents the response from the server to the request to update the user pool client.
See: updateUserPoolClientResponse smart constructor.
Instances
Response Lenses
uupcrsUserPoolClient :: Lens' UpdateUserPoolClientResponse (Maybe UserPoolClientType) Source #
The user pool client value from the response from the server when an update user pool client request is made.
uupcrsResponseStatus :: Lens' UpdateUserPoolClientResponse Int Source #
The response status code.