codecommit_update_repository_name {paws.developer.tools} | R 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. |
[Package paws.developer.tools version 0.9.0 Index]