amazonka-elasticbeanstalk-0.3.2: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

Contents

Description

Synopsis

Request

Request constructor

deleteConfigurationTemplate Source

DeleteConfigurationTemplate constructor.

The fields accessible through corresponding lenses are:

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