AWS SDK for .NET Documentation
CreateApplicationVersion Method (request)
AmazonAmazon.ElasticBeanstalkAmazonElasticBeanstalkCreateApplicationVersion(CreateApplicationVersionRequest) Did this page help you?   Yes   No    Tell us about it...
Creates an application version for the specified application.
Note:
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.
Declaration Syntax
Parameters
request (CreateApplicationVersionRequest)
Container for the necessary parameters to execute the CreateApplicationVersion service method.
Return Value
The response from the CreateApplicationVersion service method, as returned by ElasticBeanstalk.
Exceptions
ExceptionCondition
InsufficientPrivilegesException Unable to perform the specified operation because the user does not have enough privileges for one of more downstream aws services
S3LocationNotInServiceRegionException The specified S3 bucket does not belong to the S3 region in which the service is running.
TooManyApplicationsException The caller has exceeded the limit on the number of applications associated with their account.
TooManyApplicationVersionsException The caller has exceeded the limit on the number of application versions associated with their account.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)