Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DeleteEnvironmentConfiguration C# (CSharp) Method

DeleteEnvironmentConfiguration() public method

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.

public DeleteEnvironmentConfiguration ( DeleteEnvironmentConfigurationRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationResponse
request Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest Container for the necessary parameters to execute the DeleteEnvironmentConfiguration service method.
return Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationResponse
        public DeleteEnvironmentConfigurationResponse DeleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest request)
        {
            var marshaller = new DeleteEnvironmentConfigurationRequestMarshaller();
            var unmarshaller = DeleteEnvironmentConfigurationResponseUnmarshaller.Instance;

            return Invoke<DeleteEnvironmentConfigurationRequest,DeleteEnvironmentConfigurationResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient