Module Values_2.UpdateTriggerRequestSource

Updates a trigger definition. Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

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

    The name of the trigger to update.

    *)
  2. triggerUpdate : TriggerUpdate.t;
    (*

    The new values with which to update the trigger.

    *)
}
Sourceval context_ : string
Sourceval make : name:Values_0.NameString.t -> triggerUpdate:TriggerUpdate.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.NameString.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Integer of int ]) list ]) list ] list | `String of Values_0.NameString.t | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `String of string ]) list ] list ]) list ]) 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