AWS SDK for .NET Documentation
DeleteEnvironmentConfiguration Method (request)
AmazonAmazon.ElasticBeanstalkAmazonElasticBeanstalkClientDeleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest) Did this page help you?   Yes   No    Tell us about it...
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

CopyC#
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.

Declaration Syntax
C#
public DeleteEnvironmentConfigurationResponse DeleteEnvironmentConfiguration(
	DeleteEnvironmentConfigurationRequest request
)
Parameters
request (DeleteEnvironmentConfigurationRequest)
Container for the necessary parameters to execute the DeleteEnvironmentConfiguration service method.
Return Value
The response from the DeleteEnvironmentConfiguration service method, as returned by ElasticBeanstalk.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)