Values_0.AgentStatusSummarySourceSummary information for an agent status.
type nonrec t = {id : AgentStatusId.t option;The identifier for an agent status.
*)arn : ARN.t option;The Amazon Resource Name (ARN) for the agent status.
*)name : AgentStatusName.t option;The name of the agent status.
*)type_ : AgentStatusType.t option;The type of the agent status.
*)lastModifiedTime : Timestamp.t option;The timestamp when this resource was last modified.
*)lastModifiedRegion : RegionName.t option;The Amazon Web Services Region where this resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AgentStatusId.t
| `Timestamp of Timestamp.t ])
list ]