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.DeleteEnvironmentConfiguration

Description

Deletes the draft configuration associated with the running environment.

Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.

Synopsis

Creating a Request

data DeleteEnvironmentConfiguration Source #

Request to delete a draft environment configuration.

See: newDeleteEnvironmentConfiguration smart constructor.

Constructors

DeleteEnvironmentConfiguration' 

Fields

Instances

Instances details
Eq DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

Read DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

Show DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

Generic DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

Associated Types

type Rep DeleteEnvironmentConfiguration :: Type -> Type #

NFData DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

Hashable DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

AWSRequest DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToHeaders DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToPath DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToQuery DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

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

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

newDeleteEnvironmentConfiguration Source #

Create a value of DeleteEnvironmentConfiguration 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:DeleteEnvironmentConfiguration', deleteEnvironmentConfiguration_applicationName - The name of the application the environment is associated with.

$sel:environmentName:DeleteEnvironmentConfiguration', deleteEnvironmentConfiguration_environmentName - The name of the environment to delete the draft configuration from.

Request Lenses

deleteEnvironmentConfiguration_applicationName :: Lens' DeleteEnvironmentConfiguration Text Source #

The name of the application the environment is associated with.

deleteEnvironmentConfiguration_environmentName :: Lens' DeleteEnvironmentConfiguration Text Source #

The name of the environment to delete the draft configuration from.

Destructuring the Response

data DeleteEnvironmentConfigurationResponse Source #

Instances

Instances details
Eq DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

Read DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

Show DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

Generic DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

NFData DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfigurationResponse = D1 ('MetaData "DeleteEnvironmentConfigurationResponse" "Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteEnvironmentConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEnvironmentConfigurationResponse :: DeleteEnvironmentConfigurationResponse Source #

Create a value of DeleteEnvironmentConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.