Values.RegisterAgentRequestSourceFor use by AWS Ground Station Agent and shouldn't be called directly. Registers a new agent with AWS Ground Station.
type nonrec t = {discoveryData : DiscoveryData.t;Data for associating an agent with the capabilities it is managing.
*)agentDetails : AgentDetails.t;Detailed information about the agent being registered.
*)}val make :
?tags:??? ->
discoveryData:DiscoveryData.t ->
agentDetails:AgentDetails.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `Structure of
(string
* [> `List of
[> `Integer of Integer.t
| `String of IpV4Address.t
| `Structure of
(string
* [> `List of [> `String of VersionString.t ] list
| `String of ComponentTypeString.t ])
list ]
list
| `String of VersionString.t ])
list ])
list ]