Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CodeCommit.UpdateRepositoryName
Description
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.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> UpdateRepositoryName |
Creates a value of UpdateRepositoryName
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
urnOldName
- The existing name of the repository.urnNewName
- The new name for the repository.
data UpdateRepositoryName #
Represents the input of an update repository description operation.
See: updateRepositoryName
smart constructor.
Instances
Request Lenses
urnOldName :: Lens' UpdateRepositoryName Text #
The existing name of the repository.
urnNewName :: Lens' UpdateRepositoryName Text #
The new name for the repository.
Destructuring the Response
updateRepositoryNameResponse :: UpdateRepositoryNameResponse #
Creates a value of UpdateRepositoryNameResponse
with the minimum fields required to make a request.
data UpdateRepositoryNameResponse #
See: updateRepositoryNameResponse
smart constructor.