Awso_cognito_idp.DescribeUserPoolClientRequestSourceRepresents the request to describe a user pool client.
type nonrec t = {userPoolId : UserPoolIdType.t;The ID of the user pool that contains the app client you want to describe.
*)clientId : ClientIdType.t;The ID of the app client that you want to describe.
*)}