Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PollForThirdPartyJobsInput

import type { PollForThirdPartyJobsInput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";

Represents the input of a PollForThirdPartyJobs action.

interface PollForThirdPartyJobsInput {
actionTypeId: ActionTypeId;
maxBatchSize?: number | null;
}

§Properties

§
actionTypeId: ActionTypeId
[src]

Represents information about an action type.

§
maxBatchSize?: number | null
[src]

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