Module Values.UpdateConnectionFunctionRequestSource

Updates 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 you are updating.

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

    The connection function code.

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