libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Read DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Show 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 #

NFData DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

Hashable DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

AWSRequest DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

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

type Rep DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

type Rep DeleteConfigurationTemplate = D1 ('MetaData "DeleteConfigurationTemplate" "Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteConfigurationTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConfigurationTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

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:

$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 #

Instances

Instances details
Eq 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

Generic DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteConfigurationTemplate

NFData 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" "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.