Values.RuntimeVersionSourceThis structure contains information about one canary runtime version. For more information about runtime versions, see Canary Runtime Versions.
type nonrec t = {versionName : String_.t option;The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.
*)description : String_.t option;A description of the runtime version, created by Amazon.
*)releaseDate : Timestamp.t option;The date that the runtime version was released.
*)deprecationDate : Timestamp.t option;If this runtime version is deprecated, this value is the date of deprecation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]