Values.InstanceRefreshProgressDetailsSourceReports progress on replacing instances in an Auto Scaling group that has a warm pool. This includes separate details for instances in the warm pool and instances in the Auto Scaling group (the live pool).
type nonrec t = {livePoolProgress : InstanceRefreshLivePoolProgress.t option;Reports progress on replacing instances that are in the Auto Scaling group.
*)warmPoolProgress : InstanceRefreshWarmPoolProgress.t option;Reports progress on replacing instances that are in the warm pool.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Integer of IntPercent.t ]) list ])
list ]