View source: R/codecommit_operations.R
codecommit_update_repository_name | R Documentation |
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.
codecommit_update_repository_name(oldName, newName)
oldName |
[required] The current name of the repository. |
newName |
[required] The new name for the repository. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.