Module Values_2.GetMaterializedViewRefreshTaskRunRequestSource

Get the associated metadata/information for a task run, given a task run ID.

Sourcetype nonrec t = {
  1. catalogId : Values_0.NameString.t;
    (*

    The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.

    *)
  2. materializedViewRefreshTaskRunId : UUIDv4.t;
    (*

    The identifier for the particular materialized view refresh task run.

    *)
}
Sourceval context_ : string
Sourceval make : catalogId:Values_0.NameString.t -> materializedViewRefreshTaskRunId:UUIDv4.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.NameString.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