Module Values_1.ParentDataSetSource

References a parent dataset that serves as a data source, including its columns and metadata.

Sourcetype nonrec t = {
  1. dataSetArn : Values_0.Arn.t;
    (*

    The Amazon Resource Name (ARN) of the parent dataset.

    *)
  2. inputColumns : InputColumnList.t;
    (*

    The list of input columns available from the parent dataset.

    *)
}
Sourceval context_ : string
Sourceval make : dataSetArn:Values_0.Arn.t -> inputColumns:InputColumnList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.ColumnName.t ]) list ] list | `String of Values_0.Arn.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