| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.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.
Synopsis
- data DeleteConfigurationTemplate = DeleteConfigurationTemplate' {}
- newDeleteConfigurationTemplate :: Text -> Text -> DeleteConfigurationTemplate
- deleteConfigurationTemplate_applicationName :: Lens' DeleteConfigurationTemplate Text
- deleteConfigurationTemplate_templateName :: Lens' DeleteConfigurationTemplate Text
- data DeleteConfigurationTemplateResponse = DeleteConfigurationTemplateResponse' {
- newDeleteConfigurationTemplateResponse :: DeleteConfigurationTemplateResponse
Creating a Request
data DeleteConfigurationTemplate Source #
Request to delete a configuration template.
See: newDeleteConfigurationTemplate smart constructor.
Constructors
| DeleteConfigurationTemplate' | |
Fields
| |
Instances
newDeleteConfigurationTemplate Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteConfigurationTemplate |
Create a value of DeleteConfigurationTemplate with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteConfigurationTemplate, deleteConfigurationTemplate_applicationName - The name of the application to delete the configuration template from.
DeleteConfigurationTemplate, deleteConfigurationTemplate_templateName - The name of the configuration template to delete.
Request Lenses
deleteConfigurationTemplate_applicationName :: Lens' DeleteConfigurationTemplate Text Source #
The name of the application to delete the configuration template from.
deleteConfigurationTemplate_templateName :: Lens' DeleteConfigurationTemplate Text Source #
The name of the configuration template to delete.
Destructuring the Response
data DeleteConfigurationTemplateResponse Source #
See: newDeleteConfigurationTemplateResponse smart constructor.
Constructors
| DeleteConfigurationTemplateResponse' | |
Instances
newDeleteConfigurationTemplateResponse :: DeleteConfigurationTemplateResponse Source #
Create a value of DeleteConfigurationTemplateResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.