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

DeactivatePipelineInput

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

Contains the parameters for DeactivatePipeline.

interface DeactivatePipelineInput {
cancelActive?: boolean | null;
pipelineId: string;
}

§Properties

§
cancelActive?: boolean | null
[src]

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

§
pipelineId: string
[src]

The ID of the pipeline.