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

GetThirdPartyJobDetailsOutput

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

Represents the output of a GetThirdPartyJobDetails action.

interface GetThirdPartyJobDetailsOutput {
jobDetails?: ThirdPartyJobDetails | null;
}

§Properties

§
jobDetails?: ThirdPartyJobDetails | null
[src]

The details of the job, including any protected values defined for the job.