Values.LatestVersionReferencesSourceThe resource ARNs with different wildcard variations of semantic versioning.
type nonrec t = {latestVersionArn : ImageBuilderArn.t option;The latest version Amazon Resource Name (ARN) of the Image Builder resource.
*)latestMajorVersionArn : ImageBuilderArn.t option;The latest version Amazon Resource Name (ARN) with the same major version of the Image Builder resource.
*)latestMinorVersionArn : ImageBuilderArn.t option;The latest version Amazon Resource Name (ARN) with the same minor version of the Image Builder resource.
*)latestPatchVersionArn : ImageBuilderArn.t option;The latest version Amazon Resource Name (ARN) with the same patch version of the Image Builder resource.
*)}