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

Contents

Description

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

See: AWS API Reference for ListApplications.

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 that was returned from the previous list applications call, which 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 the amount of information that is returned is significantly large, an identifier will also be returned, which can be used in a subsequent list applications call to return the next set of applications in the list.

larsApplications :: Lens' ListApplicationsResponse [Text] Source

A list of application names.