amazonka-elasticbeanstalk-2.0: Amazon Elastic Beanstalk SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data DeleteConfigurationTemplate Source #

Request to delete a configuration template.

See: newDeleteConfigurationTemplate smart constructor.

Constructors

DeleteConfigurationTemplate' 

Fields

Instances

Instances details
ToHeaders DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

ToPath DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

ToQuery DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

AWSRequest DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Generic DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Associated Types

type Rep DeleteConfigurationTemplate :: Type -> Type #

Read DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Show DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

NFData DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Eq DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Hashable DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

type AWSResponse DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

type Rep DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

type Rep DeleteConfigurationTemplate = D1 ('MetaData "DeleteConfigurationTemplate" "Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "DeleteConfigurationTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteConfigurationTemplate Source #

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 #

Instances

Instances details
Generic DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Read DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Show DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

NFData DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Eq DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

type Rep DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

type Rep DeleteConfigurationTemplateResponse = D1 ('MetaData "DeleteConfigurationTemplateResponse" "Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" '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.