Module Values.AwsGroundStationAgentEndpointSource

Information about AwsGroundStationAgentEndpoint.

Sourcetype nonrec t = {
  1. name : SafeName.t;
    (*

    Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.

    *)
  2. egressAddress : ConnectionDetails.t;
    (*

    The egress address of AgentEndpoint.

    *)
  3. ingressAddress : RangedConnectionDetails.t;
    (*

    The ingress address of AgentEndpoint.

    *)
  4. agentStatus : AgentStatus.t option;
    (*

    The status of AgentEndpoint.

    *)
  5. auditResults : AuditResults.t option;
    (*

    The results of the audit.

    *)
}
Sourceval context_ : string
Sourceval make : ?agentStatus:??? -> ?auditResults:??? -> name:SafeName.t -> egressAddress:ConnectionDetails.t -> ingressAddress:RangedConnectionDetails.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t