Values.PollForThirdPartyJobsOutputSourceRepresents the output of a PollForThirdPartyJobs action.
type nonrec t = {jobs : ThirdPartyJobList.t option;Information about the jobs to take action on.
*)}type nonrec error = [ | `ActionTypeNotFoundException of ActionTypeNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ActionTypeNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ActionTypeNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ClientId.t ]) list ]
list ])
list ]