Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate
Description
Deletes the specified configuration template.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DeleteConfigurationTemplate.html
- data DeleteConfigurationTemplate
- deleteConfigurationTemplate :: Text -> Text -> DeleteConfigurationTemplate
- dctApplicationName :: Lens' DeleteConfigurationTemplate Text
- dctTemplateName :: Lens' DeleteConfigurationTemplate Text
- data DeleteConfigurationTemplateResponse
- deleteConfigurationTemplateResponse :: DeleteConfigurationTemplateResponse
Request
data DeleteConfigurationTemplate Source
Instances
Request constructor
deleteConfigurationTemplate Source
Arguments
:: Text | |
-> Text | |
-> DeleteConfigurationTemplate |
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.