Values_2.GetUserDefinedFunctionsResponseSourceRetrieves multiple function definitions from the Data Catalog.
type nonrec t = {userDefinedFunctions : UserDefinedFunctionList.t option;A list of requested function definitions.
*)nextToken : Values_1.Token.t option;A continuation token, if the list of functions returned does not include the last requested function.
*)}type nonrec error = [ | `EntityNotFoundException of Values_0.EntityNotFoundException.t| `GlueEncryptionException of Values_0.GlueEncryptionException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `GlueEncryptionException of Values_0.GlueEncryptionException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `GlueEncryptionException of Values_0.GlueEncryptionException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of string ])
list ]
list
| `String of Values_0.NameString.t
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `String of Values_1.Token.t ])
list ]