Values.DaemonSummarySourceA summary of a daemon.
type nonrec t = {daemonArn : String_.t option;The Amazon Resource Name (ARN) of the daemon.
*)status : DaemonStatus.t option;The status of the daemon.
*)createdAt : Timestamp.t option;The Unix timestamp for the time when the daemon was created.
*)updatedAt : Timestamp.t option;The Unix timestamp for the time when the daemon was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]