class Aws::CodeCommit::Client

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

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

Overloads:
  • put_comment_reaction(params = {})

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

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :reaction_value (required, String) --
  • :comment_id (required, String) --
def put_comment_reaction(params = {}, options = {})
  req = build_request(:put_comment_reaction, params)
  req.send_request(options)
end