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