Values.VersionSummarySourceAn application version summary.
type nonrec t = {applicationId : string option;The application Amazon Resource Name (ARN).
*)creationTime : string option;The date and time this resource was created.
*)semanticVersion : string option;The semantic version of the application: https://semver.org/
*)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.
*)}