Smaws_Client_CodeCommit.UpdatePullRequestDescriptionReplaces the contents of the description of a pull request.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidDescriptionException of Types.invalid_description_exception
| `InvalidPullRequestIdException of Types.invalid_pull_request_id_exception
| `PullRequestAlreadyClosedException of
Types.pull_request_already_closed_exception
| `PullRequestDoesNotExistException of
Types.pull_request_does_not_exist_exception
| `PullRequestIdRequiredException of Types.pull_request_id_required_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_pull_request_description_input ->
(Types.update_pull_request_description_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidDescriptionException of Types.invalid_description_exception
| `InvalidPullRequestIdException of Types.invalid_pull_request_id_exception
| `PullRequestAlreadyClosedException of
Types.pull_request_already_closed_exception
| `PullRequestDoesNotExistException of
Types.pull_request_does_not_exist_exception
| `PullRequestIdRequiredException of
Types.pull_request_id_required_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_pull_request_description_input ->
(Types.update_pull_request_description_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidDescriptionException of Types.invalid_description_exception
| `InvalidPullRequestIdException of Types.invalid_pull_request_id_exception
| `PullRequestAlreadyClosedException of
Types.pull_request_already_closed_exception
| `PullRequestDoesNotExistException of
Types.pull_request_does_not_exist_exception
| `PullRequestIdRequiredException of
Types.pull_request_id_required_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result