Values_2.GetUserDefinedFunctionRequestSourceRetrieves a specified function definition from the Data Catalog.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog where the function to be retrieved 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 is located.
*)functionName : Values_0.NameString.t;The name of the function.
*)}val make :
?catalogId:??? ->
databaseName:Values_0.NameString.t ->
functionName:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.CatalogIdString.t ]) list ]