{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-put-lifecycle-event-hook-execution-status-output-structure.json", "name": "PutLifecycleEventHookExecutionStatusOutput", "description": "PutLifecycleEventHookExecutionStatusOutput schema from Amazon CodeDeploy", "type": "object", "properties": { "lifecycleEventHookExecutionId": { "allOf": [ { "$ref": "#/components/schemas/LifecycleEventHookExecutionId" }, { "description": "The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment's AppSpec file." } ] } } }