{
"$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-output-structure.json",
"name": "GetPipelineStateOutput",
"description": "Represents the output of a GetPipelineState action.",
"type": "object",
"properties": {
"pipelineName": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineName"
},
{
"description": "The name of the pipeline for which you want to get the state."
}
]
},
"pipelineVersion": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineVersion"
},
{
"description": "
The version number of the pipeline.
A newly created pipeline is always assigned a version number of 1.