Module Values.IdNamespaceInputSourceSource

An object containing inputSourceARN and schemaName.

Sourcetype nonrec t = {
  1. inputSourceARN : InputSourceARN.t;
    (*

    An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.

    *)
  2. schemaName : EntityName.t option;
    (*

    The name of the schema.

    *)
}
Sourceval context_ : string
Sourceval make : ?schemaName:??? -> inputSourceARN:InputSourceARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InputSourceARN.t ]) 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