Values.DaemonRollbackSourceInformation about a daemon 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;The time that the rollback started. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
*)rollbackTargetDaemonRevisionArn : String_.t option;The ARN of the daemon revision deployed as part of the rollback.
*)rollbackCapacityProviders : StringList.t option;The capacity providers involved in the rollback.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]