| 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.DescribeUserPoolClient
Description
Client method for returning the configuration information and metadata of the specified user pool app client.
Synopsis
- data DescribeUserPoolClient = DescribeUserPoolClient' {
- userPoolId :: Text
- clientId :: Sensitive Text
- newDescribeUserPoolClient :: Text -> Text -> DescribeUserPoolClient
- describeUserPoolClient_userPoolId :: Lens' DescribeUserPoolClient Text
- describeUserPoolClient_clientId :: Lens' DescribeUserPoolClient Text
- data DescribeUserPoolClientResponse = DescribeUserPoolClientResponse' {}
- newDescribeUserPoolClientResponse :: Int -> DescribeUserPoolClientResponse
- describeUserPoolClientResponse_userPoolClient :: Lens' DescribeUserPoolClientResponse (Maybe UserPoolClientType)
- describeUserPoolClientResponse_httpStatus :: Lens' DescribeUserPoolClientResponse Int
Creating a Request
data DescribeUserPoolClient Source #
Represents the request to describe a user pool client.
See: newDescribeUserPoolClient smart constructor.
Constructors
| DescribeUserPoolClient' | |
Fields
| |
Instances
newDescribeUserPoolClient Source #
Create a value of DescribeUserPoolClient 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:
DescribeUserPoolClient, describeUserPoolClient_userPoolId - The user pool ID for the user pool you want to describe.
DescribeUserPoolClient, describeUserPoolClient_clientId - The app client ID of the app associated with the user pool.
Request Lenses
describeUserPoolClient_userPoolId :: Lens' DescribeUserPoolClient Text Source #
The user pool ID for the user pool you want to describe.
describeUserPoolClient_clientId :: Lens' DescribeUserPoolClient Text Source #
The app client ID of the app associated with the user pool.
Destructuring the Response
data DescribeUserPoolClientResponse Source #
Represents the response from the server from a request to describe the user pool client.
See: newDescribeUserPoolClientResponse smart constructor.
Constructors
| DescribeUserPoolClientResponse' | |
Fields
| |
Instances
newDescribeUserPoolClientResponse Source #
Create a value of DescribeUserPoolClientResponse 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:userPoolClient:DescribeUserPoolClientResponse', describeUserPoolClientResponse_userPoolClient - The user pool client from a server response to describe the user pool
client.
$sel:httpStatus:DescribeUserPoolClientResponse', describeUserPoolClientResponse_httpStatus - The response's http status code.
Response Lenses
describeUserPoolClientResponse_userPoolClient :: Lens' DescribeUserPoolClientResponse (Maybe UserPoolClientType) Source #
The user pool client from a server response to describe the user pool client.
describeUserPoolClientResponse_httpStatus :: Lens' DescribeUserPoolClientResponse Int Source #
The response's http status code.