Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.UpdateEnvironment C# (CSharp) Метод

UpdateEnvironment() публичный Метод

Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account has reached its limit of Amazon S3 buckets. ///
public UpdateEnvironment ( UpdateEnvironmentRequest request ) : UpdateEnvironmentResponse
request Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest Container for the necessary parameters to execute the UpdateEnvironment service method.
Результат Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResponse
        public UpdateEnvironmentResponse UpdateEnvironment(UpdateEnvironmentRequest request)
        {
            var marshaller = new UpdateEnvironmentRequestMarshaller();
            var unmarshaller = UpdateEnvironmentResponseUnmarshaller.Instance;

            return Invoke<UpdateEnvironmentRequest,UpdateEnvironmentResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient