# sig/aws-sdk-codecommit/client.rbs

class Aws::CodeCommit::Client < Aws::CodeCommit::Seahorse::Client::Base
  def batch_get_repositories: () -> untyped
  def build_request: () -> untyped
  def create_branch: () -> untyped
  def create_repository: () -> untyped
  def delete_repository: () -> untyped
  def errors_module: () -> untyped
  def get_blob: () -> untyped
  def get_branch: () -> untyped
  def get_commit: () -> untyped
  def get_differences: () -> untyped
  def get_repository: () -> untyped
  def get_repository_triggers: () -> untyped
  def initialize: () -> void
  def list_branches: () -> untyped
  def list_repositories: () -> untyped
  def put_repository_triggers: () -> untyped
  def test_repository_triggers: () -> untyped
  def update_default_branch: () -> untyped
  def update_repository_description: () -> untyped
  def update_repository_name: () -> untyped
  def waiter_names: () -> untyped
end


# sig/aws-sdk-codecommit/resource.rbs

class Aws::CodeCommit::Resource
  def client: () -> untyped
  def initialize: () -> void
end
