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

DeleteConfigurationTemplate() public method

Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

/// Unable to perform the specified operation because another operation that effects an /// element in this activity is already in progress. ///
public DeleteConfigurationTemplate ( DeleteConfigurationTemplateRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateResponse
request Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest Container for the necessary parameters to execute the DeleteConfigurationTemplate service method.
return Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateResponse
        public DeleteConfigurationTemplateResponse DeleteConfigurationTemplate(DeleteConfigurationTemplateRequest request)
        {
            var marshaller = new DeleteConfigurationTemplateRequestMarshaller();
            var unmarshaller = DeleteConfigurationTemplateResponseUnmarshaller.Instance;

            return Invoke<DeleteConfigurationTemplateRequest,DeleteConfigurationTemplateResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient