Values.UpdatePullRequestDescriptionInputSourceReplaces the contents of the description of a pull request.
type nonrec t = {pullRequestId : PullRequestId.t;The system-generated ID of the pull request. To get this ID, use ListPullRequests.
*)description : Description.t;The updated content of the description for the pull request. This content replaces the existing description.
*)}