amazonka-codecommit-1.4.0: Amazon CodeCommit SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeCommit.UpdateRepositoryName

Contents

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.

Synopsis

Creating a Request

updateRepositoryName Source

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:

Request Lenses

urnOldName :: Lens' UpdateRepositoryName Text Source

The existing name of the repository.

urnNewName :: Lens' UpdateRepositoryName Text Source

The new name for the repository.

Destructuring the Response

updateRepositoryNameResponse :: UpdateRepositoryNameResponse Source

Creates a value of UpdateRepositoryNameResponse with the minimum fields required to make a request.