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;
}