Module Values_2.ResetJobBookmarkRequestSource

Resets a bookmark entry. For more information about enabling and using job bookmarks, see: Tracking processed data using job bookmarks Job parameters used by Glue Job structure

Sourcetype nonrec t = {
  1. jobName : JobName.t;
    (*

    The name of the job in question.

    *)
  2. runId : RunId.t option;
    (*

    The unique run identifier associated with this job run.

    *)
}
Sourceval context_ : string
Sourceval make : ?runId:??? -> jobName:JobName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of JobName.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