Values_0.AgentStatusSourceContains information about an agent status.
type nonrec t = {agentStatusARN : ARN.t option;The Amazon Resource Name (ARN) of the agent status.
*)agentStatusId : AgentStatusId.t option;The identifier of the agent status.
*)name : AgentStatusName.t option;The name of the agent status.
*)description : AgentStatusDescription.t option;The description of the agent status.
*)type_ : AgentStatusType.t option;The type of agent status.
*)displayOrder : AgentStatusOrderNumber.t option;The display order of the agent status.
*)state : AgentStatusState.t option;The state 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
| `Integer of AgentStatusOrderNumber.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ARN.t
| `Timestamp of Timestamp.t ])
list ]