Values.RollbackSourceInformation about the service deployment rollback.
type nonrec t = {reason : String_.t option;The reason the rollback happened. For example, the circuit breaker initiated the rollback operation.
*)startedAt : Timestamp.t option;Time time that the rollback started. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
*)serviceRevisionArn : String_.t option;The ARN of the service revision deployed as part of the rollback.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]