amazonka-elasticbeanstalk-0.3.5: Amazon Elastic Beanstalk SDK.

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.

http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DeleteConfigurationTemplate.html

Synopsis

Request

Request constructor

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.

Response

Response constructor