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

PutActionRevisionOutput

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

Represents the output of a PutActionRevision action.

interface PutActionRevisionOutput {
newRevision?: boolean | null;
pipelineExecutionId?: string | null;
}

§Properties

§
newRevision?: boolean | null
[src]

Indicates whether the artifact revision was previously used in an execution of the specified pipeline.

§
pipelineExecutionId?: string | null
[src]

The ID of the current workflow state of the pipeline.