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

AcknowledgeThirdPartyJobInput

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

Represents the input of an AcknowledgeThirdPartyJob action.

interface AcknowledgeThirdPartyJobInput {
clientToken: string;
jobId: string;
nonce: 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.

§
jobId: string
[src]

The unique system-generated ID of the job.

§
nonce: string
[src]

A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a "GetThirdPartyJobDetails" request.