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

AcknowledgeJobInput

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

Represents the input of an AcknowledgeJob action.

interface AcknowledgeJobInput {
jobId: string;
nonce: string;
}

§Properties

§
jobId: string
[src]

The unique system-generated ID of the job for which you want to confirm receipt.

§
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 of the "PollForJobs" request that returned this job.