When passing MergePullRequestBySquashInput as input to an Aws::Client method, you can use a vanilla Hash:
{
pull_request_id: "PullRequestId", repository_name: "RepositoryName", source_commit_id: "ObjectId",
conflict_detail_level: "FILE_LEVEL", conflict_resolution_strategy: "NONE", commit_message: "Message",
author_name: "Name",
email: "Email",
keep_empty_folders: false,
conflict_resolution: {
replace_contents: [
{
file_path: "Path", replacement_type: "KEEP_BASE", content: "data",
file_mode: "EXECUTABLE", },
],
delete_files: [
{
file_path: "Path", },
],
set_file_modes: [
{
file_path: "Path", file_mode: "EXECUTABLE", },
],
},
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4