Deletes a branch from a repository, unless that branch is the default branch for the repository.
See https://www.paws-r-sdk.com/docs/codecommit_delete_branch/ for full documentation.
codecommit_delete_branch(repositoryName, branchName)
[required] The name of the repository that contains the branch to be deleted.
[required] The name of the branch to delete.