Values_1.CreateUserDefinedFunctionRequestSourceCreates a new function definition in the Data Catalog.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which to create the function. 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 in which to create the function.
*)functionInput : UserDefinedFunctionInput.t;A FunctionInput object that defines the function to create in the Data Catalog.
*)}val make :
?catalogId:??? ->
databaseName:Values_0.NameString.t ->
functionInput: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 URI.t ]) list ]
list
| `String of Values_0.NameString.t ])
list ])
list ]