Values_2.GetTriggersResponseSourceGets all the triggers associated with a job.
type nonrec t = {triggers : Values_0.TriggerList.t option;A list of triggers for the specified job.
*)nextToken : Values_0.GenericString.t option;A continuation token, if not all the requested triggers have yet been returned.
*)}type nonrec error = [ | `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum 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 string
| `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
| `String of Values_0.GenericString.t ])
list ]