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

ThirdPartyJob

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

A response to a PollForThirdPartyJobs request returned by AWS CodePipeline when there is a job to be worked on by a partner action.

interface ThirdPartyJob {
clientId?: string | null;
jobId?: string | null;
}

§Properties

§
clientId?: string | null
[src]

The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

§
jobId?: string | null
[src]

The identifier used to identify the job in AWS CodePipeline.