| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate
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.
See: AWS API Reference for DeleteConfigurationTemplate.
- deleteConfigurationTemplate :: Text -> Text -> DeleteConfigurationTemplate
- data DeleteConfigurationTemplate
- dctApplicationName :: Lens' DeleteConfigurationTemplate Text
- dctTemplateName :: Lens' DeleteConfigurationTemplate Text
- deleteConfigurationTemplateResponse :: DeleteConfigurationTemplateResponse
- data DeleteConfigurationTemplateResponse
Creating a Request
deleteConfigurationTemplate Source
Arguments
| :: Text | |
| -> Text | |
| -> DeleteConfigurationTemplate |
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
This documentation target is not reported in the API reference.
See: deleteConfigurationTemplate smart constructor.
Instances
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