class Aws::CodeCommit::Client
def merge_pull_request_by_three_way(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
merge_pull_request_by_three_way(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/MergePullRequestByThreeWay - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::MergePullRequestByThreeWayOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:conflict_resolution
(Types::ConflictResolution
) -- -
:keep_empty_folders
(Boolean
) -- -
:email
(String
) -- -
:author_name
(String
) -- -
:commit_message
(String
) -- -
:conflict_resolution_strategy
(String
) -- -
:conflict_detail_level
(String
) -- -
:source_commit_id
(String
) -- -
:repository_name
(required, String
) -- -
:pull_request_id
(required, String
) --
def merge_pull_request_by_three_way(params = {}, options = {}) req = build_request(:merge_pull_request_by_three_way, params) req.send_request(options) end