Safe Haskell | None |
---|---|
Language | Haskell2010 |
Retrieves the compiled information from a RequestEnvironmentInfo request. Related Topics RequestEnvironmentInfo.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_RetrieveEnvironmentInfo.html
- data RetrieveEnvironmentInfo
- retrieveEnvironmentInfo :: EnvironmentInfoType -> RetrieveEnvironmentInfo
- rei1EnvironmentId :: Lens' RetrieveEnvironmentInfo (Maybe Text)
- rei1EnvironmentName :: Lens' RetrieveEnvironmentInfo (Maybe Text)
- rei1InfoType :: Lens' RetrieveEnvironmentInfo EnvironmentInfoType
- data RetrieveEnvironmentInfoResponse
- retrieveEnvironmentInfoResponse :: RetrieveEnvironmentInfoResponse
- reirEnvironmentInfo :: Lens' RetrieveEnvironmentInfoResponse [EnvironmentInfoDescription]
Request
data RetrieveEnvironmentInfo Source
Request constructor
retrieveEnvironmentInfo Source
RetrieveEnvironmentInfo
constructor.
The fields accessible through corresponding lenses are:
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 EnvironmentInfoType Source
The type of information to retrieve.
Response
data RetrieveEnvironmentInfoResponse Source
Response constructor
retrieveEnvironmentInfoResponse :: RetrieveEnvironmentInfoResponse Source
RetrieveEnvironmentInfoResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
reirEnvironmentInfo :: Lens' RetrieveEnvironmentInfoResponse [EnvironmentInfoDescription] Source
The EnvironmentInfoDescription of the environment.