codecommit_update_repository_name: Renames a repository

View source: R/codecommit_operations.R

codecommit_update_repository_nameR Documentation

Renames a repository

Description

Renames a repository. The repository name must be unique across the calling Amazon Web Services account. Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix .git is prohibited. For more information about the limits on repository names, see Quotas in the CodeCommit User Guide.

See https://www.paws-r-sdk.com/docs/codecommit_update_repository_name/ for full documentation.

Usage

codecommit_update_repository_name(oldName, newName)

Arguments

oldName

[required] The current name of the repository.

newName

[required] The new name for the repository.


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