amazonka-elasticbeanstalk-1.0.1: 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.DescribeEnvironmentResources

Contents

Description

Returns AWS resources for this environment.

See: AWS API Reference for DescribeEnvironmentResources.

Synopsis

Creating a Request

describeEnvironmentResources :: DescribeEnvironmentResources Source

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

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

Request Lenses

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.

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.

Destructuring the Response

describeEnvironmentResourcesResponse Source

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

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

Response Lenses