Module Values.TestConnectionFunctionRequestSource

Tests a connection function.

Sourcetype nonrec t = {
  1. id : ResourceId.t;
    (*

    The connection function ID.

    *)
  2. ifMatch : String_.t;
    (*

    The current version (ETag value) of the connection function.

    *)
  3. stage : FunctionStage.t option;
    (*

    The connection function stage.

    *)
  4. connectionObject : FunctionEventObject.t;
    (*

    The connection object.

    *)
}
Sourceval context_ : string
Sourceval make : ?stage:??? -> id:ResourceId.t -> ifMatch:String_.t -> connectionObject:FunctionEventObject.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of FunctionEventObject.t | `Enum of string | `String of ResourceId.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