class Aws::CodeCommit::Client

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

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

Overloads:
  • get_differences(params = {})

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

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

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

Options Hash: (**params)
  • :next_token (String) --
  • :max_results (Integer) --
  • :after_path (String) --
  • :before_path (String) --
  • :after_commit_specifier (required, String) --
  • :before_commit_specifier (String) --
  • :repository_name (required, String) --
def get_differences(params = {}, options = {})
  req = build_request(:get_differences, params)
  req.send_request(options)
end