amazonka-elasticbeanstalk-0.0.3: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.DescribeEnvironments

Contents

Description

Synopsis

Request

Request constructor

Request lenses

de1ApplicationName :: Lens' DescribeEnvironments (Maybe Text) Source

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

de1EnvironmentIds :: Lens' DescribeEnvironments [Text] Source

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

de1EnvironmentNames :: Lens' DescribeEnvironments [Text] Source

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

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

de1IncludedDeletedBackTo :: Lens' DescribeEnvironments (Maybe UTCTime) Source

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

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

Response

Response constructor

Response lenses