amazonka-elasticbeanstalk-0.3.2: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

Contents

Description

Synopsis

Request

Request constructor

describeEnvironmentResources :: DescribeEnvironmentResources Source

DescribeEnvironmentResources constructor.

The fields accessible through corresponding lenses are:

Request lenses

derEnvironmentId :: Lens' DescribeEnvironmentResources (Maybe Text) Source

The ID of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

derEnvironmentName :: Lens' DescribeEnvironmentResources (Maybe Text) Source

The name of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

Response

Response constructor

Response lenses