Values.UpdatePullRequestDescriptionOutputSourceReplaces the contents of the description of a pull request.
type nonrec t = {pullRequest : PullRequest.t option;Information about the updated pull request.
*)}type nonrec error = [ | `InvalidDescriptionException of InvalidDescriptionException.t| `InvalidPullRequestIdException of InvalidPullRequestIdException.t| `PullRequestAlreadyClosedException of PullRequestAlreadyClosedException.t| `PullRequestDoesNotExistException of PullRequestDoesNotExistException.t| `PullRequestIdRequiredException of PullRequestIdRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidDescriptionException of unit
| `InvalidPullRequestIdException of unit
| `PullRequestAlreadyClosedException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidDescriptionException of unit
| `InvalidPullRequestIdException of unit
| `PullRequestAlreadyClosedException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of RepositoryName.t
| `Structure of
(string
* [> `Boolean of IsMerged.t
| `Enum of string
| `String of Arn.t ])
list
| `Timestamp of LastModifiedDate.t ])
list ]
list
| `String of PullRequestId.t
| `Timestamp of LastModifiedDate.t ])
list ])
list ]