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

PutJobFailureResultInput

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

Represents the input of a PutJobFailureResult action.

interface PutJobFailureResultInput {
failureDetails: FailureDetails;
jobId: string;
}

§Properties

§
failureDetails: FailureDetails
[src]

The details about the failure of a job.

§
jobId: string
[src]

The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.