Values.RollbackDetailsSourceDetails about an instance refresh rollback.
type nonrec t = {rollbackReason : XmlStringMaxLen1023.t option;The reason for this instance refresh rollback (for example, whether a manual or automatic rollback was initiated).
*)rollbackStartTime : TimestampType.t option;The date and time at which the rollback began.
*)percentageCompleteOnRollback : IntPercent.t option;Indicates the value of PercentageComplete at the time the rollback started.
*)instancesToUpdateOnRollback : InstancesToUpdate.t option;Indicates the value of InstancesToUpdate at the time the rollback started.
*)progressDetailsOnRollback : InstanceRefreshProgressDetails.t option;Reports 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).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of IntPercent.t
| `String of XmlStringMaxLen1023.t
| `Structure of
(string
* [> `Structure of (string * [> `Integer of IntPercent.t ]) list ])
list
| `Timestamp of TimestampType.t ])
list ]