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.DescribeEnvironments

Contents

Description

Returns descriptions for existing environments.

See: AWS API Reference for DescribeEnvironments.

Synopsis

Creating a Request

describeEnvironments :: DescribeEnvironments Source

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

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

Request Lenses

dEnvironmentIds :: Lens' DescribeEnvironments [Text] Source

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.

dEnvironmentNames :: Lens' DescribeEnvironments [Text] Source

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

dVersionLabel :: Lens' DescribeEnvironments (Maybe Text) Source

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

dApplicationName :: Lens' DescribeEnvironments (Maybe Text) Source

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

dIncludedDeletedBackTo :: Lens' DescribeEnvironments (Maybe UTCTime) Source

If specified when IncludeDeleted is set to true, then environments deleted after this date are displayed.

dIncludeDeleted :: Lens' DescribeEnvironments (Maybe Bool) Source

Indicates whether to include deleted environments:

true: Environments that have been deleted after IncludedDeletedBackTo are displayed.

false: Do not include deleted environments.

Destructuring the Response

describeEnvironmentsResponse Source

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

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

Response Lenses