{ "$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-execution-input-structure.json", "name": "GetPipelineExecutionInput", "description": "Represents the input of a GetPipelineExecution action.", "type": "object", "properties": { "pipelineName": { "allOf": [ { "$ref": "#/components/schemas/PipelineName" }, { "description": "The name of the pipeline about which you want to get execution details." } ] }, "pipelineExecutionId": { "allOf": [ { "$ref": "#/components/schemas/PipelineExecutionId" }, { "description": "The ID of the pipeline execution about which you want to get execution details." } ] } }, "required": [ "pipelineName", "pipelineExecutionId" ] }