amazonka-elasticbeanstalk-1.4.2: 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.DescribeApplicationVersions

Contents

Description

Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.

Synopsis

Creating a Request

describeApplicationVersions :: DescribeApplicationVersions Source #

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

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

data DescribeApplicationVersions Source #

Result message containing a list of configuration descriptions.

See: describeApplicationVersions smart constructor.

Instances

Eq DescribeApplicationVersions Source # 
Data DescribeApplicationVersions Source # 

Methods

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

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

toConstr :: DescribeApplicationVersions -> Constr #

dataTypeOf :: DescribeApplicationVersions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeApplicationVersions Source # 
Show DescribeApplicationVersions Source # 
Generic DescribeApplicationVersions Source # 
Hashable DescribeApplicationVersions Source # 
NFData DescribeApplicationVersions Source # 
AWSRequest DescribeApplicationVersions Source # 
ToPath DescribeApplicationVersions Source # 
ToHeaders DescribeApplicationVersions Source # 
ToQuery DescribeApplicationVersions Source # 
type Rep DescribeApplicationVersions Source # 
type Rep DescribeApplicationVersions = D1 (MetaData "DescribeApplicationVersions" "Network.AWS.ElasticBeanstalk.DescribeApplicationVersions" "amazonka-elasticbeanstalk-1.4.2-AhPbUQCjkO1G4FK5rH79RR" False) (C1 (MetaCons "DescribeApplicationVersions'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dVersionLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_dApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Rs DescribeApplicationVersions Source # 

Request Lenses

dVersionLabels :: Lens' DescribeApplicationVersions [Text] Source #

If specified, restricts the returned descriptions to only include ones that have the specified version labels.

dApplicationName :: Lens' DescribeApplicationVersions (Maybe Text) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated with the specified application.

Destructuring the Response

describeApplicationVersionsResponse Source #

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

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

data DescribeApplicationVersionsResponse Source #

Result message wrapping a list of application version descriptions.

See: describeApplicationVersionsResponse smart constructor.

Instances

Eq DescribeApplicationVersionsResponse Source # 
Data DescribeApplicationVersionsResponse Source # 

Methods

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

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

toConstr :: DescribeApplicationVersionsResponse -> Constr #

dataTypeOf :: DescribeApplicationVersionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeApplicationVersionsResponse Source # 
Show DescribeApplicationVersionsResponse Source # 
Generic DescribeApplicationVersionsResponse Source # 
NFData DescribeApplicationVersionsResponse Source # 
type Rep DescribeApplicationVersionsResponse Source # 
type Rep DescribeApplicationVersionsResponse = D1 (MetaData "DescribeApplicationVersionsResponse" "Network.AWS.ElasticBeanstalk.DescribeApplicationVersions" "amazonka-elasticbeanstalk-1.4.2-AhPbUQCjkO1G4FK5rH79RR" False) (C1 (MetaCons "DescribeApplicationVersionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_davrsApplicationVersions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ApplicationVersionDescription]))) (S1 (MetaSel (Just Symbol "_davrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses