class Aws::CodeCommit::Client
def create_commit(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_commit(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreateCommit - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateCommitOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:set_file_modes
(Array
) -- -
:delete_files
(Array
) -- -
:put_files
(Array
) -- -
:keep_empty_folders
(Boolean
) -- -
:commit_message
(String
) -- -
:email
(String
) -- -
:author_name
(String
) -- -
:parent_commit_id
(String
) -- -
:branch_name
(required, String
) -- -
:repository_name
(required, String
) --
def create_commit(params = {}, options = {}) req = build_request(:create_commit, params) req.send_request(options) end