Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
DeleteConfigurationTemplate' | |
|
Instances
newDeleteConfigurationTemplate Source #
:: 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:
$sel:applicationName:DeleteConfigurationTemplate'
, deleteConfigurationTemplate_applicationName
- The name of the application to delete the configuration template from.
$sel:templateName: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.
Instances
Eq DeleteConfigurationTemplateResponse Source # | |
Read DeleteConfigurationTemplateResponse Source # | |
Show DeleteConfigurationTemplateResponse Source # | |
Generic DeleteConfigurationTemplateResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate type Rep DeleteConfigurationTemplateResponse :: Type -> Type # | |
NFData DeleteConfigurationTemplateResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate rnf :: DeleteConfigurationTemplateResponse -> () # | |
type Rep DeleteConfigurationTemplateResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate type Rep DeleteConfigurationTemplateResponse = D1 ('MetaData "DeleteConfigurationTemplateResponse" "Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteConfigurationTemplateResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteConfigurationTemplateResponse :: DeleteConfigurationTemplateResponse Source #
Create a value of DeleteConfigurationTemplateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.