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
 
Creates an application version for the specified application. Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.

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

Syntax

C#
public abstract CreateApplicationVersionResponse CreateApplicationVersion(
         CreateApplicationVersionRequest request
)

Parameters

request
Type: Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest

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

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

Exceptions

ExceptionCondition
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
S3LocationNotInServiceRegionException The specified S3 bucket does not belong to the S3 region in which the service is running.
TooManyApplicationsException The specified account has reached its limit of applications.
TooManyApplicationVersionsException The specified account has reached its limit of application versions.

Version Information

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