amazonka-elasticbeanstalk-0.0.0: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Contents

Description

Retrieves the compiled information from a RequestEnvironmentInfo request. Related Topics RequestEnvironmentInfo.

http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_RetrieveEnvironmentInfo.html

Synopsis

Request

Request constructor

Request lenses

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

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

rei1InfoType :: Lens' RetrieveEnvironmentInfo Text Source

The type of information to retrieve.

Response

Response constructor

Response lenses

reirEnvironmentInfo :: Lens' RetrieveEnvironmentInfoResponse [EnvironmentInfoDescription] Source

The EnvironmentInfoDescription of the environment.