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

UpdatePipelineStatusResponse

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

When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.

interface UpdatePipelineStatusResponse {
Pipeline?: Pipeline | null;
}

§Properties

§
Pipeline?: Pipeline | null
[src]

A section of the response body that provides information about the pipeline.