Values.CreateApplicationVersionInputSourceCreate a version request.
type nonrec t = {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.
*)}