class Aws::CodeCommit::Client
def put_file(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
put_file(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PutFile - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::PutFileOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:email
(String
) -- -
:name
(String
) -- -
:commit_message
(String
) -- -
:parent_commit_id
(String
) -- -
:file_mode
(String
) -- -
:file_path
(required, String
) -- -
:file_content
(required, String, IO
) -- -
:branch_name
(required, String
) -- -
:repository_name
(required, String
) --
def put_file(params = {}, options = {}) req = build_request(:put_file, params) req.send_request(options) end