{ "$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-job-details-output-structure.json", "name": "GetJobDetailsOutput", "description": "Represents the output of a GetJobDetails action.", "type": "object", "properties": { "jobDetails": { "allOf": [ { "$ref": "#/components/schemas/JobDetails" }, { "description": "

The details of the job.

If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.

" } ] } } }