class Aws::CodeCommit::Client

def post_comment_for_pull_request(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • post_comment_for_pull_request(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PostCommentForPullRequest - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::PostCommentForPullRequestOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :client_request_token (String) --
  • :content (required, String) --
  • :location (Types::Location) --
  • :after_commit_id (required, String) --
  • :before_commit_id (required, String) --
  • :repository_name (required, String) --
  • :pull_request_id (required, String) --
def post_comment_for_pull_request(params = {}, options = {})
  req = build_request(:post_comment_for_pull_request, params)
  req.send_request(options)
end