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

UpdatePipelineOutput

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

Represents the output of an UpdatePipeline action.

interface UpdatePipelineOutput {
pipeline?: PipelineDeclaration | null;
}

§Properties

§
pipeline?: PipelineDeclaration | null
[src]

The structure of the updated pipeline.