Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo
Description
Initiates a request to compile the specified type of information of the deployed environment. Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment. Use RetrieveEnvironmentInfo to access the compiled information. Related Topics RetrieveEnvironmentInfo.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_RequestEnvironmentInfo.html
- data RequestEnvironmentInfo
- requestEnvironmentInfo :: EnvironmentInfoType -> RequestEnvironmentInfo
- reiEnvironmentId :: Lens' RequestEnvironmentInfo (Maybe Text)
- reiEnvironmentName :: Lens' RequestEnvironmentInfo (Maybe Text)
- reiInfoType :: Lens' RequestEnvironmentInfo EnvironmentInfoType
- data RequestEnvironmentInfoResponse
- requestEnvironmentInfoResponse :: RequestEnvironmentInfoResponse
Request
data RequestEnvironmentInfo Source
Instances
Request constructor
Arguments
:: EnvironmentInfoType | |
-> RequestEnvironmentInfo |
RequestEnvironmentInfo
constructor.
The fields accessible through corresponding lenses are:
Request lenses
reiEnvironmentId :: Lens' RequestEnvironmentInfo (Maybe Text) Source
The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo 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.
reiEnvironmentName :: Lens' RequestEnvironmentInfo (Maybe Text) Source
The name of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo 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.
reiInfoType :: Lens' RequestEnvironmentInfo EnvironmentInfoType Source
The type of information to request.