amazonka-elasticbeanstalk-0.3.2: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

Contents

Description

Synopsis

Request

Request constructor

describeApplicationVersions :: DescribeApplicationVersions Source

DescribeApplicationVersions constructor.

The fields accessible through corresponding lenses are:

Request lenses

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

dav1VersionLabels :: Lens' DescribeApplicationVersions [Text] Source

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

Response

Response constructor

Response lenses