class Aws::CodeCommit::Client

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

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

Overloads:
  • list_file_commit_history(params = {})

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

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

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

Options Hash: (**params)
  • :next_token (String) --
  • :max_results (Integer) --
  • :file_path (required, String) --
  • :commit_specifier (String) --
  • :repository_name (required, String) --
def list_file_commit_history(params = {}, options = {})
  req = build_request(:list_file_commit_history, params)
  req.send_request(options)
end