Values.UpdateAgentStatusRequestSourceFor use by AWS Ground Station Agent and shouldn't be called directly. Update the status of the agent.
type nonrec t = {agentId : Uuid.t;UUID of agent to update.
*)taskId : Uuid.t;GUID of agent task.
*)aggregateStatus : AggregateStatus.t;Aggregate status for agent.
*)componentStatuses : ComponentStatusList.t;List of component statuses for agent.
*)}val make :
agentId:Uuid.t ->
taskId:Uuid.t ->
aggregateStatus:AggregateStatus.t ->
componentStatuses:ComponentStatusList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of ComponentTypeString.t ])
list ]
list
| `String of Uuid.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `Boolean of Boolean.t ]) list ])
list ])
list ]