Creates an application version.
See https://www.paws-r-sdk.com/docs/serverlessapplicationrepository_create_application_version/ for full documentation.
serverlessapplicationrepository_create_application_version(
ApplicationId,
SemanticVersion,
SourceCodeArchiveUrl = NULL,
SourceCodeUrl = NULL,
TemplateBody = NULL,
TemplateUrl = NULL
)
[required] The Amazon Resource Name (ARN) of the application.
[required] The semantic version of the new version.
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
The raw packaged AWS SAM template of your application.
A link to the packaged AWS SAM template of your application.