Values.DeleteUserPoolClientRequestSourceRepresents the request to delete a user pool client.
type nonrec t = {userPoolId : UserPoolIdType.t;The ID of the user pool where you want to delete the client.
*)clientId : ClientIdType.t;The ID of the user pool app client that you want to delete.
*)}