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

StartPipelineExecutionOutput

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

Represents the output of a StartPipelineExecution action.

interface StartPipelineExecutionOutput {
pipelineExecutionId?: string | null;
}

§Properties

§
pipelineExecutionId?: string | null
[src]

The unique system-generated ID of the pipeline execution that was started.