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

CreatePipelineOutput

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

Represents the output of a CreatePipeline action.

interface CreatePipelineOutput {
pipeline?: PipelineDeclaration | null;
tags?: Tag[] | null;
}

§Properties

§
pipeline?: PipelineDeclaration | null
[src]

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

§
tags?: Tag[] | null
[src]

Specifies the tags applied to the pipeline.