ActionExecutionResult is a JSON Structure definition published by Amazon CodePipeline, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-action-execution-result-structure.json",
"name": "ActionExecutionResult",
"description": "Execution result information, such as the external execution ID.",
"type": "object",
"properties": {
"externalExecutionId": {
"allOf": [
{
"$ref": "#/components/schemas/ExternalExecutionId"
},
{
"description": "The action provider's external ID for the action execution."
}
]
},
"externalExecutionSummary": {
"allOf": [
{
"$ref": "#/components/schemas/ExternalExecutionSummary"
},
{
"description": "The action provider's summary for the action execution."
}
]
},
"externalExecutionUrl": {
"allOf": [
{
"$ref": "#/components/schemas/Url"
},
{
"description": "The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.