amazonka-elasticbeanstalk-1.4.4: 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.DeleteConfigurationTemplate

Contents

Description

Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

Synopsis

Creating a Request

deleteConfigurationTemplate Source #

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

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

data DeleteConfigurationTemplate Source #

Request to delete a configuration template.

See: deleteConfigurationTemplate smart constructor.

Instances

Eq DeleteConfigurationTemplate Source # 
Data DeleteConfigurationTemplate Source # 

Methods

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

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

toConstr :: DeleteConfigurationTemplate -> Constr #

dataTypeOf :: DeleteConfigurationTemplate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConfigurationTemplate Source # 
Show DeleteConfigurationTemplate Source # 
Generic DeleteConfigurationTemplate Source # 
Hashable DeleteConfigurationTemplate Source # 
NFData DeleteConfigurationTemplate Source # 
AWSRequest DeleteConfigurationTemplate Source # 
ToPath DeleteConfigurationTemplate Source # 
ToHeaders DeleteConfigurationTemplate Source # 
ToQuery DeleteConfigurationTemplate Source # 
type Rep DeleteConfigurationTemplate Source # 
type Rep DeleteConfigurationTemplate = D1 (MetaData "DeleteConfigurationTemplate" "Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate" "amazonka-elasticbeanstalk-1.4.4-6xLHE3NeRVu3b9wYCxQH97" False) (C1 (MetaCons "DeleteConfigurationTemplate'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dctApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dctTemplateName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteConfigurationTemplate Source # 

Request Lenses

dctApplicationName :: Lens' DeleteConfigurationTemplate Text Source #

The name of the application to delete the configuration template from.

dctTemplateName :: Lens' DeleteConfigurationTemplate Text Source #

The name of the configuration template to delete.

Destructuring the Response

deleteConfigurationTemplateResponse :: DeleteConfigurationTemplateResponse Source #

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

data DeleteConfigurationTemplateResponse Source #

See: deleteConfigurationTemplateResponse smart constructor.

Instances

Eq DeleteConfigurationTemplateResponse Source # 
Data DeleteConfigurationTemplateResponse Source # 

Methods

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

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

toConstr :: DeleteConfigurationTemplateResponse -> Constr #

dataTypeOf :: DeleteConfigurationTemplateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConfigurationTemplateResponse Source # 
Show DeleteConfigurationTemplateResponse Source # 
Generic DeleteConfigurationTemplateResponse Source # 
NFData DeleteConfigurationTemplateResponse Source # 
type Rep DeleteConfigurationTemplateResponse Source # 
type Rep DeleteConfigurationTemplateResponse = D1 (MetaData "DeleteConfigurationTemplateResponse" "Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate" "amazonka-elasticbeanstalk-1.4.4-6xLHE3NeRVu3b9wYCxQH97" False) (C1 (MetaCons "DeleteConfigurationTemplateResponse'" PrefixI False) U1)