Values.ConfigurationRevisionSourceDescribes a configuration revision.
type nonrec t = {creationTime : string option;The time when the configuration revision was created.
*)description : string option;The description of the configuration revision.
*)revision : Awso.Import.Int64.t option;The revision number.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Timestamp of string ])
list ]