Returns information about a repository branch, including its name and the last commit ID.
See https://www.paws-r-sdk.com/docs/codecommit_get_branch/ for full documentation.
codecommit_get_branch(repositoryName = NULL, branchName = NULL)
The name of the repository that contains the branch for which you want to retrieve information.
The name of the branch for which you want to retrieve information.