Creates a branch in a specified source repository in Amazon CodeCatalyst.
See https://www.paws-r-sdk.com/docs/codecatalyst_create_source_repository_branch/ for full documentation.
codecatalyst_create_source_repository_branch(
spaceName,
projectName,
sourceRepositoryName,
name,
headCommitId = NULL
)
[required] The name of the space.
[required] The name of the project in the space.
[required] The name of the repository where you want to create a branch.
[required] The name for the branch you're creating.
The commit ID in an existing branch from which you want to create the new branch.