amazonka-codedeploy-0.0.5: Amazon CodeDeploy SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.ListApplications

Contents

Description

Lists the applications registered within the AWS user account.

http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_ListApplications.html

Synopsis

Request

Request constructor

listApplications :: ListApplications Source

ListApplications constructor.

The fields accessible through corresponding lenses are:

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.

Response

Response constructor

listApplicationsResponse :: ListApplicationsResponse Source

ListApplicationsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

lar1Applications :: Lens' ListApplicationsResponse [Text] Source

A list of application names.

lar1NextToken :: 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.