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

UpdatePipelineStatusRequest

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

The UpdatePipelineStatusRequest structure.

interface UpdatePipelineStatusRequest {
Id: string;
Status: string;
}

§Properties

§
Id: string
[src]

The identifier of the pipeline to update.

§
Status: string
[src]

The desired status of the pipeline:

  • Active: The pipeline is processing jobs.
  • Paused: The pipeline is not currently processing jobs.