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

ReadPipelineResponse

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

The ReadPipelineResponse structure.

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

§Properties

§
Pipeline?: Pipeline | null
[src]

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

§
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.