Values_2.GetTriggersRequestSourceGets all the triggers associated with a job.
type nonrec t = {nextToken : Values_0.GenericString.t option;A continuation token, if this is a continuation call.
*)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.
*)maxResults : OrchestrationPageSize200.t option;The maximum size of the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of OrchestrationPageSize200.t
| `String of Values_0.GenericString.t ])
list ]