amazonka-elasticbeanstalk-1.6.1: 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.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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Data DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Show DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Generic DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type Rep DeletePlatformVersion :: Type -> Type #

Hashable DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

AWSRequest DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type Rs DeletePlatformVersion :: Type #

ToHeaders DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

ToPath DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

ToQuery DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

NFData DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Methods

rnf :: DeletePlatformVersion -> () #

type Rep DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersion = D1 (MetaData "DeletePlatformVersion" "Network.AWS.ElasticBeanstalk.DeletePlatformVersion" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" True) (C1 (MetaCons "DeletePlatformVersion'" PrefixI True) (S1 (MetaSel (Just "_dpvPlatformARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Data DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Show DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Generic DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type Rep DeletePlatformVersionResponse :: Type -> Type #

NFData DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersionResponse = D1 (MetaData "DeletePlatformVersionResponse" "Network.AWS.ElasticBeanstalk.DeletePlatformVersion" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" False) (C1 (MetaCons "DeletePlatformVersionResponse'" PrefixI True) (S1 (MetaSel (Just "_dpvrsPlatformSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PlatformSummary)) :*: S1 (MetaSel (Just "_dpvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

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

Detailed information about the version of the custom platform.