{ "$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:

" } ] } }, "required": [ "Status" ] }