Values.GetConnectionFunctionResultSourceGets a connection function.
type nonrec t = {connectionFunctionCode : FunctionBlob.t option;The connection function's code.
*)eTag : String_.t option;The version identifier for the current version of the connection function.
*)contentType : String_.t option;The connection function's content type.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `EntityNotFound of EntityNotFound.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val to_value :
t ->
[> `Structure of
(string * [> `Blob of FunctionBlob.t | `String of String_.t ]) list ]