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

AcknowledgeJobOutput

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

Represents the output of an AcknowledgeJob action.

interface AcknowledgeJobOutput {
status?: JobStatus | null;
}

§Properties

§
status?: JobStatus | null
[src]

Whether the job worker has received the specified job.