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

GetPipelineOutput

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

Represents the output of a GetPipeline action.

interface GetPipelineOutput {
metadata?: PipelineMetadata | null;
pipeline?: PipelineDeclaration | null;
}

§Properties

§
metadata?: PipelineMetadata | null
[src]

Represents the pipeline metadata information returned as part of the output of a GetPipeline action.

§
pipeline?: PipelineDeclaration | null
[src]

Represents the structure of actions and stages to be performed in the pipeline.