Values.DaemonDetailSourceThe detailed information about a daemon.
type nonrec t = {daemonArn : String_.t option;The Amazon Resource Name (ARN) of the daemon.
*)clusterArn : String_.t option;The Amazon Resource Name (ARN) of the cluster that the daemon is running in.
*)status : DaemonStatus.t option;The status of the daemon.
*)currentRevisions : DaemonRevisionDetailList.t option;The current daemon revision details, including the running task counts per capacity provider.
*)deploymentArn : String_.t option;The Amazon Resource Name (ARN) of the most recent daemon deployment.
*)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
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t | `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]