Values.InstanceStatusSourceThe instance status details.
type nonrec t = {state : InstanceState.t option;The current state of the instance.
*)stateChangeReason : InstanceStateChangeReason.t option;The details of the status change reason for the instance.
*)timeline : InstanceTimeline.t option;The timeline of the instance status over time.
*)}