Creates a branch in a repository and points the branch to a commit.
See https://www.paws-r-sdk.com/docs/codecommit_create_branch/ for full documentation.
codecommit_create_branch(repositoryName, branchName, commitId)
[required] The name of the repository in which you want to create the new branch.
[required] The name of the new branch to create.
[required] The ID of the commit to point the new branch to.