Values.AwsGroundStationAgentEndpointSourceInformation about AwsGroundStationAgentEndpoint.
type nonrec t = {name : SafeName.t;Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
*)egressAddress : ConnectionDetails.t;The egress address of AgentEndpoint.
*)ingressAddress : RangedConnectionDetails.t;The ingress address of AgentEndpoint.
*)agentStatus : AgentStatus.t option;The status of AgentEndpoint.
*)auditResults : AuditResults.t option;The results of the audit.
*)}val make :
?agentStatus:??? ->
?auditResults:??? ->
name:SafeName.t ->
egressAddress:ConnectionDetails.t ->
ingressAddress:RangedConnectionDetails.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SafeName.t
| `Structure of
(string
* [> `Integer of Integer.t
| `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ])
list ])
list ]