Values.PollForThirdPartyJobsInputSourceRepresents the input of a PollForThirdPartyJobs action.
type nonrec t = {actionTypeId : ActionTypeId.t;Represents information about an action type.
*)maxBatchSize : MaxBatchSize.t option;The maximum number of jobs to return in a poll for jobs call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxBatchSize.t
| `Structure of
(string * [> `Enum of string | `String of ActionProvider.t ]) list ])
list ]