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

PipelineDeclaration

import type { PipelineDeclaration } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/codepipeline.ts";
interface PipelineDeclaration {
artifactStore?: ArtifactStore | null;
artifactStores?: {
[key: string]: ArtifactStore | null | undefined;
}
| null;
name: string;
roleArn: string;
stages: StageDeclaration[];
version?: number | null;
}

§Properties

§
artifactStore?: ArtifactStore | null
[src]
§
artifactStores?: {
[key: string]: ArtifactStore | null | undefined;
}
| null
[src]
§
name: string
[src]
§
roleArn: string
[src]
§
version?: number | null
[src]