amazonka-elasticbeanstalk-1.3.7: Amazon Elastic Beanstalk 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.ElasticBeanstalk.DescribeApplications

Contents

Description

Returns the descriptions of existing applications.

See: AWS API Reference for DescribeApplications.

Synopsis

Creating a Request

describeApplications :: DescribeApplications Source

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

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

Request Lenses

daApplicationNames :: Lens' DescribeApplications [Text] Source

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Destructuring the Response

describeApplicationsResponse Source

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

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

Response Lenses

darsApplications :: Lens' DescribeApplicationsResponse [ApplicationDescription] Source

This parameter contains a list of ApplicationDescription.