Module Values_2.GetTriggersRequestSource

Gets all the triggers associated with a job.

Sourcetype nonrec t = {
  1. nextToken : Values_0.GenericString.t option;
    (*

    A continuation token, if this is a continuation call.

    *)
  2. dependentJobName : Values_0.NameString.t option;
    (*

    The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.

    *)
  3. maxResults : OrchestrationPageSize200.t option;
    (*

    The maximum size of the response.

    *)
}
Sourceval make : ?nextToken:??? -> ?dependentJobName:??? -> ?maxResults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of OrchestrationPageSize200.t | `String of Values_0.GenericString.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