Amazon Elastic Transcoder · JSON Structure

Amazon Elastic Transcoder Update Pipeline Status Request Structure

The UpdatePipelineStatusRequest structure.

Type: object Properties: 1 Required: 1
Amazon Web ServicesMediaTranscodingVideo

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

Properties

Status

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-request-structure.json",
  "name": "UpdatePipelineStatusRequest",
  "description": "The <code>UpdatePipelineStatusRequest</code> structure.",
  "type": "object",
  "properties": {
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipelineStatus"
        },
        {
          "description": "<p>The desired status of the pipeline:</p> <ul> <li> <p> <code>Active</code>: The pipeline is processing jobs.</p> </li> <li> <p> <code>Paused</code>: The pipeline is not currently processing jobs.</p> </li> </ul>"
        }
      ]
    }
  },
  "required": [
    "Status"
  ]
}