amazonka-elasticbeanstalk-1.4.3: 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.DescribeApplications

Contents

Description

Returns the descriptions of existing applications.

Synopsis

Creating a Request

describeApplications :: DescribeApplications Source #

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

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

data DescribeApplications Source #

Request to describe one or more applications.

See: describeApplications smart constructor.

Instances

Eq DescribeApplications Source # 
Data DescribeApplications Source # 

Methods

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

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

toConstr :: DescribeApplications -> Constr #

dataTypeOf :: DescribeApplications -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeApplications Source # 
Show DescribeApplications Source # 
Generic DescribeApplications Source # 
Hashable DescribeApplications Source # 
NFData DescribeApplications Source # 

Methods

rnf :: DescribeApplications -> () #

AWSRequest DescribeApplications Source # 
ToQuery DescribeApplications Source # 
ToPath DescribeApplications Source # 
ToHeaders DescribeApplications Source # 
type Rep DescribeApplications Source # 
type Rep DescribeApplications = D1 (MetaData "DescribeApplications" "Network.AWS.ElasticBeanstalk.DescribeApplications" "amazonka-elasticbeanstalk-1.4.3-LkXm0y97P014JSWhtZAOmd" True) (C1 (MetaCons "DescribeApplications'" PrefixI True) (S1 (MetaSel (Just Symbol "_daApplicationNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Text]))))
type Rs DescribeApplications Source # 

Request Lenses

daApplicationNames :: Lens' DescribeApplications [Text] Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Destructuring the Response

describeApplicationsResponse Source #

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

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

data DescribeApplicationsResponse Source #

Result message containing a list of application descriptions.

See: describeApplicationsResponse smart constructor.

Instances

Eq DescribeApplicationsResponse Source # 
Data DescribeApplicationsResponse Source # 

Methods

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

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

toConstr :: DescribeApplicationsResponse -> Constr #

dataTypeOf :: DescribeApplicationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeApplicationsResponse Source # 
Show DescribeApplicationsResponse Source # 
Generic DescribeApplicationsResponse Source # 
NFData DescribeApplicationsResponse Source # 
type Rep DescribeApplicationsResponse Source # 
type Rep DescribeApplicationsResponse = D1 (MetaData "DescribeApplicationsResponse" "Network.AWS.ElasticBeanstalk.DescribeApplications" "amazonka-elasticbeanstalk-1.4.3-LkXm0y97P014JSWhtZAOmd" False) (C1 (MetaCons "DescribeApplicationsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_darsApplications") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ApplicationDescription]))) (S1 (MetaSel (Just Symbol "_darsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses