amazonka-elasticbeanstalk-1.6.0: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Contents

Description

Describes the version of the platform.

Synopsis

Creating a Request

describePlatformVersion :: DescribePlatformVersion Source #

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

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

data DescribePlatformVersion Source #

See: describePlatformVersion smart constructor.

Instances

Eq DescribePlatformVersion Source # 
Data DescribePlatformVersion Source # 

Methods

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

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

toConstr :: DescribePlatformVersion -> Constr #

dataTypeOf :: DescribePlatformVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribePlatformVersion Source # 
Show DescribePlatformVersion Source # 
Generic DescribePlatformVersion Source # 
Hashable DescribePlatformVersion Source # 
NFData DescribePlatformVersion Source # 

Methods

rnf :: DescribePlatformVersion -> () #

AWSRequest DescribePlatformVersion Source # 
ToHeaders DescribePlatformVersion Source # 
ToPath DescribePlatformVersion Source # 
ToQuery DescribePlatformVersion Source # 
type Rep DescribePlatformVersion Source # 
type Rep DescribePlatformVersion = D1 * (MetaData "DescribePlatformVersion" "Network.AWS.ElasticBeanstalk.DescribePlatformVersion" "amazonka-elasticbeanstalk-1.6.0-4Kt4TpxAtj66tluiSbk4fC" True) (C1 * (MetaCons "DescribePlatformVersion'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dPlatformARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))
type Rs DescribePlatformVersion Source # 

Request Lenses

dPlatformARN :: Lens' DescribePlatformVersion (Maybe Text) Source #

The ARN of the version of the platform.

Destructuring the Response

describePlatformVersionResponse Source #

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

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

data DescribePlatformVersionResponse Source #

See: describePlatformVersionResponse smart constructor.

Instances

Eq DescribePlatformVersionResponse Source # 
Data DescribePlatformVersionResponse Source # 

Methods

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

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

toConstr :: DescribePlatformVersionResponse -> Constr #

dataTypeOf :: DescribePlatformVersionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribePlatformVersionResponse Source # 
Show DescribePlatformVersionResponse Source # 
Generic DescribePlatformVersionResponse Source # 
NFData DescribePlatformVersionResponse Source # 
type Rep DescribePlatformVersionResponse Source # 
type Rep DescribePlatformVersionResponse = D1 * (MetaData "DescribePlatformVersionResponse" "Network.AWS.ElasticBeanstalk.DescribePlatformVersion" "amazonka-elasticbeanstalk-1.6.0-4Kt4TpxAtj66tluiSbk4fC" False) (C1 * (MetaCons "DescribePlatformVersionResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_drsPlatformDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe PlatformDescription))) (S1 * (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

drsPlatformDescription :: Lens' DescribePlatformVersionResponse (Maybe PlatformDescription) Source #

Detailed information about the version of the platform.