CreatePipelineResponse

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

Amazon Web ServicesMediaTranscodingVideo

Properties

Name Type Description
Pipeline object
Warnings object
View JSON Schema on GitHub

JSON Schema

amazon-elastic-transcoder-create-pipeline-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-create-pipeline-response-schema.json",
  "title": "CreatePipelineResponse",
  "description": "When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.",
  "type": "object",
  "properties": {
    "Pipeline": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Pipeline"
        },
        {
          "description": "A section of the response body that provides information about the pipeline that is created."
        }
      ]
    },
    "Warnings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Warnings"
        },
        {
          "description": "<p>Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.</p> <p>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.</p>"
        }
      ]
    }
  }
}