Exemple #1
0
        public void ElasticBeanstalkDeleteEnvironmentConfiguration()
        {
            #region to-delete-a-draft-configuration-1456269886654

            var client   = new AmazonElasticBeanstalkClient();
            var response = client.DeleteEnvironmentConfiguration(new DeleteEnvironmentConfigurationRequest
            {
                ApplicationName = "my-app",
                EnvironmentName = "my-env"
            });


            #endregion
        }