amazonka-elasticbeanstalk-1.3.2: Amazon Elastic Beanstalk SDK.

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

Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Contents

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.

See: AWS API Reference for DeleteEnvironmentConfiguration.

Synopsis

Creating a Request

deleteEnvironmentConfiguration Source

Creates a value of DeleteEnvironmentConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

decApplicationName :: Lens' DeleteEnvironmentConfiguration Text Source

The name of the application the environment is associated with.

decEnvironmentName :: Lens' DeleteEnvironmentConfiguration Text Source

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

Destructuring the Response