Values.DaemonRevisionDetailSourceDetails about a daemon revision, including the running task counts per capacity provider.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the daemon revision.
*)capacityProviders : DaemonCapacityProviderList.t option;The capacity providers associated with this daemon revision.
*)totalRunningCount : Integer.t option;The total number of daemon tasks running for this revision.
*)}