Values_0.AgentStatusReferenceSourceInformation about the agent's status.
type nonrec t = {statusStartTimestamp : Timestamp.t option;The start timestamp of the agent's status.
*)statusArn : ARN.t option;The Amazon Resource Name (ARN) of the agent's status.
*)statusName : AgentStatusName.t option;The name of the agent status.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ARN.t | `Timestamp of Timestamp.t ]) list ]