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

GetPipelineStateOutput

import type { GetPipelineStateOutput } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/codepipeline.ts";
interface GetPipelineStateOutput {
created?: Date | number | null;
pipelineName?: string | null;
pipelineVersion?: number | null;
stageStates?: StageState[] | null;
updated?: Date | number | null;
}

§Properties

§
created?: Date | number | null
[src]
§
pipelineName?: string | null
[src]
§
pipelineVersion?: number | null
[src]
§
stageStates?: StageState[] | null
[src]
§
updated?: Date | number | null
[src]