amazonka-elasticbeanstalk-0.3.0: Amazon Elastic Beanstalk SDK.

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.

http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DeleteEnvironmentConfiguration.html

Synopsis

Request

Request constructor

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.

Response

Response constructor