class Aws::CodeCommit::Client

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

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

Overloads:
  • describe_merge_conflicts(params = {})

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

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

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

Options Hash: (**params)
  • :next_token (String) --
  • :conflict_resolution_strategy (String) --
  • :conflict_detail_level (String) --
  • :file_path (required, String) --
  • :max_merge_hunks (Integer) --
  • :merge_option (required, String) --
  • :source_commit_specifier (required, String) --
  • :destination_commit_specifier (required, String) --
  • :repository_name (required, String) --
def describe_merge_conflicts(params = {}, options = {})
  req = build_request(:describe_merge_conflicts, params)
  req.send_request(options)
end