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

StopPipelineExecutionOutput

import type { StopPipelineExecutionOutput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";
interface StopPipelineExecutionOutput {
pipelineExecutionId?: string | null;
}

§Properties

§
pipelineExecutionId?: string | null
[src]

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