Values.SourceCodeVersionSourceIdentifies a version of code that App Runner refers to within a source code repository.
type nonrec t = {type_ : SourceCodeVersionType.t;The type of version identifier. For a git-based repository, branches represent versions.
*)value : String_.t;A source code version. For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.
*)}