Values_2.UpdateUserDefinedFunctionRequestSourceUpdates an existing function definition in the Data Catalog.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog where the function to be updated is located. If none is provided, the Amazon Web Services account ID is used by default.
*)databaseName : Values_0.NameString.t;The name of the catalog database where the function to be updated is located.
*)functionName : Values_0.NameString.t;The name of the function.
*)functionInput : Values_1.UserDefinedFunctionInput.t;A FunctionInput object that redefines the function in the Data Catalog.
*)}val make :
?catalogId:??? ->
databaseName:Values_0.NameString.t ->
functionName:Values_0.NameString.t ->
functionInput:Values_1.UserDefinedFunctionInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.CatalogIdString.t
| `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 ])
list ])
list ]