Module Values.PollForThirdPartyJobsInputSource

Represents the input of a PollForThirdPartyJobs action.

Sourcetype nonrec t = {
  1. actionTypeId : ActionTypeId.t;
    (*

    Represents information about an action type.

    *)
  2. maxBatchSize : MaxBatchSize.t option;
    (*

    The maximum number of jobs to return in a poll for jobs call.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxBatchSize:??? -> actionTypeId:ActionTypeId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxBatchSize.t | `Structure of (string * [> `Enum of string | `String of ActionProvider.t ]) list ]) 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