Amazon Elastic Transcoder · JSON Structure

Amazon Elastic Transcoder Update Pipeline Status Response Structure

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

Type: object Properties: 1
Amazon Web ServicesMediaTranscodingVideo

UpdatePipelineStatusResponse is a JSON Structure definition published by Amazon Elastic Transcoder, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Pipeline

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-structure/amazon-elastic-transcoder-update-pipeline-status-response-structure.json",
  "name": "UpdatePipelineStatusResponse",
  "description": "When you update status for 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."
        }
      ]
    }
  }
}