Values.EngineVersionSourceProvides information about a replication instance version.
type nonrec t = {version : String_.t option;The version number of the replication instance.
*)lifecycle : String_.t option;The lifecycle status of the replication instance version. Valid values are DEPRECATED, DEFAULT_VERSION, and ACTIVE.
*)releaseStatus : ReleaseStatusValues.t option;The release status of the replication instance version.
*)launchDate : TStamp.t option;The date when the replication instance version became publicly available.
*)autoUpgradeDate : TStamp.t option;The date when the replication instance will be automatically upgraded. This setting only applies if the auto-minor-version setting is enabled.
*)deprecationDate : TStamp.t option;The date when the replication instance version will be deprecated and can no longer be requested.
*)forceUpgradeDate : TStamp.t option;The date when the replication instance will have a version upgrade forced.
*)availableUpgrades : AvailableUpgradesList.t option;The list of valid replication instance versions that you can upgrade to.
*)}