Values.UpdateConnectionFunctionRequestSourceUpdates a connection function.
type nonrec t = {id : ResourceId.t;The connection function ID.
*)ifMatch : String_.t;The current version (ETag value) of the connection function you are updating.
*)connectionFunctionConfig : FunctionConfig.t;connectionFunctionCode : FunctionBlob.t;The connection function code.
*)}val make :
id:ResourceId.t ->
ifMatch:String_.t ->
connectionFunctionConfig:FunctionConfig.t ->
connectionFunctionCode:FunctionBlob.t ->
unit ->
tval 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 ]