amazonka-codedeploy-1.4.0: Amazon CodeDeploy 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.CodeDeploy.ListApplications

Contents

Description

Lists the applications registered with the applicable IAM user or AWS account.

Synopsis

Creating a Request

listApplications :: ListApplications Source

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

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

Request Lenses

laNextToken :: Lens' ListApplications (Maybe Text) Source

An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

Destructuring the Response

listApplicationsResponse Source

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

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

Response Lenses

larsNextToken :: Lens' ListApplicationsResponse (Maybe Text) Source

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

larsApplications :: Lens' ListApplicationsResponse [Text] Source

A list of application names.