Values.DaemonDeploymentRevisionDetailSourceDetails about a daemon revision during a deployment, including running and draining instance counts per capacity provider.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the daemon revision.
*)capacityProviders : DaemonDeploymentCapacityProviderList.t option;The capacity providers associated with this daemon revision during the deployment.
*)totalRunningInstanceCount : BoxedInteger.t option;The total number of instances running daemon tasks for this revision.
*)totalDrainingInstanceCount : BoxedInteger.t option;The total number of instances being drained for this revision during the deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of BoxedInteger.t
| `List of
[> `Structure of
(string
* [> `Integer of BoxedInteger.t | `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]