{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-get-pipeline-state-input-structure.json", "name": "GetPipelineStateInput", "description": "Represents the input of a GetPipelineState action.", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/PipelineName" }, { "description": "The name of the pipeline about which you want to get information." } ] } }, "required": [ "name" ] }