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