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

GetPipelineExecutionOutput

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

Represents the output of a GetPipelineExecution action.

interface GetPipelineExecutionOutput {
pipelineExecution?: PipelineExecution | null;
}

§Properties

§
pipelineExecution?: PipelineExecution | null
[src]

Represents information about the execution of a pipeline.