C# Class Amazon.CodeCommit.Model.UpdateRepositoryNameRequest

Container for the parameters to the UpdateRepositoryName operation. Renames a repository. The repository name must be unique across the calling AWS account. In addition, repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix ".git" is prohibited. For a full description of the limits on repository names, see Limits in the AWS CodeCommit User Guide.
Inheritance: AmazonCodeCommitRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetNewName ( ) : bool
IsSetOldName ( ) : bool