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

GetJobDetailsOutput

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

Represents the output of a GetJobDetails action.

interface GetJobDetailsOutput {
jobDetails?: JobDetails | null;
}

§Properties

§
jobDetails?: JobDetails | null
[src]

The details of the job.

Note: If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.