Module Values.RegisterAgentRequestSource

For use by AWS Ground Station Agent and shouldn't be called directly. Registers a new agent with AWS Ground Station.

Sourcetype nonrec t = {
  1. discoveryData : DiscoveryData.t;
    (*

    Data for associating an agent with the capabilities it is managing.

    *)
  2. agentDetails : AgentDetails.t;
    (*

    Detailed information about the agent being registered.

    *)
  3. tags : TagsMap.t option;
    (*

    Tags assigned to an Agent.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> discoveryData:DiscoveryData.t -> agentDetails:AgentDetails.t -> unit -> t
Sourceval 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 ]
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