Values.ServiceCurrentRevisionSummarySourceThe summary of the current service revision configuration
type nonrec t = {arn : String_.t option;The ARN of the current service revision.
*)requestedTaskCount : Integer.t option;The number of requested tasks in the current service revision
*)runningTaskCount : Integer.t option;The number of running tasks of the current service revision
*)pendingTaskCount : Integer.t option;The number of pending tasks in the current service revision
*)}