Values.InstanceSnapshotInfoSourceDescribes an instance snapshot.
type nonrec t = {fromBundleId : NonEmptyString.t option;The bundle ID from which the source instance was created (micro_x_x).
*)fromBlueprintId : NonEmptyString.t option;The blueprint ID from which the source instance (amazon_linux_2023).
*)fromDiskInfo : DiskInfoList.t option;A list of objects describing the disks that were attached to the source instance.
*)}