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

PutThirdPartyJobFailureResultInput

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

Represents the input of a PutThirdPartyJobFailureResult action.

interface PutThirdPartyJobFailureResultInput {
clientToken: string;
failureDetails: FailureDetails;
jobId: string;
}

§Properties

§
clientToken: string
[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.

§
failureDetails: FailureDetails
[src]

Represents information about failure details.

§
jobId: string
[src]

The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.