amazonka-elasticbeanstalk-1.4.0: 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:

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.