Module Values_1.NodeSource

Details about an individual managed node.

Sourcetype nonrec t = {
  1. captureTime : NodeCaptureTime.t option;
    (*

    The UTC timestamp for when the managed node data was last captured.

    *)
  2. id : NodeId.t option;
    (*

    The ID of the managed node.

    *)
  3. owner : NodeOwnerInfo.t option;
    (*

    Information about the ownership of the managed node.

    *)
  4. region : NodeRegion.t option;
    (*

    The Amazon Web Services Region that a managed node was created in or assigned to.

    *)
  5. nodeType : NodeType.t option;
    (*

    Information about the type of node.

    *)
}
Sourceval make : ?captureTime:??? -> ?id:??? -> ?owner:??? -> ?region:??? -> ?nodeType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NodeId.t | `Structure of (string * [> `String of NodeAccountId.t | `Structure of (string * [> `Enum of string | `String of Values_0.AgentType.t ]) list ]) list | `Timestamp of NodeCaptureTime.t ]) 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