Module Values_1.CreateUserDefinedFunctionRequestSource

Creates a new function definition in the Data Catalog.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. databaseName : Values_0.NameString.t;
    (*

    The name of the catalog database in which to create the function.

    *)
  3. functionInput : UserDefinedFunctionInput.t;
    (*

    A FunctionInput object that defines the function to create in the Data Catalog.

    *)
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> databaseName:Values_0.NameString.t -> functionInput:UserDefinedFunctionInput.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t