Values.CreateApplicationVersionRequestSourceCreates an application version.
type nonrec t = {applicationId : string;The Amazon Resource Name (ARN) of the application.
*)semanticVersion : string;The semantic version of the new version.
*)sourceCodeArchiveUrl : string option;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
*)sourceCodeUrl : string option;A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
*)templateBody : string option;The raw packaged AWS SAM template of your application.
*)templateUrl : string option;A link to the packaged AWS SAM template of your application.
*)}