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

UpdatePipelineResponse

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

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

interface UpdatePipelineResponse {
Pipeline?: Pipeline | null;
Warnings?: Warning[] | null;
}

§Properties

§
Pipeline?: Pipeline | null
[src]

The pipeline updated by this UpdatePipelineResponse call.

§
Warnings?: Warning[] | null
[src]

Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.