Module Values.CreateConnectionFunctionRequestSource

Creates a connection function.

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

    A name for the connection function.

    *)
  2. connectionFunctionConfig : FunctionConfig.t;
  3. connectionFunctionCode : FunctionBlob.t;
    (*

    The code for the connection function.

    *)
  4. tags : Tags.t option;
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> name:FunctionName.t -> connectionFunctionConfig:FunctionConfig.t -> connectionFunctionCode:FunctionBlob.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of FunctionBlob.t | `String of FunctionName.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `String of KeyValueStoreARN.t ]) list ] 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