createBranch
inline suspend fun CodeCommitClient.createBranch(crossinline block: CreateBranchRequest.Builder.() -> Unit): CreateBranchResponse
Creates a branch in a repository and points the branch to a commit.
Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.