Values.ServiceRevisionSummarySourceThe information about the number of requested, pending, and running tasks for a service revision.
type nonrec t = {arn : String_.t option;The ARN of the service revision.
*)requestedTaskCount : Integer.t option;The number of requested tasks for the service revision.
*)runningTaskCount : Integer.t option;The number of running tasks for the service revision.
*)pendingTaskCount : Integer.t option;The number of pending tasks for the service revision.
*)requestedTestTrafficWeight : Double.t option;The percentage of test traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.
*)requestedProductionTrafficWeight : Double.t option;The percentage of production traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.
*)}