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

CreatePipelineResponse

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

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

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

§Properties

§
Pipeline?: Pipeline | null
[src]

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

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