AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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.

Namespace: Amazon.ElasticBeanstalk
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual UpdateEnvironmentResponse UpdateEnvironment(
         UpdateEnvironmentRequest request
)

Parameters

request
Type: Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest

Container for the necessary parameters to execute the UpdateEnvironment service method.

Return Value
Type: Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResponse
The response from the UpdateEnvironment service method, as returned by ElasticBeanstalk.

Exceptions

ExceptionCondition
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5