amazonka-elasticbeanstalk-1.2.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.RetrieveEnvironmentInfo

Contents

Description

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo

See: AWS API Reference for RetrieveEnvironmentInfo.

Synopsis

Creating a Request

retrieveEnvironmentInfo Source

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

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

Request Lenses

rEnvironmentName :: Lens' RetrieveEnvironmentInfo (Maybe Text) Source

The name of the data's environment.

If no such environment is found, returns an InvalidParameterValue error.

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

rEnvironmentId :: Lens' RetrieveEnvironmentInfo (Maybe Text) Source

The ID of the data's environment.

If no such environment is found, returns an InvalidParameterValue error.

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

rInfoType :: Lens' RetrieveEnvironmentInfo EnvironmentInfoType Source

The type of information to retrieve.

Destructuring the Response

retrieveEnvironmentInfoResponse Source

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

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

Response Lenses

reirsEnvironmentInfo :: Lens' RetrieveEnvironmentInfoResponse [EnvironmentInfoDescription] Source

The EnvironmentInfoDescription of the environment.