Module Values_0.InstanceAssociationSource

One or more association documents on the managed node.

Sourcetype nonrec t = {
  1. associationId : AssociationId.t option;
    (*

    The association ID.

    *)
  2. instanceId : InstanceId.t option;
    (*

    The managed node ID.

    *)
  3. content : DocumentContent.t option;
    (*

    The content of the association document for the managed nodes.

    *)
  4. associationVersion : AssociationVersion.t option;
    (*

    Version information for the association on the managed node.

    *)
}
Sourceval make : ?associationId:??? -> ?instanceId:??? -> ?content:??? -> ?associationVersion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AssociationId.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