CodeCommit helpers

What is this?

The following methods are added to clients instantiated using Betterboto:

Methods

betterboto.codecommit.list_branches_single_page(self, **kwargs)[source]

This will continue to call list_branches until there are no more pages left to retrieve. It will return the aggregated response in the same structure as list_branches does.

Parameters
  • self – codecommit client

  • kwargs – these are passed onto the list_branches method call

Returns

codecommit_client.list_branches.response