amazonka-elasticbeanstalk-1.5.0: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2017 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.DeletePlatformVersion

Contents

Description

Deletes the specified version of a custom platform.

Synopsis

Creating a Request

deletePlatformVersion :: DeletePlatformVersion Source #

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

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

data DeletePlatformVersion Source #

See: deletePlatformVersion smart constructor.

Instances

Eq DeletePlatformVersion Source # 
Data DeletePlatformVersion Source # 

Methods

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

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

toConstr :: DeletePlatformVersion -> Constr #

dataTypeOf :: DeletePlatformVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeletePlatformVersion Source # 
Show DeletePlatformVersion Source # 
Generic DeletePlatformVersion Source # 
Hashable DeletePlatformVersion Source # 
NFData DeletePlatformVersion Source # 

Methods

rnf :: DeletePlatformVersion -> () #

AWSRequest DeletePlatformVersion Source # 
ToQuery DeletePlatformVersion Source # 
ToPath DeletePlatformVersion Source # 
ToHeaders DeletePlatformVersion Source # 
type Rep DeletePlatformVersion Source # 
type Rep DeletePlatformVersion = D1 (MetaData "DeletePlatformVersion" "Network.AWS.ElasticBeanstalk.DeletePlatformVersion" "amazonka-elasticbeanstalk-1.5.0-HuYvjBPDirT34jkKSIOeuN" True) (C1 (MetaCons "DeletePlatformVersion'" PrefixI True) (S1 (MetaSel (Just Symbol "_dpvPlatformARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs DeletePlatformVersion Source # 

Request Lenses

dpvPlatformARN :: Lens' DeletePlatformVersion (Maybe Text) Source #

The ARN of the version of the custom platform.

Destructuring the Response

deletePlatformVersionResponse Source #

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

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

data DeletePlatformVersionResponse Source #

See: deletePlatformVersionResponse smart constructor.

Instances

Eq DeletePlatformVersionResponse Source # 
Data DeletePlatformVersionResponse Source # 

Methods

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

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

toConstr :: DeletePlatformVersionResponse -> Constr #

dataTypeOf :: DeletePlatformVersionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeletePlatformVersionResponse Source # 
Show DeletePlatformVersionResponse Source # 
Generic DeletePlatformVersionResponse Source # 
NFData DeletePlatformVersionResponse Source # 
type Rep DeletePlatformVersionResponse Source # 
type Rep DeletePlatformVersionResponse = D1 (MetaData "DeletePlatformVersionResponse" "Network.AWS.ElasticBeanstalk.DeletePlatformVersion" "amazonka-elasticbeanstalk-1.5.0-HuYvjBPDirT34jkKSIOeuN" False) (C1 (MetaCons "DeletePlatformVersionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dpvrsPlatformSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PlatformSummary))) (S1 (MetaSel (Just Symbol "_dpvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dpvrsPlatformSummary :: Lens' DeletePlatformVersionResponse (Maybe PlatformSummary) Source #

Detailed information about the version of the custom platform.