codecatalyst_create_source_repository_branch: Creates a branch in a specified source repository in Amazon...

View source: R/codecatalyst_operations.R

codecatalyst_create_source_repository_branchR Documentation

Creates a branch in a specified source repository in Amazon CodeCatalyst

Description

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.

Usage

codecatalyst_create_source_repository_branch(
  spaceName,
  projectName,
  sourceRepositoryName,
  name,
  headCommitId = NULL
)

Arguments

spaceName

[required] The name of the space.

projectName

[required] The name of the project in the space.

sourceRepositoryName

[required] The name of the repository where you want to create a branch.

name

[required] The name for the branch you're creating.

headCommitId

The commit ID in an existing branch from which you want to create the new branch.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.