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.GetRepositoryTriggers

Contents

Description

Gets information about triggers configured for a repository.

Synopsis

Creating a Request

getRepositoryTriggers :: GetRepositoryTriggers Source

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

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

Request Lenses

grtRepositoryName :: Lens' GetRepositoryTriggers (Maybe Text) Source

The name of the repository for which the trigger is configured.

Destructuring the Response

getRepositoryTriggersResponse Source

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

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

Response Lenses

grtrsConfigurationId :: Lens' GetRepositoryTriggersResponse (Maybe Text) Source

The system-generated unique ID for the trigger.

grtrsTriggers :: Lens' GetRepositoryTriggersResponse [RepositoryTrigger] Source

The JSON block of configuration information for each trigger.