amazonka-elasticbeanstalk-1.4.1: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2016 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

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:

data RetrieveEnvironmentInfo Source #

Request to download logs retrieved with RequestEnvironmentInfo.

See: retrieveEnvironmentInfo smart constructor.

Instances

Eq RetrieveEnvironmentInfo Source # 
Data RetrieveEnvironmentInfo Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RetrieveEnvironmentInfo -> c RetrieveEnvironmentInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RetrieveEnvironmentInfo #

toConstr :: RetrieveEnvironmentInfo -> Constr #

dataTypeOf :: RetrieveEnvironmentInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RetrieveEnvironmentInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RetrieveEnvironmentInfo) #

gmapT :: (forall b. Data b => b -> b) -> RetrieveEnvironmentInfo -> RetrieveEnvironmentInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RetrieveEnvironmentInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RetrieveEnvironmentInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> RetrieveEnvironmentInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RetrieveEnvironmentInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RetrieveEnvironmentInfo -> m RetrieveEnvironmentInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RetrieveEnvironmentInfo -> m RetrieveEnvironmentInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RetrieveEnvironmentInfo -> m RetrieveEnvironmentInfo #

Read RetrieveEnvironmentInfo Source # 
Show RetrieveEnvironmentInfo Source # 
Generic RetrieveEnvironmentInfo Source # 
Hashable RetrieveEnvironmentInfo Source # 
NFData RetrieveEnvironmentInfo Source # 

Methods

rnf :: RetrieveEnvironmentInfo -> () #

AWSRequest RetrieveEnvironmentInfo Source # 
ToQuery RetrieveEnvironmentInfo Source # 
ToPath RetrieveEnvironmentInfo Source # 
ToHeaders RetrieveEnvironmentInfo Source # 
type Rep RetrieveEnvironmentInfo Source # 
type Rep RetrieveEnvironmentInfo = D1 (MetaData "RetrieveEnvironmentInfo" "Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo" "amazonka-elasticbeanstalk-1.4.1-8qYo5SlqAUo8TmJXksWrzw" False) (C1 (MetaCons "RetrieveEnvironmentInfo'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rEnvironmentName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rEnvironmentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rInfoType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EnvironmentInfoType)))))
type Rs RetrieveEnvironmentInfo Source # 

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:

data RetrieveEnvironmentInfoResponse Source #

Result message containing a description of the requested environment info.

See: retrieveEnvironmentInfoResponse smart constructor.

Instances

Eq RetrieveEnvironmentInfoResponse Source # 
Data RetrieveEnvironmentInfoResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RetrieveEnvironmentInfoResponse -> c RetrieveEnvironmentInfoResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RetrieveEnvironmentInfoResponse #

toConstr :: RetrieveEnvironmentInfoResponse -> Constr #

dataTypeOf :: RetrieveEnvironmentInfoResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RetrieveEnvironmentInfoResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RetrieveEnvironmentInfoResponse) #

gmapT :: (forall b. Data b => b -> b) -> RetrieveEnvironmentInfoResponse -> RetrieveEnvironmentInfoResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RetrieveEnvironmentInfoResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RetrieveEnvironmentInfoResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> RetrieveEnvironmentInfoResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RetrieveEnvironmentInfoResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RetrieveEnvironmentInfoResponse -> m RetrieveEnvironmentInfoResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RetrieveEnvironmentInfoResponse -> m RetrieveEnvironmentInfoResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RetrieveEnvironmentInfoResponse -> m RetrieveEnvironmentInfoResponse #

Read RetrieveEnvironmentInfoResponse Source # 
Show RetrieveEnvironmentInfoResponse Source # 
Generic RetrieveEnvironmentInfoResponse Source # 
NFData RetrieveEnvironmentInfoResponse Source # 
type Rep RetrieveEnvironmentInfoResponse Source # 
type Rep RetrieveEnvironmentInfoResponse = D1 (MetaData "RetrieveEnvironmentInfoResponse" "Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo" "amazonka-elasticbeanstalk-1.4.1-8qYo5SlqAUo8TmJXksWrzw" False) (C1 (MetaCons "RetrieveEnvironmentInfoResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_reirsEnvironmentInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EnvironmentInfoDescription]))) (S1 (MetaSel (Just Symbol "_reirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses