amazonka-elasticbeanstalk-1.3.6: 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.DescribeApplicationVersions

Contents

Description

Returns descriptions for existing application versions.

See: AWS API Reference for DescribeApplicationVersions.

Synopsis

Creating a Request

describeApplicationVersions :: DescribeApplicationVersions Source

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

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

Request Lenses

davsVersionLabels :: Lens' DescribeApplicationVersions [Text] Source

If specified, restricts the returned descriptions to only include ones that have the specified version labels.

davsApplicationName :: Lens' DescribeApplicationVersions (Maybe Text) Source

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated with the specified application.

Destructuring the Response

describeApplicationVersionsResponse Source

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

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

Response Lenses