amazonka-codecommit-1.3.5: Amazon CodeCommit SDK.

Copyright(c) 2013-2015 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.GetRepository

Contents

Description

Gets information about a repository.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.

See: AWS API Reference for GetRepository.

Synopsis

Creating a Request

getRepository Source

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

Use one of the following lenses to modify other fields as desired:

Request Lenses

grRepositoryName :: Lens' GetRepository Text Source

The name of the repository to get information about.

Destructuring the Response

getRepositoryResponse Source

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

Use one of the following lenses to modify other fields as desired:

Response Lenses